2006-11-12 [colin] 2.6.0cvs38
[claws.git] / ChangeLog
1 2006-11-12 [colin]      2.6.0cvs38
2
3         * po/de.po
4                 Fix typo (s/KB/MB)
5
6 2006-11-12 [colin]      2.6.0cvs37
7
8         * src/plugins/pgpinline/pgpinline.c
9         * src/plugins/pgpmime/pgpmime.c
10                 Release GPG context at the latest 
11                 possible moment. Maybe fixes 
12                 bug 1057, 'crash on sending signed 
13                 message to a newsgroup'
14                 
15
16 2006-11-12 [colin]      2.6.0cvs36
17
18         * src/plugins/pgpcore/sgpgme.c
19                 Tell a bit more when gpg's status doesn't
20                 contain any signature
21
22 2006-11-12 [colin]      2.6.0cvs35
23
24         * src/compose.c
25                 Fix bug 1060, 'compilation error with 
26                 Irix's cc'
27
28 2006-11-12 [paul]       2.6.0cvs34
29
30         * doc/man/claws-mail.1
31         * src/prefs_gtk.c
32         * src/plugins/clamav/README
33         * src/plugins/spamassassin/README
34         * tools/README
35         * tools/freshmeat_search.pl
36         * tools/google_search.pl
37         * tools/multiwebsearch.pl
38                 more renaming
39         * src/plugins/trayicon/trayicon.c
40                 fix compiliation warning
41
42 2006-11-11 [colin]      2.6.0cvs33
43
44         * src/folderview.c
45                 Forbid drag and drop from/to different
46                 folders of type F_UNKNOWN
47
48 2006-11-11 [colin]      2.6.0cvs32
49
50         * src/plugins/pgpinline/pgpinline.c
51                 Fix typo in previous commit:
52                 - gpgme_new(&ctx);
53                 + if ((err = gpgme_new(&data->ctx)) ...)
54
55 2006-11-11 [colin]      2.6.0cvs31
56
57         * src/plugins/pgpinline/pgpinline.c
58         * src/plugins/pgpmime/pgpmime.c
59                 Check success after calling gpgme_new
60                 Maybe fixes bug 1057, 'crash on sending 
61                 signed message to a newsgroup'
62
63 2006-11-11 [colin]      2.6.0cvs30
64
65         * src/undo.c
66                 init undostruct to 0s (from
67                 valgrind log of bug 1057)
68
69 2006-11-10 [colin]      2.6.0cvs29
70
71         * src/mainwindow.c
72                 Set cursor to wait before filtering
73                 duplicates in all folders
74         * src/plugins/bogofilter/bogofilter.c
75         * src/plugins/bogofilter/bogofilter.h
76         * src/plugins/bogofilter/bogofilter_gtk.c
77                 Completely thread away the bogofilter
78                 filtering
79
80 2006-11-10 [mones]      2.6.0cvs28
81
82         * src/compose.c
83         * src/compose.h
84                 added COMPOSE_CHECK_BEFORE_SEND hook
85
86 2006-11-10 [paul]       2.6.0cvs27
87
88         * src/crash.c
89                 more renaming
90                 add libSM to get_compiled_in_features()
91         * src/main.c
92                 more renaming
93
94 2006-11-10 [colin]      2.6.0cvs26
95
96         * src/etpan/imap-thread.c
97                 Add a reference to libetpan's sasl engine
98                 so that sasl_done() doesn't get called by
99                 libetpan, and doesn't break openssl.
100                 Should fix bug 1053, 'SC fails to reestablish 
101                 a secure connection'
102                 Patch by Hoa
103
104 2006-11-10 [colin]      2.6.0cvs25
105
106         * manual/addrbook.xml
107         * manual/advanced.xml
108         * manual/faq.xml
109         * manual/intro.xml
110                 Some more renaming
111
112 2006-11-09 [colin]      2.6.0cvs24
113
114         * src/plugins/bogofilter/bogofilter_gtk.c
115                 Add comment about annoyance
116
117 2006-11-09 [colin]      2.6.0cvs23
118
119         * src/plugins/bogofilter/bogofilter.c
120         * src/plugins/bogofilter/bogofilter_gtk.c
121                 Prepare things needed to thread bogofilter
122                 filtering: separate bogo stuff and possible GUI
123                 stuff. 
124
125 2006-11-09 [colin]      2.6.0cvs22
126
127         * src/account.c
128         * src/compose.c
129                 Search for one of our accounts in Delivered-To
130                 (helps for auto-account selection when 
131                  replying/forwarding)
132         * src/folderview.c
133         * src/mainwindow.c
134         * src/mainwindow.h
135         * src/plugins/trayicon/trayicon.c
136                 Allow opening a new mail with any account from
137                 the contextual menu
138
139 2006-11-09 [wwp]        2.6.0cvs21
140
141         * src/compose.c
142         * src/prefs_common.c
143         * src/prefs_common.h
144         * src/prefs_compose_writing.c
145                 add a compose new message format (in prefs/compose/writing), it's a
146                 simple subject+body template to use when opening a new composition
147                 window. It's similar to the existent reply and forward formats.
148
149                 enhanced the template/format % symbols substitution mechanism to
150                 use current composition window information when % are used in
151                 the compose new message format or in templates applied to new
152                 messages (there were useless in that situations before). When
153                 applied to new messages, %d corresponds to the system time/date.
154
155 2006-11-09 [paul]       2.6.0cvs20
156
157         * src/gtk/authors.h
158                 fix last commit
159
160 2006-11-09 [paul]       2.6.0cvs19
161
162         * src/gtk/authors.h
163                 keep tje alphabetical order
164
165 2006-11-08 [colin]      2.6.0cvs18
166
167         * src/etpan/imap-thread.c
168                 Fix bug 1054, 'Slowness logging big 
169                 data chunks'
170
171 2006-11-08 [paul]       2.6.0cvs17
172
173         * tools/Makefile.am
174                 fix the renaming
175
176 2006-11-08 [paul]       2.6.0cvs16
177
178         * src/common/defs.h
179                 update BUGZILLA_URI
180
181 2006-11-08 [paul]       2.6.0cvs15
182
183         * tools/Makefile.am
184         * tools/OOo2claws-mail.pl
185         * tools/OOo2sylpheed.pl
186         * tools/README
187         * tools/acroread2claws-mail.pl
188         * tools/acroread2sylpheed.pl
189         * tools/kmail2claws-mail.pl
190         * tools/kmail2claws-mail_v2.pl
191         * tools/kmail2sylpheed.pl
192         * tools/kmail2sylpheed_v2.pl
193         * tools/maildir2claws-mail.pl
194         * tools/maildir2sylpheed.pl
195         * tools/nautilus2claws-mail.sh
196         * tools/nautilus2sylpheed.sh
197         * tools/outlook2claws-mail.pl
198         * tools/outlook2sylpheed.pl
199         * tools/tb2claws-mail
200         * tools/tb2sylpheed
201         * tools/tbird2claws.py
202         * tools/tbird2syl.py
203         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
204         * tools/kdeservicemenu/install.sh
205         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
206         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
207         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
208         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
209         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
210                 renamed (removed, added) tools files
211
212 2006-11-08 [paul]       2.6.0cvs14
213
214         * src/main.c
215         * src/common/defs.h
216                 Migrate sylpheedrc to clawsrc, and fix the standard
217                 plugins path in the process
218
219 2006-11-07 [colin]      2.6.0cvs13
220
221         * src/Makefile.am
222                 Symlink sylpheed-claws relative to 
223                 claws-mail
224
225 2006-11-07 [colin]      2.6.0cvs12
226
227         * src/compose.c
228                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
229
230 2006-11-07 [paul]       2.6.0cvs11
231
232         * src/gtk/about.c
233                 Fix a missed occurence of
234                 Sylpheed-Claws
235
236 2006-11-07 [paul]       2.6.0cvs10
237
238         * src/Makefile.am
239                 Fix symlink installation
240
241 2006-11-07 [paul]       2.6.0cvs9
242
243         * src/Makefile.am
244                 Symlink claws-mail to sylpheed-claws
245         * src/common/utils.c
246                 Fix migrating symlinks
247         * src/etpan/imap-thread.c
248                 check certificate only when there's
249                 no error
250
251 2006-11-07 [paul]       2.6.0cvs8
252
253         * Makefile.am
254                 Fix icon breakages with Gtk, which needs a 
255                 cache updated to see them.
256
257 2006-11-07 [paul]       2.6.0cvs7
258
259         * .cvsignore
260         * AUTHORS
261         * COPYING
262         * INSTALL
263         * Makefile.am
264         * NEWS
265         * README
266         * RELEASE_NOTES
267         * autogen.sh
268         * claws-mail-128x128.png
269         * claws-mail-64x64.png
270         * claws-mail.ico
271         * claws-mail.pc.in
272         * claws-mail.png
273         * configure.ac
274         * sylpheed-claws-128x128.png
275         * sylpheed-claws-64x64.png
276         * sylpheed-claws.desktop
277         * sylpheed-claws.ico
278         * sylpheed-claws.pc.in
279         * sylpheed-claws.png
280         * debian/README.Debian
281         * debian/changelog
282         * debian/claws-mail.desktop
283         * debian/claws-mail.menu
284         * debian/claws-mail.postinst.debhelper
285         * debian/claws-mail.postrm.debhelper
286         * debian/control
287         * debian/copyright
288         * debian/files
289         * debian/rules
290         * debian/sylpheed-claws.desktop
291         * debian/sylpheed-claws.menu
292         * debian/sylpheed-claws.postinst.debhelper
293         * debian/sylpheed-claws.postrm.debhelper
294         * doc/man/Makefile.am
295         * doc/man/claws-mail.1
296         * doc/man/sylpheed-claws.1
297         * doc/src/ChangeLog.claws-pre0.8.0
298         * manual/Makefile.am
299         * manual/account.xml
300         * manual/ack.xml
301         * manual/addrbook.xml
302         * manual/advanced.xml
303         * manual/claws-mail-manual.xml
304         * manual/faq.xml
305         * manual/glossary.xml
306         * manual/handling.xml
307         * manual/intro.xml
308         * manual/keyboard.xml
309         * manual/plugins.xml
310         * manual/starting.xml
311         * manual/sylpheed-claws-manual.xml
312         * manual/xml2pdf
313         * manual/dist/.cvsignore
314         * manual/dist/html/.cvsignore
315         * manual/dist/html/Makefile.am
316         * manual/dist/pdf/.cvsignore
317         * manual/dist/pdf/Makefile.am
318         * manual/dist/ps/.cvsignore
319         * manual/dist/ps/Makefile.am
320         * manual/dist/txt/.cvsignore
321         * manual/dist/txt/Makefile.am
322         * manual/es/Makefile.am
323         * manual/es/advanced.xml
324         * manual/es/claws-mail-manual.xml
325         * manual/es/faq.xml
326         * manual/es/glossary.xml
327         * manual/es/handling.xml
328         * manual/es/intro.xml
329         * manual/es/plugins.xml
330         * manual/es/sylpheed-claws-manual.xml
331         * manual/es/dist/.cvsignore
332         * manual/es/dist/html/.cvsignore
333         * manual/es/dist/html/Makefile.am
334         * manual/es/dist/pdf/.cvsignore
335         * manual/es/dist/pdf/Makefile.am
336         * manual/es/dist/ps/.cvsignore
337         * manual/es/dist/ps/Makefile.am
338         * manual/es/dist/txt/.cvsignore
339         * manual/es/dist/txt/Makefile.am
340         * manual/fr/Makefile.am
341         * manual/fr/account.xml
342         * manual/fr/ack.xml
343         * manual/fr/addrbook.xml
344         * manual/fr/advanced.xml
345         * manual/fr/claws-mail-manual.xml
346         * manual/fr/faq.xml
347         * manual/fr/glossary.xml
348         * manual/fr/handling.xml
349         * manual/fr/intro.xml
350         * manual/fr/keyboard.xml
351         * manual/fr/plugins.xml
352         * manual/fr/starting.xml
353         * manual/fr/sylpheed-claws-manual.xml
354         * manual/fr/dist/.cvsignore
355         * manual/fr/dist/html/.cvsignore
356         * manual/fr/dist/html/Makefile.am
357         * manual/fr/dist/pdf/.cvsignore
358         * manual/fr/dist/pdf/Makefile.am
359         * manual/fr/dist/ps/.cvsignore
360         * manual/fr/dist/ps/Makefile.am
361         * manual/fr/dist/txt/.cvsignore
362         * manual/fr/dist/txt/Makefile.am
363         * manual/pl/Makefile.am
364         * manual/pl/account.xml
365         * manual/pl/ack.xml
366         * manual/pl/addrbook.xml
367         * manual/pl/advanced.xml
368         * manual/pl/claws-mail-manual.xml
369         * manual/pl/faq.xml
370         * manual/pl/glossary.xml
371         * manual/pl/handling.xml
372         * manual/pl/intro.xml
373         * manual/pl/keyboard.xml
374         * manual/pl/plugins.xml
375         * manual/pl/starting.xml
376         * manual/pl/sylpheed-claws-manual.xml
377         * manual/pl/dist/.cvsignore
378         * manual/pl/dist/html/.cvsignore
379         * manual/pl/dist/html/Makefile.am
380         * manual/pl/dist/pdf/.cvsignore
381         * manual/pl/dist/pdf/Makefile.am
382         * manual/pl/dist/ps/.cvsignore
383         * manual/pl/dist/ps/Makefile.am
384         * manual/pl/dist/txt/.cvsignore
385         * manual/pl/dist/txt/Makefile.am
386         * po/.cvsignore
387         * po/Makevars
388         * src/.cvsignore
389         * src/Makefile.am
390         * src/account.c
391         * src/account.h
392         * src/action.c
393         * src/action.h
394         * src/adbookbase.h
395         * src/addr_compl.c
396         * src/addr_compl.h
397         * src/addrbook.c
398         * src/addrcache.c
399         * src/addrcache.h
400         * src/addrcindex.c
401         * src/addrcindex.h
402         * src/addrclip.c
403         * src/addrclip.h
404         * src/addrdefs.h
405         * src/addressadd.c
406         * src/addressadd.h
407         * src/addressbook.c
408         * src/addressbook.h
409         * src/addressbook_foldersel.c
410         * src/addressbook_foldersel.h
411         * src/addrgather.c
412         * src/addrgather.h
413         * src/addrharvest.c
414         * src/addrharvest.h
415         * src/addrindex.c
416         * src/addrindex.h
417         * src/addritem.c
418         * src/addritem.h
419         * src/addrquery.c
420         * src/addrquery.h
421         * src/addrselect.c
422         * src/addrselect.h
423         * src/alertpanel.c
424         * src/alertpanel.h
425         * src/browseldap.c
426         * src/browseldap.h
427         * src/codeconv.c
428         * src/codeconv.h
429         * src/compose.c
430         * src/crash.c
431         * src/crash.h
432         * src/customheader.c
433         * src/customheader.h
434         * src/displayheader.c
435         * src/displayheader.h
436         * src/editaddress.c
437         * src/editaddress.h
438         * src/editbook.c
439         * src/editbook.h
440         * src/editgroup.c
441         * src/editgroup.h
442         * src/editjpilot.c
443         * src/editjpilot.h
444         * src/editldap.c
445         * src/editldap.h
446         * src/editldap_basedn.c
447         * src/editldap_basedn.h
448         * src/editvcard.c
449         * src/editvcard.h
450         * src/exphtmldlg.c
451         * src/exphtmldlg.h
452         * src/expldifdlg.c
453         * src/expldifdlg.h
454         * src/export.c
455         * src/exporthtml.c
456         * src/exporthtml.h
457         * src/exportldif.c
458         * src/exportldif.h
459         * src/filtering.c
460         * src/filtering.h
461         * src/folder.c
462         * src/folder.h
463         * src/folder_item_prefs.c
464         * src/folder_item_prefs.h
465         * src/foldersel.c
466         * src/foldersel.h
467         * src/folderutils.c
468         * src/folderutils.h
469         * src/folderview.c
470         * src/folderview.h
471         * src/grouplistdialog.c
472         * src/grouplistdialog.h
473         * src/html.c
474         * src/html.h
475         * src/image_viewer.c
476         * src/image_viewer.h
477         * src/imap.c
478         * src/imap.h
479         * src/imap_gtk.c
480         * src/imap_gtk.h
481         * src/import.c
482         * src/import.h
483         * src/importldif.c
484         * src/importldif.h
485         * src/importmutt.c
486         * src/importmutt.h
487         * src/importpine.c
488         * src/importpine.h
489         * src/inc.c
490         * src/inc.h
491         * src/jpilot.c
492         * src/jpilot.h
493         * src/ldapctrl.c
494         * src/ldapctrl.h
495         * src/ldaplocate.c
496         * src/ldaplocate.h
497         * src/ldapquery.c
498         * src/ldapquery.h
499         * src/ldapserver.c
500         * src/ldapserver.h
501         * src/ldaputil.c
502         * src/ldaputil.h
503         * src/ldif.c
504         * src/ldif.h
505         * src/localfolder.c
506         * src/localfolder.h
507         * src/main.c
508         * src/main.h
509         * src/mainwindow.c
510         * src/mainwindow.h
511         * src/manual.c
512         * src/manual.h
513         * src/matcher.c
514         * src/matcher.h
515         * src/matcher_parser.h
516         * src/matcher_parser_lex.l
517         * src/matcher_parser_parse.y
518         * src/mbox.c
519         * src/mbox.h
520         * src/message_search.c
521         * src/message_search.h
522         * src/messageview.c
523         * src/messageview.h
524         * src/mh.c
525         * src/mh.h
526         * src/mh_gtk.c
527         * src/mh_gtk.h
528         * src/mimeview.c
529         * src/mimeview.h
530         * src/msgcache.c
531         * src/msgcache.h
532         * src/mutt.c
533         * src/mutt.h
534         * src/news.c
535         * src/news.h
536         * src/news_gtk.c
537         * src/news_gtk.h
538         * src/noticeview.c
539         * src/noticeview.h
540         * src/partial_download.c
541         * src/partial_download.h
542         * src/pine.c
543         * src/pine.h
544         * src/pop.c
545         * src/pop.h
546         * src/prefs_account.c
547         * src/prefs_account.h
548         * src/prefs_actions.c
549         * src/prefs_actions.h
550         * src/prefs_common.c
551         * src/prefs_common.h
552         * src/prefs_compose_writing.c
553         * src/prefs_compose_writing.h
554         * src/prefs_customheader.c
555         * src/prefs_customheader.h
556         * src/prefs_display_header.c
557         * src/prefs_display_header.h
558         * src/prefs_ext_prog.c
559         * src/prefs_ext_prog.h
560         * src/prefs_filtering.c
561         * src/prefs_folder_column.c
562         * src/prefs_folder_column.h
563         * src/prefs_folder_item.c
564         * src/prefs_folder_item.h
565         * src/prefs_fonts.c
566         * src/prefs_fonts.h
567         * src/prefs_gtk.c
568         * src/prefs_gtk.h
569         * src/prefs_image_viewer.c
570         * src/prefs_image_viewer.h
571         * src/prefs_matcher.c
572         * src/prefs_matcher.h
573         * src/prefs_message.c
574         * src/prefs_message.h
575         * src/prefs_msg_colors.c
576         * src/prefs_msg_colors.h
577         * src/prefs_other.c
578         * src/prefs_other.h
579         * src/prefs_quote.c
580         * src/prefs_quote.h
581         * src/prefs_receive.c
582         * src/prefs_receive.h
583         * src/prefs_send.c
584         * src/prefs_send.h
585         * src/prefs_spelling.c
586         * src/prefs_spelling.h
587         * src/prefs_summaries.c
588         * src/prefs_summaries.h
589         * src/prefs_summary_column.c
590         * src/prefs_summary_column.h
591         * src/prefs_template.c
592         * src/prefs_template.h
593         * src/prefs_themes.c
594         * src/prefs_themes.h
595         * src/prefs_toolbar.c
596         * src/prefs_toolbar.h
597         * src/prefs_wrapping.c
598         * src/prefs_wrapping.h
599         * src/privacy.c
600         * src/privacy.h
601         * src/procheader.c
602         * src/procheader.h
603         * src/procmime.c
604         * src/procmime.h
605         * src/procmsg.c
606         * src/procmsg.h
607         * src/quote_fmt.c
608         * src/quote_fmt_parse.y
609         * src/recv.c
610         * src/recv.h
611         * src/remotefolder.c
612         * src/remotefolder.h
613         * src/send_message.c
614         * src/send_message.h
615         * src/setup.c
616         * src/setup.h
617         * src/sourcewindow.c
618         * src/sourcewindow.h
619         * src/ssl_manager.c
620         * src/ssl_manager.h
621         * src/statusbar.c
622         * src/statusbar.h
623         * src/stock_pixmap.c
624         * src/stock_pixmap.h
625         * src/summary_search.c
626         * src/summary_search.h
627         * src/summaryview.c
628         * src/summaryview.h
629         * src/syldap.c
630         * src/syldap.h
631         * src/textview.c
632         * src/textview.h
633         * src/toolbar.c
634         * src/toolbar.h
635         * src/undo.c
636         * src/undo.h
637         * src/unmime.c
638         * src/unmime.h
639         * src/vcard.c
640         * src/vcard.h
641         * src/wizard.c
642         * src/wizard.h
643         * src/common/base64.c
644         * src/common/base64.h
645         * src/common/defs.h
646         * src/common/hooks.c
647         * src/common/hooks.h
648         * src/common/log.c
649         * src/common/log.h
650         * src/common/mgutils.c
651         * src/common/mgutils.h
652         * src/common/nntp.c
653         * src/common/nntp.h
654         * src/common/passcrypt.c
655         * src/common/passcrypt.h.in
656         * src/common/plugin.c
657         * src/common/plugin.h
658         * src/common/prefs.c
659         * src/common/prefs.h
660         * src/common/progressindicator.c
661         * src/common/progressindicator.h
662         * src/common/quoted-printable.c
663         * src/common/quoted-printable.h
664         * src/common/session.c
665         * src/common/session.h
666         * src/common/smtp.c
667         * src/common/smtp.h
668         * src/common/socket.c
669         * src/common/socket.h
670         * src/common/ssl.c
671         * src/common/ssl.h
672         * src/common/stringtable.c
673         * src/common/stringtable.h
674         * src/common/sylpheed.c
675         * src/common/sylpheed.h
676         * src/common/template.c
677         * src/common/template.h
678         * src/common/timing.h
679         * src/common/utils.c
680         * src/common/utils.h
681         * src/common/version.h.in
682         * src/common/xml.c
683         * src/common/xml.h
684         * src/common/xmlprops.c
685         * src/common/xmlprops.h
686         * src/gtk/about.c
687         * src/gtk/colorlabel.c
688         * src/gtk/colorlabel.h
689         * src/gtk/colorsel.c
690         * src/gtk/colorsel.h
691         * src/gtk/combobox.c
692         * src/gtk/combobox.h
693         * src/gtk/description_window.c
694         * src/gtk/description_window.h
695         * src/gtk/filesel.c
696         * src/gtk/filesel.h
697         * src/gtk/foldersort.c
698         * src/gtk/foldersort.h
699         * src/gtk/gtkaspell.c
700         * src/gtk/gtkaspell.h
701         * src/gtk/gtksctree.c
702         * src/gtk/gtkshruler.c
703         * src/gtk/gtkshruler.h
704         * src/gtk/gtkutils.c
705         * src/gtk/gtkutils.h
706         * src/gtk/icon_legend.c
707         * src/gtk/icon_legend.h
708         * src/gtk/logwindow.c
709         * src/gtk/logwindow.h
710         * src/gtk/manage_window.c
711         * src/gtk/manage_window.h
712         * src/gtk/pluginwindow.c
713         * src/gtk/pluginwindow.h
714         * src/gtk/prefswindow.c
715         * src/gtk/prefswindow.h
716         * src/gtk/quicksearch.c
717         * src/gtk/quicksearch.h
718         * src/pixmaps/claws-mail.xpm
719         * src/pixmaps/claws-mail_icon.xpm
720         * src/pixmaps/claws-mail_logo.xpm
721         * src/pixmaps/sylpheed-claws.xpm
722         * src/pixmaps/sylpheed-claws_icon.xpm
723         * src/pixmaps/sylpheed-claws_logo.xpm
724         * src/plugins/bogofilter/Makefile.am
725         * src/plugins/bogofilter/bogofilter.c
726         * src/plugins/bogofilter/bogofilter.h
727         * src/plugins/bogofilter/bogofilter_gtk.c
728         * src/plugins/clamav/Makefile.am
729         * src/plugins/clamav/clamav_plugin.c
730         * src/plugins/clamav/clamav_plugin.h
731         * src/plugins/clamav/clamav_plugin_gtk.c
732         * src/plugins/demo/Makefile.am
733         * src/plugins/demo/demo.c
734         * src/plugins/dillo_viewer/Makefile.am
735         * src/plugins/dillo_viewer/README
736         * src/plugins/dillo_viewer/dillo_prefs.c
737         * src/plugins/dillo_viewer/dillo_prefs.h
738         * src/plugins/dillo_viewer/dillo_viewer.c
739         * src/plugins/pgpcore/Makefile.am
740         * src/plugins/pgpcore/passphrase.c
741         * src/plugins/pgpcore/passphrase.h
742         * src/plugins/pgpcore/pgp_viewer.c
743         * src/plugins/pgpcore/pgp_viewer.h
744         * src/plugins/pgpcore/plugin.c
745         * src/plugins/pgpcore/prefs_gpg.c
746         * src/plugins/pgpcore/prefs_gpg.h
747         * src/plugins/pgpcore/select-keys.c
748         * src/plugins/pgpcore/select-keys.h
749         * src/plugins/pgpcore/sgpgme.c
750         * src/plugins/pgpcore/sgpgme.h
751         * src/plugins/pgpcore/sylpheed.def
752         * src/plugins/pgpcore/version.rc
753         * src/plugins/pgpinline/Makefile.am
754         * src/plugins/pgpinline/pgpinline.c
755         * src/plugins/pgpinline/pgpinline.h
756         * src/plugins/pgpinline/plugin.c
757         * src/plugins/pgpinline/sylpheed.def
758         * src/plugins/pgpinline/version.rc
759         * src/plugins/pgpmime/Makefile.am
760         * src/plugins/pgpmime/pgpmime.c
761         * src/plugins/pgpmime/pgpmime.h
762         * src/plugins/pgpmime/plugin.c
763         * src/plugins/pgpmime/sylpheed.def
764         * src/plugins/pgpmime/version.rc
765         * src/plugins/spamassassin/Makefile.am
766         * src/plugins/spamassassin/README
767         * src/plugins/spamassassin/spamassassin.c
768         * src/plugins/spamassassin/spamassassin.h
769         * src/plugins/spamassassin/spamassassin_gtk.c
770         * src/plugins/trayicon/Makefile.am
771         * src/plugins/trayicon/trayicon.c
772         * tools/OOo2sylpheed.pl
773         * tools/README
774         * tools/README.sylprint
775         * tools/acroread2sylpheed.pl
776         * tools/claws.i18n.status.pl
777         * tools/filter_conv.pl
778         * tools/filter_conv_new.pl
779         * tools/freshmeat_search.pl
780         * tools/google_search.pl
781         * tools/kmail2sylpheed.pl
782         * tools/kmail2sylpheed_v2.pl
783         * tools/make.themes.project
784         * tools/multiwebsearch.pl
785         * tools/nautilus2sylpheed.sh
786         * tools/outlook2sylpheed.pl
787         * tools/sylprint.pl
788         * tools/sylprint.rc
789         * tools/tb2sylpheed
790         * tools/textviewer.sh
791         * tools/vcard2xml.py
792         * tools/kdeservicemenu/README
793         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
794         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
795         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
796                 Change name to Claws Mail. Announce to follow...
797
798 2006-11-06 [wwp]        2.6.0cvs6
799
800         * src/prefs_template.c
801                 unify messages related to quote format/template errors (fix
802                 capitalization), again.
803
804 2006-11-06 [wwp]        2.6.0cvs5
805
806         * src/prefs_quote.c
807                 unify messages related to quote format/template errors.
808
809 2006-11-06 [wwp]        2.6.0cvs4
810
811         * src/prefs_msg_colors.c
812                 more uses of Q_ macro for contextual translations, thanks
813                 to Fabien (fzzzzz).
814
815 2006-11-06 [wwp]        2.6.0cvs3
816
817         * src/compose.c
818         * src/common/utils.c
819         * src/common/utils.h
820                 show an alertpanel to make sure users are aware that sensitive
821                 files are attached (it's file blacklist-based). This will fix
822                 interaction w/ GoogleEarth for instance, thanks to Colin.
823
824 2006-11-06 [wwp]        2.6.0cvs2
825
826         * src/prefs_quote.c
827         * src/prefs_template.c
828         * src/prefs_template.h
829                 check quote format when applying/closing prefs. For now this only
830                 shows up an error dialog box, not preventing the user from using
831                 a broken quote (reply, forwards) format.
832
833 2006-11-06 [wwp]        2.6.0cvs1
834
835         * src/prefs_template.c
836                 fix missing checks of some template fields.
837
838 2006-11-06 [paul]       2.6.0
839
840         * NEWS
841         * README
842         * RELEASE_NOTES
843                 2.6.0 released
844
845 2006-11-06 [paul]       2.5.6cvs22
846
847         * manual/advanced.xml
848         * manual/es/advanced.xml
849                 put 'respect_flowed_format' info in the correct
850                 place
851
852 2006-11-06 [mones]      2.5.6cvs21
853
854         * po/es.po
855                 Minor fixes for release
856
857 2006-11-06 [paul]       2.5.6cvs20
858
859         * po/cs.po
860         * po/de.po
861         * po/fr.po
862         * po/it.po
863         * po/nl.po
864         * po/pt_BR.po
865         * po/sk.po
866         * po/sv.po
867         * po/zh_CN.po
868                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
869                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
870                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
871                 Young
872
873 2006-11-02 [colin]      2.5.6cvs19
874
875         * src/imap.c
876         * src/imap.h
877         * src/prefs_account.c
878         * src/etpan/imap-thread.c
879                 Add GSSAPI support - fixes Debian bug #383274
880
881 2006-11-01 [colin]      2.5.6cvs18
882
883         * src/jpilot.c
884                 Handle libpisock12 support. Probably
885                 fixes bug 1046, 'jpilot AddressDB.pdb 
886                 import fail'
887
888 2006-11-01 [colin]      2.5.6cvs17
889
890         * src/folderutils.c
891                 debug_print() folderutils_mark_all_read()
892
893 2006-11-01 [colin]      2.5.6cvs16
894
895         * COPYING
896                 Add missed files to the Apache exception
897
898 2006-10-31 [colin]      2.5.6cvs15
899
900         * src/folder.c
901         * src/folder.h
902                 Add a copy_private_data() func to FolderClasses
903                 Doesn't break the feature freeze, because we 
904                 won't use it (right now) in the core.
905
906 2006-10-31 [colin]      2.5.6cvs14
907
908         * COPYING
909                 Allow linking with the Apache licensed files in
910                 src/plugins/spamassassin. Hopefully fixes 
911                 bug 1048, 'Spamassassin plugin license problem'
912
913 2006-10-31 [wwp]        2.5.6cvs13
914
915         * src/compose.c
916                 fix and optimize trimming of leading linefeeds in body loop.
917
918 2006-10-31 [colin]      2.5.6cvs12
919
920         * src/etpan/imap-thread.c
921         * src/imap.c
922                 Make really sure to have NULL sets in case
923                 of error
924
925 2006-10-30 [wwp]        2.5.6cvs11
926
927         * src/prefs_common.c
928         * src/prefs_common.h
929         * src/compose.c
930                 fix broken storage of quote format template when it contains \-escape
931                 sequences. The application of such sequences is also fixed now (\t
932                 in quote format will be a real tab instead of a 't', for instance).
933
934 2006-10-27 [colin]      2.5.6cvs10
935
936         * src/compose.c
937                 Probably fix bug 1045, 'sylpheed-claws 
938                 doesn't remove the mail from the IMAP 
939                 Queue folder after sending'. From
940                 2.5.6cvs3-stable
941
942 2006-10-27 [colin]      2.5.6cvs9
943
944         * configure.ac
945                 Require libetpan-0.48. I'm so annoying,
946                 I know ;-)
947
948 2006-10-27 [colin]      2.5.6cvs8
949
950         * src/folder.c
951         * src/imap.c
952                 Probably fix bug 1044, 'sylpheed-claws 
953                 segfaults while moving mails' - Fix relation
954                 usage when moving to an IMAP mailbox from another
955                 mailbox
956
957 2006-10-26 [paul]       2.5.6cvs7
958
959         * src/gtk/about.c
960                 add libSM to compiled-in features
961                 list
962
963 2006-10-24 [colin]      2.5.6cvs6
964
965         * src/textview.c
966         * src/gtk/gtkutils.c
967                 Fix crash when printing emails with an
968                 xface
969
970 2006-10-24 [mones]      2.5.6cvs5
971
972         * manual/es/advanced.xml
973                 Synchronize hidden option respect_flowed_format
974         * po/es.po
975                 Updated translation
976
977 2006-10-21 [paul]       2.5.6cvs4
978
979         * src/gtk/authors.h
980         * src/plugins/pgpcore/pgp_viewer.c
981         * src/plugins/pgpcore/sgpgme.c
982                 fix building on BSDs
983                 Thanks to Michael Hughes
984                 <Sylpheed-Claws_user@thehugheslogcabin.net>
985
986 2006-10-20 [colin]      2.5.6cvs3
987
988         * configure.ac
989                 Bump up libetpan requirement
990                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
991         * src/common/utils.c
992         * src/common/utils.h
993                 Add convenience get_file_mtime()
994         * src/imap.c
995         * src/etpan/imap-thread.c
996         * src/etpan/imap-thread.h
997                 Implement UIDPLUS support if the server
998                 supports it - faster sending in this case
999
1000 2006-10-19 [colin]      2.5.6cvs2
1001
1002         * src/gtk/quicksearch.c
1003                 Fix emptying in type-ahead+extended mode
1004         * src/mainwindow.c
1005         * src/mainwindow.h
1006                 Add a hook for offline state change
1007         * src/plugins/trayicon/trayicon.c
1008                 Use it to display offline icons
1009         * src/plugins/trayicon/Makefile.am
1010         * src/plugins/trayicon/newmail.offline.xpm
1011         * src/plugins/trayicon/newmarkedmail.offline.xpm
1012         * src/plugins/trayicon/nomail.offline.xpm
1013         * src/plugins/trayicon/unreadmail.offline.xpm
1014         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1015                 Add the icons
1016
1017 2006-10-12 [paul]       2.5.6cvs1
1018
1019         * NEWS
1020         * README
1021         * configure.ac
1022                 Update version number following
1023                 stable release
1024
1025 2006-10-19 [colin]      2.5.5cvs18
1026
1027         * manual/handling.xml
1028                 Add type-ahead search
1029
1030 2006-10-18 [colin]      2.5.5cvs17
1031
1032         * src/gtk/quicksearch.c
1033                 Remove "save to history only if there's
1034                 no syntax error", it breaks for some 
1035                 reason which I'll investigate later.
1036
1037 2006-10-18 [colin]      2.5.5cvs16
1038
1039         * src/prefs_common.c
1040         * src/prefs_common.h
1041         * src/summaryview.c
1042         * src/gtk/quicksearch.c
1043         * src/gtk/quicksearch.h
1044                 Add a type-ahead option for fast searches
1045                 Patch by Fabien Vantard
1046
1047 2006-10-18 [colin]      2.5.5cvs15
1048
1049         * src/compose.c
1050         * src/compose.h
1051                 Add Options/Reply mode/ menu to be able to
1052                 change the recipients of a reply on the fly
1053
1054 2006-10-18 [colin]      2.5.5cvs14
1055
1056         * src/compose.c
1057                 Fix redirecting of our own sent mails
1058
1059 2006-10-17 [wwp]        2.5.5cvs13
1060
1061         * src/send_message.c
1062                 Fix duplicate error messages when sending, and missing
1063                 newline in such error messages.
1064
1065 2006-10-17 [colin]      2.5.5cvs12
1066
1067         * src/compose.c
1068                 Compare addresses case-insensitive
1069
1070 2006-10-17 [colin]      2.5.5cvs11
1071
1072         * src/plugins/pgpcore/sgpgme.c
1073                 Fix return status
1074
1075 2006-10-17 [colin]      2.5.5cvs10
1076
1077         * src/plugins/pgpcore/pgp_viewer.c
1078                 Fix return status
1079
1080 2006-10-17 [colin]      2.5.5cvs9
1081
1082         * src/quote_fmt.c
1083                 Fix a typo (thanks to Fabien)
1084
1085 2006-10-16 [colin]      2.5.5cvs8
1086
1087         * src/textview.c
1088                 Fix problem with quote-folding when emails
1089                 don't convert cleanly to UTF-8
1090
1091 2006-10-14 [colin]      2.5.5cvs7
1092
1093         * src/prefs_template.c
1094                 Reset fields when reopening
1095                 the window
1096
1097 2006-10-13 [paul]       2.5.5cvs6
1098
1099         * manual/advanced.xml
1100         * src/prefs_message.c
1101                 make 'respect_flowed_format' a hidden
1102                 option, and add a manual entry for it
1103                 Thanks to Colin
1104
1105 2006-10-12 [colin]      2.5.5cvs5
1106
1107         * src/codeconv.c
1108                 Revert part of 2.5.2cvs21:
1109                 Don't optimise by reusing the 
1110                 last iconv converter if possible:
1111                 it seems slightly broken in a 
1112                 very hard way to reproduce
1113
1114 2006-10-12 [colin]      2.5.5cvs4
1115
1116         * src/prefs_common.c
1117         * src/prefs_common.h
1118         * src/prefs_message.c
1119         * src/procmime.c
1120                 Fix bug 1035, 'Incorrect handling 
1121                 of flowed lines'. We now optionnaly
1122                 handle this format (preference is in
1123                 Message View/Text options section)
1124
1125 2006-10-12 [colin]      2.5.5cvs3
1126
1127         * po/POTFILES.in
1128                 Add new file
1129         * src/plugins/pgpcore/pgp_viewer.c
1130         * src/plugins/pgpcore/sgpgme.c
1131                 Don't try to import without asking
1132
1133 2006-10-12 [colin]      2.5.5cvs2
1134
1135         * src/compose.c
1136                 Fix bug 1036, 'Forwarding a mutlipart
1137                 mail with a "text/html" block to ms
1138                 outlook users leeds to freeze of
1139                 outlook'. Poor outlook users...
1140
1141 2006-10-12 [paul]       2.5.5cvs1
1142
1143         * NEWS
1144         * README
1145         * configure.ac
1146                 Update version number following
1147                 stable release
1148
1149 2006-10-11 [paul]       2.5.4cvs1
1150
1151         * NEWS
1152         * README
1153         * configure.ac
1154                 Update version number following
1155                 stable release
1156
1157 2006-10-11 [paul]       2.5.3cvs32
1158
1159         * src/textview.c
1160                 fix bug 1032, 'Segmentation fault when showing
1161                 message' (bug in quote folding)
1162                 Thanks to Colin
1163
1164 2006-10-10 [colin]      2.5.3cvs31
1165
1166         * src/quote_fmt.c
1167                 Rephrase english a bit
1168
1169 2006-10-10 [colin]      2.5.3cvs30
1170
1171         * src/prefs_compose_writing.c
1172                 Stop making the page larger than the window
1173
1174 2006-10-10 [wwp]        2.5.3cvs29
1175
1176         * src/compose.c
1177         * src/prefs_template.c
1178         * src/quote_fmt.c
1179         * src/quote_fmt.h
1180         * src/quote_fmt_lex.l
1181         * src/quote_fmt_parse.y
1182                 Extend the quote parser a bit: allow to get access to
1183                 basic (composing) account info.
1184
1185 2006-10-10 [colin]      2.5.3cvs28
1186
1187         * src/procheader.c
1188                 Fix this \t problem in subject
1189
1190 2006-10-09 [colin]      2.5.3cvs27
1191
1192         * src/main.c
1193         * src/prefs_gtk.c
1194                 Prepare cache a bit later
1195                 If section already exists, skip the new one 
1196                 (as previously); avoid writing the same block
1197                 twice - if we find a second block with the 
1198                 same id, skip it.
1199         * src/plugins/pgpcore/pgp_viewer.c
1200                 Set cursor to busy when retrieving a key
1201         * src/plugins/pgpcore/sgpgme.c
1202                 allow 5 seconds for gpg to export the key
1203                 
1204
1205 2006-10-09 [colin]      2.5.3cvs26
1206
1207         * configure.ac
1208         * src/msgcache.c
1209         * src/prefs_gtk.c
1210                 Check for existence of fgets_unlocked
1211                 and fwrite_unlocked
1212
1213 2006-10-09 [paul]       2.5.3cvs25
1214
1215         * src/prefs_summaries.c
1216                 replace strftime() with fast_strftime() and in
1217                 the consequence fix the bug in the display of
1218                 AM/PM in the 'Example' string
1219
1220 2006-10-09 [ticho]      2.5.3cvs24
1221
1222         * po/sk.po
1223                 Updated (and fixed up somewhat) Slovak translation.
1224
1225 2006-10-08 [colin]      2.5.3cvs23
1226
1227         * src/prefs_folder_item.c
1228                 Explain why prefs in the top-level folder
1229                 aren't retained, but are still useful
1230
1231 2006-10-08 [colin]      2.5.3cvs22
1232
1233         * src/prefs_gtk.c
1234                 Don't cache anything if caching fails
1235
1236 2006-10-08 [colin]      2.5.3cvs21
1237
1238         * src/common/utils.c
1239                 always include gi18n.h
1240
1241 2006-10-07 [colin]      2.5.3cvs20
1242
1243         * src/plugins/pgpcore/pgp_viewer.c
1244                 Kill gpg after 5 seconds wait
1245
1246 2006-10-07 [colin]      2.5.3cvs19
1247
1248         * src/plugins/pgpcore/pgp_viewer.c
1249         * src/plugins/pgpcore/pgp_viewer.h
1250                 Fix copyright
1251
1252 2006-10-07 [colin]      2.5.3cvs18
1253
1254         * src/plugins/pgpcore/pgp_viewer.c
1255         * src/plugins/pgpcore/pgp_viewer.h
1256                 Actually add the files to CVS
1257
1258 2006-10-07 [colin]      2.5.3cvs17
1259
1260         * src/plugins/pgpcore/sgpgme.c
1261                 Be sure not to crash on 'application/pgp-signature' that
1262                 are not application/pgp-signatures
1263
1264 2006-10-07 [colin]      2.5.3cvs16
1265
1266         * src/textview.c
1267         * src/textview.h
1268                 Make a bit more of the API available
1269         * src/plugins/pgpcore/Makefile.am
1270         * src/plugins/pgpcore/plugin.c
1271         * src/plugins/pgpcore/sgpgme.c
1272                 Add basic key import/export
1273
1274 2006-10-07 [colin]      2.5.3cvs15
1275
1276         * src/folderview.c
1277         * src/imap.c
1278         * src/prefs_account.c
1279         * src/wizard.c
1280                 Warn users *everywhere* if libetpan's not
1281                 linked in
1282
1283 2006-10-06 [mones]      2.5.3cvs14
1284
1285         * po/de.po
1286         * po/es.po
1287                 updated by Stephan Sachse and me
1288
1289 2006-10-06 [colin]      2.5.3cvs13
1290
1291         * src/main.c
1292         * src/common/sylpheed.c
1293                 Don't load common plugins if --exit is passed
1294         * src/prefs_gtk.c
1295         * src/prefs_gtk.h
1296                 Implement a cache to avoid reading the same
1297                 files over and over again at startup
1298
1299 2006-10-06 [colin]      2.5.3cvs12
1300
1301         * src/summaryview.c
1302         * src/gtk/quicksearch.c
1303                 Update display every 5k mails on fast searches
1304
1305 2006-10-06 [colin]      2.5.3cvs11
1306
1307         * src/textview.c
1308                 Don't do quote folding on HTML or ERTF.
1309                 May fix the Cygwin issues if they were
1310                 happening with HTML mails?
1311
1312 2006-10-05 [colin]      2.5.3cvs10
1313
1314         * src/prefs_gtk.c
1315                 Oops, forgot one
1316
1317 2006-10-05 [colin]      2.5.3cvs9
1318
1319         * src/prefs_gtk.c
1320                 Use unlocked_stdio here too
1321
1322 2006-10-05 [colin]      2.5.3cvs8
1323
1324         * src/folderview.c
1325                 Fix go to next * after preferences apply
1326         * src/msgcache.c
1327                 Do the fd lock/unlock ourselves instead of
1328                 letting the libc do it at each write 
1329
1330 2006-10-05 [colin]      2.5.3cvs7
1331
1332         * src/common/utils.c
1333                 Faster division, thanks to Jean Diraison
1334
1335 2006-10-05 [paul]       2.5.3cvs6
1336
1337         * src/common/utils.c
1338                 fix building with --disable-nls
1339
1340 2006-10-04 [colin]      2.5.3cvs5
1341
1342         * src/folder.c
1343                 Maybe fix a segfault
1344
1345 2006-10-04 [wwp]        2.5.3cvs4
1346
1347         * src/prefs_folder_item.c
1348                 Fine-tune layouts in folder item prefs. Suggested by
1349                 Fabien Vantard <fzzzzz@gmail.com>.
1350
1351 2006-10-04 [wwp]        2.5.3cvs3
1352
1353         * src/prefs_folder_item.c
1354                 Kill the clandestine passengers. You didn't see anything.
1355
1356 2006-10-04 [wwp]        2.5.3cvs2
1357
1358         * src/prefs_folder_item.c
1359                 Add a way to test the subject simplify regexp in
1360                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1361                 w/ few layout changes.
1362
1363 2006-20-04 [paul]       2.5.3cvs1
1364
1365         * NEWS
1366         * README
1367         * configure.ac
1368                 Update version number following
1369                 stable release
1370
1371 2006-10-04 [colin]      2.5.2cvs42
1372
1373         * src/folder.c
1374         * src/folder.h
1375         * src/summaryview.c
1376                 Provide a way for folder classes to set their sort
1377                 type and key
1378
1379 2006-10-03 [colin]      2.5.2cvs41
1380
1381         * src/mh.c
1382                 Don't use strlen() to know if the
1383                 string's empty
1384
1385 2006-10-03 [colin]      2.5.2cvs40
1386
1387         * src/mh.c
1388                 Fix "check for new folders" with accentued folders
1389
1390 2006-10-03 [ticho]      2.5.2cvs39
1391
1392         * src/filtering.c
1393         * src/folder.c
1394         * src/inc.c
1395         * src/mbox.c
1396                 Colin's fix for "copy" filtering rules.
1397
1398 2006-10-02 [colin]      2.5.2cvs38
1399
1400         * src/folderview.c
1401                 Fix for double-click too
1402
1403 2006-10-02 [colin]      2.5.2cvs37
1404
1405         * src/folderview.c
1406                 correct fix for cvs36
1407
1408 2006-10-02 [colin]      2.5.2cvs36
1409
1410         * src/folderview.c
1411                 Fix 'goto next unread' after collapsing/expanding 
1412                 a node.
1413
1414 2006-10-02 [colin]      2.5.2cvs35
1415
1416         * src/summaryview.c
1417                 Fix double freeze/thaw
1418         * src/common/utils.c
1419         * src/common/utils.h
1420                 Reimplement strftime
1421         * src/procheader.c
1422                 Use it
1423
1424
1425 2006-10-02 [colin]      2.5.2cvs34
1426
1427         * src/mh.c
1428                 Time mh_write_sequences() - it's fast
1429         * src/summaryview.c
1430                 Init a variable to shut up gcc
1431
1432 2006-10-01 [colin]      2.5.2cvs33
1433
1434         * src/folder.c
1435         * src/mh.c
1436         * src/mh.h
1437         * src/msgcache.c
1438                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1439                 Add fsync but disable it, it's slow as hell
1440
1441 2006-10-01 [colin]      2.5.2cvs32
1442
1443         * src/mh.c
1444         * src/msgcache.c
1445                 fflush() caches and mh_sequences before
1446                 fclose()ing
1447
1448 2006-10-01 [colin]      2.5.2cvs31
1449
1450         * src/msgcache.c
1451                 Don't ftruncate when not using mmap
1452
1453 2006-09-30 [colin]      2.5.2cvs30
1454
1455         * src/main.c
1456                 Write folder list *after* saving caches
1457
1458 2006-09-30 [colin]      2.5.2cvs29
1459
1460         * src/folder.c
1461         * src/mh.c
1462                 Debug forced mtime changes
1463
1464 2006-09-30 [colin]      2.5.2cvs28
1465
1466         * src/folder.c
1467         * src/main.c
1468                 Remove useless debug_print()s (code
1469                 well-tested)
1470
1471 2006-09-30 [colin]      2.5.2cvs27
1472
1473         * src/mh.c
1474                 Do stuff faster when writing mh_sequences
1475
1476 2006-09-30 [colin]      2.5.2cvs26
1477
1478         * src/mh.c
1479                 Don't let the writing of .mh_sequences, which
1480                 can change the folder's mtime, let us think
1481                 we need to scan.
1482
1483 2006-09-30 [colin]      2.5.2cvs25
1484
1485         * src/folder.c
1486                 Move a debug_print where it belongs 
1487                 (processing)
1488         * src/summaryview.c
1489                 Don't mess with a huge slow subject
1490                 table if we're not threading by
1491                 subject
1492
1493 2006-09-30 [colin]      2.5.2cvs24
1494
1495         * src/msgcache.c
1496                 Reenable mmaped reads (*not* writes!)
1497         * src/procmsg.c
1498                 Don't destroy and recreate hashtables just
1499                 for fun
1500         * src/common/utils.c
1501                 Remove useless reply prefixes (it's case
1502                 unsensitive)
1503
1504 2006-09-30 [wwp]        2.5.2cvs23
1505
1506         * tools/fix_date.sh
1507                 Fixed a minor bug in date value extraction, added a switch
1508                 to replace non RFC-compliant Date: value, added a switch
1509                 to use strict RFC matching patterns for dates.
1510
1511 2006-09-29 [colin]      2.5.2cvs22
1512
1513         * src/matcher_parser.h
1514         * src/matcher_parser_parse.y
1515         * src/prefs_filtering.c
1516         * src/statusbar.c
1517         * src/summary_search.c
1518         * src/summaryview.c
1519         * src/gtk/quicksearch.c
1520         * src/gtk/quicksearch.h
1521                 Optimise searches by setting different
1522                 refresh intervals (depending if the 
1523                 search is fast or not)
1524
1525 2006-09-29 [colin]      2.5.2cvs21
1526
1527         * src/codeconv.c
1528                 Optimise by reusing the last iconv converter
1529                 if possible
1530         * src/textview.c
1531                 Optimise a bit (the foldable quotes feature
1532                 still has an awful O(n^2) algo
1533
1534 2006-09-29 [colin]      2.5.2cvs20
1535
1536         * src/gtk/gtksctree.c
1537         * src/gtk/gtksctree.h
1538                 Optimise de-selection via up/down or
1539                 another key
1540
1541 2006-09-28 [colin]      2.5.2cvs19
1542
1543         * src/action.c
1544         * src/compose.c
1545         * src/folderview.c
1546         * src/mainwindow.c
1547         * src/messageview.c
1548         * src/summary_search.c
1549         * src/toolbar.c
1550                 Avoid using summaryview->ctree directly
1551
1552 2006-09-28 [colin]      2.5.2cvs18
1553
1554         * src/summaryview.c
1555         * src/summaryview.h
1556                 Add helpers to freeze/thaw/grab_focus
1557                 Factorize calls to freeze/thaw/grab_focus
1558                 
1559
1560 2006-09-28 [colin]      2.5.2cvs17
1561
1562         * src/main.c
1563                 More guards for the session management
1564
1565 2006-09-28 [colin]      2.5.2cvs16
1566
1567         * src/folderview.c
1568         * src/gtk/gtksctree.c
1569         * src/gtk/gtksctree.h
1570                 Make expanding not recursive in folderview
1571
1572 2006-09-28 [colin]      2.5.2cvs15
1573
1574         * src/addressbook.c
1575                 If nothing is selected in the list (right part)
1576                 and a group is selected in the tree (left part),
1577                 mail this group.
1578
1579 2006-09-28 [colin]      2.5.2cvs14
1580
1581         * src/Makefile.am
1582                 Actually use SM_LIBS
1583
1584 2006-09-28 [ticho]      2.5.2cvs13
1585
1586         * src/export.c
1587         * src/messageview.c
1588         * src/mimeview.c
1589         * src/news.c
1590         * src/pop.c
1591         * src/prefs_themes.c
1592         * src/procmsg.c
1593                 Small i18n string optimization.
1594         * src/send_message.c
1595         * src/summaryview.c
1596         * src/common/session.c
1597         * src/common/smtp.c
1598         * src/common/ssl_certificate.c
1599         * src/common/utils.c
1600                 Use "Couldn't" instead of "Can't" in UI messages,
1601                 where appropriate.
1602
1603 2006-09-28 [colin]      2.5.2cvs12
1604
1605         * configure.ac
1606                 Possibly fix link errors
1607
1608 2006-09-27 [wwp]        2.5.2cvs11
1609
1610         * src/gtk/authors.h
1611         * doc/man/sylpheed-claws.1
1612         * manual/ack.xml
1613         * manual/es/ack.xml
1614         * manual/fr/ack.xml
1615         * manual/pl/ack.xml
1616                 Updated authors info (me, myself and I).
1617
1618 2006-09-27 [colin]      2.5.2cvs10
1619
1620         * src/addressbook.c
1621                 Remove useless printf
1622
1623 2006-09-27 [wwp]        2.5.2cvs9
1624
1625         * src/editgroup.c
1626         * src/send_message.c
1627         * src/inc.c
1628         * src/prefs_common.c
1629         * src/prefs_common.h
1630         * src/gtk/progressdialog.c
1631                 remember more windows' sizes (send dialog, received dialog,
1632                 edit group in addressbook).
1633
1634 2006-09-27 [colin]      2.5.2cvs8
1635
1636         * configure.ac
1637         * src/main.c
1638         * src/mainwindow.h
1639                 Use libSM to communicate with the session
1640                 manager, so that we can know when the 
1641                 session ends, save our caches, and draft
1642                 our compose windows.
1643
1644 2006-09-27 [colin]      2.5.2cvs7
1645
1646         * src/addressbook.c
1647                 Fix issues:
1648                 o Allow Book and Group creation from the tree's
1649                   contextual menu
1650                 o Do not actually delete the contacts when 
1651                   deleting groups from the tree (duh!)
1652
1653 2006-09-27 [colin]      2.5.2cvs6
1654
1655         * src/compose.c
1656         * src/compose.h
1657         * src/mainwindow.c
1658         * src/textview.c
1659         * src/toolbar.c
1660                 o Allow passing an email address to 
1661                   compose_new_with_folderitem
1662                 o Update callers
1663                 o Use current folderitem when clicking
1664                   on a TextView mailto: link
1665                 o Fix a possible leak in TextView
1666
1667 2006-09-27 [colin]      2.5.2cvs5
1668
1669         * src/html.c
1670                 Use UTF-8 chars to replace HTML entities
1671
1672 2006-09-27 [colin]      2.5.2cvs4
1673
1674         * AUTHORS
1675         * src/prefs_account.c
1676         * src/gtk/authors.h
1677                 Fix bug #1024 (Array index out of
1678                 range in sylpheed-claws-2.5.2)
1679                 Patch by Ales Nosek <anosek@suse.cz>
1680
1681 2006-09-27 [colin]      2.5.2cvs3
1682
1683         * src/addr_compl.c
1684                 Actually do the test
1685
1686 2006-09-27 [colin]      2.5.2cvs2
1687
1688         * src/addr_compl.c
1689         * src/addr_compl.h
1690                 Allow completing with comma (in certain cases: vCalendar
1691                 for example doesn't support that)
1692                 Patch by Fabien Vantard
1693
1694 2006-09-26 [colin]      2.5.2cvs1
1695
1696         * src/Makefile.am
1697         * src/addr_compl.c
1698         * src/addr_compl.h
1699         * src/addrbook.c
1700         * src/addrbook.h
1701         * src/addressbook.c
1702         * src/addrindex.c
1703         * src/addrindex.h
1704         * src/compose.c
1705         * src/prefs_common.c
1706         * src/prefs_filtering_action.c
1707         * src/prefs_folder_item.c
1708         * src/prefs_template.c
1709         * src/stock_pixmap.c
1710         * src/stock_pixmap.h
1711         * src/pixmaps/addr_one.xpm
1712         * src/pixmaps/addr_two.xpm
1713                 Add auto-completion on groups
1714
1715 2006-09-26 [colin]      2.5.2
1716
1717         * NEWS
1718         * README
1719         * RELEASE_NOTES
1720                 2.5.2 released
1721
1722 2006-09-26 [colin]      2.5.1cvs5
1723
1724         * src/matcher.c
1725                 Fix condition
1726
1727 2006-09-26 [colin]      2.5.1cvs4
1728
1729         * src/mbox.c
1730                 Revert cvs1 (useless as the message is printed 
1731                 every 500 mails)
1732
1733 2006-09-26 [colin]      2.5.1cvs3
1734
1735         * src/partial_download.c
1736                 Fix crasher found by Alexsandar Urosevic
1737
1738 2006-09-26 [colin]      2.5.1cvs2
1739
1740         * src/summaryview.c
1741                 Fix bug #1023 (Sylpheed deletes too much messages)
1742
1743 2006-09-26 [ticho]      2.5.1cvs1
1744
1745         * src/mbox.c
1746                 Make use of gettext's multiple plurals for statusbar
1747                 progress message.
1748
1749 2006-09-25 [paul]       2.5.1
1750
1751         * NEWS
1752         * README
1753         * RELEASE_NOTES
1754                 2.5.1 released
1755
1756 2006-09-25 [colin]      2.5.0cvs3
1757
1758         * src/plugins/bogofilter/bogofilter.c
1759         * src/plugins/clamav/clamav_plugin.c
1760         * src/plugins/spamassassin/spamassassin.c
1761                 BogoFilter, Spamassassin: Fix double hook registering after
1762                 visiting preferences
1763                 Spamassassin, Clamav: Just set the mails to move instead of
1764                 doing the move - caller will move the things at once.
1765
1766 2006-09-25 [colin]      2.5.0cvs2
1767
1768         * src/imap.c
1769         * src/etpan/imap-thread.c
1770                 Use UID SEARCH ALL instead of UID 1:*
1771                 (braindead servers can't figure out that's
1772                 the same...)
1773
1774 2006-09-25 [wwp]        2.5.0cvs1
1775
1776         * src/message_search.c
1777                 Added the ability to stop a running search (in message body).
1778
1779 2006-09-25 [paul]       2.5.0
1780
1781         * NEWS
1782         * README
1783         * RELEASE_NOTES
1784                 2.5.0 released
1785
1786 2006-09-25 [paul]       2.4.0cvs214
1787
1788         * po/cs.po
1789         * po/de.po
1790         * po/fi.po
1791         * po/fr.po
1792         * po/nl.po
1793         * po/pt_BR.po
1794         * po/sk.po
1795         * po/sr.po
1796         * po/zh_CN.po
1797                 updated by Tim, Stephan Sachse, Flammie Pirinen,
1798                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
1799                 Ticho, Aleksander Urosevic, Ralgh Young
1800
1801 2006-09-24 [mones]      2.4.0cvs213
1802
1803         * po/es.po
1804                 Updated for release
1805
1806 2006-09-23 [colin]      2.4.0cvs212
1807
1808         * src/gtk/inputdialog.c
1809                 Fix [ ] remember this appearing in normal
1810                 input dialogs after it's been used by
1811                 mimeview.
1812         * src/folder.c
1813         * src/folderview.c
1814         * src/msgcache.c
1815         * src/procmsg.c
1816         * src/summaryview.c
1817         * src/textview.c
1818         * src/common/timing.h
1819                 Enable timings in debug mode and make it
1820                 look prettier.
1821
1822 2006-09-22 [colin]      2.4.0cvs211
1823
1824         * README
1825                 Revert test change
1826         * commitHelper
1827                 ping the correct URI
1828
1829 2006-09-22 [colin]      2.4.0cvs210
1830
1831         * README
1832                 Let's see if bug #1022 is fixed
1833
1834 2006-09-21 [colin]      2.4.0cvs209
1835
1836         * src/wizard.c
1837         * src/common/plugin.c
1838                 Prepare infra to load predefined plugins when
1839                 no configuration existed. Don't actually load
1840                 anything yet (feat. freeze)
1841
1842 2006-09-21 [wwp]        2.4.0cvs208
1843
1844         * manual/fr/faq.xml
1845                 Partial sync w/ 2.4.0cvs72:
1846                 wrap file and minor updates.
1847
1848 2006-09-21 [wwp]        2.4.0cvs207
1849
1850         * tools/fix_date.sh
1851                 several fixes and enhancements. A new --force switch has been
1852                 added to prevent overriding by default Date: header when
1853                 already existing.
1854
1855 2006-09-21 [paul]       2.4.0cvs206
1856
1857         * src/common/utils.c
1858                 add Chinese UTF8 Re prefix
1859
1860 2006-09-21 [wwp]        2.4.0cvs205
1861
1862         * tools/Makefile.am
1863                 Fics alfabettical order.
1864
1865 2006-09-21 [wwp]        2.4.0cvs204
1866
1867         * tools/fix_date.sh
1868         * tools/Makefile.am
1869                 Added an action tool to fix missing Date field in emails.
1870                 Updated Makefile.am to reflect those last two additions.
1871
1872 2006-09-21 [wwp]        2.4.0cvs203
1873
1874         * tools/uuooffice
1875                 Added a action tool to open uuencoded docs w/
1876                 OpenOffice (based on uudec method).
1877
1878 2006-09-21 [colin]      2.4.0cvs202
1879
1880         * src/compose.c
1881         * src/textview.c
1882                 Workaround possible GTK crash: remove selection 
1883                 clipboard before destroying widget, or GTK+-2.10
1884                 dies. Thanks to Hiro.
1885
1886 2006-09-20 [colin]      2.4.0cvs201
1887
1888         * src/compose.c
1889                 Fix free-after-use in some cases (when 
1890                 procmime_encode_content() frees mimeinfo->data.mem
1891                 and turns it to a temp file)
1892
1893 2006-09-20 [colin]      2.4.0cvs200
1894
1895         * src/folderview.c
1896         * src/summaryview.c
1897         * src/gtk/gtksctree.c
1898         * src/gtk/gtksctree.h
1899                 Add tooltips in the folderview and summaryview
1900                 (Doesn't break string freeze as they already
1901                 exist)
1902         * src/toolbar.c
1903                 Put the spam button in the default configuration
1904                 if compiled with bogo plugin too
1905
1906 2006-09-19 [colin]      2.4.0cvs199
1907
1908         * src/summaryview.c
1909         * src/summaryview.h
1910                 Update folder name label on folder rename
1911         * src/prefs_matcher.c
1912         * src/gtk/logwindow.h
1913                 Fix warnings
1914                 Patches by Fabien
1915
1916 2006-09-19 [wwp]        2.4.0cvs198
1917
1918         * src/summary_search.c
1919                 fix can't click forward/backward buttons in the
1920                 search messages.
1921
1922 2006-09-18 [paul]       2.4.0cvs197
1923
1924         * src/wizard.c
1925                 add missing bracket, capitalise the A of
1926                 'SpamAssassin'
1927
1928 2006-09-18 [paul]       2.4.0cvs196
1929
1930         * src/compose.c
1931                 fix bug 1012 'crashed upon sending mail
1932                 from compose window'
1933                 Thanks to Colin
1934
1935 2006-09-16 [colin]      2.4.0cvs195
1936
1937         * src/folderview.c
1938                 Fix "real-time" sorting by freezing/thawing
1939
1940 2006-09-16 [colin]      2.4.0cvs194
1941
1942         * manual/faq.xml
1943                 Fix the anti-spam entry a bit
1944
1945 2006-09-16 [colin]      2.4.0cvs193
1946
1947         * src/wizard.c
1948                 Make sure reviewers have no excuse when stating
1949                 Sylpheed-Claws doesn't have antispam capabilities.
1950
1951 2006-09-16 [colin]      2.4.0cvs192
1952
1953         * src/main.c
1954                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
1955                 as if the SIGPIPE comes from etpan's thread we could
1956                 trigger a GUI update from this thread.
1957
1958 2006-09-16 [colin]      2.4.0cvs191
1959
1960         * src/summaryview.c
1961                 Init all members of the struct
1962
1963 2006-09-16 [paul]       2.4.0cvs190
1964
1965         * src/account.c
1966                 improvements to the English
1967
1968 2006-09-15 [colin]      2.4.0cvs189
1969
1970         * src/summaryview.c
1971                 HIG order on dialog
1972
1973 2006-09-14 [colin]      2.4.0cvs188
1974
1975         * src/common/socket.c
1976         * src/common/socket.h
1977         * src/common/ssl.c
1978         * src/common/ssl_certificate.c
1979         * src/common/ssl_certificate.h
1980         * src/etpan/imap-thread.c
1981                 the get_fqdn() call done to get canonical name when
1982                 checking an SSL certificate is blocking, which is
1983                 sad as we just did a non-blocking lookup to connect.
1984                 Fix that by letting the fqdn available to the SockInfo,
1985                 and use that in ssl_certificate_check(). For IMAP,
1986                 we don't do it as the lookup's done by libetpan, but
1987                 it's less annoying as IMAP connections as much more
1988                 rare than POP3 connections.
1989
1990 2006-09-14 [paul]       2.4.0cvs187
1991
1992         * manual/advanced.xml
1993                 improvements to the English,
1994                 properly place the new hidden options
1995                 within the alphabetical order
1996         * src/gtk/pluginwindow.c
1997                 improvements to the English
1998
1999 2006-09-14 [colin]      2.4.0cvs186
2000
2001         * src/prefs_common.c
2002         * src/prefs_common.h
2003         * src/gtk/gtksctree.c
2004         * manual/advanced.xml
2005                 New hidden pref, stripes_color_offset, to change
2006                 the value added/substracted to normal bgcolor to
2007                 create the stripes in summaries
2008
2009 2006-09-13 [colin]      2.4.0cvs185
2010
2011         * src/gedit-print.c
2012         * src/messageview.c
2013         * src/messageview.h
2014         * src/summaryview.c
2015         * src/textview.c
2016                 Fix misc. printing issues: 
2017                 - Bad font for linkified headers
2018                 - Different font if the mail was displayed or not
2019                 - Factorize the thing
2020
2021 2006-09-13 [colin]      2.4.0cvs184
2022
2023         * src/common/ssl_certificate.c
2024                 Only get FQDN once when checking certificate
2025
2026 2006-09-13 [colin]      2.4.0cvs183
2027
2028         * src/account.c
2029         * src/gtk/pluginwindow.c
2030                 Misc. GUI fixes by Fabien
2031
2032 2006-09-13 [wwp]        2.4.0cvs182
2033
2034         * configure.ac
2035         * src/common/utils.h
2036         * src/common/utils.c
2037                 get rid of unused wide-char functions.
2038
2039 2006-09-13 [wwp]        2.4.0cvs181
2040
2041         * src/plugins/pgpinline/sylpheed.def
2042         * src/textview.c
2043                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2044                 add privacy_reset_error to the .def file,
2045                 do not fork for an external textviewer.
2046
2047 2006-09-13 [wwp]        2.4.0cvs180
2048
2049         * src/prefs_common.c
2050                 fix broken font entry in prefs (patch issued by the gpg4win team,
2051                 probably by Marcus Brinkmann <marcus@g10code.de>).
2052
2053 2006-09-13 [colin]      2.4.0cvs179
2054
2055         * src/folder.h
2056                 Fix a warning in summaryview.c
2057         * src/mainwindow.c
2058         * src/summaryview.c
2059         * src/summaryview.h
2060                 Add missing Mark/* elements in the
2061                 main menu
2062
2063 2006-09-12 [colin]      2.4.0cvs178
2064
2065         * src/prefs_actions.c
2066         * src/prefs_filtering_action.c
2067         * src/prefs_matcher.c
2068                 Use (New) instead of New everywhere
2069
2070 2006-09-12 [wwp]        2.4.0cvs177
2071
2072         * manual/fr/addrbook.xml
2073         * manual/fr/handling.xml
2074                 updated some quotes in the fr manual to match the fr translation.
2075
2076 2006-09-12 [wwp]        2.4.0cvs176
2077
2078         * src/prefs_matcher.c
2079                 don't store translated string elements in matcher expressions.
2080                 Also fixed a misused of Q_().
2081
2082 2006-09-11 [wwp]        2.4.0cvs175
2083
2084         * src/plugins//bogofilter/bogofilter.c
2085         * src/plugins//clamav/clamav_plugin.c
2086         * src/plugins//demo/demo.c
2087         * src/plugins//dillo_viewer/dillo_viewer.c
2088         * src/plugins//pgpcore/plugin.c
2089         * src/plugins//pgpinline/plugin.c
2090         * src/plugins//pgpmime/plugin.c
2091         * src/plugins//spamassassin/spamassassin.c
2092                 gettext-ize more strings (mostly plugin error messages).
2093
2094 2006-09-11 [colin]      2.4.0cvs174
2095
2096         * src/alertpanel.c
2097                 Make maximum buffer size bigger to avoid
2098                 truncating translated messages. Patch by
2099                 Fabien
2100
2101 2006-09-11 [colin]      2.4.0cvs173
2102
2103         * src/etpan/imap-thread.c
2104                 Fix compilation on OpenBSD, thanks to 
2105                 Landry
2106
2107 2006-09-10 [wwp]        2.4.0cvs172
2108
2109         * manual/account.xml
2110         * manual/addrbook.xml
2111         * manual/handling.xml
2112         * manual/es/handling.xml
2113         * manual/fr/account.xml
2114         * manual/fr/addrbook.xml
2115         * manual/fr/handling.xml
2116                 documented addressbook matching (condition configuration):
2117                   addrbook.xml, en fr
2118                 documented per-account filtering rules (handling/filtering
2119                   section, account section):
2120                   account.xml, handling.xml, en fr
2121                 slightly updated the handling/searching section to tell few
2122                   words about the extended search ability:
2123                   handling.xml, en fr
2124                 added missing <quote></quotes> to Quick Search:
2125                   handling.xml, en fr es
2126                 fixed a typo (auomatically):
2127                   handling.xml, en
2128                 changes revisited by Paul.
2129
2130 2006-09-10 [paul]       2.4.0cvs171
2131
2132         * src/prefs_actions.c
2133         * src/prefs_filtering.c
2134         * src/prefs_template.c
2135                 adjustments to the gui
2136                 Patch by Fabien Vantard (slightly modified)
2137
2138 2006-09-10 [colin]      2.4.0cvs170
2139
2140         * src/summaryview.c
2141                 Check folderitem/summaryview consistency
2142                 (basically automates Update summary). Fixes
2143                 #1011 (wrong (negative) count on unread 
2144                 messages)
2145
2146 2006-09-10 [colin]      2.4.0cvs169
2147
2148         * src/gtk/gtksctree.c
2149                 Fix recursive expansion via mouse
2150         * src/plugins/bogofilter/bogofilter.c
2151                 Use normal filtering way of moving
2152                 messages (batching), possibly fixing
2153                 bug #1015 (Bogofilter plugin doubles 
2154                 new messages)
2155
2156 2006-09-09 [wwp]        2.4.0cvs168
2157
2158         * src/prefs_filtering.c
2159                 better place for this fix.
2160
2161 2006-09-09 [wwp]        2.4.0cvs167
2162
2163         * src/prefs_filtering.c
2164                 fix a minor bug when the enabled status of a filtering/processing
2165                 rule always got set to TRUE when replacing this rule. That still
2166                 make sense when adding a new rule, but now when replacing, we
2167                 don't override the value of 'enabled'.
2168                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2169                 to prefs_filtering_list_view_get_info() as this function not only
2170                 returns the name, but also the account_id and the enabled status.
2171
2172 2006-09-09 [mones]      2.4.0cvs166
2173
2174         * manual/glossary.xml
2175         * manual/plugins.xml
2176                 Minor format corrections
2177         * manual/gpl.xml
2178                 Fix misplaced NO WARRANTY section
2179         * manual/es/advanced.xml
2180         * manual/es/faq.xml
2181         * manual/es/glossary.xml
2182         * manual/es/gpl.xml
2183         * manual/es/handling.xml
2184         * manual/es/plugins.xml
2185         * manual/es/starting.xml
2186                 Incorporate changes from English version
2187         * manual/fr/ack.xml
2188         * manual/pl/ack.xml
2189         * manual/es/ack.xml
2190                 Fix address, (add translation credits in es version)
2191         * po/es.po
2192                 Updated translation
2193
2194 2006-09-09 [wwp]        2.4.0cvs165
2195
2196         * src/prefs_filtering.c
2197                 fix a crash when opening filtering prefs, if matcherrc file contains
2198                 broken data (non-existing account id, which is theoretically not
2199                 possible).
2200
2201 2006-09-08 [colin]      2.4.0cvs164
2202
2203         * src/folder.c
2204                 Wrong assert, make it an if()
2205         * src/gtk/gtksctree.c
2206                 Fix bug #1013 (expand selected thread 
2207                 tree) - expanding is now recursive
2208
2209 2006-09-07 [wwp]        2.4.0cvs163
2210
2211         * src/prefs_matcher.c
2212                 make better sentences about addressbook matching in the
2213                 matcher prefs. This should make translators' work easier
2214                 too.
2215
2216 2006-09-07 [wwp]        2.4.0cvs162
2217
2218         * src/prefs_filtering.c
2219                 code simplification (get rid of dup var. assignment).
2220
2221 2006-09-07 [wwp]        2.4.0cvs161
2222
2223         * src/summaryview.c
2224                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2225                 <fzzzzz@gmail.com>.
2226
2227 2006-09-07 [paul]       2.4.0cvs160
2228
2229         * src/mimeview.c
2230                 fix compilation warnings
2231                 Thanks to Colin
2232
2233 2006-09-07 [paul]       2.4.0cvs159
2234
2235         * src/mimeview.c
2236                 select the mimepart icon when
2237                 displaying as text
2238                 Thanks to Colin
2239
2240 2006-09-06 [paul]       2.4.0cvs158
2241
2242         * src/prefs_filtering.c
2243                 fix labels and table element spacing
2244                 Patch by Fabien Vantard
2245
2246 2006-09-06 [paul]
2247
2248         2.5.0-rc3 released
2249
2250 2006-09-06 [paul]       2.4.0cvs157
2251
2252         * manual/es/advanced.xml
2253                 fix typo
2254
2255 2006-09-06 [wwp]        2.4.0cvs156
2256
2257         * src/mainwindow.c
2258                 fix an dup launch issue when iconified, thanks to Colin.
2259
2260 2006-09-06 [wwp]        2.4.0cvs155
2261
2262         * src/gtk//gtksctree.h
2263                 oops, forgot that one!
2264
2265 2006-09-06 [wwp]        2.4.0cvs154
2266
2267         * manual/pl/advanced.xml
2268         * manual/advanced.xml
2269         * manual/es/advanced.xml
2270         * manual/fr/advanced.xml
2271         * src/prefs_customheader.c
2272         * src/prefs_filtering_action.c
2273         * src/foldersel.c
2274         * src/prefs_summaries.c
2275         * src/prefs_filtering.c
2276         * src/account.c
2277         * src/compose.c
2278         * src/prefs_summary_column.c
2279         * src/addr_compl.c
2280         * src/prefs_actions.c
2281         * src/prefs_folder_column.c
2282         * src/ssl_manager.c
2283         * src/prefs_template.c
2284         * src/prefs_display_header.c
2285         * src/prefs_common.h
2286         * src/prefs_matcher.c
2287         * src/prefs_common.c
2288         * src/prefs_toolbar.c
2289         * src/summaryview.c
2290         * src/folderview.c
2291         * src/gtk/gtksctree.c
2292         * src/gtk/pluginwindow.c
2293         * src/gtk/progressdialog.c
2294         * src/gtk/prefswindow.c
2295                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2296                 to make its meaning more obvious (all versions of the manual reflect
2297                 the change).
2298                 added an extra hidden option use_stripes_in_summary to allow
2299                 discarding these stripes in mainwindow's folder and message lists;
2300                 en and fr manuals only are OK towards this.
2301
2302 2006-09-06 [colin]      2.4.0cvs153
2303
2304         * src/textview.c
2305                 Hide Sylpheed-Claws' internal queue headers
2306                 when showing all headers. They'll be present
2307                 only in Source window.
2308
2309 2006-09-05 [colin]      2.4.0cvs152
2310
2311         * src/plugins/trayicon/trayicon.c
2312                 Fix crash at exit - we have to disconnect
2313                 our handlers
2314         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2315                 Update eggtrayicon - patch adapted from a
2316                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2317                 on Sylpheed's ML
2318
2319 2006-09-05 [colin]      2.4.0cvs151
2320
2321         * src/mainwindow.c
2322         * src/gtk/logwindow.c
2323                 Fix race condition when something writes
2324                 to the log too soon during init. Thanks
2325                 to Fabien Vantard
2326
2327 2006-09-05 [colin]      2.4.0cvs150
2328
2329         * src/mimeview.c
2330                 Don't select part on right-click either
2331
2332 2006-09-05 [paul]       2.4.0cvs149
2333
2334         * src/mimeview.c
2335                 completion of previous commit
2336                 Thanks to Colin
2337
2338 2006-09-05 [colin]      2.4.0cvs148
2339
2340         * src/mimeview.c
2341                 Don't force selection on middle-click, just open
2342
2343 2006-09-04 [colin]      2.4.0cvs147
2344
2345         * src/mimeview.c
2346                 Looks like gtk_notebook_set_current_page()
2347                 sometimes steals focus, and this annoys us
2348                 in MimeViewers as it renders navigation
2349                 keys useless. Take back focus after switching
2350                 pages.
2351
2352 2006-09-04 [colin]      2.4.0cvs146
2353
2354         * src/messageview.c
2355                 Set stop_loading when clicking on Next
2356                 during load. Don't add a callback to 
2357                 avoid over-complicating things.
2358
2359 2006-09-04 [colin]      2.4.0cvs145
2360
2361         * src/mimeview.c
2362         * src/messageview.c
2363                 Fix multiple loads in separate messageview
2364
2365 2006-09-04 [colin]      2.4.0cvs144
2366
2367         * src/summaryview.c
2368                 Let navigation keys be handled during 
2369                 load
2370
2371 2006-09-04 [colin]      2.4.0cvs143
2372
2373         * src/messageview.c
2374         * src/summaryview.c
2375         * src/textview.c
2376         * src/textview.h
2377                 Make loading of huge mails (lots of text and/or
2378                 images) cancellable, so the GUI doesn't block 
2379
2380 2006-09-04 [colin]      2.4.0cvs142
2381
2382         * src/plugins/trayicon/trayicon.c
2383                 Fix annoyance when removing a folder with 
2384                 unread mails: trayicon didn't update
2385
2386 2006-09-04 [paul]       2.4.0cvs141
2387
2388         * src/gtk/icon_legend.c
2389                 straighten up columns
2390                 Patch by Fabien Vantard
2391
2392 2006-09-04 [wwp]        2.4.0cvs140
2393
2394         * src/prefs_filtering.c
2395                 fix new line's account name in filtering prefs:
2396                 was "All", is now "(New)".
2397
2398 2006-09-04 [paul]       2.4.0cvs139
2399
2400         * tools/make.themes.project
2401                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2402                 instead of homebrewed "make release"
2403
2404 2006-09-03 [colin]      2.4.0cvs138
2405
2406         * src/folderview.c
2407                 Fix bug #1007 (Wrong folder highlighted)
2408
2409 2006-09-03 [colin]      2.4.0cvs137
2410
2411         * src/compose.c
2412                 Don't set Newsgroup: header to a mail folder
2413                 path
2414
2415 2006-09-03 [paul]       2.4.0cvs136
2416
2417         * src/prefs_other.c
2418         * src/prefs_spelling.c
2419                 unify the gui
2420
2421 2006-09-03 [paul]       2.4.0cvs135
2422
2423         * src/prefs_summaries.c
2424                 correct menu item text in prefs_keybind_apply_clicked()
2425
2426 2006-09-03 [paul]       2.4.0cvs134
2427
2428         * manual/advanced.xml
2429                 some improvements to the descriptions
2430         * src/mainwindow.c
2431         * src/messageview.c
2432         * src/summaryview.c
2433         * src/gtk/menu.c
2434                 fix menu sensitivity issues
2435         * src/prefs_message.c
2436                 drop the useless word 'short'
2437         * src/prefs_other.c
2438                 add the word 'lines' indicating log length
2439                 is a measure of lines
2440         * src/textview.c
2441                 fix compilation warnings
2442
2443 2006-09-02 [colin]      2.4.0cvs133
2444
2445         * src/messageview.c
2446                 Display a special return-receipt message
2447                 if the message is from the user
2448         * src/summaryview.c
2449                 Fix missing freeze of the list when marking
2450                 all read and unthreading for exec. Thanks
2451                 to Stephan Sachse.
2452
2453 2006-09-02 [paul]       2.4.0cvs132
2454
2455         * src/mainwindow.c
2456         * src/prefs_message.c
2457         * src/summaryview.c
2458                 fix some english
2459
2460 2006-09-02 [wwp]        2.4.0cvs131
2461
2462         * src/prefs_filtering.c
2463                 added an account name column to the filtering rules
2464                 dialog.
2465
2466 2006-09-02 [colin]      2.4.0cvs130
2467
2468         * src/gtk/logwindow.c
2469         * src/gtk/logwindow.h
2470                 Block scrolling if we're not at the end
2471                 of the log
2472
2473 2006-09-02 [colin]      2.4.0cvs129
2474
2475         * src/folder.c
2476                 Make sure account-specific rules can't
2477                 be used in {pre-,post-,}processing
2478         * src/mainwindow.c
2479         * src/gtk/logwindow.c
2480         * src/gtk/logwindow.h
2481                 Jump to last error when clicking on the
2482                 warning icon
2483
2484 2006-09-02 [colin]      2.4.0cvs128
2485
2486         * src/imap.c
2487         * src/import.c
2488         * src/mainwindow.c
2489         * src/mainwindow.h
2490                 Fix warning icon
2491         * src/inc.c
2492         * src/mbox.c
2493         * src/mbox.h
2494                 Let proc_mbox know its account, for
2495                 account-specific rules
2496
2497 2006-09-01 [colin]      2.4.0cvs127
2498
2499         * src/codeconv.c
2500                 Don't uselessly use iconv to convert from
2501                 us-ascii
2502         * src/alertpanel.c
2503         * src/mainwindow.c
2504         * src/mainwindow.h
2505         * src/inc.c
2506                 Fix certain log cases, disable warning icon
2507                 for now, the correct way to display it when
2508                 necessary and only when necessary is probably
2509                 to do it manually rather than use error logs
2510         * src/etpan/imap-thread.c
2511                 Clean up UID logging a bit
2512         * src/gtk/logwindow.c
2513         * src/gtk/logwindow.h
2514                 Make logging faster when the window's closed
2515
2516 2006-09-01 [wwp]        2.4.0cvs126
2517
2518         * manual/fr/account.xml
2519                 reflect changes to the ref. manual (parts of cvs72):
2520                 fix tabnames and quotes.
2521
2522 2006-09-01 [wwp]        2.4.0cvs125
2523
2524         * manual/fr/plugins.xml
2525                 reflect changes to the reference manual (cvs42):
2526                 update IRC channel info.
2527
2528 2006-09-01 [wwp]        2.4.0cvs124
2529
2530         * commitHelper
2531                 use CVSEDITOR env. var. if set, according to `man cvs`.
2532
2533 2006-09-01 [wwp]        2.4.0cvs123
2534
2535         * manual/advanced.xml
2536                 better sentence again (thanks to Paul).
2537
2538 2006-09-01 [wwp]        2.4.0cvs122
2539
2540         * manual/advanced.xml
2541         fix definition of toolbar_detachable and rework a bit the one of
2542         enable_dotted_lines.
2543
2544 2006-09-01 [mones]      2.4.0cvs121
2545
2546         * manual/advanced.xml
2547                 Document enable_dotted_lines
2548
2549 2006-09-01 [paul]       2.4.0cvs120
2550
2551         * src/folderview.c
2552         * src/folderview.h
2553         * src/imap.c
2554         * src/mainwindow.c
2555         * src/summaryview.c
2556                 obey the 'When entering folder...' option
2557                 when using the /View/Go to/... menu items
2558                 Thanks to Colin
2559
2560 2006-08-31 [colin]      2.4.0cvs119
2561
2562         * src/folderview.c
2563                 Revert 2.4.0cvs116, wrong fix.
2564
2565 2006-08-31 [colin]      2.4.0cvs118
2566
2567         * src/gtk/gtksctree.c
2568                 Better state the various copyrights
2569
2570 2006-08-31 [colin]      2.4.0cvs117
2571
2572         * src/prefs_common.c
2573                 fix enable_dotted_lines
2574
2575 2006-08-31 [colin]      2.4.0cvs116
2576
2577         * src/folderview.c
2578                 Use pref "Always open on select" when going
2579                 to next unread folder
2580         * src/gtk/gtksctree.c
2581                 Fix link failure to _gtk_clist_create_cell_layout
2582                 on certain computers. (Why not mine, I wonder)
2583
2584 2006-08-31 [colin]      2.4.0cvs115
2585
2586         * src/procmsg.c
2587         * src/textview.c
2588         * src/plugins/bogofilter/bogofilter.c
2589         * src/plugins/spamassassin/spamassassin.c
2590                 Requalify some "errors" to warnings
2591         * src/mainwindow.c
2592         * src/mainwindow.h
2593         * src/statusbar.c
2594                 Add an icon in the statusbar to notify
2595                 of errors
2596         * src/gtk/gtksctree.c
2597         * src/folderview.c
2598         * src/summaryview.c
2599                 Make the GtkSCTree look more modern by
2600                 alternating background lines
2601         * src/prefs_common.c
2602         * src/prefs_common.h
2603                 Add a pref to let people have the old
2604                 way if they prefer
2605
2606
2607 2006-08-30 [colin]      2.4.0cvs114
2608
2609         * src/procmsg.c
2610         * src/procmsg.h
2611                 Provide a way to filter a list of
2612                 messages in an optimised manner, and
2613                 add a list-filtering hook
2614         * src/folder.c
2615         * src/inc.c
2616         * src/mbox.c
2617                 Use the list filtering
2618         * src/plugins/bogofilter/bogofilter.c
2619                 Use the list-filtering hook
2620                 Use -b (bulk) mode for more speed
2621                 when learning and filtering
2622         * src/etpan/imap-thread.c
2623                 Make log output shorter in UID SEARCH
2624
2625
2626 2006-08-30 [colin]      2.4.0cvs113
2627
2628         * src/plugins/bogofilter/bogofilter.c
2629                 Really fast mass learning - thanks to David
2630                 Relson for the options explanations :)
2631
2632 2006-08-30 [colin]      2.4.0cvs112
2633
2634         * src/msgcache.c
2635                 Fix compilation on FreeBSD. Thanks
2636                 to Michael Hugues
2637
2638 2006-08-29 [colin]      2.4.0cvs111
2639
2640         * src/folderview.c
2641                 Handle "popup_menu" signal (for popping the 
2642                 menu via the keyboard)
2643         * src/mimeview.c
2644         * src/mimeview.h
2645         * src/summaryview.c
2646         * src/textview.c
2647         * src/gtk/gtkutils.c
2648         * src/gtk/gtkutils.h
2649                 Factorize scrolling code, and add an API 
2650                 for MimeViewers to handle scroll orders
2651
2652 2006-08-29 [wwp]        2.4.0cvs110
2653
2654         * src/plugins//bogofilter/bogofilter.c
2655         * src/plugins//spamassassin/spamassassin.c
2656                 make the bogofilter/spamassassin filtering error dialogs at
2657         incorporation obey to the "don't popup error dialog on
2658         receive error" option. If disabled, feed the log window w/
2659         the error message.
2660
2661 2006-08-29 [paul]
2662
2663         2.5.0-rc2 released
2664
2665 2006-08-29 [paul]       2.4.0cvs109
2666
2667         * Makefile.am
2668                 remove 'make release', it's not needed
2669                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
2670
2671 2006-08-29 [paul]       2.4.0cvs108
2672
2673         * src/foldersel.c
2674         * src/summary_search.c
2675         * src/gtk/progressdialog.c
2676         * src/plugins/pgpcore/passphrase.c
2677                 replace deprecated gtk_window_set_policy()
2678
2679 2006-08-29 [colin]      2.4.0cvs107
2680
2681         * src/folder.c
2682                 Fix data loss when copy fails during a move:
2683                 only use fast remove_msgs if everything was
2684                 copied OK; else use slow remove_msg on the
2685                 mails that got copied only.
2686
2687 2006-08-28 [paul]       2.4.0cvs106
2688
2689         * src/mh.c
2690                 revert change in 2.4.0cvs104, it breaks
2691                 stuff
2692
2693 2006-08-28 [paul]       2.4.0cvs105
2694
2695         * src/plugins/spamassassin/spamassassin.c
2696                 english fix
2697
2698 2006-08-28 [paul]       2.4.0cvs104
2699
2700         * src/mh.c
2701                 fix data loss when moving to another
2702                 mailbox fails
2703         * src/prefs_spelling.c
2704                 improve the english
2705         * src/gtk/pluginwindow.c
2706                 improve the layout of the dialog text
2707         All thanks to Colin
2708
2709 2006-08-28 [paul]       2.4.0cvs103
2710
2711         * src/plugins/bogofilter/bogofilter.c
2712         * src/plugins/bogofilter/bogofilter_gtk.c
2713                 fix english up a bit, innit
2714
2715 2006-08-28 [paul]       2.4.0cvs102
2716
2717         * configure.ac
2718         * po/Makefile.in.in
2719         * po/Makevars
2720                 require autoconf 2.60, enabling building
2721                 with gettext 0.15 (gettext 0.14.x build still
2722                 possible). Replace Makefiles with versions
2723                 from gettext 0.15.
2724                 Remove configure options --with-localedir and
2725                 --with-mandir. The options that are provided
2726                 directly by autoconf 2.60 can be used instead:
2727                 --mandir --localedir
2728
2729 2006-08-27 [colin]      2.4.0cvs101
2730
2731         * src/plugins/bogofilter/Makefile.am
2732                 Fix make dist (no README)
2733
2734 2006-08-27 [colin]      2.4.0cvs100
2735
2736         * src/folder.c
2737                 Don't use F_UNKNOWN folders for any default
2738                 outbox/trash/etc
2739         * src/plugins/bogofilter/bogofilter.c
2740         * src/plugins/bogofilter/bogofilter.h
2741         * src/plugins/bogofilter/bogofilter_gtk.c
2742                 Add an option to specify the path to bogofilter
2743                 Use single-quotes to be able to learn in folders
2744                 with spaces in their names
2745                 Verify learning status
2746
2747 2006-08-27 [colin]      2.4.0cvs99
2748
2749         * manual/faq.xml
2750         * manual/plugins.xml
2751                 Document Bogofilter plugin
2752
2753 2006-08-27 [colin]      2.4.0cvs98
2754
2755         * src/compose.c
2756         * src/messageview.c
2757         * src/procmsg.c
2758         * src/procmsg.h
2759                 When possible, copy the queued mail to sent folder
2760                 instead of re-adding. Much faster on IMAP.
2761
2762 2006-08-27 [colin]      2.4.0cvs97
2763
2764         * src/msgcache.c
2765                 Disable mmaped caches - huge metadata loss
2766                 here after a power failure.
2767         * src/summaryview.c
2768                 Add quicksearch timing
2769         * src/common/plugin.c
2770         * src/common/plugin.h
2771                 Implement an interface to tell what plugins
2772                 provide. Prevent loading of similar plugins.
2773         * src/plugins/clamav/clamav_plugin.c
2774         * src/plugins/demo/demo.c
2775         * src/plugins/dillo_viewer/dillo_viewer.c
2776         * src/plugins/pgpcore/plugin.c
2777         * src/plugins/pgpinline/pgpinline.c
2778         * src/plugins/pgpmime/pgpmime.c
2779         * src/plugins/spamassassin/spamassassin.c
2780         * src/plugins/trayicon/trayicon.c
2781                 Implement plugin_provides()
2782
2783 2006-08-27 [colin]      2.4.0cvs96
2784
2785         * configure.ac
2786         * src/plugins/Makefile.am
2787         * src/plugins/bogofilter/.cvsignore
2788         * src/plugins/bogofilter/Makefile.am
2789         * src/plugins/bogofilter/bogofilter.c
2790         * src/plugins/bogofilter/bogofilter.h
2791         * src/plugins/bogofilter/bogofilter_gtk.c
2792                 New Bogofilter plugin, provides filtering and
2793                 learning. Spamassassin will go to extra plugins.
2794
2795 2006-08-26 [mones]      2.4.0cvs95
2796
2797         * manual/handling.xml
2798                 Fix subfolder path in the example (thanks to Paul) 
2799
2800 2006-08-26 [mones]      2.4.0cvs94
2801
2802         * manual/glossary.xml
2803                 2.2. + add ISP to the glossary
2804                 7.5. + Add UIDL to glossary
2805                 7.7. + Add TCP to glossary
2806         * manual/handling.xml
2807                 7.1. + Mentions GNU/Linux distribution, what about the non...
2808                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
2809                 7.3. + Mentions .bashrc, what about the non-bash ones? 
2810                 7.4. = Use appropriate quotation for commands
2811                 7.6. = change "" to <quote></quote>
2812         * manual/plugins.xml
2813                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
2814         * manual/starting.xml
2815                 2.1. + local mbox file: some examples of mbox file locations...
2816                 Also reformatted files requiring it
2817
2818 2006-08-26 [wwp]        2.4.0cvs93
2819
2820         * src/summary_search.c
2821                 disable find buttons while summary search is running.
2822
2823 2006-08-25 [colin]      2.4.0cvs92
2824
2825         * src/folder.c
2826         * src/folderutils.c
2827         * src/mh.c
2828         * src/procmsg.h
2829         * src/summaryview.c
2830                 Speed up MH moving, and add progressbar
2831                 for MH deletion
2832         * src/msgcache.c
2833                 Write cache files using mmap() too
2834
2835 2006-08-25 [wwp]        2.4.0cvs91
2836
2837         * src/summaryview.c
2838                 switch spam<->ham button when a message has been marked as spam or ham
2839                 and is still selected. Thanks to Colin.
2840
2841 2006-08-25 [paul]       2.4.0cvs90
2842
2843         * src/Makefile.am
2844         * src/stock_pixmap.c
2845         * src/stock_pixmap.h
2846         * src/summaryview.c
2847         * src/gtk/icon_legend.c
2848         * src/pixmaps/copied.xpm
2849         * src/pixmaps/moved.xpm
2850                 add icons for delayed execution marked for
2851                 copying, marked for moving
2852
2853 2006-08-25 [mones]      2.4.0cvs89
2854
2855         * manual/glossary.xml
2856                 Fix the other glossary items:
2857                 5.1. = Inmmediate execution -> <quote>immediate execution...
2858                 5.2. = Fix MBOX capitalization -> Mbox
2859                 5.3. + Improve Plugins def. w/ tech. ref.
2860                 5.4. = Quotation -> replace '>' by <quote>></quote>
2861                 5.5. - SMTP Server. -> remove dot
2862         * po/es.po
2863                 Updated translation
2864
2865 2006-08-25 [mones]      2.4.0cvs88
2866
2867         * manual/ack.xml
2868                 Reformatted, changed email address
2869         * manual/glossary.xml
2870                 Reformatted, fixed MANUAL-TODO items:
2871                 8.2. + add ROT-13 to glossary
2872                 8.4. + add URL to glossary
2873         * manual/es/advanced.xml
2874                 Fixed <literal>s
2875
2876 2006-08-25 [paul]       2.4.0cvs87
2877
2878         * src/gtk/icon_legend.c
2879                 add 'marked for deletion' icon
2880                 arrange icons by containing column
2881                 wrap long label text
2882
2883 2006-08-25 [colin]      2.4.0cvs86
2884
2885         * src/common/utils.c
2886         * src/common/utils.h
2887                 Add the sc_g_*list_bigger functions in
2888                 a place everyone can use it
2889         * src/summaryview.c
2890                 Only freeze/thaw the list when working
2891                 on the selection, if it's bigger than 1
2892         * src/gtk/gtksctree.c
2893                 Only freeze/thaw the list when unselec-
2894                 ting 'all' if ('all' != 1)
2895                 This avoids some flickering
2896
2897 2006-08-24 [colin]      2.4.0cvs85
2898
2899         * src/addressbook.c
2900                 Fix strange list selection
2901                 Fix random seg (Invalid read of freed memory)
2902
2903 2006-08-24 [colin]      2.4.0cvs84
2904
2905         * src/alertpanel.c
2906         * src/gtk/inputdialog.c
2907         * src/plugins/pgpcore/passphrase.c
2908                 Revert minimal width patch of 2.4.0cvs67,
2909                 as it is also a maximal width. Use 
2910                 gtk_window_set_default_size instead.
2911
2912 2006-08-24 [colin]      2.4.0cvs83
2913
2914         * src/msgcache.c
2915                 Write cache/mark to temp files before
2916                 overwriting old ones (avoids metadata
2917                 loss if writing the new files fail).
2918                 Use mmap() to read cache/mark file, as
2919                 this makes cache reading faster. Dis-
2920                 abled for big-endian machines until it
2921                 can be tested. (Big-endian users: set
2922                 msgcache_use_mmap = TRUE in the relevant
2923                 #if).
2924         * src/procmsg.h
2925                 Move rarely used fields of MsgInfo in 
2926                 another structure, which will only be
2927                 allocated if needed. Face, X-Face,
2928                 Return receipt headers and List-*
2929                 headers are moved. Mails having none
2930                 of these occupy 52 bytes less with
2931                 this patch, which makes 2.5MB of RAM
2932                 saved on a 50k folder).
2933         * src/headerview.c
2934         * src/mainwindow.c
2935         * src/messageview.c
2936         * src/partial_download.c
2937         * src/procheader.c
2938         * src/procmsg.c
2939         * src/textview.c
2940                 Follow this structure change.
2941
2942 2006-08-24 [wwp]        2.4.0cvs82
2943
2944         * manual/es/.cvsignore
2945         * manual/es/dist/.cvsignore
2946         * manual/es/dist/html/.cvsignore
2947         * manual/es/dist/pdf/.cvsignore
2948         * manual/es/dist/ps/.cvsignore
2949         * manual/es/dist/txt/.cvsignore
2950                 more (generated) files to ignore.
2951
2952 2006-08-24 [colin]      2.4.0cvs81
2953
2954         * src/folder.c
2955         * src/mh.c
2956                 Fix possible problems with local delivery. Check the folder doesn't
2957                 need scan before setting its mtime when saving cache (which can be
2958                 done long after the folder's been modified by an external process);
2959                 Check that the stored item's mtime didn't change in mh functions.
2960
2961 2006-08-24 [mones]      2.4.0cvs80
2962
2963         * manual/advanced.xml
2964                 Rewrapping, some fixes and MANUAL-TODO items:
2965                 8.1. = change "" to <quote></quote>
2966                 8.3. = quote menu items
2967                 8.5. - deploying -> new user ... ideally a new user (redundant)
2968
2969 2006-08-23 [colin]      2.4.0cvs79
2970
2971         * src/gtk/gtksctree.c
2972                 When selecting or deselecting range, only
2973                 freeze/thaw when selection is bigger than 10
2974
2975 2006-08-23 [colin]      2.4.0cvs78
2976
2977         * src/messageview.c
2978         * src/mimeview.c
2979         * src/mimeview.h
2980         * src/plugins/dillo_viewer/dillo_viewer.c
2981                 Provide an API for MimeViewer plugins to
2982                 return a text selection for replying
2983
2984 2006-08-23 [colin]      2.4.0cvs77
2985
2986         * src/image_viewer.c
2987         * src/textview.c
2988                 Use gtk_pixbuf_new_from_file_at_scale(), which
2989                 is faster than getting the pixbuf then resizing
2990                 it.
2991
2992 2006-08-23 [colin]      2.4.0cvs76
2993
2994         * src/procmime.c
2995                 UTF-8 should be sent Quoted-printable
2996
2997 2006-08-22 [colin]      2.4.0cvs75
2998
2999         * src/mh.c
3000                 Check if scan is required before touching
3001                 the folder (or it'll be required every time)
3002
3003 2006-08-22 [colin]      2.4.0cvs74
3004
3005         * configure.ac
3006                 Require libetpan 0.46 (crasher fix when built
3007                 against gnutls)
3008
3009 2006-08-22 [colin]      2.4.0cvs73
3010
3011         * src/folder.c
3012                 Set folder's mtime after writing its
3013                 cache
3014         * src/folderview.c
3015                 Add some timing
3016         * src/procmsg.c
3017                 Don't do useless stuff if we don't 
3018                 thread by subject
3019         * src/summaryview.c
3020                 Add some timing, don't deselect prior
3021                 to selecting (gtksctree does it itself),
3022                 remove crash avoidance hacks as it's been
3023                 properly fixed since a while
3024         * src/common/utils.c
3025                 Optimize to_human_readable(): _() is slow,
3026                 do it only once, and avoid %f format for KB
3027                 (the most common in a summaryview)
3028         * src/gtk/gtksctree.c
3029                 Don't uselessly freeze/thaw (fixes flicker
3030                 on next unread and friends), reduce number
3031                 of g_list_nth/g_list_position where possible
3032         * src/gtk/gtkutils.c
3033         * src/gtk/gtkutils.h
3034                 Reduce number of g_list_nth/g_list_position
3035                 where possible.
3036                 All of this makes loading as 70k folder 2.1
3037                 seconds instead of 3.2 (with hot FS caches).
3038                 (1.3 seconds without Date and Size columns...)
3039
3040 2006-08-22 [paul]       2.4.0cvs72
3041
3042         wrap documents and do some items from mones' MANUAL-TODO:
3043
3044         * manual/account.xml
3045                 4.1. = fix tabname references to <quote>tabname</quote>
3046                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3047         * manual/faq.xml
3048                 1.1. = mentioned options don't match UI
3049                 Add information about the 'Never send Return Receipts'
3050                 option
3051         * manual/handling.xml
3052                 6.2. = Mentions Extended symbols button, but now is
3053                 named Information
3054                 6.3. = Mentions ... button, which is now Edit
3055
3056 2006-08-22 [colin]      2.4.0cvs71
3057
3058         * src/gtk/pluginwindow.c
3059                 Fix layout in verbose translations (such
3060                 as french)
3061
3062 2006-08-22 [paul]       2.4.0cvs70
3063
3064         * manual/Makefile.am
3065                 build manuals in alphabetical order
3066         * src/addressbook.c
3067         * src/prefs_themes.c
3068                 replace/remove deprecated symbols
3069         * src/gtk/gtkutils.c
3070                 fix a warning
3071         * src/gtk/pluginwindow.c
3072                 replace deprecated symbol
3073                 replace label text and move it
3074         * src/plugins/pgpcore/prefs_gpg.c
3075                 move the 'Generate...' button out of the
3076                 Sign Key frame, replace the English used
3077         * src/plugins/pgpcore/sgpgme.c
3078                 fixes to the English
3079
3080 2006-08-21 [colin]      2.4.0cvs69
3081
3082         * src/plugins/trayicon/trayicon.c
3083                 Add more strings for translation; patch
3084                 by Pawel
3085
3086 2006-08-21 [colin]      2.4.0cvs68
3087
3088         * src/compose.c
3089                 fix replied flag not set after drafting
3090         * src/matcher.c
3091                 fix body quicksearch in non-encoded bodies
3092                 containing '='
3093         * src/msgcache.c
3094                 Get rid of the g_malloc workaround for
3095                 corrupted caches, use g_try_malloc
3096
3097 2006-08-21 [colin]      2.4.0cvs67
3098
3099         * src/alertpanel.c
3100         * src/gtk/inputdialog.c
3101         * src/plugins/pgpcore/passphrase.c
3102                 Set minimal width to 375
3103         * src/mainwindow.c
3104                 Fix switching to offline, asking if it 
3105                 should be overriden for synchronising
3106         * src/mimeview.c
3107                 Don't offer to remember command on Open 
3108                 with for text parts, as the browser or 
3109                 text editor command isn't changed from 
3110                 there
3111
3112 2006-08-20 [paul]       2.4.0cvs66
3113
3114         * po/ko.po
3115         * po/zh_CN.po
3116                 fix plural form errors. revealed by stricter
3117                 checking of gettext 0.15
3118
3119 2006-08-18 [paul]       2.4.0cvs65
3120
3121         * src/stock_pixmap.c
3122                 fix the fix of 2.4.0cvs64
3123                 Thanks to Colin
3124
3125 2006-08-18 [paul]       2.4.0cvs64
3126
3127         * src/stock_pixmap.c
3128                 fix leaks
3129                 Thanks to Colin
3130
3131 2006-08-18 [paul]       2.4.0cvs63
3132
3133         * src/compose.c
3134         * src/procmsg.c
3135                 fix occasional IMAP bug where large msgs
3136                 were left in the queue folder after sending
3137                 Thanks to Colin
3138
3139 2006-08-18 [paul]       2.4.0cvs62
3140
3141         * src/folderview.c
3142                 freeze the summaryview while quicksearch results
3143                 are displayed
3144                 (fixes bug 456 'current message is hidden when the
3145                 view is refreshed and extended search is "unread 
3146                 messages"')
3147                 Thanks to Colin
3148         * src/textview.c
3149                 add missing #include "inputdialog.h"
3150         * src/common/utils.h
3151                 add missing mailcap_update_default() and improve
3152                 readability
3153
3154 2006-08-17 [colin]      2.4.0cvs61
3155
3156         * src/plugins/pgpcore/select-keys.c
3157                 Fix warnings :)
3158
3159 2006-08-17 [colin]      2.4.0cvs60
3160
3161         * src/compose.c
3162                 Don't continue queuing if Cancel is clicked
3163                 in select-keys
3164
3165 2006-08-17 [colin]      2.4.0cvs59
3166
3167         * src/plugins/pgpcore/select-keys.c
3168                 When encrypting, if only one key matches and it 
3169                 matches exactly, automatically use it.
3170
3171 2006-08-17 [colin]      2.4.0cvs58
3172
3173         * src/mimeview.c
3174         * src/prefs_common.c
3175         * src/prefs_common.h
3176         * src/prefs_ext_prog.c
3177         * src/textview.c
3178                 Fix issues with previous patch (text/html)
3179                 Remove outdated prefs
3180
3181 2006-08-17 [colin]      2.4.0cvs57
3182
3183         * src/imap.c
3184                 Add View Log button on auth error
3185         * src/procmsg.c
3186                 Fix encrypted mail marked as new when
3187                 saved in normal folders
3188         * src/plugins/pgpinline/pgpinline.c
3189                 Fix encrypt bug on IMAP
3190         * src/mimeview.c
3191         * src/common/utils.c
3192         * src/common/utils.h
3193         * src/gtk/inputdialog.c
3194         * src/gtk/inputdialog.h
3195                 Get rid of metamail stuff, simplify
3196                 opening, and allow remembering of user's
3197                 choices (by updating ~/.mailcap). There's
3198                 still to drop "Audio player" and "Image
3199                 viewer" preferences.
3200
3201 2006-08-17 [mones]      2.4.0cvs56
3202
3203         * manual/es/sylpheed-claws-manual.xml
3204                 fix DTD path
3205
3206 2006-08-17 [mones]      2.4.0cvs55
3207
3208         * configure.ac
3209         * manual/Makefile.am
3210         * manual/es/Makefile.am
3211         * manual/es/account.xml
3212         * manual/es/ack.xml
3213         * manual/es/addrbook.xml
3214         * manual/es/advanced.xml
3215         * manual/es/faq.xml
3216         * manual/es/glossary.xml
3217         * manual/es/gpl.xml
3218         * manual/es/handling.xml
3219         * manual/es/intro.xml
3220         * manual/es/keyboard.xml
3221         * manual/es/plugins.xml
3222         * manual/es/starting.xml
3223         * manual/es/sylpheed-claws-manual.xml
3224         * manual/es/dist/Makefile.am
3225         * manual/es/dist/html/Makefile.am
3226         * manual/es/dist/pdf/Makefile.am
3227         * manual/es/dist/ps/Makefile.am
3228         * manual/es/dist/txt/Makefile.am
3229                 Spanish translation for the manual
3230
3231 2006-08-16 [colin]      2.4.0cvs54
3232
3233         * src/compose.c
3234         * src/main.c
3235         * src/mainwindow.c
3236                 Fix send button sensitivity at startup
3237                 Set send menu sensitivity (patch by Fabien)
3238         * src/ssl_manager.c
3239                 Enable closing with esc (patch by Fabien)
3240         * src/gtk/foldersort.c
3241                 Enable closing with esc (patch by Fabien)
3242         * src/procmime.c
3243                 Optimisation (no need to copy to tempfile to
3244                 "decode" 7bit and 8bit)
3245         * src/summaryview.c
3246                 Fix cruft in swap_from case
3247         * src/textview.c
3248                 Fix missing last line in some mail cases 
3249                 (Fixes debian #381872)
3250         * src/plugins/pgpcore/prefs_gpg.c
3251         * src/plugins/pgpcore/sgpgme.c
3252         * src/plugins/pgpcore/sgpgme.h
3253                 Don't show "no key found" when user explicitely
3254                 wants to create a key
3255
3256 2006-08-16 [paul]       2.4.0cvs53
3257
3258         * configure.ac
3259         * src/account.c
3260         * src/addressbook.c
3261         * src/headerview.c
3262         * src/prefs_account.c
3263         * src/prefs_message.c
3264         * src/gtk/gtkutils.c
3265                 bump up minimum required versions of GTK+ and
3266                 GLIB to 2.6.0
3267
3268 2006-08-16 [paul]       2.4.0cvs52
3269
3270         * src/toolbar.c
3271                 workaround GTK+ Bug 351600 - 'Can't re-click
3272                 on button after sensitivity update'
3273                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3274                 Thanks to Colin
3275
3276 2006-08-15 [colin]      2.4.0cvs51
3277
3278         * src/plugins/pgpcore/prefs_gpg.c
3279                 Set options sensitivity according to
3280                 key existence
3281         * src/plugins/pgpcore/sgpgme.c
3282                 Allow to create key with no passphrase
3283
3284 2006-08-14 [cleroy]     2.4.0cvs50
3285
3286         * src/gtk/pluginwindow.c
3287                 New layout (maybe to be changed?)
3288         * src/gtk/gtkutils.c
3289                 Fix a bit label_window
3290         * src/plugins/pgpcore/passphrase.c
3291         * src/plugins/pgpcore/passphrase.h
3292         * src/plugins/pgpcore/plugin.c
3293         * src/plugins/pgpcore/prefs_gpg.c
3294         * src/plugins/pgpcore/prefs_gpg.h
3295         * src/plugins/pgpcore/sgpgme.c
3296         * src/plugins/pgpcore/sgpgme.h
3297                 Allow to create a PGP private key via the GUI
3298
3299 2006-08-14 [wwp]        2.4.0cvs49
3300
3301         * src/addressbook_foldersel.c
3302                 fix strict ISO C90 compliance.
3303
3304 2006-08-14 [paul]       2.4.0cvs48
3305
3306         * src/gtk/prefswindow.c
3307                 re-set scrolled window on opening
3308                 Patch by Ticho
3309
3310 2006-08-14 [paul]
3311
3312         2.5.0-rc1 released
3313
3314 2006-08-14 [paul]       2.4.0cvs47
3315
3316         * src/prefs_display_header.c
3317                 re-enable user-defined Displayed Headers
3318
3319 2006-08-14 [paul]       2.4.0cvs46
3320
3321         * src/prefs_account.c
3322                 use GTK_STOCK_EDIT
3323
3324 2006-08-13 [colin]      2.4.0cvs45
3325
3326         * src/common/utils.c
3327                 Fix "a" in quote when the original message is empty,
3328                 by using \0 instead of 'a' to test writability of
3329                 temp files.
3330
3331 2006-08-13 [wwp]        2.4.0cvs44
3332
3333         * src/plugins/spamassassin/spamassassin.c
3334                 fix capitalization of "SpamAssassin" in some debug, log and
3335                 dialog messages.
3336
3337 2006-08-13 [paul]       2.4.0cvs43
3338
3339         * src/editldap.c
3340                 fix overlapping widgets
3341         * src/prefs_account.c
3342                 fix translation of protocol_names[]
3343                 fix label disappearing off the edge of the
3344                 visible area
3345
3346 2006-08-12 [paul]       2.4.0cvs42
3347
3348         * manual/plugins.xml
3349                 update IRC channel info before it gets forgotten
3350                 about
3351
3352 2006-08-11 [colin]      2.4.0cvs41
3353
3354         * src/compose.c
3355         * src/mainwindow.c
3356         * src/mainwindow.h
3357         * src/procmsg.c
3358         * src/procmsg.h
3359         * src/summaryview.c
3360         * src/toolbar.c
3361                 Grey out the Send button if
3362                 - Queue folders are empty, or
3363                 - We're sending already
3364
3365 2006-08-11 [wwp]        2.4.0cvs40
3366
3367         * src/main.c
3368                 fix a logic issue when quitting while a compose window is
3369                 still open, thanks to Colin.
3370
3371 2006-08-10 [colin]      2.4.0cvs39
3372
3373         * src/main.c
3374                 Fix default font size setting after wizard run
3375         * src/imap.c
3376         * src/etpan/imap-thread.c
3377         * src/etpan/imap-thread.h
3378                 Fix bug #999 (Timing out on TSL cert validation 
3379                 dialog makes ugly things happen). Also, STARTTLS
3380                 unconditionnaly if initial capabilities contain
3381                 LOGINDISABLED and STARTTLS.
3382
3383 2006-08-09 [colin]      2.4.0cvs38
3384
3385         * src/mainwindow.c
3386         * src/mainwindow.h
3387                 Fix Tools/Actions sensitivity when there are
3388                 no actions
3389
3390 2006-08-09 [colin]      2.4.0cvs37
3391
3392         * src/prefs_filtering.c
3393                 Warning fix, patch by Paul
3394         * src/messageview.c
3395         * src/prefs_actions.c
3396         * src/prefs_filtering_action.c
3397         * src/prefs_matcher.c
3398                 Uniformisation of "Info ..." to "Info..." (for
3399                 old gtk), patch by Fabien
3400         * src/plugins/clamav/clamav_plugin_gtk.c
3401                 Sensitivity fix by Fabien
3402
3403 2006-08-09 [colin]      2.4.0cvs36
3404
3405         * src/main.c
3406         * src/main.h
3407                 Add a function to know whether we're exiting
3408         * src/plugins/trayicon/trayicon.c
3409                 If exiting, don't do anything. Faster, and
3410                 avoids gtk_main_iteration reentracy causing
3411                 segfaults at exit
3412
3413 2006-08-09 [colin]      2.4.0cvs35
3414
3415         * src/messageview.c
3416         * src/mimeview.c
3417         * src/mimeview.h
3418                 Fix lack of part selection when automatically 
3419                 jumping to a specific part
3420         * src/msgcache.c
3421                 Little optimisation in cache reading
3422
3423 2006-08-09 [colin]      2.4.0cvs34
3424
3425         * src/compose.c
3426                 Fix crash setting the priority on reedit
3427                 (Accessing compose before creating it!)
3428
3429 2006-08-08 [colin]      2.4.0cvs33
3430
3431         * src/procmime.c
3432                 Fix bug #998 (last attachment is not accessible)
3433                 Bad RFC interpretation on multipart close-delimiters
3434         * src/mimeview.c
3435         * src/mimeview.h
3436         * src/gtk/gtkvscrollbutton.c
3437         * src/gtk/gtkvscrollbutton.h
3438                 Make attachments list wheel-scrollable
3439
3440 2006-08-07 [colin]      2.4.0cvs32
3441
3442         * src/gtk/gtkaspell.c
3443                 Fix bug #973 (Unicode punctation characters 
3444                 are not recognized as separators by the
3445                 spell checker); fix unsigned stuff
3446
3447 2006-08-07 [colin]      2.4.0cvs31
3448
3449         * src/compose.c
3450                 Fix bug #956 (DnD text with accents in compose 
3451                 text entry); fix gccc's signed/unsigned fuss
3452
3453 2006-08-06 [colin]      2.4.0cvs30
3454
3455         * src/main.c
3456                 Fix bug #979 (Plugin crashes when exiting 
3457                 sylpheed-claws) : handle exit request only 
3458                 once
3459
3460 2006-08-05 [colin]      2.4.0cvs29
3461
3462         * src/news.c
3463                 Just make sure we have a msgid.
3464
3465 2006-08-05 [colin]      2.4.0cvs28
3466
3467         * src/news.c
3468         * src/summaryview.c
3469                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3470                 by reimplementing it
3471         * src/textview.c
3472                 Fix bug when hiding quotes with level > 3 and quote
3473                 colors are recycled
3474
3475 2006-08-04 [colin]      2.4.0cvs27
3476
3477         * src/compose.c
3478         * src/undo.c
3479         * src/undo.h
3480                 Fix a bit replace-by-pasting undo
3481         * src/mainwindow.c
3482         * src/messageview.c
3483                 Fix Fold quotes menu synchro in
3484                 mainwindow when it changes in 
3485                 messageview
3486         * src/textview.c
3487                 Fix right-click on quotes blocks
3488         * src/common/utils.c
3489                 Verify that the file created by
3490                 my_tmpfile() is writable. Fixes
3491                 bug #988 (very specific filesystem
3492                 issue)
3493         * src/plugins/pgpcore/sgpgme.c
3494                 Fix file descriptor leak
3495         * src/plugins/spamassassin/spamassassin.c
3496                 Warn once if spamd isn't reachable
3497
3498 2006-08-04 [colin]      2.4.0cvs26
3499
3500         * src/toolbar.c
3501                 i18n context patch by Fabien
3502
3503 2006-08-03 [colin]      2.4.0cvs25
3504
3505         * src/mainwindow.c
3506         * src/messageview.c
3507                 Rename "Hide quotes" to "Fold quotes"
3508         * src/textview.c
3509                 Don't use hand cursor on quotes. "all 
3510                 the bonuses of the feature and none of 
3511                 unwelcome side-effects"
3512
3513 2006-08-03 [colin]      2.4.0cvs24
3514
3515         * AUTHORS
3516         * sylpheed-claws.desktop
3517         * src/gtk/authors.h
3518                 Bring the desktop file to XDG compliance
3519                 Patch by Charles A. Edwards
3520
3521 2006-08-03 [colin]      2.4.0cvs23
3522
3523         * src/textview.c
3524                 Fix links offset when they are preceded
3525                 by accentued chars (g_utf8_strlen!)
3526         * src/mainwindow.c
3527                 Fix wrong status when starting offline
3528
3529
3530 2006-08-03 [wwp]        2.4.0cvs22
3531
3532         * src/prefs_common.h
3533                 ask what to do w/ filtering rules that belong to an account when
3534                 applying filtering rules manually from the main window (skip,
3535                 apply regardless of the account, use current account). This dialog
3536                 can be skipped and the last reply used.
3537                 (forgot that file)
3538
3539 2006-08-03 [wwp]        2.4.0cvs21
3540
3541         * src/filtering.c
3542         * src/filtering.h
3543         * src/prefs_common.c
3544         * src/summaryview.c
3545         * src/alertpanel.c
3546         * src/alertpanel.h
3547         * src/messageview.c
3548                 ask what to do w/ filtering rules that belong to an account when
3549                 applying filtering rules manually from the main window (skip,
3550                 apply regardless of the account, use current account). This dialog
3551                 can be skipped and the last reply used.
3552
3553
3554 2006-08-03 [colin]      2.4.0cvs20
3555
3556         * src/textview.c
3557                 Optimize previous patch
3558
3559 2006-08-03 [cleroy]     2.4.0cvs19
3560
3561         * src/textview.c
3562                 Fix quotes getting toggled back when the
3563                 mail has an even number of text parts
3564
3565 2006-08-02 [colin]      2.4.0cvs18
3566
3567         * src/messageview.c
3568                 Add Hide quotes menu
3569
3570 2006-08-02 [colin]      2.4.0cvs17
3571
3572         * src/mainwindow.c
3573         * src/prefs_common.c
3574         * src/textview.c
3575         * src/textview.h
3576         * src/gtk/about.c
3577                 Allow per-level quote hiding,
3578                 Allow toggling quotes by double-clicking them
3579                 Rename RemoteURI to ClickableText to reflect
3580                 the fact it's used for a variety of things
3581
3582 2006-08-02 [wwp]        2.4.0cvs16
3583
3584         * src/mainwindow.c
3585                 fix "View/Hide quotes" menu item status initialization.
3586
3587 2006-08-02 [wwp]        2.4.0cvs15
3588
3589         * src/matcher_parser_parse.y
3590                 remove a debug trace.
3591
3592 2006-08-02 [paul]       2.4.0cvs14
3593
3594         * src/plugins/pgpcore/passphrase.c
3595                 don't set initial dialog size
3596                 make it resizable
3597
3598 2006-08-02 [paul]       2.4.0cvs13
3599
3600         * src/noticeview.c
3601                 remove the rogue '/' character
3602
3603 2006-08-02 [paul]       2.4.0cvs12
3604
3605         * src/noticeview.c
3606                 allow buttons to resize as necessary
3607
3608 2006-08-01 [wwp]        2.4.0cvs11
3609
3610         * src/mbox.c
3611                 fix strict ISO C90 compliance.
3612
3613 2006-08-01 [wwp]        2.4.0cvs10
3614
3615         * tools/update-po
3616                 updated update-po tool to work w/ context-dependent translations.
3617                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3618
3619 2006-08-01 [wwp]        2.4.0cvs9
3620
3621         * src/matcher.c
3622         * src/prefs_filtering.c
3623         * src/prefs_matcher.c
3624                 allow context-dependent translations for "All",
3625                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3626
3627 2006-07-31 [colin]      2.4.0cvs8
3628
3629         * AUTHORS
3630         * src/gtk/authors.h
3631                 Add Rafal to authors
3632
3633 2006-07-31 [colin]      2.4.0cvs7
3634
3635         * src/compose.c
3636         * src/mainwindow.c
3637         * src/messageview.h
3638         * src/prefs_common.c
3639         * src/prefs_common.h
3640         * src/textview.c
3641                 Add 'View/Hide quotes'. Patch based on a patch
3642                 by Rafal Weglarz
3643
3644 2006-07-31 [colin]      2.4.0cvs6
3645
3646         * src/action.c
3647                 Fix problem with "> stuff >" actions
3648
3649 2006-07-31 [paul]       2.4.0cvs5
3650
3651         * po/nb.po
3652                 updated by Geir Helland
3653
3654 2006-07-31 [wwp]        2.4.0cvs4
3655
3656         * src/mainwindow.c
3657         * src/summaryview.c
3658         * src/summaryview.h
3659                 add "View/Go to/Parent message" and "View/Go to/Last read message",
3660                 thanks to Colin.
3661
3662 2006-07-31 [wwp]        2.4.0cvs3
3663
3664         * src/Makefile.am
3665         * src/addr_compl.c
3666         * src/addr_compl.h
3667         * src/addressbook.c
3668         * src/addressbook.h
3669         * src/addressbook_foldersel.c
3670         * src/addressbook_foldersel.h
3671         * src/addrindex.c
3672         * src/addrindex.h
3673         * src/matcher.c
3674         * src/matcher.h
3675         * src/matcher_parser_lex.l
3676         * src/matcher_parser_parse.y
3677         * src/prefs_common.c
3678         * src/prefs_common.h
3679         * src/prefs_filtering.c
3680         * src/prefs_matcher.c
3681         * src/prefs_matcher.h
3682         * src/summaryview.c
3683                 introduce filtering against the address book. It's now possible to add
3684                 matched conditions to determine if any email address in a message matches
3685                 or doesn't match any or all books or folders in the address book.
3686
3687 2006-07-31 [wwp]        2.4.0cvs2
3688
3689         * src/account.c
3690         * src/filtering.c
3691         * src/filtering.h
3692         * src/folder.c
3693         * src/folderview.c
3694         * src/inc.c
3695         * src/mainwindow.c
3696         * src/matcher.c
3697         * src/matcher_parser_lex.l
3698         * src/matcher_parser_parse.y
3699         * src/mbox.c
3700         * src/prefs_filtering.c
3701         * src/prefs_filtering.h
3702         * src/procmsg.c
3703         * src/procmsg.h
3704         * src/summaryview.c
3705                 introduce per-account filtering rules. Each filtering rule can now be assigned
3706                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
3707                 when applying filtering rules manually, as all rules will apply - even the ones
3708                 assigned to an account. This issue will be addressed soon.
3709  
3710
3711
3712 2006-07-31 [wwp]        2.4.0cvs1
3713
3714         * src/quote_fmt.c
3715                 make more strings translatable.
3716
3717 2006-07-31 [paul]       2.4.0
3718
3719         2.4.0 released
3720
3721 2006-07-31 [paul]       2.3.1cvs91
3722
3723         * po/ca.po
3724                 updated by Miquel Oliete
3725
3726 2006-07-31 [paul]       2.3.1cvs90
3727
3728         * po/de.po
3729         * po/el.po
3730         * po/fr.po
3731         * po/it.po
3732         * po/pl.po
3733         * po/pt_BR.po
3734         * po/sr.po
3735         * po/zh_CN.po
3736                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
3737                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
3738                 Aleksandar Urosevic, and Ralgh Young
3739
3740 2006-07-31 [paul]       2.3.1cvs89
3741
3742         * src/account.c
3743         * src/main.c
3744         * src/mainwindow.c
3745         * src/mainwindow.h
3746                 Fix a race condition when, after an SC crash, rescanning
3747                 folders took more than 0.5 seconds
3748                 Thanks to Colin
3749
3750 2006-07-31 [paul]       2.3.1cvs88
3751
3752         * src/folderview.c
3753                 don't translate separator strings
3754
3755 2006-07-30 [mones]      2.3.1cvs87
3756
3757         * doc/man/sylpheed-claws.1
3758                 Fixed non-ASCII chars in Hoa's name
3759         * po/es.po
3760                 Updated for release
3761
3762 2006-07-27 [colin]      2.3.1cvs86
3763
3764         * src/textview.c
3765                 Don't include the leading \n in links
3766                 Patch by Fabien
3767
3768 2006-07-25 [colin]      2.3.1cvs85
3769
3770         * src/mainwindow.c
3771         * src/common/socket.h
3772         * src/etpan/imap-thread.c
3773                 Refresh resolvers before connecting
3774                 to IMAP servers, and after switching
3775                 to online. Thanks to Paul.
3776
3777 2006-07-18 [colin]
3778
3779         * 2.4.0-rc4 released
3780
3781 2006-07-17 [colin]      2.3.1cvs84
3782
3783         * src/inc.c
3784                 Show connection attempt in statusbar before
3785                 connecting (previously first message was
3786                 "Retrieving messages from ..." after the
3787                 connection succeeded.
3788
3789 2006-07-16 [wwp]        2.3.1cvs83
3790
3791         * sylpheed-claws.ico
3792                 Added .ico file (windows multi-size icon file, generated).
3793
3794 2006-07-12 [wwp]        2.3.1cvs82
3795
3796         * src/messageview.c
3797                 remove Message/Re-edit menu entry from messageview window,
3798                 as sent/draft/queued messages are opened in compose window when
3799                 re-edited and it's not possible to re-edit other msgs.
3800
3801 2006-07-12 [paul]       2.3.1cvs81
3802
3803         * AUTHORS
3804         * src/mainwindow.c
3805         * src/gtk/authors.h
3806                 check online state before resetting
3807                 mailcheck timer. Useful if some program
3808                 verifies connection state and updates
3809                 Claws.
3810                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
3811
3812 2006-07-12 [paul]       2.3.1cvs80
3813
3814         * sylpheed-claws-128x128.png
3815         * sylpheed-claws-64x64.png
3816         * sylpheed-claws.png
3817         * src/Makefile.am
3818         * src/main.c
3819         * src/prefs_toolbar.c
3820         * src/stock_pixmap.c
3821         * src/stock_pixmap.h
3822         * src/wizard.c
3823         * src/gtk/about.c
3824         * src/gtk/gtkutils.c
3825         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
3826         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
3827         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
3828         * src/pixmaps/sylpheed.xpm              ** REMOVED **
3829         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
3830         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
3831                 updated and renamed logo/icon files and related
3832                 logo by Jesper Schultz
3833
3834 2006-07-11 [paul]       2.3.1cvs79
3835
3836         * src/main.c
3837                 fix the labels a smidgin
3838
3839 2006-07-09 [colin]      2.3.1cvs78
3840
3841         * src/textview.c
3842                 Show errors in textviewer's command
3843                 Patch by H. Merijn Brand
3844
3845 2006-07-09 [colin]      2.3.1cvs77
3846
3847         * src/compose.c
3848                 Save FMID in drafts too
3849
3850 2006-07-08 [colin]      2.3.1cvs76
3851
3852         * src/compose.c
3853                 Svae RMID in drafted mails too
3854                 Save quote_fmt vars for whole mails,
3855                 don't reset at each quote_fmt_init:
3856                 allows to use the same |i{var} in
3857                 various template fields
3858         * src/prefs_template.c
3859         * src/quote_fmt.h
3860         * src/quote_fmt_parse.y
3861                 Same
3862
3863 2006-07-08 [colin]      2.3.1cvs75
3864
3865         * src/textview.c
3866                 Fix highlighting of attached parts URIs
3867
3868 2006-07-08 [colin]      2.3.1cvs74
3869
3870         * src/main.c
3871                 Prevent bug #981 (sc 2.3.1 segfaults with 
3872                 gtk+ 2.10) from being reported again:
3873                 if Sylpheed-Claws has been compiled against
3874                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
3875                 of if Sylpheed-Claws has been compiled against
3876                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
3877                 error out.
3878
3879 2006-07-07 [colin]      2.3.1cvs73
3880
3881         * src/prefs_actions.c
3882                 Fix label
3883
3884 2006-07-07 [colin]      2.3.1cvs72
3885
3886         * src/prefs_actions.c
3887                 Fix compile on gtk < 2.8. argh :)
3888
3889 2006-07-07 [paul]       2.3.1cvs71
3890
3891         * src/common/defs.h
3892                 update DONATE_URI
3893
3894 2006-07-07 [colin]      2.3.1cvs70
3895
3896         * po/POTFILES.in
3897         * src/quote_fmt.c
3898         * src/quote_fmt_lex.l
3899         * src/quote_fmt_parse.y
3900                 Add |i{var}, a way to insert user-entered
3901                 text in a template
3902
3903 2006-07-07 [colin]
3904
3905         * 2.4.0-rc3 released
3906
3907 2006-07-07 [colin]      2.3.1cvs69
3908
3909         * src/folder.c
3910                 Don't consider inboxes of UNKNOWN folder 
3911                 classes to be useable as default inboxes
3912
3913 2006-07-07 [paul]       2.3.1cvs68
3914
3915         * src/textview.c
3916                 add missing #include <errno.h>
3917                 Thanks to René J. Blokland
3918
3919 2006-07-07 [paul]       2.3.1cvs67
3920
3921         * src/action.c
3922                 Return now Closes dialog
3923         * src/mimeview.c
3924         * src/mimeview.h
3925         * src/textview.c
3926                 add contextual menu to mime parts listed
3927                 in the textview
3928                 Thanks to Colin
3929         * src/common/utils.c
3930                 reversal: ' is a valid character in URLs
3931
3932 2006-07-06 [colin]      2.3.1cvs66
3933
3934         * src/remotefolder.h
3935                 Forgotten in previous commit
3936
3937 2006-07-06 [colin]      2.3.1cvs65
3938
3939         * src/folder.c
3940                 Set summary update flag whenever
3941                 totals changed
3942         * src/imap.c
3943         * src/prefs_account.c
3944         * src/common/utils.h
3945         * src/etpan/imap-thread.c
3946                 Fix warnings, thanks to Fabien and
3947                 Ricardo
3948
3949 2006-07-06 [wwp]        2.3.1cvs64
3950
3951         * src/gtk/gtkutils.c
3952                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
3953
3954 2006-07-06 [wwp]        2.3.1cvs63
3955
3956         * src/account.c
3957         * src/addressbook.c
3958         * src/addressitem.h
3959         * src/folderview.c
3960         * src/mainwindow.c
3961         * src/manual.c
3962         * src/manual.h
3963         * src/message_search.c
3964         * src/prefs_actions.c
3965         * src/prefs_filtering.c
3966         * src/prefs_filtering.h
3967         * src/prefs_template.c
3968         * src/summary_search.c
3969         * src/summaryview.c
3970         * src/gtk/gtkutils.c
3971         * src/gtk/gtkutils.h
3972         * src/gtk/pluginwindow.c
3973                 add help buttons to some dialogs. Clicking such buttons opens a
3974                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
3975
3976 2006-07-06 [paul]       2.3.1cvs62
3977
3978         * src/textview.c
3979                 fix attachments contextual menu
3980                 Thanks to Colin
3981
3982 2006-07-05 [colin]      2.3.1cvs61
3983
3984         * src/textview.c
3985         * src/compose.c
3986                 Handle sftp:// links
3987
3988 2006-07-05 [paul]       2.3.1cvs60
3989
3990         * src/gtk/filesel.c
3991                 grab save button by default
3992                 Thanks to Colin
3993
3994 2006-07-05 [wwp]        2.3.1cvs59
3995
3996         * manual/xml2pdf
3997                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
3998
3999 2006-07-04 [colin]      2.3.1cvs58
4000
4001         * src/mimeview.c
4002         * src/textview.c
4003                 Use left click to select, middle click to open
4004                 on mimeparts links
4005         * src/common/utils.c
4006                 Fix segfault
4007
4008 2006-07-04 [colin]      2.3.1cvs57
4009
4010         * src/mainwindow.c
4011         * src/news.c
4012                 Warning fixes, thanks to Fabien
4013
4014 2006-07-04 [colin]      2.3.1cvs56
4015
4016         * src/mimeview.c
4017         * src/mimeview.h
4018         * src/textview.c
4019                 Allow parts to be selected via their text label
4020                 in textview
4021
4022 2006-07-04 [colin]      2.3.1cvs55
4023
4024         * src/folderview.c
4025                 Feedback when closing (for big folders)
4026         * src/prefs_actions.c
4027         * src/prefs_filtering.c
4028         * src/prefs_matcher.c
4029         * src/prefs_template.c
4030                 Fix default button when closing without
4031                 having saved
4032
4033 2006-07-04 [colin]      2.3.1cvs54
4034
4035         * src/news.c
4036                 Delete local file on deletion
4037
4038 2006-07-03 [colin]      2.3.1cvs53
4039
4040         * src/folderview.c
4041         * src/main.c
4042                 Don't freeze when rescanning after crash
4043
4044 2006-07-03 [wwp]        2.3.1cvs52
4045
4046         * src/compose.c
4047         * src/privacy.c
4048         * src/privacy.h
4049         * src/plugins/pgpinline/pgpinline.c
4050         * src/plugins/pgpmime/pgpmime.c
4051                 don't report an error when the user cancels the passphrase dialog.
4052
4053 2006-07-02 [colin]      2.3.1cvs51
4054
4055         * src/folderview.c
4056                 Open message when crossing folders with Space,
4057                 goto next unread and friends
4058
4059 2006-07-01 [colin]      2.3.1cvs50
4060
4061         * src/prefs_account.c
4062                 Typographic rules varying from language
4063                 to language (in french "Protocole :"),
4064                 we have to do that :)
4065
4066 2006-07-01 [ticho]      2.3.1cvs49
4067
4068         * src/prefs_account.c
4069                 Only use one temporary gchar* variable in
4070                 prefs_account_protocol_set_optmenu().
4071
4072 2006-07-01 [ticho]      2.3.1cvs48
4073
4074         * src/prefs_account.c
4075         * src/prefs_account.h
4076                 Use GtkLabel for existing account protocol name.
4077                 Created an array for protocol names and populate the
4078                 combobox from it in a for() cycle.
4079
4080 2006-06-30 [colin]      2.3.1cvs47
4081
4082         * src/compose.c
4083                 Block undo when changing signature (by changing
4084                 account)
4085
4086 2006-06-30 [paul]       2.3.1cvs46
4087
4088         * src/send_message.c
4089                 when editing From in the Compose window, use that address
4090                 in the Return-Path: header
4091                 Thanks to Colin
4092
4093 2006-06-30 [colin]      2.3.1cvs45
4094
4095         * src/compose.c
4096                 Fix signature replacement:
4097                 - when no newline before separator
4098                 - when reediting
4099
4100 2006-06-29 [colin]      2.3.1cvs44
4101
4102         * src/folderview.c
4103         * src/folderview.h
4104         * src/mainwindow.c
4105         * src/summaryview.c
4106                 Let 'View/Go to/Next marked' work like
4107                 Next new & Next unread: across folders
4108                 Change the select_on_entry pref to do
4109                 what we want when changing folder
4110         * src/common/utils.c
4111                 Fix single-quoted links 
4112
4113 2006-06-29 [colin]      2.3.1cvs43
4114
4115         * src/gtk/gtkaspell.c
4116                 "Sylpheed" and "Sylpheed-Claws" do exist !
4117
4118 2006-06-29 [colin]      2.3.1cvs42
4119
4120         * src/imap.c
4121                 Forgot to remove debug
4122
4123 2006-06-29 [colin]      2.3.1cvs41
4124
4125         * src/imap.c
4126         * src/imap.h
4127         * src/mainwindow.c
4128                 Disconnect from IMAP servers when going
4129                 offline. Fixes bug #978 (going to offline-mode 
4130                 won't close connections)
4131
4132 2006-06-29 [colin]      2.3.1cvs40
4133
4134         * src/main.c
4135                 Fix transient setting on failing plugins
4136                 Patch by Fabien
4137         * src/plugins/pgpcore/sgpgme.c
4138                 Only warn for OpenPGP. Most people don't
4139                 have CMS available.
4140
4141 2006-06-29 [colin]      2.3.1cvs39
4142
4143         * src/compose.c
4144                 Fix Spelling menu (discrepancy between context menu
4145                 and top menu when folder's dictionary isn't the 
4146                 default one)
4147         * src/plugins/pgpcore/sgpgme.c
4148                 More error reporting about why gpgme can fail
4149
4150 2006-06-29 [wwp]        2.3.1cvs38
4151
4152         * src/mainwindow.c
4153                 honor the display-header-pane setting even when the message view
4154                 is a separate window.
4155
4156 2006-06-29 [wwp]        2.3.1cvs37
4157
4158         * src/prefs_actions.c
4159                 forgot to commit that one (use of GTK_STOCK_INFO).
4160
4161 2006-06-29 [colin]      2.3.1cvs36
4162
4163         * src/imap.c
4164                 Better handling of login errors (ask the password
4165                 again once), alert in case of error. Fix three
4166                 signedness warnings.
4167
4168 2006-06-28 [wwp]        2.3.1cvs35
4169
4170         * src/prefs_template.c
4171         * src/prefs_matcher.c
4172         * src/prefs_filtering_action.c
4173         * src/prefs_quote.c
4174                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4175                 patch by Fabien Vantard, slightly modified.
4176
4177 2006-06-28 [paul]
4178
4179         2.4.0-rc2 released
4180
4181 2006-06-28 [colin]      2.3.1cvs34
4182
4183         * src/prefs_account.c
4184                 Fix bug #977 (Can't add or edit imap accounts)
4185
4186 2006-06-28 [colin]      2.3.1cvs33
4187
4188         * src/mimeview.c
4189                 Fix previous
4190
4191 2006-06-28 [colin]      2.3.1cvs32
4192
4193         * src/mimeview.c
4194                 Save named inlined attachments with "Save all"
4195         * src/main.c
4196         * src/mbox.c
4197         * src/common/plugin.c
4198         * src/common/plugin.h
4199         * src/common/sylpheed.c
4200         * src/common/utils.c
4201         * src/plugins/pgpcore/sylpheed.def
4202         * src/plugins/pgpinline/sylpheed.def
4203         * src/plugins/pgpmime/sylpheed.def
4204                 Win32 compatibility patch, by
4205                 Werner Koch
4206
4207 2006-06-28 [wwp]        2.3.1cvs31
4208
4209         * src/imap.c
4210         * src/prefs_folder_item.c
4211                 less compilation warnings (thanks to Fabien Vantard), less typos.
4212
4213 2006-06-28 [paul]       2.3.1cvs30
4214
4215         * src/gtk/gtkutils.c
4216                 gtk_combo_box_set_focus_on_click() is only
4217                 available since gtk 2.6.0
4218
4219 2006-06-28 [paul]       2.3.1cvs29
4220
4221         * src/prefs_ext_prog.c
4222                 fix engrish and add a tooltip for the
4223                 'command for 'Display as text' option
4224
4225 2006-06-28 [paul]
4226
4227         2.4.0-rc1 released
4228
4229 2006-06-28 [paul]       2.3.1cvs28
4230
4231         * ChangeLog
4232         * tools/Makefile.am
4233                 include textviewer.pl in releases
4234
4235 2006-06-28 [paul]       2.3.1cvs27
4236
4237         * src/prefs_ext_prog.c
4238                 hide Print command option if libgnomeprint
4239                 support is present
4240
4241 2006-06-27 [colin]      2.3.1cvs26
4242
4243         * src/compose.c
4244                 Fix Esc handling in insert/attach dialog
4245                 Don't show this dialog if dragging something
4246                 else than text/uri-list
4247                 Thanks to Fabien Vantard
4248         * tools/textviewer.pl
4249                 Filter script to display stuff as text
4250                 by H. Merijn Brand
4251
4252 2006-06-27 [wwp]        2.3.1cvs25
4253
4254         * src/messageview.c
4255                 use the exact product name (message view title), patch
4256                 by Fabien Vantard.
4257
4258 2006-06-27 [ticho]      2.3.1cvs24
4259
4260         * src/prefs_account.c
4261         * src/prefs_common.c
4262         * src/prefs_common.h
4263         * src/prefs_ext_prog.c
4264         * src/textview.c
4265                 Add a preference (Preferences/External programs)
4266                 to allow "Display as text" to be done via a script
4267                 (patch by H.Merijn Brand).
4268                 Use GtkComboBox for protocol selection in account
4269                 preferences.
4270                 Only include current choice for existing accounts, and
4271                 insensitivize the combobox.
4272
4273 2006-06-27 [paul]       2.3.1cvs23
4274
4275         * src/mbox.c
4276                 fix crasher introduced in cvs21.
4277                 Thanks to Colin
4278
4279 2006-06-26 [colin]      2.3.1cvs22
4280
4281         * src/mbox.c
4282                 Fix double-frees when leaving folders
4283                 after exporting to mbox
4284
4285 2006-06-26 [colin]      2.3.1cvs21
4286
4287         * src/mbox.c
4288                 More feedback (and optimisation)
4289                 on import/export
4290         * src/common/utils.c
4291                 Fix case when looking for mail addresses
4292         * src/gtk/gtkutils.c
4293                 Extra check for (X-)Face
4294
4295 2006-06-25 [ticho]      2.3.1cvs20
4296
4297         * src/compose.c
4298         * src/exphtmldlg.c
4299         * src/gtk/gtkutils.c
4300         * src/gtk/gtkutils.h
4301                 Added second argument to gtkut_sc_combobox_create() to
4302                 control focus-on-click for the widget.
4303                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4304
4305 2006-06-25 [ticho]      2.3.1cvs19
4306
4307         * src/compose.c
4308         * src/gtk/Makefile.am
4309         * src/gtk/combobox.c
4310         * src/gtk/combobox.h
4311         * src/gtk/gtkutils.c
4312         * src/gtk/gtkutils.h
4313                 Use GtkComboBox instead of deprecated GtkOptionMenu
4314                 for account selector in compose window and for encoding
4315                 selector in attachment properties.
4316                 Also factorise working with the new GtkComboBox somewhat.
4317
4318 2006-06-24 [paul]       2.3.1cvs18
4319
4320         * src/prefs_common.c
4321                 use the correct default value
4322
4323 2006-06-24 [paul]       2.3.1cvs17
4324
4325         * src/compose.c
4326         * src/prefs_common.c
4327         * src/prefs_common.h
4328         * src/prefs_compose_writing.c
4329                 enable setting of default action when
4330                 dnd'ing files in the compose window.
4331                 (Collaborative effort with wwp)
4332
4333 2006-06-23 [wwp]        2.3.1cvs16
4334
4335         * src/compose.c
4336                 i18n fix (thanks to Fabien Vantard)
4337
4338 2006-06-22 [colin]      2.3.1cvs15
4339
4340         * src/prefs_customheader.c
4341                 Don't use filters in custom headers' file 
4342                 selector. Remember, extensions mean nothing :)
4343
4344 2006-06-22 [paul]       2.3.1cvs14
4345
4346         * configure.ac
4347                 allow setting of man directory location
4348
4349 2006-06-22 [colin]      2.3.1cvs13
4350
4351         * src/mainwindow.c
4352                 Add 'View/Go to/Next unread folder'.
4353                 I missed that :)
4354
4355 2006-06-22 [colin]      2.3.1cvs12
4356
4357         * src/common/utils.c
4358                 Add some subject prefixes
4359                 Patch by Bjorn T Johansen <btj@havleik.no>
4360
4361 2006-06-22 [colin]      2.3.1cvs11
4362
4363         * manual/advanced.xml
4364                 Forgotten hidden pref
4365
4366 2006-06-21 [paul]       2.3.1cvs10
4367
4368         * src/prefs_account.c
4369                 complete the removal of 'Add date header' option
4370
4371 2006-06-21 [paul]       2.3.1cvs9
4372
4373         * src/account.c
4374         * src/compose.c
4375         * src/prefs_account.c
4376         * src/prefs_account.h
4377                 remove option to add date header - always
4378                 add date header
4379         * src/etpan/imap-thread.c
4380                 fix warnings (Thanks to Colin)
4381
4382 2006-06-21 [wwp]        2.3.1cvs8
4383
4384         * src/folder.c
4385                 set the attachment flag when inline text part are (file)named. This is more convenient
4386                 when receiving (for instance) inline source files or patches sent using thunderbird.
4387
4388 2006-06-21 [paul]       2.3.1cvs7
4389
4390         * src/inc.c
4391                 fix off-by-one count of current msg in
4392                 statusbar filtering progressbar
4393
4394 2006-06-21 [paul]       2.3.1cvs6
4395
4396         * src/folder.c
4397                 Show attachment icon even if the part is 'inline'
4398                 if the following conditions are met:
4399                 - content-type != 'text/plain'
4400                 - content-type != '*/pgp-signature'
4401                 - either 'name' or 'filename' parameter is not NULL
4402                 
4403                 Thanks to Colin
4404
4405 2006-06-21 [paul]       2.3.1cvs5
4406
4407         * src/messageview.c
4408         * src/prefs_common.c
4409         * src/prefs_common.h
4410         * src/prefs_other.c
4411                 add an option to 'Never send Return
4412                 Receipts'
4413                 Thanks to Colin
4414
4415 2006-06-20 [mones]      2.3.1cvs4
4416
4417         * po/es.po
4418                 updated
4419         * src/compose.c
4420                 typo fixed (space after comma)
4421         * tools/make.themes.project
4422                 remove exec mode from tarball files
4423
4424 2006-06-20 [colin]      2.3.1cvs3
4425
4426         * src/news.c
4427         * src/procheader.c
4428         * src/unmime.c
4429                 Better fix for \n's in headers (don't 
4430                 break Received: and others)
4431
4432 2006-06-20 [paul]       2.3.1cvs2
4433
4434         * src/alertpanel.c
4435         * src/textview.c
4436                 improve legibility of phishing attempt
4437                 dialog
4438
4439 2006-06-20 [paul]       2.3.1cvs1
4440
4441         * NEWS
4442         * README
4443         * configure.ac
4444                 Update version number following
4445                 stable release
4446
4447 2006-06-20 [colin]      2.3.0cvs26
4448
4449         * src/compose.c
4450                 When dragging a file to the text of the compose
4451                 window, ask whether we want to insert or attach
4452                 (I know lots of people who do that to attach)
4453
4454 2006-06-20 [colin]      2.3.0cvs25
4455
4456         * src/etpan/imap-thread.c
4457                 Fix threshold (the append command is often > 32 bytes)
4458
4459 2006-06-19 [colin]      2.3.0cvs24
4460
4461         * src/imap.c
4462         * src/etpan/imap-thread.c
4463                 Workaround Rockliffe IMAP server bug: replace
4464                 "x UID SEARCH (ANSWERED UID 1:*)" with
4465                 "x UID SEARCH ANSWERED"
4466                 (Rockliffe doesn't handle the parenthesis)
4467
4468 2006-06-19 [colin]      2.3.0cvs23
4469
4470         * src/compose.c
4471         * src/imap.c
4472         * src/etpan/imap-thread.c
4473                 Probably fix bug #972 (Freezes when adding 
4474                 an attachment to the message)
4475         * src/common/defs.h
4476                 Modernize Firefox cmd
4477
4478
4479 2006-06-18 [colin]      2.3.0cvs22
4480
4481         * src/prefs_customheader.c
4482                 Only allow correct filenames for various
4483                 custom headers
4484
4485 2006-06-18 [colin]      2.3.0cvs21
4486
4487         * src/prefs_customheader.c
4488                 Add a 'From File...' button in custom headers prefs, which
4489                 try to do the right thing: 
4490                 for normal headers, use file as plaintext,
4491                 for X-Face, calls compface,
4492                 for Face, encode to b64.
4493
4494 2006-06-17 [colin]      2.3.0cvs20
4495
4496         * src/mh.c
4497                 Warning fix
4498
4499 2006-06-16 [colin]      2.3.0cvs19
4500
4501         * src/summaryview.c
4502                 Recursive quicksearch: show message list
4503                 in current folder, *then* search children
4504                 in the background.
4505
4506 2006-06-16 [colin]      2.3.0cvs18
4507
4508         * src/main.c
4509                 Instead of ignoring SIGPIPE, save caches
4510                 when getting one. Will fix the fact that
4511                 hot caches are out-of-date when logging 
4512                 out of Xorg.
4513         * src/compose.c
4514         * src/prefs_compose_writing.c
4515                 Only save text (not attachments) when 
4516                 auto-saving to drafts
4517         * src/unmime.c
4518                 Always replace \n, \r and \t with spaces
4519                 in headers
4520         * manual/dist/html/Makefile.am
4521         * manual/dist/pdf/Makefile.am
4522         * manual/dist/ps/Makefile.am
4523         * manual/dist/txt/Makefile.am
4524         * manual/fr/dist/html/Makefile.am
4525         * manual/fr/dist/pdf/Makefile.am
4526         * manual/fr/dist/ps/Makefile.am
4527         * manual/fr/dist/txt/Makefile.am
4528         * manual/pl/dist/html/Makefile.am
4529         * manual/pl/dist/pdf/Makefile.am
4530         * manual/pl/dist/ps/Makefile.am
4531         * manual/pl/dist/txt/Makefile.am
4532                 Fix make clean removing pregenerated manuals
4533
4534
4535 2006-06-16 [colin]      2.3.0cvs17
4536
4537         * src/plugins/pgpcore/sgpgme.c
4538         * src/plugins/pgpmime/pgpmime.c
4539         * src/plugins/pgpinline/pgpinline.c
4540                 Better error reporting in setup_signers.
4541                 Don't fallback to default key if specified
4542                 key isn't found.
4543                 Don't allow signing if more than one secret
4544                 key matches the one specified in prefs.
4545
4546 2006-06-15 [colin]      2.3.0cvs16
4547
4548         * src/folderview.c
4549                 Add "Send queue" in the folder's contextual
4550                 menu
4551         * src/compose.c
4552         * src/messageview.c
4553         * src/privacy.c
4554         * src/privacy.h
4555         * src/procmime.c
4556         * src/procmsg.c
4557         * src/plugins/pgpcore/passphrase.c
4558         * src/plugins/pgpcore/sgpgme.c
4559         * src/plugins/pgpinline/pgpinline.c
4560         * src/plugins/pgpmime/pgpmime.c
4561                 Better error reporting
4562         * src/mbox.c
4563                 Probably fix bug #971 (2.2.3 cannot read mail 
4564                 from local mbox)
4565
4566
4567 2006-06-15 [mones]      2.3.0cvs15
4568
4569         * tools/make.themes.project
4570                 creates the themes project from the web page
4571
4572 2006-06-15 [colin]      2.3.0cvs14
4573
4574         * src/folder.c
4575                 Better fix (avoid losing the folder if scan_tree 
4576                 fails)
4577
4578 2006-06-15 [cleroy]     2.3.0cvs13
4579
4580         * src/folder.c
4581                 Probably fix Bug #969 (crash on rebuilding 
4582                 imap folder)
4583
4584 2006-06-14 [colin]      2.3.0cvs12
4585
4586         * manual/dtd/manual.xsl
4587         * manual/sylpheed-claws-manual.xml
4588         * manual/fr/sylpheed-claws-manual.xml
4589         * manual/pl/sylpheed-claws-manual.xml
4590                 Insert pagebreaks between sections
4591
4592 2006-06-14 [paul]       2.3.0cvs11
4593
4594         * configure.ac
4595                 better fix than 2.3.0cvs10
4596
4597 2006-06-14 [paul]       2.3.0cvs10
4598
4599         * configure.ac
4600                 fix setting of PACKAGE_DATA_DIR with newer autoconf
4601                 (backwards compatible)
4602
4603 2006-06-13 [colin]      2.3.0cvs9
4604
4605         * src/messageview.c
4606                 Fix sending of return receipt with the new queue folders
4607
4608 2006-06-13 [wwp]        2.3.0cvs8
4609
4610         * src/quote_fmt_lex.l
4611                 fix wrong tokens returned in quote_fmt lexer, query not().
4612
4613 2006-06-13 [wwp]        2.3.0cvs7
4614
4615         * src/folder.c
4616         * src/prefs_folder_item.c
4617                 allow changing folder type even when folder is not a top-level one,
4618                 thanks to Colin.
4619
4620 2006-06-12 [colin]      2.3.0cvs6
4621
4622         * src/folderview.c
4623                 Fix double-ask of "Do you want to mark all
4624                 as read"
4625
4626 2006-06-12 [colin]      2.3.0cvs5
4627
4628         * src/compose.c
4629         * src/compose.h
4630         * src/folder.c
4631         * src/folder.h
4632         * src/imap.c
4633         * src/inc.c
4634         * src/main.c
4635         * src/messageview.c
4636         * src/mh.c
4637         * src/prefs_folder_item.c
4638         * src/procheader.c
4639         * src/procmime.c
4640         * src/procmsg.c
4641         * src/procmsg.h
4642         * src/send_message.c
4643         * src/summaryview.c
4644         * src/toolbar.c
4645                 Apply bug #964's patch (Queue and drafts aren't normal)
4646                 The Drafts and Queue folder now contain RFC-822 files,
4647                 allowing to move and copy mails from and to these 
4648                 folders. Moving from Drafts to Queue will prepare the
4649                 mail for sending (PGP signature, encryption, etc).
4650                 This patch also rework sending errors handling to try
4651                 to be more helpful.
4652                 Also, allow redefining folder types via the GUI 
4653                 (Folder type in its Properties)
4654
4655 2006-06-12 [colin]      2.3.0cvs4
4656
4657         * src/summaryview.c
4658         * src/prefs_common.c
4659         * src/prefs_common.h
4660         * src/gedit-print.c
4661                 Allow to define a specific print font - patch
4662                 by Bernhard Walle <bernhard.walle@gmx.de>
4663         * src/prefs_fonts.c
4664         * manual/advanced.xml
4665         * manual/fr/advanced.xml
4666                 Add a hidden pref to allow deletion without
4667                 confirmation
4668
4669 2006-06-12 [wwp]        2.3.0cvs3
4670
4671         * .cvsignore
4672                 more files to ignore.
4673
4674 2006-06-12 [wwp]        2.3.0cvs2
4675
4676         * src/quote_fmt.c
4677         * src/quote_fmt_lex.l
4678         * src/quote_fmt_parse.y
4679                 extend the quote_fmt parser (templates and quotes):
4680                 - allow limited sub-expressions in |p{} and |f{} expressions,
4681                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
4682                 - implemented/fixed missing implementation of query_references and show_references,
4683                 - completed, fixed contents and format of the symbols help dialog,
4684                 - fix some compilation warnings.
4685
4686 2006-06-12 [wwp]        2.3.0cvs1
4687
4688         * manual/advanced.xml
4689         * manual/fr/advanced.xml
4690                 updates in the "templates" section of the manual (eng/fr):
4691                  - be more precise (both versions)
4692                  - completed to match the english reference (fr version)
4693                  - touchups (both versions)
4694
4695 2006-06-12 [paul]       2.3.0
4696
4697         2.3.0 released
4698
4699 2006-06-12 [paul]       2.2.3cvs14
4700
4701         * po/ca.po
4702         * po/cs.po
4703         * po/de.po
4704         * po/el.po
4705         * po/fr.po
4706         * po/it.po
4707         * po/pt_BR.po
4708         * po/sr.po
4709         * po/zh_CN.po
4710                 updated by Miquel Oliete, Tim, Stephan Sachse,
4711                 Stavros Giannouris, Fabien Vantard, Andrea
4712                 Spadaccini, Frederico Goncalves Guimaraes,
4713                 Aleksandar Urosevic, and Ralgh Young
4714
4715 2006-06-12 [colin]      2.2.3cvs13
4716
4717         * src/mbox.c
4718                 Add missing header
4719
4720 2006-06-11 [colin]      2.2.3cvs12
4721
4722         * src/msgcache.c
4723                 Verify that g_malloc() succeeded
4724
4725 2006-06-11 [colin]      2.2.3cvs11
4726
4727         * src/wizard.c
4728                 Add Face header to welcome mail
4729
4730 2006-06-10 [colin]      2.2.3cvs10
4731
4732         * src/textview.c
4733                 Revert previous (Forgot it changes the
4734                 margin on the whole mail)
4735
4736 2006-06-10 [colin]      2.2.3cvs9
4737
4738         * src/textview.c
4739                 Don't overlap long headers under (X-)Face
4740
4741 2006-06-10 [mones]      2.2.3cvs8
4742
4743         * manual/xml2pdf
4744                 allow generation of manual on systems lacking saxon binary
4745                 but with java and the saxon library installed
4746
4747         * po/es.po
4748                 updated for release
4749
4750 2006-06-09 [colin]      2.2.3cvs7
4751
4752         * src/summaryview.c
4753                 Fix leak when using Display Sender using Addressbook
4754
4755 2006-06-09 [colin]      2.2.3cvs6
4756
4757         * src/compose.c
4758         * src/folder.c
4759         * src/folderview.c
4760         * src/mimeview.c
4761         * src/summaryview.c
4762                 More leaks fixes
4763
4764 2006-06-09 [paul]       2.2.3cvs5
4765
4766         * AUTHORS
4767         * src/gtk/authors.h
4768         * tools/claws.i18n.status.pl
4769                 updated with new info
4770
4771 2006-06-09 [paul]       2.2.3cvs4
4772
4773         * README
4774                 updated
4775         * manual/ack.xml
4776                 add wwp to authors list
4777         * src/gtk/authors.h
4778                 update mine and Colin's addresses
4779
4780 2006-06-08 [colin]      2.2.3cvs3
4781
4782         * src/etpan/imap-thread.c
4783                 Fix leak on SSL cert check
4784
4785 2006-06-08 [colin]      2.2.3cvs2
4786
4787         * src/common/utils.c
4788                 Fix leak
4789
4790 2006-06-08 [paul]       2.2.3cvs1
4791
4792         * configure.ac
4793                 Update version number following
4794                 stable release
4795
4796 2006-06-07 [colin]      2.2.2cvs3
4797
4798         * src/msgcache.c
4799                 Fix catching cache read errors (guint instead of gint)
4800                 Prevent malloc'ing more than 8MB (means cache corruption)
4801
4802 2006-06-07 [paul]       2.2.2cvs2
4803
4804         * src/exporthtml.c
4805         * src/exportldif.c
4806         * src/mh.c
4807         * src/mutt.c
4808         * src/pine.c
4809         * src/common/utils.c
4810                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
4811                 obey $HOME'
4812                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
4813                 Thanks to Colin
4814
4815 2006-06-06 [paul]       2.2.2cvs1
4816
4817         * configure.ac
4818                 Update version number following
4819                 stable release
4820
4821 2006-06-06 [paul]       2.2.1cvs6
4822
4823         * src/matcher.c
4824                 fix  implicit declaration of
4825                 sylpheed_do_idle()
4826                 Patch by Fabien Vantard
4827
4828 2006-06-06 [paul]       2.2.1cvs5
4829
4830         * src/matcher.c
4831                 fix age_greater and age_lower so that they
4832                 mean what say and not '...or equal to'
4833                 Thanks to Colin
4834
4835 2006-06-06 [paul]       2.2.1cvs4
4836
4837         * src/textview.c
4838         * src/common/utils.c
4839                 fix URI check
4840                 Thanks to Colin
4841
4842 2006-06-05 [wwp]        2.2.1cvs3
4843
4844         * manual/fr/account.xml
4845                 minor language fixes (thanks to Fabien Vantard).
4846
4847 2006-06-05 [colin]      2.2.1cvs2
4848
4849         * src/prefs_folder_item.c
4850         * src/folderview.c
4851                 Allow recursive setting of properties 
4852                 for whole mailboxes
4853         * src/matcher.c
4854                 Don't freeze on 'test' filtering rule
4855
4856 2006-06-05 [colin]      2.2.1cvs1
4857
4858         * configure.ac
4859                 Update version number following
4860                 stable release
4861
4862 2006-06-04 [wwp]        2.2.0cvs82
4863
4864         * manual/glossary.xml
4865         * manual/account.xml
4866         * manual/fr/glossary.xml
4867         * manual/fr/account.xml
4868                 added glossary section and references/links related to the Face custom header.
4869
4870 2006-06-04 [colin]      2.2.0cvs81
4871
4872         * src/summaryview.c
4873                 Skip to next message on move with no
4874                 immediate execution
4875
4876 2006-06-04 [wwp]        2.2.0cvs80
4877
4878         * manual/xml2pdf
4879                 added sanity checks, exit when needed.
4880
4881 2006-06-03 [paul]       2.2.0cvs79
4882
4883         * src/prefs_receive.c
4884                 page name is now 'Receiving'
4885         * src/prefs_send.c
4886                 page name is now 'Sending'
4887
4888 2006-06-03 [colin]      2.2.0cvs78
4889
4890         * src/plugins/spamassassin/spamassassin_gtk.c
4891                 Autoswitch to Localhost if transport was previously
4892                 disabled. Else people had to check [] Enable, then
4893                 *reselect* transport.
4894
4895 2006-06-03 [colin]      2.2.0cvs77
4896
4897         * src/plugins/pgpinline/pgpinline.c
4898         * src/plugins/pgpmime/pgpmime.c
4899                 Check that gpg_data_release_and_get_mem 
4900                 didn't fail (now, why this happens...)
4901
4902 2006-06-03 [colin]      2.2.0cvs76
4903
4904         * src/mbox.c
4905                 Fix bug #962 (Manual and/or UI should 
4906                 warn about incompatible locking 
4907                 causing dataloss)
4908
4909 2006-06-02 [cleroy]     2.2.0cvs75
4910
4911         * src/filtering.c
4912         * src/folder.c
4913         * src/procmsg.c
4914         * src/summaryview.c
4915                 Fix a few leaks
4916
4917 2006-06-02 [colin]      2.2.0cvs74
4918
4919         * src/main.c
4920                 On exit, free caches after writing them
4921                 Shuts up some valgrind false positives
4922         * src/procmsg.c
4923         * src/send_message.c
4924                 Fix races when reusing existing SMTP connections
4925                 Fix inexistant session timeout
4926         * src/toolbar.c
4927                 Display alertpanel after all queues have
4928                 been processed, not after each
4929
4930 2006-06-02 [wwp]        2.2.0cvs73
4931
4932         * manual/fr/glossary.xml
4933         * manual/fr/ack.xml
4934         * manual/ack.xml
4935                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
4936
4937 2006-06-02 [wwp]        2.2.0cvs72
4938
4939         * manual/xml2pdf
4940         * manual/dist/pdf/Makefile.am
4941         * manual/dtd/manual.xsl
4942         * manual/fr/dist/pdf/Makefile.am
4943         * manual/pl/dist/pdf/Makefile.am
4944                 we changed the procedure to generate the .pdf version of the manual.
4945                 The procedure is more modern and the .pdf we get now has a valid index.
4946                 Here are the new pre-requisites:
4947
4948                 - JRE 1.x (1.4 here): there must be one from your distro
4949                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
4950                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
4951                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
4952
4953                 See my posts for further info about the installation of this toolchain:
4954
4955                 Date: Fri, 19 May 2006 19:40:06 +0200
4956                 From: wwp <subscript@free.fr>
4957                 To: sylpheed-claws-devel@lists.sourceforge.net
4958                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
4959
4960                 and
4961
4962                 Date: Wed, 24 May 2006 12:58:49 +0200
4963                 From: wwp <subscript@free.fr>
4964                 To: sylpheed-claws-devel@lists.sourceforge.net
4965                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
4966
4967 2006-06-01 [colin]      2.2.0cvs71
4968
4969         * src/compose.c
4970                 Better guards against IMAP races
4971         * src/main.c
4972         * src/prefs_common.c
4973         * src/prefs_common.h
4974         * src/common/ssl_certificate.c
4975         * src/etpan/imap-thread.c
4976         * src/etpan/imap-thread.h
4977         * src/gtk/sslcertwindow.c
4978                 New hidden option ssl_skip_cert_check to 
4979                 avoid dups of bug #959 (libetpan linked
4980                 against gnutls and gnutls buggy on 64bit)
4981                 Present expired warning only once per
4982                 session/server.
4983         * manual/advanced.xml
4984         * manual/fr/advanced.xml
4985                 Document new option
4986
4987 2006-06-01 [wwp]        2.2.0cvs70
4988
4989         * src/messageview.c
4990                 fix for bug #961 (return receipt dialog 
4991                 complains incorrectly about return-path 
4992                 email adress being different), thanks 
4993                 to Colin.
4994
4995 2006-05-31 [cleroy]     2.2.0cvs69
4996
4997         * src/common/ssl.c
4998                 Guard against NULLs, although this
4999                 should never be an issue
5000
5001 2006-05-31 [colin]      2.2.0cvs68
5002
5003         * src/filtering.c
5004                 Use g_slist_prepend
5005         * src/imap.c
5006                 Don't remove caches when destroying folder, it
5007                 could (should) be done at exit
5008         * src/inc.c
5009                 free processing cache after incorporation
5010         * src/etpan/imap-thread.c
5011                 Maybe fix bug #959 (Crash on moving to emails 
5012                 to a imap account per ssl with a expired 
5013                 certificate.)
5014
5015 2006-05-30 [colin]      2.2.0cvs67
5016
5017         * src/summaryview.c
5018                 Put back event flush when displaying message
5019                 It avoids reading a bunch of messages just
5020                 by hitting shift-n for too long ;)
5021
5022 2006-05-29 [colin]      2.2.0cvs66
5023
5024         * src/summaryview.c
5025                 Remove useless g_warnings
5026
5027 2006-05-29 [colin]      2.2.0cvs65
5028
5029         * src/imap.c
5030                 Fix g_slist_append()s for performance
5031
5032 2006-05-29 [colin]      2.2.0cvs64
5033
5034         * src/compose.c
5035         * src/common/utils.c
5036                 Fix extraneous tab at start of addresses
5037         * src/mainwindow.c
5038                 Fix warnings (thanks to Fabien)
5039                 Fix crash at exit when composing messages 
5040                 exist
5041         * src/pop.c
5042                 Fix progress bar when deleting expired mails
5043                 Thanks to Hiro
5044         * src/summaryview.c
5045         * src/gtk/gtksctree.c
5046                 Fix re-sorting slowness
5047
5048 2006-05-29 [paul]       2.2.0cvs63
5049
5050         * src/mh.c
5051                 fetch full message when moving mails
5052                 from another mailbox, (fixed data loss
5053                 when filtering from IMAP to MH, introduced
5054                 in 2.2.0cvs57).
5055                 Thanks to Colin
5056
5057 2006-05-29 [mones]      2.2.0cvs62
5058
5059         * src/gtk/gtksctree.c
5060                 Unselect faster (patch by Colin)        
5061
5062 2006-05-26 [colin]      2.2.0cvs61
5063
5064         * src/summaryview.c
5065                 Unplug MSGINFO_UPDATE callback on delete too.
5066
5067 2006-05-26 [colin]      2.2.0cvs60
5068
5069         * src/foldersel.c
5070                 Fix bold in folder selection window with glib2.10
5071                 thanks Hiro
5072
5073 2006-05-26 [colin]      2.2.0cvs59
5074
5075         * src/procheader.c
5076                 Convert date only if necessary (and don't
5077                 try to convert from utf8 to utf8, too)
5078         * src/summaryview.c
5079                 Only set column's text if the column's 
5080                 displayed
5081
5082 2006-05-26 [colin]      2.2.0cvs58
5083
5084         * src/summaryview.c
5085         * src/gtk/gtkutils.c
5086                 Fix useless warning
5087
5088 2006-05-26 [colin]      2.2.0cvs57
5089
5090         * src/mainwindow.c
5091                 Make summaryview selectable as long as 
5092                 no message has focus
5093         * src/mh.c
5094                 Faster deletion (by implementing mh_remove_msgs)
5095                 Faster copy (avoid using mh_fetch_msg just to get
5096                 the filename)
5097                 Faster move (using move_file instead of copy_file
5098                 if MSG_IS_MOVE)
5099                 No progressbar if total number of mails to cp/mv 
5100                 is less than 100
5101         * src/summaryview.c
5102                 Fix removal from subject_table when mail gets moved
5103                 Faster deletion (g_slist_prepend instead of append)
5104         * src/gtk/gtksctree.c
5105                 Remove useless code
5106
5107 2006-05-25 [colin]      2.2.0cvs56
5108
5109         * src/common/ssl_certificate.c
5110                 Fix leak in expired cert check
5111
5112 2006-05-25 [colin]      2.2.0cvs55
5113
5114         * src/mh.c
5115                 Disable flags syncing on .mh_sequences - it
5116                 is buggy and marks mails read under unknown
5117                 conditions.
5118
5119 2006-05-25 [paul]
5120
5121         * 2.3.0-rc4 released
5122
5123 2006-05-24 [colin]      2.2.0cvs54
5124
5125         attention cvs users: if you manage to crash
5126         Sylpheed-Claws while moving, copying or deleting
5127         mails, we *are* interested in stack traces and
5128         valgrind logs. It looks stable, but one never
5129         knows...
5130
5131         * src/folder.c
5132                 Add progressbar for cache updates
5133         * src/folderutils.c
5134                 Optimize Mark all read in the current
5135                 folder
5136         * src/mh.c
5137                 Add progressbar for copy/move
5138         * src/procmsg.c
5139                 Optimize O(n^2) in copy/move
5140         * src/summaryview.c
5141         * src/gtk/gtksctree.c
5142                 Optimize O(n^2) algos
5143         * src/common/timing.h
5144                 Display ms instead of us
5145
5146 2006-05-24 [wwp]        2.2.0cvs53
5147
5148         * manual/fr/advanced.xml
5149                 updates to the French manual.
5150
5151 2006-05-24 [wwp]        2.2.0cvs52
5152
5153         * src/common/utils.c
5154                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5155
5156 2006-05-24 [wwp]        2.2.0cvs51
5157
5158         * src/folderutils.c
5159                 fixed "mark all read" in MH folders (thanks to Colin).
5160
5161 2006-05-24 [paul]       2.2.0cvs50
5162
5163         * doc/man/sylpheed-claws.1
5164                 updated the man page
5165
5166 2006-05-23 [colin]      2.2.0cvs49
5167
5168         * src/folderview.c
5169         * src/imap.c
5170         * src/inc.c
5171         * src/mbox.c
5172         * src/messageview.c
5173         * src/news.c
5174         * src/send_message.c
5175         * src/summaryview.c
5176         * src/gtk/sslcertwindow.c
5177                 alertpanel fixes, by Fabien
5178
5179 2006-05-23 [colin]      2.2.0cvs48
5180
5181         * src/folder.c
5182         * src/folderview.c
5183         * src/msgcache.c
5184         * src/summaryview.c
5185         * src/gtk/gtksctree.c
5186         * src/gtk/gtksctree.h
5187                 More timings
5188                 Fix slow loading problem, which was caused by the
5189                 use of some gtk_ctree funcs and their use of
5190                 g_list_position while gtk_ctree_(un)link'ing.
5191                 Reap more functions from gtkctree.c to be sure we
5192                 use our (fast) version instead of theirs.
5193         * src/mh.c
5194                 Fix copy of unread mails
5195
5196
5197 2006-05-22 [wwp]        2.2.0cvs47
5198
5199         * manual/fr/advanced.xml
5200                 updated.
5201
5202 2006-05-22 [colin]      2.2.0cvs46
5203
5204         * src/filtering.c
5205                 Fix possible infinite loop. 'copy' is not a 
5206                 final action, so when encountering a 'copy',
5207                 we have to check if a previous one was set
5208                 and do it. In the same way, if we encounter
5209                 a 'move' we have to perform a possibly 
5210                 pending 'copy'. This will slow down filtering
5211                 on IMAP if move+copy or multiple copy actions
5212                 are to be done, but handling it via the batch
5213                 would be really too convoluted.
5214
5215 2006-05-22 [wwp]        2.2.0cvs45
5216
5217         * manual/fr/advanced.xml
5218         * manual/fr/faq.xml
5219         * manual/fr/glossary.xml
5220         * manual/fr/handling.xml
5221         * manual/fr/intro.xml
5222         * manual/fr/plugins.xml
5223         * manual/fr/sylpheed-claws-manual.xml
5224                 sync w/ the english manual: updates URIs, documented mailing-list
5225                 support, better explanation about the enabled/disabled feature
5226                 in filtering/processing rules by Paul.
5227
5228 2006-05-21 [colin]      2.2.0cvs44
5229
5230         * src/summaryview.c
5231                 Don't expand after building threads, but during
5232
5233 2006-05-21 [colin]      2.2.0cvs43
5234
5235         * src/procmsg.c
5236         * src/summaryview.c
5237                 More timing possibilities... For next time I have 
5238                 to find out how the hell some 3GHz computer takes
5239                 one minute to open a 30k folder...
5240
5241 2006-05-21 [colin]      2.2.0cvs42
5242
5243         * manual/pl/advanced.xml
5244         * manual/pl/faq.xml
5245         * manual/pl/glossary.xml
5246         * manual/pl/handling.xml
5247         * manual/pl/intro.xml
5248         * manual/pl/plugins.xml
5249         * manual/pl/sylpheed-claws-manual.xml
5250                 Polish manual updated by Pawel
5251
5252 2006-05-20 [colin]
5253
5254         * 2.3.0-rc3 released
5255
5256 2006-05-20 [colin]      2.2.0cvs41
5257
5258         * src/imap.c
5259                 Fix -rc2 problems:
5260                 - remove cache of moved messages from original folder
5261                 - apply new flags to messages even if they aren't appliable
5262                   via IMAP.
5263
5264 2006-05-20 [colin]
5265
5266         * 2.3.0-rc2 released
5267
5268 2006-05-19 [colin]      2.2.0cvs40
5269
5270         * src/imap.c
5271                 Don't issue SELECT in imap_change_flags
5272                 before having checked that we indeed have
5273                 some flags to change. MSG_POSTFILTERED for
5274                 example can't be used on IMAP.
5275                 Fixes bug #955 (copying messages between 
5276                 imap folders is extremely slow), which was
5277                 a regression.
5278
5279 2006-05-19 [colin]      2.2.0cvs39
5280
5281         * src/folder.c
5282         * src/folder.h
5283         * src/folderview.c
5284                 Try to fix bug #830 (Some unread messages 
5285                 get marked read in IMAP inbox):
5286                 - Prevent scanning a folder if it's being 
5287                   opened via the GUI
5288                 - Postpone opening via the GUI of a folder
5289                   currently scanned.
5290
5291
5292 2006-05-19 [wwp]        2.2.0cvs38
5293
5294         * manual/advanced.xml
5295                 fix English+typo (thanks to Paul).
5296
5297 2006-05-19 [wwp]        2.2.0cvs37
5298
5299         * manual/advanced.xml
5300         * manual/fr/advanced.xml
5301         * src/gtk/logwindow.c
5302         * src/prefs_common.c
5303         * src/prefs_common.h
5304                 added hidden prefs to allow customization of colors used in
5305                 protocol log window (useful for dark gtk+ themes).
5306
5307 2006-05-19 [wwp]        2.2.0cvs36
5308
5309         * ChangeLog
5310                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5311
5312 2006-05-19 [paul]       2.2.0cvs35
5313
5314         * src/textview.c
5315                 make Reply-To fully clickable
5316         * src/gtk/logwindow.c
5317                 more colouring (SMTP ESMTP)
5318         Both patches by Pawel Pekala
5319
5320 2006-05-19 [cleroy]     2.2.0cvs34
5321
5322         * src/mh.c
5323                 Don't update flags from current folder
5324                 Probably fixes bug #935 (Read Messages 
5325                 Revert to Being Marked as Unread)
5326
5327 2006-05-18 [colin]      2.2.0cvs33
5328
5329         * src/imap.c
5330                 Warning fix
5331         * src/compose.c
5332         * src/mainwindow.c
5333         * src/summaryview.c
5334         * src/toolbar.c
5335                 Allow replying to multiple emails
5336                 in multiple windows
5337         * src/mimeview.c
5338         * src/etpan/imap-thread.c
5339                 Leak fixes
5340
5341 2006-05-18 [paul]       2.2.0cvs32
5342
5343         * src/summaryview.c
5344                 keep Mailing-List menu refreshed
5345                 Thanks to Colin
5346
5347 2006-05-18 [paul]       2.2.0cvs31
5348
5349         * manual/advanced.xml
5350         * manual/faq.xml
5351         * manual/glossary.xml
5352         * manual/handling.xml
5353         * manual/intro.xml
5354         * manual/plugins.xml
5355         * manual/sylpheed-claws-manual.xml
5356                 update URLs
5357                 add info about mailing-list support
5358                 edit filtering info
5359         * src/wizard.c
5360         * src/common/defs.h
5361         * src/gtk/about.c
5362         * src/plugins/dillo_viewer/README
5363                 update URLs
5364
5365 2006-05-17 [wwp]        2.2.0cvs30
5366
5367         * manual/handling.xml
5368         * manual/fr/handling.xml
5369                 documented the ability to enabled/disable filtering/processing rules.
5370
5371 2006-05-17 [colin]      2.2.0cvs29
5372
5373         * src/main.c
5374                 Don't initialize g_thread subsystem if it's 
5375                 already done (thanks to Hiro)
5376         * src/mimeview.c
5377                 Fix saving of parts when there name can't be
5378                 converted from UTF-8.
5379
5380 2006-05-17 [paul]       2.2.0cvs28
5381
5382         * po/Makefile.in.in
5383                 fix config.status warning with autoconf 2.60
5384
5385 2006-05-17 [paul]       2.2.0cvs27
5386
5387         * po/POTFILES.in
5388                 add src/mbox.c
5389
5390 2006-05-17 [wwp]        2.2.0cvs26
5391
5392         * src/mainwindow.c
5393                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5394
5395 2006-05-17 [wwp]        2.2.0cvs25
5396
5397         * src/plugins/demo/demo.c
5398                 updated product name in plugin demo (many plugins need to be
5399                 sync'ed w/ that change).
5400
5401 2006-05-17 [colin]      2.2.0cvs24
5402
5403         * src/mh.c
5404                 Fix leak
5405
5406 2006-05-16 [colin]      2.2.0cvs23
5407
5408         * src/mainwindow.c
5409                 Stupid me hit again. Fix cvs22.
5410
5411 2006-05-16 [colin]      2.2.0cvs22
5412
5413         * src/mainwindow.c
5414                 Fix bug #922 (sylpheed-claws crashed after 
5415                 pushing on Inbox folder)
5416
5417 2006-05-16 [colin]      2.2.0cvs21
5418
5419         * src/compose.c
5420                 Make From header be copy/paste/select-able
5421
5422 2006-05-16 [wwp]        2.2.0cvs20
5423
5424         * src/export.c
5425         * src/matcher.c
5426         * src/summaryview.c
5427         * src/etpan/imap-thread.c
5428                 fix some compiler warnings (thanks to Colin).
5429
5430 2006-05-16 [wwp]        2.2.0cvs19
5431
5432         * src/action.c
5433         * src/gedit-print.c
5434         * src/inc.c
5435         * src/mainwindow.c
5436         * src/mh.c
5437         * src/statusbar.c
5438         * src/send_message.c
5439         * src/summaryview.c
5440                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5441
5442 2006-05-15 [colin]      2.2.0cvs18
5443
5444         * src/procmsg.c
5445                 Fix automatic rule creation with List-Post
5446
5447 2006-05-15 [paul]       2.2.0cvs17
5448
5449         * tools/filter_conv_new.pl
5450                 updated for rule enabling/disabling
5451                 claws version >= 2.3.x required
5452
5453 2006-05-15 [cleroy]     2.2.0cvs16
5454
5455         * src/main.c
5456                 Revert test
5457
5458 2006-05-15 [cleroy]     2.2.0cvs15
5459
5460         * src/main.c
5461                 test
5462
5463 2006-05-15 [wwp]        2.2.0cvs14
5464
5465         * manual/pl/.cvsignore
5466                 ignore generated files.
5467
5468 2006-05-14 [wwp]        2.3.0-rc1
5469
5470         * 2.3.0-rc1 released
5471
5472 2006-05-13 [wwp]        2.2.0cvs13
5473
5474         * src/filtering.c
5475         * src/filtering.h
5476         * src/matcher.c
5477         * src/matcher_parser_lex.l
5478         * src/matcher_parser_parse.y
5479         * src/prefs_filtering.c
5480                 new feature: provide the ability to disable filtering and processing
5481                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
5482                 adaptations.
5483
5484 2006-05-13 [colin]      2.2.0cvs12
5485
5486         * src/compose.c
5487                 Remove useless if (a) b; else b;
5488                 Thanks to wwp
5489
5490 2006-05-13 [wwp]        2.2.0cvs11
5491
5492         * src/export.c
5493         * src/import.c
5494         * src/mainwindow.c
5495         * src/mbox.c
5496         * src/summaryview.c
5497         * src/summaryview.h
5498                 no more silent failures (or at least less ones) when importing
5499                 or exporting from/to mbox. Also start importing/exporting if
5500                 the necessary info is set.
5501
5502 2006-05-13 [wwp]        2.2.0cvs10
5503
5504         * RELEASE_NOTES
5505                 restored up-to-date release notes.
5506
5507 2006-05-13 [paul]       2.2.0cvs9
5508
5509         * po/nl.po
5510         * po/ru.po
5511                 updated by Tim Dijkstra and Pavlo Bohmat
5512
5513 2006-05-12 [colin]      2.2.0cvs8
5514
5515         * src/gtk/quicksearch.c
5516                 Add "k" as shortcut for "colorlabel". Patch
5517                 by ath42@users.sf.net.
5518
5519 2006-05-12 [paul]       2.2.0cvs7
5520
5521         * src/prefs_common.h
5522         * src/prefs_summaries.c
5523         * src/summaryview.c
5524                 when entering a folder also allow
5525                 going directly to first Marked message
5526
5527 2006-05-12 [paul]       2.2.0cvs6
5528
5529         * src/summaryview.c
5530                 always obey 'confirm before marking all
5531                 mails read' option
5532
5533 2006-05-12 [paul]       2.2.0cvs5
5534
5535         * src/textview.c
5536                 make Sender fully clickable
5537
5538 2006-05-12 [colin]      2.2.0cvs4
5539
5540         * src/compose.c
5541         * src/compose.h
5542                 Let From be editable
5543         * src/main.c
5544         * src/mh.c
5545                 Full support of .mh_sequences' Unseen seq
5546
5547 2006-05-12 [colin]      2.2.0cvs3
5548
5549         * src/folder.c
5550         * src/mainwindow.c
5551         * src/mainwindow.h
5552         * src/messageview.c
5553         * src/prefs_spelling.c
5554         * src/procheader.c
5555         * src/procmsg.c
5556         * src/procmsg.h
5557         * src/summaryview.c
5558         * src/toolbar.c
5559         * src/toolbar.h
5560                 Add contextual menu on Compose toolbar
5561                 button. Fixes bug #944 (Automatic
5562                 addresses not applied when changing account
5563                 from compose window)
5564                 add Mailing List support
5565                 based on the old 0.6.5claws25 patch by
5566                 Melvin Hadasht, with finishing touches
5567                 by Colin
5568                 Fix "ignore thread" when mails are threaded by
5569                 subject (and weren't ignored although appearing
5570                 in the thread).
5571                 GUI rework.
5572                 Both patches by Pawel.
5573
5574 2006-05-08 [paul]       2.2.0cvs2
5575
5576         * src/mainwindow.c
5577         * src/mainwindow.h
5578         * src/messageview.c
5579         * src/procheader.c
5580         * src/procmsg.c
5581         * src/procmsg.h
5582         * src/summaryview.c
5583                 add Mailing List support
5584                 based on the old 0.6.5claws25 patch by 
5585                 Melvin Hadasht, with finishing touches
5586                 by Colin
5587
5588 2006-05-08 [colin]      2.2.0cvs1
5589
5590         * src/mainwindow.c
5591         * src/toolbar.c
5592         * src/toolbar.h
5593                 Add contextual menu on Compose toolbar 
5594                 button. Fixes bug #944 (Automatic 
5595                 addresses not applied when changing account 
5596                 from compose window)
5597
5598 2006-05-08 [paul]       2.2.0
5599
5600         2.2.0 released
5601
5602 2006-05-08 [paul]       2.1.1cvs51
5603
5604         * po/cs.po
5605         * po/de.po
5606         * po/en_GB.po
5607         * po/fi.po
5608         * po/fr.po
5609         * po/pt_BR.po
5610         * po/sr.po
5611         * po/zh_CN.po
5612                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5613                 Fabien Vantard, Frederico Goncalves Guimaraes,
5614                 Aleksandar Urosevic, and Ralgh Young
5615
5616 2006-05-12 [colin]      2.1.1cvs50
5617
5618         * po/cs.po
5619         * po/de.po
5620         * po/en_GB.po
5621         * po/es.po
5622         * po/fi.po
5623         * po/fr.po
5624         * po/pt_BR.po
5625         * po/sr.po
5626         * po/zh_CN.po
5627                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5628                 Fabien Vantard, Frederico Goncalves Guimaraes,
5629                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
5630
5631 2006-05-05 [colin]      2.1.1cvs49
5632
5633         * manual/Makefile.am
5634         * manual/pl/Makefile.am
5635         * manual/pl/account.xml
5636         * manual/pl/ack.xml
5637         * manual/pl/addrbook.xml
5638         * manual/pl/advanced.xml
5639         * manual/pl/faq.xml
5640         * manual/pl/glossary.xml
5641         * manual/pl/gpl.xml
5642         * manual/pl/handling.xml
5643         * manual/pl/intro.xml
5644         * manual/pl/keyboard.xml
5645         * manual/pl/plugins.xml
5646         * manual/pl/starting.xml
5647         * manual/pl/sylpheed-claws-manual.xml
5648         * manual/pl/dist/.cvsignore
5649         * manual/pl/dist/Makefile.am
5650         * manual/pl/dist/html/.cvsignore
5651         * manual/pl/dist/html/Makefile.am
5652         * manual/pl/dist/pdf/.cvsignore
5653         * manual/pl/dist/pdf/Makefile.am
5654         * manual/pl/dist/ps/.cvsignore
5655         * manual/pl/dist/ps/Makefile.am
5656         * manual/pl/dist/txt/.cvsignore
5657         * manual/pl/dist/txt/Makefile.am
5658                 Add the polish translation of the manual,
5659                 Authored by Pawel Pekala.
5660
5661 2006-05-05 [cleroy]     2.1.1cvs48
5662
5663         * src/main.c
5664                 Re-read matcherrc after loading plugins 
5665                 if some of them add folders.
5666
5667 2006-05-03 [colin]      2.1.1cvs47
5668
5669         * src/imap.c
5670                 I'm idiot
5671
5672 2006-05-03 [colin]      2.1.1cvs46
5673
5674         * src/imap.c
5675                 Be sure to have a session when
5676                 getting separator
5677
5678 2006-05-03 [colin]      2.1.1cvs45
5679
5680         * src/imap.c
5681         * src/imap.h
5682         * src/imap_gtk.c
5683                 Fix preventing renaming with namespace 
5684                 separator.
5685
5686 2006-05-01 [colin]      2.1.1cvs44
5687
5688         * src/action.c
5689                 Don't reload messageview when result of
5690                 action is piped.
5691
5692 2006-04-29 [colin]      2.1.1cvs43
5693
5694         * src/prefs_receive.c
5695         * src/plugins/spamassassin/spamassassin_gtk.c
5696         * src/plugins/clamav/clamav_plugin_gtk.c
5697                 GUI fixes by Pawel
5698
5699 2006-04-29 [colin]      2.1.1cvs42
5700
5701         * src/prefs_compose_writing.c
5702         * src/prefs_quote.c
5703                 Cleanups. Patch by Pawel
5704
5705 2006-04-28 [paul]       2.1.1cvs41
5706
5707         * src/matcher.c
5708                 fix returned quick search results when search
5709                 term contains an underscore.
5710                 Thanks to Colin
5711
5712 2006-04-28 [paul]       2.1.1cvs40
5713
5714         * src/prefs_message.c
5715         * src/prefs_receive.c
5716                 GUI cleanups
5717                 Patches by Pawel Pekala
5718
5719 2006-04-27 [colin]      2.1.1cvs39
5720
5721         * src/wizard.c
5722                 Differentiate subject Welcome from
5723                 window's title Welcome
5724
5725 2006-04-27 [paul]
5726
5727         2.2.0-rc1 released
5728
5729 2006-04-27 [paul]       2.1.1cvs38
5730
5731         * manual/advanced.xml
5732         * manual/fr/advanced.xml
5733                 add info about compose_no_markup hidden pref
5734
5735 2006-04-27 [paul]       2.1.1cvs37
5736
5737         * src/prefs_account.c
5738                 improve privacy labels
5739         * src/prefs_msg_colors.c
5740                 change some strings for translators' convenience
5741         * src/gtk/gtkutils.c
5742                 don't underline the link button text
5743
5744 2006-04-25 [colin]      2.1.1cvs36
5745
5746         * src/folder.c
5747                 Complete 2.1.1cvs33 (once more ;)
5748
5749 2006-04-25 [colin]      2.1.1cvs35
5750
5751         * src/editldap.c
5752                 Fix tooltip
5753
5754 2006-04-25 [cleroy]     2.1.1cvs34
5755
5756         * src/compose.c
5757         * src/gtk/gtkaspell.c
5758                 Fix crash on redirect (related to the return 
5759                 of the aspell menu in compose's toolbar)
5760         * src/prefs_msg_colors.c
5761                 Fix sensitivity widgets
5762         * src/image_viewer.c
5763         * src/gtk/pluginwindow.c
5764         * src/gtk/prefswindow.c
5765                 Change released signals to clicked (Fabien)
5766         * po/POTFILES.in
5767         * src/common/socket.c
5768         * src/plugins/spamassassin/spamassassin.c
5769                 Translate strings (Fabien)
5770
5771 2006-04-25 [paul]       2.1.1cvs33
5772
5773         * src/folder.c
5774         * src/folder.h
5775         * src/folderview.c
5776                 complete the fix of bug #912
5777                 Thanks to Colin
5778
5779 2006-04-25 [colin]      2.1.1cvs32
5780
5781         * src/news.c
5782                 Better progress bar
5783         * src/mimeview.c
5784         * src/summaryview.c
5785         * src/summaryview.h
5786                 Fix focus chain
5787                 Patches by Pawel Pekala
5788
5789 2006-04-24 [colin]      2.1.1cvs31
5790
5791         * src/compose.c
5792                 Fix compilation warnings (Fabien)
5793
5794 2006-04-24 [colin]      2.1.1cvs30
5795
5796         * src/addrindex.c
5797         * src/editldap.c
5798         * src/editldap_basedn.c
5799         * src/editldap_basedn.h
5800         * src/ldapctrl.c
5801         * src/ldapctrl.h
5802         * src/ldapquery.c
5803         * src/ldaputil.c
5804         * src/ldaputil.h
5805                 Fix bug #901 (LDAPS support)
5806
5807 2006-04-24 [colin]      2.1.1cvs29
5808
5809         * src/compose.c
5810                 Fix logic on error with send dialog on
5811         * src/imap.c
5812                 Fix compilation without libetpan, thanks
5813                 to Fabien
5814         * src/summaryview.c
5815                 Fix 'context-menu' key
5816
5817 2006-04-23 [colin]      2.1.1cvs28
5818
5819         * src/folder.c
5820                 Never free current's cache to free up 
5821                 memory. Fixes bug #912 (new count 
5822                 randomly set to message count)
5823
5824 2006-04-23 [colin]      2.1.1cvs27
5825
5826         * src/gtk/quicksearch.c
5827                 And remove printf...
5828
5829 2006-04-23 [colin]      2.1.1cvs26
5830
5831         * src/gtk/quicksearch.c
5832                 Fix replacing in quicksearch, and fix inserting
5833                 in the middle of the string. (introduced at 2.1.0cvs22)
5834
5835 2006-04-23 [colin]      2.1.1cvs25
5836
5837         * src/imap.c
5838                 Make sure uidnext is initialized in get_num_list
5839                 (not for stable, related to 2.1.1cvs8 and friends)
5840
5841 2006-04-23 [colin]      2.1.1cvs24
5842
5843         * src/imap.c
5844                 Output something when login is successful
5845                 too
5846
5847 2006-04-23 [colin]      2.1.1cvs23
5848
5849         * src/etpan/imap-thread.c
5850                 Better logging (line-per-line, hide data in fetch)
5851                 Fix a const warning
5852         * src/gtk/logwindow.c
5853         * src/gtk/logwindow.h
5854                 Better logging (color for input/output)
5855
5856 2006-04-21 [colin]      2.1.1cvs22
5857
5858         * src/gtk/quicksearch.c
5859                 On gtk+-2.8, use stock buttons in quicksearch
5860                 Based on a patch by Fabien and a design by Paul
5861
5862 2006-04-21 [colin]      2.1.1cvs21
5863
5864         * src/folderview.c
5865         * src/mainwindow.c
5866                 Fix occasional flicker in folderview
5867         * src/common/utils.c
5868                 Fix bug #943 (Incorrectly parsed email address 
5869                 list in short headers on message view and in 
5870                 printouts)
5871
5872 2006-04-20 [colin]      2.1.1cvs20
5873
5874         * src/imap.c
5875         * src/imap.h
5876         * src/prefs_account.c
5877                 Add ANONYMOUS auth for IMAP
5878
5879 2006-04-20 [paul]       2.1.1cvs19
5880
5881         * src/main.c
5882                 proper fix for 2.1.1cvs18
5883                 Thanks to Colin
5884
5885 2006-04-20 [paul]       2.1.1cvs18
5886
5887         * src/main.c
5888                 fix build warnings
5889
5890 2006-04-20 [paul]       2.1.1cvs17
5891
5892         * src/gtk/quicksearch.c
5893                 fix standard, non-extended Quick search,
5894                 was broken in 2.1.1cvs15.
5895                 Thanks to Colin.
5896
5897 2006-04-20 [colin]      2.1.1cvs16
5898
5899         * src/prefs_matcher.c
5900                 Fix values when reselecting a ~test
5901                 rule
5902
5903 2006-04-19 [colin]      2.1.1cvs15
5904
5905         * src/compose.c
5906         * src/compose.h
5907         * src/gtk/gtkaspell.c
5908         * src/gtk/gtkaspell.h
5909                 Put back Options menu in Spelling/
5910         * src/gtk/quicksearch.c
5911                 Don't search, and show error, if the
5912                 advanced search has a syntax error
5913
5914 2006-04-18 [colin]      2.1.1cvs14
5915
5916         * src/textview.c
5917                 Fix gdk warnings on set_cursor when textview
5918                 isn't visible
5919
5920 2006-04-18 [colin]      2.1.1cvs13
5921
5922         * src/gtk/gtksctree.c
5923                 Remove seemingly useless refresh that causes
5924                 flicker - watch this commit in case of 
5925                 problems before planned backport to stable
5926
5927 2006-04-18 [colin]      2.1.1cvs12
5928
5929         * src/imap.c
5930                 Factorize get/set_xml code
5931         * src/compose.c
5932         * src/prefs_account.c
5933         * src/prefs_account.h
5934         * src/procmsg.c
5935                 Add Encrypt to self option
5936
5937 2006-04-17 [colin]      2.1.1cvs11
5938
5939         * configure.ac
5940                 Fix search on encrpyt function on dragonfly
5941                 Patch by Jonathan Buschmann <jonthn@agmact.com>
5942
5943 2006-04-17 [colin]      2.1.1cvs10
5944
5945         * src/prefs_account.c
5946                 Be safe by default: remove mails from POP3
5947                 after 7 days, not immediately
5948
5949 2006-04-17 [colin]      2.1.1cvs9
5950
5951         * src/etpan/imap-thread.c
5952                 Fix build on DragonFly - patch by 
5953                 Jonathan Buschmann <jonthn@agmact.com>
5954
5955 2006-04-17 [colin]      2.1.1cvs8
5956
5957         * src/imap.c
5958                 Save uidnext between sessions
5959
5960 2006-04-17 [colin]      2.1.1cvs7
5961
5962         * src/imap.c
5963                 scan is required when uid validity changes
5964
5965 2006-04-17 [colin]      2.1.1cvs6
5966
5967         * src/folderview.c
5968                 Don't scan if not necessary, apart in current
5969                 folder and INBOX to fetch flags.
5970         * src/imap.c
5971                 Scan is necessary if unread count changes
5972
5973 2006-04-17 [colin]      2.1.1cvs5
5974
5975         * src/imap.c
5976                 ...But always fetch ANSWERED and DELETED flags for
5977                 INBOX, as filtering can happen on these flags.
5978
5979 2006-04-17 [colin]      2.1.1cvs4
5980
5981         * src/imap.c
5982                 Don't fetch REPLIED and DELETED flags when synchronising
5983                 flags with a closed folder. We only need UNSEEN and FLAGGED
5984                 to update the folderview.
5985
5986 2006-04-17 [colin]      2.1.1cvs3
5987
5988         * src/imap.c
5989                 Faster flag search when there are new mails 
5990                 in a folder. We can do a full search if the 
5991                 folder contains less messages than the new
5992                 list.
5993
5994 2006-04-17 [colin]      2.1.1cvs2
5995
5996         * po/cs.po
5997         * po/de.po
5998         * po/fr.po
5999         * po/nl.po
6000         * po/pt_BR.po
6001                 Update translations from stable branch
6002
6003 2006-04-17 [colin]      2.1.1cvs1
6004
6005         * configure.ac
6006                 Bump version to follow stable release
6007
6008 2006-04-16 [mones]      2.1.0cvs50
6009
6010         * po/es.po
6011                 Updated for release
6012
6013 2006-04-16 [colin]      2.1.0cvs49
6014
6015         * src/textview.c
6016                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6017                 with gtk < 2.8. Thanks to Fabien Vantard.
6018
6019 2006-04-15 [colin]      2.1.0cvs48
6020
6021         * src/etpan/imap-thread.c
6022                 Fix bug #919 (libetpan: SEGV when connecting 
6023                 using command)
6024
6025 2006-04-14 [colin]      2.1.0cvs47
6026
6027         * src/main.c
6028                 Fix race on --select (should be done better)
6029
6030 2006-04-14 [wwp]        2.1.0cvs46
6031
6032         * src/send_message.c
6033                 enforce a check for domain in account prefs (a sending
6034                 error could be faced if domain was checked but no value set),
6035                 thanks to Colin.
6036
6037 2006-04-14 [colin]      2.1.0cvs45
6038
6039         * src/codeconv.c
6040                 when converting from unknown to unknown, if the
6041                 string is UTF8, don't convert it to the locale
6042                 (which breaks it)
6043
6044 2006-04-14 [colin]      2.1.0cvs44
6045
6046         * src/compose.c
6047                 Don't try to use ASCII for converting headers
6048                 (as done in body)
6049
6050 2006-04-14 [paul]       2.1.0cvs43
6051
6052         * src/crash.c
6053                 add locale/charset info to crash report
6054         * src/gtk/about.c
6055                 add wwp to doc team
6056                 replace 'e-mail' with preferred 'email'
6057         * src/gtk/authors.h
6058                 ensure contributors list is in alphabetical
6059                 order
6060
6061 2006-04-13 [colin]      2.1.0cvs42
6062
6063         * src/textview.c
6064                 Prevent gdk warnings
6065
6066 2006-04-13 [colin]      2.1.0cvs41
6067
6068         * src/common/ssl_certificate.c
6069         * src/common/ssl_certificate.h
6070         * src/gtk/sslcertwindow.c
6071                 Warn on expired certs, and display the expiration date
6072
6073 2006-04-13 [colin]      2.1.0cvs40
6074
6075         * src/plugins/spamassassin/spamassassin_gtk.c
6076                 Fix missing set_text on unix socket
6077
6078 2006-04-13 [wwp]        2.1.0cvs39
6079
6080         * manual/fr/advanced.xml
6081         * manual/fr/glossary.xml
6082                 applied new spam/ham/email lexicon (pourriel, courriel)
6083
6084 2006-04-13 [paul]       2.1.0cvs38
6085
6086         * src/plugins/pgpmime/plugin.c
6087                 remove the mention of S/MIME from the
6088                 description. This is now handled by the
6089                 S/MIME plugin.
6090
6091 2006-04-13 [paul]       2.1.0cvs37
6092
6093         * src/prefs_msg_colors.c
6094                 rework dialog
6095         * src/prefs_folder_item.c
6096         * src/prefs_spelling.c
6097                 add a tooltip to the colour selector buttons
6098
6099 2006-04-13 [wwp]        2.1.0cvs36
6100
6101         * manual/advanced.xml
6102         * manual/glossary.xml
6103         * manual/handling.xml
6104         * manual/keyboard.xml
6105         * manual/plugins.xml
6106         * manual/starting.xml
6107         * manual/fr/account.xml
6108         * manual/fr/ack.xml
6109         * manual/fr/addrbook.xml
6110         * manual/fr/advanced.xml
6111         * manual/fr/faq.xml
6112         * manual/fr/glossary.xml
6113         * manual/fr/gpl.xml
6114         * manual/fr/handling.xml
6115         * manual/fr/intro.xml
6116         * manual/fr/keyboard.xml
6117         * manual/fr/plugins.xml
6118         * manual/fr/starting.xml
6119         * manual/fr/sylpheed-claws-manual.xml
6120                 fixes to the manuals:
6121                  - summaryview -> Message List (same in French)
6122                  - translate key names
6123                  - fix French punctuation, use non-breakable spaces when
6124                    necessary, don't use &thinsp; which is not portable
6125                  - tell what maildir and mbox formats we support
6126
6127 2006-04-12 [wwp]        2.1.0cvs35
6128
6129         * src/prefs_toolbar.c
6130                 unified a replace button more,
6131                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6132
6133 2006-04-12 [wwp]        2.1.0cvs34
6134
6135         * src/prefs_common.c
6136         * src/prefs_msg_colors.c
6137                 make default color labels translatable,
6138                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6139                 thanks to Tim <timbrain@post.cz> for reporting.
6140
6141 2006-04-12 [wwp]        2.1.0cvs33
6142
6143         * manual/glossary.xml
6144         * manual/intro.xml
6145         * manual/plugins.xml
6146         * manual/starting.xml
6147         * manual/sylpheed-claws-manual.xml
6148         * manual/fr/.cvsignore
6149         * manual/fr/account.xml
6150         * manual/fr/ack.xml
6151         * manual/fr/addrbook.xml
6152         * manual/fr/advanced.xml
6153         * manual/fr/faq.xml
6154         * manual/fr/glossary.xml
6155         * manual/fr/handling.xml
6156         * manual/fr/intro.xml
6157         * manual/fr/keyboard.xml
6158         * manual/fr/plugins.xml
6159         * manual/fr/starting.xml
6160         * manual/fr/sylpheed-claws-manual.xml
6161                 various fixes: typos, missing .fr translations, punctuation,
6162                 capitalization, links, accents and some bad French more.
6163
6164 2006-04-12 [wwp]        2.1.0cvs32
6165
6166         * src/prefs_gtk.c
6167                 fix for bug #935: always store prefs files in UTF-8 (thanks
6168                 to Colin).
6169
6170 2006-04-11 [colin]      2.1.0cvs31
6171
6172         * src/compose.c
6173                 Fix inserting files not in utf8 when locale is utf8
6174
6175 2006-04-11 [colin]      2.1.0cvs30
6176
6177         * src/inc.c
6178                 Don't show error dialog when cancelling connection
6179                 Patch by Pawel
6180
6181 2006-04-11 [cleroy]     2.1.0cvs29
6182
6183         * src/compose.c
6184                 Implement multiple quote levels
6185         * src/prefs_common.c
6186                 Change a little bit the quote bgcolor for 2nd level
6187
6188 2006-04-11 [colin]      2.1.0cvs28
6189
6190         * src/gtk/about.c
6191                 Add locale and charset in the label
6192
6193 2006-04-10 [colin]      2.1.0cvs27
6194
6195         * src/compose.c
6196         * src/prefs_common.c
6197         * src/prefs_common.h
6198         * src/prefs_msg_colors.c
6199         * src/textview.c
6200                 Allow optional background color in quotes
6201                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6202                 GTK+-2.8.x feature
6203
6204 2006-04-10 [colin]      2.1.0cvs26
6205
6206         * src/main.c
6207         * src/mainwindow.c
6208         * src/mainwindow.h
6209                 Implement --select
6210
6211 2006-04-10 [colin]      2.1.0cvs25
6212
6213         * manual/plugins.xml
6214         * manual/fr/plugins.xml
6215                 Document libcurl's proxy variables
6216
6217 2006-04-09 [colin]      2.1.0cvs24
6218
6219         * src/prefs_common.c
6220                 gettext() returns statically allocated stuff. We have
6221                 to strdup it in order to be able to free it.
6222
6223 2006-04-09 [colin]      2.1.0cvs23
6224
6225         * AUTHORS
6226         * src/gtk/authors.h
6227                 Add Alexei
6228
6229 2006-04-09 [colin]      2.1.0cvs22
6230
6231         * src/mainwindow.c
6232         * src/gtk/quicksearch.c
6233                 Fix bug #859 (problems with cyrilic input in 
6234                 search panel) - Patch by Alexey Illarionov 
6235                 <littlesavage@rambler.ru>
6236
6237 2006-04-09 [colin]      2.1.0cvs21
6238
6239         * src/prefs_customheader.c
6240                 I prefer removing then freeing rather than the contrary
6241                 (even if it doesn't change anything ;-)
6242         * src/prefs_account.c
6243                 Fix bug #933 (Crash re-entering the custom headers list 
6244                 dialog in accounts prefs)
6245                 The problem happened when cancelling the Account 
6246                 Preferences' dialogs - in which case we didn't do 
6247                 anything to the PrefsAccount * struct. In case of applying,
6248                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6249                 working with in this dialog. The problem is that 
6250                 prefs_customheader.c, working on this tmp_ac_prefs, always
6251                 changes the ->customhdr_list pointer, even when cancelled. 
6252                 So in case of cancelling the prefs_account dialog, we still
6253                 have to update ->customhdr_list in the real account.
6254
6255 2006-04-08 [colin]      2.1.0cvs20
6256
6257         * manual/fr/glossary.xml
6258         * manual/fr/keyboard.xml
6259                 Forgot some headers :)
6260
6261 2006-04-08 [colin]      2.1.0cvs19
6262
6263         * manual/Makefile.am
6264         * manual/fr/Makefile.am
6265         * manual/fr/account.xml
6266         * manual/fr/ack.xml
6267         * manual/fr/addrbook.xml
6268         * manual/fr/advanced.xml
6269         * manual/fr/faq.xml
6270         * manual/fr/glossary.xml
6271         * manual/fr/gpl.xml
6272         * manual/fr/handling.xml
6273         * manual/fr/intro.xml
6274         * manual/fr/keyboard.xml
6275         * manual/fr/plugins.xml
6276         * manual/fr/starting.xml
6277         * manual/fr/sylpheed-claws-manual.xml
6278         * manual/fr/dist/.cvsignore
6279         * manual/fr/dist/Makefile.am
6280         * manual/fr/dist/html/.cvsignore
6281         * manual/fr/dist/html/Makefile.am
6282         * manual/fr/dist/pdf/.cvsignore
6283         * manual/fr/dist/pdf/Makefile.am
6284         * manual/fr/dist/ps/.cvsignore
6285         * manual/fr/dist/ps/Makefile.am
6286         * manual/fr/dist/txt/.cvsignore
6287         * manual/fr/dist/txt/Makefile.am
6288                 Add the french translation of the manual. Thanks to
6289                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6290                 account.xml, ack.xml, addrbook.xml and advanced.xml
6291
6292 2006-04-08 [colin]      2.1.0cvs18
6293
6294         * manual/plugins.xml
6295         * manual/starting.xml
6296                 More fixes
6297
6298 2006-04-07 [colin]      2.1.0cvs17
6299
6300         * manual/faq.xml
6301         * manual/intro.xml
6302         * manual/keyboard.xml
6303                 Little fixes
6304
6305 2006-04-07 [colin]      2.1.0cvs16
6306
6307         * README
6308         * src/compose.c
6309         * src/prefs_common.c
6310         * src/prefs_common.h
6311                 Add hidden compose_no_markup pref
6312
6313 2006-04-07 [wwp]        2.1.0cvs15
6314
6315         * src/summary_search.c
6316         * .cvsignore
6317                 Bugfix: stop button was sticky when searching in an empty folder.
6318                 Applied curly brackets code style to the whole file (summary_search.c).
6319                 More files to ignore.
6320
6321 2006-04-07 [wwp]        2.1.0cvs14
6322
6323         * src/message_search.c
6324         * src/summary_search.c
6325                 changed default button when search bumps at file/folder
6326                 beginning or end, for convenience (thanks to Colin).
6327
6328 2006-04-07 [paul]       2.1.0cvs13
6329
6330         * src/plugins/dillo_viewer/dillo_prefs.c
6331                 avoid future potential for namespace collision
6332                 Patch by Colin
6333
6334 2006-04-06 [wwp]        2.1.0cvs12
6335
6336         * src/summary_search.c
6337                 Unify extended/advanced searches names (and thus factorize labels),
6338                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6339
6340 2006-04-06 [wwp]        2.1.0cvs11
6341
6342         * src/folderview.c
6343         * src/prefs_themes.c
6344         * src/summaryview.c
6345                 Fixed some compilation warnings.
6346
6347 2006-04-06 [colin]      2.1.0cvs10
6348
6349         * manual/advanced.xml
6350                 Document the wizard template and how to deploy
6351                 Sylpheed-Claws effectively
6352
6353 2006-04-06 [colin]      2.1.0cvs9
6354
6355         * src/folderview.c
6356                 gettext patch to tell translators about _("#"),
6357                 by Maxim Britov
6358
6359 2006-04-06 [colin]      2.1.0cvs8
6360
6361         * src/textview.c
6362                 Fix invalid GtkTextBIter after clicking "Display as text"
6363
6364 2006-04-06 [mones]      2.1.0cvs7
6365
6366         * src/addr_compl.c
6367         * src/addrindex.c
6368         * src/addritem.c
6369         * src/codeconv.c
6370         * src/compose.c
6371         * src/filtering.c
6372         * src/folder.c
6373         * src/folder_item_prefs.c
6374         * src/folderview.c
6375         * src/localfolder.c
6376         * src/matcher.c
6377         * src/mimeview.c
6378         * src/prefs_msg_colors.c
6379         * src/prefs_spelling.c
6380         * src/prefs_themes.c
6381         * src/procmime.c
6382         * src/procmsg.c
6383         * src/stock_pixmap.c
6384         * src/summaryview.c
6385         * src/textview.c
6386         * src/toolbar.c
6387         * src/common/mgutils.c
6388         * src/common/prefs.c
6389         * src/common/ssl_certificate.c
6390         * src/gtk/colorlabel.c
6391         * src/gtk/quicksearch.c
6392         * src/plugins/pgpmime/pgpmime.c
6393         * src/plugins/spamassassin/spamassassin.c
6394                 Removed redundant NULL checks for g_free() calls.
6395                 Patch by Pawel Pekala.
6396
6397 2006-04-06 [mones]      2.1.0cvs6
6398
6399         * src/prefs_actions.c
6400         * src/prefs_filtering.c
6401         * src/prefs_filtering_action.c
6402         * src/prefs_matcher.c
6403         * src/prefs_template.c
6404         * src/gtk/gtkutils.c
6405         * src/gtk/gtkutils.h
6406                 Have a nice replace button. Patch by Pawel Pekala
6407
6408 2006-04-06 [colin]      2.1.0cvs5
6409
6410         * src/addressbook.c
6411                 Fix crash with empty columns
6412
6413 2006-04-05 [colin]      2.1.0cvs4
6414
6415         * src/wizard.c
6416         * src/prefs_gtk.c
6417                 Allow wizard customization with pre-filled values
6418
6419 2006-04-05 [colin]      2.1.0cvs3
6420
6421         * src/textview.c
6422         * src/mimeview.c
6423         * src/mimeview.h
6424                 Nicer messages in mimeview
6425
6426 2006-04-05 [colin]      2.1.0cvs2
6427
6428         * src/addressbook.c
6429         * src/prefs_summaries.c
6430                 i18n fix
6431
6432 2006-04-05 [colin]      2.1.0cvs1
6433
6434         * src/plugins/pgpcore/plugin.c
6435         * src/plugins/pgpcore/select-keys.c
6436         * src/plugins/pgpcore/select-keys.h
6437         * src/plugins/pgpcore/sgpgme.c
6438         * src/plugins/pgpcore/sgpgme.h
6439         * src/plugins/pgpinline/pgpinline.c
6440         * src/plugins/pgpinline/plugin.c
6441         * src/plugins/pgpmime/pgpmime.c
6442         * src/plugins/pgpmime/plugin.c
6443                 Factorize and generalize a bit 
6444                 Drop S/MIME signature verification from PGP/MIME
6445                 (adding it as another, more complete plugin)
6446
6447 2006-04-05 [paul]       2.1.0
6448
6449         2.1.0 released
6450
6451 2006-04-05 [paul]       2.0.0cvs186
6452
6453         * manual/advanced.xml
6454                 add info on colour labels
6455
6456 2006-04-05 [paul]       2.0.0cvs185
6457
6458         * po/bg.po
6459         * po/cs.po
6460         * po/de.po
6461         * po/el.po
6462         * po/en_GB.po
6463         * po/fi.po
6464         * po/fr.po
6465         * po/it.po
6466         * po/nl.po
6467         * po/pl.po
6468         * po/pt_BR.po
6469         * po/sr.po
6470         * po/zh_CN.po
6471                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6472                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6473                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6474                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6475         * src/gtk/authors.h
6476         * tools/claws.i18n.status.pl
6477                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
6478                 and new Czech translator, Tim <timbrain@post.cz>
6479
6480 2006-04-05 [mones]      2.0.0cvs184
6481
6482         * po/es.po
6483                 Updated translation
6484
6485 2006-04-05 [colin]      2.0.0cvs183
6486
6487         * src/gtk/quicksearch.c
6488                 Fix bug #929 (unnecessary reload in quick search bar)
6489
6490 2006-04-05 [colin]      2.0.0cvs182
6491
6492         * src/compose.c
6493                 Fix crash on Reply with no From:
6494                 Show signature and conversion error on queuing 
6495                 (but not sending)
6496         * src/mainwindow.c
6497         * src/summaryview.c
6498         * src/summaryview.h
6499                 Factorize threading code and make sure msginfo 
6500                 is not null when it comes from a GtkCTreeRow's 
6501                 data
6502         * src/gtk/gtkaspell.c
6503                 Check for necessary things
6504         * src/gtk/gtksctree.c
6505         * src/gtk/gtksctree.h
6506                 Reset anchor if necessary when removing node
6507
6508 2006-03-29 [colin]      2.0.0cvs181
6509
6510         * src/folderview.c
6511                 Warn for disabled IMAP accounts (due to lack of
6512                 libetpan). Breaks string-freeze - sorry - but it
6513                 is kind of important ;)
6514
6515 2006-03-28 [colin]      2.0.0cvs180
6516
6517         * src/gtk/gtkutils.c
6518         * src/gtk/gtkutils.h
6519                 Add a gtkut_get_link_btn() function that
6520                 creates a button which acts like an URI
6521         * src/prefs_themes.c
6522         * src/gtk/about.c
6523                 Use this function (factorizes codes)
6524         * src/common/defs.h
6525         * src/gtk/pluginwindow.c
6526                 Add a "Get more..." in the plugins window
6527
6528 2006-03-28 [colin]      2.0.0cvs179
6529
6530         * src/common/smtp.c
6531         * src/common/passcrypt.c
6532         * src/undo.c
6533                 Warning fixes. Patch by Pawel Pekala
6534
6535 2006-03-27 [colin]      2.0.0cvs178
6536
6537         * src/undo.c
6538                 Fix undoing by blocks with spaces
6539
6540 2006-03-27 [colin]      2.0.0cvs177
6541
6542         * src/textview.c
6543                 Set margin to 3px for headers
6544
6545 2006-03-27 [paul]
6546
6547         2.1.0-rc2 released
6548
6549 2006-03-27 [wwp]        2.0.0cvs176
6550
6551         * src/summaryview.c
6552                 don't reset quicksearch when updating the message list.
6553                 Thanks to Colin.
6554
6555 2006-03-26 [wwp]        2.0.0cvs175
6556
6557         * src/compose.c
6558                 use a unified border width ('other' tab in the compose window,
6559                 patch by Pawel Pekala).
6560
6561
6562 2006-03-26 [wwp]        2.0.0cvs174
6563
6564         * src/common/quoted-printable.c
6565         * src/addressbook.c
6566                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
6567
6568 2006-03-26 [colin]      2.0.0cvs173
6569
6570         * src/quote_fmt_parse.y
6571                 Fix non-UTF8 date formats messing up the whole quote a 
6572                 little bit
6573
6574 2006-03-26 [colin]      2.0.0cvs172
6575
6576         * src/procheader.c
6577                 Make sure the date is UTF8 valid, or try to make it
6578                 so. IncrediMail is really IncrediStupid.
6579         * src/compose.c
6580                 Fix possible conversions. 
6581                 
6582
6583 2006-03-26 [colin]      2.0.0cvs171
6584
6585         * src/matcher.c
6586                 Fix corner cases in body search. This is still a
6587                 hack... It seems impossible to make it good and 
6588                 reasonably fast at the same time.
6589
6590 2006-03-26 [colin]      2.0.0cvs170
6591
6592         * src/summaryview.c
6593                 I think I killed the twilight zone bug!
6594                 summary_select_node() flushes GTK events in order
6595                 to be able to center the view. But this also 
6596                 flushes keypresses like Ctrl-Alt-U, so this can
6597                 call summary_show from summary_select_node (itself
6598                 called from summary_show, etc.). And the summaryview
6599                 has to be unlocked in this function. So just locking
6600                 while processing GTK events, and bailing if locked, 
6601                 should fix it.
6602                 Fixes bug #927 (SIGSEGV during Update Summary)
6603
6604 2006-03-25 [colin]      2.0.0cvs169
6605
6606         * src/matcher.c
6607                 Fix search in QP-encoded bodies
6608                 Fix utf-8 searches in bodies encoded in the
6609                 locale's encoding
6610         * src/common/quoted-printable.c
6611         * src/common/quoted-printable.h
6612                 Add a decode function that doesn't overwrite
6613                 the original pointer
6614                 
6615
6616 2006-03-24 [colin]      2.0.0cvs168
6617
6618         * src/action.c
6619         * src/summaryview.c
6620         * src/summaryview.h
6621                 Update message cache after action
6622                 Patch by H. Merijn Brand
6623         * src/prefs_msg_colors.c
6624                 Factorize label 
6625                 Patch by Fabien Vantard
6626         * src/plugins/spamassassin/spamassassin_gtk.c
6627                 Remove useless translation
6628                 Patch by Fabien Vantard
6629
6630 2006-03-23 [colin]      2.0.0cvs167
6631
6632         * src/common/ssl.c
6633                 Let 30 seconds to SSL_connect
6634
6635 2006-03-23 [wwp]        2.0.0cvs166
6636
6637         * src/summaryview.c
6638         * src/gtk/description_window.c
6639                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
6640                 and headers are translated; adjust description windows' width to fit their
6641                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
6642
6643 2006-03-23 [paul]       2.0.0cvs165
6644
6645         * src/common/utils.c
6646                 fix highlighting of URIs containing "()"
6647                 (2.0.0cvs164's reversal fixed)
6648                 Thanks to Colin.
6649
6650 2006-03-23 [paul]       2.0.0cvs164
6651
6652         * src/common/utils.c
6653                 revert patch, (postponing a fix), at 2.0.0cvs120
6654                 as it breaks more URIs than it fixes.
6655                 Allow '-' to be a terminating character in a URI
6656
6657 2006-03-22 [colin]      2.0.0cvs163
6658
6659         * configure.ac
6660                 Require libetpan 0.45
6661                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
6662
6663 2006-03-22 [paul]       2.0.0cvs162
6664
6665         * src/editgroup.c
6666                 replace '<-' and '->' buttons with GTK_STOCK graphical
6667                 buttons
6668         * src/summary_search.c
6669                 don't offer '...' for translation
6670                 add a tooltip to advanced search '...' button
6671         * src/gtk/quicksearch.c
6672                 don't offer '...' for translation
6673
6674 2006-03-21 [colin]      2.0.0cvs161
6675
6676         * src/compose.c
6677                 Fix middle-click pasting (insert at click
6678                 position instead of cursor position, don't
6679                 remove existing selection and allow pasting
6680                 our own selection)
6681         * src/addressbook.c
6682                 "LDAP Server" -> "LDAP servers"
6683
6684 2006-03-21 [wwp]        2.0.0cvs160
6685
6686         * src/etpan/imap-thread.c
6687                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
6688
6689 2006-03-20 [colin]      2.0.0cvs159
6690
6691         * src/summaryview.c
6692                 Don't reload summaryview after an execute with no
6693                 move action
6694
6695 2006-03-19 [colin]      2.0.0cvs158
6696
6697         * src/addressbook.c
6698                 and put groups at the top, always
6699
6700 2006-03-19 [colin]      2.0.0cvs157
6701
6702         * src/addressbook.c
6703                 Order groups before names, as previously
6704
6705 2006-03-19 [colin]      2.0.0cvs156
6706
6707         * src/addressbook.c
6708                 - Sort case-unsensitive
6709                 - Put the sort arrow at opening too
6710
6711 2006-03-19 [wwp]        2.0.0cvs155
6712
6713         * src/addressbook.c
6714                 allow sorting by name/email/remarks, ensure that right-pane's contents
6715                 matches the left-pane selection (cleared when appropriate).
6716                 Patch by Pawel Pekala <c0rn@o2.pl>.
6717
6718 2006-03-18 [colin]      2.0.0cvs154
6719
6720         * src/textview.c
6721                 Fix text cursor ;)
6722
6723 2006-03-18 [colin]      2.0.0cvs153
6724
6725         * src/gtk/filesel.c
6726                 Make sure we hide the preview if we didn't get
6727                 a filename
6728
6729 2006-03-18 [colin]      2.0.0cvs152
6730
6731         * src/summaryview.c
6732                 Set cursor to watch for execution (fixes lack
6733                 of watch-cursor when dnd'ing hundreds of mails)
6734         * src/gtk/filesel.c
6735                 Check that mime type is 'image/*' before updating
6736                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
6737
6738 2006-03-18 [colin]      2.0.0cvs151
6739
6740         * src/mainwindow.c
6741         * src/textview.c
6742         * src/textview.h
6743                 Put a watch cursor in textview too when the mainwindow's
6744                 cursor in a watch
6745
6746 2006-03-18 [colin]      2.0.0cvs150
6747
6748         * src/folder.c
6749                 Change wrong asserts to simple tests
6750
6751 2006-03-17 [colin]      2.0.0cvs149
6752
6753         * src/mainwindow.c
6754         * src/mainwindow.h
6755         * src/prefs_msg_colors.c
6756         * src/summaryview.c
6757         * src/summaryview.h
6758         * src/gtk/colorlabel.c
6759         * src/gtk/colorlabel.h
6760                 Add a color label menu in the main menubar
6761                 Add (fixed) accels Ctrl-{0-7} to change the color
6762                 They have to be fixed because the menu's dynamic,
6763                 the items are complex widgets, hence we can't use
6764                 a GtkItemFactory.
6765
6766
6767 2006-03-17 [wwp]        2.0.0cvs148
6768
6769         * src/compose.c
6770                 rollback few lines from my previous commit (those lines come from
6771                 a pending patch, accidentally commited, even if neutral as they are
6772                 commented out).
6773
6774 2006-03-17 [wwp]        2.0.0cvs147
6775
6776         * src/compose.c
6777                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
6778                 applied code style/indentation to the modified function.
6779
6780 2006-03-17 [wwp]        2.0.0cvs146
6781
6782         * src/procmsg.c
6783         * src/compose.c
6784                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
6785
6786 2006-03-17 [paul]
6787
6788         2.1.0-rc1 released
6789
6790 2006-03-17 [paul]       2.0.0cvs145
6791
6792         * src/main.c
6793                 addressbook_read_file() was called twice
6794         * src/textview.c
6795                 X-Mailer highlighting
6796
6797 2006-03-16 [colin]      2.0.0cvs144
6798
6799         * src/sourcewindow.c
6800         * src/sourcewindow.h
6801                 And the last one, in source window.
6802
6803 2006-03-16 [colin]      2.0.0cvs143
6804
6805         * src/compose.c
6806         * src/compose.h
6807                 Fix the same stuff in compose
6808
6809 2006-03-16 [colin]      2.0.0cvs142
6810
6811         * src/messageview.c
6812                 Complete the previous messageview crash fix
6813
6814 2006-03-16 [colin]      2.0.0cvs141
6815
6816         * src/procmsg.h
6817         * src/procmsg.c
6818         * src/folder.c
6819                 Fix POSTPROCESSING hook
6820                 Patch by H. Merijn Brand
6821
6822         * src/procmime.c
6823         * src/procmime.h
6824                 Parse Content-Location
6825
6826         * src/toolbar.c
6827         * src/messageview.c
6828         * src/messageview.h
6829                 Don't crash when a top-level MessageView has
6830                 been closed on us. Same problematic than
6831                 yesterday's quicksearch issue.
6832
6833 2006-03-15 [colin]      2.0.0cvs140
6834
6835         * src/gtk/quicksearch.c
6836                 Fix a bitchy race we didn't think about when we
6837                 added quicksearch cancellation:
6838                 If the search is not on cached fields, for example
6839                 body_part matchcase "stuff"
6840                 the matcher code has to get the whole message. If
6841                 we're on IMAP, that can be slow, and in order to
6842                 be non-blocking, the IMAP code idle loop processes
6843                 gtk events too. So it is possible to cancel a
6844                 quicksearch while the matcher is getting the mail's
6845                 body. After matcher got its body, it will start to
6846                 iterate over the matcher list that the Quicksearch's
6847                 clear_search_cb() just freed via prepare_matcher().
6848                 SIGSEGV ensues.
6849                 The fix consists of guarding the matcherlist_match()
6850                 call with a boolean 'matching'. If we reset the
6851                 quicksearch while matching is TRUE, we don't free
6852                 the matcherlist anymore like we did, but we set
6853                 another new flag, deferred_free, to TRUE. Then,
6854                 in quicksearch_match(), just after returning from
6855                 matcherlist_match() and unsetting the matching flag,
6856                 we check the deferred_free flag and do the
6857                 prepare_matcher() (which does the matcherlist_free)
6858                 for real, so we free the matcherlist once it's not
6859                 used anymore.
6860                 As all of this runs via the glib main loop, we
6861                 luckily don't need a mutex.
6862         * src/summaryview.c
6863                 Also, show progress while searching.
6864
6865
6866 2006-03-14 [colin]      2.0.0cvs139
6867
6868         * src/alertpanel.c
6869                 Make alertpanel_is_open non-static
6870
6871 2006-03-14 [colin]      2.0.0cvs138
6872
6873         * src/prefs_spelling.c
6874                 Cleanups - Fabien Vantard
6875
6876 2006-03-14 [wwp]        2.0.0cvs137
6877
6878         * src/main.c
6879                 code style normalization (curly braces, indentation).
6880
6881 2006-03-14 [wwp]        2.0.0cvs137
6882
6883         * src/main.c
6884                 code style (braces, indentation)
6885
6886 2006-03-12 [paul]       2.0.0cvs136
6887
6888         * src/prefs_common.c
6889                 trans_hdr defaults to FALSE to be RFC-savvy
6890         * src/prefs_summaries.c
6891                 add a tooltip to the trans_hdr option
6892                 
6893
6894 2006-03-12 [paul]       2.0.0cvs135
6895
6896         * src/prefs_matcher.c
6897                 give a little more width to the combos
6898         * src/prefs_display_header.c
6899         * src/textview.c
6900                 translate headers if prefs_common.trans_hdr
6901                 is TRUE
6902
6903         Patches by Pawel Pekala
6904
6905 2006-03-12 [paul]       2.0.0cvs134
6906
6907         * src/plugins/clamav/clamav_plugin.c
6908         * src/plugins/dillo_viewer/dillo_viewer.c
6909         * src/plugins/pgpcore/plugin.c
6910         * src/plugins/pgpinline/plugin.c
6911         * src/plugins/pgpmime/plugin.c
6912         * src/plugins/spamassassin/spamassassin.c
6913                 update/add to descriptions
6914         * src/plugins/spamassassin/spamassassin_gtk.c
6915                 fixes to the english, remove superfluous
6916                 tooltips, clean up a little
6917
6918 2006-03-12 [paul]       2.0.0cvs133
6919
6920         * src/compose.c
6921                 fix Bug 924, 'Account combo box shows up wrong 
6922                 if & is in account name'
6923
6924 2006-03-11 [colin]      2.0.0cvs132
6925
6926         * src/summaryview.c
6927                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
6928                 messed up shift-selection because is slows down
6929                 moving around summaryview. thanks -users
6930
6931 2006-03-10 [colin]      2.0.0cvs131
6932
6933         * src/plugins/spamassassin/spamassassin_gtk.c
6934                 Put back Paul's engrish fixes
6935
6936 2006-03-10 [colin]      2.0.0cvs130
6937
6938         * src/plugins/spamassassin/spamassassin.c
6939         * src/plugins/spamassassin/spamassassin.h
6940         * src/plugins/spamassassin/spamassassin_gtk.c
6941                 Cleanup SA prefs page (more)
6942                 Patch by Fabien Vantard
6943
6944 2006-03-10 [paul]       2.0.0cvs129
6945
6946         * src/prefs_msg_colors.c
6947         * src/prefs_spelling.c
6948                 widget sensitivity
6949
6950 2006-03-09 [mones]      2.0.0cvs128
6951
6952         * po/es.po
6953                 Update for next RC
6954
6955 2006-03-09 [wwp]        2.0.0cvs127
6956
6957         * configure.ac
6958                 revert accidental commit (requirement for libetpan 0.43), this time
6959                 not in HEAD.
6960
6961 2006-03-09 [wwp]        2.0.0cvs125
6962
6963         * configure.ac
6964                 revert accidental commit (requirement for libetpan 0.43)
6965
6966 2006-03-09 [paul]       2.0.0cvs126
6967
6968         * src/prefs_receive.c
6969                 remove useless frame
6970                 replace 'incorporation' with 'receiving'
6971         * src/plugins/clamav/clamav_plugin_gtk.c
6972         * src/plugins/spamassassin/spamassassin_gtk.c
6973                 improve widget sensitivity
6974                 fix a bit his engrish
6975
6976 2006-03-09 [wwp]        2.0.0cvs125
6977
6978         * src/addressadd.c
6979         * src/foldersel.c
6980         * src/prefs_common.c
6981         * src/prefs_common.h
6982                 remember some more windows' sizes (add to addressbook and
6983                 select folder).
6984
6985 2006-03-09 [paul]       2.0.0cvs124
6986
6987         * src/plugins/pgpcore/prefs_gpg.c
6988                 normalise construction of dialogue
6989
6990 2006-03-09 [paul]       2.0.0cvs123
6991
6992         * src/plugins/trayicon/Makefile.am
6993                 add missing slash
6994
6995 2006-03-08 [colin]      2.0.0cvs122
6996
6997         * src/plugins/trayicon/Makefile.am
6998                 Fix build in separate dir 
6999                 Patch by Bamanzi <bamanzi@gmail.com>
7000
7001 2006-03-08 [colin]      2.0.0cvs121
7002
7003         * src/procmsg.c
7004                 Batch move and copies from summaryview with delayed execution
7005                 too
7006
7007 2006-03-07 [paul]       2.0.0cvs120
7008
7009         * src/common/utils.c
7010                 fix highlighting of URIs containing "()"
7011                 Patch by Pawel Pekala
7012
7013 2006-03-07 [paul]       2.0.0cvs119
7014
7015         * src/folder.c
7016         * src/folder.h
7017         * src/folderview.c
7018                 immediately do alphabetical resort when
7019                 changing a folder's name
7020                 Patch by Pawel Pekala
7021
7022 2006-03-07 [paul]       2.0.0cvs118
7023
7024         * src/news.c
7025         * src/news_gtk.c
7026                 when unsubscribing a newsgroup, remove the
7027                 folder and msgs in .sylpheed-claws/newscache
7028                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7029
7030 2006-03-07 [paul]       2.0.0cvs117
7031
7032         * src/textview.c
7033                 fix wrong Fake URL Warning
7034                 Thanks to Hiro
7035
7036 2006-03-07 [colin]      2.0.0cvs116
7037
7038         * src/imap.c
7039                 Return immediately when password dialog was
7040                 cancelled
7041         * src/gtk/inputdialog.c
7042                 Allow empty strings for passwords
7043
7044
7045 2006-03-06 [colin]      2.0.0cvs115
7046
7047         * src/imap.c
7048                 Prevent double-timeouts when connection fails
7049
7050 2006-03-06 [colin]
7051
7052         2.0.1-rc1 released
7053
7054 2006-03-06 [colin]      2.0.0cvs114
7055
7056         * src/imap.c
7057                 Refresh session during potentially long
7058                 operations
7059
7060 2006-03-06 [wwp]        2.0.0cvs113
7061
7062         * src/prefs_msg_colors.h
7063                 forgot that one (custom color labels).
7064
7065 2006-03-06 [wwp]        2.0.0cvs112
7066
7067         * src/prefs_common.c
7068         * src/prefs_common.h
7069         * src/prefs_msg_colors.c
7070         * src/summaryview.c
7071         * src/summaryview.h
7072         * src/gtk/colorlabel.c
7073         * src/gtk/colorlabel.h
7074                 colors in messages list are now customizable. Color values and names can
7075                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7076                 Thanks to Paul and Colin for their help with this longstanding patch!
7077
7078 2006-03-06 [wwp]        2.0.0cvs111
7079
7080         * src/textview.c
7081                 don't crash if (x)face is bad.
7082
7083 2006-03-05 [paul]       2.0.0cvs110
7084
7085         * AUTHORS
7086         * configure.ac
7087         * src/Makefile.am
7088         * src/common/Makefile.am
7089         * src/common/utils.h
7090         * src/etpan/imap-thread.c
7091         * src/gtk/authors.h
7092         * src/plugins/clamav/Makefile.am
7093         * src/plugins/demo/Makefile.am
7094         * src/plugins/dillo_viewer/Makefile.am
7095         * src/plugins/pgpcore/Makefile.am
7096         * src/plugins/pgpcore/passphrase.c
7097         * src/plugins/pgpinline/Makefile.am
7098         * src/plugins/pgpmime/Makefile.am
7099         * src/plugins/spamassassin/Makefile.am
7100         * src/plugins/trayicon/Makefile.am
7101                 fix builiding on cygwin
7102                 Patch by Ralgh Young <bamanzi@gmail.com>
7103
7104 2006-03-04 [wwp]        2.0.0cvs109
7105
7106         * manual/keyboard.xml
7107                 fix mixed up/down keys.
7108
7109 2006-03-04 [wwp]        2.0.0cvs108
7110
7111         * README
7112         * INSTALL
7113                 updated links to SpamAssassin.
7114
7115 2006-03-04 [wwp]        2.0.0cvs107
7116
7117         * manual/plugins.xml
7118         * src/plugins/spamassassin/README
7119                 updated SpamAssassin plugin docs to reflect new functional additions
7120                 (also fix/update/documents few technical stuff more, see the README).
7121
7122 2006-03-04 [wwp]        2.0.0cvs106
7123
7124         * src/prefs_message.c
7125                 normalized capitalization of message-prefs paths.
7126
7127 2006-03-04 [wwp]        2.0.0cvs105
7128
7129         * manual/advanced.xml
7130                 typo.
7131
7132 2006-03-03 [colin]      2.0.0cvs104
7133
7134         * src/plugins/clamav/clamav_plugin_gtk.c
7135                 Rework prefs page, patch by Fabien 
7136
7137 2006-03-03 [colin]      2.0.0cvs103
7138
7139         * src/plugins/clamav/clamav_plugin.c
7140                 Set error on all errors
7141
7142 2006-03-03 [colin]      2.0.0cvs102
7143
7144         * src/common/plugin.c
7145                 Initialize error to avoid crashing when a plugin fails
7146                 without setting error
7147
7148 2006-03-02 [wwp]        2.0.0cvs101
7149
7150         * configure.ac
7151                 fixed linker flags for libetpan support on Cygwin
7152                 (thanks to H.Merijn Brand).
7153
7154 2006-03-02 [wwp]        2.0.0cvs100
7155
7156         * src/addressbook.c
7157                 fix some AB error messages: one for punctuation and
7158                 one wrongly duplicate (thanks, maxbritov).
7159
7160 2006-03-02 [wwp]        2.0.0cvs99
7161
7162         * src/plugins/spamassassin/spamassassin.c
7163                 make sync calls to sa-learn/spamc to prevent
7164                 system (whatever local or client/server) overload.
7165
7166 2006-03-02 [colin]      2.0.0cvs98
7167
7168         * src/summaryview.c
7169                 Put the spam icon in the status column instead of the
7170                 mark one
7171
7172 2006-03-01 [colin]      2.0.0cvs97
7173
7174         * src/plugins/spamassassin/spamassassin.c
7175                 Fix segfault (g_file_set_contents fails for some 
7176                 reason and err==0x2f. Can't find out why with
7177                 valgrind, using working function :-)
7178
7179 2006-03-01 [colin]      2.0.0cvs96
7180
7181         * src/inc.c
7182                 Offline overriding: let 'No' be cached only 3 seconds
7183
7184 2006-03-01 [colin]      2.0.0cvs95
7185
7186         * src/addr_compl.c
7187         * src/addrbook.c
7188         * src/addressbook.c
7189         * src/addrindex.c
7190         * src/folder_item_prefs.c
7191         * src/headerview.c
7192         * src/imap.c
7193         * src/inc.c
7194         * src/ldif.c
7195         * src/mainwindow.c
7196         * src/mh.c
7197         * src/msgcache.c
7198         * src/prefs_common.h
7199         * src/prefs_msg_colors.c
7200         * src/procheader.c
7201         * src/procheader.h
7202         * src/procmime.c
7203         * src/procmsg.c
7204         * src/procmsg.h
7205         * src/send_message.h
7206         * src/simple-gettext.c
7207         * src/summaryview.c
7208         * src/summaryview.h
7209         * src/syldap.c
7210         * src/textview.c
7211         * src/undo.c
7212         * src/common/ssl_certificate.c
7213         * src/common/utils.c
7214         * src/gtk/colorsel.c
7215         * src/gtk/gtksctree.c
7216         * src/gtk/gtkshruler.c
7217         * src/plugins/trayicon/trayicon.c
7218                 #if 0 goes to /dev/null
7219
7220 2006-03-01 [colin]      2.0.0cvs94
7221
7222         * src/compose.c
7223         * src/imap.c
7224         * src/inc.c
7225         * src/inc.h
7226         * src/messageview.c
7227         * src/news.c
7228         * src/plugins/spamassassin/spamassassin.c
7229                 Allow to add information in the "working offline"
7230                 window
7231
7232 2006-03-01 [wwp]        2.0.0cvs93
7233
7234         * src/plugins/spamassassin/spamassassin.c
7235                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7236                 'cause it seems that calling `spamc ... < inputfile` with
7237                 g_spawn_(a)sync simply.. erm doesn't work :-).
7238
7239 2006-03-01 [wwp]        2.0.0cvs92
7240
7241         * src/toolbar.c
7242         * src/toolbar.h
7243                 simplify the adding of spam/ham button to the messageview toolbar
7244                 (it gets more clear now that the same button will be "Mark as spam"
7245                 or "Mark as ham" according to the current message status,
7246                 thanks to Colin).
7247
7248 2006-03-01 [wwp]        2.0.0cvs91
7249
7250         * src/messageview.c
7251         * src/procmsg.c
7252         * src/procmsg.h
7253         * src/summaryview.c
7254         * src/plugins/spamassassin/spamassassin.c
7255         * src/plugins/spamassassin/spamassassin.h
7256                 make learner callbacks return a status (0 for ok),
7257                 handle it in main code to avoid setting flags when learning failed,
7258                 don't learn on TCP if offline in spamassassin,
7259                 thanks to Colin.
7260
7261                 
7262
7263 2006-03-01 [wwp]        2.0.0cvs90
7264
7265         * src/compose.c
7266                 some work around the compose window's account menu,
7267                 patch by Fabien Vantard.
7268
7269 2006-03-01 [wwp]        2.0.0cvs89
7270
7271         * src/plugins/spamassassin/spamassassin.c
7272                 fixed bad logics, was using spamc in local mode and sa-learn
7273                 in remote mode (thanks, Colin).
7274
7275 2006-03-01 [wwp]        2.0.0cvs88
7276
7277         * src/plugins/spamassassin/spamassassin.c
7278         * src/plugins/spamassassin/spamassassin.h
7279         * src/plugins/spamassassin/spamassassin_gtk.c
7280                 made processing of emails w/ sa-plugin an option (default is TRUE),
7281                 fixed Engrish some tooltips, capitalization of some debug messages
7282                 and warnings. The spamassassin plugin now provides two separate
7283                 services: process emails upon incorporation and spamd training.
7284                 Both services (un)register independently but use some common
7285                 plugin settings (transport settings, spam storage location).
7286
7287 2006-02-28 [wwp]        2.0.0cvs87
7288
7289         * src/plugins/spamassassin/spamassassin.c
7290                 fix async flag to spamc cmdline execution (batch exec should
7291                 be asynchronous).
7292
7293 2006-02-27 [wwp]        2.0.0cvs86
7294
7295         * src/plugins/spamassassin/spamassassin.c
7296         * src/plugins/spamassassin/spamassassin.h
7297         * src/plugins/spamassassin/spamassassin_gtk.c
7298                 - added the ability to learn a remote spamassassin server (spamd),
7299                 using spamc.
7300                 - added the spamassassin option 'username', that applies to all
7301                 spamassassin operations (filtering, learning, local or remote).
7302                 The default username is the current unix user (if left blank
7303                 from gtk prefs or config file).
7304                 - commented out some unused code (notebook widget), removed unused
7305                 layout (hbox1).
7306                 - make more widgets sensitive to the transport type.
7307
7308 2006-02-27 [colin]      2.0.0cvs85
7309
7310         * src/plugins/spamassassin/spamassassin.c
7311                 Fix sa-learn call when offline
7312
7313 2006-02-27 [colin]      2.0.0cvs84
7314
7315         * configure.ac
7316         * src/Makefile.am
7317         * src/mainwindow.c
7318         * src/mainwindow.h
7319         * src/messageview.c
7320         * src/messageview.h
7321         * src/prefs_toolbar.c
7322         * src/procmsg.c
7323         * src/stock_pixmap.c
7324         * src/stock_pixmap.h
7325         * src/summaryview.c
7326         * src/toolbar.c
7327         * src/toolbar.h
7328         * src/pixmaps/ham_btn.xpm
7329         * src/pixmaps/spam.xpm
7330         * src/pixmaps/spam_btn.xpm
7331         * src/plugins/spamassassin/spamassassin.c
7332                 Add button in toolbar for spam learning
7333                 Fix a few bugs from the last related commit
7334                 Revert 1.9.6cvs23 which messed up shift-selection
7335
7336 2006-02-24 [colin]      2.0.0cvs83
7337
7338         * src/procmsg.c
7339         * src/summaryview.c
7340         * src/summaryview.h
7341         * src/plugins/spamassassin/spamassassin.c
7342         * src/plugins/spamassassin/spamassassin.h
7343         * src/plugins/spamassassin/spamassassin_gtk.c
7344                 Unregister learner when spamassassin is either
7345                 disabled or over tcp
7346
7347 2006-02-24 [colin]      2.0.0cvs82
7348
7349         * src/Makefile.am
7350         * src/mainwindow.c
7351         * src/mainwindow.h
7352         * src/procmsg.c
7353         * src/procmsg.h
7354         * src/stock_pixmap.c
7355         * src/stock_pixmap.h
7356         * src/summaryview.c
7357         * src/summaryview.h
7358         * src/gtk/icon_legend.c
7359         * src/pixmaps/spam.xpm  ** NEW FILE **
7360         * src/plugins/spamassassin/spamassassin.c
7361         * src/plugins/spamassassin/spamassassin_gtk.c
7362                 Add spam learning interface (Mark/Mark as 
7363                 (spam|ham) menus)
7364
7365 2006-02-24 [wwp]        2.0.0cvs81
7366
7367         * src/compose.c
7368         * src/compose.h
7369         * src/filtering.c
7370                 hide compose window when sending message in batch mode
7371                 (filtering: forward and redirect). Also fixed a wrong
7372                 value returned when sending failed, neutral anyway.
7373                 (Colin, me) 
7374
7375 2006-02-24 [wwp]        2.0.0cvs80
7376
7377         * src/mainwindow.c
7378                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7379
7380 2006-02-24 [paul]       2.0.0cvs79
7381
7382         * src/news.c
7383         * src/news.h
7384         * src/news_gtk.c
7385                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7386                 Thanks to Colin
7387
7388 2006-02-23 [colin]      2.0.0cvs78
7389
7390         * src/alertpanel.c
7391                 Change OK to Close in alertpanel with View log
7392                 button; add accel to View log. Patch by Fabien
7393                 Vantard
7394
7395 2006-02-23 [wwp]        2.0.0cvs77
7396
7397         * src/compose.c
7398                 silly me, there were much more tests to perform, since toolbars can
7399                 really have down to 1 element only.
7400
7401 2006-02-23 [wwp]        2.0.0cvs76
7402
7403         * commitHelper
7404                 fixed indentation from my previous commit. Fallback to VISUAL if
7405                 EDITOR is not set (and to vi, at last resort).
7406
7407 2006-02-23 [wwp]        2.0.0cvs75
7408
7409         * commitHelper
7410                 improved error detection (Colin, me).
7411
7412 2006-02-23 [wwp]        2.0.0cvs74
7413
7414         * src/prefs_toolbar.c
7415                 simplify and fix prefs/toolbars layouting. Combos' contents can
7416                 now be really displayed.
7417
7418 2006-02-23 [wwp]        2.0.0cvs73
7419         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7420         be really displayed.
7421
7422 2006-02-22 [wwp]        2.0.0cvs72
7423
7424         * src/compose.c
7425                 fix a typo in my previous commit (sorry!).
7426
7427 2006-02-22 [wwp]        2.0.0cvs71
7428
7429         * src/prefs_toolbar.c
7430                 fix a crash when adding separators to toolbars,
7431                 also fix some separator item information.
7432
7433 2006-02-22 [wwp]        2.0.0cvs70
7434
7435         * src/compose.c
7436                 fix a crash when redirecting (for instance) when compose window's
7437                 toolbar contents has been customized (when some buttons have been
7438                 removed in fact).
7439
7440 2006-02-21 [wwp]        2.0.0cvs69
7441
7442         * src/summaryview.c
7443         * src/gtk/pluginwindow.c
7444         * src/plugins/pgpcore/prefs_gpg.c
7445                 fix some compilation warnings (feat. remains of removed code).
7446
7447 2006-02-21 [wwp]        2.0.0cvs68
7448
7449         * src/gtk/gtkutils.c
7450                 fix two compilation issues, thanks to Stephan Sachse.
7451
7452 2006-02-20 [colin]      2.0.0cvs67
7453
7454         * src/mainwindow.c
7455                 Don't reselect displayed mail on refocus
7456                 This fixes actions misbehaving 
7457
7458 2006-02-20 [wwp]        2.0.0cvs66
7459
7460         * src/summaryview.c
7461         * src/gtk/gtksctree.c
7462         * src/gtk/gtkshruler.c
7463                 changed more runtime typecast checks.
7464
7465 2006-02-20 [wwp]        2.0.0cvs65
7466
7467         * src/summary_search.c
7468                 find all - summaryview refresh issue fixed, thanks to Colin.
7469
7470 2006-02-20 [wwp]        2.0.0cvs64
7471
7472         * src/gtk/gtkutils.c
7473                 better runtime typecast checks.
7474
7475 2006-02-20 [wwp]        2.0.0cvs63
7476
7477         * src/summary_search.c
7478                 enhancements to the summary search:
7479                         - add the ability to stop the running search
7480                           (upon ESC-key press, new Stop button or when Clear button is pressed)
7481                         - don't search if no criteria (From/To/Subject/Body) is set
7482                         - ensure that a busy mouse pointer is always shown when searching,
7483                           show it even a bit earlier
7484
7485 2006-02-19 [colin]      2.0.0cvs62
7486
7487         * src/compose.c
7488         * src/imap.c
7489         * src/etpan/imap-thread.c
7490         * src/etpan/imap-thread.h
7491                 (Future) IMAP speed improvement on sending
7492                 Will require a libetpan update
7493         * src/summaryview.c
7494         * src/gtk/quicksearch.c
7495                 Make quicksearch clearable while running.
7496
7497 2006-02-17 [colin]      2.0.0cvs61
7498
7499         * src/imap.c
7500         * src/etpan/imap-thread.c
7501         * src/etpan/imap-thread.h
7502                 Check for IMAP certificates
7503                 ** Requires libetpan-0.42-cvs4 
7504                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
7505
7506 2006-02-17 [colin]      2.0.0cvs60
7507
7508         * src/messageview.c
7509         * src/prefs_common.c
7510         * src/prefs_common.h
7511         * src/prefs_message.c
7512                 Add pref to display HTML-only mails with plugin, 
7513                 if possible (defaulting to FALSE of course).
7514
7515 2006-02-16 [colin]      2.0.0cvs59
7516
7517         * src/main.c
7518         * src/common/plugin.c
7519         * src/common/plugin.h
7520         * src/gtk/pluginwindow.c
7521                 Keep track of requested (but unloaded) plugins
7522                 in some error cases.
7523
7524 2006-02-16 [wwp]        2.0.0cvs58
7525
7526         * src/gtk/gtkaspell.c
7527         * src/gtk/gtkaspell.h
7528         * src/prefs_spelling.c
7529         * src/compose.c
7530         * src/prefs_common.c
7531         * src/prefs_common.h
7532                 implemented new optional spellchecker behaviour: re-check message when
7533                 dictionary got changed (from compose-window/context-menu/Change dictionary).
7534
7535 2006-02-16 [wwp]        2.0.0cvs57
7536
7537         * src/quote_fmt_parse.y
7538                 pclose popen'ed pipe.
7539
7540 2006-02-15 [colin]      2.0.0cvs56
7541
7542         * src/mimeview.c
7543         * src/mimeview.h
7544                 Let MimeViewers know which MimeView they
7545                 depend of.
7546         * src/summaryview.c
7547                 Swap From/To columns in Sent/Queue/Drafts
7548                 folders
7549         * src/etpan/imap-thread.c
7550                 Use mailstream_low_tls_open() for STARTTLS
7551                 instead of mailstream_low_ssl_open()
7552                 ** REQUIRES libetpan 0.42cvs3 **
7553
7554 2006-02-15 [wwp]        2.0.0cvs55
7555
7556         * src/compose.c
7557         * src/compose.h
7558         * src/message_search.c
7559         * src/message_search.h
7560         * src/textview.c
7561         * src/gtk/gtkutils.c
7562         * src/gtk/gtkutils.h
7563                 added the ability to Find text in the compose window (and a bit
7564                 of code factorization).
7565
7566 2006-02-15 [wwp]        2.0.0cvs54
7567
7568         * src/prefs_gtk.c
7569                 yet another one file was missing (fix for some widgets' sensitivity).
7570                 Thanks Colin!
7571
7572 2006-02-15 [wwp]        2.0.0cvs53
7573
7574         * src/prefs_gtk.h
7575                 oops forgot that file (fix for some widgets' sensitivity).
7576
7577 2006-02-15 [wwp]        2.0.0cvs52
7578
7579         * src/summary_search.c
7580                 implemented advanced summary search options (added the ability
7581                 to use matcher conditions in an advanced search mode).
7582
7583 2006-02-15 [wwp]        2.0.0cvs51
7584
7585         * src/plugins/pgpcore/prefs_gpg.c
7586         * src/prefs_account.c
7587                 fix some widget sensitivity, mostly around some labels in
7588                 account prefs.
7589
7590 2006-02-15 [paul]       2.0.0cvs50
7591
7592         * manual/advanced.xml
7593                 improve Templates info
7594                 written by wwp
7595
7596 2006-02-14 [colin]      2.0.0cvs49
7597
7598         * src/pixmaps/address_book.xpm
7599         * src/pixmaps/preferences.xpm
7600         * src/pixmaps/properties.xpm
7601                 Fix pixmap size - patch by Fabien Vantard
7602
7603 2006-02-13 [colin]      2.0.0cvs48
7604
7605         * src/procmime.c
7606                 Add missing fclose()s on error
7607         * src/textview.c
7608                 Remove unused code
7609         * src/common/utils.c
7610                 Fix temp files not being deleted on windows
7611         Patches by Thomas Gilgin
7612
7613 2006-02-13 [colin]      2.0.0cvs47
7614
7615         * src/mainwindow.c
7616                 Fix exit crash
7617
7618 2006-02-13 [wwp]        2.0.0cvs46
7619
7620         * src/plugins/pgpcore/prefs_gpg.c
7621                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
7622
7623 2006-02-12 [colin]      2.0.0cvs45
7624
7625         * src/folderview.c
7626         * src/main.c
7627         * src/mainwindow.c
7628                 Fix "stuff" when quitting
7629
7630 2006-02-12 [wwp]        2.0.0cvs44
7631
7632         * src/prefs_themes.c
7633                 fix typos in debug messages.
7634
7635 2006-02-11 [colin]      2.0.0cvs43
7636
7637         * src/summaryview.c
7638                 don't allow drag/drop from ourself
7639
7640 2006-02-10 [wwp]        2.0.0cvs42
7641
7642         * src/exporthtml.c
7643         * src/html.c
7644         * src/html.h
7645         * src/procmime.c
7646         * src/textview.c
7647                 renamed html_ prefixed functions and data structures to avoid
7648                 namespace clashes w/ other software (gtkhtml2 for instance).
7649                 Closes bug #907.
7650
7651
7652 2006-02-09 [colin]      2.0.0cvs41
7653
7654         * src/summaryview.c
7655                 Fix shitty logic messed up. Thanks Ticho for the hint!
7656
7657 2006-02-09 [wwp]        2.0.0cvs40
7658
7659         * src/gtk/about.c
7660         * src/compose.c
7661         * src/prefs_account.c
7662         * src/prefs_gtk.h
7663         * src/editaddress.c
7664                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
7665                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
7666                 Browse buttons in accounts prefs.
7667
7668 2006-02-09 [colin]      2.0.0cvs39
7669
7670         * src/matcher.c
7671                 Check for pointer before using its members
7672         * src/gtk/gtksourceprintjob.c
7673                 Fix a wrong warning
7674
7675 2006-02-09 [wwp]        2.0.0cvs38
7676
7677         * src/gtk/filesel.c
7678                 fix few compiler warnings (type mismatch).
7679
7680 2006-02-09 [paul]       2.0.0cvs37
7681
7682         * po/fr.po
7683                 updated by Fabien Vantard
7684
7685 2006-02-08 [colin]      2.0.0cvs36
7686
7687         * src/prefs_common.c
7688         * src/common/defs.h
7689         * src/common/plugin.c
7690                 allow windows and linux configurations to coexist
7691                 patch by Thomas Gilgin
7692
7693 2006-02-08 [colin]      2.0.0cvs35
7694
7695         * src/filtering.c
7696         * src/matcher.c
7697         * src/matcher.h
7698         * src/matcher_parser_parse.y
7699         * src/prefs_filtering_action.c
7700         * src/prefs_matcher.c
7701                 Add the "Ignore thread" filtering
7702                 action
7703
7704 2006-02-08 [colin]      2.0.0cvs34
7705
7706         * src/compose.c
7707         * src/procmime.c
7708         * src/procmime.h
7709                 Fix bug #905 (damaged attachment)
7710                 text files with raw \0's aren't really text files
7711         FOR_STABLE
7712
7713 2006-02-08 [colin]      2.0.0cvs33
7714
7715         * src/summaryview.c
7716                 Fix crasher introduced yesterday
7717
7718 2006-02-08 [wwp]        2.0.0cvs32
7719
7720         * src/compose.c
7721         * src/compose.h
7722                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
7723
7724 2006-02-08 [wwp]        2.0.0cvs31
7725
7726         * src/prefs_template.c
7727                 templates enhancement: allow address completion for Cc and Bcc fields
7728                 (it was currently possible for the To field only)
7729
7730 2006-02-08 [colin]      2.0.0cvs30
7731
7732         * src/compose.c
7733                 Don't unblock if not blocked
7734         FOR_STABLE
7735
7736 2006-02-07 [colin]      2.0.0cvs29
7737
7738         * src/action.c
7739                 Forgot to refresh summaryview
7740
7741 2006-02-07 [colin]      2.0.0cvs28
7742
7743         * src/action.c
7744                 Freeze/thaw message list and folder list while
7745                 processing %as{} actions 
7746         * src/compose.c
7747                 Fix auto-wrap disabling after a middle-click
7748                 paste - FOR_STABLE
7749
7750 2006-02-07 [paul]       2.0.0cvs27
7751
7752         * src/folder.c
7753                 fix freeing of uninitialised pointers
7754                 Thanks to Colin
7755
7756 2006-02-06 [colin]      2.0.0cvs26
7757
7758         * src/folder.c
7759                 Use g_slist_prepend in potentially big list
7760
7761 2006-02-06 [colin]      2.0.0cvs25
7762
7763         * src/folder.c
7764                 Completely skip processing if it doesn't 
7765                 exist (faster!)
7766
7767 2006-02-06 [colin]      2.0.0cvs24
7768
7769         * src/folder.c
7770         * src/summaryview.c
7771                 Batch filtering in summaryview (from Tools menu)
7772                 and pre/post//-processing too
7773
7774 2006-02-06 [colin]      2.0.0cvs23
7775
7776         * src/procmsg.h
7777         * src/filtering.c
7778                 Use a special field for batch filtering instead
7779                 of stepping on deferred execution's toes
7780
7781 2006-02-06 [colin]      2.0.0cvs22
7782
7783         * src/action.c
7784         * src/filtering.c
7785         * src/filtering.h
7786         * src/folder.c
7787         * src/summaryview.c
7788                 Fix filtering via menus and actions
7789
7790 2006-02-06 [colin]      2.0.0cvs21
7791
7792         * src/imap.c
7793                 Put the added file directly to cache if possible (will work
7794                 with next libetpan)
7795         * src/filtering.c
7796         * src/filtering.h
7797         * src/inc.c
7798         * src/folder.c
7799         * src/mbox.c
7800         * src/procmsg.h
7801                 Move and copy filtered messages by batches instead of one
7802                 by one - faster on IMAP
7803         * src/procmsg.c
7804                 Add a function that'll possibly be useful later
7805
7806 2006-02-06 [colin]      2.0.0cvs20
7807
7808         * src/addressbook.c
7809                 Use internal mime-type instead of text/plain for d'n'd
7810         * src/compose.c
7811                 Allow attaching files from mimeview's icon list via d'n'd
7812         * src/folderview.c
7813         * src/folderview.h
7814                 Use internal mime-type instead of text/plain for d'n'd
7815                 Don't try to selected opened folder if none is
7816                 Factorize d'n'd from other apps code
7817         * src/headerview.c
7818         * src/textview.c
7819         * src/gtk/gtkutils.c
7820         * src/gtk/gtkutils.h
7821                 Factorize Face/X-Face stuff
7822         * src/mimeview.c
7823                 Fix d'n'd to other apps
7824         * src/prefs_message.c
7825                 Let the XFace pref be usable without libcompface as it also
7826                 applies to Face
7827         * src/summaryview.c
7828                 Fix d'n'd to other apps
7829                 Factorize d'n'd from other apps code
7830
7831 2006-02-06 [wwp]        2.0.0cvs19
7832
7833         * po/it.po
7834                 Italian translation fixes by Andrea Spadaccini (no more confusion
7835                 between filtering and processing, and few changes in the About
7836                 dialog).
7837
7838
7839 2006-02-06 [mones]      2.0.0cvs18
7840
7841         * src/gtk/icon_legend.c
7842                 Improved descriptions allowing better translations
7843
7844 2006-02-05 [colin]      2.0.0cvs17
7845
7846         * src/imap.c
7847                 Add the f*cking missing expunge that caused imap_fetch_env
7848                 to fail after an add_msgs ! :-///
7849         * src/etpan/imap-thread.c
7850                 Add a bit of debug
7851         FOR_STABLE
7852
7853 2006-02-05 [colin]      2.0.0cvs16
7854
7855         * src/common/utils.c
7856                 Don't check for return-path (or we can't put
7857                 back non-sent mails)
7858
7859 2006-02-05 [colin]      2.0.0cvs15
7860
7861         * src/textview.c
7862                 Don't try to display Face header in textview
7863                 when teh headerview's active
7864
7865 2006-02-05 [colin]      2.0.0cvs14
7866
7867         * tools/tbird2syl.py
7868         * tools/Makefile.am
7869                 Add script to import Thunderbird mails
7870
7871 2006-02-05 [colin]      2.0.0cvs13
7872
7873         * src/headerview.c
7874         * src/procheader.c
7875         * src/procmsg.c
7876         * src/procmsg.h
7877         * src/textview.c
7878                 Show Face headers - patch partially by Klaus Flittner
7879
7880 2006-02-05 [colin]      2.0.0cvs12
7881
7882         * src/folderview.c
7883         * src/summaryview.c
7884         * src/common/utils.c
7885         * src/common/utils.h
7886                 Let dnd work from mime icons to summaryview
7887                 and to folderview too
7888                 Add a crude test to avoid trying to add files
7889                 drag'n'dropped when they're not mails
7890
7891 2006-02-04 [colin]      2.0.0cvs11
7892
7893         * src/summaryview.c
7894         * src/mimeview.c
7895                 Fix utf8 conversion
7896
7897 2006-02-04 [colin]      2.0.0cvs10
7898
7899         * src/compose.c
7900         * src/folderview.c
7901         * src/mimeview.c
7902         * src/summaryview.c
7903         * src/summaryview.h
7904                 Added various drag and drop capas:
7905                 From                    To
7906                 summaryview             other apps
7907                 mimeview icons          other apps
7908                 other apps              summaryview
7909                 other apps              folderview
7910
7911                 This shouldn't have broken the existing:
7912                 From                    To
7913                 summaryview             folderview
7914                 folderview              folderview
7915                 summaryview             compose's attachments
7916
7917         Tests welcomed.
7918
7919 2006-02-02 [paul]       2.0.0cvs9
7920
7921         * src/mainwindow.c
7922                 move global option 'Set displayed columns...' out
7923                 of folder option grouping.
7924                 fix sensitivity of 'harvest addresses'
7925         FOR_STABLE
7926
7927 2006-02-01 [colin]      2.0.0cvs8
7928
7929         * src/mimeview.c
7930                 Revert the alertpanel patch, it sucks (intrusive
7931                 and gets in the way of "open")
7932
7933 2006-02-01 [colin]      2.0.0cvs7
7934
7935         * src/compose.c
7936         * src/prefs_account.c
7937         * src/prefs_common.c
7938         * src/common/defs.h
7939         * src/common/utils.c
7940         * src/common/utils.h
7941                 Add ability to edit the signature file
7942                 from the account preferences, and use
7943                 a default for the text editor.
7944                 Patch by Fabien Vantard
7945
7946 2006-02-01 [colin]      2.0.0cvs6
7947
7948         * src/mimeview.c
7949                 Try to get mime type by extension if it is
7950                 application/octet-stream
7951                 Display a window with possible choices when
7952                 encountering unknown mime types
7953         * src/gtk/filesel.c
7954         * src/gtk/filesel.h
7955                 Add preview
7956                 Allow multiple selection in filtered filesel
7957                 (patch by Fabien Vantard)
7958         * src/gtk/pluginwindow.c
7959                 Use it (patch by Fabien Vantard)
7960
7961 2006-02-01 [paul]       2.0.0cvs5
7962
7963         * src/jpilot.c
7964                 fix crash on creating jpilot address book
7965                 Thanks to Colin - FOR_STABLE
7966         * src/prefs_summaries.c
7967         * src/prefs_wrapping.c
7968         * src/gtk/icon_legend.c
7969         * src/gtk/quicksearch.c
7970                 string fixes and additions
7971
7972 2006-02-01 [paul]       2.0.0cvs4
7973
7974         * src/compose.c
7975         * src/mainwindow.c
7976         * src/messageview.c
7977         * src/prefs_send.c
7978                 add Arabic encoding option
7979                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
7980
7981 2006-01-31 [colin]      2.0.0cvs3
7982
7983         * src/plugins/pgpcore/passphrase.c
7984                 Convert passphrase to locale encoding
7985         * src/compose.c
7986                 Fix drafting on IMAP. Crappy bug sneaked in
7987                 the release :-/
7988         FOR_STABLE
7989
7990 2006-01-30 [paul]       2.0.0cvs2
7991
7992         * src/gtk/icon_legend.c
7993                 show the new entries
7994
7995 2006-01-30 [colin]      2.0.0cvs1
7996
7997         * src/manual.c
7998                 Check for the file to be present before 
7999                 enabling the menu - FOR_STABLE
8000         * src/gtk/icon_legend.c
8001                 Add folders icons (not all of them, there
8002                 are too much, but the most intriguing ones)
8003
8004 2006-01-30 [paul]       2.0.0
8005
8006         version 2.0.0 released
8007
8008 2006-01-30 [paul]       1.9.100cvs200
8009
8010         * manual/faq.xml
8011         * manual/gpl.xml
8012         * manual/intro.xml
8013         * manual/starting.xml
8014         * manual/sylpheed-claws-manual.xml
8015                 fixes, additions
8016
8017 2006-01-29 [mones]      1.9.100cvs199
8018
8019         * manual/account.xml
8020         * manual/advanced.xml
8021         * manual/glossary.xml
8022                 Some typos fixed, added LDIF term to glossary
8023         * po/es.po
8024                 Fixed leading plus symbol
8025
8026 2006-01-29 [paul]       1.9.100cvs198
8027
8028         * po/fi.po
8029         * po/sk.po
8030                 updated by Tommi Pirinen and Andrej Kacian
8031
8032 2006-01-29 [paul]       1.9.100cvs197
8033
8034         * src/gtk/authors.h
8035                 remove duplicates
8036
8037 2006-01-29 [paul]       1.9.100cvs196
8038
8039         * AUTHORS
8040         * po/nl.po
8041         * src/gtk/authors.h
8042         * tools/claws.i18n.status.pl
8043                 nl translation updated by Tim Dijkstra
8044
8045 2006-01-29 [paul]       1.9.100cvs195
8046
8047         * po/sr.po
8048         * po/sv.po
8049                 updated by Aleksandar Urosevic and Anders Troback
8050
8051 2006-01-28 [colin]      1.9.100cvs194
8052
8053         * src/gtk/gtksourceprintjob.c
8054                 Don't fiddle with PangoLayout when we
8055                 have an image
8056
8057 2006-01-28 [paul]       1.9.100cvs193
8058
8059         * AUTHORS
8060         * po/el.po
8061         * po/zh_CN.po
8062         * src/gtk/authors.h
8063         * tools/claws.i18n.status.pl
8064                 updated translations submitted by Stavros Giannouris
8065                 and Ralgh Young
8066
8067 2006-01-27 [colin]      1.9.100cvs192
8068
8069         * src/summaryview.c
8070         * src/gtk/gtksourceprintjob.c
8071                 Add image printing 
8072                 (libgnomeprint only, of course)
8073
8074 2006-01-27 [paul]       1.9.100cvs191
8075
8076         * po/fr.po
8077         * po/it.po
8078                 updated by Fabien Vantard and Andrea Spadaccini
8079
8080 2006-01-26 [colin]      1.9.100cvs190
8081
8082         * manual/Makefile.am
8083         * configure.ac
8084                 Make building the manual optional 
8085                 (--disable-manual)
8086
8087 2006-01-26 [paul]       1.9.100cvs189
8088
8089         * manual/glossary.xml
8090         * manual/plugins.xml
8091                 edited
8092         * po/en_GB.po
8093                 updated
8094
8095 2006-01-26 [paul]       1.9.100cvs188
8096
8097         * src/prefs_display_header.c
8098         * src/prefs_folder_column.c
8099         * src/prefs_msg_colors.c
8100         * src/prefs_summaries.c
8101         * src/prefs_summary_column.c
8102                 HIGify
8103
8104 2006-01-25 [colin]      1.9.100cvs187
8105
8106         * src/imap.c
8107                 Don't allow moving/copying mails between
8108                 queue/drafts and non-queue/drafts folders
8109                 Fixes bug #897 (message header is resetted 
8110                 if one is copied to Drafts)
8111
8112 2006-01-25 [colin]      1.9.100cvs186
8113
8114         * src/folder.c
8115         * src/mainwindow.c
8116                 Fix subscribed folders not found
8117         * src/compose.c
8118                 Don't try to encode as original mail's charset
8119                 if it's ascii 
8120
8121 2006-01-25 [paul]       1.9.100cvs185
8122
8123         * AUTHORS
8124         * po/Makevars
8125                 updated
8126         * po/de.po
8127         * po/pl.po
8128         * po/pt_BR.po
8129         * po/sr.po
8130                 updates submitted by Stephan Sachse, Emilian Nowak
8131                 and Quar, Frederico Goncalves Guimaraes, and
8132                 Aleksandar Urosevic
8133                 Fix Bug 896, 'PT_BR locale broken'.
8134         * src/gtk/authors.h
8135                 updated
8136
8137 2006-01-24 [mones]      1.9.100cvs184
8138
8139         * manual/glossary.xml
8140                 All current terms finished. Reviewers welcome ;-)
8141         * manual/keyboard.xml
8142                 Fixed column width for pdf output.
8143         * po/es.po
8144                 Updated
8145
8146 2006-01-24 [paul]       1.9.100cvs183
8147
8148         * manual/glossary.xml
8149                 fix id name
8150         * manual/dist/html/Makefile.am
8151         * manual/dist/pdf/Makefile.am
8152         * manual/dist/ps/Makefile.am
8153         * manual/dist/txt/Makefile.am
8154                 fix make deps
8155                 Thanks to Colin
8156
8157 2006-01-24 [mones]      1.9.100cvs182
8158
8159         * manual/glossary.xml
8160                 Nearly finished, some terms missing.
8161
8162 2006-01-23 [paul]       1.9.100cvs181
8163
8164         * manual/dist/html/Makefile.am
8165         * manual/dist/pdf/Makefile.am
8166         * manual/dist/ps/Makefile.am
8167         * manual/dist/txt/Makefile.am
8168         * src/mainwindow.c
8169                 re-enable manual
8170                 Thanks to Colin
8171
8172 2006-01-22 [colin]      1.9.100cvs180
8173
8174         * src/compose.c
8175         * src/gtk/gtkaspell.c
8176                 Don't deselect stuff before right-clicking, with aspell.
8177                 (This prevented right-click Copy, for example).
8178                 Thanks to Clo!
8179
8180 2006-01-22 [paul]       1.9.100cvs179
8181
8182         * src/summary_search.c
8183                 don't fix the widget size as it causes problems
8184                 under localisation.
8185                 Thanks to Emilian Nowak
8186
8187 2006-01-21 [paul]       1.9.100cvs178
8188
8189         * src/prefs_themes.c
8190                 fix broken underlining of label text
8191                 with some translations
8192
8193 2006-01-21 [colin]      1.9.100cvs177
8194
8195         * po/fr.po
8196                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8197
8198 2006-01-20 [colin]      1.9.100cvs176
8199
8200         * configure.ac
8201         * Makefile.am
8202         * manual/Makefile
8203         * manual/dist/html/.cvsignore
8204         * manual/dist/html/Makefile.am
8205         * manual/dist/pdf/.cvsignore
8206         * manual/dist/pdf/Makefile.am
8207         * manual/dist/ps/.cvsignore
8208         * manual/dist/ps/Makefile.am
8209         * manual/dist/txt/.cvsignore
8210         * manual/dist/txt/Makefile.am
8211                 Autotool-ize manual
8212
8213 2006-01-20 [paul]       1.9.100cvs175
8214
8215         * manual/handling.xml
8216                 make Filtering and Searching entries easier to find
8217         * manual/keyboard.xml
8218                 add the remaining default keybinds
8219         * src/prefs_summaries.c
8220                 update the default keybinds
8221
8222 2006-01-20 [paul]       1.9.100cvs174
8223
8224         * src/addressbook.c
8225         * src/addrgather.c
8226         * src/addrharvest.c
8227         * src/editaddress.c
8228         * src/editgroup.c
8229         * src/exphtmldlg.c
8230         * src/expldifdlg.c
8231         * src/exporthtml.c
8232         * src/exportldif.c
8233         * src/ldif.c
8234                 replace 'e-mail' with 'email'
8235         * src/summary_search.c
8236                 add mnemonic to "Find all" button
8237
8238 2006-01-20 [wwp]        1.9.100cvs173
8239
8240         * src/export.c
8241         * src/import.c
8242                 touched mbox import/export buttons for HIG-compliance
8243
8244 2006-01-19 [paul]       1.9.100cvs172
8245
8246         * manual/account.xml
8247         * manual/addrbook.xml
8248         * manual/advanced.xml
8249         * manual/faq.xml
8250         * manual/handling.xml
8251         * manual/intro.xml
8252         * manual/plugins.xml
8253         * manual/starting.xml
8254                 more editing
8255
8256 2006-01-19 [paul]       1.9.100cvs171
8257
8258         * src/toolbar.c
8259                 allow use of trash button while receiving
8260                 Thanks to Colin
8261
8262 2006-01-19 [wwp]        1.9.100cvs170
8263
8264         * src/gtk/quicksearch.c
8265         * src/compose.c
8266                 force text color to black when yellow background is set
8267
8268 2006-01-19 [colin]      1.9.100cvs169
8269
8270         * src/plugins/trayicon/trayicon.c
8271                 Gray out Get Mail when already getting mail
8272
8273 2006-01-18 [paul]       1.9.100cvs168
8274
8275         * src/compose.c
8276                 give widget yellow background was To is
8277                 set via folder prefs
8278         * src/gtk/quicksearch.c
8279                 give widget yellow background when quick
8280                 search is active.
8281                 Thanks to Colin
8282
8283 2006-01-18 [paul]       1.9.100cvs167
8284
8285         * doc/man/sylpheed-claws.1
8286                 add --subscribe option
8287
8288 2006-01-18 [paul]       1.9.100cvs166
8289
8290         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8291         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8292                 use %U instead of %F (%F is broken for user installed
8293                 files in kde 3.5)
8294
8295 2006-01-18 [colin]      1.9.100cvs165
8296
8297         * src/summaryview.c
8298                 Default to Yes in "No more * messages" dialogs
8299
8300 2006-01-17 [colin]      1.9.100cvs164
8301
8302         * src/compose.c
8303                 Possibly fix an invalid iterator causing
8304                 crash
8305
8306 2006-01-17 [colin]      1.9.100cvs163
8307
8308         * src/mimeview.c
8309                 Fix crash when the image disappears under the
8310                 image viewer
8311
8312 2006-01-16 [colin]      1.9.100cvs162
8313
8314         * src/compose.c
8315                 Fix reenabling autowrap
8316
8317 2006-01-16 [colin]      1.9.100cvs161
8318
8319         * src/compose.c
8320                 reset quote_len before getting quote_str
8321
8322 2006-01-16 [colin]      1.9.100cvs160
8323
8324         * src/account.c
8325         * src/account.h
8326         * src/folder.c
8327         * src/imap_gtk.c
8328         * src/mh_gtk.c
8329                 Fix bug #883 (default inbox does not track folder move)
8330
8331 2006-01-16 [colin]      1.9.100cvs159
8332
8333         * src/compose.c
8334         * src/plugins/pgpcore/passphrase.c
8335                 More buttons fixes
8336
8337 2006-01-16 [paul]       1.9.100cvs158
8338
8339         * src/prefs_actions.c
8340         * src/prefs_filtering_action.c
8341         * src/prefs_matcher.c
8342         * src/quote_fmt.c
8343         * src/gtk/description_window.c
8344         * src/gtk/description_window.h
8345         * src/gtk/quicksearch.c
8346                 description window cleanups
8347
8348 2006-01-15 [colin]      1.9.100cvs157
8349
8350         * src/addressbook.c
8351         * src/prefs_filtering.c
8352                 Same here
8353
8354 2006-01-15 [colin]      1.9.100cvs156
8355
8356         * src/folderview.c
8357         * src/mainwindow.c
8358                 Same for "Empty trash"
8359
8360 2006-01-15 [colin]      1.9.100cvs155
8361
8362         * src/inc.c
8363                 Override offline dialog had Yes by default
8364
8365 2006-01-15 [colin]      1.9.100cvs154
8366
8367         * src/summaryview.c
8368                 Delete selected messages? previously had Yes the default
8369
8370 2006-01-15 [colin]      1.9.100cvs153
8371
8372         * src/folder.c
8373         * src/folder.h
8374         * src/main.c
8375                 Check if a mailbox is loaded after all
8376                 plugins are loaded.
8377
8378 2006-01-15 [colin]      1.9.100cvs152
8379
8380         * src/folder.c
8381                 Don't start wizard when there are unloaded folders (will help
8382                 people with only mbox or maildir mailboxes)
8383
8384 2006-01-14 [colin]      1.9.100cvs151
8385
8386         * src/addressbook.c
8387         * src/expldifdlg.c
8388         * src/importldif.c
8389         * src/importmutt.c
8390         * src/importpine.c
8391         * src/mh_gtk.c
8392                 More HIG compliance and fixes
8393
8394 2006-01-14 [colin]      1.9.100cvs150
8395
8396         * src/prefs_filtering_action.c
8397         * src/foldersel.c
8398                 Two forgotten button order changes
8399
8400 2006-01-14 [colin]      1.9.100cvs149
8401
8402         * src/account.c
8403         * src/addressbook.c
8404         * src/compose.c
8405         * src/folderview.c
8406         * src/imap_gtk.c
8407         * src/mainwindow.c
8408         * src/mh_gtk.c
8409         * src/news_gtk.c
8410         * src/prefs_actions.c
8411         * src/prefs_customheader.c
8412         * src/prefs_filtering.c
8413         * src/prefs_matcher.c
8414         * src/prefs_template.c
8415         * src/ssl_manager.c
8416         * src/summaryview.c
8417         * src/textview.c
8418         * src/toolbar.c
8419                 All deletion confirmations are now "Cancel, Delete" 
8420                 instead of "No, Yes"
8421                 Clarified most of the other "No, Yes" to 
8422                 "Cancel, Descriptive_action"
8423                 Rechanged the "Entry not saved" alerts to have 
8424                 "Close, Continue editing"
8425
8426
8427 2006-01-14 [paul]
8428
8429         * 2.0.0-rc4 released
8430
8431 2006-01-14 [paul]       1.9.100cvs148
8432
8433         * src/account.c
8434         * src/addressadd.c
8435         * src/addressbook.c
8436         * src/compose.c
8437         * src/editaddress.c
8438         * src/editbook.c
8439         * src/editgroup.c
8440         * src/editjpilot.c
8441         * src/editldap.c
8442         * src/editvcard.c
8443         * src/exphtmldlg.c
8444         * src/expldifdlg.c
8445         * src/folderview.c
8446         * src/grouplistdialog.c
8447         * src/imap_gtk.c
8448         * src/importmutt.c
8449         * src/importpine.c
8450         * src/inc.c
8451         * src/main.c
8452         * src/mainwindow.c
8453         * src/message_search.c
8454         * src/messageview.c
8455         * src/mh_gtk.c
8456         * src/mimeview.c
8457         * src/news_gtk.c
8458         * src/prefs_actions.c
8459         * src/prefs_customheader.c
8460         * src/prefs_filtering.c
8461         * src/prefs_matcher.c
8462         * src/prefs_template.c
8463         * src/prefs_themes.c
8464         * src/ssl_manager.c
8465         * src/summary_search.c
8466         * src/summaryview.c
8467         * src/textview.c
8468         * src/toolbar.c
8469         * src/gtk/foldersort.c
8470         * src/gtk/gtkaspell.c
8471         * src/gtk/inputdialog.c
8472         * src/gtk/prefswindow.c
8473         * src/plugins/pgpcore/select-keys.c
8474         * src/plugins/trayicon/trayicon.c
8475                 HIG compliant button order
8476
8477 2006-01-14 [mones]      1.9.100cvs147
8478
8479         * po/es.po
8480                 Updated translation
8481
8482 2006-01-13 [paul]       1.9.100cvs146
8483
8484         * AUTHORS
8485         * ChangeLog
8486         * src/gtk/authors.h
8487                 add Joshua M. Kwan to contributors list
8488
8489 2006-01-13 [colin]      1.9.100cvs145
8490
8491         * src/gtk/quicksearch.c
8492                 Don't refocus quick search after executing (Esc or Enter)
8493                 Allows to '/'search something then move up/down in 
8494                 summaryview, and to Esc a search and be back in the 
8495                 summaryview
8496
8497 2006-01-13 [paul]       1.9.100cvs144
8498
8499         * src/plugins/pgpinline/pgpinline.c
8500                 support Content-Type 'application/pgp'
8501                 patch by Joshua M. Kwan <joshuak@users.sf.net>
8502
8503 2006-01-13 [paul]       1.9.100cvs143
8504
8505         * manual/account.xml
8506                 make mention of partial retrieval
8507                 thanks to Colin
8508
8509 2006-01-13 [paul]       1.9.100cvs142
8510
8511         * src/account.c
8512         * src/account.h
8513         * src/action.c
8514         * src/action.h
8515         * src/adbookbase.h
8516         * src/addr_compl.c
8517         * src/addr_compl.h
8518         * src/addrbook.c
8519         * src/addrcache.c
8520         * src/addrcache.h
8521         * src/addrcindex.c
8522         * src/addrcindex.h
8523         * src/addrclip.c
8524         * src/addrclip.h
8525         * src/addrdefs.h
8526         * src/addressadd.c
8527         * src/addressadd.h
8528         * src/addressbook.c
8529         * src/addressbook.h
8530         * src/addrgather.c
8531         * src/addrgather.h
8532         * src/addrharvest.c
8533         * src/addrharvest.h
8534         * src/addrindex.c
8535         * src/addrindex.h
8536         * src/addritem.c
8537         * src/addritem.h
8538         * src/addrquery.c
8539         * src/addrquery.h
8540         * src/addrselect.c
8541         * src/addrselect.h
8542         * src/alertpanel.c
8543         * src/alertpanel.h
8544         * src/browseldap.c
8545         * src/browseldap.h
8546         * src/codeconv.c
8547         * src/codeconv.h
8548         * src/compose.c
8549         * src/compose.h
8550         * src/customheader.c
8551         * src/customheader.h
8552         * src/displayheader.c
8553         * src/displayheader.h
8554         * src/editaddress.c
8555         * src/editaddress.h
8556         * src/editbook.c
8557         * src/editbook.h
8558         * src/editgroup.c
8559         * src/editgroup.h
8560         * src/editjpilot.c
8561         * src/editjpilot.h
8562         * src/editldap.c
8563         * src/editldap.h
8564         * src/editldap_basedn.c
8565         * src/editldap_basedn.h
8566         * src/editvcard.c
8567         * src/editvcard.h
8568         * src/exphtmldlg.c
8569         * src/exphtmldlg.h
8570         * src/expldifdlg.c
8571         * src/expldifdlg.h
8572         * src/export.h
8573         * src/exporthtml.c
8574         * src/exporthtml.h
8575         * src/exportldif.c
8576         * src/exportldif.h
8577         * src/filtering.c
8578         * src/filtering.h
8579         * src/folder.c
8580         * src/folder.h
8581         * src/folder_item_prefs.c
8582         * src/folder_item_prefs.h
8583         * src/foldersel.c
8584         * src/foldersel.h
8585         * src/folderutils.c
8586         * src/folderutils.h
8587         * src/folderview.c
8588         * src/folderview.h
8589         * src/grouplistdialog.c
8590         * src/grouplistdialog.h
8591         * src/headerview.c
8592         * src/html.c
8593         * src/html.h
8594         * src/image_viewer.c
8595         * src/image_viewer.h
8596         * src/imap.c
8597         * src/imap.h
8598         * src/imap_gtk.c
8599         * src/imap_gtk.h
8600         * src/import.h
8601         * src/importldif.c
8602         * src/importldif.h
8603         * src/importmutt.c
8604         * src/importmutt.h
8605         * src/importpine.c
8606         * src/importpine.h
8607         * src/inc.c
8608         * src/inc.h
8609         * src/jpilot.c
8610         * src/jpilot.h
8611         * src/ldapctrl.c
8612         * src/ldapctrl.h
8613         * src/ldaplocate.c
8614         * src/ldaplocate.h
8615         * src/ldapquery.c
8616         * src/ldapquery.h
8617         * src/ldapserver.c
8618         * src/ldapserver.h
8619         * src/ldaputil.c
8620         * src/ldaputil.h
8621         * src/ldif.c
8622         * src/ldif.h
8623         * src/main.c
8624         * src/main.h
8625         * src/mainwindow.c
8626         * src/mainwindow.h
8627         * src/manual.c
8628         * src/manual.h
8629         * src/mbox.c
8630         * src/mbox.h
8631         * src/message_search.c
8632         * src/message_search.h
8633         * src/messageview.c
8634         * src/messageview.h
8635         * src/mh.c
8636         * src/mh.h
8637         * src/mh_gtk.c
8638         * src/mh_gtk.h
8639         * src/mimeview.c
8640         * src/mimeview.h
8641         * src/msgcache.c
8642         * src/msgcache.h
8643         * src/mutt.c
8644         * src/mutt.h
8645         * src/news.c
8646         * src/news.h
8647         * src/news_gtk.c
8648         * src/news_gtk.h
8649         * src/partial_download.c
8650         * src/partial_download.h
8651         * src/pine.c
8652         * src/pine.h
8653         * src/pop.c
8654         * src/pop.h
8655         * src/prefs_account.c
8656         * src/prefs_account.h
8657         * src/prefs_actions.c
8658         * src/prefs_actions.h
8659         * src/prefs_common.c
8660         * src/prefs_common.h
8661         * src/prefs_compose_writing.c
8662         * src/prefs_compose_writing.h
8663         * src/prefs_customheader.c
8664         * src/prefs_customheader.h
8665         * src/prefs_display_header.c
8666         * src/prefs_display_header.h
8667         * src/prefs_filtering.c
8668         * src/prefs_filtering.h
8669         * src/prefs_filtering_action.c
8670         * src/prefs_filtering_action.h
8671         * src/prefs_folder_column.c
8672         * src/prefs_folder_column.h
8673         * src/prefs_folder_item.c
8674         * src/prefs_folder_item.h
8675         * src/prefs_fonts.c
8676         * src/prefs_fonts.h
8677         * src/prefs_gtk.c
8678         * src/prefs_gtk.h
8679         * src/prefs_image_viewer.c
8680         * src/prefs_image_viewer.h
8681         * src/prefs_matcher.c
8682         * src/prefs_matcher.h
8683         * src/prefs_message.c
8684         * src/prefs_msg_colors.c
8685         * src/prefs_msg_colors.h
8686         * src/prefs_other.c
8687         * src/prefs_quote.c
8688         * src/prefs_receive.c
8689         * src/prefs_send.c
8690         * src/prefs_spelling.c
8691         * src/prefs_spelling.h
8692         * src/prefs_summaries.c
8693         * src/prefs_summaries.h
8694         * src/prefs_summary_column.c
8695         * src/prefs_summary_column.h
8696         * src/prefs_template.c
8697         * src/prefs_template.h
8698         * src/prefs_themes.c
8699         * src/prefs_themes.h
8700         * src/prefs_toolbar.c
8701         * src/prefs_toolbar.h
8702         * src/prefs_wrapping.c
8703         * src/prefs_wrapping.h
8704         * src/privacy.c
8705         * src/privacy.h
8706         * src/procheader.c
8707         * src/procheader.h
8708         * src/procmime.c
8709         * src/procmime.h
8710         * src/procmsg.c
8711         * src/procmsg.h
8712         * src/quote_fmt.c
8713         * src/quote_fmt_parse.y
8714         * src/recv.c
8715         * src/recv.h
8716         * src/remotefolder.c
8717         * src/remotefolder.h
8718         * src/send_message.c
8719         * src/send_message.h
8720         * src/setup.c
8721         * src/setup.h
8722         * src/sourcewindow.c
8723         * src/sourcewindow.h
8724         * src/ssl_manager.c
8725         * src/ssl_manager.h
8726         * src/statusbar.c
8727         * src/statusbar.h
8728         * src/stock_pixmap.c
8729         * src/stock_pixmap.h
8730         * src/summary_search.c
8731         * src/summary_search.h
8732         * src/summaryview.c
8733         * src/summaryview.h
8734         * src/syldap.c
8735         * src/syldap.h
8736         * src/textview.c
8737         * src/textview.h
8738         * src/toolbar.c
8739         * src/toolbar.h
8740         * src/undo.c
8741         * src/undo.h
8742         * src/unmime.c
8743         * src/unmime.h
8744         * src/vcard.c
8745         * src/vcard.h
8746         * src/wizard.c
8747         * src/wizard.h
8748         * src/common/base64.c
8749         * src/common/base64.h
8750         * src/common/defs.h
8751         * src/common/hooks.c
8752         * src/common/hooks.h
8753         * src/common/log.c
8754         * src/common/log.h
8755         * src/common/mgutils.c
8756         * src/common/mgutils.h
8757         * src/common/nntp.c
8758         * src/common/nntp.h
8759         * src/common/passcrypt.c
8760         * src/common/passcrypt.h.in
8761         * src/common/plugin.c
8762         * src/common/plugin.h
8763         * src/common/prefs.c
8764         * src/common/prefs.h
8765         * src/common/progressindicator.c
8766         * src/common/progressindicator.h
8767         * src/common/quoted-printable.c
8768         * src/common/quoted-printable.h
8769         * src/common/session.c
8770         * src/common/session.h
8771         * src/common/smtp.c
8772         * src/common/smtp.h
8773         * src/common/socket.c
8774         * src/common/socket.h
8775         * src/common/ssl.c
8776         * src/common/ssl.h
8777         * src/common/ssl_certificate.c
8778         * src/common/ssl_certificate.h
8779         * src/common/stringtable.c
8780         * src/common/stringtable.h
8781         * src/common/sylpheed.c
8782         * src/common/sylpheed.h
8783         * src/common/template.c
8784         * src/common/template.h
8785         * src/common/timing.h
8786         * src/common/utils.c
8787         * src/common/utils.h
8788         * src/common/version.h.in
8789         * src/common/xml.c
8790         * src/common/xml.h
8791         * src/common/xmlprops.c
8792         * src/common/xmlprops.h
8793         * src/gtk/colorlabel.c
8794         * src/gtk/colorsel.c
8795         * src/gtk/colorsel.h
8796         * src/gtk/description_window.c
8797         * src/gtk/description_window.h
8798         * src/gtk/filesel.c
8799         * src/gtk/filesel.h
8800         * src/gtk/foldersort.c
8801         * src/gtk/foldersort.h
8802         * src/gtk/gtkutils.c
8803         * src/gtk/gtkutils.h
8804         * src/gtk/inputdialog.c
8805         * src/gtk/inputdialog.h
8806         * src/gtk/logwindow.c
8807         * src/gtk/logwindow.h
8808         * src/gtk/manage_window.c
8809         * src/gtk/manage_window.h
8810         * src/gtk/menu.c
8811         * src/gtk/menu.h
8812         * src/gtk/pluginwindow.c
8813         * src/gtk/pluginwindow.h
8814         * src/gtk/prefswindow.c
8815         * src/gtk/prefswindow.h
8816         * src/gtk/progressdialog.c
8817         * src/gtk/progressdialog.h
8818         * src/gtk/sslcertwindow.c
8819         * src/gtk/sslcertwindow.h
8820         * src/plugins/clamav/clamav_plugin.c
8821         * src/plugins/clamav/clamav_plugin.h
8822         * src/plugins/clamav/clamav_plugin_gtk.c
8823         * src/plugins/demo/demo.c
8824         * src/plugins/dillo_viewer/dillo_prefs.c
8825         * src/plugins/dillo_viewer/dillo_prefs.h
8826         * src/plugins/dillo_viewer/dillo_viewer.c
8827         * src/plugins/pgpcore/passphrase.c
8828         * src/plugins/pgpcore/passphrase.h
8829         * src/plugins/pgpcore/plugin.c
8830         * src/plugins/pgpcore/select-keys.c
8831         * src/plugins/pgpcore/select-keys.h
8832         * src/plugins/pgpcore/sgpgme.c
8833         * src/plugins/pgpcore/sgpgme.h
8834         * src/plugins/pgpinline/pgpinline.c
8835         * src/plugins/pgpinline/pgpinline.h
8836         * src/plugins/pgpinline/plugin.c
8837         * src/plugins/pgpmime/pgpmime.c
8838         * src/plugins/pgpmime/pgpmime.h
8839         * src/plugins/pgpmime/plugin.c
8840         * src/plugins/spamassassin/spamassassin.c
8841         * src/plugins/spamassassin/spamassassin.h
8842         * src/plugins/spamassassin/spamassassin_gtk.c
8843         * src/plugins/trayicon/trayicon.c
8844                 update copyright header
8845
8846 2006-01-13 [paul]       1.9.100cvs141
8847
8848         * src/account.c
8849         * src/export.c
8850         * src/import.c
8851         * src/mainwindow.c
8852         * src/prefs_account.c
8853         * src/prefs_display_header.c
8854         * src/prefs_receive.c
8855         * src/prefs_send.c
8856         * src/prefs_summaries.c
8857         * src/prefs_themes.c
8858         * src/prefs_toolbar.c
8859         * src/gtk/about.c
8860                 various cleanups
8861
8862 2006-01-12 [colin]      1.9.100cvs140
8863
8864         * src/folder.c
8865         * src/folder.h
8866         * src/main.c
8867                 Add --subscribe option
8868                 Let sylpheed-claws email@domain.com equivalent to --compose
8869                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
8870
8871 2006-01-12 [paul]       1.9.100cvs139
8872
8873         * src/mainwindow.c
8874                 append 'Change folder order' label with '...'
8875         * src/prefs_actions.c
8876                 allow reordering of actions list by dnd
8877         * src/gtk/foldersort.c
8878                 make the dialog nicer
8879
8880 2006-01-11 [colin]      1.9.100cvs138
8881
8882         * src/compose.c
8883                 Allow templates without text
8884
8885 2006-01-11 [paul]       1.9.100cvs137
8886
8887         * tools/README
8888         * tools/filter_conv_new.pl
8889                 add info to README
8890                 also check .sylpheed for filter.xml
8891                 be a bit informative to the user
8892
8893 2006-01-11 [colin]      1.9.100cvs136
8894
8895         * src/textview.c
8896                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
8897
8898 2006-01-10 [paul]       1.9.100cvs135
8899
8900         * tools/Makefile.am
8901         * tools/filter_conv_new.pl
8902                 add script to convert new style Sylpheed
8903                 filter rules (Sylpheed >= 0.9.99) to
8904                 Claws filtering rules
8905
8906 2006-01-10 [colin]      1.9.100cvs134
8907
8908         * src/compose.c
8909                 Fix broken line joins in certain conditions
8910                 (between two quoted lines: <enter><enter><up>
8911                  <type a wrapped sentence><go in the first line>
8912                  <insert more text><watch as line joining failed>)
8913
8914 2006-01-10 [paul]       1.9.100cvs133
8915
8916         * src/compose.c
8917                 don't report success in error dialog
8918                 thanks to Colin
8919         * src/common/utils.c
8920                 include some trailing punctuations as URI
8921                 thanks to Hiro
8922
8923 2006-01-10 [paul]       1.9.100cvs132
8924
8925         * src/mimeview.c
8926                 fix incompatible pointer type
8927                 warning
8928
8929 2006-01-10 [paul]       1.9.100cvs131
8930
8931         * src/compose.c
8932                 change Subject in window title
8933                 instantaneously
8934
8935 2006-01-09 [colin]      1.9.100cvs130
8936
8937         * src/addressbook.c
8938         * src/headerview.c
8939         * src/mainwindow.c
8940         * src/messageview.c
8941         * src/mimeview.c
8942         * src/noticeview.c
8943         * src/summaryview.c
8944                 Fix possible crashes on exit and in addressbook
8945
8946 2006-01-09 [paul]       1.9.100cvs129
8947
8948         * src/prefs_msg_colors.c
8949                 some cleanups that I forgot last time
8950
8951 2006-01-09 [paul]       1.9.100cvs128
8952
8953         * README
8954         * src/folderview.c
8955         * src/prefs_msg_colors.c
8956                 add previously hidden option, color_new, to
8957                 the gui
8958                 move the page to Display/
8959                 rework the gui
8960
8961 2006-01-09 [wwp]        1.9.100cvs127
8962
8963         * src/prefs_themes.c
8964                 made the prefs/display/themes layouts spacing less condensed
8965                 (and so they match other prefs/pages' look).
8966
8967 2006-01-09 [paul]       1.9.100cvs126
8968
8969         * src/compose.c
8970         * src/prefs_common.c
8971         * src/prefs_common.h
8972         * src/prefs_wrapping.c
8973                 remove 'wrap at send' option
8974
8975 2006-01-06 [colin]      1.9.100cvs125
8976
8977         * src/compose.c
8978                 Just make completely sure we don't insert "manual line breaks" 
8979                 when wrapping... 
8980
8981 2006-01-04 [paul]
8982
8983         * 2.0.0-rc3 released
8984
8985 2006-01-04 [paul]       1.9.100cvs124
8986
8987         * src/folderview.c
8988                 fix bug 882, 'quick scroll in folder list
8989                 displays wrong folder contents'
8990
8991 2006-01-04 [paul]       1.9.100cvs123
8992
8993         * src/plugins/pgpmime/pgpmime.c
8994                 better debug information when signing
8995                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
8996
8997 2006-01-03 [colin]      1.9.100cvs122
8998
8999         * configure.ac
9000                 We need to recheck for gpgme 1.0.0 after checking
9001                 for 1.1.1, because if 1.1.1 isn't available, 
9002                 GPGME_LIBS and friends are blanked out by the 
9003                 second check.
9004
9005 2006-01-03 [colin]      1.9.100cvs121
9006
9007         * src/common/prefs.c
9008                 Windows unlink-before rename fix
9009         * src/plugins/pgpcore/sgpgme.c
9010                 Add support for PKA info if available
9011                 Both patches by Werner Koch
9012
9013 2006-01-03 [paul]       1.9.100cvs120
9014
9015         * src/messageview.c
9016                 fix bug 884, 'Send receipt' button visible in queue
9017                 Thanks to Colin
9018
9019 2006-01-02 [colin]      1.9.100cvs119
9020
9021         * src/compose.c
9022         * src/imap.c
9023                 Fix autosave on IMAP and more generally try to
9024                 return the correct ID on a newly added IMAP message
9025
9026 2006-01-02 [paul]       1.9.100cvs118
9027
9028         * manual/keyboard.xml
9029                 edited
9030
9031 2006-01-01 [paul]       1.9.100cvs117
9032
9033         * src/gtk/authors.h
9034                 alphabetical order
9035
9036 2005-12-30 [colin]      1.9.100cvs116
9037
9038         * manual/advanced.xml
9039                 Explain Pre/Post-processing differences.
9040
9041 2005-12-30 [colin]      1.9.100cvs115
9042
9043         * src/mh.c
9044                 Implement copy_msgs for a little optimization
9045         * src/imap.c
9046                 Finish yesterday's fix
9047
9048 2005-12-29 [colin]      1.9.100cvs114
9049
9050         * src/imap.c
9051                 Fix occasional failure in fetching a mail over
9052                 IMAP
9053
9054 2005-12-29 [colin]      1.9.100cvs113
9055
9056         * src/compose.c
9057                 Don't remove a draft when sending it, if it is 
9058                 locked.
9059
9060 2005-12-28 [colin]      1.9.100cvs112
9061
9062         * src/summaryview.c
9063                 Fix leak for real
9064
9065 2005-12-28 [wwp]        1.9.100cvs111
9066
9067         * doc/faq/.cvsignore
9068         * doc/faq/de/.cvsignore
9069         * doc/faq/en/.cvsignore
9070         * doc/faq/es/.cvsignore
9071         * doc/faq/fr/.cvsignore
9072         * doc/faq/it/.cvsignore
9073         * doc/manual/.cvsignore
9074         * doc/manual/de/.cvsignore
9075         * doc/manual/en/.cvsignore
9076         * doc/manual/es/.cvsignore
9077         * doc/manual/fr/.cvsignore
9078         * doc/manual/ja/.cvsignore
9079         * src/plugins/mathml_viewer/.cvsignore
9080                 rollback revival of those files (my bad, sorry for the noise).
9081
9082 2005-12-28 [wwp]        1.9.100cvs110
9083
9084         * src/compose.c
9085                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9086
9087 2005-12-28 [wwp]        1.9.100cvs109
9088
9089         * doc/faq/.cvsignore
9090         * doc/faq/de/.cvsignore
9091         * doc/faq/en/.cvsignore
9092         * doc/faq/es/.cvsignore
9093         * doc/faq/fr/.cvsignore
9094         * doc/faq/it/.cvsignore
9095         * doc/manual/.cvsignore
9096         * doc/manual/de/.cvsignore
9097         * doc/manual/en/.cvsignore
9098         * doc/manual/es/.cvsignore
9099         * doc/manual/fr/.cvsignore
9100         * doc/manual/ja/.cvsignore
9101         * src/plugins/mathml_viewer/.cvsignore
9102         * po/.cvsignore
9103                 more files to ignore.
9104
9105 2005-12-24 [colin]      1.9.100cvs108
9106
9107         * AUTHORS
9108         * src/gtk/authors.h
9109                 Update for Werner
9110
9111 2005-12-24 [colin]      1.9.100cvs107
9112
9113         * src/procmsg.c
9114                 Allow NULL src_msginfo in 
9115                 procmsg_msginfo_new_from_mimeinfo
9116
9117 2005-12-23 [paul]       1.9.100cvs106
9118
9119         * src/plugins/pgpinline/mypgpcore.def
9120                 add this forgotten file
9121
9122 2005-12-23 [colin]      1.9.100cvs105
9123
9124         * src/mainwindow.c
9125                 Fix missing break
9126
9127 2005-12-23 [colin]      1.9.100cvs104
9128
9129         * autogen.sh
9130         * src/folder.c
9131         * src/mh.c
9132         * src/common/plugin.c
9133         * src/common/socket.c
9134         * src/common/socket.h
9135         * src/common/utils.c
9136         * src/common/utils.h
9137         * src/gtk/pluginwindow.c
9138         * src/plugins/pgpcore/plugin.def
9139         * src/plugins/pgpcore/sylpheed.def
9140         * src/plugins/pgpinline/Makefile.am
9141         * src/plugins/pgpinline/plugin.def
9142         * src/plugins/pgpinline/sylpheed.def
9143         * src/plugins/pgpmime/plugin.def
9144         * src/plugins/pgpmime/sylpheed.def
9145                 Various w32 fixes by Werner Koch
9146
9147 2005-12-22 [paul]       1.9.100cvs103
9148
9149         * src/wizard.c
9150                 don't offer IMAP as 'server type' if
9151                 libetpan isn't built in
9152
9153 2005-12-22 [paul]       1.9.100cvs102
9154
9155         * AUTHORS
9156         * src/mainwindow.c
9157         * src/mainwindow.h
9158         * src/toolbar.c
9159         * src/gtk/authors.h
9160                 support GTK_TOOLBAR_BOTH_HORIZ (text
9161                 next to icon) Patch by Marien Zwart
9162                 marienz@users.sf.net
9163                 Also reword the text
9164
9165 2005-12-21 [colin]      1.9.100cvs101
9166
9167         * configure.ac
9168                 Fix DATADIRNAME
9169         * COPYING
9170                 Fix missing section and explicit the exception better
9171         * src/compose.c
9172                 Prevent mail from being lost without notice when an
9173                 SMTP error happens on trying to send an unmodified
9174                 drafted mail.
9175         * src/send_message.c
9176         * src/common/smtp.c
9177                 Fix password remembering when wrong, and add return
9178                 value checks where they should have been
9179         * src/plugins/pgpcore/sylpheed.def
9180         * src/plugins/pgpinline/sylpheed.def
9181         * src/plugins/pgpmime/sylpheed.def
9182                 Add a few symbols needed
9183
9184 2005-12-21 [paul]       1.9.100cvs100
9185
9186         * m4/codeset.m4
9187         * m4/glibc21.m4
9188         * m4/intdiv0.m4
9189         * m4/inttypes-pri.m4
9190         * m4/inttypes.m4
9191         * m4/inttypes_h.m4
9192         * m4/isc-posix.m4
9193         * m4/lcmessage.m4
9194         * m4/stdint_h.m4
9195         * m4/uintmax_t.m4
9196                 gettextization
9197                 thanks to Colin
9198
9199 2005-12-21 [paul]       1.9.100cvs99
9200
9201         * po/sv.po
9202                 fixed by Colin
9203
9204 2005-12-20 [paul]       1.9.100cvs98
9205
9206         * po/sv.po
9207                 updated by Anders Trobäck
9208
9209 2005-12-20 [colin]      1.9.100cvs97
9210
9211         * ABOUT-NLS
9212         * Makefile.am
9213         * autogen.sh
9214         * configure.ac
9215         * config/config.rpath
9216         * config/mkinstalldirs
9217         * m4/Makefile.am
9218         * m4/glibc2.m4
9219         * m4/gnupg.m4
9220         * m4/gpgme.m4
9221         * m4/intmax.m4
9222         * m4/longdouble.m4
9223         * m4/longlong.m4
9224         * m4/printf-posix.m4
9225         * m4/signed.m4
9226         * m4/size_max.m4
9227         * m4/ulonglong.m4
9228         * m4/wchar_t.m4
9229         * m4/wint_t.m4
9230         * m4/xsize.m4
9231         * po/Makefile.in.in
9232         * po/Makevars
9233         * po/bg.po
9234         * po/ca.po
9235         * po/cs.po
9236         * po/de.po
9237         * po/el.po
9238         * po/en_GB.po
9239         * po/es.po
9240         * po/fi.po
9241         * po/fr.po
9242         * po/hr.po
9243         * po/hu.po
9244         * po/it.po
9245         * po/ja.po
9246         * po/ko.po
9247         * po/nb.po
9248         * po/nl.po
9249         * po/pl.po
9250         * po/pt_BR.po
9251         * po/ru.po
9252         * po/sk.po
9253         * po/sr.po
9254         * po/stamp-po
9255         * po/sv.po
9256         * po/zh_CN.po
9257         * po/zh_TW.po
9258         * src/Makefile.am
9259         * src/codeconv.c
9260         * src/compose.c
9261         * src/exporthtml.c
9262         * src/exportldif.c
9263         * src/folder.c
9264         * src/main.c
9265         * src/manual.c
9266         * src/mh.c
9267         * src/mimeview.c
9268         * src/send_message.c
9269         * src/common/Makefile.am
9270         * src/common/fnmatch.c
9271         * src/common/fnmatch.h
9272         * src/common/fnmatch_loop.c
9273         * src/common/nntp.c
9274         * src/common/plugin.c
9275         * src/common/smtp.c
9276         * src/common/socket.c
9277         * src/common/string_match.c
9278         * src/common/sylpheed.c
9279         * src/common/utils.c
9280         * src/common/utils.h
9281         * src/common/w32_dirent.c
9282         * src/common/w32_reg.c
9283         * src/common/w32_signal.c
9284         * src/common/w32_stat.c
9285         * src/common/w32_stdio.c
9286         * src/common/w32_stdlib.c
9287         * src/common/w32_string.c
9288         * src/common/w32_time.c
9289         * src/common/w32_unistd.c
9290         * src/common/w32_wait.c
9291         * src/common/w32lib.h
9292         * src/etpan/Makefile.am
9293         * src/gtk/Makefile.am
9294         * src/plugins/clamav/Makefile.am
9295         * src/plugins/demo/Makefile.am
9296         * src/plugins/dillo_viewer/Makefile.am
9297         * src/plugins/pgpcore/Makefile.am
9298         * src/plugins/pgpcore/passphrase.c
9299         * src/plugins/pgpcore/plugin.def
9300         * src/plugins/pgpcore/sgpgme.c
9301         * src/plugins/pgpcore/sylpheed.def
9302         * src/plugins/pgpcore/version.rc
9303         * src/plugins/pgpinline/Makefile.am
9304         * src/plugins/pgpinline/plugin.def
9305         * src/plugins/pgpinline/sylpheed.def
9306         * src/plugins/pgpinline/version.rc
9307         * src/plugins/pgpmime/Makefile.am
9308         * src/plugins/pgpmime/mypgpcore.def
9309         * src/plugins/pgpmime/plugin.def
9310         * src/plugins/pgpmime/sylpheed.def
9311         * src/plugins/pgpmime/version.rc
9312         * src/plugins/spamassassin/Makefile.am
9313                 Very little ;-) patch from Werner Koch, providing
9314                 infrastructure for cross-compiling to Win32
9315
9316 2005-12-20 [paul]       1.9.100cvs96
9317
9318         * src/account.c
9319         * src/account.h
9320         * src/mainwindow.c
9321         * src/mainwindow.h
9322         * src/toolbar.c
9323         * src/toolbar.h
9324                 add a combo to the Get All button, allowing
9325                 quick retrieval from any account
9326                 Patch by Fabien Vantard, slightly modified
9327                 by Colin
9328         * src/gtk/about.c
9329                 i18n fix. Patch by Fabien Vantard
9330
9331 2005-12-19 [colin]      1.9.100cvs95
9332
9333         * src/compose.c
9334         * src/compose.h
9335                 Don't automatically join lines when they've 
9336                 been separated by the user and not automatically
9337
9338 2005-12-19 [paul]       1.9.100cvs94
9339
9340         * src/gtk/pluginwindow.c
9341                 i18n fix.
9342                 Patch by Fabien Vantard
9343
9344 2005-12-15 [paul]       1.9.100cvs93
9345
9346         * src/common/plugin.c
9347         * src/common/plugin.h
9348         * src/gtk/pluginwindow.c
9349         * src/plugins/clamav/clamav_plugin.c
9350         * src/plugins/demo/demo.c
9351         * src/plugins/dillo_viewer/dillo_viewer.c
9352         * src/plugins/pgpcore/plugin.c
9353         * src/plugins/pgpinline/plugin.c
9354         * src/plugins/pgpmime/plugin.c
9355         * src/plugins/spamassassin/spamassassin.c
9356         * src/plugins/trayicon/trayicon.c
9357                 add plugin_version()
9358
9359 2005-12-15 [colin]      1.9.100cvs92
9360
9361         * src/compose.c
9362                 Further fix bug #875
9363
9364 2005-12-15 [paul]       1.9.100cvs91
9365
9366         * src/gtk/filesel.c
9367                 fix attach_load_dir getting set to
9368                 PLUGINDIR on plugin load
9369
9370 2005-12-14 [mones]      1.9.100cvs90
9371
9372         * manual/ack.xml
9373         * manual/keyboard.xml
9374                 Initial draft and some shortcuts added
9375                 
9376         * po/es.po
9377                 Updated translation
9378
9379 2005-12-14 [colin]      1.9.100cvs89
9380
9381         * src/compose.c
9382         * src/imap.c
9383         * src/summaryview.c
9384         * src/gtk/gtkaspell.c
9385                 More leaks fixed
9386         * src/prefs_folder_item.c
9387                 Fix recursive prefs apply
9388
9389
9390 2005-12-14 [colin]      1.9.100cvs88
9391
9392         * src/compose.c
9393                 Fix bug #875 (Freeze On Inline Forward of 
9394                 Large Message)
9395
9396 2005-12-13 [colin]      1.9.100cvs87
9397
9398         * src/compose.c
9399                 Uniq-ify and sort the mimetypes list
9400                 Patch by Fabien Vantard
9401
9402 2005-12-13 [colin]      1.9.100cvs86
9403
9404         * src/imap.c
9405         * src/etpan/imap-thread.c
9406                 Fix leaks (patch by Hoa)
9407         * src/news.c
9408         * src/common/plugin.c
9409                 Fix leaks
9410
9411 2005-12-12 [colin]
9412
9413         * 2.0.0-rc2 released
9414
9415 2005-12-12 [colin]      1.9.100cvs85
9416
9417         * src/matcher.c
9418                 Fix a leak
9419
9420 2005-12-12 [wwp]        1.9.100cvs84
9421
9422         * src/gtk/icon_legend.c
9423                 fix misbehaviour and crash when closing the legend window
9424         using the Esc key (patch by Fabien Vantard).
9425
9426 2005-12-12 [paul]       1.9.100cvs83
9427
9428         * src/browseldap.c
9429         * src/foldersel.c
9430         * src/prefs_actions.c
9431         * src/prefs_filtering.c
9432         * src/prefs_matcher.c
9433         * src/prefs_spelling.glade      ** REMOVED **
9434         * src/prefs_template.c
9435         * src/gtk/foldersort.glade      ** REMOVED **
9436         * src/gtk/pluginwindow.c
9437         * src/gtk/pluginwindow.glade    ** REMOVED **
9438         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9439                 cleanups
9440
9441 2005-12-11 [paul]       1.9.100cvs82
9442
9443         * src/gtk/filesel.c
9444                 fix attach_load_dir crasher (double free)
9445
9446 2005-12-09 [paul]       1.9.100cvs81
9447
9448         * po/POTFILES.in
9449         * src/mainwindow.c
9450         * src/gtk/Makefile.am
9451         * src/gtk/icon_legend.c
9452         * src/gtk/icon_legend.h
9453                 add icon legend
9454         * src/manual.c
9455                 cleanup
9456
9457 2005-12-09 [paul]       1.9.100cvs80
9458
9459         * src/plugins/pgpcore/passphrase.c
9460                 wrap the label in the dialog
9461
9462 2005-12-09 [colin]      1.9.100cvs79
9463
9464         * src/plugins/pgpcore/sgpgme.c
9465                 Display (untrusted) on not trusted signatures
9466                 Patch by Michal Èihaø <michal@cihar.com>
9467                 Closes bug #867 (Report also key trust)
9468
9469 2005-12-09 [colin]      1.9.100cvs78
9470
9471         * src/common/plugin.c
9472                 Update licence check, following Eben Moglen's advice
9473
9474 2005-12-08 [colin]      1.9.100cvs77
9475
9476         * src/folder.c
9477                 Fix the occasionnal item->cache != NULL 
9478                 assertion failure. 
9479
9480 2005-12-08 [colin]      1.9.100cvs76
9481
9482         * src/mimeview.c
9483         * src/plugins/pgpcore/sgpgme.c
9484                 Print key id when unable to check it
9485                 Closes bug #866 (Show key id when missing)
9486
9487 2005-12-08 [paul]       1.9.100cvs75
9488
9489         * src/prefs_common.c
9490         * src/prefs_common.h
9491         * src/gtk/filesel.c
9492                 remember load attachment dir
9493
9494 2005-12-07 [colin]      1.9.100cvs74
9495
9496         * src/prefs_toolbar.c
9497                 Gtk fixes, patch by Fabien Vantard
9498
9499 2005-12-07 [colin]      1.9.100cvs73
9500
9501         * src/action.c
9502         * src/compose.c
9503         * src/compose.h
9504                 Fix bug #839 (Quoted text isn't colored after 
9505                 executing an action)
9506         * src/common/plugin.c
9507                 Require plugins to declare their licence in plugin_licence()
9508                 Refuse to load non-GPL plugins as they'd be illegal (as 
9509                 derived works of Sylpheed-Claws, they must be GPL).
9510         * src/plugins/clamav/clamav_plugin.c
9511         * src/plugins/demo/demo.c
9512         * src/plugins/dillo_viewer/dillo_viewer.c
9513         * src/plugins/pgpcore/plugin.c
9514         * src/plugins/pgpinline/plugin.c
9515         * src/plugins/pgpmime/plugin.c
9516         * src/plugins/spamassassin/spamassassin.c
9517         * src/plugins/trayicon/trayicon.c
9518                 Add plugin_licence()
9519
9520 2005-12-07 [paul]       1.9.100cvs72
9521
9522         * configure.ac
9523         * src/mainwindow.c
9524         * src/manual.c
9525         * src/manual.h
9526         * src/common/defs.h
9527                 clean up after local FAQ removal and
9528                 temporary manual removal
9529
9530 2005-12-06 [colin]      1.9.100cvs71
9531
9532         * configure.ac
9533         * doc/Makefile.am
9534         * doc/faq/.cvsignore
9535         * doc/faq/Makefile.am
9536         * doc/faq/de/.cvsignore
9537         * doc/faq/de/Makefile.am
9538         * doc/faq/de/sylpheed-faq-1.html
9539         * doc/faq/de/sylpheed-faq-2.html
9540         * doc/faq/de/sylpheed-faq-3.html
9541         * doc/faq/de/sylpheed-faq.html
9542         * doc/faq/en/.cvsignore
9543         * doc/faq/en/Makefile.am
9544         * doc/faq/en/sylpheed-faq-1.html
9545         * doc/faq/en/sylpheed-faq-2.html
9546         * doc/faq/en/sylpheed-faq-3.html
9547         * doc/faq/en/sylpheed-faq-4.html
9548         * doc/faq/en/sylpheed-faq.html
9549         * doc/faq/es/.cvsignore
9550         * doc/faq/es/Makefile.am
9551         * doc/faq/es/sylpheed-faq-1.html
9552         * doc/faq/es/sylpheed-faq-2.html
9553         * doc/faq/es/sylpheed-faq-3.html
9554         * doc/faq/es/sylpheed-faq-4.html
9555         * doc/faq/es/sylpheed-faq.html
9556         * doc/faq/fr/.cvsignore
9557         * doc/faq/fr/Makefile.am
9558         * doc/faq/fr/sylpheed-faq-1.html
9559         * doc/faq/fr/sylpheed-faq-2.html
9560         * doc/faq/fr/sylpheed-faq-3.html
9561         * doc/faq/fr/sylpheed-faq.html
9562         * doc/faq/it/.cvsignore
9563         * doc/faq/it/Makefile.am
9564         * doc/faq/it/sylpheed-faq-1.html
9565         * doc/faq/it/sylpheed-faq-2.html
9566         * doc/faq/it/sylpheed-faq-3.html
9567         * doc/faq/it/sylpheed-faq.html
9568         * doc/manual/.cvsignore
9569         * doc/manual/Makefile.am
9570         * doc/manual/de/.cvsignore
9571         * doc/manual/de/Makefile.am
9572         * doc/manual/de/sylpheed-1.html
9573         * doc/manual/de/sylpheed-10.html
9574         * doc/manual/de/sylpheed-11.html
9575         * doc/manual/de/sylpheed-12.html
9576         * doc/manual/de/sylpheed-13.html
9577         * doc/manual/de/sylpheed-14.html
9578         * doc/manual/de/sylpheed-15.html
9579         * doc/manual/de/sylpheed-16.html
9580         * doc/manual/de/sylpheed-17.html
9581         * doc/manual/de/sylpheed-18.html
9582         * doc/manual/de/sylpheed-19.html
9583         * doc/manual/de/sylpheed-2.html
9584         * doc/manual/de/sylpheed-20.html
9585         * doc/manual/de/sylpheed-3.html
9586         * doc/manual/de/sylpheed-4.html
9587         * doc/manual/de/sylpheed-5.html
9588         * doc/manual/de/sylpheed-6.html
9589         * doc/manual/de/sylpheed-7.html
9590         * doc/manual/de/sylpheed-8.html
9591         * doc/manual/de/sylpheed-9.html
9592         * doc/manual/de/sylpheed.html
9593         * doc/manual/en/.cvsignore
9594         * doc/manual/en/Makefile.am
9595         * doc/manual/en/sylpheed-1.html
9596         * doc/manual/en/sylpheed-10.html
9597         * doc/manual/en/sylpheed-11.html
9598         * doc/manual/en/sylpheed-12.html
9599         * doc/manual/en/sylpheed-13.html
9600         * doc/manual/en/sylpheed-14.html
9601         * doc/manual/en/sylpheed-15.html
9602         * doc/manual/en/sylpheed-16.html
9603         * doc/manual/en/sylpheed-17.html
9604         * doc/manual/en/sylpheed-18.html
9605         * doc/manual/en/sylpheed-19.html
9606         * doc/manual/en/sylpheed-2.html
9607         * doc/manual/en/sylpheed-20.html
9608         * doc/manual/en/sylpheed-21.html
9609         * doc/manual/en/sylpheed-22.html
9610         * doc/manual/en/sylpheed-3.html
9611         * doc/manual/en/sylpheed-4.html
9612         * doc/manual/en/sylpheed-5.html
9613         * doc/manual/en/sylpheed-6.html
9614         * doc/manual/en/sylpheed-7.html
9615         * doc/manual/en/sylpheed-8.html
9616         * doc/manual/en/sylpheed-9.html
9617         * doc/manual/en/sylpheed.html
9618         * doc/manual/es/.cvsignore
9619         * doc/manual/es/Makefile.am
9620         * doc/manual/es/sylpheed-1.html
9621         * doc/manual/es/sylpheed-10.html
9622         * doc/manual/es/sylpheed-11.html
9623         * doc/manual/es/sylpheed-12.html
9624         * doc/manual/es/sylpheed-13.html
9625         * doc/manual/es/sylpheed-14.html
9626         * doc/manual/es/sylpheed-15.html
9627         * doc/manual/es/sylpheed-16.html
9628         * doc/manual/es/sylpheed-17.html
9629         * doc/manual/es/sylpheed-18.html
9630         * doc/manual/es/sylpheed-19.html
9631         * doc/manual/es/sylpheed-2.html
9632         * doc/manual/es/sylpheed-20.html
9633         * doc/manual/es/sylpheed-3.html
9634         * doc/manual/es/sylpheed-4.html
9635         * doc/manual/es/sylpheed-5.html
9636         * doc/manual/es/sylpheed-6.html
9637         * doc/manual/es/sylpheed-7.html
9638         * doc/manual/es/sylpheed-8.html
9639         * doc/manual/es/sylpheed-9.html
9640         * doc/manual/es/sylpheed.html
9641         * doc/manual/fr/.cvsignore
9642         * doc/manual/fr/Makefile.am
9643         * doc/manual/fr/sylpheed-1.html
9644         * doc/manual/fr/sylpheed-10.html
9645         * doc/manual/fr/sylpheed-11.html
9646         * doc/manual/fr/sylpheed-12.html
9647         * doc/manual/fr/sylpheed-13.html
9648         * doc/manual/fr/sylpheed-14.html
9649         * doc/manual/fr/sylpheed-15.html
9650         * doc/manual/fr/sylpheed-16.html
9651         * doc/manual/fr/sylpheed-17.html
9652         * doc/manual/fr/sylpheed-18.html
9653         * doc/manual/fr/sylpheed-19.html
9654         * doc/manual/fr/sylpheed-2.html
9655         * doc/manual/fr/sylpheed-20.html
9656         * doc/manual/fr/sylpheed-3.html
9657         * doc/manual/fr/sylpheed-4.html
9658         * doc/manual/fr/sylpheed-5.html
9659         * doc/manual/fr/sylpheed-6.html
9660         * doc/manual/fr/sylpheed-7.html
9661         * doc/manual/fr/sylpheed-8.html
9662         * doc/manual/fr/sylpheed-9.html
9663         * doc/manual/fr/sylpheed.html
9664         * doc/manual/ja/.cvsignore
9665         * doc/manual/ja/Makefile.am
9666         * doc/manual/ja/sylpheed-1.html
9667         * doc/manual/ja/sylpheed-10.html
9668         * doc/manual/ja/sylpheed-11.html
9669         * doc/manual/ja/sylpheed-12.html
9670         * doc/manual/ja/sylpheed-13.html
9671         * doc/manual/ja/sylpheed-14.html
9672         * doc/manual/ja/sylpheed-15.html
9673         * doc/manual/ja/sylpheed-16.html
9674         * doc/manual/ja/sylpheed-17.html
9675         * doc/manual/ja/sylpheed-18.html
9676         * doc/manual/ja/sylpheed-19.html
9677         * doc/manual/ja/sylpheed-2.html
9678         * doc/manual/ja/sylpheed-20.html
9679         * doc/manual/ja/sylpheed-3.html
9680         * doc/manual/ja/sylpheed-4.html
9681         * doc/manual/ja/sylpheed-5.html
9682         * doc/manual/ja/sylpheed-6.html
9683         * doc/manual/ja/sylpheed-7.html
9684         * doc/manual/ja/sylpheed-8.html
9685         * doc/manual/ja/sylpheed-9.html
9686         * doc/manual/ja/sylpheed.html
9687         * doc/manual/ja/sylpheed.sgml
9688         * src/mainwindow.c
9689                 Remove outdated manual and faq. Noisy, eh?
9690
9691 2005-12-06 [colin]      1.9.100cvs70
9692
9693         * src/compose.c
9694         * src/quote_fmt_parse.y
9695         * src/undo.c
9696         * src/undo.h
9697                 Allow %X to position cursor at 0 
9698                 (no %X = before signature)
9699                 Fix paste as quotation putting the cursor at 0
9700                 Fix undo offsets when pasting
9701                 Insert the quote_fmt at once instead of line 
9702                 by line
9703                 Fix [Edited] when starting to reply/forward
9704
9705 2005-12-06 [paul]       1.9.100cvs69
9706
9707         * src/plugins/clamav/clamav_plugin_gtk.c
9708                 add another tooltip
9709         * src/plugins/spamassassin/spamassassin_gtk.c
9710                 rework spamassassin_create_widget_func()
9711
9712 2005-12-05 [colin]      1.9.100cvs68
9713
9714         * po/POTFILES.in
9715                 Fix make release ;-)
9716
9717 2005-12-05 [colin]      1.9.100cvs67
9718
9719         * src/compose.c
9720         * src/compose.h
9721                 Fix cursor positioning (not obeying %X)
9722
9723 2005-12-05 [paul]       1.9.100cvs66
9724
9725         * src/plugins/dillo_viewer/dillo_prefs.c
9726                 fix compilation warning
9727
9728 2005-12-05 [paul]       1.9.100cvs65
9729
9730         * src/prefs_spelling.c
9731         * src/plugins/trayicon/trayicon.c
9732                 cleanups - remove unused stuff
9733
9734 2005-12-05 [paul]       1.9.100cvs64
9735
9736         * README
9737         * manual/plugins.xml
9738                 remove info about removed mathml_viewer plugin
9739
9740 2005-12-05 [paul]       1.9.100cvs63
9741
9742         * configure.ac
9743         * src/plugins/Makefile.am
9744         * src/plugins/mathml_viewer/.cvsignore
9745         * src/plugins/mathml_viewer/Makefile.am
9746         * src/plugins/mathml_viewer/mathml_viewer.c
9747                 remove unmaintained mathml_viewer plugin
9748
9749 2005-12-05 [paul]       1.9.100cvs62
9750
9751         * src/summaryview.c
9752                 obey prefs_common.always_show_msg when
9753                 moving a msg
9754                 Thanks to Colin
9755
9756 2005-12-05 [paul]       1.9.100cvs61
9757
9758         * src/compose.c
9759         * src/prefs_account.c
9760         * src/prefs_filtering.c
9761         * src/prefs_quote.c
9762         * src/prefs_spelling.c
9763         * src/prefs_toolbar.c
9764         * src/summaryview.c
9765         * src/gtk/gtkutils.c
9766         * src/gtk/quicksearch.c
9767         * src/plugins/dillo_viewer/dillo_prefs.c
9768                 dialog cleanups
9769
9770 2005-12-04 [paul]       1.9.100cvs60
9771
9772         * src/inc.c
9773         * src/prefs_account.c
9774         * src/prefs_account.h
9775                 allow a Local account to specify a
9776                 default inbox
9777                 (closes bug 843 'Inbox cannot be changed for local
9778                  mailboxes')
9779
9780 2005-12-04 [colin]      1.9.100cvs59
9781
9782         * src/plugins/trayicon/trayicon.c
9783                 Remove Get, rename Get All to Get Mail in order to
9784                 be consistent with the default main toolbar
9785
9786 2005-12-03 [colin]      1.9.100cvs58
9787
9788         * manual/gpl.xml
9789         * manual/sylpheed-claws-manual.xml
9790                 Add GPL appendix
9791
9792 2005-12-03 [paul]       1.9.100cvs57
9793
9794         * AUTHORS
9795         * po/sv.po
9796         * src/gtk/authors.h
9797                 new (partially complete) Swedish translation
9798                 by Anders Troback <sylpheed@troback.com>
9799
9800 2005-12-02 [paul]       1.9.100cvs56
9801
9802         * configure.ac
9803                 libetpan 0.41 required
9804
9805 2005-12-02 [paul]       1.9.100cvs55
9806
9807         * src/plugins/clamav/clamav_plugin.c
9808         * src/plugins/clamav/clamav_plugin.h
9809         * src/plugins/clamav/clamav_plugin_gtk.c
9810         * src/plugins/spamassassin/spamassassin.c
9811         * src/plugins/spamassassin/spamassassin.h
9812         * src/plugins/spamassassin/spamassassin_gtk.c
9813                 unregister prefs pages on unloading, thus
9814                 preventing a crash
9815                 (thanks to Colin for the hint)
9816
9817 2005-12-02 [wwp]        1.9.100cvs54
9818
9819         * src/quote_fmt.h
9820         * src/quote_fmt_parse.y
9821                 fix misuse of gboolean*, use gboolean instead
9822                 (thanks to Paul, Colin, for pointing out that scaring one)
9823
9824 2005-12-02 [paul]       1.9.100cvs53
9825
9826         * src/plugins/clamav/clamav_plugin.c
9827                 int no --> unsigned int no
9828         * src/plugins/clamav/clamav_plugin_gtk.c
9829                 rework config page
9830
9831 2005-12-02 [wwp]        1.9.100cvs52
9832
9833         * src/compose.c
9834         * src/prefs_template.c
9835         * src/quote_fmt.h
9836         * src/quote_fmt_parse.y
9837                 prevent from executing |f and |p templates commands when
9838                 adding or replacing templates in prefs (avoids annoying and
9839                 potentially dangerous behaviours)
9840
9841 2005-12-02 [paul]       1.9.100cvs51
9842
9843         * src/prefs_common.c
9844                 allow translation of some default values
9845                 Patch by Fabien Vantard
9846
9847 2005-12-02 [paul]       1.9.100cvs50
9848
9849         * src/codeconv.c
9850         * src/codeconv.h
9851         * src/prefs_common.c
9852         * src/prefs_common.h
9853         * src/prefs_message.c
9854         * src/textview.c
9855                 remove obsolete 'convert_mb_alnum' option
9856                 and related stuff
9857         * src/gtk/about.c
9858                 remove unused 'about_textview_visibility_notify'
9859
9860 2005-12-02 [paul]       1.9.100cvs49
9861
9862         * src/prefs_account.c
9863         * src/prefs_compose_writing.c
9864         * src/prefs_fonts.c
9865         * src/prefs_gtk.h
9866         * src/prefs_image_viewer.c
9867         * src/prefs_message.c
9868         * src/prefs_other.c
9869         * src/prefs_receive.c
9870         * src/prefs_send.c
9871         * src/prefs_spelling.c
9872         * src/prefs_summaries.c
9873         * src/prefs_wrapping.c
9874         * src/plugins/dillo_viewer/dillo_prefs.c
9875         * src/plugins/pgpcore/prefs_gpg.c
9876                 several cleanups to the prefs dialogs
9877                 (slightly modified) patch by Fabien Vantard
9878
9879 2005-12-02 [paul]       1.9.100cvs48
9880
9881         * src/main.c
9882                 --exit means exit
9883         * src/send_message.c
9884                 fix crash on send when connection fails
9885
9886         Thanks to Colin
9887
9888 2005-12-01 [colin]      1.9.100cvs47
9889
9890         * src/html.c
9891                 Translate &hellip; to "..."
9892
9893 2005-11-30 [colin]      1.9.100cvs46
9894
9895         * src/matcher.c
9896         * src/matcher.h
9897                 Optimize back yesterday's fix.
9898
9899 2005-11-30 [paul]       1.9.100cvs45
9900
9901         * manual/faq.xml
9902                 standardised
9903         * manual/intro.xml
9904                 written by Colin, edited by me
9905
9906 2005-11-29 [colin]      1.9.100cvs44
9907
9908         * src/matcher.c
9909                 Skip headers unconditionnaly in match_body if the
9910                 rule is not message or ~message
9911
9912 2005-11-29 [colin]      1.9.100cvs43
9913
9914         * src/matcher.c
9915                 Fix body_part and such, not skipping headers 
9916                 if the matchcriteria wasn't the first in the rule
9917
9918 2005-11-29 [colin]      1.9.100cvs42
9919
9920         * src/compose.c
9921                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
9922                 option missing from message view window)
9923                 Fix double text D'n'D with gtk-2.8
9924         * src/matcher.c
9925                 Fix ~message, ~headers_part, ~body_part rules
9926         * src/messageview.c
9927                 Add Windows-1252 (Closes bug #863)
9928                 Fix accels
9929         * src/gtk/gtkaspell.c
9930                 Properly destroy accels in all menus
9931
9932 2005-11-29 [mones]      1.9.100cvs41
9933
9934         * po/es.po
9935                 Updated.
9936
9937 2005-11-27 [colin]      1.9.100cvs40
9938
9939         * src/mh_gtk.c
9940                 "/Remove mailbox" -> "/Remove mailbox..."
9941
9942 2005-11-27 [paul]       1.9.100cvs39
9943
9944         * AUTHORS
9945         * po/de.po
9946         * src/gtk/authors.h
9947                 updated by new maintainer, Stephan Sachse
9948
9949 2005-11-27 [paul]       1.9.100cvs38
9950
9951         * manual/faq.xml
9952                 written by Colin, edited by me
9953
9954 2005-11-27 [paul]       1.9.100cvs37
9955
9956         * src/prefs_common.c
9957         * src/prefs_common.h
9958         * src/prefs_receive.c
9959         * src/prefs_summaries.c
9960                 move 'go to inbox after receiving new mail'
9961                 option from display/sumamaries to mail
9962                 handling/receive, and rework prefs_summaries
9963                 dialog a little
9964
9965 2005-11-25 [martin]     1.9.100cvs36
9966
9967         * po/de.po
9968             fixed windows-1252 translation;
9969             translated some new and fuzzy strings
9970
9971 2005-11-25 [paul]       1.9.100cvs35
9972
9973         * src/plugins/clamav/clamav_plugin.c
9974                 complete the update done in cvs34
9975
9976 2005-11-25 [paul]       1.9.100cvs34
9977
9978         * src/plugins/clamav/clamav_plugin.c
9979                 reflect upstream changes
9980
9981 2005-11-25 [paul]       1.9.100cvs33
9982
9983         * manual/ack.xml
9984         * manual/plugins.xml
9985         * manual/sylpheed-claws-manual.xml
9986                 written/updated by Colin, edited by me
9987         * tools/acroread2sylpheed.pl
9988                 update binary name
9989
9990 2005-11-24 [colin]      1.9.100cvs32
9991
9992         * src/compose.c
9993                 Fix bug #856 (reediting messages forgets Request
9994                 Return Receipt)
9995
9996 2005-11-24 [paul]       1.9.100cvs31
9997
9998         * manual/addrbook.xml
9999         * manual/starting.xml
10000                 written by Colin, proofread, edited, adapted by me
10001         * manual/advanced.xml
10002                 add some Actions examples
10003         * src/importldif.c
10004                 use a Save button instead of a Close button
10005         * src/wizard.c
10006                 indicate mandatory fields
10007                 fix page display
10008                 Thanks to Colin
10009
10010 2005-11-23 [colin]      1.9.100cvs30
10011
10012         * src/addressbook.c
10013                 Rename menu item, fix possible crash after
10014                 deletion of books
10015         * src/addrindex.c
10016                 Allow searching for '*' in ldap
10017         * src/browseldap.c
10018                 Fix "Browse Entry" (did anyone use it?)
10019         * src/wizard.c
10020                 Add guards for mandatory information
10021
10022 2005-11-23 [paul]       1.9.100cvs29
10023
10024         * manual/advanced.xml
10025                 corrections to the English
10026
10027 2005-11-23 [colin]      1.9.100cvs28
10028
10029         * src/mimeview.c
10030                 Fix possible crash at exit. After the call to
10031                 gtk_container_remove(), the Viewer's widget has no
10032                 more parent so gtk+ automatically frees it and its
10033                 sons. If destroy_viewer() then try to access it,
10034                 problems ensue.
10035
10036 2005-11-22 [colin]      1.9.100cvs27
10037
10038         * src/compose.c
10039         * src/gtk/gtkaspell.c
10040                 Fix right-clicking on a misspelled word
10041                 Fix More... in suggestions menu
10042
10043 2005-11-22 [wwp]        1.9.100cvs26
10044
10045         * src/prefs_template.c
10046                 templates works: re-sort templates list when adding or replacing,
10047                 prevent from adding or replacing when the template name is empty
10048
10049 2005-11-21 [colin]      1.9.100cvs25
10050
10051         * src/addressbook.c
10052                 Fix some addressbook suckage (dnd, select all)
10053         * src/compose.c
10054         * src/gtk/gtkaspell.c
10055         * src/gtk/gtkaspell.h
10056                 Make the spellchecker menu work with the 
10057                 GtkTextView one instead of overriding it
10058
10059 2005-11-20 [paul]       1.9.100cvs24
10060
10061         * manual/handling.xml
10062                 proofread and corrected
10063
10064 2005-11-20 [paul]       1.9.100cvs23
10065
10066         * manual/Makefile
10067                 generate html as one file
10068         * manual/advanced.xml
10069                 fix output generation
10070                 reformat hidden options list
10071         * manual/manual.xml     ** REMOVED **
10072         * manual/sylpheed-claws-manual.xml      ** ADDED **
10073                 renamed
10074
10075 2005-11-18 [colin]      1.9.100cvs22
10076
10077         * src/prefs_account.c
10078                 Fix layout in news and mbox accounts
10079         * manual/account.xml
10080         * manual/advanced.xml
10081                 New contents for Paul to check :)
10082
10083 2005-11-18 [wwp]        1.9.100cvs21
10084
10085         * src/gtk/quicksearch.c
10086                 don't update extended quicksearch buttons twice
10087
10088 2005-11-18 [paul]       1.9.100cvs20
10089
10090         * src/textview.c
10091                 complete 1.9.100cvs19
10092
10093 2005-11-18 [paul]       1.9.100cvs19
10094
10095         * src/compose.c
10096                 cosmetic improvements
10097         * src/textview.c
10098                 also list text/* attachments
10099
10100 2005-11-18 [colin]      1.9.100cvs18
10101
10102         * src/summaryview.c
10103                 Use column 0 instead of -1 in 
10104                 gtk_ctree_node_moveto, in a naive
10105                 hope it'll fix the gtk-related crashes
10106
10107 2005-11-18 [colin]      1.9.100cvs17
10108
10109         * src/gtk/inputdialog.c
10110                 Fix icon staying the first one
10111
10112 2005-11-17 [wwp]        1.9.100cvs16
10113                 fix possible problem showing some quicksearch buttons, and a bad
10114                 call to g_return_if_fail in a function that returns a value (both
10115                 fixes by Fabien Vantard)
10116
10117 2005-11-15 [wwp]        1.9.100cvs15
10118
10119         * src/gtk/quicksearch.c
10120                 added a tooltip to that obscure ... quicksearch button
10121
10122 2005-11-15 [wwp]        1.9.100cvs14
10123
10124         * src/gtk/quicksearch.c
10125                 add a quicksearch helper to filtering expression users: the ... button
10126                 raises the condition expr window. condition expressions set up w/ this
10127                 window are used by the quicksearch if the user closes it pressing OK.
10128
10129 2005-11-14 [paul]       1.9.100cvs13
10130
10131         * src/plugins/clamav/clamav_plugin.c
10132         * src/plugins/spamassassin/spamassassin.c
10133                 change plugin type following recent merging
10134
10135 2005-11-14 [wwp]        1.9.100cvs12
10136
10137         * src/folder.c
10138                 prevent from crashing when copying/moving message(s) from and
10139                 to the same folder
10140
10141 2005-11-14 [paul]       1.9.100cvs11
10142
10143         * src/plugins/clamav/Makefile.am
10144         * src/plugins/clamav/clamav_plugin.c
10145         * src/plugins/clamav/clamav_plugin.h
10146         * src/plugins/clamav/clamav_plugin_gtk.c
10147                 also merge clamav and clamav_gtk plugins
10148
10149 2005-11-13 [colin]      1.9.100cvs10
10150
10151         * configure.ac
10152         * src/plugins/spamassassin/Makefile.am
10153         * src/plugins/spamassassin/spamassassin.c
10154         * src/plugins/spamassassin/spamassassin.h
10155         * src/plugins/spamassassin/spamassassin_gtk.c
10156                 Merge spamassassin and spamassassin_gtk plugins,
10157                 and build it by default.
10158
10159 2005-11-12 [colin]      1.9.100cvs9
10160
10161         * src/etpan/imap-thread.c
10162                 Fix gcc warning
10163
10164 2005-11-12 [colin]      1.9.100cvs8
10165
10166         * src/procmime.c
10167                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10168
10169 2005-11-10 [colin]      1.9.100cvs7
10170
10171         * src/main.c
10172                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10173                 minimised state)
10174
10175 2005-11-10 [wwp]        1.9.100cvs6
10176
10177         * src/gtk/description_window.c
10178                 fix a crash when closing description windows using the WM's [X] button
10179
10180 2005-11-09 [colin]      1.9.100cvs5
10181
10182         * src/common/ssl.c
10183                 Update libetpan call to follow upstream
10184                 (yes, this requires libetpan-0.40cvs3)
10185
10186 2005-11-08 [colin]      1.9.100cvs4
10187
10188         * src/compose.c
10189         * src/textview.c
10190         * src/common/utils.c
10191         * src/common/utils.h
10192                 Enhance the email parser
10193
10194 2005-11-08 [colin]      1.9.100cvs3
10195
10196         * src/procmime.c
10197                 Fix what looks like an off-by-one (fixes 
10198                 attachments from the Bat)
10199
10200 2005-11-08 [wwp]        1.9.100cvs2
10201
10202         * src/main.c
10203                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10204
10205 2005-11-08 [wwp]        1.9.100cvs1
10206
10207         * src/main.c
10208                 allow exiting Sylpheed-Claws from command-line
10209
10210 2005-11-08 [paul]       1.9.100
10211
10212         1.9.100 released
10213
10214 2005-11-07 [colin]      1.9.99cvs17
10215
10216         * src/addritem.c
10217         * src/ldif.c
10218                 Fix import of base-64 encoded items
10219
10220 2005-11-07 [colin]      1.9.99cvs16
10221
10222         * src/send_message.c
10223                 Fix bug #314 (Queue does not empty under certain 
10224                 circumstances)
10225
10226 2005-11-07 [paul]       1.9.99cvs15
10227
10228         * src/mutt.c
10229         * src/pine.c
10230                 fix buffer overflows
10231                 Thanks to Colin
10232
10233 2005-11-07 [paul]       1.9.99cvs14
10234
10235         * doc/man/Makefile.am
10236         * doc/man/sylpheed-claws.1      ** ADDED **
10237         * doc/man/sylpheed.1            ** DELETED **
10238                 rename and update the man file
10239
10240 2005-11-06 [colin]      1.9.99cvs13
10241
10242         * src/ldif.c
10243                 Fix ldif_get_line() that returned empty strings
10244                 (Didn't understand why). Also fix a possible
10245                 buffer overflow.
10246
10247 2005-11-06 [wwp]        1.9.99cvs12
10248
10249         * src/textview.c
10250         * src/gtk/about.c
10251         * src/gtk/gtkutils.c
10252         * src/gtk/gtkutils.h
10253                 fix a compilation warning,
10254                 make links sensitive in the about dialog
10255
10256 2005-11-04 [wwp]        1.9.99cvs11
10257
10258         * src/gtk/about.c
10259                 don't wrap or translate URIs, and a bit text format cleanup
10260
10261 2005-11-04 [wwp]        1.9.99cvs10
10262
10263         * src/gtk/about.c
10264                 better textview tagging implementation (no more use of marks for
10265                 postponed tagging)
10266
10267 2005-11-02 [colin]      1.9.99cvs9
10268
10269         * src/common/ssl.c
10270                 Forgot an ifdef
10271
10272 2005-11-02 [colin]      1.9.99cvs8
10273
10274         * configure.ac
10275                 Require libetpan-0.40 due to upstream fix
10276         * src/common/ssl.c
10277                 Tell libetpan not to call SSL_Library_Init,
10278                 as we do it ourselves.
10279
10280 2005-11-02 [colin]      1.9.99cvs7
10281
10282         * po/POTFILES.in
10283                 Add missing files (thanks to Fabien Vantard)
10284
10285 2005-11-02 [colin]      1.9.99cvs6
10286
10287         * src/summaryview.c
10288                 Fix totals when read messages are hidden or quicksearch
10289                 is on
10290         * src/ssl_manager.c
10291         * src/ssl_manager.h
10292         * src/common/ssl_certificate.c
10293         * src/common/ssl_certificate.h
10294         * src/gtk/sslcertwindow.c
10295         * src/gtk/sslcertwindow.h
10296                 Fix copyright on my stuff
10297
10298 2005-11-02 [wwp]        1.9.99cvs5
10299
10300         * src/prefs_themes.c
10301                 fix directory name checking (theme installation/removal),
10302                 made related error a bit more verbose
10303
10304 2005-11-02 [colin]      1.9.99cvs4
10305
10306         * src/summaryview.c
10307                 Fix typo (probably fixes bug #841 (Sort by the From 
10308                 field doesn't work)
10309
10310 2005-11-02 [paul]       1.9.99cvs3
10311
10312         * po/ko.po
10313         * po/nb.po
10314                 updated by SungHyun Nam, Geir Helland
10315         * src/wizard.c
10316                 fix typo in welcome message. spotted by
10317                 Andrea Spadaccini
10318
10319 2005-11-01 [colin]      1.9.99cvs2
10320
10321         * src/compose.c
10322                 Fix replying to ml wen confirming subscription
10323         * src/messageview.c
10324         * src/mimeview.c
10325         * src/mimeview.h
10326         * src/privacy.h
10327         * src/summaryview.c
10328                 Make key check non blocking
10329
10330 2005-10-31 [paul]       1.9.99cvs1
10331
10332         * tools/claws.i18n.status.pl
10333                 updated for ChangeLog
10334
10335 2005-10-31 [paul]       1.9.99
10336
10337         1.9.99 released
10338
10339 2005-10-31 [paul]       1.9.15cvs131
10340
10341         * .cvsignore
10342         * ChangeLog
10343         * ChangeLog.claws       ** REMOVED **
10344         * ChangeLog-gtk2.claws  ** REMOVED **
10345         * ChangeLog.gtk1        ** ADDED **
10346         * INSTALL
10347         * Makefile.am
10348         * NEWS
10349         * README
10350         * README.claws          ** REMOVED **
10351         * README.jp             ** REMOVED **
10352         * RELEASE_NOTES         ** ADDED **
10353         * RELEASE_NOTES.claws   ** REMOVED **
10354         * commitHelper
10355         * configure.ac
10356         * sylpheed.spec.in      ** REMOVED **
10357                 tidy up and update the default docs:
10358                 ChangeLog.claws is renamed ChangeLog.gtk1
10359                 ChangeLog-gtk2.claws is renamed ChangeLog
10360                 README.claws is renamed README
10361                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10362
10363 2005-10-31 [paul]       1.9.15cvs130
10364
10365         * po/it.po
10366                 fix errors
10367
10368 2005-10-31 [paul]       1.9.15cvs129
10369
10370         * po/ca.po
10371         * po/de.po
10372         * po/en_GB.po
10373         * po/fr.po
10374         * po/it.po
10375         * po/pt_BR.po
10376         * po/sk.po
10377         * po/sr.po
10378         * po/zh_CN.po
10379                 updated by Miquel Oliete, Stephan Sachse and
10380                 Thomas Gilgin, me, Fabien Vantard, Andrea
10381                 Spadaccini, Frederico Goncalves Guimaraes,
10382                 Andrej Kacian, Aleksandar Urosevic, and
10383                 Ralgh Young.
10384
10385 2005-10-31 [mones]      1.9.15cvs128
10386
10387         * manual/faq.xml
10388                 More questions.
10389         
10390         * po/es.po
10391                 Updated for release.
10392
10393 2005-10-30 [colin]      1.9.15cvs127
10394
10395         * src/compose.c
10396                 Place cursor before rewrapping (fixes cursor
10397                 pos if quotation gets rewrapped)
10398
10399 2005-10-29 [paul]       1.9.15cvs126
10400
10401         * src/crash.c
10402         * src/foldersel.c
10403         * src/main.c
10404         * src/messageview.c
10405         * src/toolbar.c
10406         * src/gtk/authors.h
10407                 corrections to text items
10408
10409 2005-10-28 [colin]      1.9.15cvs125
10410
10411         * src/messageview.c
10412                 Make "hit 'C' to check sig" work from extern 
10413                 messageviews
10414
10415 2005-10-27 [colin]      1.9.15cvs124
10416
10417         * src/summaryview.c
10418                 Add a hack to avoid segfaulting when hammering 
10419                 on gtk's events
10420
10421 2005-10-27 [wwp]        1.9.15cvs123
10422
10423         * src/prefs_themes.c
10424                 sort list of themes names in themes prefs
10425
10426 2005-10-27 [paul]       1.9.15cvs122
10427
10428         * src/folder.c
10429         * src/prefs_account.c
10430                 fix building on Solaris
10431                 Patch by Alex Moore
10432
10433 2005-10-27 [wwp]        1.9.15cvs121
10434
10435         * src/summaryview.c
10436         * src/gtk/gtksctree.c
10437                 speed up unselecting messages in summary view (thanks to Colin)
10438
10439 2005-10-27 [paul]       1.9.15cvs120
10440
10441         * src/mainwindow.c
10442                 fix a compilation warning
10443         * src/summaryview.c
10444                 fix updating of 'n items selected' count
10445                 when deselecting
10446
10447 2005-10-27 [martin]     1.9.15cvs119
10448
10449         * src/action.c
10450                 ignore actions with a leading '/' in the action menu name
10451                 fixes a crash on menu creation
10452         * src/prefs_actions.c
10453                 do not allow a leading '/' in the action menu name
10454
10455 2005-10-27 [paul]       1.9.15cvs118
10456
10457         * src/main.c
10458                 fix compilation warning
10459
10460 2005-10-27 [paul]       1.9.15cvs117
10461
10462         * src/procmime.c
10463                 add #if HAVE_LOCALE_H
10464
10465 2005-10-27 [paul]       1.9.15cvs116
10466
10467         * src/plugins/clamav/clamav_plugin.c
10468         * src/plugins/dillo_viewer/dillo_viewer.c
10469         * src/plugins/mathml_viewer/mathml_viewer.c
10470         * src/plugins/pgpcore/plugin.c
10471         * src/plugins/pgpinline/plugin.c
10472         * src/plugins/pgpmime/plugin.c
10473         * src/plugins/spamassassin/spamassassin.c
10474         * src/plugins/trayicon/trayicon.c
10475                 plugin_init() : make error messages more
10476                 informative
10477
10478 2005-10-26 [wwp]        1.9.15cvs115
10479
10480         * src/prefs_matcher.c
10481                 enlarge boolean op widget width a bit (wasn't always showing text contents)
10482
10483 2005-10-26 [wwp]        1.9.15cvs114
10484
10485         * src/procmime.c
10486         * src/gtk/gtksctree.c
10487         * src/plugins/spamassassin/libspamc.c
10488         * src/plugins/spamassassin/spamassassin.c
10489                 fix some compilation warnings more
10490
10491 2005-10-26 [mones]      1.9.15cvs113
10492
10493         * po/es.po
10494                 Updated translation
10495
10496 2005-10-26 [paul]       1.9.15cvs112
10497
10498         * src/prefs_message.c
10499                 give all display_xface stuff the
10500                 #if HAVE_LIBCOMPFACE treatment, thus
10501                 preventing a crash
10502                 (Thanks to Wolfgang Enderlein)
10503
10504 2005-10-26 [colin]      1.9.15cvs111
10505
10506         * src/gedit-print.c
10507                 Fix date format
10508         * src/imap_gtk.c
10509         * src/news_gtk.c
10510                 Remove context menu items that should not be there
10511         * src/jpilot.c
10512                 Fix encoding
10513         * src/main.c
10514         * src/mainwindow.c
10515                 Don't show the mainwindow too soon
10516
10517 2005-10-26 [wwp]        1.9.15cvs110
10518
10519         * src/folder.c
10520         * src/manual.c
10521         * src/summaryview.c
10522                 fix uninitialized pointers in the folder updating hook
10523                 (thanks to Colin)
10524
10525 2005-10-25 [mones]      1.9.15cvs109
10526
10527         * manual/faq.xml
10528                 General information subsection completed. 
10529                 Removed archaic references.
10530                 
10531         * manual/Makefile
10532         * manual/dtd/manual.dsl
10533                 Added customization stylesheet for getting paragraphs
10534                 fully justified in PDF output (as suggested by Colin).
10535
10536 2005-10-25 [colin]      1.9.15cvs108
10537
10538         * src/compose.c
10539                 Fix a second leak
10540
10541 2005-10-25 [colin]      1.9.15cvs107
10542
10543         * src/addrbook.c
10544         * src/addrindex.c
10545                 Fix leak (xml_get_element() allocates memory)
10546         * src/compose.c
10547                 Fix leak + dead code (shame!)
10548         * src/procmime.c
10549                 Fix leak
10550
10551 2005-10-25 [colin]      1.9.15cvs106
10552
10553         * src/mimeview.c
10554                 Fix encoding issue in Save all and in 
10555                 overwrite-confirmation alertpanel
10556
10557 2005-10-25 [colin]      1.9.15cvs105
10558
10559         * src/common/socket.c
10560                 Fix a leak - Thanks to Christopher Aillon
10561                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
10562
10563 2005-10-25 [paul]       1.9.15cvs104
10564
10565         * src/wizard.c
10566                 Always guess servers from the right-hand
10567                 email part and guess username from the
10568                 left-hand part. (Thanks to Colin)
10569                 add an X-Face to the welcome message
10570
10571 2005-10-25 [paul]       1.9.15cvs103
10572
10573         * manual/handling.xml
10574                 written by Colin, edited by me
10575
10576 2005-10-25 [wwp]        1.9.15cvs102
10577
10578         * src/folderview.c
10579         * src/grouplistdialog.c
10580         * src/imap.c
10581         * src/noticeview.c
10582                 fix some compilation warnings
10583
10584 2005-10-24 [paul]
10585
10586         1.9.99-rc3 released
10587
10588 2005-10-24 [paul]       1.9.15cvs101
10589
10590         * src/gtk/about.c
10591                 fix window sizing
10592
10593 2005-10-24 [paul]       1.9.15cvs100
10594
10595         * src/pixmaps/offline.xpm
10596         * src/pixmaps/online.xpm
10597                 replace with last default versions
10598
10599 2005-10-24 [colin]      1.9.15cvs99
10600
10601         * src/imap.c
10602                 Fix bug when moving a folder
10603         * src/imap_gtk.c
10604         * src/mh_gtk.c
10605                 "Delete folder" pops up a window, so it 
10606                 should be suffixed with "..."
10607         * src/plugins/pgpcore/sgpgme.c
10608                 Include locale.h
10609
10610 2005-10-24 [mones]      1.9.15cvs98
10611
10612         * manual/Makefile
10613         * manual/account.xml
10614         * manual/ack.xml
10615         * manual/addrbook.xml
10616         * manual/advanced.xml
10617         * manual/faq.xml
10618         * manual/glossary.xml
10619         * manual/gpl.xml
10620         * manual/handling.xml
10621         * manual/intro.xml
10622         * manual/keyboard.xml
10623         * manual/manual.xml
10624         * manual/plugins.xml
10625         * manual/starting.xml
10626         * manual/dtd/sdocbook.dtd
10627                 Initial manual structure and some content.
10628
10629 2005-10-23 [wwp]        1.9.15cvs97
10630
10631         * src/gtk/about.c
10632                 fix a typo
10633
10634 2005-10-23 [wwp]        1.9.15cvs96
10635
10636         * src/gtk/about.c
10637         * src/gtk/authors.h
10638                 rework of the about window (main work by Paul), also featuring a few
10639                 fixes for typos and duplicate names
10640
10641 2005-10-23 [wwp]        1.9.15cvs95
10642
10643         * src/.cvsignore
10644                 Ignore the right binary name (sylpheed-claws now)
10645
10646 2005-10-23 [paul]       1.9.15cvs94
10647
10648         * src/compose.c
10649                 when using Folder Pref 'Default To for
10650                 replies' make the entry in the Compose
10651                 window bold
10652                 Patch by Fabien Vantard
10653
10654 2005-10-22 [colin]      1.9.15cvs93
10655
10656         * src/codeconv.c
10657                 Fix leak
10658
10659 2005-10-22 [colin]      1.9.15cvs92
10660
10661         * src/codeconv.c
10662                 try to convert using locale (apart utf8) if necessary
10663
10664 2005-10-22 [colin]      1.9.15cvs91
10665
10666         * src/pixmaps/new.xpm
10667         * src/pixmaps/unread.xpm
10668                 Make the unread envelope blue again and
10669                 saturate the new one a bit more.
10670
10671 2005-10-22 [colin]      1.9.15cvs90
10672
10673         * src/compose.c
10674                 When replying to a mail sent by one of our accounts,
10675                 use the original list of recipients. Let 'Reply All'
10676                 and 'Reply to sender' work like previously.
10677
10678 2005-10-21 [colin]      1.9.15cvs89
10679
10680         * src/prefs_filtering.c
10681                 Clear fields after add and replace
10682         * src/textview.c
10683                 Display xface differently (better)
10684         * src/plugins/pgpinline/pgpinline.c
10685                 Fix crappy encodings/recodings
10686
10687 2005-10-21 [paul]       1.9.15cvs88
10688
10689         * src/compose.c
10690         * src/prefs_folder_item.c
10691         * src/toolbar.c
10692                 fix news folder Folder Properties
10693                 (thanks to Colin)
10694         * src/folderview.c
10695                 update folderview after Themes change
10696                 keep selected folder selected
10697                 (thanks to Colin)
10698
10699 2005-10-21 [paul]       1.9.15cvs87
10700
10701         * tools/Makefile.am
10702         * tools/OOo2sylpheed.pl
10703         * tools/README
10704         * tools/README.sylprint
10705         * tools/asus_mailled.sh         ** REMOVED **
10706         * tools/filter_conv.pl
10707         * tools/freshmeat_search.pl
10708         * tools/google_search.pl
10709         * tools/gpg-sign-syl            ** REMOVED **
10710         * tools/kmail2sylpheed.pl
10711         * tools/kmail2sylpheed_v2.pl
10712         * tools/multiwebsearch.pl
10713         * tools/nautilus2sylpheed.sh
10714         * tools/newscache_clean.pl
10715         * tools/outlook2sylpheed.pl
10716         * tools/sylpheed-switcher       ** REMOVED **
10717         * tools/sylprint.pl
10718         * tools/sylprint.rc
10719         * tools/tb2sylpheed
10720         * tools/vcard2xml.py
10721         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10722                 update default config dir
10723                 update binary name (thanks to Fabien Vantard)
10724                 remove obsolete scripts
10725
10726 2005-10-21 [colin]      1.9.15cvs86
10727
10728         * src/inc.c
10729                 Fix possible leak and units. Based on a patch by
10730                 Fabien Vantard.
10731
10732 2005-10-20 [colin]      1.9.15cvs85
10733
10734         * src/textview.c
10735                 Clear xface when clearing textview
10736
10737 2005-10-20 [colin]      1.9.15cvs84
10738
10739         * configure.ac
10740         * src/folderview.c
10741         * src/headerview.c
10742         * src/main.c
10743         * src/prefs_common.c
10744         * src/prefs_common.h
10745         * src/prefs_message.c
10746         * src/textview.c
10747         * src/textview.h
10748         * src/common/defs.h
10749         * src/common/utils.c
10750         * src/common/utils.h
10751         * src/gtk/gtkutils.c
10752         * src/gtk/gtkutils.h
10753                 Migrate config to .sylpheed-claws (Automatically)
10754                 Add a way to get the Xface in the TextView
10755
10756 2005-10-20 [colin]      1.9.15cvs83
10757
10758         * src/gtk/Makefile.am
10759         * src/gtk/about.c
10760         * src/gtk/authors.h
10761                 Make the about dialog *grooovy*
10762
10763 2005-10-20 [colin]      1.9.15cvs82
10764
10765         * src/mimeview.c
10766                 Use "Open with" on double click if no command
10767                 was found
10768
10769 2005-10-20 [colin]      1.9.15cvs81
10770
10771         * src/imap.c
10772         * src/etpan/imap-thread.c
10773                 Fix possible crash.
10774
10775 2005-10-20 [paul]       1.9.15cvs80
10776
10777         * src/folder.c
10778                 don't show clipkey icon if the only
10779                 attachment is the signature
10780                 Patch by Colin
10781
10782 2005-10-20 [paul]       1.9.15cvs79
10783
10784         * AUTHORS
10785         * src/plugins/pgpmime/pgpmime.c
10786                 name the PGP/MIME signature 'signature.asc'
10787                 Patch by Andrew Nelson <freeandy@gmail.com>
10788
10789 2005-10-19 [colin]      1.9.15cvs78
10790
10791         * src/plugins/pgpmime/pgpmime.c
10792                 Oops, no need to double-check though
10793
10794 2005-10-19 [colin]      1.9.15cvs77
10795
10796         * src/plugins/pgpinline/pgpinline.c
10797         * src/plugins/pgpmime/pgpmime.c
10798                 Check that my_tmpfile() doesn't 
10799                 return NULL
10800
10801 2005-10-19 [colin]      1.9.15cvs76
10802
10803         * src/common/utils.c
10804                 Use shorter mime boundaries to avoid having
10805                 MTAs rewrapping our headers, breaking the
10806                 PGP signature in the process 
10807         * src/compose.c
10808         * src/plugins/pgpmime/pgpmime.c
10809                 Check for boundary uniqueness to be sure
10810                 it won't happen, instead of hoping for the
10811                 best
10812
10813 2005-10-19 [colin]      1.9.15cvs75
10814
10815         * sylpheed-claws.desktop
10816         * src/Makefile.am
10817         * src/main.c
10818                 Ship a sylpheed-claws binary instead
10819                 of a sylpheed one. Change the socket
10820                 name, too
10821         * src/folderview.c
10822                 Update folder only if it changed
10823         * src/wizard.c
10824                 Fix i18n in welcome mail, patch by
10825                 Fabien Vantard
10826
10827 2005-10-19 [paul]
10828
10829         1.9.99-rc2 released
10830
10831 2005-10-19 [paul]       1.9.15cvs74
10832
10833         * src/folder.c
10834         * src/folderview.c
10835                 fix summaryview update
10836                 Patch by Colin
10837
10838 2005-10-18 [colin]      1.9.15cvs73
10839
10840         * src/plugins/pgpcore/passphrase.c
10841                 Don't XGrabServer, and try a bit more to 
10842                 sync everything before grabbing mouse/keyboard
10843
10844 2005-10-18 [colin]      1.9.15cvs72
10845
10846         * src/Makefile.am
10847         * src/addressadd.c
10848         * src/addressbook.c
10849         * src/folderview.c
10850         * src/grouplistdialog.c
10851         * src/mimeview.c
10852         * src/stock_pixmap.c
10853         * src/stock_pixmap.h
10854         * src/summaryview.c
10855         * src/gtk/gtksctree.c
10856         * src/gtk/gtksctree.h
10857         * src/pixmaps/empty.xpm
10858                 Implement a wrapper call for gtk_ctree_set_node_info
10859                 and gtk_ctree_insert_node, that uses a 1x1 transparent
10860                 pixmap instead of a NULL one. This works around some
10861                 memory problems deep inside gtk, revealed by valgrind,
10862                 and fixes bug #834 (Pressing CTRl-D on a message marked 
10863                 as locked crashes sylpheed.), as well as, probably, 
10864                 wwp's 4th dimension problems that happen in gtk_ctree_*.
10865
10866 2005-10-17 [colin]      1.9.15cvs71
10867
10868         * src/mimeview.c
10869                 Provide visual feedback when checking
10870                 signature
10871
10872 2005-10-17 [colin]      1.9.15cvs70
10873
10874         * src/main.c
10875                 Keep the folder list frozen while checking caches...
10876
10877 2005-10-17 [colin]      1.9.15cvs69
10878
10879         * src/addr_compl.c
10880                 Fi bug #833 (Autocompleting from addressbook 
10881                 fails with extended chars)
10882         * src/imap.c
10883                 Fix 'adding messages' staying in statusbar
10884                 after an error
10885
10886 2005-10-17 [wwp]        1.9.15cvs68
10887
10888         * src/ssl_manager.c
10889                 Fix buttons' layout resizing when window size changes
10890
10891 2005-10-17 [wwp]        1.9.15cvs67
10892
10893         * src/account.c
10894         * src/prefs_account.c
10895         * src/prefs_common.c
10896         * src/prefs_common.h
10897         * src/prefs_folder_item.c
10898         * src/prefs_gtk.c
10899         * src/gtk/logwindow.c
10900         * src/gtk/pluginwindow.c
10901         * src/gtk/prefswindow.c
10902         * src/gtk/prefswindow.h
10903                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
10904
10905 2005-10-17 [paul]       1.9.15cvs66
10906
10907         * configure.ac
10908                 fix missing libetpan message
10909         * po/en_GB.po
10910                 updated
10911         * src/crash.c
10912         * src/manual.c
10913         * src/prefs_themes.c
10914         * src/common/defs.h
10915                 add some new URI defines, change some
10916                 others
10917         * src/wizard.c
10918                 make welcome message translatable
10919                 small improvements to english
10920                 other tweaks
10921         * src/gtk/menu.c
10922                 fix warnings
10923
10924 2005-10-17 [paul]       1.9.15cvs65
10925
10926         * src/summaryview.c
10927                 fix column titles
10928
10929 2005-10-16 [mones]      1.9.15cvs64
10930
10931         * po/es.po
10932                 Updated translation
10933
10934 2005-10-16 [colin]
10935
10936         1.9.99-rc1 released
10937
10938 2005-10-16 [colin]      1.9.15cvs63
10939
10940         * src/wizard.c
10941                 Fix whitespace
10942
10943 2005-10-16 [colin]      1.9.15cvs62
10944
10945         * src/toolbar.c
10946                 s/Get All/Get Mail/
10947         * src/wizard.c
10948                 Real welcome mail text, thanks Paul
10949
10950 2005-10-16 [colin]      1.9.15cvs61
10951
10952         * src/editldap.c
10953         * src/exporthtml.c
10954         * src/main.c
10955         * src/mainwindow.c
10956         * src/prefs_themes.c
10957         * src/prefs_toolbar.c
10958         * src/plugins/demo/demo.c
10959         * src/plugins/trayicon/trayicon.c
10960                 s/Sylpheed/Sylpheed-Claws/
10961
10962 2005-10-16 [colin]      1.9.15cvs60
10963
10964         * src/wizard.c
10965                 Add a welcome email in the first empty mailbox
10966         * src/prefs_common.c
10967                 Change one more default
10968
10969 2005-10-16 [colin]      1.9.15cvs59
10970
10971         * src/wizard.c
10972                 Remove printf
10973
10974 2005-10-16 [colin]      1.9.15cvs58
10975
10976         * src/toolbar.c
10977         * src/prefs_common.c
10978                 Change some defaults
10979
10980 2005-10-16 [colin]      1.9.15cvs57
10981
10982         * src/toolbar.c
10983         * src/prefs_common.c
10984                 Change some defaults
10985
10986 2005-10-16 [colin]      1.9.15cvs56
10987
10988         * src/wizard.c
10989                 By default, initialize fonts to have
10990                 the same size as normal GtkWidgets
10991
10992 2005-10-16 [colin]      1.9.15cvs55
10993
10994         * src/mimeview.c
10995                 Fix message a bit more
10996
10997 2005-10-16 [colin]      1.9.15cvs54
10998
10999         * src/addressbook.c
11000                 Second attempt at flicker fixing
11001
11002 2005-10-16 [colin]      1.9.15cvs53
11003
11004         * src/addressbook.c
11005                 Fix flicker
11006
11007 2005-10-16 [wwp]        1.9.15cvs52
11008
11009         * src/addressbook.c
11010         * src/editaddress.c
11011         * src/prefs_common.c
11012         * src/prefs_common.h
11013                 Remember window sizes (address book)
11014
11015 2005-10-16 [wwp]        1.9.15cvs51
11016
11017         * src/plugins/clamav/clamav_plugin_gtk.c
11018         * src/plugins/spamassassin/spamassassin_gtk.c
11019                 Fix compilation warnings (missing #include).
11020
11021 2005-10-16 [colin]      1.9.15cvs50
11022
11023         * src/mimeview.c
11024         * src/summaryview.c
11025         * src/textview.c
11026                 Make 'c' check signature, and forward
11027                 c, l, y, t from summaryview to mimeview
11028
11029 2005-10-16 [colin]      1.9.15cvs49
11030
11031         * src/addressbook.c
11032                 Put border around buttons
11033         * src/mainwindow.c
11034         * src/summaryview.c
11035                 Rework menus (Patch based on a patch
11036                 by Paul)
11037
11038 2005-10-15 [wwp]        1.9.15cvs48
11039
11040         * src/editjpilot.c
11041         * src/editldap.c
11042         * src/editvcard.c
11043         * src/exphtmldlg.c
11044         * src/expldifdlg.c
11045         * src/export.c
11046         * src/import.c
11047         * src/importldif.c
11048         * src/importmutt.c
11049         * src/importpine.c
11050         * src/prefs_account.c
11051         * src/prefs_spelling.c
11052         * src/gtk/gtkutils.c
11053         * src/gtk/gtkutils.h
11054         * src/plugins/clamav/clamav_plugin_gtk.c
11055         * src/plugins/spamassassin/spamassassin_gtk.c
11056                 use nicer browse-for-file/dir buttons than the "..." ones,
11057                 code factorizing more.
11058
11059 2005-10-14 [colin]      1.9.15cvs47
11060
11061         * src/mainwindow.c
11062                 set relief on the account switcher so that people see it
11063                 grey out Create processing rules when no message is selected
11064         * src/prefs_filtering.c
11065                 ask before closing if the rule has not been modified, even if
11066                 it's not valid
11067         * src/prefs_matcher.c
11068                 fix sensitivity when entering the dialog
11069         * src/gtk/inputdialog.c
11070                 display a better icon on password ask
11071         * src/plugins/pgpcore/passphrase.c
11072                 make the dialog look better
11073
11074 2005-10-14 [paul]       1.9.15cvs46
11075
11076         * src/folderview.c
11077                 indicate presense of marked msgs in
11078                 unexpanded subfolders
11079
11080 2005-10-14 [paul]       1.9.15cvs45
11081
11082         * src/prefs_actions.c
11083         * src/prefs_common.c
11084         * src/prefs_common.h
11085         * src/prefs_filtering_action.c
11086         * src/prefs_matcher.c
11087         * src/prefs_template.c
11088                 remember window sizes
11089                 fix Info button size
11090
11091         Patches by wwp
11092
11093 2005-10-13 [colin]      1.9.15cvs44
11094
11095         * src/mimeview.c
11096         * src/noticeview.c
11097         * src/noticeview.h
11098                 Add a tooltip on the icon (optional) 
11099                 Get rid of the signature buttons and only
11100                 use the icon+tooltip
11101
11102 2005-10-13 [colin]      1.9.15cvs43
11103
11104         * src/noticeview.c
11105         * src/noticeview.h
11106                 Add hand cursor for hovering over icon
11107
11108 2005-10-13 [colin]      1.9.15cvs42
11109
11110         * src/summaryview.c
11111                 Fix crash when quicksearch's hidden 
11112                 at startup
11113
11114 2005-10-13 [colin]      1.9.15cvs41
11115
11116         * src/compose.c
11117                 Set subject when forwarding multiple mails
11118                 Check that other recipient than the default Cc or Bcc
11119                 have been set before sending.
11120
11121 2005-10-13 [colin]      1.9.15cvs40
11122
11123         * src/imap.c
11124                 Batch per-folder
11125                 Introduce locking, but don't use it yet
11126
11127 2005-10-13 [colin]      1.9.15cvs39
11128
11129         * src/gtk/quicksearch.c
11130                 Reset quicksearch when hiding it
11131                 Make sticky a real pref
11132
11133 2005-10-13 [colin]      1.9.15cvs38
11134
11135         * src/summaryview.c
11136                 Faster prefs apply
11137
11138 2005-10-13 [colin]      1.9.15cvs37
11139
11140         * src/mimeview.c
11141         * src/noticeview.c
11142         * src/noticeview.h
11143         * src/plugins/pgpcore/sgpgme.c
11144                 Make privacy icon clickable
11145                 Move Trust field in Full info
11146                 When trust is less than full, don't display
11147                 a warning icon
11148
11149 2005-10-13 [colin]      1.9.15cvs36
11150
11151         * src/folder.c
11152                 Batch on flags sync
11153         * src/folderview.c
11154                 Revert speed hack which is dangerous in fact
11155                 Apply prefs faster
11156
11157 2005-10-13 [colin]      1.9.15cvs35
11158
11159         * src/folder_item_prefs.c
11160                 Fix pref corruption on folder move. Patch
11161                 by wwp
11162
11163 2005-10-13 [paul]       1.9.15cvs34
11164
11165         * src/export.c
11166         * src/import.c
11167                 fix typos in g_warnings
11168         * src/prefs_account.c
11169                 add a file selector for Signature file
11170
11171         Patches by wwp
11172
11173 2005-10-12 [colin]      1.9.15cvs33
11174
11175         * src/mimeview.c
11176                 Provide a quick way to go back from a
11177                 signature's full info to the email part
11178
11179 2005-10-12 [colin]      1.9.15cvs32
11180
11181         * src/compose.c
11182                 Remove old hack of encoding signed mails with base64.
11183                 QP works equally well.
11184
11185 2005-10-12 [colin]      1.9.15cvs31
11186
11187         * src/crash.c
11188                 Replace deprecated GtkText with GtkTextView
11189         * src/imap.c
11190                 Fix a logic bug about counts in imap_select
11191                 (previously un-triggered)
11192         * src/mainwindow.c
11193         * src/summaryview.c
11194         * src/news.c
11195                 Allow local deletion of news posts
11196         * src/mimeview.c
11197                 Show GPG noticeview on the message/rfc822 part
11198                 in addition to the text/plain one
11199         * src/prefs_image_viewer.c
11200           src/plugins/pgpcore/prefs_gpg.c
11201                 Polish (set the label as part of the checkbox)
11202         * src/wizard.c
11203                 Don't sit there doing nothing after destroying
11204                 the window - return err
11205
11206 2005-10-11 [colin]      1.9.15cvs30
11207
11208         * src/folderview.c
11209                 Apply processing rules before showing folders.
11210                 Early folder show (before flags sync) will only
11211                 be done when there are no processing rules (nor
11212                 pre- or post- ones)
11213         * src/imap.c
11214                 Fix stuff related to mail subdir, creation and 
11215                 deletion of folders 
11216         * src/imap_gtk.c
11217                 Don't allow creation of folders in NoInferior
11218                 folders, as it won't work
11219
11220 2005-10-10 [colin]      1.9.15cvs29
11221
11222         * src/compose.c
11223                 Reselect "None" Privacy system when selecting an
11224                 account with no privacy system defined
11225
11226 2005-10-10 [colin]      1.9.15cvs28
11227
11228         * src/mainwindow.c
11229                 Add Windows-1252 encoding
11230         * src/prefs_common.c
11231                 Rework some defaults:
11232                 - autosave to draft by default
11233                 - don't show header pane (it's already in the textview)
11234                 - Select first new or unread mail on entry
11235                 - Assume 'Yes' to change folder when there's no more
11236                   unread message
11237         * src/prefs_matcher.c
11238                 Fix a gtk assertion failure
11239         * src/gtk/colorlabel.c
11240                 Workaround bad repainting on selection
11241         * src/main.c
11242                 Freeze/thaw (a bit faster on ssh -X)
11243         * src/msgcache.c
11244                 Get rid of StrdupConverter that just adds an
11245                 extra strdup/free 
11246         * src/etpan/imap_thread.c
11247                 memset buf to 0
11248
11249 2005-10-10 [colin]      1.9.15cvs27
11250
11251         * src/export.c
11252         * src/import.c
11253                 Fix compile on gtk 2.4. Patch by wwp
11254
11255 2005-10-09 [colin]      1.9.15cvs26
11256
11257         * src/mainwindow.c
11258         * src/messageview.c
11259         * src/summaryview.c
11260                 Clarify forward menus. Patch by wwp
11261
11262 2005-10-09 [colin]      1.9.15cvs25
11263
11264         * src/compose.c
11265         * src/compose.h
11266                 Fix bug #829 (Non-working "Encrypt message by 
11267                 default when replying to an encrypted message")
11268
11269 2005-10-08 [colin]      1.9.15cvs24
11270
11271         * src/wizard.c
11272                 Fix bug #827 ("Welcome" setup wizard after a 
11273                 permission error gives up & forgets itself.)
11274
11275 2005-10-08 [colin]      1.9.15cvs23
11276
11277         * src/procmime.c
11278                 Fix bug #828 (Ignoring headers with spaces around = sign)
11279
11280 2005-10-08 [colin]      1.9.15cvs22
11281
11282         * src/export.c
11283                 Warning fix by wwp
11284
11285 2005-10-08 [colin]      1.9.15cvs21
11286
11287         * src/folder.c
11288         * src/folder.h
11289                 Add a processing_pending indicator, set on 
11290                 folder_item_open and cleared after 
11291                 folder_item_process_open
11292         * src/folderview.c
11293         * src/summaryview.c
11294                 wrap procmsg_msginfo_*_flags, and in the
11295                 wrapper check that there's no folder processing 
11296                 pending. If there is, defer the flags change until 
11297                 processing is done to avoid stepping over each
11298                 other's toes.
11299                 Freeze during processing, but not during scanning.
11300
11301 2005-10-07 [colin]      1.9.15cvs20
11302
11303         * src/plugins/pgpcore/passphrase.c
11304                 Fix bug #826 (X-Server hangs when 
11305                 right-clicking a PGP encrypted message)
11306
11307 2005-10-07 [paul]       1.9.15cvs19
11308
11309         * src/compose.c
11310                 fix compose_entries[]
11311                 patch by Fabien Vantard
11312
11313 2005-10-06 [colin]      1.9.15cvs18
11314
11315         * src/pixmaps/address.xpm
11316         * src/pixmaps/address_book.xpm
11317         * src/pixmaps/book.xpm
11318         * src/pixmaps/check_spelling.xpm
11319         * src/pixmaps/checkbox_off.xpm
11320         * src/pixmaps/checkbox_on.xpm
11321         * src/pixmaps/close.xpm
11322         * src/pixmaps/complete.xpm
11323         * src/pixmaps/continue.xpm
11324         * src/pixmaps/deleted.xpm
11325         * src/pixmaps/down_arrow.xpm
11326         * src/pixmaps/exec.xpm
11327         * src/pixmaps/forwarded.xpm
11328         * src/pixmaps/group.xpm
11329         * src/pixmaps/ignorethread.xpm
11330         * src/pixmaps/interface.xpm
11331         * src/pixmaps/jpilot.xpm
11332         * src/pixmaps/ldap.xpm
11333         * src/pixmaps/linewrap.xpm
11334         * src/pixmaps/linewrapcurrent.xpm
11335         * src/pixmaps/mail.xpm
11336         * src/pixmaps/mail_attach.xpm
11337         * src/pixmaps/mail_compose.xpm
11338         * src/pixmaps/mail_forward.xpm
11339         * src/pixmaps/mail_receive.xpm
11340         * src/pixmaps/mail_receive_all.xpm
11341         * src/pixmaps/mail_reply.xpm
11342         * src/pixmaps/mail_reply_to_all.xpm
11343         * src/pixmaps/mail_reply_to_author.xpm
11344         * src/pixmaps/mail_send.xpm
11345         * src/pixmaps/mail_send_queue.xpm
11346         * src/pixmaps/mime_application.xpm
11347         * src/pixmaps/mime_audio.xpm
11348         * src/pixmaps/mime_image.xpm
11349         * src/pixmaps/mime_message.xpm
11350         * src/pixmaps/mime_text_enriched.xpm
11351         * src/pixmaps/mime_text_html.xpm
11352         * src/pixmaps/mime_text_plain.xpm
11353         * src/pixmaps/mime_unknown.xpm
11354         * src/pixmaps/new.xpm
11355         * src/pixmaps/news_compose.xpm
11356         * src/pixmaps/offline.xpm
11357         * src/pixmaps/online.xpm
11358         * src/pixmaps/paste.xpm
11359         * src/pixmaps/preferences.xpm
11360         * src/pixmaps/privacy_emblem_encrypted.xpm
11361         * src/pixmaps/privacy_expired.xpm
11362         * src/pixmaps/privacy_failed.xpm
11363         * src/pixmaps/privacy_passed.xpm
11364         * src/pixmaps/privacy_signed.xpm
11365         * src/pixmaps/privacy_unknown.xpm
11366         * src/pixmaps/privacy_warn.xpm
11367         * src/pixmaps/properties.xpm
11368         * src/pixmaps/replied.xpm
11369         * src/pixmaps/search.xpm
11370         * src/pixmaps/unread.xpm
11371         * src/pixmaps/up_arrow.xpm
11372         * src/pixmaps/vcard.xpm
11373                 Modernize internal theme, with icons from the 
11374                 Gnomaws theme. Keep some of the old ones where
11375                 they were better.
11376
11377 2005-10-06 [colin]      1.9.15cvs17
11378
11379         * src/summaryview.c
11380                 Little optimisations + bugfix
11381         * src/toolbar.c
11382                 Remove default useless items - useless being defined
11383                 by the default relevant prefs
11384         * src/wizard.c
11385                 include config.h to make gettext work
11386         * src/prefs_themes.c
11387                 Fix selection of current theme in prefs
11388
11389 2005-10-06 [colin]      1.9.15cvs16
11390
11391         * src/prefs_common.c
11392         * src/prefs_common.h
11393         * src/prefs_summaries.c
11394         * src/folderview.c
11395                 Add a warning dialog on Mark all read 
11396                 (with pref to get rid of it)
11397
11398 2005-10-06 [paul]       1.9.15cvs15
11399
11400         * po/nb.po
11401         * po/pt_BR.po
11402                 updated by Geir Helland and Frederico
11403                 Goncalves Guimaraes
11404
11405 2005-10-05 [colin]      1.9.15cvs14
11406
11407         * src/folder.c
11408         * src/folder.h
11409         * src/folderview.c
11410         * src/folderview.h
11411         * src/imap_gtk.c
11412         * src/mh_gtk.c
11413         * src/mainwindow.c
11414         * src/setup.c
11415                 add a way to rescan without rebuilding
11416                 make moving a bit faster (less folders changes)
11417                 don't lock the tree on Get 
11418         * src/imap.c
11419                 Don't re-delete deleted messages before expunging
11420         * src/summaryview.c
11421                 Set batch mode when deleting mails
11422
11423 2005-10-05 [paul]       1.9.15cvs13
11424
11425         * src/mainwindow.c
11426         * src/mainwindow.h
11427                 fix disabled Execute menu item
11428         * src/toolbar.c
11429                 match the change in 1.9.15cvs10: use Compose
11430                 instead of News by default
11431
11432 2005-10-04 [colin]      1.9.15cvs12
11433
11434         * src/compose.c
11435                 When replying to an ML post with Reply-To set
11436                 to the poster's email, honor it (as before),
11437                 but also honor our user's request to reply to
11438                 the mailing list: set the ML address in the To
11439                 field and the Reply-To address in the Cc: 
11440                 field.
11441
11442 2005-10-04 [colin]      1.9.15cvs11
11443
11444         * src/plugins/trayicon/trayicon.c
11445                 Finish cosmetic change - thanks to wwp
11446
11447 2005-10-04 [colin]      1.9.15cvs10
11448
11449         * src/toolbar.c
11450                 Use Compose instead of Email by default.
11451                 Spotted by wwp.
11452
11453 2005-10-04 [colin]      1.9.15cvs9
11454
11455         * src/folder.c
11456         * src/folder.h
11457         * src/folderview.c
11458         * src/imap.c
11459         * src/etpan/imap-thread.c
11460         * src/etpan/imap-thread.h
11461                 Try to make IMAP faster, by simplifying SEARCH
11462                 commands, avoiding sending two STATUS in a row,
11463                 and deferring flags sync and processing just
11464                 after displaying the folder. 
11465                 This will update the SummaryView in certain
11466                 cases (new mails not already fetched, flags
11467                 changed from another client) but in a non-
11468                 blocking manner.
11469
11470 2005-10-04 [colin]      1.9.15cvs8
11471
11472         * src/plugins/trayicon/trayicon.c
11473                 Relabel "Offline" to "Work offline"
11474
11475 2005-10-04 [colin]      1.9.15cvs7
11476
11477         * src/export.c
11478         * src/import.c
11479         * src/mbox.c
11480                 Fix mbox import/export buglets
11481                 Patch by wwp
11482         * src/plugins/trayicon/trayicon.c
11483                 Add offline swithc
11484                 Patch by wwp
11485
11486 2005-10-04 [colin]      1.9.15cvs6
11487
11488         * src/folder.c
11489         * src/folderview.c
11490         * src/summaryview.c
11491                 Better fix (don't break mark all read) for cvs2
11492
11493 2005-10-03 [colin]      1.9.15cvs5
11494
11495         * src/folder.c
11496                 Use a sane sort by default
11497
11498 2005-10-03 [colin]      1.9.15cvs4
11499
11500         * src/inc.c
11501                 Add a 'Only once' button for overriding offline mode
11502         * src/prefs_account.c
11503         * src/wizard.c
11504                 Add Local mbox to the wizard
11505                 Add IMAP subdir to the wizard (or the wizard is useless
11506                 for such accounts, or even worse than useless)
11507                 Move IMAP subdir from Advanced to Receive tab, as it's
11508                 not that uncommon
11509
11510 2005-10-03 [colin]      1.9.15cvs3
11511
11512         * src/send_message.c
11513                 Forgot this one in cvs1
11514
11515 2005-10-03 [colin]      1.9.15cvs2
11516
11517         * src/folder.c
11518                 Faster close when leaving a folder with lots
11519                 of new mails. Idea by David Relson.
11520
11521 2005-10-03 [colin]      1.9.15cvs1
11522
11523         * src/compose.c
11524         * src/imap.c
11525         * src/inc.c
11526         * src/main.c
11527         * src/messageview.c
11528         * src/news.c
11529         * src/summaryview.c
11530         * src/gtk/sslcertwindow.c
11531         * src/plugins/trayicon/trayicon.c
11532                 Add accels to every AlertPanel. Patch by Fabien 
11533                 Vantard
11534
11535 2005-10-03 [paul]       1.9.15
11536
11537         1.9.15 released
11538
11539 2005-10-03 [paul]       1.9.14cvs68
11540
11541         * po/ca.po
11542         * po/de.po
11543         * po/es.po
11544         * po/fi.po
11545         * po/fr.po
11546         * po/sk.po
11547         * po/sr.po
11548         * po/zh_CN.po
11549                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11550                 Mones Lastra, Tommi Pirinen, Fabien vantard,
11551                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
11552
11553 2005-10-03 [paul]       1.9.14cvs67
11554
11555         * src/send_message.c
11556                 prevent hang on Cancel
11557                 patch by Colin
11558
11559 2005-10-03 [paul]       1.9.14cvs66
11560
11561         * src/main.c
11562                 fix crash in IMAP caused by discrepancy
11563                 between check_at_startup and offline mode
11564                 Patch by Colin
11565
11566 2005-10-01 [paul]       1.9.14cvs65
11567
11568         * src/inc.c
11569                 fix engrish
11570
11571 2005-10-01 [paul]       1.9.14cvs64
11572         * src/export.c
11573         * src/import.c
11574                 synchronise import_mbox() and export_mbox()
11575         * src/mbox.c
11576                 proc_mbox(): add alert if file cannot be opened
11577                 export_list_to_mbox(): test if dest file exists,
11578                 prompt user to overwrite if it does. add alert
11579                 if file cannot be created
11580                                                                 
11581         Patch by wwp
11582                                                                                                                 
11583
11584 2005-09-30 [paul]       1.9.14cvs63
11585
11586         * src/addressbook.c
11587                 Fix sensitivity of a menu
11588         * src/codeconv.c
11589                 Respect hidden pref for mails with no encoding
11590         * src/common/xml.c
11591                 Fix memory corruption
11592         * src/plugins/pgpcore/sgpgme.c
11593                 Fix segfault on incomplete sigs, and display
11594                 of S/Mime UIDs
11595
11596         Patches by Colin
11597
11598 2005-09-30 [colin]      1.9.14cvs62
11599
11600         * src/partial_download.c
11601                 Little logic fix in almost-dead code
11602         * src/pop.c
11603                 Fix partial download when there's no new mail
11604
11605 2005-09-29 [paul]       1.9.14cvs61
11606
11607         * src/plugins/pgpinline/pgpinline.c
11608                 fix bug 819, 'crash accessing sign message'
11609                 Patch by Colin
11610
11611 2005-09-28 [martin]     1.9.14cvs60
11612
11613         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11614                 fix bug #790 (Crash when restarting window manager (fluxbox))
11615
11616 2005-09-28 [paul]       1.9.14cvs59
11617
11618         * src/gtk/gtkaspell.c
11619                 fix off-by-one typo
11620
11621 2005-09-27 [colin]      1.9.14cvs58
11622
11623         * src/plugins/pgpcore/sgpgme.c
11624                 Report error when there's one, instead of
11625                 "Signature unchecked" 
11626
11627 2005-09-27 [colin]      1.9.14cvs57
11628
11629         * src/prefs_quote.c
11630                 Fix bug #816 (Weird quotation with spaces)
11631
11632 2005-09-27 [colin]      1.9.14cvs56
11633
11634         * src/codeconv.c
11635         * src/compose.c
11636         * src/compose.h
11637                 Put subject in compose's title
11638                 Fix Automatic encoding so that it's really automatic:
11639                 first try default locale's charset, then charset of the replied mail, 
11640                 then utf-8
11641                 Fix encoding of headers (must be in strict mode too)
11642
11643 2005-09-26 [colin]      1.9.14cvs55
11644
11645         * src/gtk/gtkaspell.c
11646                 Fix previous patch - don't color the space,
11647                 just uncolor it :)
11648
11649 2005-09-26 [colin]      1.9.14cvs54
11650
11651         * src/gtk/gtkaspell.c
11652                 Unmark space if possible
11653
11654 2005-09-26 [colin]      1.9.14cvs53
11655
11656         * src/imap.c
11657                 log_error instead of alertpanel according to the pref
11658         * src/etpan/imap-thread.c
11659                 Print connect status, copy only necessary size to 
11660                 logger
11661         * src/plugins/pgpmime/pgpmime.c
11662                 Handle S/Mime signatures (verification only). Patch based
11663                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
11664
11665 2005-09-26 [paul]       1.9.14cvs52
11666
11667         * src/common/passcrypt.c
11668                 this 'workaround' not necessary on NetBSD.
11669                 Thanks to Daniel Gustafson
11670
11671 2005-09-26 [paul]
11672
11673         1.9.15-rc4 released
11674
11675 2005-09-26 [paul]       1.9.14cvs51
11676
11677         * src/summaryview.c
11678                 Skip currently selected message when
11679                 looking for next new or unread message
11680                 in current folder. Patch by Colin
11681         * src/common/passcrypt.c
11682                 eliminate warnings on *BSD. Patch by
11683                 Daniel Gustafson
11684
11685 2005-09-26 [colin]      1.9.14cvs50
11686
11687         * src/procmsg.c
11688                 Call postfiltering hook anyway
11689
11690 2005-09-22 [colin]      1.9.14cvs49
11691
11692         * src/codeconv.c
11693         * src/codeconv.h
11694                 Add a strict mode that doesn't replace with _
11695         * src/compose.c
11696         * src/compose.h
11697                 Use strict conversion while sending
11698                 Fix race when drafting while sending (happens
11699                 on IMAP)
11700                 Fix d'n'd of messages from summaryview
11701         * src/prefs_common.c
11702         * src/prefs_common.h
11703                 add hidden utf8_instead_of_locale_for_broken_mail 
11704                 pref for people that preferred the default charset 
11705                 to be utf8 for broken mails
11706         * src/quote_fmt_parse.y
11707                 fix bug #815 (No quote insert if "From:" fied 
11708                 contained Russian letters)
11709         * src/summaryview.c
11710                 Fix d'n'd of messages to compose
11711
11712 2005-09-22 [paul]       1.9.14cvs48
11713
11714         * src/compose.c
11715                 fix bug where attachments Name entry
11716                 would display Path instead
11717
11718 2005-09-21 [paul]       1.9.14cvs47
11719
11720         * README
11721         * README.jp
11722         * configure.ac
11723         * config/config.rpath
11724         * doc/manual/en/sylpheed-20.html
11725         * doc/manual/es/sylpheed-20.html
11726         * po/bg.po
11727         * po/ca.po
11728         * po/de.po
11729         * po/es.po
11730         * po/fr.po
11731         * po/it.po
11732         * po/pt_BR.po
11733         * po/sk.po
11734         * po/zh_TW.po
11735         * src/account.c
11736         * src/account.h
11737         * src/action.c
11738         * src/action.h
11739         * src/adbookbase.h
11740         * src/addr_compl.c
11741         * src/addr_compl.h
11742         * src/addrbook.c
11743         * src/addrbook.h
11744         * src/addrcache.c
11745         * src/addrcache.h
11746         * src/addrcindex.c
11747         * src/addrcindex.h
11748         * src/addrclip.c
11749         * src/addrclip.h
11750         * src/addrdefs.h
11751         * src/addressadd.c
11752         * src/addressadd.h
11753         * src/addressbook.c
11754         * src/addressbook.h
11755         * src/addressitem.h
11756         * src/addrgather.c
11757         * src/addrgather.h
11758         * src/addrharvest.c
11759         * src/addrharvest.h
11760         * src/addrindex.c
11761         * src/addrindex.h
11762         * src/addritem.c
11763         * src/addritem.h
11764         * src/addrquery.c
11765         * src/addrquery.h
11766         * src/addrselect.c
11767         * src/addrselect.h
11768         * src/alertpanel.c
11769         * src/alertpanel.h
11770         * src/browseldap.c
11771         * src/browseldap.h
11772         * src/codeconv.c
11773         * src/codeconv.h
11774         * src/compose.c
11775         * src/compose.h
11776         * src/crash.c
11777         * src/crash.h
11778         * src/customheader.c
11779         * src/customheader.h
11780         * src/displayheader.c
11781         * src/displayheader.h
11782         * src/editaddress.c
11783         * src/editaddress.h
11784         * src/editbook.c
11785         * src/editbook.h
11786         * src/editgroup.c
11787         * src/editgroup.h
11788         * src/editjpilot.c
11789         * src/editjpilot.h
11790         * src/editldap.c
11791         * src/editldap.h
11792         * src/editldap_basedn.c
11793         * src/editldap_basedn.h
11794         * src/editvcard.c
11795         * src/editvcard.h
11796         * src/enriched.c
11797         * src/enriched.h
11798         * src/exphtmldlg.c
11799         * src/exphtmldlg.h
11800         * src/expldifdlg.c
11801         * src/expldifdlg.h
11802         * src/export.c
11803         * src/export.h
11804         * src/exporthtml.c
11805         * src/exporthtml.h
11806         * src/exportldif.c
11807         * src/exportldif.h
11808         * src/filtering.c
11809         * src/filtering.h
11810         * src/folder.c
11811         * src/folder.h
11812         * src/folder_item_prefs.c
11813         * src/folder_item_prefs.h
11814         * src/foldersel.c
11815         * src/foldersel.h
11816         * src/folderutils.c
11817         * src/folderutils.h
11818         * src/folderview.c
11819         * src/folderview.h
11820         * src/grouplistdialog.c
11821         * src/grouplistdialog.h
11822         * src/headerview.c
11823         * src/headerview.h
11824         * src/html.c
11825         * src/html.h
11826         * src/image_viewer.c
11827         * src/image_viewer.h
11828         * src/imap.c
11829         * src/imap.h
11830         * src/imap_gtk.c
11831         * src/imap_gtk.h
11832         * src/import.c
11833         * src/import.h
11834         * src/importldif.c
11835         * src/importldif.h
11836         * src/importmutt.c
11837         * src/importmutt.h
11838         * src/importpine.c
11839         * src/importpine.h
11840         * src/inc.c
11841         * src/inc.h
11842         * src/jpilot.c
11843         * src/jpilot.h
11844         * src/ldapctrl.c
11845         * src/ldapctrl.h
11846         * src/ldaplocate.c
11847         * src/ldaplocate.h
11848         * src/ldapquery.c
11849         * src/ldapquery.h
11850         * src/ldapserver.c
11851         * src/ldapserver.h
11852         * src/ldaputil.c
11853         * src/ldaputil.h
11854         * src/ldif.c
11855         * src/ldif.h
11856         * src/localfolder.c
11857         * src/localfolder.h
11858         * src/main.c
11859         * src/main.h
11860         * src/mainwindow.c
11861         * src/mainwindow.h
11862         * src/manual.c
11863         * src/manual.h
11864         * src/matcher.c
11865         * src/matcher.h
11866         * src/matcher_parser.h
11867         * src/matcher_parser_lex.l
11868         * src/matcher_parser_parse.y
11869         * src/mbox.c
11870         * src/mbox.h
11871         * src/message_search.c
11872         * src/message_search.h
11873         * src/messageview.c
11874         * src/messageview.h
11875         * src/mh.c
11876         * src/mh.h
11877         * src/mh_gtk.c
11878         * src/mh_gtk.h
11879         * src/mimeview.c
11880         * src/mimeview.h
11881         * src/msgcache.c
11882         * src/msgcache.h
11883         * src/mutt.c
11884         * src/mutt.h
11885         * src/news.c
11886         * src/news.h
11887         * src/news_gtk.c
11888         * src/news_gtk.h
11889         * src/noticeview.c
11890         * src/noticeview.h
11891         * src/partial_download.c
11892         * src/partial_download.h
11893         * src/pine.c
11894         * src/pine.h
11895         * src/pop.c
11896         * src/pop.h
11897         * src/prefs_account.c
11898         * src/prefs_account.h
11899         * src/prefs_actions.c
11900         * src/prefs_actions.h
11901         * src/prefs_common.c
11902         * src/prefs_common.h
11903         * src/prefs_compose_writing.c
11904         * src/prefs_compose_writing.h
11905         * src/prefs_customheader.c
11906         * src/prefs_customheader.h
11907         * src/prefs_display_header.c
11908         * src/prefs_display_header.h
11909         * src/prefs_ext_prog.c
11910         * src/prefs_ext_prog.h
11911         * src/prefs_filtering.c
11912         * src/prefs_filtering.h
11913         * src/prefs_filtering_action.c
11914         * src/prefs_filtering_action.h
11915         * src/prefs_folder_column.c
11916         * src/prefs_folder_column.h
11917         * src/prefs_folder_item.c
11918         * src/prefs_folder_item.h
11919         * src/prefs_fonts.c
11920         * src/prefs_fonts.h
11921         * src/prefs_gtk.c
11922         * src/prefs_gtk.h
11923         * src/prefs_image_viewer.c
11924         * src/prefs_image_viewer.h
11925         * src/prefs_matcher.c
11926         * src/prefs_matcher.h
11927         * src/prefs_message.c
11928         * src/prefs_message.h
11929         * src/prefs_msg_colors.c
11930         * src/prefs_msg_colors.h
11931         * src/prefs_other.c
11932         * src/prefs_other.h
11933         * src/prefs_quote.c
11934         * src/prefs_quote.h
11935         * src/prefs_receive.c
11936         * src/prefs_receive.h
11937         * src/prefs_send.c
11938         * src/prefs_send.h
11939         * src/prefs_spelling.c
11940         * src/prefs_spelling.h
11941         * src/prefs_summaries.c
11942         * src/prefs_summaries.h
11943         * src/prefs_summary_column.c
11944         * src/prefs_summary_column.h
11945         * src/prefs_template.c
11946         * src/prefs_template.h
11947         * src/prefs_themes.c
11948         * src/prefs_themes.h
11949         * src/prefs_toolbar.c
11950         * src/prefs_toolbar.h
11951         * src/prefs_wrapping.c
11952         * src/prefs_wrapping.h
11953         * src/privacy.c
11954         * src/privacy.h
11955         * src/procheader.c
11956         * src/procheader.h
11957         * src/procmime.c
11958         * src/procmime.h
11959         * src/procmsg.c
11960         * src/procmsg.h
11961         * src/quote_fmt.c
11962         * src/quote_fmt_parse.y
11963         * src/recv.c
11964         * src/recv.h
11965         * src/remotefolder.c
11966         * src/remotefolder.h
11967         * src/send_message.c
11968         * src/send_message.h
11969         * src/setup.c
11970         * src/setup.h
11971         * src/simple-gettext.c
11972         * src/sourcewindow.c
11973         * src/sourcewindow.h
11974         * src/ssl_manager.c
11975         * src/ssl_manager.h
11976         * src/statusbar.c
11977         * src/statusbar.h
11978         * src/stock_pixmap.c
11979         * src/stock_pixmap.h
11980         * src/summary_search.c
11981         * src/summary_search.h
11982         * src/summaryview.c
11983         * src/summaryview.h
11984         * src/syldap.c
11985         * src/syldap.h
11986         * src/textview.c
11987         * src/textview.h
11988         * src/toolbar.c
11989         * src/toolbar.h
11990         * src/undo.c
11991         * src/undo.h
11992         * src/unmime.c
11993         * src/unmime.h
11994         * src/vcard.c
11995         * src/vcard.h
11996         * src/wizard.c
11997         * src/wizard.h
11998         * src/common/base64.c
11999         * src/common/base64.h
12000         * src/common/defs.h
12001         * src/common/hooks.c
12002         * src/common/hooks.h
12003         * src/common/log.c
12004         * src/common/log.h
12005         * src/common/md5.c
12006         * src/common/md5.h
12007         * src/common/mgutils.c
12008         * src/common/mgutils.h
12009         * src/common/nntp.c
12010         * src/common/nntp.h
12011         * src/common/passcrypt.c
12012         * src/common/passcrypt.h.in
12013         * src/common/plugin.c
12014         * src/common/plugin.h
12015         * src/common/prefs.c
12016         * src/common/prefs.h
12017         * src/common/progressindicator.c
12018         * src/common/progressindicator.h
12019         * src/common/quoted-printable.c
12020         * src/common/quoted-printable.h
12021         * src/common/session.c
12022         * src/common/session.h
12023         * src/common/smtp.c
12024         * src/common/smtp.h
12025         * src/common/socket.c
12026         * src/common/socket.h
12027         * src/common/ssl.c
12028         * src/common/ssl.h
12029         * src/common/ssl_certificate.c
12030         * src/common/ssl_certificate.h
12031         * src/common/string_match.c
12032         * src/common/string_match.h
12033         * src/common/stringtable.c
12034         * src/common/sylpheed.c
12035         * src/common/sylpheed.h
12036         * src/common/template.c
12037         * src/common/template.h
12038         * src/common/timing.h
12039         * src/common/utils.c
12040         * src/common/utils.h
12041         * src/common/uuencode.c
12042         * src/common/uuencode.h
12043         * src/common/version.h.in
12044         * src/common/xml.c
12045         * src/common/xml.h
12046         * src/common/xmlprops.c
12047         * src/common/xmlprops.h
12048         * src/gtk/about.c
12049         * src/gtk/about.h
12050         * src/gtk/colorlabel.c
12051         * src/gtk/colorlabel.h
12052         * src/gtk/colorsel.c
12053         * src/gtk/colorsel.h
12054         * src/gtk/description_window.c
12055         * src/gtk/description_window.h
12056         * src/gtk/filesel.c
12057         * src/gtk/filesel.h
12058         * src/gtk/foldersort.c
12059         * src/gtk/foldersort.h
12060         * src/gtk/gtkutils.c
12061         * src/gtk/gtkutils.h
12062         * src/gtk/inputdialog.c
12063         * src/gtk/inputdialog.h
12064         * src/gtk/logwindow.c
12065         * src/gtk/logwindow.h
12066         * src/gtk/manage_window.c
12067         * src/gtk/manage_window.h
12068         * src/gtk/menu.c
12069         * src/gtk/menu.h
12070         * src/gtk/pluginwindow.c
12071         * src/gtk/pluginwindow.h
12072         * src/gtk/prefswindow.c
12073         * src/gtk/prefswindow.h
12074         * src/gtk/progressdialog.c
12075         * src/gtk/progressdialog.h
12076         * src/gtk/quicksearch.c
12077         * src/gtk/quicksearch.h
12078         * src/gtk/sslcertwindow.c
12079         * src/gtk/sslcertwindow.h
12080         * src/plugins/clamav/clamav_plugin.c
12081         * src/plugins/clamav/clamav_plugin.h
12082         * src/plugins/clamav/clamav_plugin_gtk.c
12083         * src/plugins/demo/demo.c
12084         * src/plugins/dillo_viewer/dillo_prefs.c
12085         * src/plugins/dillo_viewer/dillo_prefs.h
12086         * src/plugins/dillo_viewer/dillo_viewer.c
12087         * src/plugins/mathml_viewer/mathml_viewer.c
12088         * src/plugins/pgpcore/passphrase.c
12089         * src/plugins/pgpcore/passphrase.h
12090         * src/plugins/pgpcore/plugin.c
12091         * src/plugins/pgpcore/prefs_gpg.c
12092         * src/plugins/pgpcore/prefs_gpg.h
12093         * src/plugins/pgpcore/select-keys.c
12094         * src/plugins/pgpcore/select-keys.h
12095         * src/plugins/pgpcore/sgpgme.c
12096         * src/plugins/pgpcore/sgpgme.h
12097         * src/plugins/pgpinline/pgpinline.c
12098         * src/plugins/pgpinline/pgpinline.h
12099         * src/plugins/pgpinline/plugin.c
12100         * src/plugins/pgpmime/pgpmime.c
12101         * src/plugins/pgpmime/pgpmime.h
12102         * src/plugins/pgpmime/plugin.c
12103         * src/plugins/spamassassin/spamassassin.c
12104         * src/plugins/spamassassin/spamassassin.h
12105         * src/plugins/spamassassin/spamassassin_gtk.c
12106         * src/plugins/trayicon/trayicon.c
12107         * tools/OOo2sylpheed.pl
12108         * tools/acroread2sylpheed.pl
12109         * tools/asus_mailled.sh
12110         * tools/filter_conv.pl
12111         * tools/freshmeat_search.pl
12112         * tools/google_search.pl
12113         * tools/kmail2sylpheed.pl
12114         * tools/kmail2sylpheed_v2.pl
12115         * tools/maildir2sylpheed.pl
12116         * tools/multiwebsearch.pl
12117         * tools/newscache_clean.pl
12118         * tools/outlook2sylpheed.pl
12119         * tools/sylpheed-switcher
12120         * tools/update-po
12121         * tools/vcard2xml.py
12122         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12123                 update FSF address
12124
12125 2005-09-21 [colin]      1.9.14cvs46
12126
12127         * src/gedit-print.c
12128         * src/procmsg.c
12129         * src/procmsg.h
12130         * src/textview.c
12131         * src/summaryview.c
12132                 Remove some printing hacks (deselection/reselection),
12133                 which by the way fix printing the currently 
12134                 displayed mime part (still only text)
12135                 Plus a little optimisation of summary_show
12136
12137
12138 2005-09-20 [colin]      1.9.14cvs45
12139
12140         * src/mainwindow.c
12141         * src/messageview.c
12142                 GUI fixups: add accels, set message
12143                 view title to displayed mail's subject
12144         * src/prefs_spelling.c
12145         * src/gtk/gtkaspell.c
12146                 GUI fixups: allow underlining misspelled
12147                 words instead of coloring them (a11y!)
12148
12149 2005-09-19 [colin]
12150
12151         1.9.15rc3 released
12152
12153 2005-09-19 [colin]      1.9.14cvs44
12154
12155         * src/compose.c
12156                 Fix draft message
12157         * src/gtk/gtkaspell.c
12158                 Fix wrong test ;-)
12159
12160 2005-09-19 [colin]      1.9.14cvs43
12161
12162         * src/addressbook.c
12163                 Fix sensitivity of Delete button
12164         * src/compose.c
12165                 Warn if the requested Privacy system
12166                 is not available
12167         * src/exphtmldlg.c
12168         * src/expldifdlg.c
12169         * src/importldif.c
12170         * src/importmutt.c
12171         * src/importpine.c
12172                 Fix crappy UI
12173         * src/
12174         * src/ssl.h
12175         * src/prefs_account.h
12176         * src/prefs_account.c
12177                 Save SSL prefs even in builds that have
12178                 SSL support disable
12179         * src/imap.c
12180         * src/inc.c
12181         * src/news.c
12182         * src/send_message.c
12183                 Warn if connection should be secure, but
12184                 SSL support isn't compiled in
12185         * src/gtkaspell.c
12186                 Fix word separation on UTF-8 systems
12187                 Fixes bug #812 (Strange inline spellchecking)
12188         * src/compose.c
12189                 Warn if the requested Privacy system
12190                 is not available
12191                 Factorize offline warning
12192         * src/imap.c
12193         * src/imap_gtk.c
12194         * src/imap_gtk.h
12195         * src/inc.h
12196         * src/news_gtk.c
12197         * src/news_gtk.h
12198         * src/messageview.c
12199                 Factorize offline warning
12200
12201 2005-09-19 [paul]
12202
12203         1.9.15-rc2 released
12204
12205 2005-09-18 [colin]      1.9.14cvs42
12206
12207         * src/codeconv.c
12208         * src/codeconv.h
12209         * src/procmime.c
12210                 Add a way to get locale's charset ignoring utf-8,
12211                 and use that as default encoding for broken mails
12212
12213 2005-09-18 [colin]      1.9.14cvs41
12214
12215         * src/gtk/logwindow.c
12216                 Translate string. Patch by Fabien Vantard
12217
12218 2005-09-18 [colin]      1.9.14cvs40
12219
12220         * configure.ac
12221                 Fix bug #803 (IMAP/SSL support breaks with 
12222                 GnuTLS libetpan 0.38)
12223
12224 2005-09-18 [colin]      1.9.14cvs39
12225
12226         * src/codeconv.c
12227         * src/compose.c
12228         * src/procmime.c
12229                 More charsets fixes. Fixes bug #806 (non
12230                 ascii characters in subject line)
12231
12232 2005-09-17 [paul]       1.9.14cvs38
12233
12234         * src/folderview.c
12235         * src/mainwindow.c
12236                 fix gcc-2.95 issues
12237                 Patch by Pawel Pekala
12238
12239 2005-09-17 [colin]      1.9.14cvs37
12240
12241         * src/addrindex.c
12242                 bugfix for NO-USE LDAP compilation, patch 
12243                 by Fabien Vantard
12244
12245 2005-09-17 [colin]      1.9.14cvs36
12246
12247         * src/prefs_actions.c
12248         * src/prefs_customheader.c
12249         * src/prefs_display_header.c
12250         * src/prefs_filtering_action.c
12251         * src/prefs_matcher.c
12252         * src/prefs_toolbar.c
12253                 Fix strange casts (less elegant but
12254                 works better)
12255
12256 2005-09-16 [colin]      1.9.14cvs35
12257
12258         * src/jpilot.c
12259                 Missed that one
12260
12261 2005-09-16 [colin]      1.9.14cvs34
12262
12263         * configure.ac
12264         * src/Makefile.am
12265         * src/addr_compl.c
12266         * src/addrindex.c
12267         * src/browseldap.c
12268         * src/editldap.c
12269         * src/ldaplocate.c
12270         * src/ldapquery.c
12271         * src/ldapquery.h
12272         * src/ldapserver.c
12273         * src/ldapserver.h
12274         * src/main.c
12275         * src/matcher_parser_parse.y
12276         * src/prefs_themes.c
12277         * src/etpan/Makefile.am
12278         * src/gtk/description_window.c
12279         * src/plugins/clamav/Makefile.am
12280         * src/plugins/clamav/clamav_plugin.c
12281         * src/plugins/dillo_viewer/Makefile.am
12282         * src/plugins/pgpcore/Makefile.am
12283         * src/plugins/pgpinline/Makefile.am
12284         * src/plugins/pgpmime/Makefile.am
12285         * src/plugins/trayicon/Makefile.am
12286                 Fix 100% cpu usage in address completion list
12287                 Fix little bugs (return with no values etc)
12288                 Fix all warnings (with common CFLAGS)
12289
12290 2005-09-15 [colin]      1.9.14cvs33
12291
12292         * src/addressbook.c
12293                 Fix bug where sometimes a group's email list is empty,
12294                 force its refresh (probably fixes "Re: how to create a 
12295                 distribution list")
12296         * src/ldapquery.c
12297                 Don't return to the callback in the main thread from the
12298                 fetch thread (or face segs!)
12299
12300 2005-09-15 [paul]       1.9.14cvs32
12301
12302         * src/prefs_matcher.c
12303                 forgotten in last commit
12304
12305 2005-09-15 [paul]       1.9.14cvs31
12306
12307         * src/prefs_actions.c
12308         * src/prefs_filtering_action.c
12309         * src/prefs_quote.c
12310         * src/quote_fmt.c
12311         * src/summaryview.c
12312         * src/gtk/description_window.c
12313         * src/gtk/description_window.h
12314         * src/gtk/quicksearch.c
12315                 allow interaction with the called
12316                 description window
12317                 Patch by Anders Hammar
12318
12319 2005-09-14 [paul]       1.9.14cvs30
12320
12321         * src/compose.c
12322                 fix a little annoyance when pasting with 3rd button 
12323                 with wrap_pastes=0 and wrap_input=1
12324                 Patch by Colin
12325
12326 2005-09-14 [paul]       1.9.14cvs29
12327
12328         * src/prefs_account.c
12329                 disable 'Filter messages on receiving' for
12330                 SMTP-only accounts
12331                 Patch  by Anders Hammar
12332
12333 2005-09-14 [paul]       1.9.14cvs28
12334
12335         * po/sk.po
12336                 fix crash
12337                 updated by Andrej Kacian
12338
12339 2005-09-14 [paul]
12340
12341         1.9.15-rc1 released
12342
12343 2005-09-14 [paul]       1.9.14cvs27
12344
12345         * po/es.po
12346                 updated by Ricardo Mones Lastra
12347         * src/compose.c
12348         * src/compose.h
12349                 associate no_wrap_tags to Compose windows
12350                 instead of using a static one
12351                 Patch by Colin
12352         * src/mbox.c
12353                 fix proc_mbox()
12354                 Patch by wwp
12355         * src/textview.c
12356                 remove unneeded printf()
12357
12358 2005-09-14 [paul]       1.9.14cvs26
12359
12360         * src/addrcache.c
12361         * src/codeconv.h
12362         * src/folder.h
12363         * src/mainwindow.h
12364         * src/mh.c
12365         * src/mimeview.h
12366         * src/partial_download.c
12367         * src/pop.c
12368         * src/prefs_account.c
12369         * src/prefs_account.h
12370         * src/prefs_actions.c
12371         * src/prefs_customheader.c
12372         * src/prefs_display_header.c
12373         * src/prefs_filtering_action.c
12374         * src/prefs_matcher.c
12375         * src/prefs_toolbar.c
12376         * src/privacy.h
12377         * src/procmime.c
12378         * src/procmime.h
12379         * src/procmsg.h
12380         * src/textview.c
12381         * src/undo.h
12382         * src/common/plugin.c
12383         * src/common/session.h
12384         * src/common/socket.c
12385         * src/common/socket.h
12386         * src/common/template.c
12387         * src/gtk/gtkaspell.c
12388         * src/gtk/quicksearch.h
12389         * src/plugins/pgpcore/passphrase.c
12390         * src/plugins/pgpcore/prefs_gpg.h
12391         * src/plugins/pgpcore/select-keys.c
12392         * src/plugins/pgpcore/select-keys.h
12393         * src/plugins/pgpcore/sgpgme.c
12394         * src/plugins/pgpinline/pgpinline.c
12395         * src/plugins/pgpmime/pgpmime.c
12396         * src/plugins/trayicon/trayicon.c
12397                 fix compilation warnings
12398                 Patch by Daniel Gustafson
12399
12400 2005-09-14 [paul]       1.9.14cvs25
12401
12402         * src/addressbook.c
12403                 add missing column header, and other small
12404                 bug fixes
12405                 Patch by Anders Hammar
12406
12407 2005-09-13 [colin]      1.9.14cvs24
12408
12409         * src/gtk/gtkaspell.c
12410                 Fix non-utf8 in menu
12411                 Fix little leaks
12412                 Nullify struct members after free()s
12413
12414 2005-09-13 [colin]      1.9.14cvs23
12415
12416         * src/compose.c
12417                 Test utf8 compliance before inserting to 
12418                 buffer, and try to convert if necessary
12419         * src/procmime.c
12420                 If no charset is present, use the locale 
12421                 one instead of us-ascii
12422         * src/procmsg.c
12423                 Add Sender, List-Post and To in the checked 
12424                 headers for automatic rules creation 
12425                 (thanks to wwp)
12426         * src/prefs_themes.c
12427         * src/gtk/gtkaspell.c
12428                 Remove deprecated functions. 
12429                 patch by Daniel Gustafson
12430
12431 2005-09-12 [colin]      1.9.14cvs22
12432
12433         * src/compose.c
12434                 Fix bug #448 (Scrolling/Redraw issue with 
12435                 address-fields in Header)
12436         * src/mainwindow.c
12437         * src/summaryview.c
12438         * src/summaryview.h
12439                 Fix loss of MSG_MARKED on move/copy
12440                 Fix bug #804 (Quicksearch togglebutton doesn't 
12441                 get depressed after '/' key is pressed)
12442
12443 2005-09-12 [paul]       1.9.14cvs21
12444
12445         * AUTHORS
12446         * src/gtk/logwindow.c
12447                 add 'Clear Log' to popup menu
12448                 Patch by Anders Hammar <anders.hammar@telia.com>
12449
12450 2005-09-12 [paul]       1.9.14cvs20
12451
12452         * src/compose.c
12453                 set correct sensitivity on attachments
12454                 popup menu
12455         * src/folder.c
12456                 fix typo
12457         * src/prefs_spelling.c
12458                 fix crash when no LANG env is set
12459         * src/common/xml.c
12460                 fix crash in wizard
12461                 don't use memeory after free
12462
12463         All patches by Daniel Gustafson
12464
12465 2005-09-12 [paul]       1.9.14cvs19
12466
12467         * src/prefs_themes.c
12468                 make theme info selectable
12469         * src/gtk/description_window.c
12470                 make window non-modal
12471         * tools/README
12472                 add details of asus_mailed.sh
12473         * tools/claws.i18n.status.pl
12474                 update for new zh_TW translator
12475                 widen the output
12476                 create alternate coloured lines
12477                 improve readability
12478
12479 2005-09-10 [colin]      1.9.14cvs18
12480
12481         * src/plugins/pgpcore/select-keys.c
12482                 Better order for the buttons
12483
12484 2005-09-10 [colin]      1.9.14cvs17
12485
12486         * src/compose.c
12487         * src/plugins/pgpcore/select-keys.c
12488         * src/plugins/pgpcore/select-keys.h
12489         * src/plugins/pgpcore/sgpgme.c
12490                 Add a "Don't encrypt" button to the key
12491                 selection dialog. Fixes bug #177 (There should be a 
12492                 'Don't encrypt button in the Select Keys dialog)
12493
12494 2005-09-10 [colin]      1.9.14cvs16
12495
12496         * src/compose.c
12497                 Fix bug #572 (%X option does not work with templates)
12498
12499 2005-09-10 [colin]      1.9.14cvs15
12500
12501         * src/toolbar.c 
12502                 Remove g_print
12503
12504 2005-09-10 [colin]      1.9.14cvs14
12505
12506         * src/imap.c
12507                 Fix a possible crash
12508
12509 2005-09-09 [colin]      1.9.14cvs13
12510
12511         * src/imap.c
12512         * src/etpan/imap-thread.c
12513         * src/etpan/imap-thread.h
12514                 Fix moving from queue or drafts to normal folders
12515                 Fix bug #794 (No way to delete without expunging)
12516                 Take flags unset by other mailers into account
12517                 Take deleted flag set by other mailers into account
12518                 Fix unsetting REPLIED flag
12519                 Fix crash when capabilities can't be retrieved
12520         * src/mainwindow.c
12521         * src/mainwindow.h
12522                 Add M_DELAYED_FLAGS condition, and let the user use
12523                 Execute in order to be able to expunge deleted mails,
12524                 even if he's not in delayed execute mode
12525         * src/prefs_spelling.c
12526                 Use 'en' dictionary by default if LANG is POSIX or C
12527         * src/gtk/prefswindow.c
12528                 Fix bug #767 (Preferences windows expanding) by making
12529                 the window a bit larger when the resolution is greater
12530                 than 640x480, and by putting the prefs in a
12531                 GtkScrolledWindow.
12532
12533 2005-09-09 [paul]       1.9.14cvs12
12534
12535         * AUTHORS
12536         * configure.ac
12537         * po/zh_TW.Big5.po      ** REMOVED **
12538         * po/zh_TW.po           ** ADDED **
12539                 updated by Wei-Lun Chao
12540
12541 2005-09-09 [paul]       1.9.14cvs11
12542
12543         * src/mainwindow.c
12544                 fix asserts
12545         * src/common/xml.c
12546                 delay memory allocation until file is
12547                 opened successfully
12548                 Patch by Daniel Gustafson
12549
12550 2005-09-09 [colin]      1.9.14cvs10
12551
12552         * src/imap.c
12553                 Add guards
12554
12555 2005-09-08 [colin]      1.9.14cvs9
12556
12557         * src/compose.c
12558                 Alert when we can't save draft
12559                 Fix various wrap/color issues
12560                 Add mid-click pasting respecting wrap_paste option
12561         * src/folder.c
12562         * src/folder.h
12563         * src/folder_item_prefs.c
12564         * src/folder_item_prefs.h
12565         * src/imap.c
12566         * src/imap_gtk.c
12567         * src/imap_gtk.h
12568         * src/main.c
12569         * src/mainwindow.c
12570         * src/mainwindow.h
12571         * src/news.c
12572         * src/news_gtk.c
12573         * src/news_gtk.h
12574         * src/prefs_folder_item.c
12575                 Fix the impossibility to synchronise folders for
12576                 offline use (IMAP and NNTP are concerned)
12577
12578 2005-09-08 [colin]      1.9.14cvs8
12579
12580         * configure.ac
12581                 Build LDAP and JPilot by default if available
12582         * src/textview.c
12583                 Fix use after free
12584
12585 2005-09-08 [paul]       1.9.14cvs7
12586
12587         * doc/manual/en/sylpheed-1.html
12588         * doc/manual/en/sylpheed-18.html
12589         * doc/manual/en/sylpheed-19.html
12590         * doc/manual/en/sylpheed-4.html
12591         * doc/manual/en/sylpheed-6.html
12592         * doc/manual/en/sylpheed.html
12593                 a few minor updates, plus include some
12594                 details about plugins and their requirements
12595         * src/mainwindow.c
12596                 minor changes to English in /View/Sort
12597
12598 2005-09-07 [colin]      1.9.14cvs6
12599
12600         * doc/manual/en/sylpheed-1.html
12601         * doc/manual/en/sylpheed-10.html
12602         * doc/manual/en/sylpheed-11.html
12603         * doc/manual/en/sylpheed-12.html
12604         * doc/manual/en/sylpheed-13.html
12605         * doc/manual/en/sylpheed-14.html
12606         * doc/manual/en/sylpheed-15.html
12607         * doc/manual/en/sylpheed-16.html
12608         * doc/manual/en/sylpheed-17.html
12609         * doc/manual/en/sylpheed-18.html
12610         * doc/manual/en/sylpheed-19.html
12611         * doc/manual/en/sylpheed-2.html
12612         * doc/manual/en/sylpheed-20.html
12613         * doc/manual/en/sylpheed-21.html
12614         * doc/manual/en/sylpheed-22.html
12615         * doc/manual/en/sylpheed-3.html
12616         * doc/manual/en/sylpheed-4.html
12617         * doc/manual/en/sylpheed-5.html
12618         * doc/manual/en/sylpheed-6.html
12619         * doc/manual/en/sylpheed-7.html
12620         * doc/manual/en/sylpheed-8.html
12621         * doc/manual/en/sylpheed-9.html
12622         * doc/manual/en/sylpheed.html
12623                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
12624
12625 2005-09-07 [colin]      1.9.14cvs5
12626
12627         * src/mainwindow.c
12628                 Make labels more to-the-point
12629
12630 2005-09-07 [colin]      1.9.14cvs4
12631
12632         * doc/manual/en/sylpheed-1.html
12633         * doc/manual/en/sylpheed-12.html
12634         * doc/manual/en/sylpheed-13.html
12635         * doc/manual/en/sylpheed-14.html
12636         * doc/manual/en/sylpheed-15.html
12637         * doc/manual/en/sylpheed-16.html
12638         * doc/manual/en/sylpheed-17.html
12639         * doc/manual/en/sylpheed-18.html
12640         * doc/manual/en/sylpheed-19.html
12641         * doc/manual/en/sylpheed-2.html
12642         * doc/manual/en/sylpheed-20.html
12643         * doc/manual/en/sylpheed-21.html
12644         * doc/manual/en/sylpheed-22.html
12645         * doc/manual/en/sylpheed-4.html
12646         * doc/manual/en/sylpheed-5.html
12647         * doc/manual/en/sylpheed-6.html
12648         * doc/manual/en/sylpheed-7.html
12649         * doc/manual/en/sylpheed-8.html
12650         * doc/manual/en/sylpheed-9.html
12651         * doc/manual/en/sylpheed.html
12652                 Update manual
12653
12654 2005-09-07 [colin]      1.9.14cvs3
12655
12656         * doc/faq/en/sylpheed-faq-1.html
12657         * doc/faq/en/sylpheed-faq-2.html
12658         * doc/faq/en/sylpheed-faq-3.html
12659         * doc/faq/en/sylpheed-faq.html
12660                 Update FAQ
12661
12662 2005-09-07 [colin]      1.9.14cvs2
12663
12664         * src/folderview.c
12665         * src/procmsg.c
12666         * src/summaryview.c
12667         * src/toolbar.c
12668                 Fix special subfolders:
12669                 - Inherit parent's icon
12670                 - sent contents of queues subfolders
12671                 - empty subfolders of trashes
12672         * src/mainwindow.c
12673                 Remove outdated manual and faq entries
12674         * src/common/utils.c
12675                 Add quotes around %s coming from mailcap
12676
12677 2005-09-07 [colin]      1.9.14cvs1
12678
12679         * src/compose.c
12680                 After saving draft, set modified to FALSE
12681         * src/mimeview.c
12682         * src/common/utils.c
12683         * src/common/utils.h
12684                 Try to open mime parts using what is 
12685                 indicated in ~/.mailcap or /etc/mailcap,
12686                 if possible.
12687
12688 2005-09-05 [paul]       1.9.14
12689
12690         1.9.14 released
12691
12692         * po/sk.po
12693                 updated by Andrej Kacian
12694
12695 2005-09-05 [paul]       1.9.13cvs83
12696
12697         * po/de.po
12698         * po/es.po
12699         * po/fi.po
12700         * po/fr.po
12701         * po/nb.po
12702         * po/pt_BR.po
12703         * po/sr.po
12704                 updated translations by Thomas Gilgin, Ricardo Mones
12705                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
12706                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
12707
12708 2005-09-04 [paul]       1.9.13cvs82
12709
12710         * src/compose.c
12711                 only warn about exceeded line length limit
12712                 on send
12713
12714 2005-09-04 [paul]       1.9.13cvs81
12715
12716         * src/compose.c
12717                 fix crash in 'line length exceeded' dialogue
12718
12719 2005-09-02 [paul]       1.9.13cvs80
12720
12721         * src/imap.c
12722                 fix bug 795, 'Connection lost IMAP'
12723                 and add statusbar prints
12724                 Patch by Colin
12725
12726 2005-09-02 [paul]       1.9.13cvs79
12727
12728         * src/compose.c
12729                 compose_wrap_paragraph() becomes
12730                 compose_beautify_paragraph()
12731                 Patch by Colin
12732
12733 2005-09-02 [colin]      1.9.13cvs78
12734
12735         * src/folderview.c
12736                 Micro-fix
12737
12738 2005-09-01 [colin]      1.9.13cvs77
12739
12740         * src/imap.c
12741                 Maybe fix bug #795 (Connection lost IMAP)
12742                 Don't try to send logout when we're disconnected.
12743         * src/summaryview.c
12744                 Include locked and marked emails in HRM
12745                 view. Fixes bug #800 (Locked messages no longer 
12746                 show up when hide read messages is used)
12747
12748 2005-09-01 [paul]       1.9.13cvs76
12749
12750         * src/prefs_common.c
12751                 fix bad cutting
12752
12753 2005-08-31 [colin]      1.9.13cvs75
12754
12755         * src/folderview.c
12756         * src/folderview.h
12757         * src/prefs_summaries.c
12758         * src/summaryview.c
12759                 Fix "go to next new", fix preference
12760                 (Open unread/next swapped)
12761
12762 2005-08-31 [paul]       1.9.13cvs74
12763
12764         * src/compose.c
12765         * src/folderview.c
12766         * src/headerview.c
12767         * src/headerview.h
12768         * src/mainwindow.c
12769         * src/prefs_common.c
12770         * src/prefs_common.h
12771         * src/prefs_fonts.c
12772         * src/summaryview.c
12773         * src/textview.c
12774         * src/common/defs.h
12775                 remove obsolete BOLD_FONT setting
12776                 fix font update in headerview and textview
12777                 headers after prefs change
12778                 Patch By Colin
12779
12780 2005-08-31 [paul]
12781
12782         1.9.14-rc4 released
12783
12784 2005-08-30 [colin]      1.9.13cvs73
12785
12786         * src/summaryview.c
12787                 When Hide read messages is selected and we
12788                 refresh the summaryview, don't remove the 
12789                 currently displayed message. Fixes bug #797
12790                 (Summary view reloads when new mail is 
12791                 downloaded in 1.9.14 rc)
12792
12793 2005-08-30 [colin]      1.9.13cvs72
12794
12795         * src/folderview.c
12796                 Fix flickering
12797         * src/mainwindow.c
12798                 Remove useless callback
12799         * src/mimeview.c
12800         * src/gtk/filesel.c
12801         * src/gtk/filesel.h
12802                 Add a filesel_select_file_save_folder() - used by Save All
12803
12804 2005-08-29 [paul]       1.9.13cvs71
12805
12806         * AUTHORS
12807         * src/matcher_parser_parse.y
12808         * src/etpan/imap-thread.c
12809                 fix building on FreeBSD
12810                 Patch by Daniel Gustafson <daniel@hobbit.se>
12811
12812 2005-08-29 [paul]       1.9.13cvs70
12813
12814         * src/plugins/pgpinline/pgpinline.c
12815                 only initialise sig result if it's been handled
12816                 Patch by Colin
12817
12818 2005-08-29 [paul]       1.9.13cvs69
12819         
12820         Patches by Colin:
12821
12822         * src/imap.c
12823         * src/common.utils.c
12824         * src/common/utils.h
12825                 optimisation
12826         * src/stock_pixmap.h
12827                 fix wrong icon reference
12828         * src/pixmaps/trash_btn.xpm
12829                 replace with nicer image
12830
12831 2005-08-28 [colin]      1.9.13cvs68
12832
12833         * src/Makefile.am
12834         * src/stock_pixmap.c
12835         * src/stock_pixmap.h
12836         * src/toolbar.c
12837         * src/pixmaps/trash_btn.xpm
12838                 Add a specific trash xpm for the button
12839
12840 2005-08-28 [colin]      1.9.13cvs67
12841
12842         * src/imap.c
12843                 Fix leak
12844
12845 2005-08-27 [colin]      1.9.13cvs66
12846
12847         * src/imap.c
12848         * src/procmime.c
12849                 Correctly fix "Problem with replies", fixes
12850                 pgpmime encryption too. 
12851
12852 2005-08-27 [colin]      1.9.13cvs65
12853
12854         * src/folder.c
12855         * src/procmsg.c
12856         * src/procmsg.h
12857         * src/summaryview.c
12858                 Fix bug #517 (messages removed from summaryview 
12859                 when moving fails)
12860
12861 2005-08-27 [colin]      1.9.13cvs64
12862
12863         * tools/Makefile.am
12864         * tools/asus_mailled.sh
12865                 Add a script to blink ASUS laptops' mail LED where there
12866                 is unread mail.
12867
12868 2005-08-27 [colin]      1.9.13cvs63
12869
12870         * src/imap.c
12871         * src/etpan/imap-thread.c
12872         * src/etpan/imap-thread.h
12873                 Implement automatic choosing of login method
12874                 Fixes bug #791
12875         * src/gtk/.cvsignore
12876                 Add sylpheed-marshal.[ch]
12877
12878 2005-08-27 [colin]      1.9.13cvs62
12879
12880         * src/common/utils.c
12881                 Fix confusing perror
12882
12883 2005-08-27 [colin]      1.9.13cvs61
12884
12885         * src/toolbar.c
12886         * src/toolbar.h
12887                 Remove A_DELETE, replace it with 
12888                 A_TRASH and A_DELETE_REAL. Automatically
12889                 rewrite config files to replace A_DELETE
12890                 with A_TRASH (no functionality change).
12891                 Fixes half of #794
12892
12893 2005-08-26 [colin]      1.9.13cvs60
12894
12895         * src/procmime.c
12896                 Previous "Problem with replies" fix brought other
12897                 problems, fixing them
12898
12899 2005-08-26 [colin]      1.9.13cvs59
12900
12901         * src/procmime.c
12902                 Fix "Problem with replies". This happened only
12903                 on IMAP...
12904         * src/procmsg.c
12905                 Factorize code a bit
12906         * src/compose.c
12907                 Speed improvement on very long messages (wrapping)
12908                 Fix signature color on Reedit and Redirect
12909                 On Reedit, don't attach pgp-signatures parts, but
12910                 set signing to On.
12911
12912 2005-08-24 [paul]       1.9.13cvs58
12913
12914         * src/compose.c
12915                 don't claim success when clicking
12916                 Cancel on the passphrase box.
12917                 Patch by Colin
12918
12919 2005-08-24 [paul]       1.9.13cvs57
12920
12921         * src/main.c
12922                 fix misplaced sylpheed.log
12923         * src/common/defs.h
12924                 define UIDL_DIR
12925
12926 2005-08-24 [paul]       1.9.13cvs56
12927
12928         * src/imap.c
12929         * src/etpan/imap-thread.c
12930         * src/etpan/imap-thread.h
12931                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
12932                 Patch by Colin
12933         * src/gtk/sylpheed-marshal.c    ** REMOVED **
12934         * src/gtk/sylpheed-marshal.h    ** REMOVED **
12935                 remove autogenerated files
12936         * tools/kdeservicemenu/README
12937         * tools/kdeservicemenu/install.sh
12938         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12939         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12940                 use Claws icon, use 'Sylpheed-Claws' in menu,
12941                 use kdialog, and other cleanups
12942
12943 2005-08-23 [paul]       1.9.13cvs55
12944
12945         * src/compose.c
12946                 fix paste/wrap crash
12947                 Patch by Colin
12948
12949 2005-08-23 [paul]       1.9.13cvs54
12950
12951         * src/main.c
12952                 fix crash recovery
12953                 Patch by Colin
12954
12955 2005-08-23 [paul]       1.9.13cvs53
12956
12957         * src/addressbook.c
12958         * src/editaddress.c
12959                 view all data of LDAP contacts
12960                 Patch by Colin
12961
12962 2005-08-23 [paul]       1.9.13cvs52
12963
12964         * src/addressbook.c
12965                 fix issues with the Search field
12966                 Patch by Colin
12967
12968 2005-08-22 [paul]       1.9.13cvs51
12969
12970         * src/folderview.c
12971                 put name of folder in processing dialog
12972                 title
12973         * src/prefs_folder_item.c
12974                 improve english usage
12975
12976 2005-08-22 [paul]       1.9.13cvs50
12977
12978         * src/filtering.c
12979         * src/filtering.h
12980         * src/matcher.c
12981         * src/matcher_parser_lex.l
12982         * src/matcher_parser_parse.y
12983         * src/prefs_filtering.c
12984                 add Filtering/Processing rule names feature.
12985                 (the incompatible old matcherrc is saved as
12986                 matcherrc.pre_names).
12987                 Patch by Colin
12988
12989 2005-08-22 [paul]       1.9.13cvs49
12990
12991         * src/procmsg.c
12992                 fix colour labelling
12993                 Patch by Colin
12994
12995 2005-08-22 [paul]       1.9.13cvs48
12996
12997         * src/textview.c
12998                 fix open_image_cb()
12999
13000 2005-08-22 [paul]       1.9.13cvs47
13001
13002         * src/imap.c
13003                 fix bug 789, 'SC crashes with imap (CVS ver)'
13004                 Patch by Colin
13005
13006 2005-08-22 [paul]       1.9.13cvs46
13007
13008         * src/mimeview.c
13009         * src/prefs_common.c
13010         * src/common/defs.h
13011                 define reused defaults in defs.h
13012         * src/textview.c
13013                 add 'Open image' to image popup menu
13014
13015 2005-08-21 [colin]      1.9.13cvs45
13016
13017         * src/summaryview.c
13018                 Fix bug #788 (Bogus "From" address displayed)
13019
13020 2005-08-20 [colin]      1.9.13cvs44
13021
13022         * src/folder.c
13023                 Fix buf #787 (multilevel delete causes SIGSEGV)
13024
13025 2005-08-19 [colin]      1.9.13cvs43
13026
13027         * src/inc.c
13028         * src/prefs_common.c
13029         * src/prefs_common.h
13030                 Add an hidden pref to allow modifying the
13031                 update stepping in incorporation.
13032                 Patch by wwp.
13033
13034 2005-08-19 [colin]      1.9.13cvs42
13035
13036         * src/compose.c
13037         * src/procmime.c
13038                 Workaround for broken MUAs: encode 
13039                 Content-type: name: as ASCII and 
13040                 Content-Disposition: filename: as
13041                 per rfc2231
13042         * src/prefs_account.c
13043                 Fix invisible-ness of SMTP SSL prefs
13044                 in NNTP accounts
13045
13046 2005-08-19 [paul]       1.9.13cvs41
13047
13048         * src/compose.c
13049         * src/prefs_common.c
13050         * src/prefs_common.h
13051         * src/prefs_wrapping.c
13052                 paste with or without wrapping.
13053                 patch by Colin
13054
13055 2005-08-19 [paul]       1.9.13cvs40
13056
13057         * src/prefs_common.c
13058         * src/prefs_common.h
13059         * src/summaryview.c
13060                 reintroduce enable_swap_from as a
13061                 hidden pref. patch by Colin
13062         * src/quote_fmt_parse.y
13063         * src/plugins/clamav/clamav_plugin.c
13064         * src/plugins/dillo_viewer/dillo_viewer.c
13065         * src/plugins/mathml_viewer/mathml_viewer.c
13066         * src/plugins/pgpcore/sgpgme.c
13067         * src/plugins/pgpinline/pgpinline.c
13068         * src/plugins/pgpmime/pgpmime.c
13069                 tidy up. patch by Colin
13070
13071 2005-08-19 [paul]       1.9.13cvs39
13072
13073         * configure.ac
13074                 complete cvs38's sync
13075         * src/editaddress.c
13076         * src/gedit-print.c
13077         * src/mutt.c
13078         * src/etpan/etpan-log.c
13079         * src/etpan/imap-thread.c
13080         * src/gtk/gtksourceprintjob.c
13081                 fix compilation warnings
13082                 (patch by Colin)
13083
13084 2005-08-19 [paul]       1.9.13cvs38
13085
13086         sync with main:
13087
13088         * src/account.c
13089         * src/action.c
13090         * src/addrbook.c
13091         * src/addrcache.c
13092         * src/addrharvest.c
13093         * src/addrindex.c
13094         * src/codeconv.c
13095         * src/compose.c
13096         * src/crash.c
13097         * src/exporthtml.c
13098         * src/exportldif.c
13099         * src/folder.c
13100         * src/image_viewer.c
13101         * src/inc.c
13102         * src/inc.h
13103         * src/jpilot.c
13104         * src/ldif.c
13105         * src/main.c
13106         * src/matcher.c
13107         * src/mbox.c
13108         * src/messageview.c
13109         * src/mh.c
13110         * src/mimeview.c
13111         * src/msgcache.c
13112         * src/mutt.c
13113         * src/news.c
13114         * src/partial_download.c
13115         * src/pine.c
13116         * src/pop.c
13117         * src/prefs_actions.c
13118         * src/prefs_common.c
13119         * src/prefs_customheader.c
13120         * src/prefs_display_header.c
13121         * src/prefs_gtk.c
13122         * src/prefs_themes.c
13123         * src/procheader.c
13124         * src/procmime.c
13125         * src/procmsg.c
13126         * src/recv.c
13127         * src/send_message.c
13128         * src/simple-gettext.c
13129         * src/sourcewindow.c
13130         * src/textview.c
13131         * src/vcard.c
13132         * src/common/defs.h
13133         * src/common/log.c
13134         * src/common/plugin.c
13135         * src/common/prefs.c
13136         * src/common/session.c
13137         * src/common/session.h
13138         * src/common/socket.c
13139         * src/common/socket.h
13140         * src/common/ssl_certificate.c
13141         * src/common/template.c
13142         * src/common/utils.c
13143         * src/common/utils.h
13144         * src/common/xml.c
13145         * src/gtk/about.c
13146         added wrappers for C library function that
13147                 take pathname arguments.
13148                 enabled compilation with MinGW.
13149                 use GDir instead of directly using opendir().
13150                 added rename_force().
13151
13152 2005-08-19 [paul]       1.9.13cvs37
13153         
13154         patches by Colin:
13155         * src/compose.c
13156                 fix privacy settings on re-editing
13157                 a sent message
13158         * src/jpilot.c
13159                 fix encoding bug
13160         * src/folder.c
13161         * src/procmsg.c
13162         * src/procmsg.h
13163         * src/summaryview.c
13164                 flag changing optimisation
13165
13166 2005-08-18 [martin]     1.9.13cvs36
13167
13168         * commitHelper
13169             added my login
13170         * src/addrcache.c
13171         * src/addrharvest.c
13172         * src/addrindex.c
13173         * src/compose.c
13174         * src/grouplistdialog.c
13175         * src/main.c
13176         * src/mainwindow.c
13177         * src/msgcache.c
13178         * src/mutt.c
13179         * src/pine.c
13180         * src/prefs_account.c
13181         * src/prefs_themes.c
13182         * src/stock_pixmap.c
13183         * src/summaryview.c
13184         * src/gtk/about.c
13185         * src/gtk/logwindow.c
13186             removed deprecated glib and gdk stuff
13187         * src/plugins/pgpcore/select-keys.c
13188             convert attributes from locale to utf8
13189
13190 2005-08-17 [paul]       1.9.13cvs35
13191
13192         * src/account.c
13193         * src/addressbook.c
13194                 use new GTK_STOCK_ icons if available
13195         * src/summaryview.c
13196         * src/gtk/gtksctree.c
13197         * src/gtk/gtksctree.h
13198                 faster range select. patch by Colin
13199
13200 2005-08-17 [paul]       1.9.13cvs34
13201
13202         patches by colin:
13203         * src/addressbook.c
13204         * src/addressitem.h
13205                 Add an edit button for contacts, fix selections
13206                 of gtksctree items
13207         * src/editaddress.c
13208                 Change labels, let Save be always possible in the
13209                 email and user atributes tabs
13210         * src/folderview.c
13211                 fix sort issues
13212         * src/summaryview.c
13213                 select next item instead of the displayed one
13214                 after deletion
13215
13216         * src/gtk/progressdialog.c
13217                 use prefs_common.enable_rules_hint
13218
13219 2005-08-13 [hoa]        1.9.13cvs33
13220
13221         * src/etpan/imap-thread.c
13222                 fixed build on Solaris.
13223
13224 2005-08-10 [colin]      1.9.13cvs32
13225
13226         * src/procmsg.c
13227                 Fix cvs31 (missing fclose before reading
13228                 the file)
13229
13230 2005-08-10 [colin]      1.9.13cvs31
13231
13232         * src/procmsg.c
13233                 Fix procmsg_msginfo_new_from_mimeinfo() when
13234                 the MimeInfo isn't stored in memory. This fixes
13235                 replying to an attached message.
13236
13237 2005-08-10 [colin]      1.9.13cvs30
13238
13239         * src/mainwindow.c
13240                 Fix slowness in account changing
13241
13242 2005-08-10 [colin]      1.9.13cvs29
13243
13244         * src/folder.c
13245         * src/folderutils.c
13246         * src/folderview.c
13247         * src/imap_gtk.c
13248         * src/mainwindow.c
13249         * src/mh_gtk.c
13250         * src/procmsg.c
13251         * src/summaryview.c
13252                 Optimize folder_has_parent_of_type
13253                 Prevent moving special sub-folders from contextual menus
13254                 Rework message a bit ("Empty all messages" -> "Delete all
13255                 messages")
13256                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13257                 and "Deleted Items" folders)
13258
13259 2005-08-08 [colin]      1.9.13cvs28
13260
13261         * src/summaryview.c
13262         * src/prefs_summaries.c
13263                 Make "Select first unread|new" more flexible
13264                 (just prioritize new or unread)
13265
13266 2005-08-08 [colin]      1.9.13cvs27
13267
13268         * src/summaryview.c
13269                 If "select first new" is selected and there only
13270                 are unread messages, fallback to "select first
13271                 unread".
13272
13273 2005-08-08 [colin]      1.9.13cvs26
13274
13275         * src/folder.c
13276                 Fix shameful bugs (and bug #779)
13277
13278 2005-08-08 [colin]      1.9.13cvs25
13279
13280         * src/folder.c
13281         * src/folder.h
13282                 Cache parents' type to make folder_has_parent_of_type
13283                 faster
13284         * src/folderview.c
13285                 Forbid DnD of special sub-folders
13286         * src/procmsg.c
13287         * src/procmsg.h
13288                 Add MAIL_POSTFILTERING_HOOK
13289         * src/summaryview.c
13290                 Revert over-zealous deletion of the use_addr_book 
13291                 code
13292
13293 2005-08-07 [colin]      1.9.13cvs24
13294
13295         * src/folder.c
13296                 Fix big mistake (passing MsgInfo instead 
13297                 of FolderItem)
13298
13299 2005-08-07 [colin]      1.9.13cvs23
13300
13301         * src/compose.c
13302         * src/folder.c
13303         * src/folder.h
13304         * src/foldersel.c
13305         * src/folderutils.c
13306         * src/folderview.c
13307         * src/imap.c
13308         * src/mainwindow.c
13309         * src/messageview.c
13310         * src/mh.c
13311         * src/msgcache.c
13312         * src/procmime.c
13313         * src/summaryview.c
13314                 Make subfolders of Drafts, Queue, Outbox, Trash
13315                 work like their parents. 
13316                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13317
13318 2005-08-07 [colin]      1.9.13cvs22
13319
13320         * src/addressbook.c
13321                 Fix bug #771 (Dragged contacts not saved)
13322
13323 2005-08-07 [paul]       1.9.13cvs21
13324
13325         * src/summaryview.c
13326                 fix bug 32 'Search Doesn't display results
13327                 if "Hide Read Messages" is chosen'
13328                 be more literal in interpreting 'Hide read
13329                 messages'
13330
13331 2005-08-07 [colin]      1.9.13cvs20
13332
13333         * src/folderview.c
13334                 Add debug
13335         * src/summaryview.c
13336                 Faster 'unthread_for_execution'
13337
13338 2005-08-06 [paul]       1.9.13cvs19
13339
13340         * src/mainwindow.c
13341                 add mnemonics to Set displayed columns
13342                 fix bug where msgview_visible option was
13343                 overwritten as TRUE on startup
13344
13345 2005-08-06 [paul]       1.9.13cvs18
13346
13347         * src/mainwindow.c
13348                 refer to 'displayed columns in folder/message
13349                 list' not 'displayed items in summary/message view'
13350         * src/prefs_display_header.c
13351                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13352                 be consistent with similar dialogues
13353         * src/prefs_folder_column.c
13354         * src/prefs_summary_column.c
13355                 'columns' not 'items', and folder and message lists,
13356                 instead of folder and summary views;
13357                 Use 'Hidden columns' as list heading not 'Available
13358                 items';
13359                 move the 'Remove' button to the right hand side;
13360                 top-align the buttons;
13361                 remove unneeded vbox
13362         * src/prefs_summaries.c
13363                 put the 2 column prefs buttons in a frame to reduce
13364                 overall width; refer to columns not items &c.
13365
13366 2005-08-05 [colin]      1.9.13cvs17
13367
13368         * src/prefs_common.c
13369         * src/prefs_common.h
13370         * src/mainwindow.c
13371         * src/compose.c
13372         * src/messageview.c
13373                 Add an hidden toolbar_detachable pref, so
13374                 that I can get rid of these painful handles
13375                 in the toolbars. Defaults to TRUE to avoid
13376                 changing the GUI on unsuspecting people...
13377
13378 2005-08-05 [colin]      1.9.13cvs16
13379
13380         * src/Makefile.am
13381         * src/prefs_folder_column.c
13382         * src/prefs_folder_column.h
13383                 Add prefs for folder columns
13384         * src/folderview.c
13385         * src/folderview.h
13386         * src/mainwindow.c
13387         * src/mainwindow.h
13388         * src/prefs_common.c
13389         * src/prefs_common.h
13390         * src/prefs_summaries.c
13391                 Use them
13392         * src/prefs_summary_column.c
13393         * src/summaryview.c
13394         * src/summaryview.h
13395                 Add a To column
13396         * src/textview.c
13397         * src/common/utils.c
13398         * src/common/utils.h
13399                 Move uri colourisation functions
13400                 to utils
13401         * src/compose.c
13402                 Colourise URIs
13403         * src/imap.c
13404                 Fix bug with LIST where we'd try
13405                 to get Folder//////[...]/// 
13406
13407 2005-08-05 [paul]       1.9.13cvs15
13408
13409         * src/prefs_summaries.c
13410                 improve the English usage
13411         * src/summaryview.c
13412                 set font on column change
13413                 thanks to Colin
13414
13415 2005-08-05 [paul]       1.9.13cvs14
13416
13417         * src/prefs_common.c
13418         * src/prefs_common.h
13419         * src/prefs_summaries.c
13420         * src/summaryview.c
13421                 replace 'open_unread_on_enter' option with
13422                 'select_on_entry' option. opening/not opening
13423                 is now exclusively controlled by 'always_show_msg'
13424
13425 2005-08-04 [colin]      1.9.13cvs13
13426
13427         * src/compose.c
13428                 Remove dead code
13429                 Add colourisation of quotes and signatures
13430         * src/folderview.c
13431                 Fix possible crashes
13432         * src/messageview.c
13433                 Change an assert that is no problem
13434         * src/news.c
13435         * src/news_gtk.c
13436         * src/news_gtk.h
13437                 Fix offline mode
13438         * src/gtk/quicksearch.c
13439                 Fix a possible crash
13440
13441 2005-08-03 [colin]      1.9.13cvs12
13442
13443         * src/prefs_account.c
13444                 Fix bug #777 (Sylpheed crash in account configuration)
13445
13446 2005-08-03 [colin]      1.9.13cvs11
13447
13448         * src/addressbook.c
13449         * src/editaddress.c
13450         * src/editgroup.c
13451                 Fixing addressbook, round 2
13452         * src/textview.c
13453                 Fix emphasis color on rechecking 'Colorize messages'
13454
13455 2005-08-03 [paul]       1.9.13cvs10
13456
13457         sync with main
13458
13459         * src/addr_compl.c
13460         * src/compose.c
13461         * src/main.c
13462         * src/pop.c
13463         * src/prefs_account.c
13464         * src/procmime.c
13465         * src/procmsg.c
13466         * src/quote_fmt_parse.y
13467         * src/textview.c
13468         * src/common/quoted-printable.c
13469         * src/common/utils.c
13470         * src/common/utils.h
13471         * src/common/xml.c
13472                 replaced incorrect locale-independent
13473                 ctype functions with GLib's. Corrected
13474                 signedness mismatch.
13475         * src/headerview.c
13476                 headerview_create(): added spacing for vbox.
13477         * src/gtk/about.c
13478                 set focus to the OK button.
13479
13480 2005-08-03 [colin]      1.9.13cvs9
13481
13482         * src/folderview.c
13483                 Fix possible crash
13484
13485 2005-08-02 [colin]      1.9.13cvs8
13486
13487         * src/mainwindow.c
13488                 Fix cast
13489         * src/addressbook.c
13490         * src/addressitem.h
13491                 Fix a cast and more generally, try to make the
13492                 GUI more intuitive and consistent (round 1)
13493
13494 2005-08-02 [paul]       1.9.13cvs7
13495
13496         * src/folder.h
13497                 missing in 1.9.13cvs6
13498
13499 2005-08-02 [colin]      1.9.13cvs6
13500
13501         * src/folder.c
13502                 Fix one more leak
13503
13504 2005-08-02 [colin]      1.9.13cvs5
13505
13506         * src/folder.c
13507         * src/folderview.c
13508         * src/imap.c
13509         * src/main.c
13510         * src/mbox.c
13511         * src/procmsg.c
13512         * src/summaryview.c
13513                 Fix a number of folder_item_get_msg_list()-related
13514                 leaks (missing procmsg_msginfo_free()s)
13515
13516 2005-08-01 [colin]      1.9.13cvs4
13517
13518         * src/folderview.c
13519         * src/folderview.h
13520         * src/mainwindow.c
13521         * src/prefs_fonts.c
13522         * src/prefs_summaries.c
13523         * src/prefs_themes.c
13524         * src/summaryview.c
13525         * src/summaryview.h
13526         * src/textview.c
13527         * src/textview.h
13528                 Fix instant-apply of summary and folderview-related prefs
13529                 Fix erroneous g_free and alertpanels in prefs_theme
13530                 Add instant-apply for fonts
13531                 Defer applying of prefs a little bit so it's done only
13532                 once even if requested by multiples prefs pages
13533
13534 2005-08-01 [paul]       1.9.13cvs3
13535
13536         * src/main.c
13537                 fix bug 776 'S.C. crashes on close'
13538                 thanks to Colin
13539         * src/etpan/etpan-thread-manager-types.h
13540                 add missing include
13541                 thanks to Hoa
13542
13543 2005-07-25 [paul]       1.9.13cvs2
13544
13545         * src/summaryview.c
13546                 fix typos. spotted by Fabien Vantard
13547
13548 2005-07-24 [paul]       1.9.13cvs1
13549
13550         * doc/man/sylpheed.1
13551                 update man page, incorporating fix of
13552                 bug 769 'Typo in manpage'
13553         * src/etpan/imap-thread.c
13554                 fix NetBSD openssl dependencies. patch by
13555                 George Michaelson <ggm@apnic.net>
13556         * po/pt_BR.po
13557                 updated by Frederico Goncalves Guimaraes
13558
13559 2005-07-22 [paul]       1.9.13
13560
13561         1.9.13 release
13562
13563 2005-07-22 [paul]       1.9.12cvs91
13564
13565         * AUTHORS
13566         * INSTALL
13567         * README.claws
13568         * RELEASE_NOTES.claws
13569                 updated for release
13570         * configure.ac
13571         * po/nb.po
13572         * tools/claws.i18n.status.pl
13573                 add Norwegian translation. submiited by
13574                 Geir Helland <pjallabais@users.sourceforge.net>
13575         * po/ca.po
13576         * po/de.po
13577         * po/es.po
13578         * po/fi.po
13579         * po/fr.po
13580         * po/it.po
13581         * po/sk.po
13582         * po/sr.po
13583         * po/zh_CN.po
13584                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13585                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
13586                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
13587                 Yang Guilong
13588         * src/plugins/clamav/clamav_plugin_gtk.c
13589         * src/plugins/spamassassin/spamassassin_gtk.c
13590                 replace outdated description strings
13591
13592 2005-07-21 [colin]      1.9.12cvs90
13593
13594         * src/folder.c
13595                 Set folder to batch mode when scanning it. Makes deletion
13596                 of unread mails on IMAP much faster (due to the UNREAD 
13597                 flag unsetting)
13598
13599 2005-07-21 [darko]      1.9.12cvs89
13600
13601         * configure.ac
13602                 link against libresolv if necessary (patch by Paul)
13603         * src/msgcache.c
13604                 use glib's portable macros to determine endianness
13605
13606 2005-07-21 [paul]       1.9.12cvs88
13607
13608         * src/crash.c
13609         * src/gtk/about.c
13610                 update compiled-in features list
13611
13612 2005-07-20 [colin]      1.9.12cvs87
13613
13614         * src/folder.c
13615         * src/textview.c
13616                 Gcc 2.9x compilation fixes, thanks to Darko
13617         * src/plugins/clamav/clamav_plugin.c
13618                 Little optimisation: load virus database only once
13619         * src/plugins/spamassassin/spamassassin.c
13620                 Big optimisation: filtering one mail took at least 1 second,
13621                 now it takes at least 50ms. Doesn't speed up spamassassin 
13622                 itself, but should already be much more tolerable.
13623
13624 2005-07-20 [colin]      1.9.12cvs86
13625
13626         * src/summaryview.c
13627                 Fix performance issue
13628
13629 2005-07-19 [colin]      1.9.12cvs85
13630
13631         * src/plugins/pgpinline/plugin.c
13632                 Fix warning
13633
13634 2005-07-19 [colin]      1.9.12cvs84
13635
13636         * configure.ac
13637         * src/plugins/Makefile.am
13638         * src/plugins/pgpinline/.cvsignore
13639         * src/plugins/pgpinline/Makefile.am
13640         * src/plugins/pgpinline/pgpinline.c
13641         * src/plugins/pgpinline/pgpinline.deps
13642         * src/plugins/pgpinline/pgpinline.h
13643         * src/plugins/pgpinline/plugin.c
13644                 Put pgpinline in the main tree
13645
13646 2005-07-19 [paul]       1.9.12cvs83
13647
13648         * src/prefs_actions.c
13649                 prevent '//' in menu names, which cause a crash
13650                 thanks to Colin
13651
13652 2005-07-19 [paul]       1.9.12cvs82
13653
13654         * configure.ac
13655                 be generally more informative in configure output.
13656                 OpenSSL: correction: '[ --enable-openssl ...' -> 
13657                 '[ --disable-openssl ...', as --enable-openssl is default
13658                 PGP/MIME: don't check for GPGME again, check for
13659                 pgpcore instead. Therefore prevent the possibility of
13660                 attempting to build pgpmime if pgpcore dependencies are
13661                 not met
13662                 ClamAV: use pkgconfig to check for lib
13663                 libgnomeprint: revert logic on inner test to match
13664                 everything else
13665         * src/plugins/pgpcore/sgpgme.c
13666                 add missing include
13667
13668 2005-07-19 [colin]      1.9.12cvs81
13669
13670         * src/summaryview.c
13671                 Fix slow thread rebuilding in particular
13672                 cases
13673
13674 2005-07-19 [paul]       1.9.12cvs80
13675
13676         * sylpheed-claws.desktop
13677                 fix typo, spotted by Stephan Sachse
13678         * src/account.c
13679                 replace GTK_STOCK_ADD with
13680                 GTK_STOCK_NEW button
13681
13682 2005-07-18 [colin]      1.9.12cvs79
13683
13684         * src/etpan/imap-thread.c
13685                 Fix return value (Thanks Hoa)
13686
13687 2005-07-18 [colin]      1.9.12cvs78
13688
13689         * src/imap.c
13690                 Allow empty passwords
13691                 Create drafts/queue/outbox if necessary
13692         * src/summaryview.c
13693                 Remove old code
13694         * src/etpan/imap-thread.c
13695                 Fix STARTTLS (Thanks to Hoa)
13696
13697 2005-07-18 [paul]       1.9.12cvs77
13698
13699         * ChangeLog-gtk2.jp
13700         * ChangeLog.jp
13701                 removed
13702         * Makefile.am
13703                 updated to reflect additions and removals
13704         * TODO
13705                 updated to be claws-specific
13706         * TODO-gtk2
13707         * TODO-gtk2.jp
13708         * TODO.jp
13709         * sylpheed-128x128.png
13710         * sylpheed-64x64.png
13711                 removed
13712         * sylpheed-claws-128x128.png
13713         * sylpheed-claws-64x64.png
13714         * sylpheed-claws.desktop
13715         * sylpheed-claws.png
13716                 added
13717         * sylpheed.desktop
13718         * sylpheed.png
13719                 removed
13720
13721 2005-07-17 [paul]       1.9.12cvs76
13722
13723         * src/account.c
13724         * src/addressbook.c
13725         * src/alertpanel.c
13726         * src/alertpanel.h
13727         * src/compose.c
13728         * src/exphtmldlg.c
13729         * src/expldifdlg.c
13730         * src/folderview.c
13731         * src/imap_gtk.c
13732         * src/inc.c
13733         * src/message_search.c
13734         * src/messageview.c
13735         * src/mh_gtk.c
13736         * src/news_gtk.c
13737         * src/prefs_actions.c
13738         * src/prefs_filtering.c
13739         * src/prefs_matcher.c
13740         * src/prefs_template.c
13741         * src/prefs_themes.c
13742         * src/ssl_manager.c
13743         * src/summary_search.c
13744         * src/textview.c
13745         * src/toolbar.c
13746         * src/gtk/sslcertwindow.c
13747         * src/plugins/pgpcore/sgpgme.c
13748                 rework alertpanels
13749
13750 2005-07-17 [colin]      1.9.12cvs75
13751
13752         * src/privacy.c
13753                 add a PrivacySystem accessor that checks that
13754                 the system cached in a MimeInfo's privacydata
13755                 is still registered. Use this accessor instead
13756                 of directly using data->system. Fixes crashes
13757                 after unloading pgp plugins.
13758
13759 2005-07-17 [colin]      1.9.12cvs74
13760
13761         * src/alertpanel.c
13762                 Change geometry hints to a simple default size.
13763                 Fixes the certs dialogs.
13764
13765 2005-07-17 [colin]      1.9.12cvs73
13766
13767         * src/gtk/sslcertwindow.c
13768                 Use a gtkExpander
13769
13770 2005-07-17 [colin]      1.9.12cvs72
13771
13772         * src/plugins/pgpcore/Makefile.am
13773         * src/plugins/pgpmime/Makefile.am
13774                 Add gpgme libs
13775
13776 2005-07-17 [paul]       1.9.12cvs71
13777
13778         * configure.ac
13779                 add --disable-gnomeprint option
13780                 modified version of patch by Marius Mauch
13781
13782 2005-07-17 [paul]       1.9.12cvs70
13783
13784         * src/common/defs.h
13785                 update urls
13786         * src/account.c
13787         * src/action.c
13788         * src/addressbook.c
13789         * src/compose.c
13790         * src/foldersel.c
13791         * src/folderview.c
13792         * src/html.c
13793         * src/imap_gtk.c
13794         * src/main.c
13795         * src/mainwindow.c
13796         * src/messageview.c
13797         * src/mh_gtk.c
13798         * src/mimeview.c
13799         * src/news_gtk.c
13800         * src/prefs_account.c
13801         * src/prefs_send.c
13802         * src/prefs_summaries.c
13803         * src/procmsg.c
13804         * src/summaryview.c
13805         * src/common/utils.c
13806         * src/common/xml.c
13807         * src/plugins/pgpcore/passphrase.c
13808         * src/plugins/pgpcore/select-keys.c
13809                 replace inappropriately used backticks
13810                 with single quotes
13811
13812 2005-07-16 [colin]      1.9.12cvs69
13813
13814         * src/image_viewer.c
13815                 Add extra paranoid checks
13816
13817 2005-07-16 [colin]      1.9.12cvs68
13818
13819         * src/plugins/pgpcore/prefs_gpg.c
13820                 Don't auto-check sigs by default, as it
13821                 can be really slow.
13822
13823 2005-07-16 [colin]      1.9.12cvs67
13824
13825         * src/plugins/pgpcore/sgpgme.c
13826                 Make messages a bit better.
13827
13828 2005-07-16 [colin]      1.9.12cvs66
13829
13830         * src/imap.c
13831                 Remove pseudo-log
13832         * src/etpan/imap-thread.c
13833                 Add real log
13834
13835 2005-07-16 [colin]      1.9.12cvs65
13836
13837         * src/main.c
13838         * src/prefs_other.c
13839                 And now, fix build with libetpan :-/
13840
13841 2005-07-15 [colin]      1.9.12cvs64
13842
13843         * src/prefs_other.c
13844                 Continue fixing build without libetpan.
13845
13846 2005-07-15 [colin]      1.9.12cvs63
13847
13848         * src/main.c
13849                 Fix build with --disable-libetpan
13850
13851 2005-07-15 [colin]      1.9.12cvs62
13852
13853         * configure.ac
13854                 Bump libetpan's version
13855
13856 2005-07-15 [colin]      1.9.12cvs61
13857
13858         * src/etpan/imap-thread.c
13859                 Actually stop logging :)
13860
13861 2005-07-15 [colin]      1.9.12cvs60
13862
13863         * src/addressbook.c
13864                 Fix dnd of multiple addresses.
13865
13866 2005-07-15 [hoa]        1.9.12cvs59
13867
13868         * src/etpan/imap-thread.c
13869             disable login of IMAP password in libetpan log file.
13870
13871 2005-07-15 [paul]       1.9.12cvs58
13872
13873         * src/account.c
13874                 don't automatically sort
13875                 do allow drag n drop
13876
13877 2005-07-15 [paul]       1.9.12cvs57
13878
13879         * src/account.c
13880         * src/ssl_manager.c
13881                 alphabetical listing
13882
13883 2005-07-15 [paul]       1.9.12cvs56
13884
13885         * src/gtk/pluginwindow.c
13886                 sort plugin list alphabetically
13887
13888 2005-07-15 [paul]       1.9.12cvs55
13889
13890         * src/prefs_spelling.c
13891         * src/prefs_wrapping.c
13892                 unify English usage
13893
13894 2005-07-15 [colin]      1.9.12cvs54
13895
13896         * src/wizard.c
13897                 Typo fix
13898
13899 2005-07-15 [paul]       1.9.12cvs53
13900
13901         * src/prefs_message.c
13902                 make 'show cursor' a hidden option
13903
13904 2005-07-14 [colin]      1.9.12cvs52
13905
13906         * src/plugins/spamassassin/Makefile.am
13907         * src/plugins/clamav/Makefile.am
13908                 Fix double EXTRA_DISTs
13909
13910 2005-07-14 [colin]      1.9.12cvs51
13911
13912         * src/plugins/clamav/Makefile.am
13913         * src/plugins/clamav/clamav_plugin_gtk.deps
13914         * src/plugins/spamassassin/Makefile.am
13915         * src/plugins/spamassassin/spamassassin_gtk.deps
13916                 Make $plugin_gtk depend on $plugin
13917
13918 2005-07-14 [hoa]        1.9.12cvs50
13919
13920         * src/etpan/imap-thread.c
13921                 enable debug log of libetpan when running with --debug
13922
13923 2005-07-14 [colin]      1.9.12cvs49
13924
13925         * configure.ac
13926         * src/common/Makefile.am
13927         * src/common/plugin.c
13928         * src/common/plugin.h
13929                 Add a little plugin dependancy system.
13930                 Plugins can ship a $plugin_name.deps file
13931                 (near them in PLUGINDIR) so that their
13932                 dependancies are loaded if possible.
13933         * src/plugins/Makefile.am
13934         * src/plugins/pgpcore/Makefile.am
13935         * src/plugins/pgpcore/passphrase.c
13936         * src/plugins/pgpcore/passphrase.h
13937         * src/plugins/pgpcore/plugin.c
13938         * src/plugins/pgpcore/prefs_gpg.c
13939         * src/plugins/pgpcore/prefs_gpg.h
13940         * src/plugins/pgpcore/select-keys.c
13941         * src/plugins/pgpcore/select-keys.h
13942         * src/plugins/pgpcore/sgpgme.c
13943         * src/plugins/pgpcore/sgpgme.h
13944                 Introduce pgpcore, used by pgpmime and
13945                 pgpinline
13946         * src/plugins/pgpmime/Makefile.am
13947         * src/plugins/pgpmime/passphrase.c
13948         * src/plugins/pgpmime/passphrase.h
13949         * src/plugins/pgpmime/pgpmime.c
13950         * src/plugins/pgpmime/pgpmime.deps
13951         * src/plugins/pgpmime/plugin.c
13952         * src/plugins/pgpmime/prefs_gpg.c
13953         * src/plugins/pgpmime/prefs_gpg.h
13954         * src/plugins/pgpmime/select-keys.c
13955         * src/plugins/pgpmime/select-keys.h
13956         * src/plugins/pgpmime/sgpgme.c
13957         * src/plugins/pgpmime/sgpgme.h
13958                 Remove the core from pgpmime and add the
13959                 dependancy to pgpcore.
13960
13961 2005-07-14 [paul]       1.9.12cvs48
13962
13963         * src/stock_pixmap.c
13964                 forgot this in last commit
13965
13966 2005-07-14 [paul]       1.9.12cvs47
13967
13968         * src/account.c
13969         * src/addressbook.c
13970                 add accelerators for the buttons (sync with main)
13971         * src/compose.c
13972         * src/compose.h
13973                 add accelerators for the buttons.
13974                 fix editing with external editor.
13975                 replace gdk_input_*() with GIOChannel;
13976                 (sync with main)
13977         * src/foldersel.c
13978                 display folder names with new/unread
13979                 representation (sync with main)
13980         * src/main.c
13981                 specify default window icon (sync with main)
13982         * src/prefs_common.c
13983                 use_addr_book default to FALSE
13984         * src/summaryview.c
13985         * src/textview.c
13986                 add accelerators for the buttons (sync with main)
13987         * src/gtk/menu.c
13988                 fix typos
13989         * src/pixmaps/sylpheed_icon.xpm
13990                 updated
13991
13992 2005-07-13 [paul]       1.9.12cvs46
13993
13994         * src/plugins/pgpmime/pgpmime.c
13995         * src/plugins/pgpmime/sgpgme.c
13996                 (temporarily) use deprecated gpgme_data_rewind()
13997                 while largefile support is not present
13998                 (as suggested by Colin)
13999
14000 2005-07-13 [paul]       1.9.12cvs45
14001
14002         * configure.ac
14003                 remove large file support (for now):
14004                 it breaks too many things
14005
14006 2005-07-13 [paul]       1.9.12cvs44
14007
14008         * configure.ac
14009                 add large file support
14010         * src/html.c
14011                 fix bug #763 where href attribute was not
14012                 the very first attribute of a link
14013                 patch by Thomas Gilgin
14014
14015 2005-07-13 [colin]      1.9.12cvs43
14016
14017         * src/gtk/pluginwindow.c
14018                 Little portability fix
14019
14020 2005-07-13 [colin]      1.9.12cvs42
14021
14022         * src/plugins/pgpmime/sgpgme.c
14023                 Fix crasher.
14024
14025 2005-07-13 [colin]      1.9.12cvs41
14026
14027         * src/plugins/pgpmime/pgpmime.c
14028         * src/plugins/pgpmime/sgpgme.c
14029                 Use gpgme_data_release_and_get_mem instead
14030                 of gpgme_data_read.
14031
14032 2005-07-13 [colin]      1.9.12cvs40
14033
14034         * configure.ac
14035         * src/plugins/pgpmime/passphrase.c
14036         * src/plugins/pgpmime/passphrase.h
14037         * src/plugins/pgpmime/pgpmime.c
14038         * src/plugins/pgpmime/plugin.c
14039         * src/plugins/pgpmime/select-keys.c
14040         * src/plugins/pgpmime/select-keys.h
14041         * src/plugins/pgpmime/sgpgme.c
14042         * src/plugins/pgpmime/sgpgme.h
14043                 Port pgpmime to gpgme-1.0.
14044
14045 2005-07-12 [paul]       1.9.12cvs39
14046
14047         * AUTHORS
14048         * src/toolbar.c
14049         * src/toolbar.h
14050                 add a 'Go to Prev' button to the toolbar.
14051                 correct tooltip text of go to buttons.
14052                 based on patch by Yang Guilong <bamanzi@gmail.com>
14053
14054 2005-07-12 [colin]      1.9.12cvs38
14055
14056         * src/statusbar.c
14057                 Fix progress bar showing stuff at startup.
14058
14059 2005-07-12 [paul]       1.9.12cvs37
14060
14061         * src/editjpilot.c
14062                 fix building with jpilot support
14063
14064 2005-07-11 [colin]      1.9.12cvs36
14065
14066         * src/inc.c
14067                 Add visual indication that filtering is running
14068         * src/textview.c
14069                 Make {}[] uri delimiters
14070         * src/summaryview.c
14071                 Remove useless (and slow) calls
14072
14073 2005-07-11 [paul]       1.9.12cvs35
14074
14075         * src/plugins/clamav/clamav_plugin_gtk.c
14076         * src/plugins/dillo_viewer/dillo_prefs.c
14077         * src/plugins/pgpmime/prefs_gpg.c
14078         * src/plugins/spamassassin/spamassassin_gtk.c
14079                 gather plugins prefs together under their
14080                 own 'Plugins' heading
14081
14082 2005-07-11 [paul]       1.9.12cvs34
14083
14084         sync with main
14085
14086         * src/account.c
14087                 account_delete(): modified alert dialog
14088         * src/editjpilot.c
14089         * src/editvcard.c
14090                 fixed a crash when cancelling file selection
14091                 dialog by Escape key. Made non-ascii filename
14092                 selectable.
14093         * src/prefs_template.c
14094                 prefs_template_window_create(): make scrolled
14095                 window policy AUTOMATIC
14096
14097 2005-07-10 [hoa]        1.9.12cvs33
14098
14099         * src/etpan/imap-thread.c
14100                 workaround for old Courier IMAP servers.
14101
14102 2005-07-10 [colin]      1.9.12cvs32
14103
14104         * src/folder.c
14105         * src/statusbar.c
14106         * src/statusbar.h
14107                 Add visual progress indicator on filtering/processing
14108                 Factorize the progress bar code
14109         * src/imap.c
14110         * src/imap.h
14111         * src/etpan/imap-thread.c
14112                 Add a reference counter to avoid destroying the Folder
14113                 while it's in use by another callback.
14114
14115 2005-07-09 [hoa]        1.9.12cvs31
14116
14117         * src/imap.c
14118         * src/etpan/imap-thread.c
14119                 fixed deadlock when removing IMAP account.
14120
14121 2005-07-08 [colin]      1.9.12cvs30
14122
14123         * src/textview.c
14124         * src/unmime.c
14125                 Fix again problems decoding broken headers
14126         * src/gtk/inputdialog.c
14127                 Fix local variable shadowing a global one
14128
14129 2005-07-08 [colin]      1.9.12cvs29
14130
14131         * src/msgcache.c
14132                 Make the cache/mark files platform-agnostic by writing
14133                 them in little-endian format. Reading them is also done
14134                 in little-endian format, of course; however, in order
14135                 to avoid trashing mark data on big-endian machines, the
14136                 files are, at first, read from the native format if the
14137                 little-endian one doesn't exist. This is easy to deter-
14138                 mine by trying to open a file with a swapped data_ver
14139                 and seeing if it's the wanted version.
14140                 Little-endian using users should see absolutely no
14141                 difference, Big-endian users may get a very little
14142                 performance drop due to byte-swapping.
14143                 Tested on i386 and ppc32. 
14144                 Fixes bug #159 (The index file, in the mailboxes, is 
14145                 hardware depending).
14146
14147                 To have the cache/mark files updated to the new little-
14148                 endian format, "Check for new messages" or even
14149                 "Rebuild folder tree" aren't enough. Files will be
14150                 updated as soon as a folder has been opened/closed.
14151                 To update everything, just select all folders by
14152                 selecting them one by one.
14153
14154 2005-07-07 [colin]      1.9.12cvs28
14155
14156         * src/imap.c
14157                 Remember the folder separator per IMAPFolder
14158                 instead of globally.
14159                 Revive the Session on noop; fixes bug #761
14160                 (mark a bunch of unread messages as read takes 
14161                 forever)
14162
14163 2005-07-07 [darko]      1.9.12cvs27
14164
14165         * src/common/template.c
14166                 Sort templates alphabetically
14167
14168 2005-07-06 [colin]      1.9.12cvs26
14169
14170         * src/imap.c
14171                 Try to use the correct separator in
14172                 most cases. Possibly fixes bug #759
14173                 (only creates the INBOX folder when 
14174                 setting up new IMAP account) and 
14175                 bug #760 (Can't retrieve messages)
14176
14177 2005-07-06 [colin]      1.9.12cvs25
14178
14179         * src/imap.c
14180                 Use real_path in status command. This will
14181                 help later, when namespaces will be used.
14182
14183 2005-07-06 [colin]      1.9.12cvs24
14184
14185         * configure.ac
14186         * src/account.c
14187         * src/folder.c
14188         * src/imap.c
14189         * src/etpan/etpan-log.c
14190         * src/etpan/etpan-thread-manager.c
14191         * src/etpan/imap-thread.c
14192                 Add a --disable-libetpan parameter. With this,
14193                 users that don't want IMAP4 support can avoid
14194                 the new dependancy (and have no IMAP support).
14195                 Users that have IMAP4 accounts and use this
14196                 parameter won't lose their configuration, their
14197                 IMAP accounts will just be invisible and not
14198                 used.
14199         * src/textview.c
14200                 Make the "Copy ..." contextual menu items 
14201                 copy to both the X clipboard and the gtk 
14202                 clipboard - as most other apps do.
14203         * src/gtk/about.c
14204                 Add a notice about OpenSSL usage, in order to
14205                 comply with OpenSSL's license (point 6):
14206                 http://www.openssl.org/source/license.html
14207
14208 2005-07-06 [colin]      1.9.12cvs23
14209
14210         * src/alertpanel.c
14211                 Fix a minimum size for alertpanels
14212         * src/compose.c
14213                 Show 'No space left on device' type errors
14214                 when queuing/sending
14215         * src/imap_gtk.c
14216         * src/mh_gtk.c
14217                 Rework folder's deletion message (remove 
14218                 extra \n)
14219
14220 2005-07-05 [colin]      1.9.12cvs22
14221
14222         * src/imap.c
14223                 Add an alertpanel on auth error
14224                 Add pseudo-log
14225                 Remove pthread-related stuff
14226
14227 2005-07-05 [colin]      1.9.12cvs21
14228
14229         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14230                 Fix crash on plugin reloading (with a hack)
14231
14232 2005-07-05 [colin]      1.9.12cvs20
14233
14234         * src/prefs_account.c
14235         * src/prefs_account.h
14236                 Fix typo
14237         * src/gtk/filesel.c
14238         * src/gtk/filesel.h
14239                 Add a way to filter the view
14240         * src/gtk/pluginwindow.c
14241                 Filter loadable stuff
14242         * src/plugins/pgpmime/prefs_gpg.c
14243                 Fix missing unregistration
14244         * .cvsignore
14245         * src/etpan/.cvsignore
14246         * src/plugins/spamassassin/.cvsignore
14247                 Add more stuff to cvs ignored files
14248
14249 2005-07-04 [colin]      1.9.12cvs19
14250
14251         * src/imap.c
14252                 Fix scan_required returning FALSE when it
14253                 shouldn't. Maybe fix #760 (Can't retrieve
14254                 messages)
14255
14256 2005-07-04 [colin]      1.9.12cvs18
14257
14258         * src/summaryview.c
14259                 Fix always_show_msg pref
14260
14261 2005-07-04 [paul]       1.9.12cvs17
14262
14263         sync with main (forgotten in last commit)
14264         
14265         * src/common/utils.c
14266         * src/common/utils.h
14267                 check_line_length(): new.
14268                 is_dir_exist()
14269                 is_file_entry_exist()
14270                 dirent_is_regular_file()
14271                 dirent_is_directory(): use g_file_test() instead of stat().
14272
14273 2005-07-04 [paul]       1.9.12cvs16
14274
14275         sync with main:
14276
14277         * src/compose.c
14278                 compose_write_to_file(): check for line
14279                 length limit and display warning if exceeds
14280         * src/jpilot.c
14281                 use get_home_dir() instead of g_get_home_dir()
14282         * src/procheader.c
14283                 removed warning about invalid date
14284         * src/vcard.c
14285                 use get_home_dir() instead of g_get_home_dir()
14286
14287 2005-07-04 [paul]       1.9.12cvs15
14288
14289         * src/stock_pixmap.c
14290                 fix new pixmap naming errors
14291                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14292
14293 2005-07-04 [colin]      1.9.12cvs14
14294
14295         * src/imap.c
14296                 Fix debugging string with a warning
14297
14298 2005-07-04 [colin]      1.9.12cvs13
14299
14300         * configure.ac
14301                 Add a check for libetpan's version (>= 0.37)
14302
14303 2005-07-04 [hoa]        1.9.12cvs12
14304
14305         * commitHelper
14306         * src/imap.c
14307         * src/etpan/imap-thread.c
14308         * src/etpan/imap-thread.h
14309                 fixed IMAP implementation of check of mails.
14310
14311 2005-07-03 [hoa]        1.9.12cvs11
14312
14313         * src/etpan/Makefile.am
14314         * src/etpan/etpan-errors.h
14315         * src/etpan/etpan-log.[ch]
14316         * src/etpan/etpan-thread-manager-types.h
14317         * src/etpan/etpan-thread-manager.[ch]
14318         * src/etpan/imap-thread.[ch]
14319         * src/Makefile.am
14320         * src/imap.c
14321         * src/main.c
14322         * src/prefs_other.c
14323         * configure.ac
14324             merged imap branch.
14325             dependency on libetpan 0.37 is now added.
14326
14327 2005-07-01 [colin]      1.9.12cvs10
14328
14329         * src/Makefile.am
14330         * src/folder.c
14331         * src/folder.h
14332         * src/folderview.c
14333         * src/stock_pixmap.c
14334         * src/stock_pixmap.h
14335         * src/plugins/trayicon/trayicon.c
14336                 Add marked symbol on folders containing
14337                 marked messages
14338         * src/procmsg.c
14339         * src/procmsg.h
14340         * src/toolbar.c
14341         * src/prefs_common.c
14342         * src/prefs_common.h
14343         * src/prefs_send.c
14344                 Add an optional confirmation dialog on queue
14345                 sending. Patch by wwp.
14346         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14347         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14348         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14349         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14350         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14351         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14352         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14353         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14354         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14355         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14356         * src/pixmaps/trash_mark.xpm            ** ADDED **
14357                 New pixmaps
14358
14359 2005-07-01 [colin]      1.9.12cvs9
14360
14361         * src/summaryview.c
14362                 Fix a little threading bug
14363         * src/addrgather.c
14364         * src/mainwindow.c
14365                 A little bit of HIG normality never hurts
14366
14367 2005-07-01 [colin]      1.9.12cvs8
14368
14369         * src/compose.c
14370         * src/msgcache.c
14371         * src/pop.c
14372         * src/procmime.c
14373         * src/recv.c
14374         * src/common/log.c
14375         * src/common/template.c
14376         * src/common/utils.c
14377         * src/common/utils.h
14378                 Reverted the fwrite_atomic stuff. In fact
14379                 it is already atomic.
14380
14381 2005-06-30 [colin]      1.9.12cvs7
14382
14383         * src/common/utils.c
14384         * src/common/utils.h
14385                 Add an fwrite_atomic() function to make
14386                 sure we write everything: fwrite can make
14387                 short writes.
14388         * src/compose.c
14389         * src/msgcache.c
14390         * src/pop.c
14391         * src/procmime.c
14392         * src/recv.c
14393         * src/common/log.c
14394         * src/common/template.c
14395                 Use that (and fix swapping of size and nmemb).
14396                 Thanks to Rich Coe for the heads up.
14397
14398 2005-06-30 [colin]      1.9.12cvs6
14399
14400         * src/addressbook.c
14401                 Optimize addressbook opening 
14402
14403 2005-06-30 [colin]      1.9.12cvs5
14404
14405         * src/summaryview.c
14406                 Remove calls to summary_step after move/copy
14407
14408 2005-06-28 [paul]       1.9.12cvs4
14409
14410         * src/alertpanel.c
14411                 wrap and make the error msg selectable
14412
14413 2005-06-28 [paul]       1.9.12cvs3
14414
14415         * src/ssl_manager.c
14416                 replace the OK button with a Close button
14417         * src/gtk/foldersort.c
14418                 use GTK_STOCK_ icons/buttons
14419
14420 2005-06-28 [colin]      1.9.12cvs2
14421
14422         * src/gedit-print.c             ** ADDED **
14423         * src/gedit-print.h             ** ADDED **
14424         * src/gtk/gtksourceprintjob.c   ** ADDED **
14425         * src/gtk/gtksourceprintjob.h   ** ADDED **
14426                 I can't believe no one had enough time to tell
14427                 me I forgot the `cvs add`
14428
14429 2005-06-27 [colin]      1.9.12cvs1
14430
14431         * src/Makefile.am
14432         * src/gtk/Makefile.am
14433         * src/messageview.c
14434         * src/procmsg.c
14435         * src/summaryview.c
14436         * configure.ac
14437                 Add optional libgnomeprint-based printing
14438         * src/mainwindow.c
14439         * src/gtk/quicksearch.c
14440                 Add an Edit/Quick search menu item to show
14441                 and focus the quicksearch
14442
14443 2005-06-27 [paul]       1.9.12
14444
14445         1.9.12 release
14446
14447         * po/ca.po
14448         * po/de.po
14449         * po/es.po
14450         * po/fr.po
14451         * po/it.po
14452         * po/ko.po
14453         * po/pt_BR.po
14454         * po/sk.po
14455         * po/zh_CN.po
14456                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14457                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14458                 SungHyun Nam, Frederico Goncalves Guimaraes,
14459                 Andrej Kacian, and Yang Guilong
14460 2005-06-26 [colin]      1.9.11cvs106
14461
14462         * src/imap_gtk.c
14463                 Forgot one file for previous fix
14464
14465 2005-06-26 [colin]      1.9.11cvs105
14466
14467         * src/folder.c
14468         * src/imap.c
14469                 Fix problems with folder operations in no_select
14470                 imap folders. it applies only to mails, and 
14471                 creation/deletion/move/renaming of folders 
14472                 should be possible
14473
14474 2005-06-26 [paul]       1.9.11cvs104
14475
14476         * src/prefs_filtering.c
14477                 replace one more GTK_STOCK_REMOVE
14478                 with GTK_STOCK_DELETE
14479
14480 2005-06-25 [colin]      1.9.11cvs103
14481
14482         * src/imap.c
14483                 Optimize get_seq_set_from_seq_list
14484                 (Patch by Ricardo) 
14485
14486 2005-06-25 [colin]      1.9.11cvs102
14487
14488         * src/mh.c
14489                 If the directory exists, but not in the
14490                 correct encoding, rename it. This should
14491                 handle old-versions-induced bugs.
14492
14493 2005-06-25 [colin]      1.9.11cvs101
14494
14495         * src/mh.c
14496                 Fix path access with extended dir names
14497                 Fixes bug #589 (SC segfaults with wrong locale
14498                 settings)
14499
14500 2005-06-25 [colin]      1.9.11cvs100
14501
14502         * src/prefs_account.c
14503         * src/prefs_account.h
14504         * src/compose.c
14505                 Add an option to encrypt replies to
14506                 encrypted messages
14507
14508 2005-06-25 [colin]      1.9.11cvs99
14509
14510         * src/compose.c
14511         * src/quote_fmt_parse.y
14512                 ... And make it work with pgpinline.
14513
14514 2005-06-25 [colin]      1.9.11cvs98
14515
14516         * src/compose.c
14517         * src/procmime.c
14518         * src/procmime.h
14519         * src/quote_fmt_parse.y
14520                 o Make reedition of encrypted messages possible
14521                   (as long as it is encrypted to self too, no
14522                    magic there)
14523                 o Make replying with quote (and without selecting
14524                   text) possible for encrypted messages.
14525                 Closes bug #550 (Not possible to "reply with quote"
14526                 to gnupg encrypted messages)
14527
14528 2005-06-24 [paul]       1.9.11cvs97
14529
14530         * src/imap.c
14531                 add missing include
14532
14533 2005-06-24 [paul]       1.9.11cvs96
14534
14535         * src/editldap.c
14536                 made bind password entry invisible
14537                 (sync with main)
14538         * src/send_message.c
14539                 send_message_local(): check exit status
14540                 to detect errors (sync with main)
14541         * src/textview.c
14542                 use main's less ambiguous popup menu
14543                 wording
14544
14545 2005-06-24 [paul]       1.9.11cvs95
14546
14547         * src/prefs_actions.c
14548         * src/prefs_customheader.c
14549         * src/prefs_display_header.c
14550         * src/prefs_filtering_action.c
14551         * src/prefs_matcher.c
14552         * src/prefs_template.c
14553         * src/prefs_toolbar.c
14554                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
14555         * src/gtk/description_window.c
14556                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
14557
14558 2005-06-23 [colin]      1.9.11cvs94
14559
14560         * src/summaryview.c
14561                 Fix rough edges (be sure to call status_show whenever
14562                 necessary).
14563
14564 2005-06-23 [colin]      1.9.11cvs93
14565
14566         * src/summaryview.c
14567                 Optimize Select All
14568                 Before, in a 5K mails folder: 11s
14569                 After, in the same folder: 58000µs
14570                 The joys of locking... gtk_clist_select_all() fires a 
14571                 tree-select-row event for each selected row, which in 
14572                 summaryview, callbacks summary_selected which in turn,
14573                 calls summary_status_show, which walks the selected
14574                 rows. Hence, calling gtk_clist_select_all was 
14575                 exponential. Locking the summaryview makes 
14576                 summary_selected return early.
14577
14578 2005-06-23 [colin]      1.9.11cvs92
14579
14580         * src/imap.c
14581                 Move mutex at the important place to avoid
14582                 deadlocks
14583         * src/summaryview.c
14584                 Fix Del key deleting directly instead of
14585                 moving to trash
14586
14587 2005-06-22 [colin]      1.9.11cvs91
14588
14589         * src/plugins/spamassassin/libspamc.c
14590                 As we do spagetti code with assignations in multiple
14591                 places (see _message_read_raw where out = msg = raw),
14592                 let's be sure we don't free the same pointer twice.
14593                 Should fix bug #683 (Crash in libpam at 
14594                 message_cleanup).
14595
14596 2005-06-22 [colin]      1.9.11cvs90
14597
14598         * src/compose.c
14599         * src/messageview.c
14600         * src/toolbar.c
14601                 Make toolbar's delete use the move to trash stuff;
14602                 Add gtk_widget_realize to be sure pixmaps can get
14603                 created (that may fix an old worksforme bug which
14604                 I can't find back...)
14605
14606 2005-06-22 [colin]      1.9.11cvs89
14607
14608         * src/summaryview.c
14609         * src/summaryview.h
14610         * src/mainwindow.c
14611                 Rename "Message/Delete" to "Message/Move to trash"
14612                 Add "Message/Delete..." that directly destroys the
14613                 selected messages after asking for a confirmation.
14614
14615 2005-06-22 [colin]      1.9.11cvs88
14616
14617         * src/imap.c
14618                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
14619                 o Fix a deadlock (thanks Darko)
14620
14621 2005-06-22 [colin]      1.9.11cvs87
14622
14623         * src/gtk/foldersort.c
14624                 Add missing include for the i18n;
14625                 patch by Fabien Vantard
14626
14627 2005-06-21 [colin]      1.9.11cvs86
14628
14629         * src/folder.c
14630         * src/folderview.c
14631                 Respect the no_select flag
14632         * src/imap.c
14633                 Fix recursive deletion
14634         * src/imap_gtk.c
14635         * src/mh_gtk.c
14636                 Make the folder deletion's warning
14637                 more explicit
14638
14639 2005-06-21 [colin]      1.9.11cvs85
14640
14641         * src/textview.c
14642                 Prevent email addresses from spanning accross
14643                 lines - fixes bug # 646 (newline-chars in 
14644                 email addresses)
14645
14646 2005-06-20 [colin]      1.9.11cvs84
14647
14648         * src/folder.c
14649                 Be sure not to remove source if copy failed
14650
14651 2005-06-20 [colin]      1.9.11cvs83
14652
14653         * src/folderview.c
14654         * src/imap_gtk.c
14655                 remove summaryview's lock
14656         * src/imap.c
14657                 introduce threads to avoid problems when foreground tasks
14658                 interfere with background tasks
14659         * src/mh.c
14660                 prevent moving to drafts/queue
14661         * src/mimeview.c
14662                 fix leak
14663
14664 2005-06-19 [colin]      1.9.11cvs82
14665
14666         * src/imap_gtk.c
14667                 Remember that the user doesn't want to override
14668                 offline mode, for 3 seconds. It avoid presenting
14669                 him with N popups in a really short time.
14670
14671 2005-06-17 [colin]      1.9.11cvs81
14672
14673         * src/imap.c
14674                 Fix IMAP breaking on folders containing '('
14675                 (Probably won't be enough)
14676
14677 2005-06-17 [colin]      1.9.11cvs80
14678
14679         Forgotten files on 1.9.11cvs79
14680         * src/summaryview.c
14681                 Fix stepping when not immediately executing
14682         * src/imap.c
14683                 Really prevent UID FETCH 0
14684         * src/codeconv.c
14685                 Fix outgoing charset never set to utf-8
14686         * src/mh.c
14687                 Fix leak
14688
14689 2005-06-16 [colin]      1.9.11cvs79
14690
14691         * src/compose.c
14692                 Fix bug #707 (Dash splits rows)
14693                 Only wrap if we're on a line break position and
14694                 the previous one was a "white" (space) char.
14695                 Pango stuff is weird.
14696
14697 2005-06-16 [colin]      1.9.11cvs78
14698
14699         * src/imap_gtk.c
14700                 Lock summaryview while downloading messages
14701                 on user demand
14702         * src/procheader.c
14703         * src/unmime.c
14704         * src/common/utils.c
14705         * src/common/utils.h
14706                 Replace \r and \n with spaces in From and
14707                 Subject headers
14708
14709 2005-06-16 [paul]       1.9.11cvs77
14710
14711         * src/procmime.c
14712                 liberalise the mime parser
14713         * src/gtk/about.c
14714                 add text wrapping
14715
14716 2005-06-16 [paul]       1.9.11cvs76
14717
14718         * src/gtk/about.c
14719                 reworked
14720
14721 2005-06-15 [colin]      1.9.11cvs75
14722
14723         * src/compose.c
14724                 Finish header encoding fix
14725         * src/summaryview.c
14726                 Fix segfault
14727         * src/headerview.c
14728                 Fix compilation (Thanks Stephan
14729                 Sachse)
14730
14731 2005-06-15 [colin]      1.9.11cvs74
14732
14733         * Makefile.am
14734                 Install gnome2 stuff rather than gnome1, 
14735                 if both are present
14736         * src/codeconv.c
14737         * src/codeconv.h
14738         * src/compose.c
14739                 Fix headers encoding
14740         * src/folder.c
14741                 Visual progress when fetching all messages
14742         * src/folderview.c
14743         * src/summaryview.c
14744         * src/summaryview.h
14745                 Prevent changing current message while
14746                 incorporating
14747
14748 2005-06-15 [paul]       1.9.11cvs73
14749
14750         * src/gtk/gtkaspell.c
14751         * src/gtk/gtkaspell.h
14752                 fix build warnings
14753
14754 2005-06-15 [paul]       1.9.11cvs72
14755
14756         * src/prefs_filtering.c
14757                 allow reordering of filter rules by
14758                 drag n drop
14759
14760 2005-06-15 [paul]       1.9.11cvs71
14761
14762         * COPYING
14763                 updated
14764         * src/codeconv.c
14765                 replace deprecated function
14766         * src/inc.c
14767         * src/send_message.c
14768         * src/gtk/progressdialog.c
14769         * src/gtk/progressdialog.h
14770                 salvage and reuse parts of reverted sync
14771
14772 2005-06-15 [paul]       1.9.11cvs70
14773
14774         * src/inc.c
14775         * src/send_message.c
14776         * src/gtk/progressdialog.c
14777         * src/gtk/progressdialog.h
14778                 revert yesterday's sync with main
14779                 it contains deprecated functions
14780
14781 2005-06-15 [colin]      1.9.11cvs69
14782
14783         * src/headerview.c
14784                 Fix bug #670 (multi user to: will corrupt message 
14785                 headers display)
14786
14787 2005-06-15 [colin]      1.9.11cvs68
14788
14789         * src/compose.c
14790                 Fix bug #421 (Fix undo on wrapping)
14791
14792 2005-06-15 [colin]      1.9.11cvs67
14793
14794         * src/folder.c
14795                 Provide visual feedback while processing
14796                 folder's rules.
14797         * src/imap.c
14798                 Provide visual feedback while getting
14799                 short headers (for uncached messages)
14800
14801
14802 2005-06-14 [paul]       1.9.11cvs66
14803
14804         * src/account.c
14805                 change a couple stock icons
14806         * src/inc.c
14807         * src/send_message.c
14808         * src/gtk/progressdialog.c
14809         * src/gtk/progressdialog.h
14810                 sync main's GtkTreeView implementation
14811
14812 2005-06-14 [colin]      1.9.11cvs65
14813
14814         * src/imap.c
14815                 Various little fixes, mainly on error paths
14816
14817 2005-06-13 [colin]      1.9.11cvs64
14818
14819         * matcher.c
14820         * procmsg.c
14821         * procmsg.h
14822                 Add a way to fetch only headers. This speeds
14823                 up filtering on headers for IMAP. Fixes:
14824                 bug #481 extraneous imap commands slow down 
14825                         imap filtering
14826                 bug #522 Sylpheed downloads all messages 
14827                         when opening mailbox (IMAP)
14828                 bug #677 IMAP fetch is soooooooooooooo slow
14829         * src/folder.c
14830         * src/folder.h
14831                 Add a folder set_batch method so that
14832                 implementations can speed up flags changes
14833         * src/folderutils.c
14834         * src/summaryview.c
14835                 Use that in mark as (un)read and mark all read
14836                 Refix bug #679
14837         * src/imap.c
14838                 Implement set_batch - brings back deferred
14839                 flags in a less buggy manner. Fixes:
14840                 bug #729 IMAP immediate expunge of deleted messages
14841                 bug #191 remove list of messages with one command
14842                 Fix login with strange chars
14843                 Implement fetch_msg_full
14844                 Fix copy (wrong counts)
14845
14846 2005-06-12 [colin]      1.9.11cvs63
14847
14848         * src/folder.c
14849                 lock incorporation during long operations.
14850                 Avoids fucking up the IMAP socket.
14851
14852 2005-06-12 [colin]      1.9.11cvs62
14853
14854         * src/imap.c
14855                 Fix harmful typo
14856                 Factorize remove_all_msg
14857                 Thread-ize expunge
14858         * src/summaryview.c
14859                 Don't update partial-download status if unnecessary
14860         * src/folder.c
14861                 Use remove_msgs everywhere possible
14862
14863 2005-06-12 [colin]      1.9.11cvs61
14864
14865         * src/folder.c
14866         * src/folder.h
14867                 Add a remove_msgs function to remove a 
14868                 list of messages
14869         * src/imap.c
14870                 Implement that.
14871
14872 2005-06-12 [colin]      1.9.11cvs60
14873
14874         * src/imap.c
14875                 Remove flags-processing deferring... Too hard
14876                 to get it to work in all cases.
14877
14878 2005-06-11 [colin]      1.9.11cvs59
14879
14880         * src/imap.c
14881                 printf -> debug_print
14882
14883 2005-06-11 [colin]      1.9.11cvs58
14884
14885         * src/imap.c
14886                 o Fix build without USE_PTHREAD
14887                 o Factorize imap_open
14888                 o Alertpanel in case of impossible connection
14889                 o Alertpanel in case of impossible login
14890                 o Fix deferred flags processing to force a 
14891                   flush before adding some more flags to process,
14892                   but in another folder.
14893
14894 2005-06-10 [colin]      1.9.11cvs57
14895
14896         * src/imap.c
14897                 o Fix a format string error
14898                 o init ssl socket outside of the thread 
14899                   (it possibly invokes gtk calls)
14900         * src/procmime.c
14901                 o Put back the buffer to its necessary size
14902                 o Fix changing a file pointer without keeping
14903                   track of it (thanks Valgrind)
14904         * src/common/smtp.c
14905                 o Fix automatic STARTTLS if login should be done
14906                   and the server only allows it after starting TLS
14907         * src/gtk/gtkinputdialog.c
14908                 o Eat GDK_Return so that the combo popup doesn't 
14909                   appear when we press Enter to validate the combo
14910                   input dialog (as seen in the Open with... dialog)
14911
14912 2005-06-10 [colin]      1.9.11cvs56
14913
14914         * src/imap.c
14915                 o A bit less debug
14916                 o Fix a crash on deletion
14917                 o Threadize imap_select (it's called outside of 
14918                   threads)
14919                 o Defer treatment of DELETED flags
14920
14921
14922 2005-06-09 [colin]      1.9.11cvs55
14923
14924         * src/imap.c
14925                 Make sure we check imap_gtk_should_override(), which
14926                 potentially calls gtk stuff, before creating thread.
14927                 That way it should't be called via imap_get_session()
14928                 inside a thread.
14929
14930 2005-06-09 [colin]      1.9.11cvs54
14931
14932         * src/imap.c
14933                 o add a bit of status output
14934                 o remove some dead code
14935                 o threadize get_list_of_uids
14936                 o threadize imap_get_flags
14937                 o defer flag changing by 500ms so that they
14938                   can be batched
14939
14940
14941 2005-06-08 [colin]      1.9.11cvs53
14942
14943         * src/imap.c
14944                 Thread-ize imap_cmd_fetch
14945
14946 2005-06-08 [colin]      1.9.11cvs52
14947
14948         * src/main.c
14949                 Mmh, that broke POP3...
14950
14951 2005-06-08 [colin]      1.9.11cvs51
14952
14953         * src/main.c
14954                 Stabilize IMAP patch (thanks to Hoa)
14955
14956 2005-06-08 [colin]      1.9.11cvs50
14957
14958         * src/imap.c
14959                 Test patch to speed up imap. 
14960
14961 2005-06-08 [colin]      1.9.11cvs49
14962
14963         * src/imap_gtk.c
14964                 Warning fix
14965         * src/procmime.c
14966                 Apply patch from gentoo to use /usr/share/mime/globs if 
14967                 available, after un-breaking it
14968         * src/common/log.c
14969         * src/common/log.h
14970                 Use g_timeout for invoking hooks that possibly use gtk
14971                 calls. This should leave gtk calls in the main thread.
14972
14973 2005-06-08 [paul]       1.9.11cvs48
14974
14975         * src/codeconv.c
14976                 conv_get_outgoing_charset_str(): don't
14977                 use prefs_common setting
14978         * src/compose.c
14979         * src/compose.h
14980                 add /Options/Character encoding/... to
14981                 temporarily change the outgoing encoding
14982
14983         (belated sync with main)
14984
14985 2005-06-08 [paul]       1.9.11cvs47
14986
14987         * src/compose.c
14988                 correction to/completion of last
14989                 sync with main
14990
14991 2005-06-08 [paul]       1.9.11cvs46
14992
14993         sync with main:
14994         
14995         * src/codeconv.c
14996         * src/codeconv.h
14997                 always enabled Japanese auto-detection
14998                 if the first letters of locale string
14999                 is "ja"
15000         * src/compose.c
15001                 don't use "destroy" signal to destroy
15002                 Compose object (fix rare crashes on discard?)
15003         * src/mainwindow.c
15004         * src/messageview.c
15005         * src/prefs_send.c
15006                 added Hebrew encodings
15007         * src/sourcewindow.c
15008                 don't use "destroy" signal to destroy
15009                 objects
15010
15011 2005-06-07 [colin]      1.9.11cvs45
15012
15013         * src/summaryview.c
15014                 Add missing unlocks/locks
15015
15016 2005-06-07 [paul]       1.9.11cvs44
15017
15018         * src/summaryview.c
15019                 restore bug #749 fix
15020
15021 2005-06-06 [colin]      1.9.11cvs43
15022
15023         * src/summaryview.c
15024                 Fix selection bug when prefs_common.open_unread 
15025                 is FALSE
15026
15027 2005-06-06 [colin]      1.9.11cvs42
15028
15029         * src/common/md5.c
15030                 Fix a warning
15031         * src/summaryview.c
15032         * src/folderview.c
15033                 Factorize long operations beginning and end
15034                 (locking, freezing/thawing, cursor, ...)
15035                 Check selection->data member in selection-
15036                 related loops; this avoids dying an awful
15037                 death if the selection changes on us while
15038                 we're marking a whole IMAP folder unread, 
15039                 for example.
15040
15041 2005-06-06 [paul]       1.9.11cvs41
15042
15043         * src/textview.c
15044                 don't g_free() a static gchar buffer
15045
15046 2005-06-05 [colin]      1.9.11cvs40
15047
15048         * src/mainwindow.c
15049         * src/messageview.c
15050         * src/summaryview.c
15051                 Fix bug #749 (Show all headers should be
15052                 sticky as the GUI suggests)
15053
15054 2005-06-03 [paul]       1.9.11cvs39
15055
15056         * src/compose.c
15057                 don't allow editing of mail while sending.
15058                 patch by Colin
15059
15060 2005-06-03 [paul]       1.9.11cvs38
15061
15062         * src/folderview.c
15063                 add a freeze/thaw to speed up 'mark all read'
15064
15065 2005-06-03 [paul]       1.9.11cvs37
15066
15067         * src/prefs_message.c
15068                 reflect changes immediately
15069
15070 2005-06-02 [colin]      1.9.11cvs36
15071
15072         * po/POTFILES.in
15073                 Patch by Fabien Vantard.
15074
15075 2005-06-02 [colin]      1.9.11cvs35
15076
15077         * src/imap.c
15078                 Use a non-blocking imap_getline() if possible.
15079                 This should completely prevent the interface
15080                 from freezin on imap operations, although it
15081                 may do strange stuff in case of folder switching
15082                 while a big imap operation is taking place...
15083
15084                 In addition, fix a leak in the case thread
15085                 creation fails on connection.
15086
15087 2005-06-02 [colin]      1.9.11cvs34
15088
15089         * src/crash.c
15090         * src/prefs_common.h
15091                 Fix build (prefs_common_init() doesn't exist
15092                 anymore)
15093
15094 2005-06-02 [colin]      1.9.11cvs33
15095
15096         * src/prefs_account.c
15097                 Fix bug #245 (filtering rules broken when
15098                 renaming a remote account (imap4 or nntp)
15099
15100 2005-06-02 [colin]      1.9.11cvs32
15101
15102         * src/imap.c
15103                 Try to fix IMAP shortcomings: 
15104                 o Multithread imap_open()
15105                 o allow offline-mode overriding instead of
15106                   just returning NULL
15107         * src/imap_gtk.c
15108         * src/imap_gtk.h
15109                 Add a function to ask whether we want to
15110                 override offline-mode for 10 minutes (one-shot
15111                 asking was painful)
15112         * src/procheader.c
15113                 Fix segfault when imap parser isn't happy about
15114                 a missing {
15115
15116 2005-06-01 [colin]      1.9.11cvs31
15117
15118         * src/addrharvest.c
15119         * src/compose.c
15120         * src/mbox.c
15121         * src/mbox.h
15122         * src/mh.c
15123         * src/msgcache.c
15124         * src/send_message.c
15125         * src/setup.c
15126         * src/undo.c
15127         * src/common/hooks.c
15128         * src/common/prefs.c
15129         * src/common/template.c
15130         * src/common/utils.c
15131         * src/gtk/gtkutils.c
15132         * src/gtk/inputdialog.c
15133         * src/gtk/menu.c
15134         * src/gtk/pluginwindow.c
15135         * src/gtk/prefswindow.c
15136         * src/plugins/pgpmime/passphrase.c
15137         * src/plugins/pgpmime/prefs_gpg.c
15138                 More -Wall fixes
15139
15140         * src/common/Makefile.am
15141         * src/common/timing.h
15142                 Add basic timing code
15143
15144         * src/summaryview.c
15145                 Fix a bug with unread messages when 
15146                 re-sorting folders, and by the way
15147                 fix a big performance hit when 
15148                 re-sorting (10k mails: before 5s,
15149                 after .5s)
15150
15151         * src/prefs_compose_writing.c
15152         * src/prefs_compose_writing.h
15153         * src/prefs_message.c
15154         * src/prefs_message.h
15155         * src/prefs_other.c
15156         * src/prefs_other.h
15157         * src/prefs_quote.c
15158         * src/prefs_quote.h
15159         * src/prefs_receive.c
15160         * src/prefs_receive.h
15161         * src/prefs_send.c
15162         * src/prefs_send.h
15163         * src/prefs_summaries.c
15164         * src/prefs_summaries.h
15165                 Fix copyright banner
15166
15167 2005-06-01 [paul]       1.9.11cvs30
15168
15169         * po/fi.po
15170                 updated by Flammie Pirinen
15171         * src/procmime.c
15172                 fix 'Bad BASE64 content' output
15173
15174 2005-05-31 [colin]      1.9.11cvs29
15175
15176         * src/procmime.c
15177                 Oops, where did my hunk go.
15178
15179 2005-05-31 [colin]      1.9.11cvs28
15180
15181         * src/Makefile.am
15182         * src/account.c
15183         * src/action.c
15184         * src/addr_compl.c
15185         * src/addressbook.c
15186         * src/codeconv.c
15187         * src/compose.c
15188         * src/export.c
15189         * src/folder.c
15190         * src/folderview.c
15191         * src/image_viewer.c
15192         * src/main.c
15193         * src/mainwindow.c
15194         * src/messageview.c
15195         * src/mimeview.c
15196         * src/msgcache.c
15197         * src/prefs_account.c
15198         * src/prefs_actions.c
15199         * src/prefs_common.c
15200         * src/prefs_compose_writing.c
15201         * src/prefs_customheader.c
15202         * src/prefs_ext_prog.c
15203         * src/prefs_filtering.c
15204         * src/prefs_filtering_action.c
15205         * src/prefs_fonts.c
15206         * src/prefs_image_viewer.c
15207         * src/prefs_message.c
15208         * src/prefs_message.h
15209         * src/prefs_msg_colors.c
15210         * src/prefs_other.c
15211         * src/prefs_other.h
15212         * src/prefs_quote.c
15213         * src/prefs_receive.c
15214         * src/prefs_receive.h
15215         * src/prefs_send.c
15216         * src/prefs_send.h
15217         * src/prefs_spelling.c
15218         * src/prefs_summaries.c
15219         * src/prefs_summary_column.c
15220         * src/prefs_template.c
15221         * src/prefs_themes.c
15222         * src/prefs_toolbar.c
15223         * src/prefs_wrapping.c
15224         * src/procmime.c
15225         * src/procmsg.c
15226         * src/send_message.h
15227         * src/ssl_manager.c
15228         * src/summary_search.c
15229         * src/summaryview.c
15230         * src/textview.c
15231         * src/wizard.c
15232         * src/common/smtp.c
15233         * src/common/smtp.h
15234         * src/gtk/gtkutils.h
15235                 o Move the rest of Common prefs to new style
15236                 o Lots of -Wall warning fixes
15237                 o fix FIXME in cache memusage calculation
15238                 o Let return receipts be sent from any account
15239                 o Little cache optimisation (read)
15240                 o Fix bug #746 (don't treat commas as separators
15241                   when inside a quoted string)
15242
15243 2005-05-31 [paul]       1.9.11cvs27
15244
15245         * src/prefs_common.c
15246                 fix 'off-by-one' typo
15247
15248 2005-05-31 [paul]       1.9.11cvs26
15249
15250         * src/account.c
15251         * src/addr_compl.c
15252         * src/compose.c
15253         * src/foldersel.c
15254         * src/prefs_actions.c
15255         * src/prefs_common.c
15256         * src/prefs_common.h
15257         * src/prefs_customheader.c
15258         * src/prefs_display_header.c
15259         * src/prefs_filtering.c
15260         * src/prefs_filtering_action.c
15261         * src/prefs_matcher.c
15262         * src/prefs_summaries.c
15263         * src/prefs_summary_column.c
15264         * src/prefs_template.c
15265         * src/prefs_toolbar.c
15266         * src/ssl_manager.c
15267         * src/gtk/pluginwindow.c
15268         * src/gtk/prefswindow.c
15269         * src/gtk/progressdialog.c
15270                 add hidden prefs 'enable_rules_hint'
15271                 for gtk_tree_view_set_rules_hint()
15272                 (sync with main)
15273                 
15274
15275 2005-05-31 [colin]      1.9.11cvs25
15276
15277         * src/Makefile.am
15278         * src/main.c
15279         * src/prefs_common.c
15280         * src/prefs_summaries.c ** ADDED **
15281         * src/prefs_summaries.h ** ADDED **
15282                 Common/Display -> Display/Summaries
15283
15284 2005-05-31 [colin]      1.9.11cvs24
15285
15286         * src/Makefile.am
15287         * src/main.c
15288         * src/prefs_quote.c ** ADDED **
15289         * src/prefs_quote.h ** ADDED **
15290                 Move Common/Quote to Compose/Quoting
15291         * src/prefs_common.c
15292         * src/prefs_common.h
15293                 Remove old quote stuff, add
15294                 convenience functions for GtkTextView prefs
15295         * src/gtk/prefswindow.c
15296                 Set default height higher
15297
15298 2005-05-30 [colin]      1.9.11cvs23
15299
15300         * src/Makefile.am
15301         * src/main.c
15302         * src/prefs_common.c
15303         * src/prefs_compose_writing.c ** ADDED **
15304         * src/prefs_compose_writing.h ** ADDED **
15305                 Move Common/Compose prefs to Compose/Writing
15306
15307 2005-05-30 [colin]      1.9.11cvs22
15308
15309         * src/common/utils.c
15310                 Fix bug #651 (Confused Attract by Subject)
15311                 Patch by M. Benkmann <haferfrost@web.de>
15312         * AUTHORS
15313
15314 2005-05-30 [colin]      1.9.11cvs21
15315
15316         * src/compose.c
15317                 Fix concatenation of different headers of
15318                 the same type (bug #645)
15319         * src/prefs_folder_item.c
15320                 Fix bug #699 (setting color to black doesn't
15321                 work immediately)
15322         * src/procmime.c
15323                 Print out decoding error only once per
15324                 block
15325
15326 2005-05-30 [paul]       1.9.11cvs20
15327
15328         * src/common/template.c
15329                 fix Bcc
15330
15331 2005-05-30 [paul]       1.9.11cvs19
15332
15333         * doc/src/rfc2368.txt   **NEW FILE**
15334         * src/compose.c
15335                 compose_entries_set(): don't interpret Bcc
15336                 header field (conform to RFC 2368)
15337                 (sync with main)
15338
15339 2005-05-29 [colin]      1.9.11cvs18
15340
15341         * src/prefs_common.c
15342                 Let the default reply format respect
15343                 netiquette by cutting the signature.
15344
15345 2005-05-29 [colin]      1.9.11cvs17
15346
15347         * src/summaryview.c
15348                 Don't let always_show_msg override
15349                 open_unread_on_enter when opening a new
15350                 directory.
15351
15352 2005-05-27 [paul]       1.9.11cvs16
15353
15354         sync with main:
15355
15356         * src/main.c
15357                 app_will_exit(): cleanup tmp directory when exit
15358         * src/message_search.c
15359                 improved the interface and made code cleanup.
15360                 removed Clear button
15361         * src/send_message.c
15362                 send_message_local(): use GSpawn, and detect errors
15363         * src/summary_search.c
15364                 improved the interface and made code cleanup
15365         * src/textview.c
15366                 textview_write_link(): also skip non-ascii space
15367                  at the head of link strings (phishing check
15368                  didn't work at the case)
15369         * src/common/utils.c
15370                 get_command_output(): use g_spawn_command_line_sync()
15371                 instead of popen()
15372
15373 2005-05-26 [colin]      1.9.11cvs15
15374
15375         * src/folder.c
15376                 remove printf
15377
15378 2005-05-26 [colin]      1.9.11cvs14
15379
15380         * src/common/nntp.c
15381                 Fix nntp mode reader (bug #611)
15382                 Patch by Florian Mickler <florian@mickler.org>
15383
15384 2005-05-26 [colin]      1.9.11cvs13
15385
15386         * src/plugins/pgpmime/passphrase.c
15387                 Fix mouse grabbing (bug #557)
15388
15389 2005-05-26 [colin]      1.9.11cvs12
15390
15391         * src/prefs_themes.c
15392                 Fix g_warning (bug #541)
15393
15394 2005-05-26 [colin]      1.9.11cvs11
15395
15396         * src/prefs_actions.c
15397         * src/prefs_template.c
15398                 Fix bug #506 (no warning if action/template
15399                 is not saved)
15400         * src/common/template.c
15401                 Fix a possible crash
15402
15403 2005-05-26 [colin]      1.9.11cvs10
15404
15405         * src/folder.c
15406         * src/folderview.c
15407         * src/procmsg.c
15408         * src/summaryview.c
15409                 Forbid locked messages to be moved or
15410                 deleted. Locked messages in trashes 
15411                 still get deleted, for performance
15412                 reason (mh.c::mh_remove_all_msgs)
15413
15414 2005-05-25 [colin]      1.9.11cvs9
15415
15416         * src/procmime.c
15417                 Use correct encoding when sending mails
15418                 with attachments that have accentued 
15419                 chars in their name
15420
15421 2005-05-24 [colin]      1.9.11cvs8
15422
15423         * src/summaryview.c
15424                 Fix bug #688 f) read/unread marker not
15425                 changed on first click
15426                 Also, optimize summary_status_show()
15427                 calls
15428         * src/folder.c
15429         * src/inc.c
15430         * src/procmime.c
15431                 Fix bug #688 b) and c) wrt message
15432                 attachments and signature
15433         * src/stock_pixmap.c
15434         * src/stock_pixmap.h
15435         * src/stock_pixmap.c
15436         * src/stock_pixmap.h
15437         * src/Makefile.am
15438         * src/pixmaps/clip_gpg_signed.xpm
15439                 Add clip/signed icon
15440
15441 2005-05-24 [colin]      1.9.11cvs7
15442
15443         * src/folder_item_prefs.c
15444                 whitespace fix
15445
15446 2005-05-24 [colin]      1.9.11cvs6
15447
15448         * src/folderview.c
15449         * src/prefs_common.c
15450         * src/prefs_common.h
15451                 Add a confirmation to folder drag and drop
15452                 fixes bug #156
15453         * src/alertpanel.c
15454         * src/alertpanel.h
15455                 fix _with_disable parameters so that
15456                 the buttons labels are specifiable too
15457         * src/plugins/pgpmime/sgpgme.c
15458                 reflect said change
15459                 
15460
15461 2005-05-24 [colin]      1.9.11cvs5
15462
15463         * src/folderview.c
15464                 Uncollapse/collapse folders on double-click
15465                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15466                 closes bug #108
15467
15468 2005-05-23 [colin]      1.9.11cvs4
15469
15470         * src/common/socket.c
15471                 Check another special SSL_peek() error.
15472                 Should help wrt bug #728
15473
15474 2005-05-23 [colin]      1.9.11cvs3
15475
15476         * src/plugins/pgpmime/pgpmime.c
15477                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
15478                 breaking menu accelerators and stuff. Users will have to
15479                 reselect "PGP MIME" instead of "PGP/MIME" in their 
15480                 account's privacy preferences if needed.
15481
15482 2005-05-22 [paul]
15483
15484         * tools/kdeservicemenu/install.sh
15485                 use kdesu to prompt for root password if doing
15486                 global install/uninstall
15487
15488 2005-05-20 [colin]      1.9.11cvs2
15489
15490         * src/procmsg.c
15491                 Fix another compilation error with gcc-2.9x
15492                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
15493         * src/send_message.c
15494                 Don't send QUIT if we aren't connected
15495
15496 2005-05-19 [colin]      1.9.11cvs1
15497
15498         * src/procmsg.c
15499                 Fix compilation with gcc 2.9x
15500
15501 2005-05-19 [paul]       1.9.11
15502
15503         1.9.11 released
15504
15505 2005-05-19 [paul]       1.9.9cvs14
15506
15507         * src/gtk/inputdialog.c
15508                 prevent gettext warning
15509
15510 2005-05-19 [paul]       1.9.9cvs13
15511
15512         * src/mainwindow.c
15513         * src/prefs_common.c
15514         * src/prefs_common.h
15515         * src/textview.c
15516         * src/textview.h
15517                 add an option to toggle cursor in message
15518                 view (sync with main)
15519
15520 2005-05-18 [colin]      1.9.9cvs12
15521
15522         * src/compose.c
15523                 Dereference freed pointer
15524         * src/gtk/gtkaspell.c
15525                 Fix duplication of dictionaries (is it an aspell issue?)
15526
15527 2005-05-18 [colin]      1.9.9cvs11
15528
15529         * src/gtk/inputdialog.c
15530         * src/gtk/gtkaspell.c
15531                 HIGuify dialogs
15532         * src/alertpanel.c
15533                 Remove a double call
15534
15535 2005-05-17 [colin]      1.9.9cvs10
15536
15537         * src/gtk/gtkaspell.c
15538                 Fix dialogs, Ctrl-Enter accel
15539
15540 2005-05-17 [colin]      1.9.9cvs9
15541
15542         * src/gtk/gtkaspell.c
15543                 Fix some accelerators, escape in replace-window
15544
15545 2005-05-16 [colin]      1.9.9cvs8
15546
15547         * src/gtk/gtkaspell.c
15548                 Revert last commit, it was a mistake.
15549
15550 2005-05-16 [colin]      1.9.9cvs7
15551
15552         * src/gtk/gtkaspell.c
15553                 Remove buggy code while we're at it. It's a 
15554                 dead code path anyway.
15555
15556 2005-05-16 [colin]      1.9.9cvs6
15557
15558         * src/gtk/gtkaspell.c
15559                 Missed some gtk_menu_popup where deactivate
15560                 signal should be handled. Should fix bug
15561                 #629 a bit more.
15562
15563 2005-05-16 [colin]      1.9.9cvs5
15564
15565         * src/gtk/gtkaspell.c
15566                 Remove debug printf()s
15567
15568 2005-05-16 [colin]      1.9.9cvs4
15569
15570         * src/gtk/gtkaspell.c
15571                 Fix a bit aspell problems
15572                 (see bug #629)
15573
15574 2005-05-13 [colin]      1.9.9cvs3
15575
15576         * src/folderview.c
15577                 Fix the + appearing even when no subfolders
15578                 have unread messages. Thanks to wwp for the
15579                 bug report.
15580
15581 2005-05-11 [paul]       1.9.9cvs2
15582
15583         * src/folderview.c
15584                 correction to 1.9.9cvs1, only colour folders that
15585                 have new msgs (not unread msgs)
15586
15587 2005-05-10 [colin]      1.9.9cvs1
15588
15589         * src/folderview.c
15590         * src/summaryview.c
15591                 Try to fix bolding bugs again.
15592
15593 2005-05-09 [paul]
15594
15595         * tools/claws.i18n.status.pl
15596                 add Ricardo Mones Lastra's script that has been providing
15597                 the i18n status page for many months
15598
15599 2005-05-09 [paul]       1.9.9
15600
15601         1.9.9 release
15602
15603 2005-05-09 [paul]       1.9.6cvs58
15604
15605         * AUTHORS
15606         * INSTALL
15607         * README.claws
15608                 updated
15609         * Makefile.am 
15610         * RELEASE_NOTES.claws
15611                 add release notes to cvs to simplify release
15612                 procedure
15613         * configure.ac
15614                 add ca and fi to ALL_LINGUAS
15615         * po/Makefile.in.in
15616                 workaround for missing Makevars
15617         * po/ca.po
15618         * po/fi.po
15619                 add new Catalan and Finnish translations
15620                 submitted by Miquel Oliete and Flammie Pirinen
15621         * po/de.po
15622         * po/es.po
15623         * po/fr.po
15624         * po/it.po
15625         * po/pl.po
15626         * po/ru.po
15627         * po/sk.po
15628         * po/sr.po
15629         * po/zh_CN.po
15630                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
15631                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
15632                 Urke MMI, and Hansom Young
15633         * src/main.c
15634                 Fix drafting when quitting. compose_draft() closes the
15635                 compose windows, which modifies the compose_list GSList.
15636                 We have to refresh this list after echo drafting to avoid a
15637                 segfault
15638         * src/partial_download.c
15639                 fix segfault on exit
15640
15641 2005-05-06 [paul]       1.9.6cvs57
15642
15643         * src/grouplistdialog.c
15644                 quick fix/workaround for unresizeable newsgroup
15645                 name column 
15646
15647 2005-05-06 [paul]       1.9.6cvs56
15648
15649         * src/inc.c
15650         * src/mainwindow.c
15651                 use gettext plural forms
15652         * src/imap_gtk.c
15653         * src/mh_gtk.c
15654         * src/toolbar.c
15655                 small improvement to english usage
15656
15657 2005-05-05 [thorsten]   1.9.6cvs55
15658
15659         * src/folder.c
15660                 fix possible crash
15661
15662 2005-05-05 [paul]       1.9.6cvs54
15663         
15664         sync with HEAD
15665
15666         * AUTHORS
15667         * src/compose.c
15668                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
15669                 patch by Tim Mann
15670
15671 2005-05-05 [paul]       1.9.6cvs53
15672
15673         * src/mainwindow.c
15674                 fix resizing of separate message and
15675                 folder views
15676
15677 2005-05-05 [paul]       1.9.6cvs52
15678
15679         * src/account.c
15680         * src/addrgather.c
15681         * src/browseldap.c
15682         * src/exphtmldlg.c
15683         * src/expldifdlg.c
15684         * src/importmutt.c
15685         * src/importpine.c
15686         * src/main.c
15687         * src/mainwindow.c
15688         * src/noticeview.c
15689         * src/prefs_filtering.c
15690         * src/prefs_filtering_action.c
15691         * src/prefs_matcher.c
15692         * src/prefs_spelling.c
15693         * src/prefs_toolbar.c
15694         * src/toolbar.c
15695         * src/wizard.c
15696         * src/gtk/description_window.c
15697         * src/gtk/gtkvscrollbutton.c
15698         * src/gtk/progressdialog.c
15699         * src/gtk/quicksearch.c
15700         * src/plugins/pgpmime/prefs_gpg.c
15701         * src/plugins/spamassassin/spamassassin_gtk.c
15702                 replace deprecated gtk_widget_set_usize
15703
15704 2005-05-04 [colin]      1.9.6cvs51
15705
15706         * src/common/utils.c
15707                 Fix crash when subst_for_filename is called
15708                 with a NULL parameter
15709
15710 2005-05-04 [colin]      1.9.6cvs50
15711
15712         * src/partial_download.c
15713         * src/pop.c
15714                 Escape login when writing uidl file
15715                 fixes bug #736
15716
15717 2005-05-03 [colin]      1.9.6cvs49
15718
15719         * src/procmime.c
15720                 Fix possible DOS in mime parser
15721                 (see bug #634)
15722
15723 2005-05-02 [colin]      1.9.6cvs48
15724
15725         * src/compose.c
15726                 Try to fix the copy/paste mess once again.
15727
15728
15729 2005-04-30 [colin]      1.9.6cvs47
15730
15731         * src/prefs_account.h
15732         * src/procmsg.c
15733         * src/send_message.c
15734         * src/common/smtp.c
15735         * src/common/smtp.h
15736                 Try to batch sending mails (per account) instead of
15737                 reconnecting to server every time.
15738
15739 2005-04-29 [colin]      1.9.6cvs46
15740
15741         * src/messageview.c
15742                 Fix window resizing that refused to size down
15743         * src/prefs_common.c
15744         * src/prefs_common.h
15745         * src/prefs_filtering.c
15746                 Save Filtering's window size
15747
15748 2005-04-21 [paul]       1.9.6cvs45
15749
15750         * ChangeLog-gtk2.claws
15751         * src/setup.c
15752                 correction to sync
15753
15754 2005-04-21 [paul]       1.9.6cvs44
15755
15756         sync with main:
15757
15758         * src/setup.c
15759         * src/statusbar.c
15760         * src/statusbar.h
15761                 use gtkut_widget_draw_now(). Improved performance
15762                 of the update of statusbar
15763         * src/textview.c
15764                 textview_smooth_scroll_do(): redraw it after scroll
15765                 is done (fixed incorrect display when a part of the
15766                 view is hidden).
15767         * src/gtk/gtkutils.c
15768         * src/gtk/gtkutils.h
15769                 gtkut_widget_draw_now(): use gdk_window_process_updates()
15770                 to force update of widgets.
15771                 Removed gtkut_widget_wait_for_draw() which had a big
15772                 overhead  because of waiting for all events processed 
15773
15774 2005-04-20 [paul]       1.9.6cvs43
15775
15776         * src/codeconv.c
15777                 complete 1.9.6cvs42's sync:
15778                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
15779
15780 2005-04-19 [paul]       1.9.6cvs42
15781
15782         sync with main:
15783
15784         * src/action.c
15785                 catch_output(): correctly select the insert text
15786                 (fix invalid iterator warnings).
15787         * src/codeconv.c
15788         * src/codeconv.h
15789         * src/mainwindow.c
15790         * src/messageview.c
15791         * src/prefs_common.c
15792                 support GBK encoding.
15793         * src/common/session.c
15794         * src/common/session.h
15795                 use separate buffer for large data to be sent,
15796                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
15797
15798 2005-04-18 [paul]       1.9.6cvs41
15799
15800         * src/jpilot.c
15801                 convert unsigned long into guint32
15802                 patch by Paul LeoNerd Evans 
15803
15804 2005-04-17 [colin]      1.9.6cvs40
15805
15806         * src/compose.c
15807                 Fix 'Request return receipt' from folder
15808                 properties (bug #708)
15809
15810 2005-04-17 [colin]      1.9.6cvs39
15811
15812         * src/mainwindow.c
15813                 Fix duplicate hotkeys in Mainwindow's menu
15814
15815 2005-04-17 [colin]      1.9.6cvs38
15816
15817         * src/folderview.c
15818                 Fix duplicate hotkeys in Folderview's contextual
15819                 menu
15820
15821 2005-04-15 [colin]      1.9.6cvs37
15822
15823         * src/summaryview.c
15824                 Fix 'Save as...' with non-ascii filenames
15825
15826 2005-04-15 [colin]      1.9.6cvs36
15827
15828         * src/plugins/pgpmime/pgpmime.c
15829                 Fix bus error on 64bit. Spotted by 
15830                 macallan1888@gmail.com
15831
15832 2005-04-15 [colin]      1.9.6cvs35
15833
15834         * src/prefs_account.c
15835                 Fix cvs34.
15836
15837 2005-04-12 [colin]      1.9.6cvs34
15838
15839         * src/prefs_account.c
15840                 Fix smtp auth type off-by-one. We forgot to
15841                 add PLAIN in the prefs-to-gui setter func and
15842                 as a result, the selected auth when opening
15843                 account prefs was not the correct one.
15844
15845 2005-04-12 [paul]       1.9.6cvs33
15846
15847         * src/inc.c
15848                 if the recv dialog is visible, Cancel only
15849                 cancels the current account
15850
15851
15852 2005-04-10 [colin]      1.9.6cvs32
15853
15854         * src/filtering.c
15855                 Copy score when copying FilteringActions
15856                 Fix bug #674
15857
15858 2005-04-10 [colin]      1.9.6cvs31
15859
15860         * src/inc.c
15861                 Make Message -> Receive -> Cancel cancel 
15862                 incorporation on all accounts. Fixes
15863                 bug #693
15864
15865 2005-04-10 [colin]      1.9.6cvs30
15866
15867         * src/prefs_account.c
15868                 Update Privacy checkbuttons status based
15869                 on the selected privacy system
15870         * src/compose.c
15871                 Always connect the "None" privacy system; the
15872                 static boolean was probably there to avoid
15873                 reconnecting twice in the same compose window,
15874                 but as the parent function is only called once
15875                 per compose, it's only a bug - as a static is
15876                 initialized once per application instance.
15877                 Also, don't uncheck Sign and Encrypt when
15878                 selecting None as privacy system; just ignore
15879                 them when sending/queuing.
15880                 Should fix bug #695
15881
15882 2005-04-08 [colin]      1.9.6cvs29
15883
15884         * src/account.c
15885         * src/prefs_account.c
15886         * src/prefs_account.h
15887                 Add account preference to queue message in a certain
15888                 folder.
15889
15890 2005-04-06 [colin]      1.9.6cvs28
15891
15892         * src/prefs_account.c
15893                 Update old inbox path syntax
15894
15895 2005-04-06 [paul]       1.9.6cvs27
15896
15897         sync with main:
15898
15899         * configure.ac
15900                 changed -traditional-cpp to -no-cpp-precomp for newer
15901                 Mac OS X support
15902         * src/foldersel.c
15903                 made column resize automatically
15904         * src/send_message.c
15905                 send_message_smtp(): consider EOF right after QUIT
15906                 successful (workaround for Gmail SMTP server)
15907         * src/common/socket.c
15908                 ssl_read(), ssl_peek(): check EOF which violates the
15909                 SSL protocol
15910         * src/gtk/colorlabel.c
15911                 removed warnings when displaying colorlabel menu
15912                 (don't use GtkAlignment)
15913
15914 2005-04-05 [paul]       1.9.6cvs26
15915
15916         * src/plugins/trayicon/trayicon.c
15917                 fix clipping of icon under KDE3 
15918
15919 2005-04-05 [paul]       1.9.6cvs25
15920
15921         * src/summaryview.c
15922                 hide display of threading
15923                 patch by Alfons
15924
15925 2005-04-04 [thorsten]   1.9.6cvs24
15926
15927         * src/mh.c
15928                 marks lost on filesystems with different stat() results on
15929                 summer-/wintertime
15930
15931 2005-04-03 [colin]      1.9.6cvs23
15932
15933         * src/summaryview.c
15934                 Don't handle up/down. Patch by Alfons
15935
15936 2005-04-02 [colin]      1.9.6cvs22
15937
15938         * src/summaryview.c
15939                 Make scrolling faster. Patch by Alfons.
15940
15941 2005-04-01 [colin]      1.9.6cvs21
15942
15943         * src/Makefile.am
15944         * src/stock_pixmap.c
15945         * src/pixmaps/dir-noselect.xpm ** REMOVED **
15946         * src/pixmaps/dir_noselect.xpm ** ADDED **
15947                 Fix pixmap name mismatch (Thanks Stephan Sachse)
15948
15949 2005-04-01 [colin]      1.9.6cvs20
15950
15951         * src/image_viewer.c
15952         * src/image_viewer.h
15953         * src/procmime.c
15954         * src/procmime.h
15955         * src/textview.c
15956         * src/textview.h
15957                 Implement inline image resizing and right-clicking
15958
15959 2005-04-01 [paul]       1.9.6cvs19
15960
15961         * AUTHORS
15962         * Makefile.am
15963         * configure.ac
15964                 check for gnome2
15965                 patch by Luca Cavalli <loopback<AT>slackit.org>
15966         * po/ru.po
15967                 updated by Pavlo Bohmat
15968
15969 2005-03-31 [colin]      1.9.6cvs18
15970
15971         * src/news.c
15972                 Fix parsing references
15973         * src/msgcache.c
15974                 don't put nulls in the references list
15975         * src/procheader.c
15976                 commit that forgotten file in 1.9.6cvs14
15977
15978 2005-03-31 [colin]      1.9.6cvs17
15979
15980         * src/compose.c
15981                 Fix joining of signature separator again. 
15982                 Maybe Hiro could put it in main too...
15983
15984 2005-03-31 [colin]      1.9.6cvs16
15985
15986         * src/Makefile.am
15987         * src/foldersel.c
15988         * src/stock_pixmap.c
15989         * src/stock_pixmap.h
15990         * src/pixmaps/dir-noselect.xpm
15991                 Update foldersel.c (sync from main, patch by Alfons)
15992
15993 2005-03-30 [colin]      1.9.6cvs15
15994
15995         * src/imap.c
15996                 Fix handling of imap folders containing [] in 
15997                 their name. Thanks to Nahuel Angelinetti for
15998                 the detailed bugreport.
15999
16000 2005-03-30 [colin]      1.9.6cvs14
16001
16002         * src/common/utils.h
16003         * src/common/utils.c
16004         * src/common/defs.h
16005         * src/matcher.c
16006         * src/msgcache.c
16007         * src/news.c
16008         * src/procmsg.c
16009         * src/procmsg.h
16010         * src/quote_fmt_parse.y
16011         * src/summaryview.c
16012                 Update references system. Patch by Alfons
16013
16014 2005-03-30 [colin]      1.9.6cvs13
16015
16016         * src/common/socket.c
16017                 Force the glibc to read resolv.conf again when 
16018                 it has changed. Should fix issues when changing
16019                 networks on a laptop and not restarting sylpheed. 
16020
16021 2005-03-30 [paul]       1.9.6cvs12
16022
16023         partial sync with main:
16024
16025         * src/action.c
16026                 create_io_dialog(): use user-defined text font
16027                 (thanks to Alfons), and modified its appearance.
16028         * src/addrgather.c
16029         * src/addrharvest.c
16030         * src/browseldap.c
16031                 replace old code
16032         * src/compose.c
16033                 don't join (presumably) itemized lines on line-wrapping
16034                 fixed wrapping of quote when auto-wrapping is enabled
16035                 compose_destroy(): destroy paned only if it's not
16036                 attached to window. Fixed memory leak of popup menu.
16037         * src/exphtmldlg.c
16038         * src/expldifdlg.c
16039                 replace old code
16040         * src/html.c
16041         * src/html.h
16042         * src/importmutt.c
16043         * src/importpine.c
16044                 replace old code
16045         * src/main.c
16046                 removed redundant code
16047         * src/mainwindow.c
16048                 changed 'Code set' (which is rather incorrect)
16049                 in the menu to 'Character encoding'
16050                 main_window_set_widgets(): request size first
16051                 to prevent window size becoming wrong
16052                 fixed remembering of the state of the visibility
16053                 of MessageView
16054         * src/messageview.c
16055                 changed 'Code set' (which is rather incorrect)
16056                 in the menu to 'Character encoding'
16057         * src/prefs_common.c
16058         * src/prefs_common.h
16059                 added an option whether to render HTML as text or not
16060                 added separators to outgoing encoding menu
16061         * src/procheader.c
16062                 procheader_scan_date_string(): support header
16063                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16064         * src/summaryview.c
16065         * src/summaryview.h
16066                 minor code cleanup
16067         * src/textview.c
16068                 textview_show_html(): force output of newline
16069                 added an option whether to render HTML as text or not
16070         * src/common/utils.c
16071                 strncpy2(): optimized based on Alfons' code
16072         * src/gtk/gtkutils.c
16073         * src/gtk/gtkutils.h
16074                 removed non-used code
16075         * src/plugins/pgpmime/passphrase.c
16076                 partially fixed grab input of passphrase dialog
16077                 Confine pointer to window
16078
16079 2005-03-30 [colin]      1.9.6cvs11
16080
16081         * src/msgcache.c
16082         * src/msgcache.h
16083                 Read/write 32bit ints from cache & marks
16084                 From main.
16085
16086 2005-03-29 [paul]       1.9.6cvs10
16087
16088         * AUTHORS
16089         * ChangeLog.claws
16090         * src/compose.c
16091         * src/gtk/gtkaspell.c
16092                 sync with HEAD (don't pass NULL pointers) 
16093
16094 2005-03-24 [paul]
16095
16096         * tools/Makefile.am
16097         * tools/README
16098         * tools/acroread2sylpheed.pl
16099                 sync with HEAD (add script to send pdfs as
16100                 attachments from Adobe Reader 7)
16101
16102 2005-03-21 [paul]       1.9.6cvs9
16103
16104         * configure.ac
16105         * po/POTFILES.in
16106         * src/Makefile.am
16107         * src/crash.c
16108         * src/image_viewer.c ** ADDED **
16109         * src/image_viewer.h ** ADDED **
16110         * src/main.c
16111         * src/prefs_common.c
16112         * src/prefs_common.h
16113         * src/prefs_image_viewer.c ** ADDED **
16114         * src/prefs_image_viewer.h ** ADDED **
16115         * src/textview.c
16116         * src/gtk/about.c
16117         * src/pixmaps/sylpheed_logo.xpm
16118         * src/plugins/Makefile.am
16119         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16120         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16121         * src/plugins/image_viewer/plugin.c ** REMOVED **
16122         * src/plugins/image_viewer/viewer.c ** REMOVED **
16123         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16124         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16125         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16126         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16127         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16128                 as gdk-pixbuf is now built-in
16129                 remove image_viewer plugin and put code back into
16130                 main codebase
16131                 implement inline image display (sync with main)
16132
16133                 replace logo with newer, nicer, larger version  
16134
16135 2005-03-21 [paul]       1.9.6cvs8
16136
16137         * src/gtk/about.c
16138                 cosmetic improvement
16139
16140 2005-03-21 [holger]     1.9.6cvs7
16141
16142         * src/plugins/spamassassin/spamassassin.c
16143                 Sync with HEAD
16144                 (unregister hook on failed plugin init)
16145
16146 2005-03-20 [colin]      1.9.6cvs6
16147
16148         * src/common/plugin.c
16149                 Check that plugin isn't already loaded
16150                 Patch by Alfons
16151
16152 2005-03-20 [thorsten]   1.9.6cvs5
16153
16154         * src/compose.c
16155                 use a more compatible syntax
16156
16157 2005-03-20 [thorsten]   1.9.6cvs4
16158
16159         * src/prefs_toolbar.c
16160                 fix crash when selecting toolbar item (uninitialized pointer)
16161
16162 2005-03-20 [thorsten]   1.9.6cvs3
16163
16164         * src/procmime.c
16165                 fix mimetype detection (referenced free()d string)
16166
16167 2005-03-20 [paul]       1.9.6cvs2
16168
16169         * src/compose.c
16170                 sync with HEAD (1.0.3cvs5)
16171                 neglect Reply-To header if empty
16172                 Patch by Alfons 
16173
16174 2005-03-19 [holger]     1.9.6cvs1
16175
16176         * src/summaryview.c
16177         * src/summaryview.h
16178                 Sync with HEAD
16179
16180 2005-03-18 [paul]       1.9.6
16181
16182         initial GTK2 release
16183
16184 2005-03-18 [paul]       1.0.3cvs3.1
16185
16186         * AUTHORS
16187         * ChangeLog.claws
16188         * configure.ac
16189         * src/gtk/about.c
16190         * src/pixmaps/sylpheed_logo.xpm
16191                 sync with HEAD
16192
16193 2005-03-18 [colin]      1.0.3cvs2.6
16194
16195         * src/summaryview.c
16196                 Remove call to summary_step in summary_copy_selected_to
16197                 Can't see its purpose, and this causes bug when copying
16198                 a message if the next one is unread: it reads it.
16199
16200 2005-03-18 [paul]       1.0.3cvs2.5
16201
16202         * src/foldersel.c
16203                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16204
16205 2005-03-18 [paul]       1.0.3cvs2.4
16206
16207         * src/addrharvest.c
16208         * src/codeconv.c
16209         * src/codeconv.h
16210         * src/compose.c
16211         * src/news.c
16212         * src/procheader.c
16213         * src/procmime.c
16214         * src/unmime.c
16215         * src/unmime.h
16216                 fix buffer overflow, CAN-2005-0667, see
16217                 http://secunia.com/advisories/14491/
16218                 Patch by Alfons
16219
16220 2005-03-17 [colin]      1.0.3cvs2.3
16221
16222         * src/prefs_fonts.c
16223         * src/summaryview.c
16224                 Fix font bugs (both lists now officialy share 
16225                 the same font)
16226                 
16227
16228 2005-03-17 [paul]       1.0.3cvs2.2
16229
16230         * src/gtk/pluginwindow.c
16231                 make plugin descriptions uneditable
16232
16233 2005-03-11 [paul]       1.0.3cvs2.1
16234
16235         * ChangeLog.claws
16236         * configure.ac
16237         * po/POTFILES.in
16238         * src/plugins/trayicon/trayicon.c
16239                 sync with HEAD
16240                 add src/wizard.c to POTFILES.in
16241
16242 2005-03-11 [paul]       1.0.3cvs1.1
16243
16244         * ChangeLog
16245         * ChangeLog.claws
16246         * configure.ac
16247         * po/de.po
16248         * po/es.po
16249         * po/fr.po
16250         * po/it.po
16251         * po/pt_BR.po
16252         * po/ru.po
16253         * po/sk.po
16254         * po/sr.po
16255         * po/zh_CN.po
16256                 sync with HEAD
16257
16258 2005-03-04 [colin]      1.0.1cvs22.2
16259
16260         * src/compose.c
16261                 Fix signatures with accentued chars in it
16262
16263 2005-03-04 [colin]      1.0.1cvs22.1
16264
16265         * src/common/smtp.c
16266         * src/common/smtp.h
16267                 Don't use SIZE param in MAIL FROM: if server 
16268                 doesn't support it. Patch by Eugen Freiter
16269                 <eugen_f@users.sf.net>
16270
16271 2005-02-27 [paul]       1.0.1cvs20.1
16272
16273         * ChangeLog.claws
16274         * configure.ac
16275         * src/messageview.c
16276                 sync with HEAD
16277
16278 2005-02-27 [colin]      1.0.1cvs19.4
16279
16280         * src/procheader.c
16281         * src/procheader.h
16282                 Fix prototypes. Patch by Alfons
16283
16284 2005-02-27 [colin]      1.0.1cvs19.3
16285
16286         * src/compose.c
16287                 Don't auto-join the signature separator.
16288
16289 2005-02-26 [colin]      1.0.1cvs19.2
16290
16291         * src/summaryview.c
16292                 Fix 'mark all read' with collapsed threads.
16293                 Patch by Alfons.
16294
16295 2005-02-25 [paul]       1.0.1cvs19.1
16296
16297         * ChangeLog.claws
16298         * configure.ac
16299         * src/prefs_account.c
16300         * src/prefs_folder_item.c
16301         * src/gtk/prefswindow.c
16302         * src/gtk/prefswindow.h
16303                 sync with HEAD
16304
16305 2005-02-25 [paul]       1.0.1cvs15.12
16306
16307         * src/alertpanel.c
16308         * src/codeconv.c
16309         * src/compose.c
16310         * src/textview.c
16311         * src/gtk/gtkutils.c
16312         * src/gtk/gtkutils.h
16313         * src/gtk/logwindow.c
16314         * src/gtk/progressdialog.c
16315                 sync with main (revision 127)
16316                 and fix logwindow clipping
16317
16318 2005-02-24 [colin]      1.0.1cvs15.11
16319
16320         * src/plugins/pgpmime/passphrase.c
16321                 Disable input grabbing; it doesn't work yet.
16322
16323 2005-02-24 [colin]      1.0.1cvs15.10
16324
16325         * src/messageview.c
16326                 Don't send out receipts if offline. Ask.
16327
16328 2005-02-23 [colin]      1.0.1cvs15.9
16329
16330         * src/summaryview.c     
16331                 Fix expanding
16332
16333 2005-02-23 [colin]      1.0.1cvs15.8
16334
16335         * src/summaryview.c
16336                 Really fix Bug 568 by removing useless
16337                 calls. summary_thread_init() now called
16338                 in summary_sort(). This should please
16339                 Alfons as it should be faster than 
16340                 previously.
16341
16342 2005-02-23 [colin]      1.0.1cvs15.7
16343
16344         * src/compose.c
16345                 Encode parts as QP or B64 if signing
16346
16347 2005-02-23 [colin]      1.0.1cvs15.6
16348
16349         * src/compose.c
16350                 Fix Mimeinfo leakage (including tmp files)
16351         * src/procmsg.c
16352                 Fix tmp file leakage (spotted by Ivan Rayner)
16353
16354 2005-02-22 [colin]      1.0.1cvs15.5
16355
16356         * src/expldifdlg.c
16357                 Fix keyboard input. Patch by Alfons.
16358
16359 2005-02-21 [colin]      1.0.1cvs15.4
16360
16361         * src/compose.c
16362                 Fix Sign/Encrypt when unselecting privacy
16363                 system
16364         * src/prefs_common.c
16365                 Change default message font to Monospace
16366         * src/summaryview.c
16367                 More freezing during potentially large operations
16368
16369 2005-02-21 [paul]       1.0.1cvs15.3
16370
16371         * src/main.c
16372                 fix --help output
16373
16374 2005-02-21 [paul]       1.0.1cvs15.2
16375
16376         * po/Makefile.in.in
16377         * src/compose.c
16378         * src/summaryview.c
16379         * src/textview.c
16380         * src/common/utils.c
16381         * src/common/utils.h
16382                 sync with main (revision 117)
16383
16384 2005-02-20 [colin]      1.0.1cvs15.1
16385
16386         * src/common/defs.h
16387                 Change cache file to .sylpheed_claws_cache, as
16388                 suggested by Alfons. Allows people to switch
16389                 between Sylpheed and Sylpheed-Claws. it is
16390                 a good idea to "Check for new messages" at next
16391                 startup.
16392
16393
16394 2005-02-18 [colin]      1.0.1cvs14.1
16395
16396         * src/quote_fmt_lex.l
16397         * src/quote_fmt_parse.y
16398                 Fix parser initialisation. Patch by Ivan.
16399
16400 2005-02-18 [colin]      1.0.1cvs11.6
16401
16402         * src/folderview.c
16403                 Fix scrolldown (bug 662)
16404
16405 2005-02-17 [colin]      1.0.1cvs11.5
16406
16407         * src/codeconv.c
16408                 conv_filename_to_utf8: return clean 7bit instead
16409                 of broken utf8 if needed
16410         * src/mimeview.c
16411                 Fix display of parts with unclean 8bit names
16412
16413 2005-02-17 [paul]       1.0.1cvs11.4
16414
16415         * src/compose.c
16416         * src/exportldif.c
16417         * src/matcher_parser_parse.y
16418         * src/procmime.c
16419         * src/sourcewindow.c
16420         * src/common/Makefile.am
16421         * src/common/intl.h             ** REMOVED **
16422         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16423                 sync with main (revision 109)
16424                 and clean up
16425
16426 2005-02-16 [colin]      1.0.1cvs11.3
16427
16428         * src/summaryview.c
16429                 Fix collapsed thread not highlighting when new
16430                 messages in it (Bug 568) Patch by Stephan Sachse.
16431                 Fix messed up selection when reaching bounds (Bug 632)
16432         * src/prefs_themes.c
16433                 Fix theme installing (Bug 684)
16434
16435 2005-02-16 [colin]      1.0.1cvs11.2
16436
16437         * src/messageview.c
16438                 Fix messageview_select_all
16439
16440 2005-02-16 [colin]      1.0.1cvs11.1
16441
16442         * src/mh.c
16443                 Sync with HEAD (MH scan required function)
16444
16445 2005-02-15 [colin]      1.0.1cvs8.1
16446
16447         * src/mimeview.c
16448         * src/common/utils.c
16449                 Sync with HEAD (filename chars substitution)
16450
16451 2005-02-15 [colin]      1.0.1cvs7.3
16452
16453         * src/gtk/pluginwindow.c
16454                 Fix button spacing
16455
16456 2005-02-15 [colin]      1.0.1cvs7.2
16457
16458         * src/mimeview.c
16459                 Fix mime icons not reset across message when
16460                 scrolled down
16461
16462 2005-02-15 [colin]      1.0.1cvs7.1
16463
16464         * src/compose.c
16465         * src/procmime.c
16466                 Sync with HEAD (optimisation of cvs6)
16467
16468 2005-02-14 [colin]      1.0.1cvs6.1
16469
16470         * src/compose.c
16471         * src/procmime.c
16472                 Sync with HEAD (encode "From " at line beginning)
16473
16474 2005-02-14 [colin]      1.0.1cvs5.3
16475
16476         * src/compose.c
16477                 Fix wrapping with accentued chars.
16478
16479 2005-02-13 [colin]      1.0.1cvs5.2
16480
16481         * src/textview.c
16482                 Fix email informative part parsing with
16483                 accentued chars in it. ispunct() returns
16484                 true for them in utf8...
16485
16486 2005-02-12 [colin]      1.0.1cvs5.1
16487
16488         * src/filtering.c
16489                 Sync with HEAD (remove wrong use of compose after send)
16490
16491 2005-02-12 [paul]       1.0.1cvs4.5
16492
16493         * src/textview.c
16494                 remove unnecessary code (thanks to Alfons)
16495
16496 2005-02-12 [paul]       1.0.1cvs4.4
16497
16498         * src/textview.c
16499                 add 'Copy' to contextual menu on emails
16500
16501 2005-02-11 [colin]      1.0.1cvs4.3
16502
16503         * src/compose.c
16504                 revert 1.0.0cvs28.2, it doesn't work that well.
16505
16506 2005-02-11 [paul]       1.0.1cvs4.2
16507
16508         * po/Makefile.in.in
16509                 fix 'make release'
16510
16511 2005-02-10 [paul]       1.0.1cvs4.1
16512
16513         * ChangeLog
16514         * ChangeLog.claws
16515         * ChangeLog.jp
16516         * configure.ac
16517         * src/compose.c
16518                 sync with HEAD (sync with main)
16519
16520 2005-02-10 [paul]       1.0.1cvs3.2
16521
16522         * AUTHORS
16523         * Makefile.am
16524         * autogen.sh
16525         * configure.ac
16526         * config/mkinstalldirs
16527         * intl/.cvsignore
16528         * intl/ChangeLog
16529         * intl/VERSION
16530         * intl/bindtextdom.c
16531         * intl/config.charset
16532         * intl/dcgettext.c
16533         * intl/dcigettext.c
16534         * intl/dcngettext.c
16535         * intl/dgettext.c
16536         * intl/dngettext.c
16537         * intl/eval-plural.h
16538         * intl/explodename.c
16539         * intl/finddomain.c
16540         * intl/gettext.c
16541         * intl/gettextP.h
16542         * intl/gmo.h
16543         * intl/hash-string.h
16544         * intl/intl-compat.c
16545         * intl/l10nflist.c
16546         * intl/libgnuintl.h.in
16547         * intl/loadinfo.h
16548         * intl/loadmsgcat.c
16549         * intl/localcharset.c
16550         * intl/localcharset.h
16551         * intl/locale.alias
16552         * intl/localealias.c
16553         * intl/localename.c
16554         * intl/log.c
16555         * intl/ngettext.c
16556         * intl/os2compat.c
16557         * intl/os2compat.h
16558         * intl/osdep.c
16559         * intl/plural-exp.c
16560         * intl/plural-exp.h
16561         * intl/plural.c
16562         * intl/plural.y
16563         * intl/ref-add.sin
16564         * intl/ref-del.sin
16565         * intl/relocatable.c
16566         * intl/relocatable.h
16567         * intl/textdomain.c
16568         * m4/Makefile.am
16569         * po/Makefile.in.in
16570         * src/Makefile.am
16571         * src/account.c
16572         * src/action.c
16573         * src/addr_compl.c
16574         * src/addressadd.c
16575         * src/addressbook.c
16576         * src/addrgather.c
16577         * src/addrindex.c
16578         * src/alertpanel.c
16579         * src/browseldap.c
16580         * src/codeconv.c
16581         * src/codeconv.h
16582         * src/compose.c
16583         * src/compose.h
16584         * src/crash.c
16585         * src/editaddress.c
16586         * src/editbook.c
16587         * src/editgroup.c
16588         * src/editjpilot.c
16589         * src/editldap.c
16590         * src/editldap_basedn.c
16591         * src/editvcard.c
16592         * src/exphtmldlg.c
16593         * src/expldifdlg.c
16594         * src/export.c
16595         * src/exporthtml.c
16596         * src/filtering.c
16597         * src/folder.c
16598         * src/folder_item_prefs.c
16599         * src/foldersel.c
16600         * src/folderview.c
16601         * src/grouplistdialog.c
16602         * src/headerview.c
16603         * src/imap.c
16604         * src/imap_gtk.c
16605         * src/import.c
16606         * src/importldif.c
16607         * src/importmutt.c
16608         * src/importpine.c
16609         * src/inc.c
16610         * src/ldif.c
16611         * src/main.c
16612         * src/mainwindow.c
16613         * src/matcher.c
16614         * src/mbox.c
16615         * src/message_search.c
16616         * src/messageview.c
16617         * src/mh.c
16618         * src/mh_gtk.c
16619         * src/mimeview.c
16620         * src/msgcache.c
16621         * src/news.c
16622         * src/news_gtk.c
16623         * src/noticeview.c
16624         * src/partial_download.c
16625         * src/pop.c
16626         * src/prefs_account.c
16627         * src/prefs_actions.c
16628         * src/prefs_common.c
16629         * src/prefs_customheader.c
16630         * src/prefs_display_header.c
16631         * src/prefs_ext_prog.c
16632         * src/prefs_filtering.c
16633         * src/prefs_filtering_action.c
16634         * src/prefs_folder_item.c
16635         * src/prefs_fonts.c
16636         * src/prefs_gtk.c
16637         * src/prefs_matcher.c
16638         * src/prefs_msg_colors.c
16639         * src/prefs_spelling.c
16640         * src/prefs_summary_column.c
16641         * src/prefs_template.c
16642         * src/prefs_themes.c
16643         * src/prefs_toolbar.c
16644         * src/prefs_wrapping.c
16645         * src/privacy.c
16646         * src/procheader.c
16647         * src/procmime.c
16648         * src/procmsg.c
16649         * src/quote_fmt.c
16650         * src/recv.c
16651         * src/send_message.c
16652         * src/setup.c
16653         * src/sourcewindow.c
16654         * src/ssl_manager.c
16655         * src/statusbar.c
16656         * src/summary_search.c
16657         * src/summaryview.c
16658         * src/textview.c
16659         * src/toolbar.c
16660         * src/wizard.c
16661         * src/common/nntp.c
16662         * src/common/plugin.c
16663         * src/common/smtp.c
16664         * src/common/ssl.c
16665         * src/common/ssl_certificate.c
16666         * src/common/string_match.c
16667         * src/common/sylpheed.c
16668         * src/common/template.c
16669         * src/common/utils.c
16670         * src/gtk/about.c
16671         * src/gtk/colorlabel.c
16672         * src/gtk/description_window.c
16673         * src/gtk/filesel.c
16674         * src/gtk/foldersort.c
16675         * src/gtk/gtkaspell.c
16676         * src/gtk/gtkutils.c
16677         * src/gtk/inputdialog.c
16678         * src/gtk/logwindow.c
16679         * src/gtk/menu.c
16680         * src/gtk/pluginwindow.c
16681         * src/gtk/prefswindow.c
16682         * src/gtk/progressdialog.c
16683         * src/gtk/quicksearch.c
16684         * src/gtk/sslcertwindow.c
16685         * src/plugins/clamav/clamav_plugin.c
16686         * src/plugins/clamav/clamav_plugin_gtk.c
16687         * src/plugins/demo/demo.c
16688         * src/plugins/dillo_viewer/dillo_prefs.c
16689         * src/plugins/dillo_viewer/dillo_viewer.c
16690         * src/plugins/image_viewer/plugin.c
16691         * src/plugins/image_viewer/viewer.c
16692         * src/plugins/image_viewer/viewerprefs.c
16693         * src/plugins/mathml_viewer/mathml_viewer.c
16694         * src/plugins/pgpmime/passphrase.c
16695         * src/plugins/pgpmime/plugin.c
16696         * src/plugins/pgpmime/prefs_gpg.c
16697         * src/plugins/pgpmime/select-keys.c
16698         * src/plugins/pgpmime/sgpgme.c
16699         * src/plugins/spamassassin/spamassassin.c
16700         * src/plugins/spamassassin/spamassassin_gtk.c
16701         * src/plugins/trayicon/trayicon.c
16702                 sync with main (revision 104)
16703
16704 2005-02-10 [colin]      1.0.1cvs3.1
16705
16706         * src/mainwindow.c
16707                 Sync with HEAD (fix occasional crasher)
16708
16709 2005-02-10 [colin]      1.0.1cvs2.1
16710
16711         * src/messageview.c
16712                 Synw with HEAD (don't automatically display html)
16713
16714 2005-02-09 [colin]      1.0.1cvs1.3
16715
16716         * src/textview.c
16717         * src/textview.h
16718                 Add contextual menu on emails
16719
16720 2005-02-09 [colin]      1.0.1cvs1.2
16721
16722         * src/codeconv.c
16723                 Fix converting from broken headers and 
16724                 put back the _ in missing places
16725                 (feature broke with cvs24.2 sync, main 
16726                  possibly affected?)
16727
16728 2005-02-09 [colin]      1.0.1cvs1.1
16729
16730         * src/messageview.c
16731         * src/mimeview.c
16732         * src/mimeview.h
16733                 Sync with HEAD (display non text/plain mails with plugin)
16734
16735 2005-02-08 [colin]      1.0.1.1
16736
16737         * ChangeLog.claws
16738         * po/pt_BR.po
16739                 Sync with HEAD
16740         * configure.ac
16741                 Make default configuration directory 
16742                 be .sylpheed-gtk2
16743
16744 2005-02-08 [colin]      1.0.0cvs29.1
16745
16746         * po/de.po
16747         * po/es.po
16748         * po/fr.po
16749         * po/it.po
16750         * po/sk.po
16751         * po/sr.po
16752                 Sync translations with HEAD
16753
16754 2005-02-06 [colin]      1.0.0cvs28.3
16755
16756         * src/compose.c
16757                 Make compose a bit faster - patch by Alfons.
16758
16759 2005-02-06 [colin]      1.0.0cvs28.2
16760
16761         * src/compose.c
16762                 Make pasting via middle-click more reliable
16763
16764 2005-02-05 [paul]       1.0.0cvs28.1
16765
16766         * ChangeLog
16767         * ChangeLog.claws
16768         * ChangeLog.jp
16769         * configure.ac
16770         * src/compose.c
16771                 sync with HEAD
16772                 (fix bug 682 'redirect is broken'
16773
16774 2005-02-05 [torte]      1.0.0cvs27.1
16775
16776         * ChangeLog.claws
16777         * configure.ac
16778         * src/partial_download.c
16779                 Sync with HEAD (fix buf overflow)
16780
16781 2005-02-03 [colin]      1.0.0cvs26.1
16782
16783         * src/common/plugin.c
16784                 Sync with HEAD (avoid plugin mismatches)
16785
16786 2005-02-03 [paul]       1.0.0cvs25.3
16787
16788         * src/folderview.c
16789         * src/headerview.c
16790         * src/summaryview.c
16791         * src/textview.c
16792         * src/gtk/colorlabel.c
16793                 third and final part of initial sync with main-gtk2
16794
16795 2005-02-03 [paul]       1.0.0cvs25.2
16796
16797         * src/jpilot.c
16798                 fix building with jpilot support
16799
16800 2005-02-02 [colin]      1.0.0cvs25.1
16801
16802         * src/messageview.c
16803                 Sync with HEAD (fix dangerous typo)
16804
16805 2005-02-01 [colin]      1.0.0cvs24.3
16806
16807         * src/common/xml.c
16808                 Write file as advertised (UTF-8)
16809
16810 2005-02-01 [paul]       1.0.0cvs24.2
16811
16812         * src/addrbook.c
16813         * src/addrindex.c
16814         * src/alertpanel.h
16815         * src/codeconv.c
16816         * src/codeconv.h
16817         * src/compose.c
16818         * src/export.c
16819         * src/folder_item_prefs.c
16820         * src/html.c
16821         * src/imap.c
16822         * src/import.c
16823         * src/jpilot.c
16824         * src/mainwindow.c
16825         * src/matcher_parser_lex.l
16826         * src/messageview.c
16827         * src/mh.c
16828         * src/prefs_account.c
16829         * src/prefs_actions.c
16830         * src/prefs_common.c
16831         * src/prefs_gtk.c
16832         * src/prefs_gtk.h
16833         * src/prefs_themes.c
16834         * src/procheader.c
16835         * src/procmime.c
16836         * src/sourcewindow.c
16837         * src/statusbar.c
16838         * src/summaryview.c
16839         * src/textview.c
16840         * src/toolbar.c
16841         * src/unmime.c
16842         * src/common/template.c
16843         * src/common/utils.c
16844         * src/common/xml.c
16845         * src/common/xml.h
16846         * src/gtk/gtkaspell.c
16847         * src/plugins/clamav/clamav_plugin.c
16848         * src/plugins/dillo_viewer/dillo_prefs.c
16849         * src/plugins/image_viewer/viewerprefs.c
16850         * src/plugins/pgpmime/passphrase.c
16851         * src/plugins/pgpmime/prefs_gpg.c
16852         * src/plugins/pgpmime/select-keys.c
16853         * src/plugins/spamassassin/spamassassin.c
16854                 second part of initial sync with main-gtk2
16855                 (more to follow)
16856
16857 2005-01-31 [colin]      1.0.0cvs24.1
16858
16859         * src/compose.c
16860                 Sync with HEAD
16861
16862 2005-01-29 [paul]       1.0.0cvs23.2
16863
16864         * src/account.c
16865         * src/action.c
16866         * src/addressadd.c
16867         * src/addressbook.c
16868         * src/alertpanel.c
16869         * src/compose.c
16870         * src/editaddress.c
16871         * src/editbook.c
16872         * src/editgroup.c
16873         * src/editjpilot.c
16874         * src/editldap.c
16875         * src/editldap_basedn.c
16876         * src/editvcard.c
16877         * src/export.c
16878         * src/foldersel.c
16879         * src/grouplistdialog.c
16880         * src/import.c
16881         * src/importldif.c
16882         * src/inc.c
16883         * src/main.c
16884         * src/mainwindow.c
16885         * src/message_search.c
16886         * src/messageview.c
16887         * src/mimeview.c
16888         * src/prefs_actions.c
16889         * src/prefs_common.c
16890         * src/prefs_common.h
16891         * src/prefs_customheader.c
16892         * src/prefs_display_header.c
16893         * src/prefs_filtering.c
16894         * src/prefs_filtering_action.c
16895         * src/prefs_gtk.c
16896         * src/prefs_matcher.c
16897         * src/prefs_summary_column.c
16898         * src/prefs_template.c
16899         * src/sourcewindow.c
16900         * src/summary_search.c
16901         * src/summaryview.c
16902         * src/textview.c
16903         * src/gtk/about.c
16904         * src/gtk/description_window.c
16905         * src/gtk/gtkshruler.c
16906         * src/gtk/gtkutils.c
16907         * src/gtk/gtkutils.h
16908         * src/gtk/inputdialog.c
16909         * src/gtk/logwindow.c
16910         * src/gtk/prefswindow.c
16911         * src/gtk/progressdialog.c
16912         * src/gtk/progressdialog.h
16913                 first part of initial sync with main-gtk2
16914                 (more to follow)
16915
16916 2005-01-28 [colin]      1.0.0cvs23.1
16917
16918         * src/folderview.c
16919                 Sync with HEAD
16920
16921 2005-01-27 [colin]      1.0.0cvs21.1
16922
16923         * src/folder.c
16924         * src/folderview.c
16925                 Sync with HEAD
16926
16927 2005-01-27 [colin]      1.0.0cvs19.1
16928
16929         * src/procmime.c
16930                 Sync with HEAD
16931
16932 2005-01-27 [colin]      1.0.0cvs18.1
16933
16934         * src/messageview.c
16935         * src/summaryview.c
16936         * src/mainwindow.c
16937         * src/compose.c
16938         * src/compose.h
16939         * src/procmsg.c
16940         * src/procmsg.h
16941         * src/toolbar.c
16942                 Sync with HEAD
16943
16944 2005-01-26 [paul]       1.0.0cvs15.2
16945
16946         * src/compose.c
16947                 compose_entries_set(): convert subject and body to
16948                 utf8 if necessary. patch by Felix Eckhofer
16949
16950 2005-01-26 [paul]       1.0.0cvs15.1
16951
16952         * configure.ac
16953         * src/common/template.c
16954                 sync with HEAD (fix memory leak)
16955
16956 2005-01-25 [paul]       1.0.0cvs14.1
16957
16958         * configure.ac
16959         * src/compose.c
16960                 sync with HEAD
16961
16962 2005-01-24 [colin]      1.0.0cvs13.1
16963
16964         * src/summaryview.c
16965                 Sync with HEAD
16966
16967 2005-01-24 [paul]       1.0.0cvs12.1
16968
16969         * configure.ac
16970         * src/messageview.c
16971         * src/mh.c
16972         * src/common/utils.c
16973                 sync with HEAD
16974
16975 2005-01-24 [colin]      1.0.0cvs11.1
16976
16977         * src/procheader.c
16978                 Sync with HEAD
16979
16980 2005-01-24 [colin]      1.0.0cvs10.1
16981
16982         * src/folderview.c
16983                 Sync with HEAD
16984
16985 2005-01-23 [colin]      1.0.0cvs9.1
16986
16987         * src/crash.c
16988                 Sync with HEAD
16989
16990 2005-01-22 [colin]      1.0.0cvs8.1
16991
16992         * src/summaryview.c
16993         * src/gtk/quicksearch.c
16994                 Sync with HEAD
16995
16996 2005-01-21 [colin]      1.0.0cvs7.1
16997
16998         * src/summaryview.c
16999                 Sync with HEAD
17000
17001 2005-01-21 [colin]      1.0.0cvs6.1
17002
17003         * src/summaryview.c
17004                 Sync with HEAD
17005
17006 2005-01-21 [colin]      1.0.0cvs5.1
17007
17008         * src/gtk/quicksearch.c
17009         * src/prefs_common.c
17010         * src/prefs_common.h
17011                 Sync with HEAD (recurse option)
17012
17013 2005-01-21 [colin]      1.0.0cvs4.1
17014
17015         * src/folder.h
17016         * src/folderview.c
17017         * src/folderview.h
17018         * src/summaryview.c
17019         * src/gtk/quicksearch.c
17020         * src/gtk/quicksearch.h
17021                 Sync with HEAD (recursive quicksearch)
17022
17023 2005-01-20 [colin]      1.0.0cvs3.4
17024
17025         * src/ssl_manager.c
17026                 Remove useless code
17027
17028 2005-01-20 [colin]      1.0.0cvs3.3
17029
17030         * src/ssl_manager.c
17031                 Fix leak, thanks to Alfons.
17032
17033 2005-01-20 [colin]      1.0.0cvs3.2
17034
17035         * src/ssl_manager.c
17036                 Port SSL certificate window to GTK2.
17037
17038 2005-01-20 [paul]       1.0.0cvs3.1
17039
17040         * ChangeLog.claws
17041         * configure.ac
17042         * src/addrindex.c
17043         * src/addrindex.h
17044                 sync with HEAD
17045
17046 2005-01-19 [colin]      1.0.0cvs2.2
17047
17048         * src/plugins/trayicon/trayicon.c
17049                 Fix freeze with gtk-2.6, the easy way
17050                 (signal blocking helpless there...)
17051                 Closes bug #668.
17052
17053 2005-01-19 [colin]      1.0.0cvs2.1
17054
17055         * src/mbox.c
17056         * src/mbox.h
17057         * src/mainwindow.c
17058         * src/summaryview.c
17059         * src/summaryview.h
17060                 Sync with HEAD
17061
17062 2005-01-19 [paul]       1.0.0cvs1.1
17063
17064         * configure.ac
17065         * po/de.po
17066         * po/es.po
17067         * po/fr.po
17068         * po/hr.po
17069         * po/it.po
17070         * po/ja.po
17071         * po/ko.po
17072         * po/pt_BR.po
17073         * po/ru.po
17074         * po/sk.po
17075         * po/sr.po
17076                 sync with HEAD (update translations)
17077
17078 2005-01-18 [colin]      1.0.0cvs0.1
17079
17080         * src/foldersel.c
17081                 Specify search column - patch by Alfons
17082
17083 2005-01-18 [colin]      0.9.13cvs36.3
17084
17085         * src/prefs_toolbar.c
17086                 Change Delete to Remove
17087         * src/prefs_fonts.c
17088                 GTK2 version and leak fixes
17089         * src/prefs_actions.c
17090                 Add stock buttons.
17091                 All patches by Alfons
17092
17093 2005-01-17 [colin]      0.9.13cvs36.2
17094
17095         * src/compose.c
17096                 Fix DnD inserting twice. While at it,
17097                 add DnD support for text/plain in the
17098                 body, and add support in the headers.
17099
17100 2005-01-16 [colin]      0.9.13cvs36.1
17101
17102         * ChangeLog
17103         * ChangeLog.jp
17104         * ChangeLog.claws
17105                 Sync with HEAD (nothing applicable)
17106
17107 2005-01-16 [colin]      0.9.13cvs33.2
17108
17109         * src/prefs_toolbar.c
17110                 GTK2ize prefs_toolbar, by Alfons.
17111
17112 2005-01-14 [colin]      0.9.13cvs33.1
17113
17114         * src/html.c
17115         * src/msgcache.c
17116                 Sync with HEAD
17117
17118 2005-01-14 [colin]      0.9.13cvs32.1
17119
17120         * src/html.c
17121         * src/html.h
17122         * src/msgcache.c
17123         * AUTHORS
17124         * tools/calypso_convert.pl
17125                 Sync with HEAD
17126
17127 2005-01-08 [colin]      0.9.13cvs29.2
17128
17129         * src/prefs_filtering_action.c
17130         * src/prefs_filtering.c
17131                 2 more gtk2 patches by Alfons
17132
17133 2005-01-07 [paul]       0.9.13cvs29.1
17134
17135         * ChangeLog
17136         * ChangeLog.claws
17137         * ChangeLog.jp
17138         * configure.ac
17139         * src/pop.c
17140         * src/pop.h
17141                 sync with HEAD
17142
17143 2005-01-07 [colin]      0.9.13cvs28.3
17144
17145         * src/gtk/progressdialog.c
17146         * src/gtk/progressdialog.h
17147         * src/inc.c
17148         * src/send_message.c
17149                 GTK2 for the incorporation dialog. The CList isn't dead
17150                 yet, for a more smooth migration. Patch by Alfons.
17151
17152 2005-01-06 [colin]      0.9.13cvs28.2
17153
17154         * src/prefs_display_header.c
17155                 GTK2 conversion by Alfons
17156         * src/prefs_actions.c
17157         * src/prefs_matcher.c
17158                 Fix 2 leaks - patch by Alfons
17159
17160 2005-01-06 [colin]      0.9.13cvs28.1
17161
17162         * src/prefs_matcher.c
17163                 Sync with HEAD
17164
17165 2005-01-06 [colin]      0.9.13cvs27.4
17166
17167         * src/prefs_matcher.c
17168                 Fix double-free. Patch by Alfons
17169
17170 2005-01-06 [colin]      0.9.13cvs27.3
17171
17172         * src/prefs_matcher.c
17173                 GTK2 widgets + memleak
17174                 Patch by Alfons
17175
17176 2005-01-05 [colin]      0.9.13cvs27.2
17177
17178         * src/account.c
17179         * src/addr_compl.c
17180         * src/foldersel.c
17181         * src/stock_pixmap.c
17182         * src/stock_pixmap.h
17183                 3 more GTK2 patches by Alfons.
17184
17185 2005-01-04 [colin]      0.9.13cvs27.1
17186
17187         * src/folderview.c
17188         * src/imap_gtk.c
17189         * src/news_gtk.c
17190                 Sync with HEAD
17191
17192 2005-01-04 [colin]      0.9.13cvs25.9
17193
17194         * src/compose.c
17195                 Fix Show Ruler menuitem
17196         * src/prefs_template.c
17197                 Convert to GTK2
17198         * src/common/utils.c
17199                 Make auto pointer stuff handles NULLs
17200                 Patches by Alfons.
17201
17202 2005-01-04 [colin]      0.9.13cvs25.8
17203
17204         * src/compose.c
17205                 Move the attachment list to gtk2
17206                 Patch by Alfons.
17207
17208 2005-01-04 [colin]      0.9.13cvs25.7
17209
17210         * src/textview.c
17211                 Make some keys work again
17212                 Patch by SungHyun Nam <namsh@kldp.org>
17213
17214 2005-01-04 [colin]      0.9.13cvs25.6
17215
17216         * src/gtk/gtkshruler.c
17217                 Move the ruler to GTK2
17218                 Patch by Alfons
17219
17220 2005-01-03 [colin]      0.9.13cvs25.5
17221
17222         * src/compose.c
17223                 Fix my broken patch apply 
17224
17225 2005-01-03 [colin]      0.9.13cvs25.4
17226
17227         * src/common/utils.c
17228         * src/common/utils.h
17229         * src/gtk/prefswindow.c
17230                 Move auto pointer stuff to utils.c
17231                 Patch by Alfons again :)
17232
17233 2005-01-03 [colin]      0.9.13cvs25.3
17234
17235         * src/compose.c
17236         * src/prefs_gtk.c
17237         * src/prefs_template.c
17238         * src/textview.c
17239                 Empty text widgets with empty strings, not NULL char
17240                 Patch by SungHyun Nam <namsh@kldp_org>
17241
17242 2005-01-03 [colin]      0.9.13cvs25.2
17243
17244         * src/main.c
17245         * AUTHORS
17246                 Sync with HEAD
17247
17248 2005-01-03 [colin]      0.9.13cvs25.1
17249
17250         * src/pop.c
17251         * src/pop.h
17252                 Sync with HEAD
17253
17254 2005-01-03 [colin]      0.9.13cvs24.3
17255
17256         * src/account.c
17257                 Two patches from Alfons and Alex S Moore:
17258                 fix images, fix return value.
17259
17260 2005-01-01 [colin]      0.9.13cvs24.2
17261
17262         * src/prefs_actions.c
17263                 Fix over-zealous assertion. Patch by Alfons
17264
17265 2005-01-01 [colin]      0.9.13cvs24.1
17266
17267         * src/procmime.c
17268                 Sync with HEAD (leak fix)
17269
17270 2004-12-31 [colin]      0.9.13cvs23.2
17271
17272         * src/prefs_common.c
17273                 GTK2 widgets + stock buttons - patch by Alfons
17274
17275 2004-12-31 [paul]       0.9.13cvs23.1
17276
17277         * configure.ac
17278                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17279         * src/gtk/pluginwindow.c
17280                 use GTK2 widgets and plug memory leaks,
17281                 patches by Alfons
17282
17283 2004-12-30 [colin]      0.9.13cvs22.4
17284
17285         * src/account.c
17286         * src/action.c
17287         * src/export.c
17288         * src/foldersel.c
17289         * src/import.c
17290         * src/message_search.c
17291         * src/prefs_actions.c
17292         * src/prefs_common.c
17293         * src/prefs_customheader.c
17294         * src/prefs_filtering.c
17295         * src/prefs_summary_column.c
17296         * src/summary_search.c
17297         * src/gtk/about.c
17298         * src/gtk/description_window.c
17299         * src/gtk/gtkutils.c
17300         * src/gtk/gtkutils.h
17301         * src/gtk/inputdialog.c
17302         * src/gtk/prefswindow.c
17303                 Use GTK2 stock buttons. Patches by Alfons.
17304
17305 2004-12-30 [colin]      0.9.13cvs22.3
17306
17307         * src/account.c
17308                 Sync with HEAD
17309         * src/prefs_actions.c
17310         * src/prefs_customheader.c
17311         * src/prefs_filtering.c
17312         * src/prefs_msg_colors.c
17313         * src/prefs_summary_column.c
17314         * src/gtk/prefswindow.c
17315                 Use GtkTreeView instead of deprecated 
17316                 widgets. Patches by Alfons.
17317
17318 2004-12-30 [paul]       0.9.13cvs22.2
17319
17320         * src/foldersel.c
17321                 use GTK 2 Tree View
17322                 patch by Alfons, with root folder sorting fix
17323                 by Stephan Sachse
17324
17325 2004-12-30 [paul]       0.9.13cvs22.1
17326
17327         * ChangeLog
17328         * ChangeLog.claws
17329         * ChangeLog.jp
17330         * NEWS
17331         * configure.ac
17332         * src/account.c
17333                 sync with HEAD
17334
17335 2004-12-22 [martin]     0.9.13cvs21.2
17336
17337         * src/action.c
17338                 free the command line after its use
17339
17340 2004-12-18 [paul]       0.9.13cvs21.1
17341
17342         * AUTHORS
17343         * ChangeLog
17344         * ChangeLog.claws
17345         * ChangeLog.jp
17346         * NEWS
17347         * configure.ac
17348         * src/action.c
17349         * src/compose.c
17350         * src/syldap.c
17351                 sync with HEAD
17352
17353 2004-12-17 [martin]     0.9.13cvs17.2
17354
17355         * src/action.c
17356                 convert actions input to locale
17357         * src/inc.c
17358                 convert notification command to locale
17359         * src/plugins/pgpmime/select-keys.c
17360                 convert attributes to utf8
17361
17362 2004-12-14 [colin]      0.9.13cvs17.1
17363
17364         * ChangeLog
17365         * ChangeLog.jp
17366         * ChangeLog.claws
17367         * src/action.c
17368         * src/common/utils.c
17369         * src/gtk/prefswindow.c
17370         * src/gtk/gtkutils.c
17371         * src/gtk/gtkutils.h
17372         * src/plugins/spamassassin/libspamc.c
17373                 Sync with HEAD
17374
17375 2004-12-13 [colin]      0.9.13cvs14.1
17376
17377         * src/quote_fmt_parse.y
17378                 Sync with HEAD
17379
17380 2004-12-10 [colin]      0.9.13cvs12.1
17381
17382         * src/prefs_themes.c
17383         * src/mainwindow.c
17384         * src/messageview.c
17385                 Sync with HEAD
17386
17387 2004-12-09 [colin]      0.9.13cvs10.1
17388
17389         * src/procmime.c
17390                 Sync with HEAD (fix B64 encoding from memory)
17391
17392 2004-12-08 [colin]      0.9.13cvs9.1
17393
17394         * src/gtk/colorlabel.c
17395                 Sync with HEAD
17396
17397 2004-12-08 [paul]       0.9.13cvs8.2
17398
17399         * src/gtk/pluginwindow.c
17400                 fix window resizing oddities
17401
17402 2004-12-08 [colin]      0.9.13cvs8.1
17403
17404         * src/quote_fmt_parse.y
17405                 Sync with HEAD
17406
17407 2004-12-08 [colin]      0.9.13cvs7.1
17408
17409         * src/matcher_parser_parse.y
17410         * src/msgcache.c
17411         * src/prefs_matcher.c
17412         * src/procheader.c
17413         * src/matcher.c
17414         * src/common/defs.h
17415         * po/sr.po
17416                 Sync with HEAD
17417
17418 2004-12-08 [colin]      0.9.13cvs6.1
17419
17420         * src/quote_fmt_parse.y
17421         * src/textview.c
17422                 Sync with HEAD
17423         * src/gtk/prefswindow.c
17424         * src/gtk/pluginwindow.c
17425                 Fix G_CALLBACKS protos (thanks to Alfons)
17426
17427 2004-12-07 [torte]      0.9.13cvs2.2
17428
17429         * src/procmime.c
17430                 [Bug 650] reply button causes crash
17431                 Thanks to David Relson and Christoph
17432
17433 2004-12-07 [colin]      0.9.13cvs2.1
17434
17435         * ChangeLog.claws
17436         * AUTHORS
17437         * po/sk.po
17438         * src/procmime.c
17439         * src/prefs_account.c
17440         * src/common/smtp.c
17441         * src/common/smtp.h
17442                 Sync with HEAD
17443
17444 2004-12-06 [colin]      0.9.12cvs187.1
17445
17446         * ChangeLog.claws
17447         * INSTALL
17448         * Makefile.am
17449         * README.claws
17450         * TODO.claws
17451         * configure.ac
17452         * po/bg.po
17453         * po/cs.po
17454         * po/el.po
17455         * po/en_GB.po
17456         * po/es.po
17457         * po/fr.po
17458         * po/hr.po
17459         * po/hu.po
17460         * po/it.po
17461         * po/ja.po
17462         * po/ko.po
17463         * po/nl.po
17464         * po/pl.po
17465         * po/pt_BR.po
17466         * po/ru.po
17467         * po/sk.po
17468         * po/sr.po
17469         * po/sv.po
17470         * po/zh_CN.po
17471         * po/zh_TW.Big5.po
17472         * src/compose.c
17473         * tools/Makefile.am
17474         * tools/README
17475         * tools/filter_conv.pl
17476         * tools/kdeservicemenu/README
17477         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17478         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17479                 Sync with HEAD
17480
17481 2004-12-04 [colin]      0.9.12cvs183.1
17482
17483         * src/compose.c
17484                 Sync with HEAD (compose window position saving)
17485
17486 2004-12-04 [paul]       0.9.12cvs182.3
17487
17488         * src/messageview.c
17489         * src/mimeview.c
17490         * src/prefs_customheader.c
17491         * src/gtk/quicksearch.c
17492                 replace some forgotten GTK_SIGNAL_FUNCs
17493
17494 2004-12-04 [paul]       0.9.12cvs182.2
17495
17496         * src/Makefile.am
17497                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
17498                 committed in error      
17499
17500 2004-12-04 [paul]       0.9.12cvs182.1
17501
17502         * ChangeLog
17503         * ChangeLog.claws
17504         * ChangeLog.jp
17505         * INSTALL
17506         * NEWS
17507         * README
17508         * README.jp
17509         * configure.ac
17510         * doc/manual/ja/Makefile.am
17511         * doc/manual/ja/sylpheed-1.html
17512         * doc/manual/ja/sylpheed-10.html
17513         * doc/manual/ja/sylpheed-11.html
17514         * doc/manual/ja/sylpheed-12.html
17515         * doc/manual/ja/sylpheed-13.html
17516         * doc/manual/ja/sylpheed-14.html
17517         * doc/manual/ja/sylpheed-15.html
17518         * doc/manual/ja/sylpheed-16.html
17519         * doc/manual/ja/sylpheed-17.html
17520         * doc/manual/ja/sylpheed-18.html
17521         * doc/manual/ja/sylpheed-19.html
17522         * doc/manual/ja/sylpheed-2.html
17523         * doc/manual/ja/sylpheed-20.html
17524         * doc/manual/ja/sylpheed-3.html
17525         * doc/manual/ja/sylpheed-4.html
17526         * doc/manual/ja/sylpheed-5.html
17527         * doc/manual/ja/sylpheed-6.html
17528         * doc/manual/ja/sylpheed-7.html
17529         * doc/manual/ja/sylpheed-8.html
17530         * doc/manual/ja/sylpheed-9.html
17531         * doc/manual/ja/sylpheed.html
17532         * doc/manual/ja/sylpheed.sgml
17533         * po/de.po
17534         * src/Makefile.am
17535         * src/compose.c
17536         * src/procmime.c
17537         * src/pixmaps/regular.xpm **REMOVED**
17538         * src/plugins/pgpmime/pgpmime.c
17539         * src/plugins/pgpmime/plugin.c
17540         * src/plugins/pgpmime/prefs_gpg.c
17541                 sync with HEAD
17542
17543 2004-12-03 [paul]       0.9.12cvs180.1
17544
17545         * ChangeLog
17546         * ChangeLog.claws
17547         * ChangeLog.jp
17548         * configure.ac
17549         * src/Makefile.am
17550         * src/pop.c
17551         * src/common/utils.c
17552         * src/common/utils.h
17553         * src/pixmaps/continue.xpm
17554         * src/pixmaps/dir_close.xpm
17555         * src/pixmaps/dir_open.xpm
17556         * src/pixmaps/drafts_close.xpm
17557         * src/pixmaps/drafts_open.xpm
17558         * src/pixmaps/folder.xpm **REMOVED**
17559         * src/pixmaps/group.xpm
17560         * src/pixmaps/unread.xpm
17561                 sync with HEAD
17562
17563 2004-12-02 [colin]      0.9.12cvs179.1
17564
17565         * src/compose.c
17566                 Sync with HEAD (non-duplicated reedition)
17567
17568 2004-12-02 [colin]      0.9.12cvs178.1
17569
17570         * src/compose.c
17571                 Sync with HEAD (linewrap_quote fix)
17572
17573 2004-12-01 [colin]      0.9.12cvs177.3
17574
17575         * src/addrharvest.c
17576                 Replace sizeof with strlen
17577
17578 2004-12-01 [paul]       0.9.12cvs177.2
17579
17580         * src/addrharvest.c
17581                 fix 'harvest addresses'
17582
17583 2004-11-30 [colin]      0.9.12cvs177.1
17584
17585         * src/gtk/prefswindow.c
17586         * src/gtk/pluginwindow.c
17587                 Sync with HEAD
17588
17589 2004-11-29 [colin]      0.9.12cvs176.1
17590
17591         * src/folderview.c
17592                 sync with HEAD (Fix disappearing separators in folderview's popup)
17593
17594 2004-11-29 [colin]      0.9.12cvs175.1
17595
17596         * src/procmime.c
17597                 Sync with head (another format fix)
17598
17599 2004-11-29 [colin]      0.9.12cvs174.1
17600
17601         * src/pop.c
17602                 Sync with HEAD (format string fix)
17603
17604 2004-11-26 [colin]      0.9.12cvs173.1
17605
17606         * src/common/smtp.c
17607         * src/common/smtp.h
17608                 Sync with HEAD
17609
17610 2004-11-24 [colin]      0.9.12cvs172.1
17611
17612         * src/plugins/pgpmime/pgpmime.c
17613                 Sync with HEAD
17614
17615 2004-11-24 [colin]      0.9.12cvs171.1
17616
17617         * src/plugins/pgpmime/pgpmime.c
17618                 Sync with head (gpgmectx leaks)
17619
17620 2004-11-24 [colin]      0.9.12cvs169.1
17621
17622         * src/plugins/pgpmime/plugin.c
17623         * src/plugins/trayicon/Makefile.am
17624         * src/plugins/trayicon/newmarkedmail.xpm
17625         * src/plugins/trayicon/trayicon.c
17626         * src/plugins/trayicon/unreadmarkedmail.xpm
17627                 Sync with HEAD
17628
17629 2004-11-23 [colin]      0.9.12cvs168.1
17630
17631         * src/partial_download.c
17632         * src/partial_download.h
17633         * src/plugins/pgpmime/plugin.c
17634                 Sync with HEAD
17635
17636 2004-11-23 [colin]      0.9.12cvs166.1
17637
17638         * src/Makefile.am
17639         * src/codeconv.c
17640         * src/compose.c
17641         * src/folderview.c
17642         * src/main.c
17643         * src/partial_download.c
17644         * src/partial_download.h
17645         * src/prefs_account.c
17646         * src/prefs_account.h
17647         * src/privacy.c
17648         * src/privacy.h
17649         * src/procmime.c
17650         * src/common/Makefile.am
17651         * src/common/base64.h
17652         * src/common/partial_download.c
17653         * src/common/partial_download.h
17654         * src/gtk/prefswindow.c
17655         * src/gtk/prefswindow.h
17656         * src/plugins/pgpmime/pgpmime.c
17657         * src/plugins/pgpmime/prefs_gpg.c
17658         * src/plugins/pgpmime/prefs_gpg.h
17659         * src/plugins/pgpmime/sgpgme.c
17660         * src/plugins/pgpmime/sgpgme.h
17661                 Sync with HEAD
17662
17663 2004-11-23 [colin]      0.9.12cvs163.1
17664
17665         * src/main.c
17666                 Sync with HEAD (cursor optimization)
17667
17668 2004-11-23 [colin]      0.9.12cvs162.1
17669
17670         * src/prefs_common.c
17671         * src/prefs_themes.c
17672         * src/procmsg.c
17673                 Sync with HEAD
17674
17675 2004-11-23 [colin]      0.9.12cvs158.9
17676
17677         * src/compose.c
17678                 Fix double-free when forwarding
17679         * src/msgcache.c
17680                 Fix leak on error path
17681                 
17682
17683 2004-11-23 [colin]      0.9.12cvs158.8
17684
17685         * src/compose.c
17686                 Fix possible double-free
17687                 Spotted by Alfons
17688
17689 2004-11-23 [colin]      0.9.12cvs158.7
17690
17691         * src/compose.c
17692                 Fix some signal handlers' prototypes
17693                 Spotted by Alfons
17694
17695 2004-11-22 [colin]      0.9.12cvs158.6
17696
17697         * src/compose.c
17698                 Remove unneeded code and duplicated
17699                 wrapping - patch by Alfons
17700
17701 2004-11-22 [colin]      0.9.12cvs158.5
17702
17703         * src/prefs_themes.c
17704                 Fix oversized selector
17705
17706 2004-11-22 [colin]      0.9.12cvs158.4
17707
17708         * src/compose.c
17709                 fix dump_text()
17710                 patch by Alfons
17711
17712 2004-11-19 [colin]      0.9.12cvs158.3
17713
17714         * src/textview.c
17715                 Add a context menu on links (open, copy)
17716
17717 2004-11-18 [paul]       0.9.12cvs158.2
17718
17719         * src/addrgather.c
17720         * src/exphtmldlg.c
17721         * src/expldifdlg.c
17722         * src/mimeview.c
17723         * src/prefs_common.c
17724         * src/plugins/image_viewer/viewer.c
17725         * src/plugins/spamassassin/spamassassin_gtk.c
17726                 replace deprecated gtk_notebook_set_page
17727                 and gtk_notebook_current_page
17728
17729 2004-11-18 [paul]       0.9.12cvs158.1
17730
17731         * configure.ac
17732         * src/compose.c
17733         * src/mainwindow.c
17734         * src/messageview.c
17735         * src/prefs_common.c
17736         * src/common/utils.c
17737         * src/common/utils.h
17738                 sync with HEAD
17739
17740 2004-11-17 [colin]      0.9.12cvs156.1
17741
17742         * src/prefs_account.c
17743         * src/prefs_account.h
17744         * src/procmsg.c
17745                 Sync with HEAD (add pref to store encrypted mails encrypted)
17746
17747 2004-11-17 [paul]       0.9.12cvs155.1
17748
17749         * ChangeLog
17750         * ChangeLog.claws
17751         * ChangeLog.jp
17752         * NEWS
17753         * configure.ac
17754         * src/compose.c
17755         * src/jpilot.c
17756         * src/privacy.c
17757         * src/procmime.c
17758         * src/procmime.h
17759         * src/procmsg.c
17760         * src/toolbar.c
17761         * src/pixmaps/error.xpm
17762                 sync with HEAD
17763
17764 2004-11-17 [colin]      0.9.12cvs151.1
17765
17766         * src/plugins/pgpmime/pgpmime.c
17767                 Sync with HEAD (remove debug printf)
17768
17769 2004-11-17 [colin]      0.9.12cvs150.1
17770
17771         * src/plugins/pgpmime/pgpmime.c
17772                 Sync with HEAD (off-by-one fix)
17773
17774 2004-11-17 [colin]      0.9.12cvs149.1
17775
17776         * src/procmsg.c
17777                 Sync with HEAD (coding style fixes)
17778
17779 2004-11-16 [colin]      0.9.12cvs148.1
17780
17781         * src/procmsg.c
17782                 Sync with head (Fix the fix)
17783
17784 2004-11-16 [colin]      0.9.12cvs147.1
17785
17786         * src/procmsg.c
17787                 Sync with Main (leak fix)
17788
17789 2004-11-16 [colin]      0.9.12cvs146.14
17790
17791         * src/compose.c
17792                 Remove useless chunk of code
17793                 Patch by Alfons
17794
17795 2004-11-15 [colin]      0.9.12cvs146.13
17796
17797         * src/compose.c
17798                 Fix drafting after insertion
17799                 Patch by Alfons
17800
17801 2004-11-15 [colin]      0.9.12cvs146.12
17802
17803         * src/compose.c
17804         * src/prefs_filtering.c
17805         * src/prefs_filtering_action.c
17806         * src/prefs_toolbar.c
17807                 Fix some const-correctness
17808
17809 2004-11-15 [colin]      0.9.12cvs146.11
17810
17811         * src/summaryview.c
17812         * src/prefs_themes.c
17813         * src/messageview.c
17814                 Fix some leaks
17815
17816 2004-11-15 [colin]      0.9.12cvs146.10
17817
17818         * src/codeconv.c
17819                 More unreadable locale fixes
17820
17821 2004-11-14 [colin]      0.9.12cvs146.9
17822
17823         * src/textview.c
17824                 Fix uri_security_check
17825                 Patch by Alfons
17826
17827 2004-11-13 [paul]       0.9.12cvs146.8
17828
17829         * src/folder.c
17830         * src/procmime.c
17831                 fix 2 bugs introduced in last commit
17832
17833 2004-11-13 [paul]       0.9.12cvs146.7
17834
17835         * src/compose.c
17836         * src/exporthtml.c
17837         * src/exportldif.c
17838         * src/folder.c
17839         * src/imap.c
17840         * src/imap_gtk.c
17841         * src/main.c
17842         * src/mainwindow.c
17843         * src/messageview.c
17844         * src/mh_gtk.c
17845         * src/prefs_themes.c
17846         * src/procmime.c
17847         * src/setup.c
17848         * src/summaryview.c
17849                 replace deprecated g_basename
17850
17851 2004-11-13 [paul]       0.9.12cvs146.6
17852
17853         * src/compose.c
17854         * src/imap.c
17855         * src/matcher_parser.h
17856         * src/matcher_parser_parse.y
17857         * src/prefs_filtering.c
17858         * src/prefs_filtering_action.c
17859         * src/prefs_themes.c
17860         * src/prefs_toolbar.c
17861         * src/common/utils.c
17862                 various small fixes/cleanups
17863
17864 2004-11-12 [colin]      0.9.12cvs146.5
17865
17866         * src/textview.c
17867                 Validate event's origin on visibility notify
17868                 Patch by Alfons.
17869
17870 2004-11-12 [paul]       0.9.12cvs146.4
17871
17872         * src/exporthtml.c
17873         * src/exportldif.c
17874         * src/imap.c
17875         * src/mh.c
17876         * src/mimeview.c
17877         * src/prefs_spelling.c
17878         * src/prefs_themes.c
17879                 replace deprecated g_dirname    
17880
17881 2004-11-12 [colin]      0.9.12cvs146.3
17882
17883         * src/textview.c
17884                 Some coding style fixes
17885
17886 2004-11-12 [colin]      0.9.12cvs146.2
17887
17888         * src/codeconv.c
17889                 We want to replace _all_ extended chars in
17890                 conv_unreadable_*, because any string containing
17891                 extended chars not parsing as UTF8 is 
17892                 undisplayed on gtk2.
17893
17894 2004-11-12 [paul]       0.9.12cvs146.1
17895
17896         * ChangeLog
17897         * ChangeLog.claws
17898         * ChangeLog.jp
17899         * NEWS
17900         * configure.ac
17901         * src/account.c
17902         * src/folderview.c
17903         * src/folderview.h
17904         * src/imap.c
17905         * src/imap_gtk.c
17906         * src/inc.c
17907         * src/mainwindow.c
17908         * src/mh_gtk.c
17909         * src/news_gtk.c
17910         * src/pop.c
17911         * src/prefs_account.c
17912         * src/prefs_account.h
17913         * src/prefs_ext_prog.c
17914         * src/procmime.c
17915         * src/procmime.h
17916         * src/procmsg.c
17917         * src/procmsg.h
17918         * src/summary_search.c
17919         * src/summaryview.c
17920         * src/textview.c
17921         * src/common/defs.h
17922         * src/common/utils.c
17923         * src/common/utils.h
17924         * src/gtk/menu.c
17925         * src/gtk/menu.h
17926                 sync with HEAD
17927
17928 2004-11-11 [colin]      0.9.12cvs144.2
17929
17930         * src/textview.c
17931                 Fix URI range selection (patch by Alfons)
17932
17933 2004-11-09 [colin]      0.9.12cvs144.1
17934
17935         * ChangeLog.claws
17936         * src/compose.c
17937         * src/folder.c
17938         * src/folder_item_prefs.c
17939         * src/prefs_account.c
17940         * src/prefs_account.h
17941         * src/plugins/pgpmime/pgpmime.c
17942                 Sync with HEAD
17943
17944 2004-11-08 [colin]      0.9.12cvs143.1
17945
17946         * src/summaryview.c
17947                 Sync with HEAD (optimize quicksearch)
17948
17949 2004-11-08 [colin]      0.9.12cvs142.2
17950
17951         * src/compose.c
17952                 Don't wrap when Edit/Auto wrapping is disabled
17953
17954 2004-11-08 [colin]      0.9.12cvs142.1
17955
17956         * src/textview.c
17957                 Sync with HEAD
17958
17959 2004-11-08 [colin]      0.9.12cvs141.1
17960
17961         * src/textview.c
17962                 Sync with HEAD (fix some mail URIs)
17963
17964 2004-11-08 [colin]      0.9.12cvs140.3
17965
17966         * src/textview.c
17967                 o Use text cursor instead of arrow when
17968                   not on a link
17969                 o Fix handling of contiguous links (as in
17970                   "colin@colino.net" <colin@colino.net>)
17971                   This one unveils a bug in get_email_part()
17972
17973 2004-11-07 [colin]      0.9.12cvs140.2
17974
17975         * src/textview.c
17976                 Fix memleak. Patch by Alfons.
17977
17978 2004-11-06 [colin]      0.9.12cvs140.1
17979
17980         * src/compose.c
17981                 Sync with HEAD (don't ask passphrase
17982                 when drafting)
17983
17984 2004-11-06 [paul]       0.9.12cvs139.2
17985
17986         * AUTHORS
17987         * src/textview.c
17988         * src/textview.h
17989                 textview URI handling. hovering over a 
17990                 link displays it in the status bar,
17991                 and changes the mouse pointer to a hand 
17992                 cursor. a link is activated with a single 
17993                 click. (Modified from the) patch by Jean-Yves 
17994                 Lefort <jylefort@users.sourceforge.net>
17995                 
17996
17997 2004-11-05 [colin]      0.9.12cvs139.1
17998
17999         * src/compose.c
18000         * src/procmime.c
18001                 Sync with HEAD again ^^
18002
18003 2004-11-05 [colin]      0.9.12cvs139.1
18004
18005         * src/compose.c
18006         * src/procmime.c
18007                 Sync with HEAD
18008
18009 2004-11-03 [paul]       0.9.12cvs138.1
18010
18011         * ChangeLog.claws
18012         * configure.ac
18013         * po/POTFILES.in
18014         * src/prefs_ext_prog.c
18015         * src/procmime.c
18016         * tools/kdeservicemenu/README
18017         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18018         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18019                 sync with HEAD
18020
18021 2004-11-01 [christoph]  0.9.12cvs136.2
18022
18023         * src/procmime.c
18024                 convert MIME parameters to UTF-8
18025
18026 2004-10-29 [colin]      0.9.12cvs136.1
18027
18028         * src/common/utils.c
18029                 Sync with HEAD (don't use '=' in mime boundary)
18030
18031 2004-10-29 [paul]       0.9.12cvs135.1
18032
18033         * configure.ac
18034         * doc/src/rfc2231.txt
18035         * src/procmime.c
18036         * src/common/quoted-printable.c
18037         * src/common/utils.c
18038         * src/common/utils.h
18039                 sync with HEAD
18040
18041 2004-10-27 [paul]       0.9.12cvs134.1
18042
18043         * configure.ac
18044         * src/main.c
18045         * src/procmime.c
18046         * src/plugins/pgpmime/pgpmime.c
18047                 sync with HEAD
18048
18049 2004-10-26 [paul]       0.9.12cvs132.3
18050
18051         * src/account.c
18052         * src/addressbook.c
18053         * src/addrgather.c
18054         * src/addrharvest.c
18055         * src/codeconv.c
18056         * src/compose.c
18057         * src/customheader.c
18058         * src/editaddress.c
18059         * src/editgroup.c
18060         * src/enriched.c
18061         * src/expldifdlg.c
18062         * src/exporthtml.c
18063         * src/exportldif.c
18064         * src/folder.c
18065         * src/foldersel.c
18066         * src/folderview.c
18067         * src/grouplistdialog.c
18068         * src/html.c
18069         * src/imap.c
18070         * src/jpilot.c
18071         * src/ldapserver.c
18072         * src/ldif.c
18073         * src/mimeview.c
18074         * src/news.c
18075         * src/news_gtk.c
18076         * src/pop.c
18077         * src/prefs_display_header.c
18078         * src/prefs_gtk.c
18079         * src/prefs_msg_colors.c
18080         * src/prefs_toolbar.c
18081         * src/procheader.c
18082         * src/procmime.c
18083         * src/summaryview.c
18084         * src/textview.c
18085         * src/toolbar.c
18086         * src/vcard.c
18087         * src/common/mgutils.c
18088         * src/common/nntp.c
18089         * src/common/smtp.c
18090         * src/common/template.c
18091         * src/common/utils.c
18092         * src/common/xmlprops.c
18093         * src/plugins/pgpmime/pgpmime.c
18094         * src/plugins/pgpmime/select-keys.c
18095         * src/plugins/pgpmime/sgpgme.c
18096                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18097                 g_string_sprintfa(), gtk_notebook_current_page()
18098
18099 2004-10-26 [colin]      0.9.12cvs132.2
18100
18101         * src/prefs_folder_item.c
18102                 Fix default-account selection
18103
18104 2004-10-21 [colin]      0.9.12cvs133
18105
18106         * src/compose.c
18107                 Sync with HEAD (Remove extra separator in compose's Options)
18108         * src/textview.c
18109                 Set wrapping to char
18110
18111 2004-10-21 [paul]       0.9.12cvs131.2
18112
18113         * src/compose.c
18114         * src/sourcewindow.c
18115                 fix wrapping
18116                 fix window shrinking 
18117
18118 2004-10-21 [colin]      0.9.12cvs131.1
18119
18120         * ChangeLog.claws
18121         * src/compose.c
18122                 Sync with HEAD
18123
18124 2004-10-21 [paul]       0.9.12cvs130.2
18125
18126         * src/prefs_folder_item.c
18127                 sync with HEAD (Apply to subfolders)
18128
18129 2004-10-19 [colin]      0.9.12cvs130.1
18130
18131         * ChangeLog.claws
18132         * src/compose.c
18133         * src/common/utils.c
18134         * src/gtk/menu.c
18135                 Sync with HEAD
18136
18137 2004-10-19 [colin]      0.9.12cvs128.1
18138
18139         * src/addrbook.c
18140         * src/addrcache.c
18141         * src/addressbook.c
18142         * src/codeconv.c
18143         * src/compose.c
18144         * src/customheader.c
18145         * src/editaddress.c
18146         * src/editgroup.c
18147         * src/exporthtml.c
18148         * src/folder.c
18149         * src/folderview.c
18150         * src/imap.c
18151         * src/jpilot.c
18152         * src/main.c
18153         * src/matcher_parser_parse.y
18154         * src/mbox.c
18155         * src/pop.c
18156         * src/prefs_account.c
18157         * src/prefs_gtk.c
18158         * src/prefs_msg_colors.c
18159         * src/procheader.c
18160         * src/procmime.c
18161         * src/procmime.h
18162         * src/procmsg.c
18163         * src/summaryview.c
18164         * src/textview.c
18165         * src/common/base64.c
18166         * src/common/partial_download.c
18167         * src/common/socket.c
18168         * src/common/sylpheed.c
18169         * src/common/utils.c
18170         * src/common/utils.h
18171         * src/gtk/pluginwindow.c
18172         * src/gtk/quicksearch.c
18173         * src/plugins/clamav/clamav_plugin.c
18174         * src/plugins/clamav/clamav_plugin.h
18175         * src/plugins/clamav/clamav_plugin_gtk.c
18176         * src/plugins/pgpmime/passphrase.c
18177         * src/plugins/pgpmime/pgpmime.c
18178         * src/plugins/pgpmime/plugin.c
18179         * src/plugins/pgpmime/prefs_gpg.c
18180         * src/plugins/pgpmime/prefs_gpg.h
18181         * src/plugins/pgpmime/select-keys.c
18182         * src/plugins/pgpmime/sgpgme.c
18183         * src/plugins/spamassassin/libspamc.c
18184         * src/plugins/spamassassin/spamassassin.c
18185         * src/plugins/spamassassin/spamassassin.h
18186         * src/plugins/spamassassin/spamassassin_gtk.c
18187         * src/plugins/trayicon/trayicon.c
18188         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18189                 Sync with HEAD
18190
18191 2004-10-14 [colin]      0.9.12cvs126.2
18192
18193         * src/codeconv.c
18194         * src/textview.c
18195                 Fix conv_unreadable_locale
18196
18197 2004-10-13 [colin]      0.9.12cvs126.1
18198
18199         * src/compose.c
18200                 Sync with HEAD (don't convert charset for 
18201                 drafted messages, minor cleanup)
18202
18203 2004-10-13 [colin]      0.9.12cvs125.1
18204
18205         * po/POTFILES.in
18206                 Sync with HEAD (POTFILES fix)
18207
18208 2004-10-12 [colin]      0.9.12cvs124.3
18209
18210         * src/compose.c
18211                 Fix encoding bug from latest sync
18212
18213 2004-10-12 [paul]       0.9.12cvs124.2
18214
18215         * src/plugins/pgpmime/prefs_gpg.c
18216         * src/plugins/pgpmime/prefs_gpg.h
18217                 forgotten in last commit        
18218
18219 2004-10-12 [paul]       0.9.12cvs124.1
18220
18221         * ChangeLog.claws
18222         * configure.ac
18223         * m4/spamassassin.m4
18224         * src/Makefile.am
18225         * src/account.c
18226         * src/compose.c
18227         * src/compose.h
18228         * src/crash.c
18229         * src/main.c
18230         * src/mimeview.c
18231         * src/passphrase.c
18232         * src/passphrase.h
18233         * src/prefs_account.c
18234         * src/prefs_account.h
18235         * src/prefs_common.c
18236         * src/privacy.c
18237         * src/privacy.h
18238         * src/procmime.c
18239         * src/procmime.h
18240         * src/procmsg.c
18241         * src/rfc2015.c
18242         * src/rfc2015.h
18243         * src/select-keys.c
18244         * src/select-keys.h
18245         * src/textview.c
18246         * src/common/utils.c
18247         * src/common/utils.h
18248         * src/gtk/about.c
18249         * src/plugins/pgpmime/Makefile.am
18250         * src/plugins/pgpmime/passphrase.c
18251         * src/plugins/pgpmime/passphrase.h
18252         * src/plugins/pgpmime/pgpmime.c
18253         * src/plugins/pgpmime/plugin.c
18254         * src/plugins/pgpmime/select-keys.c
18255         * src/plugins/pgpmime/select-keys.h
18256         * src/plugins/pgpmime/sgpgme.c
18257         * src/plugins/pgpmime/sgpgme.h
18258                 sync with HEAD
18259
18260 2004-10-04 [colin]      0.9.12cvs122.1
18261
18262         * src/mainwindow.c
18263         * src/messageview.c
18264         * src/messageview.h
18265         * src/textview.c
18266                 Sync with HEAD
18267
18268 2004-10-04 [colin]      0.9.12cvs121.1
18269
18270         * src/summaryview.c
18271                 Sync with HEAD
18272
18273 2004-10-04 [paul]       0.9.12cvs120.1
18274
18275         * configure.ac
18276                 sync with HEAD [don't try to build 
18277                 pgpmime plugin when gpgme is disabled]
18278
18279 2004-10-03 [colin]      0.9.12cvs119.3
18280
18281         * src/gtk/gtksctree.c
18282                 Lots of side effects. Put back as before 117.2.
18283         * src/summaryview.c
18284                 Fix bug #602
18285
18286 2004-10-03 [colin]      0.9.12cvs119.2
18287
18288         * src/gtk/gtksctree.c
18289                 Revert 608 fix that doesn't work that good
18290
18291 2004-10-02 [colin]      0.9.12cvs119.1
18292
18293         * src/mainwindow.c
18294         * src/messageview.c
18295         * src/prefs_common.h
18296         * src/procmime.c
18297         * src/procmime.h
18298         * src/textview.c
18299                 Sync with HEAD
18300         * src/gtk/gtksctree.c
18301                 Close bug #608
18302
18303 2004-10-01 [colin]      0.9.12cvs118.1
18304
18305         * src/mimeview.c
18306                 Sync with HEAD (better Save All fix)
18307
18308 2004-10-01 [colin]      0.9.12cvs117.2
18309
18310         * src/gtk/gtksctree.c
18311                 Faster on selection
18312
18313 2004-10-01 [colin]      0.9.12cvs117.1
18314
18315         * src/mimeview.c
18316                 Sync with HEAD (Save All: only attachments)
18317
18318 2004-10-01 [paul]       0.9.12cvs116.1
18319
18320         * ChangeLog.claws
18321         * configure.ac
18322         * src/account.c
18323         * src/prefs_common.c
18324         * src/gtk/colorlabel.c
18325                 sync with HEAD
18326
18327 2004-09-30 [colin]      0.9.12cvs115.1
18328
18329         * src/stock_pixmap.c
18330         * src/stock_pixmap.h
18331         * src/folderview.c
18332         * src/Makefile.am
18333         * src/pixmaps/read.xpm
18334                 Sync with HEAD (new pixmap)
18335
18336 2004-09-29 [colin]      0.9.12cvs114.1
18337
18338         * src/compose.c
18339                 Sync with HEAD
18340                 Fix focus handling in headers
18341
18342 2004-09-29 [paul]       0.9.12cvs113.1
18343
18344         * src/quote_fmt_parse.y
18345                 sync with HEAD
18346  
18347
18348 2004-09-28 [colin]      0.9.12cvs112.1
18349
18350         * src/folderview.c
18351         * src/mainwindow.c
18352                 Sync with HEAD
18353
18354 2004-09-28 [colin]      0.9.12cvs110.1
18355
18356         * src/folderview.c
18357                 Sync with HEAD (Contextual Empty trash menu)
18358
18359 2004-09-28 [colin]      0.9.12cvs108.1
18360
18361         * src/addressbook.c
18362                 Sync with HEAD (addressbook edit on double-click)
18363
18364 2004-09-28 [colin]      0.9.12cvs106.1
18365
18366         * src/inc.c
18367                 Sync with HEAD (folder_item freeze on inc)
18368
18369 2004-09-27 [colin]      0.9.12cvs105.1
18370
18371         * src/folderview.c
18372                 Sync with HEAD (right-align new and unread column)
18373
18374 2004-09-27 [colin]      0.9.12cvs104.1
18375
18376         * src/main.c
18377                 Sync with HEAD (revert 0.9.12cvs101)
18378
18379 2004-09-24 [colin]      0.9.12cvs103.2
18380
18381         * src/wizard.c
18382                 Fix gtk warnings and use domain part of the email address 
18383                 when domain detection fails (no dot in domain name)
18384
18385 2004-09-23 [colin]      0.9.12cvs103.1
18386
18387         * src/plugins/spamassassin/libspamc.c
18388         * src/plugins/spamassassin/libspamc.h
18389         * src/plugins/spamassassin/utils.c
18390         * src/plugins/spamassassin/utils.h
18391                 Sync with HEAD (Update spamassassin to 3.0)
18392
18393 2004-09-21 [colin]      0.9.12cvs102.3
18394
18395         * src/action.c
18396                 Add horizontal scrollbar in action io dialog as needed
18397                 Patch by Alfons.
18398
18399 2004-09-20 [colin]      0.9.12cvs102.2
18400
18401         * src/plugins/image_viewer/viewer.c
18402                 Remove imlib stuff
18403                 use gtk_pixmap_set when clearing
18404                 (would be better to use gtkImages, but causes size-allocate 
18405                 signals storm)
18406
18407 2004-09-17 [paul]       0.9.12cvs102.1
18408
18409         * ChangeLog
18410         * ChangeLog.claws
18411         * ChangeLog.jp
18412         * configure.ac
18413         * src/inc.c
18414                 sync with HEAD
18415
18416
18417 2004-09-17 [colin]      0.9.12cvs101.1
18418
18419         * ChangeLog.claws
18420         * src/main.c
18421                 Sync with HEAD (fix segs at exit)
18422
18423 2004-09-14 [colin]      0.9.12cvs99.5
18424
18425         * src/common/socket.c
18426         * AUTHORS
18427                 Fix send error on 64bit platforms
18428                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18429
18430 2004-09-14 [colin]      0.9.12cvs99.4
18431
18432         * src/action.c
18433                 Fix action output with utf8 
18434                 Patch by Alfons.
18435
18436 2004-09-14 [colin]      0.9.12cvs99.3
18437
18438         * ChangeLog.claws
18439         * src/folder.c
18440                 Sync with HEAD
18441
18442 2004-09-09 [colin]      0.9.12cvs99.2
18443
18444         * src/action.c
18445                 Fix progress bar (displaying "Completed %v/%u")
18446                 Patch by Alfons.
18447
18448 2004-09-08 [colin]      0.9.12cvs99.1
18449
18450         * src/account.c
18451         * src/folder.c
18452         * src/procmsg.c
18453         * src/procmsg.h
18454         * src/plugins/pgpmime/pgpmime.c
18455                 Sync with HEAD
18456
18457 2004-09-08 [colin]      0.9.12cvs97.2
18458
18459         * src/summaryview.c
18460                 Don't select mails in collapsed threads 
18461                 when navigating with up/down
18462
18463 2004-09-07 [colin]      0.9.12cvs97.1
18464
18465         * src/inc.c
18466                 Sync with HEAD (meaningful error messages)
18467
18468 2004-09-06 [colin]      0.9.12cvs96.1
18469
18470         * src/toolbar.c
18471                 Sync with HEAD (fix Redirect graying out)
18472
18473 2004-09-06 [colin]      0.9.12cvs95.1
18474
18475         * src/summaryview.c
18476         * src/mimeview.c
18477                 Sync with HEAD (fix dropped URIs)
18478
18479 2004-09-06 [colin]      0.9.12cvs94.1
18480
18481         * src/addressbook.c
18482         * src/addressitem.h
18483         * src/addritem.c
18484         * src/addritem.h
18485                 Sync with HEAD (addressbook DnD)
18486
18487 2004-09-03 [colin]      0.9.12cvs93.1
18488
18489         * src/summaryview.c
18490                 Sync with HEAD (next/prev unread)
18491
18492 2004-09-03 [colin]      0.9.12cvs92.1
18493
18494         * src/prefs_common.c
18495         * src/prefs_common.h
18496         * src/summaryview.c
18497                 Sync with HEAD ('mark_as_read_delay' pref)
18498
18499 2004-09-02 [colin]      0.9.12cvs91.2
18500
18501         * src/common/xml.c
18502                 Fix leak
18503
18504 2004-09-02 [colin]      0.9.12cvs91.1
18505
18506         * src/gtk/menu.c
18507                 Sync with HEAD (menu accel don't work, but whatever)
18508
18509 2004-09-02 [colin]      0.9.12cvs90.1
18510
18511         * src/account.c
18512                 Sync with HEAD (fix bug 582)
18513
18514 2004-09-02 [colin]      0.9.12cvs89.1
18515
18516         * src/addrindex.c
18517                 Sync with HEAD (free deleted queries)
18518
18519 2004-09-02 [colin]      0.9.12cvs88.1
18520
18521         * src/ldapquery.c
18522                 Sync with HEAD (fix LDAP freezes)
18523
18524 2004-09-02 [colin]      0.9.12cvs87.1
18525
18526         * src/prefs_spelling.c
18527                 Sync with HEAD (add default dictionary)
18528
18529 2004-09-01 [colin]      0.9.12cvs86.1
18530
18531         * src/filtering.c
18532         * src/folderview.c
18533         * src/imap.c
18534         * src/prefs_matcher.c
18535         * src/stock_pixmap.c
18536         * src/summary_search.c
18537         * src/summaryview.c
18538         * src/wizard.c
18539         * src/wizard.h
18540                 Sync with HEAD (uninitialized vars fixes)
18541                 + gtk2 specific warning fixes
18542
18543 2004-08-31 [colin]      0.9.12cvs85.1
18544
18545         * src/folder.c
18546                 Sync with HEAD (Fix memory corruption due to 
18547                 uninitialized var)
18548
18549 2004-08-31 [colin]      0.9.12cvs84.4
18550
18551         * src/summary_search.c
18552                 Fix segfaults when searching in folders with broken headers
18553
18554 2004-08-31 [colin]      0.9.12cvs84.3
18555
18556         * src/compose.c
18557         * src/textview.c
18558                 Fix some more encoding/decoding issues
18559
18560 2004-08-30 [colin]      0.9.12cvs84.2
18561
18562         * src/mimeview.c
18563         * src/prefs_themes.c
18564         * src/gtk/filesel.c
18565         * src/gtk/filesel.h
18566                 Add a folder-mode selection (fixes mimeview's "Save all")
18567
18568 2004-08-29 [colin]      0.9.12cvs84.1
18569
18570         * src/mimeview.c
18571                 Sync with HEAD (don't escape saved filenames)
18572
18573 2004-08-27 [colin]      0.9.12cvs83.1
18574
18575         * ChangeLog
18576         * ChangeLog.claws
18577         * ChangeLog.jp
18578         * src/mh.c
18579         * src/procheader.c
18580         * src/procmsg.c
18581         * src/procmsg.h
18582         * src/common/utils.c
18583         * src/gtk/menu.h
18584         * po/
18585                 Sync with HEAD 0.9.12cvs83 (sync with main)
18586
18587 2004-08-26 [colin]      0.9.12cvs82.4
18588
18589         * src/codeconv.c
18590                 Fix strange stack corruption
18591                 Convert to utf8 after unmime, not before
18592
18593 2004-08-26 [colin]      0.9.12cvs82.3
18594
18595         * src/main.c
18596         * src/wizard.c
18597                 Fix account folders duplication
18598
18599 2004-08-25 [colin]      0.9.12cvs82.2
18600
18601         * src/wizard.c
18602                 Remove ports
18603                 Add SSL selection
18604                 Use login@server as account name
18605
18606 2004-08-25 [colin]      0.9.12cvs82.1
18607
18608         * src/plugins/pgpmime/pgpmime.c
18609                 Sync with HEAD (leak fix).
18610
18611 2004-08-25 [colin]      0.9.12cvs81.1
18612
18613         * src/plugins/pgpmime/pgpmime.c
18614         * src/plugins/pgpmime/sgpgme.c
18615         * src/plugins/pgpmime/sgpgme.h
18616                 Sync with HEAD (Handle combined messages).
18617
18618 2004-08-24 [colin]      0.9.12cvs80.3
18619
18620         * src/wizard.c
18621                 Fix full name, ports, and imap
18622
18623 2004-08-24 [colin]      0.9.12cvs80.2
18624
18625         * src/Makefile.am
18626         * src/main.c
18627         * src/setup.c
18628         * src/setup.h
18629         * src/stock_pixmap.c
18630         * src/stock_pixmap.h
18631         * src/wizard.c ** ADDED **
18632         * src/wizard.h ** ADDED ** 
18633         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
18634                 Add a setup wizard 
18635
18636 2004-08-24 [colin]      0.9.12cvs80.1
18637
18638         * src/folder.c
18639                 Sync with HEAD (set mimeflags on all messages)
18640
18641 2004-08-24 [colin]      0.9.12cvs79.3
18642
18643         * src/matcher_parser_lex.l
18644                 Fix 8bits strings not in utf8
18645
18646 2004-08-24 [colin]      0.9.12cvs79.2
18647
18648         * src/compose.c
18649                 Check conversion result before replacing buffer
18650
18651 2004-08-23 [colin]      0.9.12cvs79.1
18652
18653         * src/compose.c
18654                 Sync with HEAD (create message header in memory)
18655
18656 2004-08-23 [colin]      0.9.12cvs78.1
18657
18658         * src/rfc2015.c
18659         * src/rfc2015.h
18660                 Sync with HEAD (fix bug 197 again)
18661
18662 2004-08-23 [colin]      0.9.12cvs77.3
18663
18664         * src/compose.c
18665                 Fix again inline gpg signing (which outputs utf8
18666                 in gtk2). Not syncing this fix to HEAD as this 
18667                 code is meant to die.
18668
18669 2004-08-23 [colin]      0.9.12cvs77.2
18670
18671         * src/prefs_account.h
18672                 Remove useless include
18673
18674 2004-08-23 [colin]      0.9.12cvs77.1
18675
18676         * src/imap.c
18677         * po/es.po
18678         * po/fr.po
18679         * po/it.po
18680         * po/pl.po
18681         * po/pt_BR.po
18682         * po/sk.po
18683         * po/sr.po
18684                 Sync with HEAD (fix bug 577)
18685
18686 2004-08-22 [colin]      0.9.12cvs76.1
18687
18688         * src/plugins/trayicon/trayicon.c
18689                 Sync with HEAD (fix formatting bug)
18690
18691 2004-08-21 [colin]      0.9.12cvs74.2
18692
18693         * src/gtk/colorsel.c
18694                 Fix bug 564 (Folder color selection window exits on any
18695                 keypress)
18696
18697 2004-08-21 [colin]      0.9.12cvs74.1
18698
18699         * ChangeLog.claws
18700         * src/compose.c
18701         * src/summaryview.c
18702         * src/toolbar.c
18703                 Sync with HEAD (fix bug 576)
18704
18705 2004-08-21 [colin]      0.9.12cvs70.1
18706
18707         * src/compose.c
18708         * src/mainwindow.c
18709                 Sync with HEAD
18710                 
18711
18712 2004-08-21 [paul]       0.9.12cvs66.4
18713
18714         * src/mainwindow.c
18715         * src/messageview.c
18716         * src/gtk/menu.c
18717         * src/plugins/spamassassin/spamassassin_gtk.c
18718                 remove some deprecated gtk1 functions
18719
18720
18721 2004-08-21 [colin]      0.9.12cvs66.3
18722
18723         * src/compose.c
18724         * src/codeconv.c
18725                 Fix warnings
18726                 Remove encoding hacks
18727                 Fix bug 575 (Strange character messes up message)
18728                 Don't display conversion error when drafting
18729
18730 2004-08-21 [paul]       0.9.12cvs66.2
18731
18732         * src/prefs_account.c
18733                 fix GnuPG mode bugs
18734
18735
18736 2004-08-20 [colin]      0.9.12cvs66.1
18737
18738         * src/codeconv.c
18739                 Sync with HEAD 0.9.12cvs66
18740
18741 2004-08-20 [paul]
18742
18743         * src/plugins/pgpmime/plugin.c
18744                 modify PGP/MIME plugin's description
18745
18746 2004-08-17 [colin]      0.9.12cvs65.1
18747
18748         * src/common/ssl.c
18749         * src/plugins/pgpmime/plugin.c
18750                 Sync with HEAD
18751
18752 2004-08-14 [colin]      0.9.12cvs60.3
18753
18754         * src/plugins/trayicon/trayicon.c
18755                 Put back resize callback, on size-request signal
18756                 rather than size-allocate to avoid infinite 
18757                 callback loop
18758
18759 2004-08-13 [colin]      0.9.12cvs60.2
18760
18761         * src/common/defs.h
18762                 Cache versions have been fixed
18763
18764 2004-08-13 [colin]      0.9.12cvs60.1
18765
18766         * src/folderutils.c
18767                 Sync with HEAD
18768
18769 2004-08-12 [colin]      0.9.12cvs59.1
18770
18771         * src/plugins/trayicon/trayicon.c
18772                 Sync with HEAD
18773
18774 2004-08-12 [colin]      0.9.12cvs57.5
18775
18776         * sylpheed.desktop
18777         * configure.ac
18778         * src/Makefile.am
18779         * src/main.c
18780                 Add support for Freedesktop.org's startup notification
18781
18782 2004-08-11 [colin]      0.9.12cvs57.4
18783
18784         * src/textview.c
18785                 Fix off-by-one
18786
18787 2004-08-11 [colin]      0.9.12cvs57.3
18788
18789         * src/message_search.c
18790         * src/summary_search.c
18791                 Make searches case insensitive by default
18792         * src/textview.c
18793                 Fix case-insensitive search in message
18794
18795 2004-08-11 [colin]      0.9.12cvs57.2
18796
18797         * src/summary_search.c
18798                 Let case-sensitive be specified
18799
18800 2004-08-10 [colin]      0.9.12cvs55.4
18801
18802         * src/common/socket.c
18803                 Fix the possible race condition
18804
18805 2004-08-09 [paul]       0.9.12cvs55.3
18806
18807         * configure.ac
18808         * src/Makefile.am
18809         * src/common/Makefile.am
18810                 sync with HEAD
18811
18812
18813 2004-08-09 [paul]       0.9.12cvs55.2
18814
18815         * autogen.sh
18816         * po/poconv.sh
18817                 remove unneeded script
18818
18819         * configure.ac
18820                 add forgotten USE_LDAP_TLS (sync with HEAD)
18821
18822
18823 2004-08-09 [colin]      0.9.12cvs55.1
18824
18825         * src/main.c
18826         * src/common/ssl.c
18827         * src/common/sylpheed.c
18828         * src/common/sylpheed.h
18829                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
18830
18831 2004-08-09 [paul]       0.9.12cvs54.1
18832
18833         * ChangeLog
18834         * ChangeLog.claws
18835         * ChangeLog.jp
18836         * configure.ac
18837         * po/POTFILES.in
18838         * src/Makefile.am
18839         * src/folderutils.c
18840         * src/main.c
18841         * src/pgpmime.c
18842         * src/pgpmime.h
18843         * src/sgpgme.c
18844         * src/sgpgme.h
18845         * src/plugins/Makefile.am
18846         * src/plugins/pgpmime/.cvsignore
18847         * src/plugins/pgpmime/Makefile.am
18848         * src/plugins/pgpmime/pgpmime.c
18849         * src/plugins/pgpmime/pgpmime.h
18850         * src/plugins/pgpmime/plugin.c
18851         * src/plugins/pgpmime/sgpgme.c
18852         * src/plugins/pgpmime/sgpgme.h
18853                 sync with HEAD
18854
18855 2004-08-08 [paul]       0.9.12cvs51.1
18856
18857         * configure.ac
18858         * src/folder.c
18859                 sync with HEAD
18860
18861 2004-08-07 [colin]      0.9.12cvs50.1
18862
18863         * src/pop.c
18864         * src/common/partial_download.c
18865                 fix warnings (sync from HEAD)
18866
18867 2004-08-07 [colin]      0.9.12cvs48.1
18868
18869         * src/prefs_folder_item.c
18870                 sync with HEAD 0.9.12cvs48
18871
18872 2004-08-06 [colin]      0.9.12cvs47.1
18873
18874         * src/compose.c
18875                 Sync with HEAD
18876
18877 2004-08-06 [christoph]  0.9.12cvs46.2
18878
18879         * src/main.c
18880         * src/plugins/clamav/clamav_plugin_gtk.c
18881         * src/plugins/dillo_viewer/dillo_viewer.c
18882         * src/plugins/image_viewer/plugin.c
18883         * src/plugins/mathml_viewer/mathml_viewer.c
18884         * src/plugins/spamassassin/spamassassin_gtk.c
18885         * src/plugins/trayicon/trayicon.c
18886                 don't mix GTK1.2 plugin with GTK2 plugins
18887
18888 2004-08-06 [colin]      0.9.12cvs46.1
18889
18890         * ChangeLog
18891         * ChangeLog.claws
18892         * ChangeLog.jp
18893         * configure.ac
18894         * sylpheed-claws.pc.in
18895         * src/folder.c
18896         * src/imap.c
18897         * src/localfolder.c
18898         * src/messageview.c
18899         * src/mimeview.c
18900         * src/mimeview.h
18901         * src/msgcache.c
18902         * src/news.c
18903         * src/prefs_ext_prog.c
18904         * src/prefs_folder_item.c
18905         * src/prefs_fonts.c
18906         * src/prefs_msg_colors.c
18907         * src/prefs_spelling.c
18908         * src/prefs_themes.c
18909         * src/prefs_toolbar.c
18910         * src/prefs_wrapping.c
18911         * src/procmime.h
18912         * src/common/defs.h
18913         * src/common/nntp.c
18914         * src/common/session.c
18915         * src/common/session.h
18916         * src/common/socket.c
18917         * src/common/utils.h
18918         * src/common/xml.c
18919         * src/common/xml.h
18920         * src/gtk/prefswindow.c
18921         * src/gtk/prefswindow.h
18922         * src/plugins/clamav/clamav_plugin_gtk.c
18923         * src/plugins/dillo_viewer/dillo_prefs.c
18924         * src/plugins/image_viewer/viewerprefs.c
18925         * src/plugins/spamassassin/spamassassin_gtk.c
18926         * m4/openssl.m4 *** REMOVED ***
18927                 Sync with HEAD 0.9.12cvs46
18928
18929 2004-08-03 [paul]       0.9.12cvs40.2
18930
18931         * src/action.c
18932         * src/addressadd.c
18933         * src/addressbook.c
18934         * src/addrgather.c
18935         * src/browseldap.c
18936         * src/compose.c
18937         * src/crash.c
18938         * src/editaddress.c
18939         * src/editgroup.c
18940         * src/editldap_basedn.c
18941         * src/foldersel.c
18942         * src/importldif.c
18943         * src/mimeview.c
18944         * src/prefs_common.c
18945         * src/prefs_template.c
18946         * src/sourcewindow.c
18947         * src/summaryview.c
18948         * src/gtk/about.c
18949         * src/gtk/foldersort.c
18950         * src/gtk/logwindow.c
18951         * src/gtk/pluginwindow.c
18952         * src/gtk/prefswindow.c
18953                 change all gtk_scrolled_window_set_policy from 
18954                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
18955
18956 2004-08-02 [paul]       0.9.12cvs40.1
18957
18958         * AUTHORS
18959                 update translation team section
18960         * po/pt_BR.po
18961                 updated by Frederico Goncalves Guimaraes
18962                 <fggdebian@yahoo.com.br>
18963
18964 2004-07-31 [colin]      0.9.12cvs39.9
18965
18966         * src/exphtmldlg.c
18967                 Fix compilation
18968
18969 2004-07-31 [colin]      0.9.12cvs39.8
18970
18971         * src/exphtmldlg.c
18972                 Fix an alertpanel type
18973
18974 2004-07-30 [colin]      0.9.12cvs39.7
18975
18976         * src/alertpanel.c
18977                 Fix alertpanel_error_log's icon
18978
18979 2004-07-30 [colin]      0.9.12cvs39.6
18980
18981         * src/pop.c
18982                 Two of them should still be warnings
18983
18984 2004-07-30 [colin]      0.9.12cvs39.5
18985
18986         * src/pop.c
18987                 More warning -> error
18988 2004-07-29 [colin]      0.9.12cvs39.4
18989
18990         * src/pop.c
18991                 Warning -> error
18992
18993 2004-07-29 [colin]      0.9.12cvs39.3
18994
18995         * src/prefs_matcher.c
18996                 Fix segfault
18997
18998 2004-07-29 [colin]      0.9.12cvs39.2
18999
19000         * src/alertpanel.c
19001                 More nice-looking alertpanels
19002
19003 2004-07-29 [colin]      0.9.12cvs39.1
19004
19005         * src/messageview.c
19006                 sync with head
19007                 (inform user when partial mail is deleted on server)
19008
19009 2004-07-29 [colin]      0.9.12cvs38.1
19010
19011         * src/messageview.c
19012                 sync with head
19013
19014 2004-07-28 [paul]       0.9.12cvs37.7
19015
19016         * src/mainwindow.c
19017                 complete the replacement of deprecated gtk_progress_*
19018
19019 2004-07-28 [paul]       0.9.12cvs37.6
19020
19021         * src/action.c
19022         * src/inc.c
19023         * src/mainwindow.c
19024         * src/send_message.c
19025         * src/gtk/progressdialog.c
19026         * src/gtk/progressdialog.h
19027                 replace deprecated gtk_progress_*
19028
19029 2004-07-28 [paul]       0.9.12cvs37.5
19030
19031         * src/gtk/filesel.c
19032                 remove gtk_window_set_wmclass()
19033 2004-07-28 [paul]       0.9.12cvs37.4
19034
19035         * src/addressbook.c
19036         * src/compose.c
19037         * src/foldersel.c
19038         * src/mainwindow.c
19039         * src/messageview.c
19040         * src/sourcewindow.c
19041         * src/gtk/logwindow.c
19042                 remove gtk_window_set_wmclass()
19043                 
19044         * src/prefs_filtering.c
19045         * src/prefs_filtering_action.c
19046         * src/prefs_fonts.c
19047         * src/prefs_gtk.c
19048         * src/prefs_matcher.c
19049         * src/ssl_manager.c
19050         * src/gtk/prefswindow.c
19051                 replace gtk_window_position()
19052
19053 2004-07-28 [colin]      0.9.12cvs37.3
19054
19055         * src/alertpanel.c
19056         * src/alertpanel.h
19057                 Add a way to specify panel type for specific
19058                 panels (alertpanel())
19059         * src/account.c
19060         * src/addressbook.c
19061         * src/compose.c
19062         * src/expldifdlg.c
19063         * src/main.c
19064         * src/messageview.c
19065         * src/summaryview.c
19066         * src/textview.c
19067         * src/gtk/sslcertwindow.c
19068                 Fix alertpanel()s so that their icon match
19069                 their real type
19070
19071 2004-07-28 [paul]       0.9.12cvs37.2
19072
19073         * src/addr_compl.c
19074         * src/addressbook.c
19075         * src/alertpanel.c
19076         * src/compose.c
19077         * src/export.c
19078         * src/foldersel.c
19079         * src/folderview.c
19080         * src/grouplistdialog.c
19081         * src/import.c
19082         * src/mainwindow.c
19083         * src/message_search.c
19084         * src/messageview.c
19085         * src/passphrase.c
19086         * src/prefs_actions.c
19087         * src/prefs_common.c
19088         * src/prefs_customheader.c
19089         * src/prefs_display_header.c
19090         * src/prefs_filtering.c
19091         * src/prefs_filtering_action.c
19092         * src/prefs_gtk.c
19093         * src/prefs_matcher.c
19094         * src/prefs_msg_colors.c
19095         * src/prefs_summary_column.c
19096         * src/prefs_template.c
19097         * src/sourcewindow.c
19098         * src/ssl_manager.c
19099         * src/summary_search.c
19100         * src/gtk/colorsel.c
19101         * src/gtk/description_window.c
19102         * src/gtk/gtkaspell.c
19103         * src/gtk/inputdialog.c
19104         * src/gtk/logwindow.c
19105         * src/gtk/prefswindow.c
19106         * src/gtk/progressdialog.c
19107                 replace deprecated gtk_window_set_policy
19108
19109 2004-07-27 [colin]      0.9.12cvs37.1
19110
19111         * src/msgcache.c
19112                 More fixes (synced for head again)
19113
19114 2004-07-27 [colin]      0.9.12cvs35.3
19115
19116         * src/msgcache.c
19117                 Fix wrong test
19118
19119 2004-07-27 [colin]      0.9.12cvs35.2
19120
19121         * src/mimeview.c
19122                 Fix width a bit (by Paul)
19123         * src/alertpanel.c
19124         * src/alertpanel.h
19125                 Specialize icons, make alertpanel_message()
19126                 private
19127         * src/message_search.c
19128         * src/sgpgme.c
19129         * src/summary_search.c
19130                 Suit alertpanel changes
19131
19132 2004-07-27 [colin]      0.9.12cvs35.1
19133
19134         * src/alertpanel.c
19135                 Add an icon
19136         * src/passphrase.c
19137                 Add debug output - maybe someone will
19138                 want to look at the problem with Grab
19139                 Input :)
19140         Bump version as we're synced with HEAD
19141
19142 2004-07-26 [colin]      0.9.12cvs33.26
19143
19144         * src/pop.c
19145                 Fix uidl-file parsing when not in new
19146                 format
19147
19148 2004-07-26 [colin]      0.9.12cvs33.25
19149
19150         * src/gtk/menu.c
19151                 Move popup menu up if necessary (fixes 
19152                 account selector)
19153         * src/mainwindow.c
19154                 Set account selector's button height to
19155                 minimum
19156
19157 2004-07-26 [colin]      0.9.12cvs33.24
19158
19159         * src/alertpanel.c
19160                 Maybe fix 551 (Truncated font in alert window)
19161
19162 2004-07-26 [colin]      0.9.12cvs33.23
19163
19164         * po/de.po
19165         * po/es.po
19166         * po/fr.po
19167         * po/it.po
19168         * po/ja.po
19169         * po/pl.po
19170         * po/ru.po
19171         * po/sk.po
19172         * po/sr.po
19173         * po/zh_CN.po
19174                 Sync po files with HEAD
19175
19176 2004-07-26 [paul]       0.9.12cvs33.22
19177
19178         * src/compose.c
19179                 fix Bug 556 'Organisation-header is sent even if empty'
19180
19181 2004-07-24 [colin]      0.9.12cvs33.21
19182
19183         * src/compose.c
19184         * src/gtk/gtkaspell.c
19185         * src/gtk/gtkaspell.h
19186                 Fix speller accelerators (require hack)
19187
19188 2004-07-24 [colin]      0.9.12cvs33.20
19189
19190         * src/gtk/gtkaspell.c
19191                 Fix over-eager code deletion breaking
19192                 Check while typing
19193
19194 2004-07-24 [colin]      0.9.12cvs33.19
19195
19196         * src/browseldap.c
19197         * src/ldapctrl.c
19198         * src/ldapctrl.h
19199         * src/ldapserver.h
19200                 Sync ldap with HEAD
19201         (Fixes 546 LDAP completely broken)
19202
19203 2004-07-24 [colin]      0.9.12cvs33.18
19204
19205         * src/prefs_msg_colors.c
19206                 Fix prototype mismatch
19207         (Fixes 547 void function cannot return value)
19208
19209 2004-07-24 [colin]      0.9.12cvs33.17
19210
19211         * src/mainwindow.c
19212                 Fix sort going back to previous sort key
19213                 when changing sort direction
19214
19215 2004-07-24 [colin]      0.9.12cvs33.16
19216
19217         * src/compose.c
19218                 Fix space insertion when re-wrapping at 
19219                 cursor point
19220
19221 2004-07-24 [colin]      0.9.12cvs33.15
19222
19223         * src/gtk/gtkaspell.c
19224                 Don't change cursor position in insert-text
19225                 callback
19226         (Fixes 539 Word wrapping on input transposes letters)
19227
19228 2004-07-24 [colin]      0.9.12cvs33.14
19229
19230         * src/gtk/gtkaspell.c
19231                 Reencode non-ascii chars to dictionary's
19232                 encoding
19233         (Fixes 544 Spell check broken non english locale)
19234
19235 2004-07-24 [colin]      0.9.12cvs33.13
19236
19237         * src/summaryview.c
19238                 Fix Shift+Down, add Home/End/PgUp/PgDown
19239
19240 2004-07-21 [colin]      0.9.12cvs33.12
19241
19242         * src/prefs_common.c
19243                 Fix a gtk warning (Patch by Andrej Kacian)
19244
19245 2004-07-21 [colin]      0.9.12cvs33.11
19246
19247         * src/gtk/filesel.c
19248                 More check
19249
19250 2004-07-21 [colin]      0.9.12cvs33.10
19251
19252         * src/compose.c
19253         * src/crash.c
19254         * src/export.c
19255         * src/import.c
19256         * src/messageview.c
19257         * src/mimeview.c
19258         * src/prefs_spelling.c
19259         * src/prefs_themes.c
19260         * src/summaryview.c
19261         * src/gtk/filesel.c
19262         * src/gtk/filesel.h
19263         * src/gtk/pluginwindow.c
19264                 Untwist open/save mode guessing logic, make
19265                 it explicit
19266
19267 2004-07-20 [colin]      0.9.12cvs33.9
19268
19269         * src/codeconv.c
19270                 conv_encode_header: src_charset is UTF-8 on
19271                 gtk2
19272         * src/compose.c
19273                 Remove double encoding of the headers
19274
19275 2004-07-20 [colin]      0.9.12cvs33.8
19276
19277         * src/codeconv.c
19278                 Fix typo
19279
19280 2004-07-20 [colin]      0.9.12cvs33.7
19281
19282         * src/mainwindow.c
19283                 Set the separated messageview to the saved
19284                 size of Claws' messageview (Patch by Alfons)
19285                 Fix a callback prototype (me)
19286
19287 2004-07-20 [colin]      0.9.12cvs33.6
19288
19289         * src/codeconv.h
19290                 Forgot one hunk in 0.9.12cvs33.4
19291
19292 2004-07-19 [colin]      0.9.12cvs33.5
19293
19294         * src/action.c
19295                 Action output fix
19296                 Patch by Alfons
19297
19298 2004-07-19 [colin]      0.9.12cvs33.4
19299
19300         * src/compose.c
19301                 Fix outgoing charset bug in headers
19302         * src/codeconv.c
19303                 Clean for glib2 - Patch by Alfons
19304
19305 2004-07-19 [colin]      0.9.12cvs33.3
19306
19307         * src/statusbar.c
19308                 Remove grip from the statusbar
19309                 Patch by Alfons
19310
19311 2004-07-19 [colin]      0.9.12cvs33.2
19312
19313         * src/messageview.c
19314         * src/textview.c
19315                 Fix messageview remembering the previous
19316                 scroll position when loading a new message
19317                 Patch by Alfons
19318
19319 2004-07-19 [colin]      0.9.12cvs33.1
19320
19321         * src/folder.h
19322         * src/folderview.c
19323         * src/summaryview.c
19324                 Sync with HEAD
19325
19326 2004-07-18 [colin]      0.9.12cvs32.7
19327
19328         * configure.ac
19329                 Remove useless check for XIM - noticed
19330                 by Alfons
19331
19332 2004-07-18 [colin]      0.9.12cvs32.6
19333
19334         * src/summaryview.c
19335                 Remove non-modified and shift-modified
19336                 accelerators in summaryview's popup
19337                 menu, as that doesn't get catched by
19338                 the accel-activate signal catcher...
19339
19340 2004-07-18 [colin]      0.9.12cvs32.5
19341
19342         * src/prefs_common.c
19343                 Define sensible default prefs for 
19344                 wrapping
19345
19346 2004-07-18 [colin]      0.9.12cvs32.4
19347
19348         * src/compose.c
19349         * src/prefs_common.c
19350         * src/prefs_common.h
19351         * src/prefs_wrapping.c
19352                 Remove Smart Wrapping pref, which does
19353                 nothing on gtk2 branch
19354
19355 2004-07-18 [colin]      0.9.12cvs32.3
19356
19357         * src/sourcewindow.c
19358                 Proper utf8
19359
19360 2004-07-18 [colin]      0.9.12cvs32.2
19361
19362         * src/compose.c
19363                 Save attachment status when drafting
19364
19365 2004-07-18 [colin]      0.9.12cvs32.1
19366
19367         * src/gtk/filesel.c
19368                 Fix erratic folder selection in open mode
19369
19370 2004-07-18 [colin]      0.9.12cvs31.11
19371
19372         * src/pop.c
19373                 Don't let partial messages get deleted
19374                 even with "dowload all"
19375                 (0.9.12cvs31.8 fix extension)
19376 2004-07-18 [colin]      0.9.12cvs31.10
19377
19378         * src/gtk/logwindow.c
19379                 Fix log scrolling
19380
19381 2004-07-18 [colin]      0.9.12cvs31.9
19382
19383         * src/common/utils.c
19384                 Fix non-utf8 strings coming from commands
19385                 and files
19386
19387 2004-07-18 [colin]      0.9.12cvs31.8
19388
19389         * src/pop.c
19390                 Fix partial download bug with Download all
19391                 messages option
19392
19393 2004-07-18 [colin]      0.9.12cvs31.7
19394
19395         * src/textview.c
19396                 Fix bug introduced in 0.9.12cvs31.2
19397                 (blocked in select mode after double click)
19398
19399 2004-07-18 [colin]      0.9.12cvs31.6
19400
19401         * src/compose.c
19402         * src/gtk/menu.c
19403                 More glib-warning fixes
19404
19405 2004-07-18 [colin]      0.9.12cvs31.5
19406
19407         * src/compose.c
19408                 Fix trashing the primary clipboard when moving 
19409                 around with tab
19410         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19411
19412 2004-07-18 [colin]      0.9.12cvs31.4
19413
19414         * src/codeconv.c
19415                 convert unencoded iso headers to utf8
19416         (Fix Bug 538 Unencoded local characters in subject make it 
19417          disappear)
19418
19419 2004-07-18 [colin]      0.9.12cvs31.3
19420
19421         * src/compose.c
19422                 Fix tab char handling in wrapping
19423         (Fix Bug 537 Line wrap problem - TAB character treated as 
19424          one character instead of 8)
19425
19426 2004-07-18 [colin]      0.9.12cvs31.2
19427
19428         * src/textview.c
19429                 return FALSE on GDK_MOTION_NOTIFY
19430         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19431          (unable to highlight))
19432
19433 2004-07-18 [colin]      0.9.12cvs31.1
19434
19435         * src/folderview.c
19436                 Sync with 0.9.12cvs31
19437
19438 2004-07-18 [colin]      0.9.12cvs30.4
19439
19440         * src/compose.c
19441                 Also block text_inserted when inserting a file
19442
19443 2004-07-18 [colin]      0.9.12cvs30.3
19444
19445         * src/compose.c
19446                 Fix smart wrapping (block text_inserted handler
19447                 while putting quotation to avoid wrap on input,
19448                 don't join lines if next is sig separator)
19449
19450 2004-07-17 [colin]      0.9.12cvs30.2
19451
19452         * src/folderview.c
19453         * src/mainwindow.c
19454         * src/mimeview.c
19455         * src/summaryview.c
19456         * src/gtk/quicksearch.c
19457         * src/gtk/quicksearch.h
19458                 Block key events handlers *and* accels while
19459                 quicksearch is focused
19460         (Fixes Bug 534 quick-search bar not accepting certain letters)
19461
19462 2004-07-17 [colin]      0.9.12cvs30.1
19463
19464         * src/folder.h
19465         * src/folderview.c
19466         * src/summaryview.c
19467                 Sync with 0.9.12cvs30
19468
19469 2004-07-17 [colin]      0.9.12cvs28.2
19470
19471         * src/mimeview.c
19472         * src/procmime.c
19473         * src/summaryview.c
19474         * src/gtk/menu.c
19475                 Squash some compile and glib warnings
19476
19477 2004-07-17 [paul]       0.9.12cvs28.1
19478
19479         * src/mimeview.c
19480                 sync with 0.9.12cvs28 HEAD
19481
19482 2004-07-16 [paul]       0.9.12cvs26.1
19483         
19484         * src/gtk/quicksearch.c
19485         * src/account.c
19486         * src/account.h
19487         * src/compose.c
19488         * src/customheader.c
19489         * src/folder_item_prefs.c
19490         * src/main.c
19491         * src/mainwindow.c
19492         * src/messageview.c
19493         * src/mimeview.c
19494         * src/news.c
19495         * src/pgpmime.c
19496         * src/pop.c
19497         * src/pop.h
19498         * src/prefs_account.c
19499         * src/prefs_account.h
19500         * src/prefs_common.c
19501         * src/prefs_common.h
19502         * src/prefs_display_header.c
19503         * src/prefs_gtk.c
19504         * src/prefs_gtk.h
19505         * src/procheader.c
19506         * src/procmime.c
19507                 sync with 0.9.12cvs26 HEAD      
19508
19509 2004-07-15 [colin]      0.9.12cvs18.14
19510
19511         * src/folder.c
19512                 Disable GPG signature check during
19513                 folder move and scan
19514         (Closes Bug 521 Signature checking slows down Folder-Move)
19515
19516 2004-07-14 [colin]      0.9.12cvs18.13
19517
19518         * src/common/partial_download.c
19519                 update includes
19520
19521 2004-07-14 [colin]      0.9.12cvs18.12
19522
19523         * src/common/partial_download.c
19524         * src/common/partial_download.h
19525                 Move doc at top, add correct copyright
19526
19527 2004-07-14 [colin]      0.9.12cvs18.11
19528
19529         * src/folder.c
19530         * src/messageview.c
19531         * src/pop.c
19532         * src/pop.h
19533         * src/procmsg.c
19534         * src/summaryview.c
19535         * src/common/Makefile.am
19536         * src/common/partial_download.c ** NEW FILES **
19537         * src/common/partial_download.h ** NEW FILES **
19538                 Move partial-download related stuff to its
19539                 own file
19540
19541 2004-07-14 [colin]      0.9.12cvs18.10
19542
19543         * src/send_message.c
19544                 Fix smtp auth when user is null or empty
19545
19546 2004-07-13 [colin]      0.9.12cvs18.9
19547
19548         * src/gtk/quicksearch.c
19549                 Use alphabetic order
19550
19551 2004-07-13 [colin]      0.9.12cvs18.8
19552
19553         * src/pop.c
19554                 Be paranoid on the checks
19555
19556 2004-07-13 [colin]      0.9.12cvs18.7
19557
19558         * src/gtk/quicksearch.c
19559                 Fix Engrish once again
19560
19561 2004-07-13 [colin]      0.9.12cvs18.6
19562
19563         * src/procmsg.c
19564         * src/summaryview.c
19565                 Mark messages for deletion when they are about to
19566                 be removed from trash
19567
19568 2004-07-13 [colin]      0.9.12cvs18.5
19569
19570         * src/matcher.c
19571         * src/matcher.h
19572         * src/matcher_parser_parse.y
19573         * src/prefs_matcher.c
19574         * src/gtk/quicksearch.c
19575                 Add 'partial' ('p') match string to find partially
19576                 downloaded messages
19577
19578 2004-07-13 [colin]      0.9.12cvs18.4
19579
19580         * src/pop.c
19581                 Fix misplaced block
19582
19583 2004-07-13 [colin]      0.9.12cvs18.3
19584
19585         * src/pop.c
19586         * src/pop.h
19587         * src/messageview.c
19588                 Refactor API (to avoid passing 5+ params and code
19589                 duplication)
19590         * src/folder.c
19591         * src/msgcache.c
19592         * src/procheader.c
19593         * src/common/defs.h
19594                 Add planned_download to cache
19595                 Don't mess uidl file when moving partially downloaded
19596                 mails (they change folder, we should change it in the
19597                 uidl list too or we'll remove an incorrect message)
19598                 (this also helps removing hacks when changing 
19599                 planned_download in messageview.c)
19600
19601 2004-07-12 [colin]      0.9.12cvs18.2
19602
19603         * src/gtk/quicksearch.c
19604                 Fix missing status update in quicksearch
19605
19606 2004-07-12 [paul]       0.9.12cvs18.1
19607
19608         * po/POTFILES.in
19609         * src/Makefile.am
19610         * src/account.c
19611         * src/codeconv.c
19612         * src/compose.c
19613         * src/inc.c
19614         * src/main.c
19615         * src/prefs_common.c
19616         * src/procmsg.h
19617         * src/toolbar.c
19618         * src/prefs_msg_colors.[ch]     ** NEW FILES **
19619         * src/prefs_wrapping.[ch]       ** NEW FILES **
19620         * src/common/intl.h
19621         * src/common/utils.[ch]
19622         * src/gtk/quicksearch.[ch]
19623                 sync with 0.9.12cvs18 HEAD
19624
19625 2004-07-12 [colin]      0.9.11cvs17.25
19626
19627         * src/folder.c
19628         * src/folder.h
19629                 Remove unused function added by me in 0.9.11cvs17.10
19630
19631 2004-07-11 [colin]      0.9.11cvs17.24
19632
19633         * src/inc.c
19634         * src/messageview.c
19635         * src/pop.c
19636         * src/pop.h
19637                 Use folderitem and msgnum instead of filename to
19638                 know which mail to delete
19639                 Move old partial mail deletion to pop.c
19640
19641 2004-07-10 [colin]      0.9.11cvs17.23
19642
19643         * src/inc.c
19644                 Add debug
19645         * src/pop.c
19646         * src/pop.h
19647                 Don't re-use same enums for unrelated stuff: it's 
19648                 completely misleading !
19649                 Document a bit
19650
19651 2004-07-09 [colin]      0.9.11cvs17.22
19652
19653         * src/inc.c
19654                 Remove folder-type check and do
19655                 more tests to be sure everything's
19656                 ok
19657         * src/messageview.c
19658                 Punctuation update, remove useless
19659                 code, fix two warnings
19660         * src/noticeview.c
19661                 Layout cleaning, reset 2nd button
19662                 when specifying one
19663
19664 2004-07-09 [colin]      0.9.11cvs17.21
19665
19666         * src/messageview.c
19667         * src/pop.c
19668         * src/pop.h
19669                 Allow user to change his mind
19670                 and postpone decision (by
19671                 unmarking the mail)
19672
19673 2004-07-09 [colin]      0.9.11cvs17.20
19674
19675         * src/messageview.c
19676                 Fix bug with delete state
19677         * src/pop.c
19678         * src/pop.h
19679                 Fix buffer leak (fread doesn't 
19680                 terminate buffers with \0)
19681                 Refactoring (remove magic 
19682                 numbers)
19683
19684 2004-07-09 [colin]      0.9.11cvs17.19
19685
19686         * src/pop.c
19687                 Don't log "Skipping message" if 
19688                 we're going to TOP it two lines
19689                 later
19690
19691 2004-07-09 [colin]      0.9.11cvs17.18
19692
19693         * src/messageview.c
19694                 Fix Engrish
19695
19696 2004-07-09 [colin]      0.9.11cvs17.17
19697
19698         * src/pop.c
19699                 strlen checking...
19700         * src/messageview.c
19701                 refactoring a bit
19702
19703 2004-07-08 [colin]      0.9.11cvs17.16
19704
19705         * src/noticeview.c
19706         * src/noticeview.h
19707                 Add an optional second button
19708         * src/messageview.c
19709         * src/pop.c
19710         * src/pop.h
19711                 Don't delete partially received mails after a certain
19712                 time; rather, let the user decide.
19713
19714 2004-07-08 [colin]      0.9.11cvs17.15
19715
19716         * src/common/smtp.h
19717                 Sync with HEAD
19718
19719 2004-07-08 [colin]      0.9.11cvs17.14
19720
19721         * src/messageview.c
19722         * src/common/smtp.c
19723                 Use to_human_readable() for sizes
19724
19725 2004-07-08 [colin]      0.9.11cvs17.13
19726
19727         * src/inc.c
19728         * src/messageview.c
19729         * src/pop.c
19730         * src/pop.h
19731         * src/procmsg.c
19732                 Fix partial-downloading issues:
19733                         catch unsupported TOP
19734                         don't delete partially downloaded mails before 5 days
19735                         don't update existing with non-MH folders; that'll
19736                         make dups, but it's better than trashing the folder
19737                         free new msginfo parts
19738                 Fix indentation ;-)
19739
19740 2004-07-08 [colin]      0.9.11cvs17.12
19741
19742         * src/common/smtp.c
19743         * src/common/smtp.h
19744                 Sync smtp size verification with HEAD
19745
19746 2004-07-08 [colin]      0.9.11cvs17.11
19747
19748         * src/summaryview.c
19749         * src/prefs_common.c
19750         * src/prefs_common.h
19751         * src/gtk/quicksearch.c
19752         * src/gtk/quicksearch.h
19753                 Sync sticky pref with HEAD
19754
19755 2004-07-08 [colin]      0.9.11cvs17.10
19756
19757         * src/folder.c [1.213.2.6]
19758         * src/folder.h [1.87.2.6]
19759         * src/inc.c [1.149.2.7]
19760         * src/messageview.c [1.94.2.8]
19761         * src/procheader.c [1.47.2.6]
19762         * src/procmsg.c [1.150.2.4]
19763         * src/procmsg.h [1.60.2.5]
19764         * src/pop.c [1.56.2.4]
19765         * src/pop.h [1.17.2.3]
19766                 Let too big messages get downloaded, but truncated
19767                 Add a button to download them completely
19768                 
19769 2004-07-06 [colin]      0.9.11cvs17.9
19770
19771         * src/gtk/quicksearch.c [1.1.2.3]
19772                 Add a Clear button
19773         * commitHelper
19774         * PATCHSETS
19775                 Add a script to help with cvs
19776
19777 2004-07-03 [colin]      0.9.11cvs17.8
19778
19779         * src/plugins/imageviewer/viewer.c
19780                 fix imageviewer (which was staying on the first
19781                 displayed image)
19782
19783 2004-07-03 [colin]      0.9.11cvs17.7
19784
19785         Removed FIXME_GTK2 warnings
19786         * src/gtk/gtkutils.c
19787                 useless #warnings
19788         * src/gtk/menu.c
19789                 useless #warnings (no need to mess with menu rc)
19790         * src/gtk/menu.h
19791                 unused functions
19792         
19793
19794 2004-07-03 [colin]      0.9.11cvs17.6
19795
19796         Removed FIXME_GTK2 warnings
19797         * src/codeconv.c
19798                 useless #warnings (rewrite needed)
19799         * src/compose.c
19800                 useless #warnings (rewrite needed)
19801                 useless #warnings (gtk2 is like that)
19802                 useless #warnings (previously fixed)
19803         * src/main.c
19804                 useless #warnings (previously fixed)
19805         * src/message_search.c
19806                 useless #warnings (gtk2 is like that)
19807                 Made apparent that search is case-sensitive
19808         * src/mimeview.c
19809                 useless #warnings (rewrite needed)
19810                 useless #warnings (gtk2 is like that)
19811                 reimplemented real warnings
19812         * src/prefs_common.c
19813                 Removed block cursor option (not it gtk2)
19814         * src/prefs_gtk.c
19815                 useless #warnings (rewrite needed)
19816         * src/procheader.c
19817                 useless #warnings (rewrite needed)
19818         * src/sourcewindow.c
19819                 useless #warnings (incorrect placing)
19820         * src/summary_search.c
19821                 useless #warnings (gtk2 is like that)
19822                 Made apparent that search is case-sensitive
19823         * src/action.c
19824                 useless #warnings (gtk2 is like that)
19825         * src/textview.c
19826                 useless #warnings (rewrite needed)
19827         * src/toolbar.c
19828                 useless #warnings (rewrite needed)
19829
19830 2004-07-03 [colin]      0.9.11cvs17.5
19831
19832         * src/textview.c
19833                 Fix mismerge which broke URI opening
19834                 
19835 2004-07-01 [colin]      0.9.11cvs17.4
19836
19837         * src/gtk/filesel.c
19838                 Fill filename when saving
19839                 
19840 2004-06-27 [colin]      0.9.11cvs17.3
19841
19842         * src/gtk/filesel.[ch]
19843                 Use the new GTK file selector
19844                 Update prototype to match the reality: multiple file
19845                 selection is open-only          
19846         * src/compose.c
19847                 Match the new prototypes        
19848         * configure.ac
19849                 Match the new requirements (gtk 2.4.0)
19850                         
19851 2004-06-26 [colin]      0.9.11cvs17.2
19852
19853         * src/plugins/trayicon/trayicon.c
19854                 Remove useless signal handler on resize, which causes
19855                 an infinite "loop"
19856         
19857 2004-06-26 [colin]      0.9.11cvs17.1
19858         
19859         * tools/Makefile.am
19860                 remove launch_firebird and add nautilus2sylpheed.sh
19861         * src/quicksearch.c
19862           src/summaryview.c
19863                 Fix show/hide "Extended symbols" button problem
19864                 Fix apparition at startup
19865                 Fix const warnings
19866         * src/plugins/image_viewer/Makefile.am
19867                 Fix configure 
19868         * common/ssl.c
19869                 Re-enable certificate check, as it doesn't seem to
19870                 cause Xlib errors anymore
19871
19872 2004-06-25 [paul]       0.9.11cvs17
19873
19874         * sync with 0.9.11cvs17 HEAD
19875         
19876         NOTE: QuickSearch is broken
19877
19878 2004-06-07 [colin]      0.9.10claws67.10
19879         * src/plugins/trayicon/trayicon.c
19880           src/plugins/trayicon/libeggtrayicon/Makefile.am
19881           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19882                 Fix gettextization in trayicon plugin
19883
19884 2004-06-07 [colin]      0.9.10claws67.9
19885         
19886         * src/summaryview.c
19887           src/gtk/gtksctree.[ch]
19888                 Let Shift+{Up,Down} work in summaryview
19889                 (well, Down "works" and Up works)
19890                 Let the list scroll when using these keys
19891
19892 2004-06-06 [colin]      0.9.10claws67.8
19893
19894         * src/plugins/trayicon/trayicon.c
19895                 Fix pixmap update
19896
19897 2004-06-06 [colin]      0.9.10claws67.7
19898
19899         * src/addressbook.c
19900                 Fix signal handling causing system-wide focus grab
19901
19902 2004-05-25 [paul]       0.9.10claws67.6
19903
19904         * Makefile.am
19905           src/Makefile.am
19906                 clean up
19907
19908 2004-05-25 [paul]       0.9.10claws67.5
19909
19910         * replace deprecated gtk_signal... functions
19911
19912 2004-05-23 [colin]      0.9.10claws67.4
19913
19914         * src/compose.c
19915                 Fix wrapping
19916
19917 2004-05-22 [colin]      0.9.10claws67.3
19918
19919         * src/compose.c
19920                 Re-fix [Edited] in compose.c::compose_reedit()
19921
19922 2004-05-22 [colin]      0.9.10claws67.2
19923
19924         * src/procmime.c
19925                 Fix parsing of multiparts mails
19926
19927 2004-05-22 [colin]      0.9.10claws67.1
19928
19929         * src/summaryview.c
19930                 Fix quicksearch
19931
19932 2004-05-22 [paul]       0.9.10claws67
19933
19934         * sync with 0.9.10claws67 HEAD
19935
19936 2004-05-14 [alfons]
19937
19938         * src/procmime.h
19939                 add forgotton prototype
19940
19941 2004-05-10 [paul]       0.9.10claws57
19942
19943         * sync with 0.9.10claws57 HEAD
19944
19945 2004-05-05 [paul]       0.9.9.claws1
19946
19947         * ChangeLog-gtk2        ** REMOVED **
19948           ChangeLog-gtk2.claws  ** ADDED **
19949                 rename and adopt the normal claws format
19950                 
19951         * configure.ac
19952                 require gtkmathview >= 0.5
19953
19954         * ac/*                          ** REMOVED **
19955           ac/                           ** REMOVED **
19956           intl/Makefile.in              ** REMOVED **
19957           m4/                           ** ADDED **
19958           m4/missing                    ** ADDED **
19959           m4/missing/gdk-pixbuf.m4      ** ADDED **
19960           m4/missing/gettext.m4         ** ADDED **
19961           m4/missing/gpgme.m4           ** ADDED **
19962           m4/missing/imlib.m4           ** ADDED **
19963           m4/.cvsignore                 ** ADDED **
19964           m4/Makefile.am                ** ADDED **
19965           m4/README                     ** ADDED **
19966           m4/aclocal-include.m4         ** ADDED **
19967           m4/aspell.m4                  ** ADDED **
19968           m4/check-type.m4              ** ADDED **
19969           m4/gnupg-check-typedef.m4     ** ADDED **
19970           m4/openssl.m4                 ** ADDED **
19971           m4/spamassassin.m4            ** ADDED **
19972           po/ChangeLog                  ** REMOVED **
19973           po/Makefile.in.in             ** REMOVED **
19974           po/Rules-quot                 ** REMOVED **
19975           po/boldquot.sed               ** REMOVED **
19976           po/en@boldquot.header         ** REMOVED **
19977           po/en@quot.header             ** REMOVED **
19978           po/insert-header.sin          ** REMOVED **
19979           po/quot.sed                   ** REMOVED **
19980           po/remove-potcdate.sed        ** REMOVED **
19981           po/remove-potcdate.sin        ** REMOVED **
19982           po/stamp-po                   ** REMOVED **
19983           Makefile.am
19984           autogen.sh
19985           configure.ac
19986                 enable building with automake 1.8.x
19987                 add 'autopoint --force' to autogen.sh and remove all
19988                 auto-generated files, remove ac/ directory and use
19989                 m4/ directory instead
19990                 
19991         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19992                 fix gettextization
19993
19994 2004-02-28 Colin Leroy <colin@colino.net>
19995         * src/prefs_matcher.c
19996           src/prefs_filtering.c
19997           src/prefs_filtering_action.c
19998                 Fix non-editable GtkEntries
19999
20000 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20001         * src/prefs_themes.c
20002                 utf8 conversion for theme info
20003
20004 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20005         * sync 0.9.9claws
20006
20007 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20008         * src/grouplistdialog.c
20009                 allow multiple selections without ctrl key
20010
20011 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20012         * src/main.c
20013                 enable customizable accelerators
20014
20015 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20016         * src/prefs_common.c
20017                 re-enable different font settings for gtk1/2
20018         * src/prefs_folder_item.c
20019                 fix folder prefs displayed wrong
20020         * src/textview.c
20021                 set 'sunken' shadow type
20022
20023 2004-02-07 Colin Leroy <colin@colino.net>
20024         * src/compose.c
20025                 Fix message being always [Edited]
20026                 Encode headers correctly (utf8 buf)
20027
20028 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20029         * src/socket.c
20030                 remove double g_source_attach()
20031                 (Thanks to Colin Leroy)
20032
20033 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20034         * src/gtk/gtksctree.c
20035                 Fix SSL certificate list not shown
20036         * src/mimeview.c
20037                 Fix clicks in mime tree
20038
20039 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20040         * src/common/socket.c
20041                 Fix SSL receive
20042         * src/compose.c
20043                 Fix clipboard menu hotkeys
20044
20045 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20046         * src/gtk/gtkaspell.[ch]
20047           src/compose.c
20048                 reimplement spellchecker
20049
20050 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20051         * src/gtk/filesel.c
20052                 crash when inserting file in compose window
20053                 (TODO: keep old selection on clicks)
20054         * src/main.c
20055                 use gtkrc-2.0 instead of gtkrc
20056
20057 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20058         * src/messageview.c
20059                 remove orphaned mimeview unref()
20060
20061 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20062         * src/grouplistdialog.c
20063                 expand nodes containing subscribed groups
20064
20065 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20066         * src/textview.c
20067                 textview: hide cursor, restore old click behaviour
20068
20069 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20070         * src/textview.c
20071                 variable names messed up
20072
20073 2004-01-17 Colin Leroy <colin@colino.net>
20074         * src/addr_compl.c
20075                 Fix completion address too thin
20076         * src/compose.c
20077                 Fix tab-to-subject behaviour
20078         * src/summaryview.c
20079                 Implement key up & down in summaryview
20080
20081 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20082
20083         * sync 098claws
20084
20085 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20086         * configure.ac
20087           Makefile.am
20088           doc/.cvsignore
20089           doc/Makefile.am
20090                 faq, man, manual moved to doc/
20091         * ac/aspell.m4
20092           ac/check-type.m4
20093           ac/gnupg-check-typedef.m4
20094           ac/openssl.m4
20095           ac/spamassassin.m4
20096           ac/missing/gdk-pixbuf.m4
20097           ac/missing/gpgme.m4
20098           ac/missing/imlib.m4
20099                 fix automake warnings
20100
20101 2003-12-06 Colin Leroy <colin@colino.net>
20102         * src/summaryview.c
20103                 Fix quicksearch
20104
20105 2003-12-05 Colin Leroy <colin@colino.net>
20106         * src/summaryview.c
20107                 Fix going to next unread folder
20108
20109 2003-12-05 Colin Leroy <colin@colino.net>
20110         * src/crash.c
20111                 Fix gtk2 compilation
20112         * src/session.c
20113                 Remove iotag source handler at disconnection
20114         * src/socket.[ch] 
20115                 Remove source handler when closing socket 
20116                 (fixes another seg)
20117
20118 2003-12-04 Colin Leroy <colin@colino.net>
20119         * src/compose.c
20120           src/prefs_account.c
20121           src/prefs_common.c
20122                 Fix some dropdown menus
20123
20124 2003-12-04 Colin Leroy <colin@colino.net>
20125         * src/compose.c
20126                 Fix event handlers on header fields
20127         * src/common/socket.c
20128           src/common/session.c
20129                 Fix segfault with callback (SSL)
20130                 Fix end of session 
20131
20132 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20133
20134         * Fix compile bug in src/compose.c
20135         * removed src/gtk/gtkstext.[ch]
20136
20137 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20138
20139         * Convert character set and escape "text" attributes in toolbar setting
20140         files.
20141         * Fixed bug in button-press-event handling.
20142
20143 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20144
20145         * Fixed bug in key-press-event handling.
20146
20147 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20148
20149         * Enabled to compile tray-icon plugin (Ad-hoc).
20150         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20151
20152 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20153
20154         * Enabled to compile on sylpheed-claws.
20155         (tray-icon plugin still cannot compile yet.)
20156
20157 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20158
20159         * Updated to 0.9.5.
20160
20161 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20162
20163         * Updated to 0.9.4.
20164         * Ported monitoring SSL mechanism to GSource of GLib2
20165         (I don't confirm it)
20166         * Added _gtk2 suffix to key name of font preference to avoid
20167         ovverwriting preference of Gtk+-1.2 version.
20168
20169 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20170
20171         * Updated to 0.9.2.
20172
20173 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20174
20175         * Updated to 0.9.1.
20176         * Translate po files into UTF-8 when execute autogen.sh.
20177
20178 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20179
20180         * Updated to 0.9.0.
20181
20182 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20183
20184         * Plugged GError related memory leaks.
20185
20186 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20187
20188         * Changed default size of fonts.
20189         * Enabled to set titile font size of warning dialog.
20190
20191 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20192
20193         * Embed a sylpheed icon into executable binary on Windows.
20194
20195 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20196
20197         * I forgot to traslate character set of element string in src/xml.c.
20198
20199 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20200
20201         * Fixed detecting bind_textdomain_codeset in configure.in.
20202         * The bug in which "Example" of "Date fromat" preference isn't displayed
20203         correctly has been fixed.
20204
20205 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20206
20207         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20208           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20209           glib-gettextize
20210           Removed intl directory.
20211           Translated po files into UTF-8.
20212           (Thanks! Ryuji Abe)
20213
20214 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20215
20216         * The bug which doesn't unscape string in xml.c has been fixed.
20217
20218 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20219
20220         * The bug which is failed to translate encoding of file name thorough
20221         file dialog has been fixed.
20222
20223 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20224
20225         * Modified to translate file names which is used in inporting/expoting
20226         mbox feature and "Save as" feature into locale encoding.
20227         * Translate file names into locale encoding when "Attache file" and
20228         "Insert file".
20229         * Force set G_BROKEN_FILENAMES environment variable.
20230         * Other minor fixes.
20231
20232 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20233
20234         * Modified to treat MH folder's name as locale encoding.
20235
20236 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20237
20238         * The bug which clash on switching candidates of auto completion of
20239         addresses, cannot use auto completion in Japanesse is fixed
20240         (Thanks! Tokunaga-san)¡¥
20241
20242 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20243
20244         * The bug which cannot switch key accelerator preference has been fixed
20245         (Thanks! smbd-san)¡¥
20246
20247 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20248
20249         * version 0.8.11-gtk2-20030314
20250
20251 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20252
20253         * The bug in which character set conversion of filtering messages has
20254         been fixed.(Thanks! COCOA-san).
20255
20256 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20257
20258         * Revived "Leave space on head" preference in "Message" category.
20259         * A bug which clash when put the cursor to end of buffer and execute
20260         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20261
20262 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20263
20264         * version 0.8.11-gtk2-20030312
20265
20266 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20267
20268         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20269         * Modified to use Pango's API directly for font preference.
20270         * Integrated GtkTextView of textview to one widget.
20271         * Set fonts of header title in textview by "header_title" tag.
20272         * Removed some deprecated codes.
20273
20274 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20275
20276         * Updated to 0.8.11.
20277         * Merged cygwin patch(Thanks! Sakai-san).
20278
20279 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20280
20281         * version 0.8.10-gtk2-20030309