033d71e7d5f91ec6e14464d6c7db8ff238bb5b1f
[claws.git] / ChangeLog
1 2006-11-13 [wwp]        2.6.0cvs39
2
3         * src/compose.c
4         * src/quote_fmt_parse.y
5                 fix bug 1052: current parser buffer was not always allocated, ptr to this buffer could be
6                 returned as NULL whereas no parser error has occurred. in consequence, defining a template
7                 body as "%d" (w/o the quotes) for the first time of the instance of claws-mail, was reporting
8                 a parser error. make sure that the buffer is always allocated, even to an empty string.
9
10                 fix mis-unescaping in compose.:compose_quote_fmt(): unescaping of the fmt string was always done
11                 whereas it must be done *only* when receiving quote format strings issued from the prefs
12                 (compose new message, reply, forward, redirect formats), *not* when applying templates.
13                 in consequences, applying templates w/ sequences like \\|p{echo} were failing. make
14                 sure that unescaping is done only when necessary.
15
16 2006-11-12 [colin]      2.6.0cvs38
17
18         * po/de.po
19                 Fix typo (s/KB/MB)
20
21 2006-11-12 [colin]      2.6.0cvs37
22
23         * src/plugins/pgpinline/pgpinline.c
24         * src/plugins/pgpmime/pgpmime.c
25                 Release GPG context at the latest 
26                 possible moment. Maybe fixes 
27                 bug 1057, 'crash on sending signed 
28                 message to a newsgroup'
29                 
30
31 2006-11-12 [colin]      2.6.0cvs36
32
33         * src/plugins/pgpcore/sgpgme.c
34                 Tell a bit more when gpg's status doesn't
35                 contain any signature
36
37 2006-11-12 [colin]      2.6.0cvs35
38
39         * src/compose.c
40                 Fix bug 1060, 'compilation error with 
41                 Irix's cc'
42
43 2006-11-12 [paul]       2.6.0cvs34
44
45         * doc/man/claws-mail.1
46         * src/prefs_gtk.c
47         * src/plugins/clamav/README
48         * src/plugins/spamassassin/README
49         * tools/README
50         * tools/freshmeat_search.pl
51         * tools/google_search.pl
52         * tools/multiwebsearch.pl
53                 more renaming
54         * src/plugins/trayicon/trayicon.c
55                 fix compiliation warning
56
57 2006-11-11 [colin]      2.6.0cvs33
58
59         * src/folderview.c
60                 Forbid drag and drop from/to different
61                 folders of type F_UNKNOWN
62
63 2006-11-11 [colin]      2.6.0cvs32
64
65         * src/plugins/pgpinline/pgpinline.c
66                 Fix typo in previous commit:
67                 - gpgme_new(&ctx);
68                 + if ((err = gpgme_new(&data->ctx)) ...)
69
70 2006-11-11 [colin]      2.6.0cvs31
71
72         * src/plugins/pgpinline/pgpinline.c
73         * src/plugins/pgpmime/pgpmime.c
74                 Check success after calling gpgme_new
75                 Maybe fixes bug 1057, 'crash on sending 
76                 signed message to a newsgroup'
77
78 2006-11-11 [colin]      2.6.0cvs30
79
80         * src/undo.c
81                 init undostruct to 0s (from
82                 valgrind log of bug 1057)
83
84 2006-11-10 [colin]      2.6.0cvs29
85
86         * src/mainwindow.c
87                 Set cursor to wait before filtering
88                 duplicates in all folders
89         * src/plugins/bogofilter/bogofilter.c
90         * src/plugins/bogofilter/bogofilter.h
91         * src/plugins/bogofilter/bogofilter_gtk.c
92                 Completely thread away the bogofilter
93                 filtering
94
95 2006-11-10 [mones]      2.6.0cvs28
96
97         * src/compose.c
98         * src/compose.h
99                 added COMPOSE_CHECK_BEFORE_SEND hook
100
101 2006-11-10 [paul]       2.6.0cvs27
102
103         * src/crash.c
104                 more renaming
105                 add libSM to get_compiled_in_features()
106         * src/main.c
107                 more renaming
108
109 2006-11-10 [colin]      2.6.0cvs26
110
111         * src/etpan/imap-thread.c
112                 Add a reference to libetpan's sasl engine
113                 so that sasl_done() doesn't get called by
114                 libetpan, and doesn't break openssl.
115                 Should fix bug 1053, 'SC fails to reestablish 
116                 a secure connection'
117                 Patch by Hoa
118
119 2006-11-10 [colin]      2.6.0cvs25
120
121         * manual/addrbook.xml
122         * manual/advanced.xml
123         * manual/faq.xml
124         * manual/intro.xml
125                 Some more renaming
126
127 2006-11-09 [colin]      2.6.0cvs24
128
129         * src/plugins/bogofilter/bogofilter_gtk.c
130                 Add comment about annoyance
131
132 2006-11-09 [colin]      2.6.0cvs23
133
134         * src/plugins/bogofilter/bogofilter.c
135         * src/plugins/bogofilter/bogofilter_gtk.c
136                 Prepare things needed to thread bogofilter
137                 filtering: separate bogo stuff and possible GUI
138                 stuff. 
139
140 2006-11-09 [colin]      2.6.0cvs22
141
142         * src/account.c
143         * src/compose.c
144                 Search for one of our accounts in Delivered-To
145                 (helps for auto-account selection when 
146                  replying/forwarding)
147         * src/folderview.c
148         * src/mainwindow.c
149         * src/mainwindow.h
150         * src/plugins/trayicon/trayicon.c
151                 Allow opening a new mail with any account from
152                 the contextual menu
153
154 2006-11-09 [wwp]        2.6.0cvs21
155
156         * src/compose.c
157         * src/prefs_common.c
158         * src/prefs_common.h
159         * src/prefs_compose_writing.c
160                 add a compose new message format (in prefs/compose/writing), it's a
161                 simple subject+body template to use when opening a new composition
162                 window. It's similar to the existent reply and forward formats.
163
164                 enhanced the template/format % symbols substitution mechanism to
165                 use current composition window information when % are used in
166                 the compose new message format or in templates applied to new
167                 messages (there were useless in that situations before). When
168                 applied to new messages, %d corresponds to the system time/date.
169
170 2006-11-09 [paul]       2.6.0cvs20
171
172         * src/gtk/authors.h
173                 fix last commit
174
175 2006-11-09 [paul]       2.6.0cvs19
176
177         * src/gtk/authors.h
178                 keep tje alphabetical order
179
180 2006-11-08 [colin]      2.6.0cvs18
181
182         * src/etpan/imap-thread.c
183                 Fix bug 1054, 'Slowness logging big 
184                 data chunks'
185
186 2006-11-08 [paul]       2.6.0cvs17
187
188         * tools/Makefile.am
189                 fix the renaming
190
191 2006-11-08 [paul]       2.6.0cvs16
192
193         * src/common/defs.h
194                 update BUGZILLA_URI
195
196 2006-11-08 [paul]       2.6.0cvs15
197
198         * tools/Makefile.am
199         * tools/OOo2claws-mail.pl
200         * tools/OOo2sylpheed.pl
201         * tools/README
202         * tools/acroread2claws-mail.pl
203         * tools/acroread2sylpheed.pl
204         * tools/kmail2claws-mail.pl
205         * tools/kmail2claws-mail_v2.pl
206         * tools/kmail2sylpheed.pl
207         * tools/kmail2sylpheed_v2.pl
208         * tools/maildir2claws-mail.pl
209         * tools/maildir2sylpheed.pl
210         * tools/nautilus2claws-mail.sh
211         * tools/nautilus2sylpheed.sh
212         * tools/outlook2claws-mail.pl
213         * tools/outlook2sylpheed.pl
214         * tools/tb2claws-mail
215         * tools/tb2sylpheed
216         * tools/tbird2claws.py
217         * tools/tbird2syl.py
218         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
219         * tools/kdeservicemenu/install.sh
220         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
221         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
222         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
223         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
224         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
225                 renamed (removed, added) tools files
226
227 2006-11-08 [paul]       2.6.0cvs14
228
229         * src/main.c
230         * src/common/defs.h
231                 Migrate sylpheedrc to clawsrc, and fix the standard
232                 plugins path in the process
233
234 2006-11-07 [colin]      2.6.0cvs13
235
236         * src/Makefile.am
237                 Symlink sylpheed-claws relative to 
238                 claws-mail
239
240 2006-11-07 [colin]      2.6.0cvs12
241
242         * src/compose.c
243                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
244
245 2006-11-07 [paul]       2.6.0cvs11
246
247         * src/gtk/about.c
248                 Fix a missed occurence of
249                 Sylpheed-Claws
250
251 2006-11-07 [paul]       2.6.0cvs10
252
253         * src/Makefile.am
254                 Fix symlink installation
255
256 2006-11-07 [paul]       2.6.0cvs9
257
258         * src/Makefile.am
259                 Symlink claws-mail to sylpheed-claws
260         * src/common/utils.c
261                 Fix migrating symlinks
262         * src/etpan/imap-thread.c
263                 check certificate only when there's
264                 no error
265
266 2006-11-07 [paul]       2.6.0cvs8
267
268         * Makefile.am
269                 Fix icon breakages with Gtk, which needs a 
270                 cache updated to see them.
271
272 2006-11-07 [paul]       2.6.0cvs7
273
274         * .cvsignore
275         * AUTHORS
276         * COPYING
277         * INSTALL
278         * Makefile.am
279         * NEWS
280         * README
281         * RELEASE_NOTES
282         * autogen.sh
283         * claws-mail-128x128.png
284         * claws-mail-64x64.png
285         * claws-mail.ico
286         * claws-mail.pc.in
287         * claws-mail.png
288         * configure.ac
289         * sylpheed-claws-128x128.png
290         * sylpheed-claws-64x64.png
291         * sylpheed-claws.desktop
292         * sylpheed-claws.ico
293         * sylpheed-claws.pc.in
294         * sylpheed-claws.png
295         * debian/README.Debian
296         * debian/changelog
297         * debian/claws-mail.desktop
298         * debian/claws-mail.menu
299         * debian/claws-mail.postinst.debhelper
300         * debian/claws-mail.postrm.debhelper
301         * debian/control
302         * debian/copyright
303         * debian/files
304         * debian/rules
305         * debian/sylpheed-claws.desktop
306         * debian/sylpheed-claws.menu
307         * debian/sylpheed-claws.postinst.debhelper
308         * debian/sylpheed-claws.postrm.debhelper
309         * doc/man/Makefile.am
310         * doc/man/claws-mail.1
311         * doc/man/sylpheed-claws.1
312         * doc/src/ChangeLog.claws-pre0.8.0
313         * manual/Makefile.am
314         * manual/account.xml
315         * manual/ack.xml
316         * manual/addrbook.xml
317         * manual/advanced.xml
318         * manual/claws-mail-manual.xml
319         * manual/faq.xml
320         * manual/glossary.xml
321         * manual/handling.xml
322         * manual/intro.xml
323         * manual/keyboard.xml
324         * manual/plugins.xml
325         * manual/starting.xml
326         * manual/sylpheed-claws-manual.xml
327         * manual/xml2pdf
328         * manual/dist/.cvsignore
329         * manual/dist/html/.cvsignore
330         * manual/dist/html/Makefile.am
331         * manual/dist/pdf/.cvsignore
332         * manual/dist/pdf/Makefile.am
333         * manual/dist/ps/.cvsignore
334         * manual/dist/ps/Makefile.am
335         * manual/dist/txt/.cvsignore
336         * manual/dist/txt/Makefile.am
337         * manual/es/Makefile.am
338         * manual/es/advanced.xml
339         * manual/es/claws-mail-manual.xml
340         * manual/es/faq.xml
341         * manual/es/glossary.xml
342         * manual/es/handling.xml
343         * manual/es/intro.xml
344         * manual/es/plugins.xml
345         * manual/es/sylpheed-claws-manual.xml
346         * manual/es/dist/.cvsignore
347         * manual/es/dist/html/.cvsignore
348         * manual/es/dist/html/Makefile.am
349         * manual/es/dist/pdf/.cvsignore
350         * manual/es/dist/pdf/Makefile.am
351         * manual/es/dist/ps/.cvsignore
352         * manual/es/dist/ps/Makefile.am
353         * manual/es/dist/txt/.cvsignore
354         * manual/es/dist/txt/Makefile.am
355         * manual/fr/Makefile.am
356         * manual/fr/account.xml
357         * manual/fr/ack.xml
358         * manual/fr/addrbook.xml
359         * manual/fr/advanced.xml
360         * manual/fr/claws-mail-manual.xml
361         * manual/fr/faq.xml
362         * manual/fr/glossary.xml
363         * manual/fr/handling.xml
364         * manual/fr/intro.xml
365         * manual/fr/keyboard.xml
366         * manual/fr/plugins.xml
367         * manual/fr/starting.xml
368         * manual/fr/sylpheed-claws-manual.xml
369         * manual/fr/dist/.cvsignore
370         * manual/fr/dist/html/.cvsignore
371         * manual/fr/dist/html/Makefile.am
372         * manual/fr/dist/pdf/.cvsignore
373         * manual/fr/dist/pdf/Makefile.am
374         * manual/fr/dist/ps/.cvsignore
375         * manual/fr/dist/ps/Makefile.am
376         * manual/fr/dist/txt/.cvsignore
377         * manual/fr/dist/txt/Makefile.am
378         * manual/pl/Makefile.am
379         * manual/pl/account.xml
380         * manual/pl/ack.xml
381         * manual/pl/addrbook.xml
382         * manual/pl/advanced.xml
383         * manual/pl/claws-mail-manual.xml
384         * manual/pl/faq.xml
385         * manual/pl/glossary.xml
386         * manual/pl/handling.xml
387         * manual/pl/intro.xml
388         * manual/pl/keyboard.xml
389         * manual/pl/plugins.xml
390         * manual/pl/starting.xml
391         * manual/pl/sylpheed-claws-manual.xml
392         * manual/pl/dist/.cvsignore
393         * manual/pl/dist/html/.cvsignore
394         * manual/pl/dist/html/Makefile.am
395         * manual/pl/dist/pdf/.cvsignore
396         * manual/pl/dist/pdf/Makefile.am
397         * manual/pl/dist/ps/.cvsignore
398         * manual/pl/dist/ps/Makefile.am
399         * manual/pl/dist/txt/.cvsignore
400         * manual/pl/dist/txt/Makefile.am
401         * po/.cvsignore
402         * po/Makevars
403         * src/.cvsignore
404         * src/Makefile.am
405         * src/account.c
406         * src/account.h
407         * src/action.c
408         * src/action.h
409         * src/adbookbase.h
410         * src/addr_compl.c
411         * src/addr_compl.h
412         * src/addrbook.c
413         * src/addrcache.c
414         * src/addrcache.h
415         * src/addrcindex.c
416         * src/addrcindex.h
417         * src/addrclip.c
418         * src/addrclip.h
419         * src/addrdefs.h
420         * src/addressadd.c
421         * src/addressadd.h
422         * src/addressbook.c
423         * src/addressbook.h
424         * src/addressbook_foldersel.c
425         * src/addressbook_foldersel.h
426         * src/addrgather.c
427         * src/addrgather.h
428         * src/addrharvest.c
429         * src/addrharvest.h
430         * src/addrindex.c
431         * src/addrindex.h
432         * src/addritem.c
433         * src/addritem.h
434         * src/addrquery.c
435         * src/addrquery.h
436         * src/addrselect.c
437         * src/addrselect.h
438         * src/alertpanel.c
439         * src/alertpanel.h
440         * src/browseldap.c
441         * src/browseldap.h
442         * src/codeconv.c
443         * src/codeconv.h
444         * src/compose.c
445         * src/crash.c
446         * src/crash.h
447         * src/customheader.c
448         * src/customheader.h
449         * src/displayheader.c
450         * src/displayheader.h
451         * src/editaddress.c
452         * src/editaddress.h
453         * src/editbook.c
454         * src/editbook.h
455         * src/editgroup.c
456         * src/editgroup.h
457         * src/editjpilot.c
458         * src/editjpilot.h
459         * src/editldap.c
460         * src/editldap.h
461         * src/editldap_basedn.c
462         * src/editldap_basedn.h
463         * src/editvcard.c
464         * src/editvcard.h
465         * src/exphtmldlg.c
466         * src/exphtmldlg.h
467         * src/expldifdlg.c
468         * src/expldifdlg.h
469         * src/export.c
470         * src/exporthtml.c
471         * src/exporthtml.h
472         * src/exportldif.c
473         * src/exportldif.h
474         * src/filtering.c
475         * src/filtering.h
476         * src/folder.c
477         * src/folder.h
478         * src/folder_item_prefs.c
479         * src/folder_item_prefs.h
480         * src/foldersel.c
481         * src/foldersel.h
482         * src/folderutils.c
483         * src/folderutils.h
484         * src/folderview.c
485         * src/folderview.h
486         * src/grouplistdialog.c
487         * src/grouplistdialog.h
488         * src/html.c
489         * src/html.h
490         * src/image_viewer.c
491         * src/image_viewer.h
492         * src/imap.c
493         * src/imap.h
494         * src/imap_gtk.c
495         * src/imap_gtk.h
496         * src/import.c
497         * src/import.h
498         * src/importldif.c
499         * src/importldif.h
500         * src/importmutt.c
501         * src/importmutt.h
502         * src/importpine.c
503         * src/importpine.h
504         * src/inc.c
505         * src/inc.h
506         * src/jpilot.c
507         * src/jpilot.h
508         * src/ldapctrl.c
509         * src/ldapctrl.h
510         * src/ldaplocate.c
511         * src/ldaplocate.h
512         * src/ldapquery.c
513         * src/ldapquery.h
514         * src/ldapserver.c
515         * src/ldapserver.h
516         * src/ldaputil.c
517         * src/ldaputil.h
518         * src/ldif.c
519         * src/ldif.h
520         * src/localfolder.c
521         * src/localfolder.h
522         * src/main.c
523         * src/main.h
524         * src/mainwindow.c
525         * src/mainwindow.h
526         * src/manual.c
527         * src/manual.h
528         * src/matcher.c
529         * src/matcher.h
530         * src/matcher_parser.h
531         * src/matcher_parser_lex.l
532         * src/matcher_parser_parse.y
533         * src/mbox.c
534         * src/mbox.h
535         * src/message_search.c
536         * src/message_search.h
537         * src/messageview.c
538         * src/messageview.h
539         * src/mh.c
540         * src/mh.h
541         * src/mh_gtk.c
542         * src/mh_gtk.h
543         * src/mimeview.c
544         * src/mimeview.h
545         * src/msgcache.c
546         * src/msgcache.h
547         * src/mutt.c
548         * src/mutt.h
549         * src/news.c
550         * src/news.h
551         * src/news_gtk.c
552         * src/news_gtk.h
553         * src/noticeview.c
554         * src/noticeview.h
555         * src/partial_download.c
556         * src/partial_download.h
557         * src/pine.c
558         * src/pine.h
559         * src/pop.c
560         * src/pop.h
561         * src/prefs_account.c
562         * src/prefs_account.h
563         * src/prefs_actions.c
564         * src/prefs_actions.h
565         * src/prefs_common.c
566         * src/prefs_common.h
567         * src/prefs_compose_writing.c
568         * src/prefs_compose_writing.h
569         * src/prefs_customheader.c
570         * src/prefs_customheader.h
571         * src/prefs_display_header.c
572         * src/prefs_display_header.h
573         * src/prefs_ext_prog.c
574         * src/prefs_ext_prog.h
575         * src/prefs_filtering.c
576         * src/prefs_folder_column.c
577         * src/prefs_folder_column.h
578         * src/prefs_folder_item.c
579         * src/prefs_folder_item.h
580         * src/prefs_fonts.c
581         * src/prefs_fonts.h
582         * src/prefs_gtk.c
583         * src/prefs_gtk.h
584         * src/prefs_image_viewer.c
585         * src/prefs_image_viewer.h
586         * src/prefs_matcher.c
587         * src/prefs_matcher.h
588         * src/prefs_message.c
589         * src/prefs_message.h
590         * src/prefs_msg_colors.c
591         * src/prefs_msg_colors.h
592         * src/prefs_other.c
593         * src/prefs_other.h
594         * src/prefs_quote.c
595         * src/prefs_quote.h
596         * src/prefs_receive.c
597         * src/prefs_receive.h
598         * src/prefs_send.c
599         * src/prefs_send.h
600         * src/prefs_spelling.c
601         * src/prefs_spelling.h
602         * src/prefs_summaries.c
603         * src/prefs_summaries.h
604         * src/prefs_summary_column.c
605         * src/prefs_summary_column.h
606         * src/prefs_template.c
607         * src/prefs_template.h
608         * src/prefs_themes.c
609         * src/prefs_themes.h
610         * src/prefs_toolbar.c
611         * src/prefs_toolbar.h
612         * src/prefs_wrapping.c
613         * src/prefs_wrapping.h
614         * src/privacy.c
615         * src/privacy.h
616         * src/procheader.c
617         * src/procheader.h
618         * src/procmime.c
619         * src/procmime.h
620         * src/procmsg.c
621         * src/procmsg.h
622         * src/quote_fmt.c
623         * src/quote_fmt_parse.y
624         * src/recv.c
625         * src/recv.h
626         * src/remotefolder.c
627         * src/remotefolder.h
628         * src/send_message.c
629         * src/send_message.h
630         * src/setup.c
631         * src/setup.h
632         * src/sourcewindow.c
633         * src/sourcewindow.h
634         * src/ssl_manager.c
635         * src/ssl_manager.h
636         * src/statusbar.c
637         * src/statusbar.h
638         * src/stock_pixmap.c
639         * src/stock_pixmap.h
640         * src/summary_search.c
641         * src/summary_search.h
642         * src/summaryview.c
643         * src/summaryview.h
644         * src/syldap.c
645         * src/syldap.h
646         * src/textview.c
647         * src/textview.h
648         * src/toolbar.c
649         * src/toolbar.h
650         * src/undo.c
651         * src/undo.h
652         * src/unmime.c
653         * src/unmime.h
654         * src/vcard.c
655         * src/vcard.h
656         * src/wizard.c
657         * src/wizard.h
658         * src/common/base64.c
659         * src/common/base64.h
660         * src/common/defs.h
661         * src/common/hooks.c
662         * src/common/hooks.h
663         * src/common/log.c
664         * src/common/log.h
665         * src/common/mgutils.c
666         * src/common/mgutils.h
667         * src/common/nntp.c
668         * src/common/nntp.h
669         * src/common/passcrypt.c
670         * src/common/passcrypt.h.in
671         * src/common/plugin.c
672         * src/common/plugin.h
673         * src/common/prefs.c
674         * src/common/prefs.h
675         * src/common/progressindicator.c
676         * src/common/progressindicator.h
677         * src/common/quoted-printable.c
678         * src/common/quoted-printable.h
679         * src/common/session.c
680         * src/common/session.h
681         * src/common/smtp.c
682         * src/common/smtp.h
683         * src/common/socket.c
684         * src/common/socket.h
685         * src/common/ssl.c
686         * src/common/ssl.h
687         * src/common/stringtable.c
688         * src/common/stringtable.h
689         * src/common/sylpheed.c
690         * src/common/sylpheed.h
691         * src/common/template.c
692         * src/common/template.h
693         * src/common/timing.h
694         * src/common/utils.c
695         * src/common/utils.h
696         * src/common/version.h.in
697         * src/common/xml.c
698         * src/common/xml.h
699         * src/common/xmlprops.c
700         * src/common/xmlprops.h
701         * src/gtk/about.c
702         * src/gtk/colorlabel.c
703         * src/gtk/colorlabel.h
704         * src/gtk/colorsel.c
705         * src/gtk/colorsel.h
706         * src/gtk/combobox.c
707         * src/gtk/combobox.h
708         * src/gtk/description_window.c
709         * src/gtk/description_window.h
710         * src/gtk/filesel.c
711         * src/gtk/filesel.h
712         * src/gtk/foldersort.c
713         * src/gtk/foldersort.h
714         * src/gtk/gtkaspell.c
715         * src/gtk/gtkaspell.h
716         * src/gtk/gtksctree.c
717         * src/gtk/gtkshruler.c
718         * src/gtk/gtkshruler.h
719         * src/gtk/gtkutils.c
720         * src/gtk/gtkutils.h
721         * src/gtk/icon_legend.c
722         * src/gtk/icon_legend.h
723         * src/gtk/logwindow.c
724         * src/gtk/logwindow.h
725         * src/gtk/manage_window.c
726         * src/gtk/manage_window.h
727         * src/gtk/pluginwindow.c
728         * src/gtk/pluginwindow.h
729         * src/gtk/prefswindow.c
730         * src/gtk/prefswindow.h
731         * src/gtk/quicksearch.c
732         * src/gtk/quicksearch.h
733         * src/pixmaps/claws-mail.xpm
734         * src/pixmaps/claws-mail_icon.xpm
735         * src/pixmaps/claws-mail_logo.xpm
736         * src/pixmaps/sylpheed-claws.xpm
737         * src/pixmaps/sylpheed-claws_icon.xpm
738         * src/pixmaps/sylpheed-claws_logo.xpm
739         * src/plugins/bogofilter/Makefile.am
740         * src/plugins/bogofilter/bogofilter.c
741         * src/plugins/bogofilter/bogofilter.h
742         * src/plugins/bogofilter/bogofilter_gtk.c
743         * src/plugins/clamav/Makefile.am
744         * src/plugins/clamav/clamav_plugin.c
745         * src/plugins/clamav/clamav_plugin.h
746         * src/plugins/clamav/clamav_plugin_gtk.c
747         * src/plugins/demo/Makefile.am
748         * src/plugins/demo/demo.c
749         * src/plugins/dillo_viewer/Makefile.am
750         * src/plugins/dillo_viewer/README
751         * src/plugins/dillo_viewer/dillo_prefs.c
752         * src/plugins/dillo_viewer/dillo_prefs.h
753         * src/plugins/dillo_viewer/dillo_viewer.c
754         * src/plugins/pgpcore/Makefile.am
755         * src/plugins/pgpcore/passphrase.c
756         * src/plugins/pgpcore/passphrase.h
757         * src/plugins/pgpcore/pgp_viewer.c
758         * src/plugins/pgpcore/pgp_viewer.h
759         * src/plugins/pgpcore/plugin.c
760         * src/plugins/pgpcore/prefs_gpg.c
761         * src/plugins/pgpcore/prefs_gpg.h
762         * src/plugins/pgpcore/select-keys.c
763         * src/plugins/pgpcore/select-keys.h
764         * src/plugins/pgpcore/sgpgme.c
765         * src/plugins/pgpcore/sgpgme.h
766         * src/plugins/pgpcore/sylpheed.def
767         * src/plugins/pgpcore/version.rc
768         * src/plugins/pgpinline/Makefile.am
769         * src/plugins/pgpinline/pgpinline.c
770         * src/plugins/pgpinline/pgpinline.h
771         * src/plugins/pgpinline/plugin.c
772         * src/plugins/pgpinline/sylpheed.def
773         * src/plugins/pgpinline/version.rc
774         * src/plugins/pgpmime/Makefile.am
775         * src/plugins/pgpmime/pgpmime.c
776         * src/plugins/pgpmime/pgpmime.h
777         * src/plugins/pgpmime/plugin.c
778         * src/plugins/pgpmime/sylpheed.def
779         * src/plugins/pgpmime/version.rc
780         * src/plugins/spamassassin/Makefile.am
781         * src/plugins/spamassassin/README
782         * src/plugins/spamassassin/spamassassin.c
783         * src/plugins/spamassassin/spamassassin.h
784         * src/plugins/spamassassin/spamassassin_gtk.c
785         * src/plugins/trayicon/Makefile.am
786         * src/plugins/trayicon/trayicon.c
787         * tools/OOo2sylpheed.pl
788         * tools/README
789         * tools/README.sylprint
790         * tools/acroread2sylpheed.pl
791         * tools/claws.i18n.status.pl
792         * tools/filter_conv.pl
793         * tools/filter_conv_new.pl
794         * tools/freshmeat_search.pl
795         * tools/google_search.pl
796         * tools/kmail2sylpheed.pl
797         * tools/kmail2sylpheed_v2.pl
798         * tools/make.themes.project
799         * tools/multiwebsearch.pl
800         * tools/nautilus2sylpheed.sh
801         * tools/outlook2sylpheed.pl
802         * tools/sylprint.pl
803         * tools/sylprint.rc
804         * tools/tb2sylpheed
805         * tools/textviewer.sh
806         * tools/vcard2xml.py
807         * tools/kdeservicemenu/README
808         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
809         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
810         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
811                 Change name to Claws Mail. Announce to follow...
812
813 2006-11-06 [wwp]        2.6.0cvs6
814
815         * src/prefs_template.c
816                 unify messages related to quote format/template errors (fix
817                 capitalization), again.
818
819 2006-11-06 [wwp]        2.6.0cvs5
820
821         * src/prefs_quote.c
822                 unify messages related to quote format/template errors.
823
824 2006-11-06 [wwp]        2.6.0cvs4
825
826         * src/prefs_msg_colors.c
827                 more uses of Q_ macro for contextual translations, thanks
828                 to Fabien (fzzzzz).
829
830 2006-11-06 [wwp]        2.6.0cvs3
831
832         * src/compose.c
833         * src/common/utils.c
834         * src/common/utils.h
835                 show an alertpanel to make sure users are aware that sensitive
836                 files are attached (it's file blacklist-based). This will fix
837                 interaction w/ GoogleEarth for instance, thanks to Colin.
838
839 2006-11-06 [wwp]        2.6.0cvs2
840
841         * src/prefs_quote.c
842         * src/prefs_template.c
843         * src/prefs_template.h
844                 check quote format when applying/closing prefs. For now this only
845                 shows up an error dialog box, not preventing the user from using
846                 a broken quote (reply, forwards) format.
847
848 2006-11-06 [wwp]        2.6.0cvs1
849
850         * src/prefs_template.c
851                 fix missing checks of some template fields.
852
853 2006-11-06 [paul]       2.6.0
854
855         * NEWS
856         * README
857         * RELEASE_NOTES
858                 2.6.0 released
859
860 2006-11-06 [paul]       2.5.6cvs22
861
862         * manual/advanced.xml
863         * manual/es/advanced.xml
864                 put 'respect_flowed_format' info in the correct
865                 place
866
867 2006-11-06 [mones]      2.5.6cvs21
868
869         * po/es.po
870                 Minor fixes for release
871
872 2006-11-06 [paul]       2.5.6cvs20
873
874         * po/cs.po
875         * po/de.po
876         * po/fr.po
877         * po/it.po
878         * po/nl.po
879         * po/pt_BR.po
880         * po/sk.po
881         * po/sv.po
882         * po/zh_CN.po
883                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
884                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
885                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
886                 Young
887
888 2006-11-02 [colin]      2.5.6cvs19
889
890         * src/imap.c
891         * src/imap.h
892         * src/prefs_account.c
893         * src/etpan/imap-thread.c
894                 Add GSSAPI support - fixes Debian bug #383274
895
896 2006-11-01 [colin]      2.5.6cvs18
897
898         * src/jpilot.c
899                 Handle libpisock12 support. Probably
900                 fixes bug 1046, 'jpilot AddressDB.pdb 
901                 import fail'
902
903 2006-11-01 [colin]      2.5.6cvs17
904
905         * src/folderutils.c
906                 debug_print() folderutils_mark_all_read()
907
908 2006-11-01 [colin]      2.5.6cvs16
909
910         * COPYING
911                 Add missed files to the Apache exception
912
913 2006-10-31 [colin]      2.5.6cvs15
914
915         * src/folder.c
916         * src/folder.h
917                 Add a copy_private_data() func to FolderClasses
918                 Doesn't break the feature freeze, because we 
919                 won't use it (right now) in the core.
920
921 2006-10-31 [colin]      2.5.6cvs14
922
923         * COPYING
924                 Allow linking with the Apache licensed files in
925                 src/plugins/spamassassin. Hopefully fixes 
926                 bug 1048, 'Spamassassin plugin license problem'
927
928 2006-10-31 [wwp]        2.5.6cvs13
929
930         * src/compose.c
931                 fix and optimize trimming of leading linefeeds in body loop.
932
933 2006-10-31 [colin]      2.5.6cvs12
934
935         * src/etpan/imap-thread.c
936         * src/imap.c
937                 Make really sure to have NULL sets in case
938                 of error
939
940 2006-10-30 [wwp]        2.5.6cvs11
941
942         * src/prefs_common.c
943         * src/prefs_common.h
944         * src/compose.c
945                 fix broken storage of quote format template when it contains \-escape
946                 sequences. The application of such sequences is also fixed now (\t
947                 in quote format will be a real tab instead of a 't', for instance).
948
949 2006-10-27 [colin]      2.5.6cvs10
950
951         * src/compose.c
952                 Probably fix bug 1045, 'sylpheed-claws 
953                 doesn't remove the mail from the IMAP 
954                 Queue folder after sending'. From
955                 2.5.6cvs3-stable
956
957 2006-10-27 [colin]      2.5.6cvs9
958
959         * configure.ac
960                 Require libetpan-0.48. I'm so annoying,
961                 I know ;-)
962
963 2006-10-27 [colin]      2.5.6cvs8
964
965         * src/folder.c
966         * src/imap.c
967                 Probably fix bug 1044, 'sylpheed-claws 
968                 segfaults while moving mails' - Fix relation
969                 usage when moving to an IMAP mailbox from another
970                 mailbox
971
972 2006-10-26 [paul]       2.5.6cvs7
973
974         * src/gtk/about.c
975                 add libSM to compiled-in features
976                 list
977
978 2006-10-24 [colin]      2.5.6cvs6
979
980         * src/textview.c
981         * src/gtk/gtkutils.c
982                 Fix crash when printing emails with an
983                 xface
984
985 2006-10-24 [mones]      2.5.6cvs5
986
987         * manual/es/advanced.xml
988                 Synchronize hidden option respect_flowed_format
989         * po/es.po
990                 Updated translation
991
992 2006-10-21 [paul]       2.5.6cvs4
993
994         * src/gtk/authors.h
995         * src/plugins/pgpcore/pgp_viewer.c
996         * src/plugins/pgpcore/sgpgme.c
997                 fix building on BSDs
998                 Thanks to Michael Hughes
999                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1000
1001 2006-10-20 [colin]      2.5.6cvs3
1002
1003         * configure.ac
1004                 Bump up libetpan requirement
1005                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1006         * src/common/utils.c
1007         * src/common/utils.h
1008                 Add convenience get_file_mtime()
1009         * src/imap.c
1010         * src/etpan/imap-thread.c
1011         * src/etpan/imap-thread.h
1012                 Implement UIDPLUS support if the server
1013                 supports it - faster sending in this case
1014
1015 2006-10-19 [colin]      2.5.6cvs2
1016
1017         * src/gtk/quicksearch.c
1018                 Fix emptying in type-ahead+extended mode
1019         * src/mainwindow.c
1020         * src/mainwindow.h
1021                 Add a hook for offline state change
1022         * src/plugins/trayicon/trayicon.c
1023                 Use it to display offline icons
1024         * src/plugins/trayicon/Makefile.am
1025         * src/plugins/trayicon/newmail.offline.xpm
1026         * src/plugins/trayicon/newmarkedmail.offline.xpm
1027         * src/plugins/trayicon/nomail.offline.xpm
1028         * src/plugins/trayicon/unreadmail.offline.xpm
1029         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1030                 Add the icons
1031
1032 2006-10-12 [paul]       2.5.6cvs1
1033
1034         * NEWS
1035         * README
1036         * configure.ac
1037                 Update version number following
1038                 stable release
1039
1040 2006-10-19 [colin]      2.5.5cvs18
1041
1042         * manual/handling.xml
1043                 Add type-ahead search
1044
1045 2006-10-18 [colin]      2.5.5cvs17
1046
1047         * src/gtk/quicksearch.c
1048                 Remove "save to history only if there's
1049                 no syntax error", it breaks for some 
1050                 reason which I'll investigate later.
1051
1052 2006-10-18 [colin]      2.5.5cvs16
1053
1054         * src/prefs_common.c
1055         * src/prefs_common.h
1056         * src/summaryview.c
1057         * src/gtk/quicksearch.c
1058         * src/gtk/quicksearch.h
1059                 Add a type-ahead option for fast searches
1060                 Patch by Fabien Vantard
1061
1062 2006-10-18 [colin]      2.5.5cvs15
1063
1064         * src/compose.c
1065         * src/compose.h
1066                 Add Options/Reply mode/ menu to be able to
1067                 change the recipients of a reply on the fly
1068
1069 2006-10-18 [colin]      2.5.5cvs14
1070
1071         * src/compose.c
1072                 Fix redirecting of our own sent mails
1073
1074 2006-10-17 [wwp]        2.5.5cvs13
1075
1076         * src/send_message.c
1077                 Fix duplicate error messages when sending, and missing
1078                 newline in such error messages.
1079
1080 2006-10-17 [colin]      2.5.5cvs12
1081
1082         * src/compose.c
1083                 Compare addresses case-insensitive
1084
1085 2006-10-17 [colin]      2.5.5cvs11
1086
1087         * src/plugins/pgpcore/sgpgme.c
1088                 Fix return status
1089
1090 2006-10-17 [colin]      2.5.5cvs10
1091
1092         * src/plugins/pgpcore/pgp_viewer.c
1093                 Fix return status
1094
1095 2006-10-17 [colin]      2.5.5cvs9
1096
1097         * src/quote_fmt.c
1098                 Fix a typo (thanks to Fabien)
1099
1100 2006-10-16 [colin]      2.5.5cvs8
1101
1102         * src/textview.c
1103                 Fix problem with quote-folding when emails
1104                 don't convert cleanly to UTF-8
1105
1106 2006-10-14 [colin]      2.5.5cvs7
1107
1108         * src/prefs_template.c
1109                 Reset fields when reopening
1110                 the window
1111
1112 2006-10-13 [paul]       2.5.5cvs6
1113
1114         * manual/advanced.xml
1115         * src/prefs_message.c
1116                 make 'respect_flowed_format' a hidden
1117                 option, and add a manual entry for it
1118                 Thanks to Colin
1119
1120 2006-10-12 [colin]      2.5.5cvs5
1121
1122         * src/codeconv.c
1123                 Revert part of 2.5.2cvs21:
1124                 Don't optimise by reusing the 
1125                 last iconv converter if possible:
1126                 it seems slightly broken in a 
1127                 very hard way to reproduce
1128
1129 2006-10-12 [colin]      2.5.5cvs4
1130
1131         * src/prefs_common.c
1132         * src/prefs_common.h
1133         * src/prefs_message.c
1134         * src/procmime.c
1135                 Fix bug 1035, 'Incorrect handling 
1136                 of flowed lines'. We now optionnaly
1137                 handle this format (preference is in
1138                 Message View/Text options section)
1139
1140 2006-10-12 [colin]      2.5.5cvs3
1141
1142         * po/POTFILES.in
1143                 Add new file
1144         * src/plugins/pgpcore/pgp_viewer.c
1145         * src/plugins/pgpcore/sgpgme.c
1146                 Don't try to import without asking
1147
1148 2006-10-12 [colin]      2.5.5cvs2
1149
1150         * src/compose.c
1151                 Fix bug 1036, 'Forwarding a mutlipart
1152                 mail with a "text/html" block to ms
1153                 outlook users leeds to freeze of
1154                 outlook'. Poor outlook users...
1155
1156 2006-10-12 [paul]       2.5.5cvs1
1157
1158         * NEWS
1159         * README
1160         * configure.ac
1161                 Update version number following
1162                 stable release
1163
1164 2006-10-11 [paul]       2.5.4cvs1
1165
1166         * NEWS
1167         * README
1168         * configure.ac
1169                 Update version number following
1170                 stable release
1171
1172 2006-10-11 [paul]       2.5.3cvs32
1173
1174         * src/textview.c
1175                 fix bug 1032, 'Segmentation fault when showing
1176                 message' (bug in quote folding)
1177                 Thanks to Colin
1178
1179 2006-10-10 [colin]      2.5.3cvs31
1180
1181         * src/quote_fmt.c
1182                 Rephrase english a bit
1183
1184 2006-10-10 [colin]      2.5.3cvs30
1185
1186         * src/prefs_compose_writing.c
1187                 Stop making the page larger than the window
1188
1189 2006-10-10 [wwp]        2.5.3cvs29
1190
1191         * src/compose.c
1192         * src/prefs_template.c
1193         * src/quote_fmt.c
1194         * src/quote_fmt.h
1195         * src/quote_fmt_lex.l
1196         * src/quote_fmt_parse.y
1197                 Extend the quote parser a bit: allow to get access to
1198                 basic (composing) account info.
1199
1200 2006-10-10 [colin]      2.5.3cvs28
1201
1202         * src/procheader.c
1203                 Fix this \t problem in subject
1204
1205 2006-10-09 [colin]      2.5.3cvs27
1206
1207         * src/main.c
1208         * src/prefs_gtk.c
1209                 Prepare cache a bit later
1210                 If section already exists, skip the new one 
1211                 (as previously); avoid writing the same block
1212                 twice - if we find a second block with the 
1213                 same id, skip it.
1214         * src/plugins/pgpcore/pgp_viewer.c
1215                 Set cursor to busy when retrieving a key
1216         * src/plugins/pgpcore/sgpgme.c
1217                 allow 5 seconds for gpg to export the key
1218                 
1219
1220 2006-10-09 [colin]      2.5.3cvs26
1221
1222         * configure.ac
1223         * src/msgcache.c
1224         * src/prefs_gtk.c
1225                 Check for existence of fgets_unlocked
1226                 and fwrite_unlocked
1227
1228 2006-10-09 [paul]       2.5.3cvs25
1229
1230         * src/prefs_summaries.c
1231                 replace strftime() with fast_strftime() and in
1232                 the consequence fix the bug in the display of
1233                 AM/PM in the 'Example' string
1234
1235 2006-10-09 [ticho]      2.5.3cvs24
1236
1237         * po/sk.po
1238                 Updated (and fixed up somewhat) Slovak translation.
1239
1240 2006-10-08 [colin]      2.5.3cvs23
1241
1242         * src/prefs_folder_item.c
1243                 Explain why prefs in the top-level folder
1244                 aren't retained, but are still useful
1245
1246 2006-10-08 [colin]      2.5.3cvs22
1247
1248         * src/prefs_gtk.c
1249                 Don't cache anything if caching fails
1250
1251 2006-10-08 [colin]      2.5.3cvs21
1252
1253         * src/common/utils.c
1254                 always include gi18n.h
1255
1256 2006-10-07 [colin]      2.5.3cvs20
1257
1258         * src/plugins/pgpcore/pgp_viewer.c
1259                 Kill gpg after 5 seconds wait
1260
1261 2006-10-07 [colin]      2.5.3cvs19
1262
1263         * src/plugins/pgpcore/pgp_viewer.c
1264         * src/plugins/pgpcore/pgp_viewer.h
1265                 Fix copyright
1266
1267 2006-10-07 [colin]      2.5.3cvs18
1268
1269         * src/plugins/pgpcore/pgp_viewer.c
1270         * src/plugins/pgpcore/pgp_viewer.h
1271                 Actually add the files to CVS
1272
1273 2006-10-07 [colin]      2.5.3cvs17
1274
1275         * src/plugins/pgpcore/sgpgme.c
1276                 Be sure not to crash on 'application/pgp-signature' that
1277                 are not application/pgp-signatures
1278
1279 2006-10-07 [colin]      2.5.3cvs16
1280
1281         * src/textview.c
1282         * src/textview.h
1283                 Make a bit more of the API available
1284         * src/plugins/pgpcore/Makefile.am
1285         * src/plugins/pgpcore/plugin.c
1286         * src/plugins/pgpcore/sgpgme.c
1287                 Add basic key import/export
1288
1289 2006-10-07 [colin]      2.5.3cvs15
1290
1291         * src/folderview.c
1292         * src/imap.c
1293         * src/prefs_account.c
1294         * src/wizard.c
1295                 Warn users *everywhere* if libetpan's not
1296                 linked in
1297
1298 2006-10-06 [mones]      2.5.3cvs14
1299
1300         * po/de.po
1301         * po/es.po
1302                 updated by Stephan Sachse and me
1303
1304 2006-10-06 [colin]      2.5.3cvs13
1305
1306         * src/main.c
1307         * src/common/sylpheed.c
1308                 Don't load common plugins if --exit is passed
1309         * src/prefs_gtk.c
1310         * src/prefs_gtk.h
1311                 Implement a cache to avoid reading the same
1312                 files over and over again at startup
1313
1314 2006-10-06 [colin]      2.5.3cvs12
1315
1316         * src/summaryview.c
1317         * src/gtk/quicksearch.c
1318                 Update display every 5k mails on fast searches
1319
1320 2006-10-06 [colin]      2.5.3cvs11
1321
1322         * src/textview.c
1323                 Don't do quote folding on HTML or ERTF.
1324                 May fix the Cygwin issues if they were
1325                 happening with HTML mails?
1326
1327 2006-10-05 [colin]      2.5.3cvs10
1328
1329         * src/prefs_gtk.c
1330                 Oops, forgot one
1331
1332 2006-10-05 [colin]      2.5.3cvs9
1333
1334         * src/prefs_gtk.c
1335                 Use unlocked_stdio here too
1336
1337 2006-10-05 [colin]      2.5.3cvs8
1338
1339         * src/folderview.c
1340                 Fix go to next * after preferences apply
1341         * src/msgcache.c
1342                 Do the fd lock/unlock ourselves instead of
1343                 letting the libc do it at each write 
1344
1345 2006-10-05 [colin]      2.5.3cvs7
1346
1347         * src/common/utils.c
1348                 Faster division, thanks to Jean Diraison
1349
1350 2006-10-05 [paul]       2.5.3cvs6
1351
1352         * src/common/utils.c
1353                 fix building with --disable-nls
1354
1355 2006-10-04 [colin]      2.5.3cvs5
1356
1357         * src/folder.c
1358                 Maybe fix a segfault
1359
1360 2006-10-04 [wwp]        2.5.3cvs4
1361
1362         * src/prefs_folder_item.c
1363                 Fine-tune layouts in folder item prefs. Suggested by
1364                 Fabien Vantard <fzzzzz@gmail.com>.
1365
1366 2006-10-04 [wwp]        2.5.3cvs3
1367
1368         * src/prefs_folder_item.c
1369                 Kill the clandestine passengers. You didn't see anything.
1370
1371 2006-10-04 [wwp]        2.5.3cvs2
1372
1373         * src/prefs_folder_item.c
1374                 Add a way to test the subject simplify regexp in
1375                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1376                 w/ few layout changes.
1377
1378 2006-20-04 [paul]       2.5.3cvs1
1379
1380         * NEWS
1381         * README
1382         * configure.ac
1383                 Update version number following
1384                 stable release
1385
1386 2006-10-04 [colin]      2.5.2cvs42
1387
1388         * src/folder.c
1389         * src/folder.h
1390         * src/summaryview.c
1391                 Provide a way for folder classes to set their sort
1392                 type and key
1393
1394 2006-10-03 [colin]      2.5.2cvs41
1395
1396         * src/mh.c
1397                 Don't use strlen() to know if the
1398                 string's empty
1399
1400 2006-10-03 [colin]      2.5.2cvs40
1401
1402         * src/mh.c
1403                 Fix "check for new folders" with accentued folders
1404
1405 2006-10-03 [ticho]      2.5.2cvs39
1406
1407         * src/filtering.c
1408         * src/folder.c
1409         * src/inc.c
1410         * src/mbox.c
1411                 Colin's fix for "copy" filtering rules.
1412
1413 2006-10-02 [colin]      2.5.2cvs38
1414
1415         * src/folderview.c
1416                 Fix for double-click too
1417
1418 2006-10-02 [colin]      2.5.2cvs37
1419
1420         * src/folderview.c
1421                 correct fix for cvs36
1422
1423 2006-10-02 [colin]      2.5.2cvs36
1424
1425         * src/folderview.c
1426                 Fix 'goto next unread' after collapsing/expanding 
1427                 a node.
1428
1429 2006-10-02 [colin]      2.5.2cvs35
1430
1431         * src/summaryview.c
1432                 Fix double freeze/thaw
1433         * src/common/utils.c
1434         * src/common/utils.h
1435                 Reimplement strftime
1436         * src/procheader.c
1437                 Use it
1438
1439
1440 2006-10-02 [colin]      2.5.2cvs34
1441
1442         * src/mh.c
1443                 Time mh_write_sequences() - it's fast
1444         * src/summaryview.c
1445                 Init a variable to shut up gcc
1446
1447 2006-10-01 [colin]      2.5.2cvs33
1448
1449         * src/folder.c
1450         * src/mh.c
1451         * src/mh.h
1452         * src/msgcache.c
1453                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1454                 Add fsync but disable it, it's slow as hell
1455
1456 2006-10-01 [colin]      2.5.2cvs32
1457
1458         * src/mh.c
1459         * src/msgcache.c
1460                 fflush() caches and mh_sequences before
1461                 fclose()ing
1462
1463 2006-10-01 [colin]      2.5.2cvs31
1464
1465         * src/msgcache.c
1466                 Don't ftruncate when not using mmap
1467
1468 2006-09-30 [colin]      2.5.2cvs30
1469
1470         * src/main.c
1471                 Write folder list *after* saving caches
1472
1473 2006-09-30 [colin]      2.5.2cvs29
1474
1475         * src/folder.c
1476         * src/mh.c
1477                 Debug forced mtime changes
1478
1479 2006-09-30 [colin]      2.5.2cvs28
1480
1481         * src/folder.c
1482         * src/main.c
1483                 Remove useless debug_print()s (code
1484                 well-tested)
1485
1486 2006-09-30 [colin]      2.5.2cvs27
1487
1488         * src/mh.c
1489                 Do stuff faster when writing mh_sequences
1490
1491 2006-09-30 [colin]      2.5.2cvs26
1492
1493         * src/mh.c
1494                 Don't let the writing of .mh_sequences, which
1495                 can change the folder's mtime, let us think
1496                 we need to scan.
1497
1498 2006-09-30 [colin]      2.5.2cvs25
1499
1500         * src/folder.c
1501                 Move a debug_print where it belongs 
1502                 (processing)
1503         * src/summaryview.c
1504                 Don't mess with a huge slow subject
1505                 table if we're not threading by
1506                 subject
1507
1508 2006-09-30 [colin]      2.5.2cvs24
1509
1510         * src/msgcache.c
1511                 Reenable mmaped reads (*not* writes!)
1512         * src/procmsg.c
1513                 Don't destroy and recreate hashtables just
1514                 for fun
1515         * src/common/utils.c
1516                 Remove useless reply prefixes (it's case
1517                 unsensitive)
1518
1519 2006-09-30 [wwp]        2.5.2cvs23
1520
1521         * tools/fix_date.sh
1522                 Fixed a minor bug in date value extraction, added a switch
1523                 to replace non RFC-compliant Date: value, added a switch
1524                 to use strict RFC matching patterns for dates.
1525
1526 2006-09-29 [colin]      2.5.2cvs22
1527
1528         * src/matcher_parser.h
1529         * src/matcher_parser_parse.y
1530         * src/prefs_filtering.c
1531         * src/statusbar.c
1532         * src/summary_search.c
1533         * src/summaryview.c
1534         * src/gtk/quicksearch.c
1535         * src/gtk/quicksearch.h
1536                 Optimise searches by setting different
1537                 refresh intervals (depending if the 
1538                 search is fast or not)
1539
1540 2006-09-29 [colin]      2.5.2cvs21
1541
1542         * src/codeconv.c
1543                 Optimise by reusing the last iconv converter
1544                 if possible
1545         * src/textview.c
1546                 Optimise a bit (the foldable quotes feature
1547                 still has an awful O(n^2) algo
1548
1549 2006-09-29 [colin]      2.5.2cvs20
1550
1551         * src/gtk/gtksctree.c
1552         * src/gtk/gtksctree.h
1553                 Optimise de-selection via up/down or
1554                 another key
1555
1556 2006-09-28 [colin]      2.5.2cvs19
1557
1558         * src/action.c
1559         * src/compose.c
1560         * src/folderview.c
1561         * src/mainwindow.c
1562         * src/messageview.c
1563         * src/summary_search.c
1564         * src/toolbar.c
1565                 Avoid using summaryview->ctree directly
1566
1567 2006-09-28 [colin]      2.5.2cvs18
1568
1569         * src/summaryview.c
1570         * src/summaryview.h
1571                 Add helpers to freeze/thaw/grab_focus
1572                 Factorize calls to freeze/thaw/grab_focus
1573                 
1574
1575 2006-09-28 [colin]      2.5.2cvs17
1576
1577         * src/main.c
1578                 More guards for the session management
1579
1580 2006-09-28 [colin]      2.5.2cvs16
1581
1582         * src/folderview.c
1583         * src/gtk/gtksctree.c
1584         * src/gtk/gtksctree.h
1585                 Make expanding not recursive in folderview
1586
1587 2006-09-28 [colin]      2.5.2cvs15
1588
1589         * src/addressbook.c
1590                 If nothing is selected in the list (right part)
1591                 and a group is selected in the tree (left part),
1592                 mail this group.
1593
1594 2006-09-28 [colin]      2.5.2cvs14
1595
1596         * src/Makefile.am
1597                 Actually use SM_LIBS
1598
1599 2006-09-28 [ticho]      2.5.2cvs13
1600
1601         * src/export.c
1602         * src/messageview.c
1603         * src/mimeview.c
1604         * src/news.c
1605         * src/pop.c
1606         * src/prefs_themes.c
1607         * src/procmsg.c
1608                 Small i18n string optimization.
1609         * src/send_message.c
1610         * src/summaryview.c
1611         * src/common/session.c
1612         * src/common/smtp.c
1613         * src/common/ssl_certificate.c
1614         * src/common/utils.c
1615                 Use "Couldn't" instead of "Can't" in UI messages,
1616                 where appropriate.
1617
1618 2006-09-28 [colin]      2.5.2cvs12
1619
1620         * configure.ac
1621                 Possibly fix link errors
1622
1623 2006-09-27 [wwp]        2.5.2cvs11
1624
1625         * src/gtk/authors.h
1626         * doc/man/sylpheed-claws.1
1627         * manual/ack.xml
1628         * manual/es/ack.xml
1629         * manual/fr/ack.xml
1630         * manual/pl/ack.xml
1631                 Updated authors info (me, myself and I).
1632
1633 2006-09-27 [colin]      2.5.2cvs10
1634
1635         * src/addressbook.c
1636                 Remove useless printf
1637
1638 2006-09-27 [wwp]        2.5.2cvs9
1639
1640         * src/editgroup.c
1641         * src/send_message.c
1642         * src/inc.c
1643         * src/prefs_common.c
1644         * src/prefs_common.h
1645         * src/gtk/progressdialog.c
1646                 remember more windows' sizes (send dialog, received dialog,
1647                 edit group in addressbook).
1648
1649 2006-09-27 [colin]      2.5.2cvs8
1650
1651         * configure.ac
1652         * src/main.c
1653         * src/mainwindow.h
1654                 Use libSM to communicate with the session
1655                 manager, so that we can know when the 
1656                 session ends, save our caches, and draft
1657                 our compose windows.
1658
1659 2006-09-27 [colin]      2.5.2cvs7
1660
1661         * src/addressbook.c
1662                 Fix issues:
1663                 o Allow Book and Group creation from the tree's
1664                   contextual menu
1665                 o Do not actually delete the contacts when 
1666                   deleting groups from the tree (duh!)
1667
1668 2006-09-27 [colin]      2.5.2cvs6
1669
1670         * src/compose.c
1671         * src/compose.h
1672         * src/mainwindow.c
1673         * src/textview.c
1674         * src/toolbar.c
1675                 o Allow passing an email address to 
1676                   compose_new_with_folderitem
1677                 o Update callers
1678                 o Use current folderitem when clicking
1679                   on a TextView mailto: link
1680                 o Fix a possible leak in TextView
1681
1682 2006-09-27 [colin]      2.5.2cvs5
1683
1684         * src/html.c
1685                 Use UTF-8 chars to replace HTML entities
1686
1687 2006-09-27 [colin]      2.5.2cvs4
1688
1689         * AUTHORS
1690         * src/prefs_account.c
1691         * src/gtk/authors.h
1692                 Fix bug #1024 (Array index out of
1693                 range in sylpheed-claws-2.5.2)
1694                 Patch by Ales Nosek <anosek@suse.cz>
1695
1696 2006-09-27 [colin]      2.5.2cvs3
1697
1698         * src/addr_compl.c
1699                 Actually do the test
1700
1701 2006-09-27 [colin]      2.5.2cvs2
1702
1703         * src/addr_compl.c
1704         * src/addr_compl.h
1705                 Allow completing with comma (in certain cases: vCalendar
1706                 for example doesn't support that)
1707                 Patch by Fabien Vantard
1708
1709 2006-09-26 [colin]      2.5.2cvs1
1710
1711         * src/Makefile.am
1712         * src/addr_compl.c
1713         * src/addr_compl.h
1714         * src/addrbook.c
1715         * src/addrbook.h
1716         * src/addressbook.c
1717         * src/addrindex.c
1718         * src/addrindex.h
1719         * src/compose.c
1720         * src/prefs_common.c
1721         * src/prefs_filtering_action.c
1722         * src/prefs_folder_item.c
1723         * src/prefs_template.c
1724         * src/stock_pixmap.c
1725         * src/stock_pixmap.h
1726         * src/pixmaps/addr_one.xpm
1727         * src/pixmaps/addr_two.xpm
1728                 Add auto-completion on groups
1729
1730 2006-09-26 [colin]      2.5.2
1731
1732         * NEWS
1733         * README
1734         * RELEASE_NOTES
1735                 2.5.2 released
1736
1737 2006-09-26 [colin]      2.5.1cvs5
1738
1739         * src/matcher.c
1740                 Fix condition
1741
1742 2006-09-26 [colin]      2.5.1cvs4
1743
1744         * src/mbox.c
1745                 Revert cvs1 (useless as the message is printed 
1746                 every 500 mails)
1747
1748 2006-09-26 [colin]      2.5.1cvs3
1749
1750         * src/partial_download.c
1751                 Fix crasher found by Alexsandar Urosevic
1752
1753 2006-09-26 [colin]      2.5.1cvs2
1754
1755         * src/summaryview.c
1756                 Fix bug #1023 (Sylpheed deletes too much messages)
1757
1758 2006-09-26 [ticho]      2.5.1cvs1
1759
1760         * src/mbox.c
1761                 Make use of gettext's multiple plurals for statusbar
1762                 progress message.
1763
1764 2006-09-25 [paul]       2.5.1
1765
1766         * NEWS
1767         * README
1768         * RELEASE_NOTES
1769                 2.5.1 released
1770
1771 2006-09-25 [colin]      2.5.0cvs3
1772
1773         * src/plugins/bogofilter/bogofilter.c
1774         * src/plugins/clamav/clamav_plugin.c
1775         * src/plugins/spamassassin/spamassassin.c
1776                 BogoFilter, Spamassassin: Fix double hook registering after
1777                 visiting preferences
1778                 Spamassassin, Clamav: Just set the mails to move instead of
1779                 doing the move - caller will move the things at once.
1780
1781 2006-09-25 [colin]      2.5.0cvs2
1782
1783         * src/imap.c
1784         * src/etpan/imap-thread.c
1785                 Use UID SEARCH ALL instead of UID 1:*
1786                 (braindead servers can't figure out that's
1787                 the same...)
1788
1789 2006-09-25 [wwp]        2.5.0cvs1
1790
1791         * src/message_search.c
1792                 Added the ability to stop a running search (in message body).
1793
1794 2006-09-25 [paul]       2.5.0
1795
1796         * NEWS
1797         * README
1798         * RELEASE_NOTES
1799                 2.5.0 released
1800
1801 2006-09-25 [paul]       2.4.0cvs214
1802
1803         * po/cs.po
1804         * po/de.po
1805         * po/fi.po
1806         * po/fr.po
1807         * po/nl.po
1808         * po/pt_BR.po
1809         * po/sk.po
1810         * po/sr.po
1811         * po/zh_CN.po
1812                 updated by Tim, Stephan Sachse, Flammie Pirinen,
1813                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
1814                 Ticho, Aleksander Urosevic, Ralgh Young
1815
1816 2006-09-24 [mones]      2.4.0cvs213
1817
1818         * po/es.po
1819                 Updated for release
1820
1821 2006-09-23 [colin]      2.4.0cvs212
1822
1823         * src/gtk/inputdialog.c
1824                 Fix [ ] remember this appearing in normal
1825                 input dialogs after it's been used by
1826                 mimeview.
1827         * src/folder.c
1828         * src/folderview.c
1829         * src/msgcache.c
1830         * src/procmsg.c
1831         * src/summaryview.c
1832         * src/textview.c
1833         * src/common/timing.h
1834                 Enable timings in debug mode and make it
1835                 look prettier.
1836
1837 2006-09-22 [colin]      2.4.0cvs211
1838
1839         * README
1840                 Revert test change
1841         * commitHelper
1842                 ping the correct URI
1843
1844 2006-09-22 [colin]      2.4.0cvs210
1845
1846         * README
1847                 Let's see if bug #1022 is fixed
1848
1849 2006-09-21 [colin]      2.4.0cvs209
1850
1851         * src/wizard.c
1852         * src/common/plugin.c
1853                 Prepare infra to load predefined plugins when
1854                 no configuration existed. Don't actually load
1855                 anything yet (feat. freeze)
1856
1857 2006-09-21 [wwp]        2.4.0cvs208
1858
1859         * manual/fr/faq.xml
1860                 Partial sync w/ 2.4.0cvs72:
1861                 wrap file and minor updates.
1862
1863 2006-09-21 [wwp]        2.4.0cvs207
1864
1865         * tools/fix_date.sh
1866                 several fixes and enhancements. A new --force switch has been
1867                 added to prevent overriding by default Date: header when
1868                 already existing.
1869
1870 2006-09-21 [paul]       2.4.0cvs206
1871
1872         * src/common/utils.c
1873                 add Chinese UTF8 Re prefix
1874
1875 2006-09-21 [wwp]        2.4.0cvs205
1876
1877         * tools/Makefile.am
1878                 Fics alfabettical order.
1879
1880 2006-09-21 [wwp]        2.4.0cvs204
1881
1882         * tools/fix_date.sh
1883         * tools/Makefile.am
1884                 Added an action tool to fix missing Date field in emails.
1885                 Updated Makefile.am to reflect those last two additions.
1886
1887 2006-09-21 [wwp]        2.4.0cvs203
1888
1889         * tools/uuooffice
1890                 Added a action tool to open uuencoded docs w/
1891                 OpenOffice (based on uudec method).
1892
1893 2006-09-21 [colin]      2.4.0cvs202
1894
1895         * src/compose.c
1896         * src/textview.c
1897                 Workaround possible GTK crash: remove selection 
1898                 clipboard before destroying widget, or GTK+-2.10
1899                 dies. Thanks to Hiro.
1900
1901 2006-09-20 [colin]      2.4.0cvs201
1902
1903         * src/compose.c
1904                 Fix free-after-use in some cases (when 
1905                 procmime_encode_content() frees mimeinfo->data.mem
1906                 and turns it to a temp file)
1907
1908 2006-09-20 [colin]      2.4.0cvs200
1909
1910         * src/folderview.c
1911         * src/summaryview.c
1912         * src/gtk/gtksctree.c
1913         * src/gtk/gtksctree.h
1914                 Add tooltips in the folderview and summaryview
1915                 (Doesn't break string freeze as they already
1916                 exist)
1917         * src/toolbar.c
1918                 Put the spam button in the default configuration
1919                 if compiled with bogo plugin too
1920
1921 2006-09-19 [colin]      2.4.0cvs199
1922
1923         * src/summaryview.c
1924         * src/summaryview.h
1925                 Update folder name label on folder rename
1926         * src/prefs_matcher.c
1927         * src/gtk/logwindow.h
1928                 Fix warnings
1929                 Patches by Fabien
1930
1931 2006-09-19 [wwp]        2.4.0cvs198
1932
1933         * src/summary_search.c
1934                 fix can't click forward/backward buttons in the
1935                 search messages.
1936
1937 2006-09-18 [paul]       2.4.0cvs197
1938
1939         * src/wizard.c
1940                 add missing bracket, capitalise the A of
1941                 'SpamAssassin'
1942
1943 2006-09-18 [paul]       2.4.0cvs196
1944
1945         * src/compose.c
1946                 fix bug 1012 'crashed upon sending mail
1947                 from compose window'
1948                 Thanks to Colin
1949
1950 2006-09-16 [colin]      2.4.0cvs195
1951
1952         * src/folderview.c
1953                 Fix "real-time" sorting by freezing/thawing
1954
1955 2006-09-16 [colin]      2.4.0cvs194
1956
1957         * manual/faq.xml
1958                 Fix the anti-spam entry a bit
1959
1960 2006-09-16 [colin]      2.4.0cvs193
1961
1962         * src/wizard.c
1963                 Make sure reviewers have no excuse when stating
1964                 Sylpheed-Claws doesn't have antispam capabilities.
1965
1966 2006-09-16 [colin]      2.4.0cvs192
1967
1968         * src/main.c
1969                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
1970                 as if the SIGPIPE comes from etpan's thread we could
1971                 trigger a GUI update from this thread.
1972
1973 2006-09-16 [colin]      2.4.0cvs191
1974
1975         * src/summaryview.c
1976                 Init all members of the struct
1977
1978 2006-09-16 [paul]       2.4.0cvs190
1979
1980         * src/account.c
1981                 improvements to the English
1982
1983 2006-09-15 [colin]      2.4.0cvs189
1984
1985         * src/summaryview.c
1986                 HIG order on dialog
1987
1988 2006-09-14 [colin]      2.4.0cvs188
1989
1990         * src/common/socket.c
1991         * src/common/socket.h
1992         * src/common/ssl.c
1993         * src/common/ssl_certificate.c
1994         * src/common/ssl_certificate.h
1995         * src/etpan/imap-thread.c
1996                 the get_fqdn() call done to get canonical name when
1997                 checking an SSL certificate is blocking, which is
1998                 sad as we just did a non-blocking lookup to connect.
1999                 Fix that by letting the fqdn available to the SockInfo,
2000                 and use that in ssl_certificate_check(). For IMAP,
2001                 we don't do it as the lookup's done by libetpan, but
2002                 it's less annoying as IMAP connections as much more
2003                 rare than POP3 connections.
2004
2005 2006-09-14 [paul]       2.4.0cvs187
2006
2007         * manual/advanced.xml
2008                 improvements to the English,
2009                 properly place the new hidden options
2010                 within the alphabetical order
2011         * src/gtk/pluginwindow.c
2012                 improvements to the English
2013
2014 2006-09-14 [colin]      2.4.0cvs186
2015
2016         * src/prefs_common.c
2017         * src/prefs_common.h
2018         * src/gtk/gtksctree.c
2019         * manual/advanced.xml
2020                 New hidden pref, stripes_color_offset, to change
2021                 the value added/substracted to normal bgcolor to
2022                 create the stripes in summaries
2023
2024 2006-09-13 [colin]      2.4.0cvs185
2025
2026         * src/gedit-print.c
2027         * src/messageview.c
2028         * src/messageview.h
2029         * src/summaryview.c
2030         * src/textview.c
2031                 Fix misc. printing issues: 
2032                 - Bad font for linkified headers
2033                 - Different font if the mail was displayed or not
2034                 - Factorize the thing
2035
2036 2006-09-13 [colin]      2.4.0cvs184
2037
2038         * src/common/ssl_certificate.c
2039                 Only get FQDN once when checking certificate
2040
2041 2006-09-13 [colin]      2.4.0cvs183
2042
2043         * src/account.c
2044         * src/gtk/pluginwindow.c
2045                 Misc. GUI fixes by Fabien
2046
2047 2006-09-13 [wwp]        2.4.0cvs182
2048
2049         * configure.ac
2050         * src/common/utils.h
2051         * src/common/utils.c
2052                 get rid of unused wide-char functions.
2053
2054 2006-09-13 [wwp]        2.4.0cvs181
2055
2056         * src/plugins/pgpinline/sylpheed.def
2057         * src/textview.c
2058                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2059                 add privacy_reset_error to the .def file,
2060                 do not fork for an external textviewer.
2061
2062 2006-09-13 [wwp]        2.4.0cvs180
2063
2064         * src/prefs_common.c
2065                 fix broken font entry in prefs (patch issued by the gpg4win team,
2066                 probably by Marcus Brinkmann <marcus@g10code.de>).
2067
2068 2006-09-13 [colin]      2.4.0cvs179
2069
2070         * src/folder.h
2071                 Fix a warning in summaryview.c
2072         * src/mainwindow.c
2073         * src/summaryview.c
2074         * src/summaryview.h
2075                 Add missing Mark/* elements in the
2076                 main menu
2077
2078 2006-09-12 [colin]      2.4.0cvs178
2079
2080         * src/prefs_actions.c
2081         * src/prefs_filtering_action.c
2082         * src/prefs_matcher.c
2083                 Use (New) instead of New everywhere
2084
2085 2006-09-12 [wwp]        2.4.0cvs177
2086
2087         * manual/fr/addrbook.xml
2088         * manual/fr/handling.xml
2089                 updated some quotes in the fr manual to match the fr translation.
2090
2091 2006-09-12 [wwp]        2.4.0cvs176
2092
2093         * src/prefs_matcher.c
2094                 don't store translated string elements in matcher expressions.
2095                 Also fixed a misused of Q_().
2096
2097 2006-09-11 [wwp]        2.4.0cvs175
2098
2099         * src/plugins//bogofilter/bogofilter.c
2100         * src/plugins//clamav/clamav_plugin.c
2101         * src/plugins//demo/demo.c
2102         * src/plugins//dillo_viewer/dillo_viewer.c
2103         * src/plugins//pgpcore/plugin.c
2104         * src/plugins//pgpinline/plugin.c
2105         * src/plugins//pgpmime/plugin.c
2106         * src/plugins//spamassassin/spamassassin.c
2107                 gettext-ize more strings (mostly plugin error messages).
2108
2109 2006-09-11 [colin]      2.4.0cvs174
2110
2111         * src/alertpanel.c
2112                 Make maximum buffer size bigger to avoid
2113                 truncating translated messages. Patch by
2114                 Fabien
2115
2116 2006-09-11 [colin]      2.4.0cvs173
2117
2118         * src/etpan/imap-thread.c
2119                 Fix compilation on OpenBSD, thanks to 
2120                 Landry
2121
2122 2006-09-10 [wwp]        2.4.0cvs172
2123
2124         * manual/account.xml
2125         * manual/addrbook.xml
2126         * manual/handling.xml
2127         * manual/es/handling.xml
2128         * manual/fr/account.xml
2129         * manual/fr/addrbook.xml
2130         * manual/fr/handling.xml
2131                 documented addressbook matching (condition configuration):
2132                   addrbook.xml, en fr
2133                 documented per-account filtering rules (handling/filtering
2134                   section, account section):
2135                   account.xml, handling.xml, en fr
2136                 slightly updated the handling/searching section to tell few
2137                   words about the extended search ability:
2138                   handling.xml, en fr
2139                 added missing <quote></quotes> to Quick Search:
2140                   handling.xml, en fr es
2141                 fixed a typo (auomatically):
2142                   handling.xml, en
2143                 changes revisited by Paul.
2144
2145 2006-09-10 [paul]       2.4.0cvs171
2146
2147         * src/prefs_actions.c
2148         * src/prefs_filtering.c
2149         * src/prefs_template.c
2150                 adjustments to the gui
2151                 Patch by Fabien Vantard (slightly modified)
2152
2153 2006-09-10 [colin]      2.4.0cvs170
2154
2155         * src/summaryview.c
2156                 Check folderitem/summaryview consistency
2157                 (basically automates Update summary). Fixes
2158                 #1011 (wrong (negative) count on unread 
2159                 messages)
2160
2161 2006-09-10 [colin]      2.4.0cvs169
2162
2163         * src/gtk/gtksctree.c
2164                 Fix recursive expansion via mouse
2165         * src/plugins/bogofilter/bogofilter.c
2166                 Use normal filtering way of moving
2167                 messages (batching), possibly fixing
2168                 bug #1015 (Bogofilter plugin doubles 
2169                 new messages)
2170
2171 2006-09-09 [wwp]        2.4.0cvs168
2172
2173         * src/prefs_filtering.c
2174                 better place for this fix.
2175
2176 2006-09-09 [wwp]        2.4.0cvs167
2177
2178         * src/prefs_filtering.c
2179                 fix a minor bug when the enabled status of a filtering/processing
2180                 rule always got set to TRUE when replacing this rule. That still
2181                 make sense when adding a new rule, but now when replacing, we
2182                 don't override the value of 'enabled'.
2183                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2184                 to prefs_filtering_list_view_get_info() as this function not only
2185                 returns the name, but also the account_id and the enabled status.
2186
2187 2006-09-09 [mones]      2.4.0cvs166
2188
2189         * manual/glossary.xml
2190         * manual/plugins.xml
2191                 Minor format corrections
2192         * manual/gpl.xml
2193                 Fix misplaced NO WARRANTY section
2194         * manual/es/advanced.xml
2195         * manual/es/faq.xml
2196         * manual/es/glossary.xml
2197         * manual/es/gpl.xml
2198         * manual/es/handling.xml
2199         * manual/es/plugins.xml
2200         * manual/es/starting.xml
2201                 Incorporate changes from English version
2202         * manual/fr/ack.xml
2203         * manual/pl/ack.xml
2204         * manual/es/ack.xml
2205                 Fix address, (add translation credits in es version)
2206         * po/es.po
2207                 Updated translation
2208
2209 2006-09-09 [wwp]        2.4.0cvs165
2210
2211         * src/prefs_filtering.c
2212                 fix a crash when opening filtering prefs, if matcherrc file contains
2213                 broken data (non-existing account id, which is theoretically not
2214                 possible).
2215
2216 2006-09-08 [colin]      2.4.0cvs164
2217
2218         * src/folder.c
2219                 Wrong assert, make it an if()
2220         * src/gtk/gtksctree.c
2221                 Fix bug #1013 (expand selected thread 
2222                 tree) - expanding is now recursive
2223
2224 2006-09-07 [wwp]        2.4.0cvs163
2225
2226         * src/prefs_matcher.c
2227                 make better sentences about addressbook matching in the
2228                 matcher prefs. This should make translators' work easier
2229                 too.
2230
2231 2006-09-07 [wwp]        2.4.0cvs162
2232
2233         * src/prefs_filtering.c
2234                 code simplification (get rid of dup var. assignment).
2235
2236 2006-09-07 [wwp]        2.4.0cvs161
2237
2238         * src/summaryview.c
2239                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2240                 <fzzzzz@gmail.com>.
2241
2242 2006-09-07 [paul]       2.4.0cvs160
2243
2244         * src/mimeview.c
2245                 fix compilation warnings
2246                 Thanks to Colin
2247
2248 2006-09-07 [paul]       2.4.0cvs159
2249
2250         * src/mimeview.c
2251                 select the mimepart icon when
2252                 displaying as text
2253                 Thanks to Colin
2254
2255 2006-09-06 [paul]       2.4.0cvs158
2256
2257         * src/prefs_filtering.c
2258                 fix labels and table element spacing
2259                 Patch by Fabien Vantard
2260
2261 2006-09-06 [paul]
2262
2263         2.5.0-rc3 released
2264
2265 2006-09-06 [paul]       2.4.0cvs157
2266
2267         * manual/es/advanced.xml
2268                 fix typo
2269
2270 2006-09-06 [wwp]        2.4.0cvs156
2271
2272         * src/mainwindow.c
2273                 fix an dup launch issue when iconified, thanks to Colin.
2274
2275 2006-09-06 [wwp]        2.4.0cvs155
2276
2277         * src/gtk//gtksctree.h
2278                 oops, forgot that one!
2279
2280 2006-09-06 [wwp]        2.4.0cvs154
2281
2282         * manual/pl/advanced.xml
2283         * manual/advanced.xml
2284         * manual/es/advanced.xml
2285         * manual/fr/advanced.xml
2286         * src/prefs_customheader.c
2287         * src/prefs_filtering_action.c
2288         * src/foldersel.c
2289         * src/prefs_summaries.c
2290         * src/prefs_filtering.c
2291         * src/account.c
2292         * src/compose.c
2293         * src/prefs_summary_column.c
2294         * src/addr_compl.c
2295         * src/prefs_actions.c
2296         * src/prefs_folder_column.c
2297         * src/ssl_manager.c
2298         * src/prefs_template.c
2299         * src/prefs_display_header.c
2300         * src/prefs_common.h
2301         * src/prefs_matcher.c
2302         * src/prefs_common.c
2303         * src/prefs_toolbar.c
2304         * src/summaryview.c
2305         * src/folderview.c
2306         * src/gtk/gtksctree.c
2307         * src/gtk/pluginwindow.c
2308         * src/gtk/progressdialog.c
2309         * src/gtk/prefswindow.c
2310                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2311                 to make its meaning more obvious (all versions of the manual reflect
2312                 the change).
2313                 added an extra hidden option use_stripes_in_summary to allow
2314                 discarding these stripes in mainwindow's folder and message lists;
2315                 en and fr manuals only are OK towards this.
2316
2317 2006-09-06 [colin]      2.4.0cvs153
2318
2319         * src/textview.c
2320                 Hide Sylpheed-Claws' internal queue headers
2321                 when showing all headers. They'll be present
2322                 only in Source window.
2323
2324 2006-09-05 [colin]      2.4.0cvs152
2325
2326         * src/plugins/trayicon/trayicon.c
2327                 Fix crash at exit - we have to disconnect
2328                 our handlers
2329         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2330                 Update eggtrayicon - patch adapted from a
2331                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2332                 on Sylpheed's ML
2333
2334 2006-09-05 [colin]      2.4.0cvs151
2335
2336         * src/mainwindow.c
2337         * src/gtk/logwindow.c
2338                 Fix race condition when something writes
2339                 to the log too soon during init. Thanks
2340                 to Fabien Vantard
2341
2342 2006-09-05 [colin]      2.4.0cvs150
2343
2344         * src/mimeview.c
2345                 Don't select part on right-click either
2346
2347 2006-09-05 [paul]       2.4.0cvs149
2348
2349         * src/mimeview.c
2350                 completion of previous commit
2351                 Thanks to Colin
2352
2353 2006-09-05 [colin]      2.4.0cvs148
2354
2355         * src/mimeview.c
2356                 Don't force selection on middle-click, just open
2357
2358 2006-09-04 [colin]      2.4.0cvs147
2359
2360         * src/mimeview.c
2361                 Looks like gtk_notebook_set_current_page()
2362                 sometimes steals focus, and this annoys us
2363                 in MimeViewers as it renders navigation
2364                 keys useless. Take back focus after switching
2365                 pages.
2366
2367 2006-09-04 [colin]      2.4.0cvs146
2368
2369         * src/messageview.c
2370                 Set stop_loading when clicking on Next
2371                 during load. Don't add a callback to 
2372                 avoid over-complicating things.
2373
2374 2006-09-04 [colin]      2.4.0cvs145
2375
2376         * src/mimeview.c
2377         * src/messageview.c
2378                 Fix multiple loads in separate messageview
2379
2380 2006-09-04 [colin]      2.4.0cvs144
2381
2382         * src/summaryview.c
2383                 Let navigation keys be handled during 
2384                 load
2385
2386 2006-09-04 [colin]      2.4.0cvs143
2387
2388         * src/messageview.c
2389         * src/summaryview.c
2390         * src/textview.c
2391         * src/textview.h
2392                 Make loading of huge mails (lots of text and/or
2393                 images) cancellable, so the GUI doesn't block 
2394
2395 2006-09-04 [colin]      2.4.0cvs142
2396
2397         * src/plugins/trayicon/trayicon.c
2398                 Fix annoyance when removing a folder with 
2399                 unread mails: trayicon didn't update
2400
2401 2006-09-04 [paul]       2.4.0cvs141
2402
2403         * src/gtk/icon_legend.c
2404                 straighten up columns
2405                 Patch by Fabien Vantard
2406
2407 2006-09-04 [wwp]        2.4.0cvs140
2408
2409         * src/prefs_filtering.c
2410                 fix new line's account name in filtering prefs:
2411                 was "All", is now "(New)".
2412
2413 2006-09-04 [paul]       2.4.0cvs139
2414
2415         * tools/make.themes.project
2416                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2417                 instead of homebrewed "make release"
2418
2419 2006-09-03 [colin]      2.4.0cvs138
2420
2421         * src/folderview.c
2422                 Fix bug #1007 (Wrong folder highlighted)
2423
2424 2006-09-03 [colin]      2.4.0cvs137
2425
2426         * src/compose.c
2427                 Don't set Newsgroup: header to a mail folder
2428                 path
2429
2430 2006-09-03 [paul]       2.4.0cvs136
2431
2432         * src/prefs_other.c
2433         * src/prefs_spelling.c
2434                 unify the gui
2435
2436 2006-09-03 [paul]       2.4.0cvs135
2437
2438         * src/prefs_summaries.c
2439                 correct menu item text in prefs_keybind_apply_clicked()
2440
2441 2006-09-03 [paul]       2.4.0cvs134
2442
2443         * manual/advanced.xml
2444                 some improvements to the descriptions
2445         * src/mainwindow.c
2446         * src/messageview.c
2447         * src/summaryview.c
2448         * src/gtk/menu.c
2449                 fix menu sensitivity issues
2450         * src/prefs_message.c
2451                 drop the useless word 'short'
2452         * src/prefs_other.c
2453                 add the word 'lines' indicating log length
2454                 is a measure of lines
2455         * src/textview.c
2456                 fix compilation warnings
2457
2458 2006-09-02 [colin]      2.4.0cvs133
2459
2460         * src/messageview.c
2461                 Display a special return-receipt message
2462                 if the message is from the user
2463         * src/summaryview.c
2464                 Fix missing freeze of the list when marking
2465                 all read and unthreading for exec. Thanks
2466                 to Stephan Sachse.
2467
2468 2006-09-02 [paul]       2.4.0cvs132
2469
2470         * src/mainwindow.c
2471         * src/prefs_message.c
2472         * src/summaryview.c
2473                 fix some english
2474
2475 2006-09-02 [wwp]        2.4.0cvs131
2476
2477         * src/prefs_filtering.c
2478                 added an account name column to the filtering rules
2479                 dialog.
2480
2481 2006-09-02 [colin]      2.4.0cvs130
2482
2483         * src/gtk/logwindow.c
2484         * src/gtk/logwindow.h
2485                 Block scrolling if we're not at the end
2486                 of the log
2487
2488 2006-09-02 [colin]      2.4.0cvs129
2489
2490         * src/folder.c
2491                 Make sure account-specific rules can't
2492                 be used in {pre-,post-,}processing
2493         * src/mainwindow.c
2494         * src/gtk/logwindow.c
2495         * src/gtk/logwindow.h
2496                 Jump to last error when clicking on the
2497                 warning icon
2498
2499 2006-09-02 [colin]      2.4.0cvs128
2500
2501         * src/imap.c
2502         * src/import.c
2503         * src/mainwindow.c
2504         * src/mainwindow.h
2505                 Fix warning icon
2506         * src/inc.c
2507         * src/mbox.c
2508         * src/mbox.h
2509                 Let proc_mbox know its account, for
2510                 account-specific rules
2511
2512 2006-09-01 [colin]      2.4.0cvs127
2513
2514         * src/codeconv.c
2515                 Don't uselessly use iconv to convert from
2516                 us-ascii
2517         * src/alertpanel.c
2518         * src/mainwindow.c
2519         * src/mainwindow.h
2520         * src/inc.c
2521                 Fix certain log cases, disable warning icon
2522                 for now, the correct way to display it when
2523                 necessary and only when necessary is probably
2524                 to do it manually rather than use error logs
2525         * src/etpan/imap-thread.c
2526                 Clean up UID logging a bit
2527         * src/gtk/logwindow.c
2528         * src/gtk/logwindow.h
2529                 Make logging faster when the window's closed
2530
2531 2006-09-01 [wwp]        2.4.0cvs126
2532
2533         * manual/fr/account.xml
2534                 reflect changes to the ref. manual (parts of cvs72):
2535                 fix tabnames and quotes.
2536
2537 2006-09-01 [wwp]        2.4.0cvs125
2538
2539         * manual/fr/plugins.xml
2540                 reflect changes to the reference manual (cvs42):
2541                 update IRC channel info.
2542
2543 2006-09-01 [wwp]        2.4.0cvs124
2544
2545         * commitHelper
2546                 use CVSEDITOR env. var. if set, according to `man cvs`.
2547
2548 2006-09-01 [wwp]        2.4.0cvs123
2549
2550         * manual/advanced.xml
2551                 better sentence again (thanks to Paul).
2552
2553 2006-09-01 [wwp]        2.4.0cvs122
2554
2555         * manual/advanced.xml
2556         fix definition of toolbar_detachable and rework a bit the one of
2557         enable_dotted_lines.
2558
2559 2006-09-01 [mones]      2.4.0cvs121
2560
2561         * manual/advanced.xml
2562                 Document enable_dotted_lines
2563
2564 2006-09-01 [paul]       2.4.0cvs120
2565
2566         * src/folderview.c
2567         * src/folderview.h
2568         * src/imap.c
2569         * src/mainwindow.c
2570         * src/summaryview.c
2571                 obey the 'When entering folder...' option
2572                 when using the /View/Go to/... menu items
2573                 Thanks to Colin
2574
2575 2006-08-31 [colin]      2.4.0cvs119
2576
2577         * src/folderview.c
2578                 Revert 2.4.0cvs116, wrong fix.
2579
2580 2006-08-31 [colin]      2.4.0cvs118
2581
2582         * src/gtk/gtksctree.c
2583                 Better state the various copyrights
2584
2585 2006-08-31 [colin]      2.4.0cvs117
2586
2587         * src/prefs_common.c
2588                 fix enable_dotted_lines
2589
2590 2006-08-31 [colin]      2.4.0cvs116
2591
2592         * src/folderview.c
2593                 Use pref "Always open on select" when going
2594                 to next unread folder
2595         * src/gtk/gtksctree.c
2596                 Fix link failure to _gtk_clist_create_cell_layout
2597                 on certain computers. (Why not mine, I wonder)
2598
2599 2006-08-31 [colin]      2.4.0cvs115
2600
2601         * src/procmsg.c
2602         * src/textview.c
2603         * src/plugins/bogofilter/bogofilter.c
2604         * src/plugins/spamassassin/spamassassin.c
2605                 Requalify some "errors" to warnings
2606         * src/mainwindow.c
2607         * src/mainwindow.h
2608         * src/statusbar.c
2609                 Add an icon in the statusbar to notify
2610                 of errors
2611         * src/gtk/gtksctree.c
2612         * src/folderview.c
2613         * src/summaryview.c
2614                 Make the GtkSCTree look more modern by
2615                 alternating background lines
2616         * src/prefs_common.c
2617         * src/prefs_common.h
2618                 Add a pref to let people have the old
2619                 way if they prefer
2620
2621
2622 2006-08-30 [colin]      2.4.0cvs114
2623
2624         * src/procmsg.c
2625         * src/procmsg.h
2626                 Provide a way to filter a list of
2627                 messages in an optimised manner, and
2628                 add a list-filtering hook
2629         * src/folder.c
2630         * src/inc.c
2631         * src/mbox.c
2632                 Use the list filtering
2633         * src/plugins/bogofilter/bogofilter.c
2634                 Use the list-filtering hook
2635                 Use -b (bulk) mode for more speed
2636                 when learning and filtering
2637         * src/etpan/imap-thread.c
2638                 Make log output shorter in UID SEARCH
2639
2640
2641 2006-08-30 [colin]      2.4.0cvs113
2642
2643         * src/plugins/bogofilter/bogofilter.c
2644                 Really fast mass learning - thanks to David
2645                 Relson for the options explanations :)
2646
2647 2006-08-30 [colin]      2.4.0cvs112
2648
2649         * src/msgcache.c
2650                 Fix compilation on FreeBSD. Thanks
2651                 to Michael Hugues
2652
2653 2006-08-29 [colin]      2.4.0cvs111
2654
2655         * src/folderview.c
2656                 Handle "popup_menu" signal (for popping the 
2657                 menu via the keyboard)
2658         * src/mimeview.c
2659         * src/mimeview.h
2660         * src/summaryview.c
2661         * src/textview.c
2662         * src/gtk/gtkutils.c
2663         * src/gtk/gtkutils.h
2664                 Factorize scrolling code, and add an API 
2665                 for MimeViewers to handle scroll orders
2666
2667 2006-08-29 [wwp]        2.4.0cvs110
2668
2669         * src/plugins//bogofilter/bogofilter.c
2670         * src/plugins//spamassassin/spamassassin.c
2671                 make the bogofilter/spamassassin filtering error dialogs at
2672         incorporation obey to the "don't popup error dialog on
2673         receive error" option. If disabled, feed the log window w/
2674         the error message.
2675
2676 2006-08-29 [paul]
2677
2678         2.5.0-rc2 released
2679
2680 2006-08-29 [paul]       2.4.0cvs109
2681
2682         * Makefile.am
2683                 remove 'make release', it's not needed
2684                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
2685
2686 2006-08-29 [paul]       2.4.0cvs108
2687
2688         * src/foldersel.c
2689         * src/summary_search.c
2690         * src/gtk/progressdialog.c
2691         * src/plugins/pgpcore/passphrase.c
2692                 replace deprecated gtk_window_set_policy()
2693
2694 2006-08-29 [colin]      2.4.0cvs107
2695
2696         * src/folder.c
2697                 Fix data loss when copy fails during a move:
2698                 only use fast remove_msgs if everything was
2699                 copied OK; else use slow remove_msg on the
2700                 mails that got copied only.
2701
2702 2006-08-28 [paul]       2.4.0cvs106
2703
2704         * src/mh.c
2705                 revert change in 2.4.0cvs104, it breaks
2706                 stuff
2707
2708 2006-08-28 [paul]       2.4.0cvs105
2709
2710         * src/plugins/spamassassin/spamassassin.c
2711                 english fix
2712
2713 2006-08-28 [paul]       2.4.0cvs104
2714
2715         * src/mh.c
2716                 fix data loss when moving to another
2717                 mailbox fails
2718         * src/prefs_spelling.c
2719                 improve the english
2720         * src/gtk/pluginwindow.c
2721                 improve the layout of the dialog text
2722         All thanks to Colin
2723
2724 2006-08-28 [paul]       2.4.0cvs103
2725
2726         * src/plugins/bogofilter/bogofilter.c
2727         * src/plugins/bogofilter/bogofilter_gtk.c
2728                 fix english up a bit, innit
2729
2730 2006-08-28 [paul]       2.4.0cvs102
2731
2732         * configure.ac
2733         * po/Makefile.in.in
2734         * po/Makevars
2735                 require autoconf 2.60, enabling building
2736                 with gettext 0.15 (gettext 0.14.x build still
2737                 possible). Replace Makefiles with versions
2738                 from gettext 0.15.
2739                 Remove configure options --with-localedir and
2740                 --with-mandir. The options that are provided
2741                 directly by autoconf 2.60 can be used instead:
2742                 --mandir --localedir
2743
2744 2006-08-27 [colin]      2.4.0cvs101
2745
2746         * src/plugins/bogofilter/Makefile.am
2747                 Fix make dist (no README)
2748
2749 2006-08-27 [colin]      2.4.0cvs100
2750
2751         * src/folder.c
2752                 Don't use F_UNKNOWN folders for any default
2753                 outbox/trash/etc
2754         * src/plugins/bogofilter/bogofilter.c
2755         * src/plugins/bogofilter/bogofilter.h
2756         * src/plugins/bogofilter/bogofilter_gtk.c
2757                 Add an option to specify the path to bogofilter
2758                 Use single-quotes to be able to learn in folders
2759                 with spaces in their names
2760                 Verify learning status
2761
2762 2006-08-27 [colin]      2.4.0cvs99
2763
2764         * manual/faq.xml
2765         * manual/plugins.xml
2766                 Document Bogofilter plugin
2767
2768 2006-08-27 [colin]      2.4.0cvs98
2769
2770         * src/compose.c
2771         * src/messageview.c
2772         * src/procmsg.c
2773         * src/procmsg.h
2774                 When possible, copy the queued mail to sent folder
2775                 instead of re-adding. Much faster on IMAP.
2776
2777 2006-08-27 [colin]      2.4.0cvs97
2778
2779         * src/msgcache.c
2780                 Disable mmaped caches - huge metadata loss
2781                 here after a power failure.
2782         * src/summaryview.c
2783                 Add quicksearch timing
2784         * src/common/plugin.c
2785         * src/common/plugin.h
2786                 Implement an interface to tell what plugins
2787                 provide. Prevent loading of similar plugins.
2788         * src/plugins/clamav/clamav_plugin.c
2789         * src/plugins/demo/demo.c
2790         * src/plugins/dillo_viewer/dillo_viewer.c
2791         * src/plugins/pgpcore/plugin.c
2792         * src/plugins/pgpinline/pgpinline.c
2793         * src/plugins/pgpmime/pgpmime.c
2794         * src/plugins/spamassassin/spamassassin.c
2795         * src/plugins/trayicon/trayicon.c
2796                 Implement plugin_provides()
2797
2798 2006-08-27 [colin]      2.4.0cvs96
2799
2800         * configure.ac
2801         * src/plugins/Makefile.am
2802         * src/plugins/bogofilter/.cvsignore
2803         * src/plugins/bogofilter/Makefile.am
2804         * src/plugins/bogofilter/bogofilter.c
2805         * src/plugins/bogofilter/bogofilter.h
2806         * src/plugins/bogofilter/bogofilter_gtk.c
2807                 New Bogofilter plugin, provides filtering and
2808                 learning. Spamassassin will go to extra plugins.
2809
2810 2006-08-26 [mones]      2.4.0cvs95
2811
2812         * manual/handling.xml
2813                 Fix subfolder path in the example (thanks to Paul) 
2814
2815 2006-08-26 [mones]      2.4.0cvs94
2816
2817         * manual/glossary.xml
2818                 2.2. + add ISP to the glossary
2819                 7.5. + Add UIDL to glossary
2820                 7.7. + Add TCP to glossary
2821         * manual/handling.xml
2822                 7.1. + Mentions GNU/Linux distribution, what about the non...
2823                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
2824                 7.3. + Mentions .bashrc, what about the non-bash ones? 
2825                 7.4. = Use appropriate quotation for commands
2826                 7.6. = change "" to <quote></quote>
2827         * manual/plugins.xml
2828                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
2829         * manual/starting.xml
2830                 2.1. + local mbox file: some examples of mbox file locations...
2831                 Also reformatted files requiring it
2832
2833 2006-08-26 [wwp]        2.4.0cvs93
2834
2835         * src/summary_search.c
2836                 disable find buttons while summary search is running.
2837
2838 2006-08-25 [colin]      2.4.0cvs92
2839
2840         * src/folder.c
2841         * src/folderutils.c
2842         * src/mh.c
2843         * src/procmsg.h
2844         * src/summaryview.c
2845                 Speed up MH moving, and add progressbar
2846                 for MH deletion
2847         * src/msgcache.c
2848                 Write cache files using mmap() too
2849
2850 2006-08-25 [wwp]        2.4.0cvs91
2851
2852         * src/summaryview.c
2853                 switch spam<->ham button when a message has been marked as spam or ham
2854                 and is still selected. Thanks to Colin.
2855
2856 2006-08-25 [paul]       2.4.0cvs90
2857
2858         * src/Makefile.am
2859         * src/stock_pixmap.c
2860         * src/stock_pixmap.h
2861         * src/summaryview.c
2862         * src/gtk/icon_legend.c
2863         * src/pixmaps/copied.xpm
2864         * src/pixmaps/moved.xpm
2865                 add icons for delayed execution marked for
2866                 copying, marked for moving
2867
2868 2006-08-25 [mones]      2.4.0cvs89
2869
2870         * manual/glossary.xml
2871                 Fix the other glossary items:
2872                 5.1. = Inmmediate execution -> <quote>immediate execution...
2873                 5.2. = Fix MBOX capitalization -> Mbox
2874                 5.3. + Improve Plugins def. w/ tech. ref.
2875                 5.4. = Quotation -> replace '>' by <quote>></quote>
2876                 5.5. - SMTP Server. -> remove dot
2877         * po/es.po
2878                 Updated translation
2879
2880 2006-08-25 [mones]      2.4.0cvs88
2881
2882         * manual/ack.xml
2883                 Reformatted, changed email address
2884         * manual/glossary.xml
2885                 Reformatted, fixed MANUAL-TODO items:
2886                 8.2. + add ROT-13 to glossary
2887                 8.4. + add URL to glossary
2888         * manual/es/advanced.xml
2889                 Fixed <literal>s
2890
2891 2006-08-25 [paul]       2.4.0cvs87
2892
2893         * src/gtk/icon_legend.c
2894                 add 'marked for deletion' icon
2895                 arrange icons by containing column
2896                 wrap long label text
2897
2898 2006-08-25 [colin]      2.4.0cvs86
2899
2900         * src/common/utils.c
2901         * src/common/utils.h
2902                 Add the sc_g_*list_bigger functions in
2903                 a place everyone can use it
2904         * src/summaryview.c
2905                 Only freeze/thaw the list when working
2906                 on the selection, if it's bigger than 1
2907         * src/gtk/gtksctree.c
2908                 Only freeze/thaw the list when unselec-
2909                 ting 'all' if ('all' != 1)
2910                 This avoids some flickering
2911
2912 2006-08-24 [colin]      2.4.0cvs85
2913
2914         * src/addressbook.c
2915                 Fix strange list selection
2916                 Fix random seg (Invalid read of freed memory)
2917
2918 2006-08-24 [colin]      2.4.0cvs84
2919
2920         * src/alertpanel.c
2921         * src/gtk/inputdialog.c
2922         * src/plugins/pgpcore/passphrase.c
2923                 Revert minimal width patch of 2.4.0cvs67,
2924                 as it is also a maximal width. Use 
2925                 gtk_window_set_default_size instead.
2926
2927 2006-08-24 [colin]      2.4.0cvs83
2928
2929         * src/msgcache.c
2930                 Write cache/mark to temp files before
2931                 overwriting old ones (avoids metadata
2932                 loss if writing the new files fail).
2933                 Use mmap() to read cache/mark file, as
2934                 this makes cache reading faster. Dis-
2935                 abled for big-endian machines until it
2936                 can be tested. (Big-endian users: set
2937                 msgcache_use_mmap = TRUE in the relevant
2938                 #if).
2939         * src/procmsg.h
2940                 Move rarely used fields of MsgInfo in 
2941                 another structure, which will only be
2942                 allocated if needed. Face, X-Face,
2943                 Return receipt headers and List-*
2944                 headers are moved. Mails having none
2945                 of these occupy 52 bytes less with
2946                 this patch, which makes 2.5MB of RAM
2947                 saved on a 50k folder).
2948         * src/headerview.c
2949         * src/mainwindow.c
2950         * src/messageview.c
2951         * src/partial_download.c
2952         * src/procheader.c
2953         * src/procmsg.c
2954         * src/textview.c
2955                 Follow this structure change.
2956
2957 2006-08-24 [wwp]        2.4.0cvs82
2958
2959         * manual/es/.cvsignore
2960         * manual/es/dist/.cvsignore
2961         * manual/es/dist/html/.cvsignore
2962         * manual/es/dist/pdf/.cvsignore
2963         * manual/es/dist/ps/.cvsignore
2964         * manual/es/dist/txt/.cvsignore
2965                 more (generated) files to ignore.
2966
2967 2006-08-24 [colin]      2.4.0cvs81
2968
2969         * src/folder.c
2970         * src/mh.c
2971                 Fix possible problems with local delivery. Check the folder doesn't
2972                 need scan before setting its mtime when saving cache (which can be
2973                 done long after the folder's been modified by an external process);
2974                 Check that the stored item's mtime didn't change in mh functions.
2975
2976 2006-08-24 [mones]      2.4.0cvs80
2977
2978         * manual/advanced.xml
2979                 Rewrapping, some fixes and MANUAL-TODO items:
2980                 8.1. = change "" to <quote></quote>
2981                 8.3. = quote menu items
2982                 8.5. - deploying -> new user ... ideally a new user (redundant)
2983
2984 2006-08-23 [colin]      2.4.0cvs79
2985
2986         * src/gtk/gtksctree.c
2987                 When selecting or deselecting range, only
2988                 freeze/thaw when selection is bigger than 10
2989
2990 2006-08-23 [colin]      2.4.0cvs78
2991
2992         * src/messageview.c
2993         * src/mimeview.c
2994         * src/mimeview.h
2995         * src/plugins/dillo_viewer/dillo_viewer.c
2996                 Provide an API for MimeViewer plugins to
2997                 return a text selection for replying
2998
2999 2006-08-23 [colin]      2.4.0cvs77
3000
3001         * src/image_viewer.c
3002         * src/textview.c
3003                 Use gtk_pixbuf_new_from_file_at_scale(), which
3004                 is faster than getting the pixbuf then resizing
3005                 it.
3006
3007 2006-08-23 [colin]      2.4.0cvs76
3008
3009         * src/procmime.c
3010                 UTF-8 should be sent Quoted-printable
3011
3012 2006-08-22 [colin]      2.4.0cvs75
3013
3014         * src/mh.c
3015                 Check if scan is required before touching
3016                 the folder (or it'll be required every time)
3017
3018 2006-08-22 [colin]      2.4.0cvs74
3019
3020         * configure.ac
3021                 Require libetpan 0.46 (crasher fix when built
3022                 against gnutls)
3023
3024 2006-08-22 [colin]      2.4.0cvs73
3025
3026         * src/folder.c
3027                 Set folder's mtime after writing its
3028                 cache
3029         * src/folderview.c
3030                 Add some timing
3031         * src/procmsg.c
3032                 Don't do useless stuff if we don't 
3033                 thread by subject
3034         * src/summaryview.c
3035                 Add some timing, don't deselect prior
3036                 to selecting (gtksctree does it itself),
3037                 remove crash avoidance hacks as it's been
3038                 properly fixed since a while
3039         * src/common/utils.c
3040                 Optimize to_human_readable(): _() is slow,
3041                 do it only once, and avoid %f format for KB
3042                 (the most common in a summaryview)
3043         * src/gtk/gtksctree.c
3044                 Don't uselessly freeze/thaw (fixes flicker
3045                 on next unread and friends), reduce number
3046                 of g_list_nth/g_list_position where possible
3047         * src/gtk/gtkutils.c
3048         * src/gtk/gtkutils.h
3049                 Reduce number of g_list_nth/g_list_position
3050                 where possible.
3051                 All of this makes loading as 70k folder 2.1
3052                 seconds instead of 3.2 (with hot FS caches).
3053                 (1.3 seconds without Date and Size columns...)
3054
3055 2006-08-22 [paul]       2.4.0cvs72
3056
3057         wrap documents and do some items from mones' MANUAL-TODO:
3058
3059         * manual/account.xml
3060                 4.1. = fix tabname references to <quote>tabname</quote>
3061                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3062         * manual/faq.xml
3063                 1.1. = mentioned options don't match UI
3064                 Add information about the 'Never send Return Receipts'
3065                 option
3066         * manual/handling.xml
3067                 6.2. = Mentions Extended symbols button, but now is
3068                 named Information
3069                 6.3. = Mentions ... button, which is now Edit
3070
3071 2006-08-22 [colin]      2.4.0cvs71
3072
3073         * src/gtk/pluginwindow.c
3074                 Fix layout in verbose translations (such
3075                 as french)
3076
3077 2006-08-22 [paul]       2.4.0cvs70
3078
3079         * manual/Makefile.am
3080                 build manuals in alphabetical order
3081         * src/addressbook.c
3082         * src/prefs_themes.c
3083                 replace/remove deprecated symbols
3084         * src/gtk/gtkutils.c
3085                 fix a warning
3086         * src/gtk/pluginwindow.c
3087                 replace deprecated symbol
3088                 replace label text and move it
3089         * src/plugins/pgpcore/prefs_gpg.c
3090                 move the 'Generate...' button out of the
3091                 Sign Key frame, replace the English used
3092         * src/plugins/pgpcore/sgpgme.c
3093                 fixes to the English
3094
3095 2006-08-21 [colin]      2.4.0cvs69
3096
3097         * src/plugins/trayicon/trayicon.c
3098                 Add more strings for translation; patch
3099                 by Pawel
3100
3101 2006-08-21 [colin]      2.4.0cvs68
3102
3103         * src/compose.c
3104                 fix replied flag not set after drafting
3105         * src/matcher.c
3106                 fix body quicksearch in non-encoded bodies
3107                 containing '='
3108         * src/msgcache.c
3109                 Get rid of the g_malloc workaround for
3110                 corrupted caches, use g_try_malloc
3111
3112 2006-08-21 [colin]      2.4.0cvs67
3113
3114         * src/alertpanel.c
3115         * src/gtk/inputdialog.c
3116         * src/plugins/pgpcore/passphrase.c
3117                 Set minimal width to 375
3118         * src/mainwindow.c
3119                 Fix switching to offline, asking if it 
3120                 should be overriden for synchronising
3121         * src/mimeview.c
3122                 Don't offer to remember command on Open 
3123                 with for text parts, as the browser or 
3124                 text editor command isn't changed from 
3125                 there
3126
3127 2006-08-20 [paul]       2.4.0cvs66
3128
3129         * po/ko.po
3130         * po/zh_CN.po
3131                 fix plural form errors. revealed by stricter
3132                 checking of gettext 0.15
3133
3134 2006-08-18 [paul]       2.4.0cvs65
3135
3136         * src/stock_pixmap.c
3137                 fix the fix of 2.4.0cvs64
3138                 Thanks to Colin
3139
3140 2006-08-18 [paul]       2.4.0cvs64
3141
3142         * src/stock_pixmap.c
3143                 fix leaks
3144                 Thanks to Colin
3145
3146 2006-08-18 [paul]       2.4.0cvs63
3147
3148         * src/compose.c
3149         * src/procmsg.c
3150                 fix occasional IMAP bug where large msgs
3151                 were left in the queue folder after sending
3152                 Thanks to Colin
3153
3154 2006-08-18 [paul]       2.4.0cvs62
3155
3156         * src/folderview.c
3157                 freeze the summaryview while quicksearch results
3158                 are displayed
3159                 (fixes bug 456 'current message is hidden when the
3160                 view is refreshed and extended search is "unread 
3161                 messages"')
3162                 Thanks to Colin
3163         * src/textview.c
3164                 add missing #include "inputdialog.h"
3165         * src/common/utils.h
3166                 add missing mailcap_update_default() and improve
3167                 readability
3168
3169 2006-08-17 [colin]      2.4.0cvs61
3170
3171         * src/plugins/pgpcore/select-keys.c
3172                 Fix warnings :)
3173
3174 2006-08-17 [colin]      2.4.0cvs60
3175
3176         * src/compose.c
3177                 Don't continue queuing if Cancel is clicked
3178                 in select-keys
3179
3180 2006-08-17 [colin]      2.4.0cvs59
3181
3182         * src/plugins/pgpcore/select-keys.c
3183                 When encrypting, if only one key matches and it 
3184                 matches exactly, automatically use it.
3185
3186 2006-08-17 [colin]      2.4.0cvs58
3187
3188         * src/mimeview.c
3189         * src/prefs_common.c
3190         * src/prefs_common.h
3191         * src/prefs_ext_prog.c
3192         * src/textview.c
3193                 Fix issues with previous patch (text/html)
3194                 Remove outdated prefs
3195
3196 2006-08-17 [colin]      2.4.0cvs57
3197
3198         * src/imap.c
3199                 Add View Log button on auth error
3200         * src/procmsg.c
3201                 Fix encrypted mail marked as new when
3202                 saved in normal folders
3203         * src/plugins/pgpinline/pgpinline.c
3204                 Fix encrypt bug on IMAP
3205         * src/mimeview.c
3206         * src/common/utils.c
3207         * src/common/utils.h
3208         * src/gtk/inputdialog.c
3209         * src/gtk/inputdialog.h
3210                 Get rid of metamail stuff, simplify
3211                 opening, and allow remembering of user's
3212                 choices (by updating ~/.mailcap). There's
3213                 still to drop "Audio player" and "Image
3214                 viewer" preferences.
3215
3216 2006-08-17 [mones]      2.4.0cvs56
3217
3218         * manual/es/sylpheed-claws-manual.xml
3219                 fix DTD path
3220
3221 2006-08-17 [mones]      2.4.0cvs55
3222
3223         * configure.ac
3224         * manual/Makefile.am
3225         * manual/es/Makefile.am
3226         * manual/es/account.xml
3227         * manual/es/ack.xml
3228         * manual/es/addrbook.xml
3229         * manual/es/advanced.xml
3230         * manual/es/faq.xml
3231         * manual/es/glossary.xml
3232         * manual/es/gpl.xml
3233         * manual/es/handling.xml
3234         * manual/es/intro.xml
3235         * manual/es/keyboard.xml
3236         * manual/es/plugins.xml
3237         * manual/es/starting.xml
3238         * manual/es/sylpheed-claws-manual.xml
3239         * manual/es/dist/Makefile.am
3240         * manual/es/dist/html/Makefile.am
3241         * manual/es/dist/pdf/Makefile.am
3242         * manual/es/dist/ps/Makefile.am
3243         * manual/es/dist/txt/Makefile.am
3244                 Spanish translation for the manual
3245
3246 2006-08-16 [colin]      2.4.0cvs54
3247
3248         * src/compose.c
3249         * src/main.c
3250         * src/mainwindow.c
3251                 Fix send button sensitivity at startup
3252                 Set send menu sensitivity (patch by Fabien)
3253         * src/ssl_manager.c
3254                 Enable closing with esc (patch by Fabien)
3255         * src/gtk/foldersort.c
3256                 Enable closing with esc (patch by Fabien)
3257         * src/procmime.c
3258                 Optimisation (no need to copy to tempfile to
3259                 "decode" 7bit and 8bit)
3260         * src/summaryview.c
3261                 Fix cruft in swap_from case
3262         * src/textview.c
3263                 Fix missing last line in some mail cases 
3264                 (Fixes debian #381872)
3265         * src/plugins/pgpcore/prefs_gpg.c
3266         * src/plugins/pgpcore/sgpgme.c
3267         * src/plugins/pgpcore/sgpgme.h
3268                 Don't show "no key found" when user explicitely
3269                 wants to create a key
3270
3271 2006-08-16 [paul]       2.4.0cvs53
3272
3273         * configure.ac
3274         * src/account.c
3275         * src/addressbook.c
3276         * src/headerview.c
3277         * src/prefs_account.c
3278         * src/prefs_message.c
3279         * src/gtk/gtkutils.c
3280                 bump up minimum required versions of GTK+ and
3281                 GLIB to 2.6.0
3282
3283 2006-08-16 [paul]       2.4.0cvs52
3284
3285         * src/toolbar.c
3286                 workaround GTK+ Bug 351600 - 'Can't re-click
3287                 on button after sensitivity update'
3288                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3289                 Thanks to Colin
3290
3291 2006-08-15 [colin]      2.4.0cvs51
3292
3293         * src/plugins/pgpcore/prefs_gpg.c
3294                 Set options sensitivity according to
3295                 key existence
3296         * src/plugins/pgpcore/sgpgme.c
3297                 Allow to create key with no passphrase
3298
3299 2006-08-14 [cleroy]     2.4.0cvs50
3300
3301         * src/gtk/pluginwindow.c
3302                 New layout (maybe to be changed?)
3303         * src/gtk/gtkutils.c
3304                 Fix a bit label_window
3305         * src/plugins/pgpcore/passphrase.c
3306         * src/plugins/pgpcore/passphrase.h
3307         * src/plugins/pgpcore/plugin.c
3308         * src/plugins/pgpcore/prefs_gpg.c
3309         * src/plugins/pgpcore/prefs_gpg.h
3310         * src/plugins/pgpcore/sgpgme.c
3311         * src/plugins/pgpcore/sgpgme.h
3312                 Allow to create a PGP private key via the GUI
3313
3314 2006-08-14 [wwp]        2.4.0cvs49
3315
3316         * src/addressbook_foldersel.c
3317                 fix strict ISO C90 compliance.
3318
3319 2006-08-14 [paul]       2.4.0cvs48
3320
3321         * src/gtk/prefswindow.c
3322                 re-set scrolled window on opening
3323                 Patch by Ticho
3324
3325 2006-08-14 [paul]
3326
3327         2.5.0-rc1 released
3328
3329 2006-08-14 [paul]       2.4.0cvs47
3330
3331         * src/prefs_display_header.c
3332                 re-enable user-defined Displayed Headers
3333
3334 2006-08-14 [paul]       2.4.0cvs46
3335
3336         * src/prefs_account.c
3337                 use GTK_STOCK_EDIT
3338
3339 2006-08-13 [colin]      2.4.0cvs45
3340
3341         * src/common/utils.c
3342                 Fix "a" in quote when the original message is empty,
3343                 by using \0 instead of 'a' to test writability of
3344                 temp files.
3345
3346 2006-08-13 [wwp]        2.4.0cvs44
3347
3348         * src/plugins/spamassassin/spamassassin.c
3349                 fix capitalization of "SpamAssassin" in some debug, log and
3350                 dialog messages.
3351
3352 2006-08-13 [paul]       2.4.0cvs43
3353
3354         * src/editldap.c
3355                 fix overlapping widgets
3356         * src/prefs_account.c
3357                 fix translation of protocol_names[]
3358                 fix label disappearing off the edge of the
3359                 visible area
3360
3361 2006-08-12 [paul]       2.4.0cvs42
3362
3363         * manual/plugins.xml
3364                 update IRC channel info before it gets forgotten
3365                 about
3366
3367 2006-08-11 [colin]      2.4.0cvs41
3368
3369         * src/compose.c
3370         * src/mainwindow.c
3371         * src/mainwindow.h
3372         * src/procmsg.c
3373         * src/procmsg.h
3374         * src/summaryview.c
3375         * src/toolbar.c
3376                 Grey out the Send button if
3377                 - Queue folders are empty, or
3378                 - We're sending already
3379
3380 2006-08-11 [wwp]        2.4.0cvs40
3381
3382         * src/main.c
3383                 fix a logic issue when quitting while a compose window is
3384                 still open, thanks to Colin.
3385
3386 2006-08-10 [colin]      2.4.0cvs39
3387
3388         * src/main.c
3389                 Fix default font size setting after wizard run
3390         * src/imap.c
3391         * src/etpan/imap-thread.c
3392         * src/etpan/imap-thread.h
3393                 Fix bug #999 (Timing out on TSL cert validation 
3394                 dialog makes ugly things happen). Also, STARTTLS
3395                 unconditionnaly if initial capabilities contain
3396                 LOGINDISABLED and STARTTLS.
3397
3398 2006-08-09 [colin]      2.4.0cvs38
3399
3400         * src/mainwindow.c
3401         * src/mainwindow.h
3402                 Fix Tools/Actions sensitivity when there are
3403                 no actions
3404
3405 2006-08-09 [colin]      2.4.0cvs37
3406
3407         * src/prefs_filtering.c
3408                 Warning fix, patch by Paul
3409         * src/messageview.c
3410         * src/prefs_actions.c
3411         * src/prefs_filtering_action.c
3412         * src/prefs_matcher.c
3413                 Uniformisation of "Info ..." to "Info..." (for
3414                 old gtk), patch by Fabien
3415         * src/plugins/clamav/clamav_plugin_gtk.c
3416                 Sensitivity fix by Fabien
3417
3418 2006-08-09 [colin]      2.4.0cvs36
3419
3420         * src/main.c
3421         * src/main.h
3422                 Add a function to know whether we're exiting
3423         * src/plugins/trayicon/trayicon.c
3424                 If exiting, don't do anything. Faster, and
3425                 avoids gtk_main_iteration reentracy causing
3426                 segfaults at exit
3427
3428 2006-08-09 [colin]      2.4.0cvs35
3429
3430         * src/messageview.c
3431         * src/mimeview.c
3432         * src/mimeview.h
3433                 Fix lack of part selection when automatically 
3434                 jumping to a specific part
3435         * src/msgcache.c
3436                 Little optimisation in cache reading
3437
3438 2006-08-09 [colin]      2.4.0cvs34
3439
3440         * src/compose.c
3441                 Fix crash setting the priority on reedit
3442                 (Accessing compose before creating it!)
3443
3444 2006-08-08 [colin]      2.4.0cvs33
3445
3446         * src/procmime.c
3447                 Fix bug #998 (last attachment is not accessible)
3448                 Bad RFC interpretation on multipart close-delimiters
3449         * src/mimeview.c
3450         * src/mimeview.h
3451         * src/gtk/gtkvscrollbutton.c
3452         * src/gtk/gtkvscrollbutton.h
3453                 Make attachments list wheel-scrollable
3454
3455 2006-08-07 [colin]      2.4.0cvs32
3456
3457         * src/gtk/gtkaspell.c
3458                 Fix bug #973 (Unicode punctation characters 
3459                 are not recognized as separators by the
3460                 spell checker); fix unsigned stuff
3461
3462 2006-08-07 [colin]      2.4.0cvs31
3463
3464         * src/compose.c
3465                 Fix bug #956 (DnD text with accents in compose 
3466                 text entry); fix gccc's signed/unsigned fuss
3467
3468 2006-08-06 [colin]      2.4.0cvs30
3469
3470         * src/main.c
3471                 Fix bug #979 (Plugin crashes when exiting 
3472                 sylpheed-claws) : handle exit request only 
3473                 once
3474
3475 2006-08-05 [colin]      2.4.0cvs29
3476
3477         * src/news.c
3478                 Just make sure we have a msgid.
3479
3480 2006-08-05 [colin]      2.4.0cvs28
3481
3482         * src/news.c
3483         * src/summaryview.c
3484                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3485                 by reimplementing it
3486         * src/textview.c
3487                 Fix bug when hiding quotes with level > 3 and quote
3488                 colors are recycled
3489
3490 2006-08-04 [colin]      2.4.0cvs27
3491
3492         * src/compose.c
3493         * src/undo.c
3494         * src/undo.h
3495                 Fix a bit replace-by-pasting undo
3496         * src/mainwindow.c
3497         * src/messageview.c
3498                 Fix Fold quotes menu synchro in
3499                 mainwindow when it changes in 
3500                 messageview
3501         * src/textview.c
3502                 Fix right-click on quotes blocks
3503         * src/common/utils.c
3504                 Verify that the file created by
3505                 my_tmpfile() is writable. Fixes
3506                 bug #988 (very specific filesystem
3507                 issue)
3508         * src/plugins/pgpcore/sgpgme.c
3509                 Fix file descriptor leak
3510         * src/plugins/spamassassin/spamassassin.c
3511                 Warn once if spamd isn't reachable
3512
3513 2006-08-04 [colin]      2.4.0cvs26
3514
3515         * src/toolbar.c
3516                 i18n context patch by Fabien
3517
3518 2006-08-03 [colin]      2.4.0cvs25
3519
3520         * src/mainwindow.c
3521         * src/messageview.c
3522                 Rename "Hide quotes" to "Fold quotes"
3523         * src/textview.c
3524                 Don't use hand cursor on quotes. "all 
3525                 the bonuses of the feature and none of 
3526                 unwelcome side-effects"
3527
3528 2006-08-03 [colin]      2.4.0cvs24
3529
3530         * AUTHORS
3531         * sylpheed-claws.desktop
3532         * src/gtk/authors.h
3533                 Bring the desktop file to XDG compliance
3534                 Patch by Charles A. Edwards
3535
3536 2006-08-03 [colin]      2.4.0cvs23
3537
3538         * src/textview.c
3539                 Fix links offset when they are preceded
3540                 by accentued chars (g_utf8_strlen!)
3541         * src/mainwindow.c
3542                 Fix wrong status when starting offline
3543
3544
3545 2006-08-03 [wwp]        2.4.0cvs22
3546
3547         * src/prefs_common.h
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                 (forgot that file)
3553
3554 2006-08-03 [wwp]        2.4.0cvs21
3555
3556         * src/filtering.c
3557         * src/filtering.h
3558         * src/prefs_common.c
3559         * src/summaryview.c
3560         * src/alertpanel.c
3561         * src/alertpanel.h
3562         * src/messageview.c
3563                 ask what to do w/ filtering rules that belong to an account when
3564                 applying filtering rules manually from the main window (skip,
3565                 apply regardless of the account, use current account). This dialog
3566                 can be skipped and the last reply used.
3567
3568
3569 2006-08-03 [colin]      2.4.0cvs20
3570
3571         * src/textview.c
3572                 Optimize previous patch
3573
3574 2006-08-03 [cleroy]     2.4.0cvs19
3575
3576         * src/textview.c
3577                 Fix quotes getting toggled back when the
3578                 mail has an even number of text parts
3579
3580 2006-08-02 [colin]      2.4.0cvs18
3581
3582         * src/messageview.c
3583                 Add Hide quotes menu
3584
3585 2006-08-02 [colin]      2.4.0cvs17
3586
3587         * src/mainwindow.c
3588         * src/prefs_common.c
3589         * src/textview.c
3590         * src/textview.h
3591         * src/gtk/about.c
3592                 Allow per-level quote hiding,
3593                 Allow toggling quotes by double-clicking them
3594                 Rename RemoteURI to ClickableText to reflect
3595                 the fact it's used for a variety of things
3596
3597 2006-08-02 [wwp]        2.4.0cvs16
3598
3599         * src/mainwindow.c
3600                 fix "View/Hide quotes" menu item status initialization.
3601
3602 2006-08-02 [wwp]        2.4.0cvs15
3603
3604         * src/matcher_parser_parse.y
3605                 remove a debug trace.
3606
3607 2006-08-02 [paul]       2.4.0cvs14
3608
3609         * src/plugins/pgpcore/passphrase.c
3610                 don't set initial dialog size
3611                 make it resizable
3612
3613 2006-08-02 [paul]       2.4.0cvs13
3614
3615         * src/noticeview.c
3616                 remove the rogue '/' character
3617
3618 2006-08-02 [paul]       2.4.0cvs12
3619
3620         * src/noticeview.c
3621                 allow buttons to resize as necessary
3622
3623 2006-08-01 [wwp]        2.4.0cvs11
3624
3625         * src/mbox.c
3626                 fix strict ISO C90 compliance.
3627
3628 2006-08-01 [wwp]        2.4.0cvs10
3629
3630         * tools/update-po
3631                 updated update-po tool to work w/ context-dependent translations.
3632                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3633
3634 2006-08-01 [wwp]        2.4.0cvs9
3635
3636         * src/matcher.c
3637         * src/prefs_filtering.c
3638         * src/prefs_matcher.c
3639                 allow context-dependent translations for "All",
3640                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3641
3642 2006-07-31 [colin]      2.4.0cvs8
3643
3644         * AUTHORS
3645         * src/gtk/authors.h
3646                 Add Rafal to authors
3647
3648 2006-07-31 [colin]      2.4.0cvs7
3649
3650         * src/compose.c
3651         * src/mainwindow.c
3652         * src/messageview.h
3653         * src/prefs_common.c
3654         * src/prefs_common.h
3655         * src/textview.c
3656                 Add 'View/Hide quotes'. Patch based on a patch
3657                 by Rafal Weglarz
3658
3659 2006-07-31 [colin]      2.4.0cvs6
3660
3661         * src/action.c
3662                 Fix problem with "> stuff >" actions
3663
3664 2006-07-31 [paul]       2.4.0cvs5
3665
3666         * po/nb.po
3667                 updated by Geir Helland
3668
3669 2006-07-31 [wwp]        2.4.0cvs4
3670
3671         * src/mainwindow.c
3672         * src/summaryview.c
3673         * src/summaryview.h
3674                 add "View/Go to/Parent message" and "View/Go to/Last read message",
3675                 thanks to Colin.
3676
3677 2006-07-31 [wwp]        2.4.0cvs3
3678
3679         * src/Makefile.am
3680         * src/addr_compl.c
3681         * src/addr_compl.h
3682         * src/addressbook.c
3683         * src/addressbook.h
3684         * src/addressbook_foldersel.c
3685         * src/addressbook_foldersel.h
3686         * src/addrindex.c
3687         * src/addrindex.h
3688         * src/matcher.c
3689         * src/matcher.h
3690         * src/matcher_parser_lex.l
3691         * src/matcher_parser_parse.y
3692         * src/prefs_common.c
3693         * src/prefs_common.h
3694         * src/prefs_filtering.c
3695         * src/prefs_matcher.c
3696         * src/prefs_matcher.h
3697         * src/summaryview.c
3698                 introduce filtering against the address book. It's now possible to add
3699                 matched conditions to determine if any email address in a message matches
3700                 or doesn't match any or all books or folders in the address book.
3701
3702 2006-07-31 [wwp]        2.4.0cvs2
3703
3704         * src/account.c
3705         * src/filtering.c
3706         * src/filtering.h
3707         * src/folder.c
3708         * src/folderview.c
3709         * src/inc.c
3710         * src/mainwindow.c
3711         * src/matcher.c
3712         * src/matcher_parser_lex.l
3713         * src/matcher_parser_parse.y
3714         * src/mbox.c
3715         * src/prefs_filtering.c
3716         * src/prefs_filtering.h
3717         * src/procmsg.c
3718         * src/procmsg.h
3719         * src/summaryview.c
3720                 introduce per-account filtering rules. Each filtering rule can now be assigned
3721                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
3722                 when applying filtering rules manually, as all rules will apply - even the ones
3723                 assigned to an account. This issue will be addressed soon.
3724  
3725
3726
3727 2006-07-31 [wwp]        2.4.0cvs1
3728
3729         * src/quote_fmt.c
3730                 make more strings translatable.
3731
3732 2006-07-31 [paul]       2.4.0
3733
3734         2.4.0 released
3735
3736 2006-07-31 [paul]       2.3.1cvs91
3737
3738         * po/ca.po
3739                 updated by Miquel Oliete
3740
3741 2006-07-31 [paul]       2.3.1cvs90
3742
3743         * po/de.po
3744         * po/el.po
3745         * po/fr.po
3746         * po/it.po
3747         * po/pl.po
3748         * po/pt_BR.po
3749         * po/sr.po
3750         * po/zh_CN.po
3751                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
3752                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
3753                 Aleksandar Urosevic, and Ralgh Young
3754
3755 2006-07-31 [paul]       2.3.1cvs89
3756
3757         * src/account.c
3758         * src/main.c
3759         * src/mainwindow.c
3760         * src/mainwindow.h
3761                 Fix a race condition when, after an SC crash, rescanning
3762                 folders took more than 0.5 seconds
3763                 Thanks to Colin
3764
3765 2006-07-31 [paul]       2.3.1cvs88
3766
3767         * src/folderview.c
3768                 don't translate separator strings
3769
3770 2006-07-30 [mones]      2.3.1cvs87
3771
3772         * doc/man/sylpheed-claws.1
3773                 Fixed non-ASCII chars in Hoa's name
3774         * po/es.po
3775                 Updated for release
3776
3777 2006-07-27 [colin]      2.3.1cvs86
3778
3779         * src/textview.c
3780                 Don't include the leading \n in links
3781                 Patch by Fabien
3782
3783 2006-07-25 [colin]      2.3.1cvs85
3784
3785         * src/mainwindow.c
3786         * src/common/socket.h
3787         * src/etpan/imap-thread.c
3788                 Refresh resolvers before connecting
3789                 to IMAP servers, and after switching
3790                 to online. Thanks to Paul.
3791
3792 2006-07-18 [colin]
3793
3794         * 2.4.0-rc4 released
3795
3796 2006-07-17 [colin]      2.3.1cvs84
3797
3798         * src/inc.c
3799                 Show connection attempt in statusbar before
3800                 connecting (previously first message was
3801                 "Retrieving messages from ..." after the
3802                 connection succeeded.
3803
3804 2006-07-16 [wwp]        2.3.1cvs83
3805
3806         * sylpheed-claws.ico
3807                 Added .ico file (windows multi-size icon file, generated).
3808
3809 2006-07-12 [wwp]        2.3.1cvs82
3810
3811         * src/messageview.c
3812                 remove Message/Re-edit menu entry from messageview window,
3813                 as sent/draft/queued messages are opened in compose window when
3814                 re-edited and it's not possible to re-edit other msgs.
3815
3816 2006-07-12 [paul]       2.3.1cvs81
3817
3818         * AUTHORS
3819         * src/mainwindow.c
3820         * src/gtk/authors.h
3821                 check online state before resetting
3822                 mailcheck timer. Useful if some program
3823                 verifies connection state and updates
3824                 Claws.
3825                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
3826
3827 2006-07-12 [paul]       2.3.1cvs80
3828
3829         * sylpheed-claws-128x128.png
3830         * sylpheed-claws-64x64.png
3831         * sylpheed-claws.png
3832         * src/Makefile.am
3833         * src/main.c
3834         * src/prefs_toolbar.c
3835         * src/stock_pixmap.c
3836         * src/stock_pixmap.h
3837         * src/wizard.c
3838         * src/gtk/about.c
3839         * src/gtk/gtkutils.c
3840         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
3841         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
3842         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
3843         * src/pixmaps/sylpheed.xpm              ** REMOVED **
3844         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
3845         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
3846                 updated and renamed logo/icon files and related
3847                 logo by Jesper Schultz
3848
3849 2006-07-11 [paul]       2.3.1cvs79
3850
3851         * src/main.c
3852                 fix the labels a smidgin
3853
3854 2006-07-09 [colin]      2.3.1cvs78
3855
3856         * src/textview.c
3857                 Show errors in textviewer's command
3858                 Patch by H. Merijn Brand
3859
3860 2006-07-09 [colin]      2.3.1cvs77
3861
3862         * src/compose.c
3863                 Save FMID in drafts too
3864
3865 2006-07-08 [colin]      2.3.1cvs76
3866
3867         * src/compose.c
3868                 Svae RMID in drafted mails too
3869                 Save quote_fmt vars for whole mails,
3870                 don't reset at each quote_fmt_init:
3871                 allows to use the same |i{var} in
3872                 various template fields
3873         * src/prefs_template.c
3874         * src/quote_fmt.h
3875         * src/quote_fmt_parse.y
3876                 Same
3877
3878 2006-07-08 [colin]      2.3.1cvs75
3879
3880         * src/textview.c
3881                 Fix highlighting of attached parts URIs
3882
3883 2006-07-08 [colin]      2.3.1cvs74
3884
3885         * src/main.c
3886                 Prevent bug #981 (sc 2.3.1 segfaults with 
3887                 gtk+ 2.10) from being reported again:
3888                 if Sylpheed-Claws has been compiled against
3889                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
3890                 of if Sylpheed-Claws has been compiled against
3891                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
3892                 error out.
3893
3894 2006-07-07 [colin]      2.3.1cvs73
3895
3896         * src/prefs_actions.c
3897                 Fix label
3898
3899 2006-07-07 [colin]      2.3.1cvs72
3900
3901         * src/prefs_actions.c
3902                 Fix compile on gtk < 2.8. argh :)
3903
3904 2006-07-07 [paul]       2.3.1cvs71
3905
3906         * src/common/defs.h
3907                 update DONATE_URI
3908
3909 2006-07-07 [colin]      2.3.1cvs70
3910
3911         * po/POTFILES.in
3912         * src/quote_fmt.c
3913         * src/quote_fmt_lex.l
3914         * src/quote_fmt_parse.y
3915                 Add |i{var}, a way to insert user-entered
3916                 text in a template
3917
3918 2006-07-07 [colin]
3919
3920         * 2.4.0-rc3 released
3921
3922 2006-07-07 [colin]      2.3.1cvs69
3923
3924         * src/folder.c
3925                 Don't consider inboxes of UNKNOWN folder 
3926                 classes to be useable as default inboxes
3927
3928 2006-07-07 [paul]       2.3.1cvs68
3929
3930         * src/textview.c
3931                 add missing #include <errno.h>
3932                 Thanks to René J. Blokland
3933
3934 2006-07-07 [paul]       2.3.1cvs67
3935
3936         * src/action.c
3937                 Return now Closes dialog
3938         * src/mimeview.c
3939         * src/mimeview.h
3940         * src/textview.c
3941                 add contextual menu to mime parts listed
3942                 in the textview
3943                 Thanks to Colin
3944         * src/common/utils.c
3945                 reversal: ' is a valid character in URLs
3946
3947 2006-07-06 [colin]      2.3.1cvs66
3948
3949         * src/remotefolder.h
3950                 Forgotten in previous commit
3951
3952 2006-07-06 [colin]      2.3.1cvs65
3953
3954         * src/folder.c
3955                 Set summary update flag whenever
3956                 totals changed
3957         * src/imap.c
3958         * src/prefs_account.c
3959         * src/common/utils.h
3960         * src/etpan/imap-thread.c
3961                 Fix warnings, thanks to Fabien and
3962                 Ricardo
3963
3964 2006-07-06 [wwp]        2.3.1cvs64
3965
3966         * src/gtk/gtkutils.c
3967                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
3968
3969 2006-07-06 [wwp]        2.3.1cvs63
3970
3971         * src/account.c
3972         * src/addressbook.c
3973         * src/addressitem.h
3974         * src/folderview.c
3975         * src/mainwindow.c
3976         * src/manual.c
3977         * src/manual.h
3978         * src/message_search.c
3979         * src/prefs_actions.c
3980         * src/prefs_filtering.c
3981         * src/prefs_filtering.h
3982         * src/prefs_template.c
3983         * src/summary_search.c
3984         * src/summaryview.c
3985         * src/gtk/gtkutils.c
3986         * src/gtk/gtkutils.h
3987         * src/gtk/pluginwindow.c
3988                 add help buttons to some dialogs. Clicking such buttons opens a
3989                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
3990
3991 2006-07-06 [paul]       2.3.1cvs62
3992
3993         * src/textview.c
3994                 fix attachments contextual menu
3995                 Thanks to Colin
3996
3997 2006-07-05 [colin]      2.3.1cvs61
3998
3999         * src/textview.c
4000         * src/compose.c
4001                 Handle sftp:// links
4002
4003 2006-07-05 [paul]       2.3.1cvs60
4004
4005         * src/gtk/filesel.c
4006                 grab save button by default
4007                 Thanks to Colin
4008
4009 2006-07-05 [wwp]        2.3.1cvs59
4010
4011         * manual/xml2pdf
4012                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4013
4014 2006-07-04 [colin]      2.3.1cvs58
4015
4016         * src/mimeview.c
4017         * src/textview.c
4018                 Use left click to select, middle click to open
4019                 on mimeparts links
4020         * src/common/utils.c
4021                 Fix segfault
4022
4023 2006-07-04 [colin]      2.3.1cvs57
4024
4025         * src/mainwindow.c
4026         * src/news.c
4027                 Warning fixes, thanks to Fabien
4028
4029 2006-07-04 [colin]      2.3.1cvs56
4030
4031         * src/mimeview.c
4032         * src/mimeview.h
4033         * src/textview.c
4034                 Allow parts to be selected via their text label
4035                 in textview
4036
4037 2006-07-04 [colin]      2.3.1cvs55
4038
4039         * src/folderview.c
4040                 Feedback when closing (for big folders)
4041         * src/prefs_actions.c
4042         * src/prefs_filtering.c
4043         * src/prefs_matcher.c
4044         * src/prefs_template.c
4045                 Fix default button when closing without
4046                 having saved
4047
4048 2006-07-04 [colin]      2.3.1cvs54
4049
4050         * src/news.c
4051                 Delete local file on deletion
4052
4053 2006-07-03 [colin]      2.3.1cvs53
4054
4055         * src/folderview.c
4056         * src/main.c
4057                 Don't freeze when rescanning after crash
4058
4059 2006-07-03 [wwp]        2.3.1cvs52
4060
4061         * src/compose.c
4062         * src/privacy.c
4063         * src/privacy.h
4064         * src/plugins/pgpinline/pgpinline.c
4065         * src/plugins/pgpmime/pgpmime.c
4066                 don't report an error when the user cancels the passphrase dialog.
4067
4068 2006-07-02 [colin]      2.3.1cvs51
4069
4070         * src/folderview.c
4071                 Open message when crossing folders with Space,
4072                 goto next unread and friends
4073
4074 2006-07-01 [colin]      2.3.1cvs50
4075
4076         * src/prefs_account.c
4077                 Typographic rules varying from language
4078                 to language (in french "Protocole :"),
4079                 we have to do that :)
4080
4081 2006-07-01 [ticho]      2.3.1cvs49
4082
4083         * src/prefs_account.c
4084                 Only use one temporary gchar* variable in
4085                 prefs_account_protocol_set_optmenu().
4086
4087 2006-07-01 [ticho]      2.3.1cvs48
4088
4089         * src/prefs_account.c
4090         * src/prefs_account.h
4091                 Use GtkLabel for existing account protocol name.
4092                 Created an array for protocol names and populate the
4093                 combobox from it in a for() cycle.
4094
4095 2006-06-30 [colin]      2.3.1cvs47
4096
4097         * src/compose.c
4098                 Block undo when changing signature (by changing
4099                 account)
4100
4101 2006-06-30 [paul]       2.3.1cvs46
4102
4103         * src/send_message.c
4104                 when editing From in the Compose window, use that address
4105                 in the Return-Path: header
4106                 Thanks to Colin
4107
4108 2006-06-30 [colin]      2.3.1cvs45
4109
4110         * src/compose.c
4111                 Fix signature replacement:
4112                 - when no newline before separator
4113                 - when reediting
4114
4115 2006-06-29 [colin]      2.3.1cvs44
4116
4117         * src/folderview.c
4118         * src/folderview.h
4119         * src/mainwindow.c
4120         * src/summaryview.c
4121                 Let 'View/Go to/Next marked' work like
4122                 Next new & Next unread: across folders
4123                 Change the select_on_entry pref to do
4124                 what we want when changing folder
4125         * src/common/utils.c
4126                 Fix single-quoted links 
4127
4128 2006-06-29 [colin]      2.3.1cvs43
4129
4130         * src/gtk/gtkaspell.c
4131                 "Sylpheed" and "Sylpheed-Claws" do exist !
4132
4133 2006-06-29 [colin]      2.3.1cvs42
4134
4135         * src/imap.c
4136                 Forgot to remove debug
4137
4138 2006-06-29 [colin]      2.3.1cvs41
4139
4140         * src/imap.c
4141         * src/imap.h
4142         * src/mainwindow.c
4143                 Disconnect from IMAP servers when going
4144                 offline. Fixes bug #978 (going to offline-mode 
4145                 won't close connections)
4146
4147 2006-06-29 [colin]      2.3.1cvs40
4148
4149         * src/main.c
4150                 Fix transient setting on failing plugins
4151                 Patch by Fabien
4152         * src/plugins/pgpcore/sgpgme.c
4153                 Only warn for OpenPGP. Most people don't
4154                 have CMS available.
4155
4156 2006-06-29 [colin]      2.3.1cvs39
4157
4158         * src/compose.c
4159                 Fix Spelling menu (discrepancy between context menu
4160                 and top menu when folder's dictionary isn't the 
4161                 default one)
4162         * src/plugins/pgpcore/sgpgme.c
4163                 More error reporting about why gpgme can fail
4164
4165 2006-06-29 [wwp]        2.3.1cvs38
4166
4167         * src/mainwindow.c
4168                 honor the display-header-pane setting even when the message view
4169                 is a separate window.
4170
4171 2006-06-29 [wwp]        2.3.1cvs37
4172
4173         * src/prefs_actions.c
4174                 forgot to commit that one (use of GTK_STOCK_INFO).
4175
4176 2006-06-29 [colin]      2.3.1cvs36
4177
4178         * src/imap.c
4179                 Better handling of login errors (ask the password
4180                 again once), alert in case of error. Fix three
4181                 signedness warnings.
4182
4183 2006-06-28 [wwp]        2.3.1cvs35
4184
4185         * src/prefs_template.c
4186         * src/prefs_matcher.c
4187         * src/prefs_filtering_action.c
4188         * src/prefs_quote.c
4189                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4190                 patch by Fabien Vantard, slightly modified.
4191
4192 2006-06-28 [paul]
4193
4194         2.4.0-rc2 released
4195
4196 2006-06-28 [colin]      2.3.1cvs34
4197
4198         * src/prefs_account.c
4199                 Fix bug #977 (Can't add or edit imap accounts)
4200
4201 2006-06-28 [colin]      2.3.1cvs33
4202
4203         * src/mimeview.c
4204                 Fix previous
4205
4206 2006-06-28 [colin]      2.3.1cvs32
4207
4208         * src/mimeview.c
4209                 Save named inlined attachments with "Save all"
4210         * src/main.c
4211         * src/mbox.c
4212         * src/common/plugin.c
4213         * src/common/plugin.h
4214         * src/common/sylpheed.c
4215         * src/common/utils.c
4216         * src/plugins/pgpcore/sylpheed.def
4217         * src/plugins/pgpinline/sylpheed.def
4218         * src/plugins/pgpmime/sylpheed.def
4219                 Win32 compatibility patch, by
4220                 Werner Koch
4221
4222 2006-06-28 [wwp]        2.3.1cvs31
4223
4224         * src/imap.c
4225         * src/prefs_folder_item.c
4226                 less compilation warnings (thanks to Fabien Vantard), less typos.
4227
4228 2006-06-28 [paul]       2.3.1cvs30
4229
4230         * src/gtk/gtkutils.c
4231                 gtk_combo_box_set_focus_on_click() is only
4232                 available since gtk 2.6.0
4233
4234 2006-06-28 [paul]       2.3.1cvs29
4235
4236         * src/prefs_ext_prog.c
4237                 fix engrish and add a tooltip for the
4238                 'command for 'Display as text' option
4239
4240 2006-06-28 [paul]
4241
4242         2.4.0-rc1 released
4243
4244 2006-06-28 [paul]       2.3.1cvs28
4245
4246         * ChangeLog
4247         * tools/Makefile.am
4248                 include textviewer.pl in releases
4249
4250 2006-06-28 [paul]       2.3.1cvs27
4251
4252         * src/prefs_ext_prog.c
4253                 hide Print command option if libgnomeprint
4254                 support is present
4255
4256 2006-06-27 [colin]      2.3.1cvs26
4257
4258         * src/compose.c
4259                 Fix Esc handling in insert/attach dialog
4260                 Don't show this dialog if dragging something
4261                 else than text/uri-list
4262                 Thanks to Fabien Vantard
4263         * tools/textviewer.pl
4264                 Filter script to display stuff as text
4265                 by H. Merijn Brand
4266
4267 2006-06-27 [wwp]        2.3.1cvs25
4268
4269         * src/messageview.c
4270                 use the exact product name (message view title), patch
4271                 by Fabien Vantard.
4272
4273 2006-06-27 [ticho]      2.3.1cvs24
4274
4275         * src/prefs_account.c
4276         * src/prefs_common.c
4277         * src/prefs_common.h
4278         * src/prefs_ext_prog.c
4279         * src/textview.c
4280                 Add a preference (Preferences/External programs)
4281                 to allow "Display as text" to be done via a script
4282                 (patch by H.Merijn Brand).
4283                 Use GtkComboBox for protocol selection in account
4284                 preferences.
4285                 Only include current choice for existing accounts, and
4286                 insensitivize the combobox.
4287
4288 2006-06-27 [paul]       2.3.1cvs23
4289
4290         * src/mbox.c
4291                 fix crasher introduced in cvs21.
4292                 Thanks to Colin
4293
4294 2006-06-26 [colin]      2.3.1cvs22
4295
4296         * src/mbox.c
4297                 Fix double-frees when leaving folders
4298                 after exporting to mbox
4299
4300 2006-06-26 [colin]      2.3.1cvs21
4301
4302         * src/mbox.c
4303                 More feedback (and optimisation)
4304                 on import/export
4305         * src/common/utils.c
4306                 Fix case when looking for mail addresses
4307         * src/gtk/gtkutils.c
4308                 Extra check for (X-)Face
4309
4310 2006-06-25 [ticho]      2.3.1cvs20
4311
4312         * src/compose.c
4313         * src/exphtmldlg.c
4314         * src/gtk/gtkutils.c
4315         * src/gtk/gtkutils.h
4316                 Added second argument to gtkut_sc_combobox_create() to
4317                 control focus-on-click for the widget.
4318                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4319
4320 2006-06-25 [ticho]      2.3.1cvs19
4321
4322         * src/compose.c
4323         * src/gtk/Makefile.am
4324         * src/gtk/combobox.c
4325         * src/gtk/combobox.h
4326         * src/gtk/gtkutils.c
4327         * src/gtk/gtkutils.h
4328                 Use GtkComboBox instead of deprecated GtkOptionMenu
4329                 for account selector in compose window and for encoding
4330                 selector in attachment properties.
4331                 Also factorise working with the new GtkComboBox somewhat.
4332
4333 2006-06-24 [paul]       2.3.1cvs18
4334
4335         * src/prefs_common.c
4336                 use the correct default value
4337
4338 2006-06-24 [paul]       2.3.1cvs17
4339
4340         * src/compose.c
4341         * src/prefs_common.c
4342         * src/prefs_common.h
4343         * src/prefs_compose_writing.c
4344                 enable setting of default action when
4345                 dnd'ing files in the compose window.
4346                 (Collaborative effort with wwp)
4347
4348 2006-06-23 [wwp]        2.3.1cvs16
4349
4350         * src/compose.c
4351                 i18n fix (thanks to Fabien Vantard)
4352
4353 2006-06-22 [colin]      2.3.1cvs15
4354
4355         * src/prefs_customheader.c
4356                 Don't use filters in custom headers' file 
4357                 selector. Remember, extensions mean nothing :)
4358
4359 2006-06-22 [paul]       2.3.1cvs14
4360
4361         * configure.ac
4362                 allow setting of man directory location
4363
4364 2006-06-22 [colin]      2.3.1cvs13
4365
4366         * src/mainwindow.c
4367                 Add 'View/Go to/Next unread folder'.
4368                 I missed that :)
4369
4370 2006-06-22 [colin]      2.3.1cvs12
4371
4372         * src/common/utils.c
4373                 Add some subject prefixes
4374                 Patch by Bjorn T Johansen <btj@havleik.no>
4375
4376 2006-06-22 [colin]      2.3.1cvs11
4377
4378         * manual/advanced.xml
4379                 Forgotten hidden pref
4380
4381 2006-06-21 [paul]       2.3.1cvs10
4382
4383         * src/prefs_account.c
4384                 complete the removal of 'Add date header' option
4385
4386 2006-06-21 [paul]       2.3.1cvs9
4387
4388         * src/account.c
4389         * src/compose.c
4390         * src/prefs_account.c
4391         * src/prefs_account.h
4392                 remove option to add date header - always
4393                 add date header
4394         * src/etpan/imap-thread.c
4395                 fix warnings (Thanks to Colin)
4396
4397 2006-06-21 [wwp]        2.3.1cvs8
4398
4399         * src/folder.c
4400                 set the attachment flag when inline text part are (file)named. This is more convenient
4401                 when receiving (for instance) inline source files or patches sent using thunderbird.
4402
4403 2006-06-21 [paul]       2.3.1cvs7
4404
4405         * src/inc.c
4406                 fix off-by-one count of current msg in
4407                 statusbar filtering progressbar
4408
4409 2006-06-21 [paul]       2.3.1cvs6
4410
4411         * src/folder.c
4412                 Show attachment icon even if the part is 'inline'
4413                 if the following conditions are met:
4414                 - content-type != 'text/plain'
4415                 - content-type != '*/pgp-signature'
4416                 - either 'name' or 'filename' parameter is not NULL
4417                 
4418                 Thanks to Colin
4419
4420 2006-06-21 [paul]       2.3.1cvs5
4421
4422         * src/messageview.c
4423         * src/prefs_common.c
4424         * src/prefs_common.h
4425         * src/prefs_other.c
4426                 add an option to 'Never send Return
4427                 Receipts'
4428                 Thanks to Colin
4429
4430 2006-06-20 [mones]      2.3.1cvs4
4431
4432         * po/es.po
4433                 updated
4434         * src/compose.c
4435                 typo fixed (space after comma)
4436         * tools/make.themes.project
4437                 remove exec mode from tarball files
4438
4439 2006-06-20 [colin]      2.3.1cvs3
4440
4441         * src/news.c
4442         * src/procheader.c
4443         * src/unmime.c
4444                 Better fix for \n's in headers (don't 
4445                 break Received: and others)
4446
4447 2006-06-20 [paul]       2.3.1cvs2
4448
4449         * src/alertpanel.c
4450         * src/textview.c
4451                 improve legibility of phishing attempt
4452                 dialog
4453
4454 2006-06-20 [paul]       2.3.1cvs1
4455
4456         * NEWS
4457         * README
4458         * configure.ac
4459                 Update version number following
4460                 stable release
4461
4462 2006-06-20 [colin]      2.3.0cvs26
4463
4464         * src/compose.c
4465                 When dragging a file to the text of the compose
4466                 window, ask whether we want to insert or attach
4467                 (I know lots of people who do that to attach)
4468
4469 2006-06-20 [colin]      2.3.0cvs25
4470
4471         * src/etpan/imap-thread.c
4472                 Fix threshold (the append command is often > 32 bytes)
4473
4474 2006-06-19 [colin]      2.3.0cvs24
4475
4476         * src/imap.c
4477         * src/etpan/imap-thread.c
4478                 Workaround Rockliffe IMAP server bug: replace
4479                 "x UID SEARCH (ANSWERED UID 1:*)" with
4480                 "x UID SEARCH ANSWERED"
4481                 (Rockliffe doesn't handle the parenthesis)
4482
4483 2006-06-19 [colin]      2.3.0cvs23
4484
4485         * src/compose.c
4486         * src/imap.c
4487         * src/etpan/imap-thread.c
4488                 Probably fix bug #972 (Freezes when adding 
4489                 an attachment to the message)
4490         * src/common/defs.h
4491                 Modernize Firefox cmd
4492
4493
4494 2006-06-18 [colin]      2.3.0cvs22
4495
4496         * src/prefs_customheader.c
4497                 Only allow correct filenames for various
4498                 custom headers
4499
4500 2006-06-18 [colin]      2.3.0cvs21
4501
4502         * src/prefs_customheader.c
4503                 Add a 'From File...' button in custom headers prefs, which
4504                 try to do the right thing: 
4505                 for normal headers, use file as plaintext,
4506                 for X-Face, calls compface,
4507                 for Face, encode to b64.
4508
4509 2006-06-17 [colin]      2.3.0cvs20
4510
4511         * src/mh.c
4512                 Warning fix
4513
4514 2006-06-16 [colin]      2.3.0cvs19
4515
4516         * src/summaryview.c
4517                 Recursive quicksearch: show message list
4518                 in current folder, *then* search children
4519                 in the background.
4520
4521 2006-06-16 [colin]      2.3.0cvs18
4522
4523         * src/main.c
4524                 Instead of ignoring SIGPIPE, save caches
4525                 when getting one. Will fix the fact that
4526                 hot caches are out-of-date when logging 
4527                 out of Xorg.
4528         * src/compose.c
4529         * src/prefs_compose_writing.c
4530                 Only save text (not attachments) when 
4531                 auto-saving to drafts
4532         * src/unmime.c
4533                 Always replace \n, \r and \t with spaces
4534                 in headers
4535         * manual/dist/html/Makefile.am
4536         * manual/dist/pdf/Makefile.am
4537         * manual/dist/ps/Makefile.am
4538         * manual/dist/txt/Makefile.am
4539         * manual/fr/dist/html/Makefile.am
4540         * manual/fr/dist/pdf/Makefile.am
4541         * manual/fr/dist/ps/Makefile.am
4542         * manual/fr/dist/txt/Makefile.am
4543         * manual/pl/dist/html/Makefile.am
4544         * manual/pl/dist/pdf/Makefile.am
4545         * manual/pl/dist/ps/Makefile.am
4546         * manual/pl/dist/txt/Makefile.am
4547                 Fix make clean removing pregenerated manuals
4548
4549
4550 2006-06-16 [colin]      2.3.0cvs17
4551
4552         * src/plugins/pgpcore/sgpgme.c
4553         * src/plugins/pgpmime/pgpmime.c
4554         * src/plugins/pgpinline/pgpinline.c
4555                 Better error reporting in setup_signers.
4556                 Don't fallback to default key if specified
4557                 key isn't found.
4558                 Don't allow signing if more than one secret
4559                 key matches the one specified in prefs.
4560
4561 2006-06-15 [colin]      2.3.0cvs16
4562
4563         * src/folderview.c
4564                 Add "Send queue" in the folder's contextual
4565                 menu
4566         * src/compose.c
4567         * src/messageview.c
4568         * src/privacy.c
4569         * src/privacy.h
4570         * src/procmime.c
4571         * src/procmsg.c
4572         * src/plugins/pgpcore/passphrase.c
4573         * src/plugins/pgpcore/sgpgme.c
4574         * src/plugins/pgpinline/pgpinline.c
4575         * src/plugins/pgpmime/pgpmime.c
4576                 Better error reporting
4577         * src/mbox.c
4578                 Probably fix bug #971 (2.2.3 cannot read mail 
4579                 from local mbox)
4580
4581
4582 2006-06-15 [mones]      2.3.0cvs15
4583
4584         * tools/make.themes.project
4585                 creates the themes project from the web page
4586
4587 2006-06-15 [colin]      2.3.0cvs14
4588
4589         * src/folder.c
4590                 Better fix (avoid losing the folder if scan_tree 
4591                 fails)
4592
4593 2006-06-15 [cleroy]     2.3.0cvs13
4594
4595         * src/folder.c
4596                 Probably fix Bug #969 (crash on rebuilding 
4597                 imap folder)
4598
4599 2006-06-14 [colin]      2.3.0cvs12
4600
4601         * manual/dtd/manual.xsl
4602         * manual/sylpheed-claws-manual.xml
4603         * manual/fr/sylpheed-claws-manual.xml
4604         * manual/pl/sylpheed-claws-manual.xml
4605                 Insert pagebreaks between sections
4606
4607 2006-06-14 [paul]       2.3.0cvs11
4608
4609         * configure.ac
4610                 better fix than 2.3.0cvs10
4611
4612 2006-06-14 [paul]       2.3.0cvs10
4613
4614         * configure.ac
4615                 fix setting of PACKAGE_DATA_DIR with newer autoconf
4616                 (backwards compatible)
4617
4618 2006-06-13 [colin]      2.3.0cvs9
4619
4620         * src/messageview.c
4621                 Fix sending of return receipt with the new queue folders
4622
4623 2006-06-13 [wwp]        2.3.0cvs8
4624
4625         * src/quote_fmt_lex.l
4626                 fix wrong tokens returned in quote_fmt lexer, query not().
4627
4628 2006-06-13 [wwp]        2.3.0cvs7
4629
4630         * src/folder.c
4631         * src/prefs_folder_item.c
4632                 allow changing folder type even when folder is not a top-level one,
4633                 thanks to Colin.
4634
4635 2006-06-12 [colin]      2.3.0cvs6
4636
4637         * src/folderview.c
4638                 Fix double-ask of "Do you want to mark all
4639                 as read"
4640
4641 2006-06-12 [colin]      2.3.0cvs5
4642
4643         * src/compose.c
4644         * src/compose.h
4645         * src/folder.c
4646         * src/folder.h
4647         * src/imap.c
4648         * src/inc.c
4649         * src/main.c
4650         * src/messageview.c
4651         * src/mh.c
4652         * src/prefs_folder_item.c
4653         * src/procheader.c
4654         * src/procmime.c
4655         * src/procmsg.c
4656         * src/procmsg.h
4657         * src/send_message.c
4658         * src/summaryview.c
4659         * src/toolbar.c
4660                 Apply bug #964's patch (Queue and drafts aren't normal)
4661                 The Drafts and Queue folder now contain RFC-822 files,
4662                 allowing to move and copy mails from and to these 
4663                 folders. Moving from Drafts to Queue will prepare the
4664                 mail for sending (PGP signature, encryption, etc).
4665                 This patch also rework sending errors handling to try
4666                 to be more helpful.
4667                 Also, allow redefining folder types via the GUI 
4668                 (Folder type in its Properties)
4669
4670 2006-06-12 [colin]      2.3.0cvs4
4671
4672         * src/summaryview.c
4673         * src/prefs_common.c
4674         * src/prefs_common.h
4675         * src/gedit-print.c
4676                 Allow to define a specific print font - patch
4677                 by Bernhard Walle <bernhard.walle@gmx.de>
4678         * src/prefs_fonts.c
4679         * manual/advanced.xml
4680         * manual/fr/advanced.xml
4681                 Add a hidden pref to allow deletion without
4682                 confirmation
4683
4684 2006-06-12 [wwp]        2.3.0cvs3
4685
4686         * .cvsignore
4687                 more files to ignore.
4688
4689 2006-06-12 [wwp]        2.3.0cvs2
4690
4691         * src/quote_fmt.c
4692         * src/quote_fmt_lex.l
4693         * src/quote_fmt_parse.y
4694                 extend the quote_fmt parser (templates and quotes):
4695                 - allow limited sub-expressions in |p{} and |f{} expressions,
4696                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
4697                 - implemented/fixed missing implementation of query_references and show_references,
4698                 - completed, fixed contents and format of the symbols help dialog,
4699                 - fix some compilation warnings.
4700
4701 2006-06-12 [wwp]        2.3.0cvs1
4702
4703         * manual/advanced.xml
4704         * manual/fr/advanced.xml
4705                 updates in the "templates" section of the manual (eng/fr):
4706                  - be more precise (both versions)
4707                  - completed to match the english reference (fr version)
4708                  - touchups (both versions)
4709
4710 2006-06-12 [paul]       2.3.0
4711
4712         2.3.0 released
4713
4714 2006-06-12 [paul]       2.2.3cvs14
4715
4716         * po/ca.po
4717         * po/cs.po
4718         * po/de.po
4719         * po/el.po
4720         * po/fr.po
4721         * po/it.po
4722         * po/pt_BR.po
4723         * po/sr.po
4724         * po/zh_CN.po
4725                 updated by Miquel Oliete, Tim, Stephan Sachse,
4726                 Stavros Giannouris, Fabien Vantard, Andrea
4727                 Spadaccini, Frederico Goncalves Guimaraes,
4728                 Aleksandar Urosevic, and Ralgh Young
4729
4730 2006-06-12 [colin]      2.2.3cvs13
4731
4732         * src/mbox.c
4733                 Add missing header
4734
4735 2006-06-11 [colin]      2.2.3cvs12
4736
4737         * src/msgcache.c
4738                 Verify that g_malloc() succeeded
4739
4740 2006-06-11 [colin]      2.2.3cvs11
4741
4742         * src/wizard.c
4743                 Add Face header to welcome mail
4744
4745 2006-06-10 [colin]      2.2.3cvs10
4746
4747         * src/textview.c
4748                 Revert previous (Forgot it changes the
4749                 margin on the whole mail)
4750
4751 2006-06-10 [colin]      2.2.3cvs9
4752
4753         * src/textview.c
4754                 Don't overlap long headers under (X-)Face
4755
4756 2006-06-10 [mones]      2.2.3cvs8
4757
4758         * manual/xml2pdf
4759                 allow generation of manual on systems lacking saxon binary
4760                 but with java and the saxon library installed
4761
4762         * po/es.po
4763                 updated for release
4764
4765 2006-06-09 [colin]      2.2.3cvs7
4766
4767         * src/summaryview.c
4768                 Fix leak when using Display Sender using Addressbook
4769
4770 2006-06-09 [colin]      2.2.3cvs6
4771
4772         * src/compose.c
4773         * src/folder.c
4774         * src/folderview.c
4775         * src/mimeview.c
4776         * src/summaryview.c
4777                 More leaks fixes
4778
4779 2006-06-09 [paul]       2.2.3cvs5
4780
4781         * AUTHORS
4782         * src/gtk/authors.h
4783         * tools/claws.i18n.status.pl
4784                 updated with new info
4785
4786 2006-06-09 [paul]       2.2.3cvs4
4787
4788         * README
4789                 updated
4790         * manual/ack.xml
4791                 add wwp to authors list
4792         * src/gtk/authors.h
4793                 update mine and Colin's addresses
4794
4795 2006-06-08 [colin]      2.2.3cvs3
4796
4797         * src/etpan/imap-thread.c
4798                 Fix leak on SSL cert check
4799
4800 2006-06-08 [colin]      2.2.3cvs2
4801
4802         * src/common/utils.c
4803                 Fix leak
4804
4805 2006-06-08 [paul]       2.2.3cvs1
4806
4807         * configure.ac
4808                 Update version number following
4809                 stable release
4810
4811 2006-06-07 [colin]      2.2.2cvs3
4812
4813         * src/msgcache.c
4814                 Fix catching cache read errors (guint instead of gint)
4815                 Prevent malloc'ing more than 8MB (means cache corruption)
4816
4817 2006-06-07 [paul]       2.2.2cvs2
4818
4819         * src/exporthtml.c
4820         * src/exportldif.c
4821         * src/mh.c
4822         * src/mutt.c
4823         * src/pine.c
4824         * src/common/utils.c
4825                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
4826                 obey $HOME'
4827                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
4828                 Thanks to Colin
4829
4830 2006-06-06 [paul]       2.2.2cvs1
4831
4832         * configure.ac
4833                 Update version number following
4834                 stable release
4835
4836 2006-06-06 [paul]       2.2.1cvs6
4837
4838         * src/matcher.c
4839                 fix  implicit declaration of
4840                 sylpheed_do_idle()
4841                 Patch by Fabien Vantard
4842
4843 2006-06-06 [paul]       2.2.1cvs5
4844
4845         * src/matcher.c
4846                 fix age_greater and age_lower so that they
4847                 mean what say and not '...or equal to'
4848                 Thanks to Colin
4849
4850 2006-06-06 [paul]       2.2.1cvs4
4851
4852         * src/textview.c
4853         * src/common/utils.c
4854                 fix URI check
4855                 Thanks to Colin
4856
4857 2006-06-05 [wwp]        2.2.1cvs3
4858
4859         * manual/fr/account.xml
4860                 minor language fixes (thanks to Fabien Vantard).
4861
4862 2006-06-05 [colin]      2.2.1cvs2
4863
4864         * src/prefs_folder_item.c
4865         * src/folderview.c
4866                 Allow recursive setting of properties 
4867                 for whole mailboxes
4868         * src/matcher.c
4869                 Don't freeze on 'test' filtering rule
4870
4871 2006-06-05 [colin]      2.2.1cvs1
4872
4873         * configure.ac
4874                 Update version number following
4875                 stable release
4876
4877 2006-06-04 [wwp]        2.2.0cvs82
4878
4879         * manual/glossary.xml
4880         * manual/account.xml
4881         * manual/fr/glossary.xml
4882         * manual/fr/account.xml
4883                 added glossary section and references/links related to the Face custom header.
4884
4885 2006-06-04 [colin]      2.2.0cvs81
4886
4887         * src/summaryview.c
4888                 Skip to next message on move with no
4889                 immediate execution
4890
4891 2006-06-04 [wwp]        2.2.0cvs80
4892
4893         * manual/xml2pdf
4894                 added sanity checks, exit when needed.
4895
4896 2006-06-03 [paul]       2.2.0cvs79
4897
4898         * src/prefs_receive.c
4899                 page name is now 'Receiving'
4900         * src/prefs_send.c
4901                 page name is now 'Sending'
4902
4903 2006-06-03 [colin]      2.2.0cvs78
4904
4905         * src/plugins/spamassassin/spamassassin_gtk.c
4906                 Autoswitch to Localhost if transport was previously
4907                 disabled. Else people had to check [] Enable, then
4908                 *reselect* transport.
4909
4910 2006-06-03 [colin]      2.2.0cvs77
4911
4912         * src/plugins/pgpinline/pgpinline.c
4913         * src/plugins/pgpmime/pgpmime.c
4914                 Check that gpg_data_release_and_get_mem 
4915                 didn't fail (now, why this happens...)
4916
4917 2006-06-03 [colin]      2.2.0cvs76
4918
4919         * src/mbox.c
4920                 Fix bug #962 (Manual and/or UI should 
4921                 warn about incompatible locking 
4922                 causing dataloss)
4923
4924 2006-06-02 [cleroy]     2.2.0cvs75
4925
4926         * src/filtering.c
4927         * src/folder.c
4928         * src/procmsg.c
4929         * src/summaryview.c
4930                 Fix a few leaks
4931
4932 2006-06-02 [colin]      2.2.0cvs74
4933
4934         * src/main.c
4935                 On exit, free caches after writing them
4936                 Shuts up some valgrind false positives
4937         * src/procmsg.c
4938         * src/send_message.c
4939                 Fix races when reusing existing SMTP connections
4940                 Fix inexistant session timeout
4941         * src/toolbar.c
4942                 Display alertpanel after all queues have
4943                 been processed, not after each
4944
4945 2006-06-02 [wwp]        2.2.0cvs73
4946
4947         * manual/fr/glossary.xml
4948         * manual/fr/ack.xml
4949         * manual/ack.xml
4950                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
4951
4952 2006-06-02 [wwp]        2.2.0cvs72
4953
4954         * manual/xml2pdf
4955         * manual/dist/pdf/Makefile.am
4956         * manual/dtd/manual.xsl
4957         * manual/fr/dist/pdf/Makefile.am
4958         * manual/pl/dist/pdf/Makefile.am
4959                 we changed the procedure to generate the .pdf version of the manual.
4960                 The procedure is more modern and the .pdf we get now has a valid index.
4961                 Here are the new pre-requisites:
4962
4963                 - JRE 1.x (1.4 here): there must be one from your distro
4964                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
4965                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
4966                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
4967
4968                 See my posts for further info about the installation of this toolchain:
4969
4970                 Date: Fri, 19 May 2006 19:40:06 +0200
4971                 From: wwp <subscript@free.fr>
4972                 To: sylpheed-claws-devel@lists.sourceforge.net
4973                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
4974
4975                 and
4976
4977                 Date: Wed, 24 May 2006 12:58:49 +0200
4978                 From: wwp <subscript@free.fr>
4979                 To: sylpheed-claws-devel@lists.sourceforge.net
4980                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
4981
4982 2006-06-01 [colin]      2.2.0cvs71
4983
4984         * src/compose.c
4985                 Better guards against IMAP races
4986         * src/main.c
4987         * src/prefs_common.c
4988         * src/prefs_common.h
4989         * src/common/ssl_certificate.c
4990         * src/etpan/imap-thread.c
4991         * src/etpan/imap-thread.h
4992         * src/gtk/sslcertwindow.c
4993                 New hidden option ssl_skip_cert_check to 
4994                 avoid dups of bug #959 (libetpan linked
4995                 against gnutls and gnutls buggy on 64bit)
4996                 Present expired warning only once per
4997                 session/server.
4998         * manual/advanced.xml
4999         * manual/fr/advanced.xml
5000                 Document new option
5001
5002 2006-06-01 [wwp]        2.2.0cvs70
5003
5004         * src/messageview.c
5005                 fix for bug #961 (return receipt dialog 
5006                 complains incorrectly about return-path 
5007                 email adress being different), thanks 
5008                 to Colin.
5009
5010 2006-05-31 [cleroy]     2.2.0cvs69
5011
5012         * src/common/ssl.c
5013                 Guard against NULLs, although this
5014                 should never be an issue
5015
5016 2006-05-31 [colin]      2.2.0cvs68
5017
5018         * src/filtering.c
5019                 Use g_slist_prepend
5020         * src/imap.c
5021                 Don't remove caches when destroying folder, it
5022                 could (should) be done at exit
5023         * src/inc.c
5024                 free processing cache after incorporation
5025         * src/etpan/imap-thread.c
5026                 Maybe fix bug #959 (Crash on moving to emails 
5027                 to a imap account per ssl with a expired 
5028                 certificate.)
5029
5030 2006-05-30 [colin]      2.2.0cvs67
5031
5032         * src/summaryview.c
5033                 Put back event flush when displaying message
5034                 It avoids reading a bunch of messages just
5035                 by hitting shift-n for too long ;)
5036
5037 2006-05-29 [colin]      2.2.0cvs66
5038
5039         * src/summaryview.c
5040                 Remove useless g_warnings
5041
5042 2006-05-29 [colin]      2.2.0cvs65
5043
5044         * src/imap.c
5045                 Fix g_slist_append()s for performance
5046
5047 2006-05-29 [colin]      2.2.0cvs64
5048
5049         * src/compose.c
5050         * src/common/utils.c
5051                 Fix extraneous tab at start of addresses
5052         * src/mainwindow.c
5053                 Fix warnings (thanks to Fabien)
5054                 Fix crash at exit when composing messages 
5055                 exist
5056         * src/pop.c
5057                 Fix progress bar when deleting expired mails
5058                 Thanks to Hiro
5059         * src/summaryview.c
5060         * src/gtk/gtksctree.c
5061                 Fix re-sorting slowness
5062
5063 2006-05-29 [paul]       2.2.0cvs63
5064
5065         * src/mh.c
5066                 fetch full message when moving mails
5067                 from another mailbox, (fixed data loss
5068                 when filtering from IMAP to MH, introduced
5069                 in 2.2.0cvs57).
5070                 Thanks to Colin
5071
5072 2006-05-29 [mones]      2.2.0cvs62
5073
5074         * src/gtk/gtksctree.c
5075                 Unselect faster (patch by Colin)        
5076
5077 2006-05-26 [colin]      2.2.0cvs61
5078
5079         * src/summaryview.c
5080                 Unplug MSGINFO_UPDATE callback on delete too.
5081
5082 2006-05-26 [colin]      2.2.0cvs60
5083
5084         * src/foldersel.c
5085                 Fix bold in folder selection window with glib2.10
5086                 thanks Hiro
5087
5088 2006-05-26 [colin]      2.2.0cvs59
5089
5090         * src/procheader.c
5091                 Convert date only if necessary (and don't
5092                 try to convert from utf8 to utf8, too)
5093         * src/summaryview.c
5094                 Only set column's text if the column's 
5095                 displayed
5096
5097 2006-05-26 [colin]      2.2.0cvs58
5098
5099         * src/summaryview.c
5100         * src/gtk/gtkutils.c
5101                 Fix useless warning
5102
5103 2006-05-26 [colin]      2.2.0cvs57
5104
5105         * src/mainwindow.c
5106                 Make summaryview selectable as long as 
5107                 no message has focus
5108         * src/mh.c
5109                 Faster deletion (by implementing mh_remove_msgs)
5110                 Faster copy (avoid using mh_fetch_msg just to get
5111                 the filename)
5112                 Faster move (using move_file instead of copy_file
5113                 if MSG_IS_MOVE)
5114                 No progressbar if total number of mails to cp/mv 
5115                 is less than 100
5116         * src/summaryview.c
5117                 Fix removal from subject_table when mail gets moved
5118                 Faster deletion (g_slist_prepend instead of append)
5119         * src/gtk/gtksctree.c
5120                 Remove useless code
5121
5122 2006-05-25 [colin]      2.2.0cvs56
5123
5124         * src/common/ssl_certificate.c
5125                 Fix leak in expired cert check
5126
5127 2006-05-25 [colin]      2.2.0cvs55
5128
5129         * src/mh.c
5130                 Disable flags syncing on .mh_sequences - it
5131                 is buggy and marks mails read under unknown
5132                 conditions.
5133
5134 2006-05-25 [paul]
5135
5136         * 2.3.0-rc4 released
5137
5138 2006-05-24 [colin]      2.2.0cvs54
5139
5140         attention cvs users: if you manage to crash
5141         Sylpheed-Claws while moving, copying or deleting
5142         mails, we *are* interested in stack traces and
5143         valgrind logs. It looks stable, but one never
5144         knows...
5145
5146         * src/folder.c
5147                 Add progressbar for cache updates
5148         * src/folderutils.c
5149                 Optimize Mark all read in the current
5150                 folder
5151         * src/mh.c
5152                 Add progressbar for copy/move
5153         * src/procmsg.c
5154                 Optimize O(n^2) in copy/move
5155         * src/summaryview.c
5156         * src/gtk/gtksctree.c
5157                 Optimize O(n^2) algos
5158         * src/common/timing.h
5159                 Display ms instead of us
5160
5161 2006-05-24 [wwp]        2.2.0cvs53
5162
5163         * manual/fr/advanced.xml
5164                 updates to the French manual.
5165
5166 2006-05-24 [wwp]        2.2.0cvs52
5167
5168         * src/common/utils.c
5169                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5170
5171 2006-05-24 [wwp]        2.2.0cvs51
5172
5173         * src/folderutils.c
5174                 fixed "mark all read" in MH folders (thanks to Colin).
5175
5176 2006-05-24 [paul]       2.2.0cvs50
5177
5178         * doc/man/sylpheed-claws.1
5179                 updated the man page
5180
5181 2006-05-23 [colin]      2.2.0cvs49
5182
5183         * src/folderview.c
5184         * src/imap.c
5185         * src/inc.c
5186         * src/mbox.c
5187         * src/messageview.c
5188         * src/news.c
5189         * src/send_message.c
5190         * src/summaryview.c
5191         * src/gtk/sslcertwindow.c
5192                 alertpanel fixes, by Fabien
5193
5194 2006-05-23 [colin]      2.2.0cvs48
5195
5196         * src/folder.c
5197         * src/folderview.c
5198         * src/msgcache.c
5199         * src/summaryview.c
5200         * src/gtk/gtksctree.c
5201         * src/gtk/gtksctree.h
5202                 More timings
5203                 Fix slow loading problem, which was caused by the
5204                 use of some gtk_ctree funcs and their use of
5205                 g_list_position while gtk_ctree_(un)link'ing.
5206                 Reap more functions from gtkctree.c to be sure we
5207                 use our (fast) version instead of theirs.
5208         * src/mh.c
5209                 Fix copy of unread mails
5210
5211
5212 2006-05-22 [wwp]        2.2.0cvs47
5213
5214         * manual/fr/advanced.xml
5215                 updated.
5216
5217 2006-05-22 [colin]      2.2.0cvs46
5218
5219         * src/filtering.c
5220                 Fix possible infinite loop. 'copy' is not a 
5221                 final action, so when encountering a 'copy',
5222                 we have to check if a previous one was set
5223                 and do it. In the same way, if we encounter
5224                 a 'move' we have to perform a possibly 
5225                 pending 'copy'. This will slow down filtering
5226                 on IMAP if move+copy or multiple copy actions
5227                 are to be done, but handling it via the batch
5228                 would be really too convoluted.
5229
5230 2006-05-22 [wwp]        2.2.0cvs45
5231
5232         * manual/fr/advanced.xml
5233         * manual/fr/faq.xml
5234         * manual/fr/glossary.xml
5235         * manual/fr/handling.xml
5236         * manual/fr/intro.xml
5237         * manual/fr/plugins.xml
5238         * manual/fr/sylpheed-claws-manual.xml
5239                 sync w/ the english manual: updates URIs, documented mailing-list
5240                 support, better explanation about the enabled/disabled feature
5241                 in filtering/processing rules by Paul.
5242
5243 2006-05-21 [colin]      2.2.0cvs44
5244
5245         * src/summaryview.c
5246                 Don't expand after building threads, but during
5247
5248 2006-05-21 [colin]      2.2.0cvs43
5249
5250         * src/procmsg.c
5251         * src/summaryview.c
5252                 More timing possibilities... For next time I have 
5253                 to find out how the hell some 3GHz computer takes
5254                 one minute to open a 30k folder...
5255
5256 2006-05-21 [colin]      2.2.0cvs42
5257
5258         * manual/pl/advanced.xml
5259         * manual/pl/faq.xml
5260         * manual/pl/glossary.xml
5261         * manual/pl/handling.xml
5262         * manual/pl/intro.xml
5263         * manual/pl/plugins.xml
5264         * manual/pl/sylpheed-claws-manual.xml
5265                 Polish manual updated by Pawel
5266
5267 2006-05-20 [colin]
5268
5269         * 2.3.0-rc3 released
5270
5271 2006-05-20 [colin]      2.2.0cvs41
5272
5273         * src/imap.c
5274                 Fix -rc2 problems:
5275                 - remove cache of moved messages from original folder
5276                 - apply new flags to messages even if they aren't appliable
5277                   via IMAP.
5278
5279 2006-05-20 [colin]
5280
5281         * 2.3.0-rc2 released
5282
5283 2006-05-19 [colin]      2.2.0cvs40
5284
5285         * src/imap.c
5286                 Don't issue SELECT in imap_change_flags
5287                 before having checked that we indeed have
5288                 some flags to change. MSG_POSTFILTERED for
5289                 example can't be used on IMAP.
5290                 Fixes bug #955 (copying messages between 
5291                 imap folders is extremely slow), which was
5292                 a regression.
5293
5294 2006-05-19 [colin]      2.2.0cvs39
5295
5296         * src/folder.c
5297         * src/folder.h
5298         * src/folderview.c
5299                 Try to fix bug #830 (Some unread messages 
5300                 get marked read in IMAP inbox):
5301                 - Prevent scanning a folder if it's being 
5302                   opened via the GUI
5303                 - Postpone opening via the GUI of a folder
5304                   currently scanned.
5305
5306
5307 2006-05-19 [wwp]        2.2.0cvs38
5308
5309         * manual/advanced.xml
5310                 fix English+typo (thanks to Paul).
5311
5312 2006-05-19 [wwp]        2.2.0cvs37
5313
5314         * manual/advanced.xml
5315         * manual/fr/advanced.xml
5316         * src/gtk/logwindow.c
5317         * src/prefs_common.c
5318         * src/prefs_common.h
5319                 added hidden prefs to allow customization of colors used in
5320                 protocol log window (useful for dark gtk+ themes).
5321
5322 2006-05-19 [wwp]        2.2.0cvs36
5323
5324         * ChangeLog
5325                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5326
5327 2006-05-19 [paul]       2.2.0cvs35
5328
5329         * src/textview.c
5330                 make Reply-To fully clickable
5331         * src/gtk/logwindow.c
5332                 more colouring (SMTP ESMTP)
5333         Both patches by Pawel Pekala
5334
5335 2006-05-19 [cleroy]     2.2.0cvs34
5336
5337         * src/mh.c
5338                 Don't update flags from current folder
5339                 Probably fixes bug #935 (Read Messages 
5340                 Revert to Being Marked as Unread)
5341
5342 2006-05-18 [colin]      2.2.0cvs33
5343
5344         * src/imap.c
5345                 Warning fix
5346         * src/compose.c
5347         * src/mainwindow.c
5348         * src/summaryview.c
5349         * src/toolbar.c
5350                 Allow replying to multiple emails
5351                 in multiple windows
5352         * src/mimeview.c
5353         * src/etpan/imap-thread.c
5354                 Leak fixes
5355
5356 2006-05-18 [paul]       2.2.0cvs32
5357
5358         * src/summaryview.c
5359                 keep Mailing-List menu refreshed
5360                 Thanks to Colin
5361
5362 2006-05-18 [paul]       2.2.0cvs31
5363
5364         * manual/advanced.xml
5365         * manual/faq.xml
5366         * manual/glossary.xml
5367         * manual/handling.xml
5368         * manual/intro.xml
5369         * manual/plugins.xml
5370         * manual/sylpheed-claws-manual.xml
5371                 update URLs
5372                 add info about mailing-list support
5373                 edit filtering info
5374         * src/wizard.c
5375         * src/common/defs.h
5376         * src/gtk/about.c
5377         * src/plugins/dillo_viewer/README
5378                 update URLs
5379
5380 2006-05-17 [wwp]        2.2.0cvs30
5381
5382         * manual/handling.xml
5383         * manual/fr/handling.xml
5384                 documented the ability to enabled/disable filtering/processing rules.
5385
5386 2006-05-17 [colin]      2.2.0cvs29
5387
5388         * src/main.c
5389                 Don't initialize g_thread subsystem if it's 
5390                 already done (thanks to Hiro)
5391         * src/mimeview.c
5392                 Fix saving of parts when there name can't be
5393                 converted from UTF-8.
5394
5395 2006-05-17 [paul]       2.2.0cvs28
5396
5397         * po/Makefile.in.in
5398                 fix config.status warning with autoconf 2.60
5399
5400 2006-05-17 [paul]       2.2.0cvs27
5401
5402         * po/POTFILES.in
5403                 add src/mbox.c
5404
5405 2006-05-17 [wwp]        2.2.0cvs26
5406
5407         * src/mainwindow.c
5408                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5409
5410 2006-05-17 [wwp]        2.2.0cvs25
5411
5412         * src/plugins/demo/demo.c
5413                 updated product name in plugin demo (many plugins need to be
5414                 sync'ed w/ that change).
5415
5416 2006-05-17 [colin]      2.2.0cvs24
5417
5418         * src/mh.c
5419                 Fix leak
5420
5421 2006-05-16 [colin]      2.2.0cvs23
5422
5423         * src/mainwindow.c
5424                 Stupid me hit again. Fix cvs22.
5425
5426 2006-05-16 [colin]      2.2.0cvs22
5427
5428         * src/mainwindow.c
5429                 Fix bug #922 (sylpheed-claws crashed after 
5430                 pushing on Inbox folder)
5431
5432 2006-05-16 [colin]      2.2.0cvs21
5433
5434         * src/compose.c
5435                 Make From header be copy/paste/select-able
5436
5437 2006-05-16 [wwp]        2.2.0cvs20
5438
5439         * src/export.c
5440         * src/matcher.c
5441         * src/summaryview.c
5442         * src/etpan/imap-thread.c
5443                 fix some compiler warnings (thanks to Colin).
5444
5445 2006-05-16 [wwp]        2.2.0cvs19
5446
5447         * src/action.c
5448         * src/gedit-print.c
5449         * src/inc.c
5450         * src/mainwindow.c
5451         * src/mh.c
5452         * src/statusbar.c
5453         * src/send_message.c
5454         * src/summaryview.c
5455                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5456
5457 2006-05-15 [colin]      2.2.0cvs18
5458
5459         * src/procmsg.c
5460                 Fix automatic rule creation with List-Post
5461
5462 2006-05-15 [paul]       2.2.0cvs17
5463
5464         * tools/filter_conv_new.pl
5465                 updated for rule enabling/disabling
5466                 claws version >= 2.3.x required
5467
5468 2006-05-15 [cleroy]     2.2.0cvs16
5469
5470         * src/main.c
5471                 Revert test
5472
5473 2006-05-15 [cleroy]     2.2.0cvs15
5474
5475         * src/main.c
5476                 test
5477
5478 2006-05-15 [wwp]        2.2.0cvs14
5479
5480         * manual/pl/.cvsignore
5481                 ignore generated files.
5482
5483 2006-05-14 [wwp]        2.3.0-rc1
5484
5485         * 2.3.0-rc1 released
5486
5487 2006-05-13 [wwp]        2.2.0cvs13
5488
5489         * src/filtering.c
5490         * src/filtering.h
5491         * src/matcher.c
5492         * src/matcher_parser_lex.l
5493         * src/matcher_parser_parse.y
5494         * src/prefs_filtering.c
5495                 new feature: provide the ability to disable filtering and processing
5496                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
5497                 adaptations.
5498
5499 2006-05-13 [colin]      2.2.0cvs12
5500
5501         * src/compose.c
5502                 Remove useless if (a) b; else b;
5503                 Thanks to wwp
5504
5505 2006-05-13 [wwp]        2.2.0cvs11
5506
5507         * src/export.c
5508         * src/import.c
5509         * src/mainwindow.c
5510         * src/mbox.c
5511         * src/summaryview.c
5512         * src/summaryview.h
5513                 no more silent failures (or at least less ones) when importing
5514                 or exporting from/to mbox. Also start importing/exporting if
5515                 the necessary info is set.
5516
5517 2006-05-13 [wwp]        2.2.0cvs10
5518
5519         * RELEASE_NOTES
5520                 restored up-to-date release notes.
5521
5522 2006-05-13 [paul]       2.2.0cvs9
5523
5524         * po/nl.po
5525         * po/ru.po
5526                 updated by Tim Dijkstra and Pavlo Bohmat
5527
5528 2006-05-12 [colin]      2.2.0cvs8
5529
5530         * src/gtk/quicksearch.c
5531                 Add "k" as shortcut for "colorlabel". Patch
5532                 by ath42@users.sf.net.
5533
5534 2006-05-12 [paul]       2.2.0cvs7
5535
5536         * src/prefs_common.h
5537         * src/prefs_summaries.c
5538         * src/summaryview.c
5539                 when entering a folder also allow
5540                 going directly to first Marked message
5541
5542 2006-05-12 [paul]       2.2.0cvs6
5543
5544         * src/summaryview.c
5545                 always obey 'confirm before marking all
5546                 mails read' option
5547
5548 2006-05-12 [paul]       2.2.0cvs5
5549
5550         * src/textview.c
5551                 make Sender fully clickable
5552
5553 2006-05-12 [colin]      2.2.0cvs4
5554
5555         * src/compose.c
5556         * src/compose.h
5557                 Let From be editable
5558         * src/main.c
5559         * src/mh.c
5560                 Full support of .mh_sequences' Unseen seq
5561
5562 2006-05-12 [colin]      2.2.0cvs3
5563
5564         * src/folder.c
5565         * src/mainwindow.c
5566         * src/mainwindow.h
5567         * src/messageview.c
5568         * src/prefs_spelling.c
5569         * src/procheader.c
5570         * src/procmsg.c
5571         * src/procmsg.h
5572         * src/summaryview.c
5573         * src/toolbar.c
5574         * src/toolbar.h
5575                 Add contextual menu on Compose toolbar
5576                 button. Fixes bug #944 (Automatic
5577                 addresses not applied when changing account
5578                 from compose window)
5579                 add Mailing List support
5580                 based on the old 0.6.5claws25 patch by
5581                 Melvin Hadasht, with finishing touches
5582                 by Colin
5583                 Fix "ignore thread" when mails are threaded by
5584                 subject (and weren't ignored although appearing
5585                 in the thread).
5586                 GUI rework.
5587                 Both patches by Pawel.
5588
5589 2006-05-08 [paul]       2.2.0cvs2
5590
5591         * src/mainwindow.c
5592         * src/mainwindow.h
5593         * src/messageview.c
5594         * src/procheader.c
5595         * src/procmsg.c
5596         * src/procmsg.h
5597         * src/summaryview.c
5598                 add Mailing List support
5599                 based on the old 0.6.5claws25 patch by 
5600                 Melvin Hadasht, with finishing touches
5601                 by Colin
5602
5603 2006-05-08 [colin]      2.2.0cvs1
5604
5605         * src/mainwindow.c
5606         * src/toolbar.c
5607         * src/toolbar.h
5608                 Add contextual menu on Compose toolbar 
5609                 button. Fixes bug #944 (Automatic 
5610                 addresses not applied when changing account 
5611                 from compose window)
5612
5613 2006-05-08 [paul]       2.2.0
5614
5615         2.2.0 released
5616
5617 2006-05-08 [paul]       2.1.1cvs51
5618
5619         * po/cs.po
5620         * po/de.po
5621         * po/en_GB.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, and Ralgh Young
5630
5631 2006-05-12 [colin]      2.1.1cvs50
5632
5633         * po/cs.po
5634         * po/de.po
5635         * po/en_GB.po
5636         * po/es.po
5637         * po/fi.po
5638         * po/fr.po
5639         * po/pt_BR.po
5640         * po/sr.po
5641         * po/zh_CN.po
5642                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5643                 Fabien Vantard, Frederico Goncalves Guimaraes,
5644                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
5645
5646 2006-05-05 [colin]      2.1.1cvs49
5647
5648         * manual/Makefile.am
5649         * manual/pl/Makefile.am
5650         * manual/pl/account.xml
5651         * manual/pl/ack.xml
5652         * manual/pl/addrbook.xml
5653         * manual/pl/advanced.xml
5654         * manual/pl/faq.xml
5655         * manual/pl/glossary.xml
5656         * manual/pl/gpl.xml
5657         * manual/pl/handling.xml
5658         * manual/pl/intro.xml
5659         * manual/pl/keyboard.xml
5660         * manual/pl/plugins.xml
5661         * manual/pl/starting.xml
5662         * manual/pl/sylpheed-claws-manual.xml
5663         * manual/pl/dist/.cvsignore
5664         * manual/pl/dist/Makefile.am
5665         * manual/pl/dist/html/.cvsignore
5666         * manual/pl/dist/html/Makefile.am
5667         * manual/pl/dist/pdf/.cvsignore
5668         * manual/pl/dist/pdf/Makefile.am
5669         * manual/pl/dist/ps/.cvsignore
5670         * manual/pl/dist/ps/Makefile.am
5671         * manual/pl/dist/txt/.cvsignore
5672         * manual/pl/dist/txt/Makefile.am
5673                 Add the polish translation of the manual,
5674                 Authored by Pawel Pekala.
5675
5676 2006-05-05 [cleroy]     2.1.1cvs48
5677
5678         * src/main.c
5679                 Re-read matcherrc after loading plugins 
5680                 if some of them add folders.
5681
5682 2006-05-03 [colin]      2.1.1cvs47
5683
5684         * src/imap.c
5685                 I'm idiot
5686
5687 2006-05-03 [colin]      2.1.1cvs46
5688
5689         * src/imap.c
5690                 Be sure to have a session when
5691                 getting separator
5692
5693 2006-05-03 [colin]      2.1.1cvs45
5694
5695         * src/imap.c
5696         * src/imap.h
5697         * src/imap_gtk.c
5698                 Fix preventing renaming with namespace 
5699                 separator.
5700
5701 2006-05-01 [colin]      2.1.1cvs44
5702
5703         * src/action.c
5704                 Don't reload messageview when result of
5705                 action is piped.
5706
5707 2006-04-29 [colin]      2.1.1cvs43
5708
5709         * src/prefs_receive.c
5710         * src/plugins/spamassassin/spamassassin_gtk.c
5711         * src/plugins/clamav/clamav_plugin_gtk.c
5712                 GUI fixes by Pawel
5713
5714 2006-04-29 [colin]      2.1.1cvs42
5715
5716         * src/prefs_compose_writing.c
5717         * src/prefs_quote.c
5718                 Cleanups. Patch by Pawel
5719
5720 2006-04-28 [paul]       2.1.1cvs41
5721
5722         * src/matcher.c
5723                 fix returned quick search results when search
5724                 term contains an underscore.
5725                 Thanks to Colin
5726
5727 2006-04-28 [paul]       2.1.1cvs40
5728
5729         * src/prefs_message.c
5730         * src/prefs_receive.c
5731                 GUI cleanups
5732                 Patches by Pawel Pekala
5733
5734 2006-04-27 [colin]      2.1.1cvs39
5735
5736         * src/wizard.c
5737                 Differentiate subject Welcome from
5738                 window's title Welcome
5739
5740 2006-04-27 [paul]
5741
5742         2.2.0-rc1 released
5743
5744 2006-04-27 [paul]       2.1.1cvs38
5745
5746         * manual/advanced.xml
5747         * manual/fr/advanced.xml
5748                 add info about compose_no_markup hidden pref
5749
5750 2006-04-27 [paul]       2.1.1cvs37
5751
5752         * src/prefs_account.c
5753                 improve privacy labels
5754         * src/prefs_msg_colors.c
5755                 change some strings for translators' convenience
5756         * src/gtk/gtkutils.c
5757                 don't underline the link button text
5758
5759 2006-04-25 [colin]      2.1.1cvs36
5760
5761         * src/folder.c
5762                 Complete 2.1.1cvs33 (once more ;)
5763
5764 2006-04-25 [colin]      2.1.1cvs35
5765
5766         * src/editldap.c
5767                 Fix tooltip
5768
5769 2006-04-25 [cleroy]     2.1.1cvs34
5770
5771         * src/compose.c
5772         * src/gtk/gtkaspell.c
5773                 Fix crash on redirect (related to the return 
5774                 of the aspell menu in compose's toolbar)
5775         * src/prefs_msg_colors.c
5776                 Fix sensitivity widgets
5777         * src/image_viewer.c
5778         * src/gtk/pluginwindow.c
5779         * src/gtk/prefswindow.c
5780                 Change released signals to clicked (Fabien)
5781         * po/POTFILES.in
5782         * src/common/socket.c
5783         * src/plugins/spamassassin/spamassassin.c
5784                 Translate strings (Fabien)
5785
5786 2006-04-25 [paul]       2.1.1cvs33
5787
5788         * src/folder.c
5789         * src/folder.h
5790         * src/folderview.c
5791                 complete the fix of bug #912
5792                 Thanks to Colin
5793
5794 2006-04-25 [colin]      2.1.1cvs32
5795
5796         * src/news.c
5797                 Better progress bar
5798         * src/mimeview.c
5799         * src/summaryview.c
5800         * src/summaryview.h
5801                 Fix focus chain
5802                 Patches by Pawel Pekala
5803
5804 2006-04-24 [colin]      2.1.1cvs31
5805
5806         * src/compose.c
5807                 Fix compilation warnings (Fabien)
5808
5809 2006-04-24 [colin]      2.1.1cvs30
5810
5811         * src/addrindex.c
5812         * src/editldap.c
5813         * src/editldap_basedn.c
5814         * src/editldap_basedn.h
5815         * src/ldapctrl.c
5816         * src/ldapctrl.h
5817         * src/ldapquery.c
5818         * src/ldaputil.c
5819         * src/ldaputil.h
5820                 Fix bug #901 (LDAPS support)
5821
5822 2006-04-24 [colin]      2.1.1cvs29
5823
5824         * src/compose.c
5825                 Fix logic on error with send dialog on
5826         * src/imap.c
5827                 Fix compilation without libetpan, thanks
5828                 to Fabien
5829         * src/summaryview.c
5830                 Fix 'context-menu' key
5831
5832 2006-04-23 [colin]      2.1.1cvs28
5833
5834         * src/folder.c
5835                 Never free current's cache to free up 
5836                 memory. Fixes bug #912 (new count 
5837                 randomly set to message count)
5838
5839 2006-04-23 [colin]      2.1.1cvs27
5840
5841         * src/gtk/quicksearch.c
5842                 And remove printf...
5843
5844 2006-04-23 [colin]      2.1.1cvs26
5845
5846         * src/gtk/quicksearch.c
5847                 Fix replacing in quicksearch, and fix inserting
5848                 in the middle of the string. (introduced at 2.1.0cvs22)
5849
5850 2006-04-23 [colin]      2.1.1cvs25
5851
5852         * src/imap.c
5853                 Make sure uidnext is initialized in get_num_list
5854                 (not for stable, related to 2.1.1cvs8 and friends)
5855
5856 2006-04-23 [colin]      2.1.1cvs24
5857
5858         * src/imap.c
5859                 Output something when login is successful
5860                 too
5861
5862 2006-04-23 [colin]      2.1.1cvs23
5863
5864         * src/etpan/imap-thread.c
5865                 Better logging (line-per-line, hide data in fetch)
5866                 Fix a const warning
5867         * src/gtk/logwindow.c
5868         * src/gtk/logwindow.h
5869                 Better logging (color for input/output)
5870
5871 2006-04-21 [colin]      2.1.1cvs22
5872
5873         * src/gtk/quicksearch.c
5874                 On gtk+-2.8, use stock buttons in quicksearch
5875                 Based on a patch by Fabien and a design by Paul
5876
5877 2006-04-21 [colin]      2.1.1cvs21
5878
5879         * src/folderview.c
5880         * src/mainwindow.c
5881                 Fix occasional flicker in folderview
5882         * src/common/utils.c
5883                 Fix bug #943 (Incorrectly parsed email address 
5884                 list in short headers on message view and in 
5885                 printouts)
5886
5887 2006-04-20 [colin]      2.1.1cvs20
5888
5889         * src/imap.c
5890         * src/imap.h
5891         * src/prefs_account.c
5892                 Add ANONYMOUS auth for IMAP
5893
5894 2006-04-20 [paul]       2.1.1cvs19
5895
5896         * src/main.c
5897                 proper fix for 2.1.1cvs18
5898                 Thanks to Colin
5899
5900 2006-04-20 [paul]       2.1.1cvs18
5901
5902         * src/main.c
5903                 fix build warnings
5904
5905 2006-04-20 [paul]       2.1.1cvs17
5906
5907         * src/gtk/quicksearch.c
5908                 fix standard, non-extended Quick search,
5909                 was broken in 2.1.1cvs15.
5910                 Thanks to Colin.
5911
5912 2006-04-20 [colin]      2.1.1cvs16
5913
5914         * src/prefs_matcher.c
5915                 Fix values when reselecting a ~test
5916                 rule
5917
5918 2006-04-19 [colin]      2.1.1cvs15
5919
5920         * src/compose.c
5921         * src/compose.h
5922         * src/gtk/gtkaspell.c
5923         * src/gtk/gtkaspell.h
5924                 Put back Options menu in Spelling/
5925         * src/gtk/quicksearch.c
5926                 Don't search, and show error, if the
5927                 advanced search has a syntax error
5928
5929 2006-04-18 [colin]      2.1.1cvs14
5930
5931         * src/textview.c
5932                 Fix gdk warnings on set_cursor when textview
5933                 isn't visible
5934
5935 2006-04-18 [colin]      2.1.1cvs13
5936
5937         * src/gtk/gtksctree.c
5938                 Remove seemingly useless refresh that causes
5939                 flicker - watch this commit in case of 
5940                 problems before planned backport to stable
5941
5942 2006-04-18 [colin]      2.1.1cvs12
5943
5944         * src/imap.c
5945                 Factorize get/set_xml code
5946         * src/compose.c
5947         * src/prefs_account.c
5948         * src/prefs_account.h
5949         * src/procmsg.c
5950                 Add Encrypt to self option
5951
5952 2006-04-17 [colin]      2.1.1cvs11
5953
5954         * configure.ac
5955                 Fix search on encrpyt function on dragonfly
5956                 Patch by Jonathan Buschmann <jonthn@agmact.com>
5957
5958 2006-04-17 [colin]      2.1.1cvs10
5959
5960         * src/prefs_account.c
5961                 Be safe by default: remove mails from POP3
5962                 after 7 days, not immediately
5963
5964 2006-04-17 [colin]      2.1.1cvs9
5965
5966         * src/etpan/imap-thread.c
5967                 Fix build on DragonFly - patch by 
5968                 Jonathan Buschmann <jonthn@agmact.com>
5969
5970 2006-04-17 [colin]      2.1.1cvs8
5971
5972         * src/imap.c
5973                 Save uidnext between sessions
5974
5975 2006-04-17 [colin]      2.1.1cvs7
5976
5977         * src/imap.c
5978                 scan is required when uid validity changes
5979
5980 2006-04-17 [colin]      2.1.1cvs6
5981
5982         * src/folderview.c
5983                 Don't scan if not necessary, apart in current
5984                 folder and INBOX to fetch flags.
5985         * src/imap.c
5986                 Scan is necessary if unread count changes
5987
5988 2006-04-17 [colin]      2.1.1cvs5
5989
5990         * src/imap.c
5991                 ...But always fetch ANSWERED and DELETED flags for
5992                 INBOX, as filtering can happen on these flags.
5993
5994 2006-04-17 [colin]      2.1.1cvs4
5995
5996         * src/imap.c
5997                 Don't fetch REPLIED and DELETED flags when synchronising
5998                 flags with a closed folder. We only need UNSEEN and FLAGGED
5999                 to update the folderview.
6000
6001 2006-04-17 [colin]      2.1.1cvs3
6002
6003         * src/imap.c
6004                 Faster flag search when there are new mails 
6005                 in a folder. We can do a full search if the 
6006                 folder contains less messages than the new
6007                 list.
6008
6009 2006-04-17 [colin]      2.1.1cvs2
6010
6011         * po/cs.po
6012         * po/de.po
6013         * po/fr.po
6014         * po/nl.po
6015         * po/pt_BR.po
6016                 Update translations from stable branch
6017
6018 2006-04-17 [colin]      2.1.1cvs1
6019
6020         * configure.ac
6021                 Bump version to follow stable release
6022
6023 2006-04-16 [mones]      2.1.0cvs50
6024
6025         * po/es.po
6026                 Updated for release
6027
6028 2006-04-16 [colin]      2.1.0cvs49
6029
6030         * src/textview.c
6031                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6032                 with gtk < 2.8. Thanks to Fabien Vantard.
6033
6034 2006-04-15 [colin]      2.1.0cvs48
6035
6036         * src/etpan/imap-thread.c
6037                 Fix bug #919 (libetpan: SEGV when connecting 
6038                 using command)
6039
6040 2006-04-14 [colin]      2.1.0cvs47
6041
6042         * src/main.c
6043                 Fix race on --select (should be done better)
6044
6045 2006-04-14 [wwp]        2.1.0cvs46
6046
6047         * src/send_message.c
6048                 enforce a check for domain in account prefs (a sending
6049                 error could be faced if domain was checked but no value set),
6050                 thanks to Colin.
6051
6052 2006-04-14 [colin]      2.1.0cvs45
6053
6054         * src/codeconv.c
6055                 when converting from unknown to unknown, if the
6056                 string is UTF8, don't convert it to the locale
6057                 (which breaks it)
6058
6059 2006-04-14 [colin]      2.1.0cvs44
6060
6061         * src/compose.c
6062                 Don't try to use ASCII for converting headers
6063                 (as done in body)
6064
6065 2006-04-14 [paul]       2.1.0cvs43
6066
6067         * src/crash.c
6068                 add locale/charset info to crash report
6069         * src/gtk/about.c
6070                 add wwp to doc team
6071                 replace 'e-mail' with preferred 'email'
6072         * src/gtk/authors.h
6073                 ensure contributors list is in alphabetical
6074                 order
6075
6076 2006-04-13 [colin]      2.1.0cvs42
6077
6078         * src/textview.c
6079                 Prevent gdk warnings
6080
6081 2006-04-13 [colin]      2.1.0cvs41
6082
6083         * src/common/ssl_certificate.c
6084         * src/common/ssl_certificate.h
6085         * src/gtk/sslcertwindow.c
6086                 Warn on expired certs, and display the expiration date
6087
6088 2006-04-13 [colin]      2.1.0cvs40
6089
6090         * src/plugins/spamassassin/spamassassin_gtk.c
6091                 Fix missing set_text on unix socket
6092
6093 2006-04-13 [wwp]        2.1.0cvs39
6094
6095         * manual/fr/advanced.xml
6096         * manual/fr/glossary.xml
6097                 applied new spam/ham/email lexicon (pourriel, courriel)
6098
6099 2006-04-13 [paul]       2.1.0cvs38
6100
6101         * src/plugins/pgpmime/plugin.c
6102                 remove the mention of S/MIME from the
6103                 description. This is now handled by the
6104                 S/MIME plugin.
6105
6106 2006-04-13 [paul]       2.1.0cvs37
6107
6108         * src/prefs_msg_colors.c
6109                 rework dialog
6110         * src/prefs_folder_item.c
6111         * src/prefs_spelling.c
6112                 add a tooltip to the colour selector buttons
6113
6114 2006-04-13 [wwp]        2.1.0cvs36
6115
6116         * manual/advanced.xml
6117         * manual/glossary.xml
6118         * manual/handling.xml
6119         * manual/keyboard.xml
6120         * manual/plugins.xml
6121         * manual/starting.xml
6122         * manual/fr/account.xml
6123         * manual/fr/ack.xml
6124         * manual/fr/addrbook.xml
6125         * manual/fr/advanced.xml
6126         * manual/fr/faq.xml
6127         * manual/fr/glossary.xml
6128         * manual/fr/gpl.xml
6129         * manual/fr/handling.xml
6130         * manual/fr/intro.xml
6131         * manual/fr/keyboard.xml
6132         * manual/fr/plugins.xml
6133         * manual/fr/starting.xml
6134         * manual/fr/sylpheed-claws-manual.xml
6135                 fixes to the manuals:
6136                  - summaryview -> Message List (same in French)
6137                  - translate key names
6138                  - fix French punctuation, use non-breakable spaces when
6139                    necessary, don't use &thinsp; which is not portable
6140                  - tell what maildir and mbox formats we support
6141
6142 2006-04-12 [wwp]        2.1.0cvs35
6143
6144         * src/prefs_toolbar.c
6145                 unified a replace button more,
6146                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6147
6148 2006-04-12 [wwp]        2.1.0cvs34
6149
6150         * src/prefs_common.c
6151         * src/prefs_msg_colors.c
6152                 make default color labels translatable,
6153                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6154                 thanks to Tim <timbrain@post.cz> for reporting.
6155
6156 2006-04-12 [wwp]        2.1.0cvs33
6157
6158         * manual/glossary.xml
6159         * manual/intro.xml
6160         * manual/plugins.xml
6161         * manual/starting.xml
6162         * manual/sylpheed-claws-manual.xml
6163         * manual/fr/.cvsignore
6164         * manual/fr/account.xml
6165         * manual/fr/ack.xml
6166         * manual/fr/addrbook.xml
6167         * manual/fr/advanced.xml
6168         * manual/fr/faq.xml
6169         * manual/fr/glossary.xml
6170         * manual/fr/handling.xml
6171         * manual/fr/intro.xml
6172         * manual/fr/keyboard.xml
6173         * manual/fr/plugins.xml
6174         * manual/fr/starting.xml
6175         * manual/fr/sylpheed-claws-manual.xml
6176                 various fixes: typos, missing .fr translations, punctuation,
6177                 capitalization, links, accents and some bad French more.
6178
6179 2006-04-12 [wwp]        2.1.0cvs32
6180
6181         * src/prefs_gtk.c
6182                 fix for bug #935: always store prefs files in UTF-8 (thanks
6183                 to Colin).
6184
6185 2006-04-11 [colin]      2.1.0cvs31
6186
6187         * src/compose.c
6188                 Fix inserting files not in utf8 when locale is utf8
6189
6190 2006-04-11 [colin]      2.1.0cvs30
6191
6192         * src/inc.c
6193                 Don't show error dialog when cancelling connection
6194                 Patch by Pawel
6195
6196 2006-04-11 [cleroy]     2.1.0cvs29
6197
6198         * src/compose.c
6199                 Implement multiple quote levels
6200         * src/prefs_common.c
6201                 Change a little bit the quote bgcolor for 2nd level
6202
6203 2006-04-11 [colin]      2.1.0cvs28
6204
6205         * src/gtk/about.c
6206                 Add locale and charset in the label
6207
6208 2006-04-10 [colin]      2.1.0cvs27
6209
6210         * src/compose.c
6211         * src/prefs_common.c
6212         * src/prefs_common.h
6213         * src/prefs_msg_colors.c
6214         * src/textview.c
6215                 Allow optional background color in quotes
6216                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6217                 GTK+-2.8.x feature
6218
6219 2006-04-10 [colin]      2.1.0cvs26
6220
6221         * src/main.c
6222         * src/mainwindow.c
6223         * src/mainwindow.h
6224                 Implement --select
6225
6226 2006-04-10 [colin]      2.1.0cvs25
6227
6228         * manual/plugins.xml
6229         * manual/fr/plugins.xml
6230                 Document libcurl's proxy variables
6231
6232 2006-04-09 [colin]      2.1.0cvs24
6233
6234         * src/prefs_common.c
6235                 gettext() returns statically allocated stuff. We have
6236                 to strdup it in order to be able to free it.
6237
6238 2006-04-09 [colin]      2.1.0cvs23
6239
6240         * AUTHORS
6241         * src/gtk/authors.h
6242                 Add Alexei
6243
6244 2006-04-09 [colin]      2.1.0cvs22
6245
6246         * src/mainwindow.c
6247         * src/gtk/quicksearch.c
6248                 Fix bug #859 (problems with cyrilic input in 
6249                 search panel) - Patch by Alexey Illarionov 
6250                 <littlesavage@rambler.ru>
6251
6252 2006-04-09 [colin]      2.1.0cvs21
6253
6254         * src/prefs_customheader.c
6255                 I prefer removing then freeing rather than the contrary
6256                 (even if it doesn't change anything ;-)
6257         * src/prefs_account.c
6258                 Fix bug #933 (Crash re-entering the custom headers list 
6259                 dialog in accounts prefs)
6260                 The problem happened when cancelling the Account 
6261                 Preferences' dialogs - in which case we didn't do 
6262                 anything to the PrefsAccount * struct. In case of applying,
6263                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6264                 working with in this dialog. The problem is that 
6265                 prefs_customheader.c, working on this tmp_ac_prefs, always
6266                 changes the ->customhdr_list pointer, even when cancelled. 
6267                 So in case of cancelling the prefs_account dialog, we still
6268                 have to update ->customhdr_list in the real account.
6269
6270 2006-04-08 [colin]      2.1.0cvs20
6271
6272         * manual/fr/glossary.xml
6273         * manual/fr/keyboard.xml
6274                 Forgot some headers :)
6275
6276 2006-04-08 [colin]      2.1.0cvs19
6277
6278         * manual/Makefile.am
6279         * manual/fr/Makefile.am
6280         * manual/fr/account.xml
6281         * manual/fr/ack.xml
6282         * manual/fr/addrbook.xml
6283         * manual/fr/advanced.xml
6284         * manual/fr/faq.xml
6285         * manual/fr/glossary.xml
6286         * manual/fr/gpl.xml
6287         * manual/fr/handling.xml
6288         * manual/fr/intro.xml
6289         * manual/fr/keyboard.xml
6290         * manual/fr/plugins.xml
6291         * manual/fr/starting.xml
6292         * manual/fr/sylpheed-claws-manual.xml
6293         * manual/fr/dist/.cvsignore
6294         * manual/fr/dist/Makefile.am
6295         * manual/fr/dist/html/.cvsignore
6296         * manual/fr/dist/html/Makefile.am
6297         * manual/fr/dist/pdf/.cvsignore
6298         * manual/fr/dist/pdf/Makefile.am
6299         * manual/fr/dist/ps/.cvsignore
6300         * manual/fr/dist/ps/Makefile.am
6301         * manual/fr/dist/txt/.cvsignore
6302         * manual/fr/dist/txt/Makefile.am
6303                 Add the french translation of the manual. Thanks to
6304                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6305                 account.xml, ack.xml, addrbook.xml and advanced.xml
6306
6307 2006-04-08 [colin]      2.1.0cvs18
6308
6309         * manual/plugins.xml
6310         * manual/starting.xml
6311                 More fixes
6312
6313 2006-04-07 [colin]      2.1.0cvs17
6314
6315         * manual/faq.xml
6316         * manual/intro.xml
6317         * manual/keyboard.xml
6318                 Little fixes
6319
6320 2006-04-07 [colin]      2.1.0cvs16
6321
6322         * README
6323         * src/compose.c
6324         * src/prefs_common.c
6325         * src/prefs_common.h
6326                 Add hidden compose_no_markup pref
6327
6328 2006-04-07 [wwp]        2.1.0cvs15
6329
6330         * src/summary_search.c
6331         * .cvsignore
6332                 Bugfix: stop button was sticky when searching in an empty folder.
6333                 Applied curly brackets code style to the whole file (summary_search.c).
6334                 More files to ignore.
6335
6336 2006-04-07 [wwp]        2.1.0cvs14
6337
6338         * src/message_search.c
6339         * src/summary_search.c
6340                 changed default button when search bumps at file/folder
6341                 beginning or end, for convenience (thanks to Colin).
6342
6343 2006-04-07 [paul]       2.1.0cvs13
6344
6345         * src/plugins/dillo_viewer/dillo_prefs.c
6346                 avoid future potential for namespace collision
6347                 Patch by Colin
6348
6349 2006-04-06 [wwp]        2.1.0cvs12
6350
6351         * src/summary_search.c
6352                 Unify extended/advanced searches names (and thus factorize labels),
6353                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6354
6355 2006-04-06 [wwp]        2.1.0cvs11
6356
6357         * src/folderview.c
6358         * src/prefs_themes.c
6359         * src/summaryview.c
6360                 Fixed some compilation warnings.
6361
6362 2006-04-06 [colin]      2.1.0cvs10
6363
6364         * manual/advanced.xml
6365                 Document the wizard template and how to deploy
6366                 Sylpheed-Claws effectively
6367
6368 2006-04-06 [colin]      2.1.0cvs9
6369
6370         * src/folderview.c
6371                 gettext patch to tell translators about _("#"),
6372                 by Maxim Britov
6373
6374 2006-04-06 [colin]      2.1.0cvs8
6375
6376         * src/textview.c
6377                 Fix invalid GtkTextBIter after clicking "Display as text"
6378
6379 2006-04-06 [mones]      2.1.0cvs7
6380
6381         * src/addr_compl.c
6382         * src/addrindex.c
6383         * src/addritem.c
6384         * src/codeconv.c
6385         * src/compose.c
6386         * src/filtering.c
6387         * src/folder.c
6388         * src/folder_item_prefs.c
6389         * src/folderview.c
6390         * src/localfolder.c
6391         * src/matcher.c
6392         * src/mimeview.c
6393         * src/prefs_msg_colors.c
6394         * src/prefs_spelling.c
6395         * src/prefs_themes.c
6396         * src/procmime.c
6397         * src/procmsg.c
6398         * src/stock_pixmap.c
6399         * src/summaryview.c
6400         * src/textview.c
6401         * src/toolbar.c
6402         * src/common/mgutils.c
6403         * src/common/prefs.c
6404         * src/common/ssl_certificate.c
6405         * src/gtk/colorlabel.c
6406         * src/gtk/quicksearch.c
6407         * src/plugins/pgpmime/pgpmime.c
6408         * src/plugins/spamassassin/spamassassin.c
6409                 Removed redundant NULL checks for g_free() calls.
6410                 Patch by Pawel Pekala.
6411
6412 2006-04-06 [mones]      2.1.0cvs6
6413
6414         * src/prefs_actions.c
6415         * src/prefs_filtering.c
6416         * src/prefs_filtering_action.c
6417         * src/prefs_matcher.c
6418         * src/prefs_template.c
6419         * src/gtk/gtkutils.c
6420         * src/gtk/gtkutils.h
6421                 Have a nice replace button. Patch by Pawel Pekala
6422
6423 2006-04-06 [colin]      2.1.0cvs5
6424
6425         * src/addressbook.c
6426                 Fix crash with empty columns
6427
6428 2006-04-05 [colin]      2.1.0cvs4
6429
6430         * src/wizard.c
6431         * src/prefs_gtk.c
6432                 Allow wizard customization with pre-filled values
6433
6434 2006-04-05 [colin]      2.1.0cvs3
6435
6436         * src/textview.c
6437         * src/mimeview.c
6438         * src/mimeview.h
6439                 Nicer messages in mimeview
6440
6441 2006-04-05 [colin]      2.1.0cvs2
6442
6443         * src/addressbook.c
6444         * src/prefs_summaries.c
6445                 i18n fix
6446
6447 2006-04-05 [colin]      2.1.0cvs1
6448
6449         * src/plugins/pgpcore/plugin.c
6450         * src/plugins/pgpcore/select-keys.c
6451         * src/plugins/pgpcore/select-keys.h
6452         * src/plugins/pgpcore/sgpgme.c
6453         * src/plugins/pgpcore/sgpgme.h
6454         * src/plugins/pgpinline/pgpinline.c
6455         * src/plugins/pgpinline/plugin.c
6456         * src/plugins/pgpmime/pgpmime.c
6457         * src/plugins/pgpmime/plugin.c
6458                 Factorize and generalize a bit 
6459                 Drop S/MIME signature verification from PGP/MIME
6460                 (adding it as another, more complete plugin)
6461
6462 2006-04-05 [paul]       2.1.0
6463
6464         2.1.0 released
6465
6466 2006-04-05 [paul]       2.0.0cvs186
6467
6468         * manual/advanced.xml
6469                 add info on colour labels
6470
6471 2006-04-05 [paul]       2.0.0cvs185
6472
6473         * po/bg.po
6474         * po/cs.po
6475         * po/de.po
6476         * po/el.po
6477         * po/en_GB.po
6478         * po/fi.po
6479         * po/fr.po
6480         * po/it.po
6481         * po/nl.po
6482         * po/pl.po
6483         * po/pt_BR.po
6484         * po/sr.po
6485         * po/zh_CN.po
6486                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6487                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6488                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6489                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6490         * src/gtk/authors.h
6491         * tools/claws.i18n.status.pl
6492                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
6493                 and new Czech translator, Tim <timbrain@post.cz>
6494
6495 2006-04-05 [mones]      2.0.0cvs184
6496
6497         * po/es.po
6498                 Updated translation
6499
6500 2006-04-05 [colin]      2.0.0cvs183
6501
6502         * src/gtk/quicksearch.c
6503                 Fix bug #929 (unnecessary reload in quick search bar)
6504
6505 2006-04-05 [colin]      2.0.0cvs182
6506
6507         * src/compose.c
6508                 Fix crash on Reply with no From:
6509                 Show signature and conversion error on queuing 
6510                 (but not sending)
6511         * src/mainwindow.c
6512         * src/summaryview.c
6513         * src/summaryview.h
6514                 Factorize threading code and make sure msginfo 
6515                 is not null when it comes from a GtkCTreeRow's 
6516                 data
6517         * src/gtk/gtkaspell.c
6518                 Check for necessary things
6519         * src/gtk/gtksctree.c
6520         * src/gtk/gtksctree.h
6521                 Reset anchor if necessary when removing node
6522
6523 2006-03-29 [colin]      2.0.0cvs181
6524
6525         * src/folderview.c
6526                 Warn for disabled IMAP accounts (due to lack of
6527                 libetpan). Breaks string-freeze - sorry - but it
6528                 is kind of important ;)
6529
6530 2006-03-28 [colin]      2.0.0cvs180
6531
6532         * src/gtk/gtkutils.c
6533         * src/gtk/gtkutils.h
6534                 Add a gtkut_get_link_btn() function that
6535                 creates a button which acts like an URI
6536         * src/prefs_themes.c
6537         * src/gtk/about.c
6538                 Use this function (factorizes codes)
6539         * src/common/defs.h
6540         * src/gtk/pluginwindow.c
6541                 Add a "Get more..." in the plugins window
6542
6543 2006-03-28 [colin]      2.0.0cvs179
6544
6545         * src/common/smtp.c
6546         * src/common/passcrypt.c
6547         * src/undo.c
6548                 Warning fixes. Patch by Pawel Pekala
6549
6550 2006-03-27 [colin]      2.0.0cvs178
6551
6552         * src/undo.c
6553                 Fix undoing by blocks with spaces
6554
6555 2006-03-27 [colin]      2.0.0cvs177
6556
6557         * src/textview.c
6558                 Set margin to 3px for headers
6559
6560 2006-03-27 [paul]
6561
6562         2.1.0-rc2 released
6563
6564 2006-03-27 [wwp]        2.0.0cvs176
6565
6566         * src/summaryview.c
6567                 don't reset quicksearch when updating the message list.
6568                 Thanks to Colin.
6569
6570 2006-03-26 [wwp]        2.0.0cvs175
6571
6572         * src/compose.c
6573                 use a unified border width ('other' tab in the compose window,
6574                 patch by Pawel Pekala).
6575
6576
6577 2006-03-26 [wwp]        2.0.0cvs174
6578
6579         * src/common/quoted-printable.c
6580         * src/addressbook.c
6581                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
6582
6583 2006-03-26 [colin]      2.0.0cvs173
6584
6585         * src/quote_fmt_parse.y
6586                 Fix non-UTF8 date formats messing up the whole quote a 
6587                 little bit
6588
6589 2006-03-26 [colin]      2.0.0cvs172
6590
6591         * src/procheader.c
6592                 Make sure the date is UTF8 valid, or try to make it
6593                 so. IncrediMail is really IncrediStupid.
6594         * src/compose.c
6595                 Fix possible conversions. 
6596                 
6597
6598 2006-03-26 [colin]      2.0.0cvs171
6599
6600         * src/matcher.c
6601                 Fix corner cases in body search. This is still a
6602                 hack... It seems impossible to make it good and 
6603                 reasonably fast at the same time.
6604
6605 2006-03-26 [colin]      2.0.0cvs170
6606
6607         * src/summaryview.c
6608                 I think I killed the twilight zone bug!
6609                 summary_select_node() flushes GTK events in order
6610                 to be able to center the view. But this also 
6611                 flushes keypresses like Ctrl-Alt-U, so this can
6612                 call summary_show from summary_select_node (itself
6613                 called from summary_show, etc.). And the summaryview
6614                 has to be unlocked in this function. So just locking
6615                 while processing GTK events, and bailing if locked, 
6616                 should fix it.
6617                 Fixes bug #927 (SIGSEGV during Update Summary)
6618
6619 2006-03-25 [colin]      2.0.0cvs169
6620
6621         * src/matcher.c
6622                 Fix search in QP-encoded bodies
6623                 Fix utf-8 searches in bodies encoded in the
6624                 locale's encoding
6625         * src/common/quoted-printable.c
6626         * src/common/quoted-printable.h
6627                 Add a decode function that doesn't overwrite
6628                 the original pointer
6629                 
6630
6631 2006-03-24 [colin]      2.0.0cvs168
6632
6633         * src/action.c
6634         * src/summaryview.c
6635         * src/summaryview.h
6636                 Update message cache after action
6637                 Patch by H. Merijn Brand
6638         * src/prefs_msg_colors.c
6639                 Factorize label 
6640                 Patch by Fabien Vantard
6641         * src/plugins/spamassassin/spamassassin_gtk.c
6642                 Remove useless translation
6643                 Patch by Fabien Vantard
6644
6645 2006-03-23 [colin]      2.0.0cvs167
6646
6647         * src/common/ssl.c
6648                 Let 30 seconds to SSL_connect
6649
6650 2006-03-23 [wwp]        2.0.0cvs166
6651
6652         * src/summaryview.c
6653         * src/gtk/description_window.c
6654                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
6655                 and headers are translated; adjust description windows' width to fit their
6656                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
6657
6658 2006-03-23 [paul]       2.0.0cvs165
6659
6660         * src/common/utils.c
6661                 fix highlighting of URIs containing "()"
6662                 (2.0.0cvs164's reversal fixed)
6663                 Thanks to Colin.
6664
6665 2006-03-23 [paul]       2.0.0cvs164
6666
6667         * src/common/utils.c
6668                 revert patch, (postponing a fix), at 2.0.0cvs120
6669                 as it breaks more URIs than it fixes.
6670                 Allow '-' to be a terminating character in a URI
6671
6672 2006-03-22 [colin]      2.0.0cvs163
6673
6674         * configure.ac
6675                 Require libetpan 0.45
6676                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
6677
6678 2006-03-22 [paul]       2.0.0cvs162
6679
6680         * src/editgroup.c
6681                 replace '<-' and '->' buttons with GTK_STOCK graphical
6682                 buttons
6683         * src/summary_search.c
6684                 don't offer '...' for translation
6685                 add a tooltip to advanced search '...' button
6686         * src/gtk/quicksearch.c
6687                 don't offer '...' for translation
6688
6689 2006-03-21 [colin]      2.0.0cvs161
6690
6691         * src/compose.c
6692                 Fix middle-click pasting (insert at click
6693                 position instead of cursor position, don't
6694                 remove existing selection and allow pasting
6695                 our own selection)
6696         * src/addressbook.c
6697                 "LDAP Server" -> "LDAP servers"
6698
6699 2006-03-21 [wwp]        2.0.0cvs160
6700
6701         * src/etpan/imap-thread.c
6702                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
6703
6704 2006-03-20 [colin]      2.0.0cvs159
6705
6706         * src/summaryview.c
6707                 Don't reload summaryview after an execute with no
6708                 move action
6709
6710 2006-03-19 [colin]      2.0.0cvs158
6711
6712         * src/addressbook.c
6713                 and put groups at the top, always
6714
6715 2006-03-19 [colin]      2.0.0cvs157
6716
6717         * src/addressbook.c
6718                 Order groups before names, as previously
6719
6720 2006-03-19 [colin]      2.0.0cvs156
6721
6722         * src/addressbook.c
6723                 - Sort case-unsensitive
6724                 - Put the sort arrow at opening too
6725
6726 2006-03-19 [wwp]        2.0.0cvs155
6727
6728         * src/addressbook.c
6729                 allow sorting by name/email/remarks, ensure that right-pane's contents
6730                 matches the left-pane selection (cleared when appropriate).
6731                 Patch by Pawel Pekala <c0rn@o2.pl>.
6732
6733 2006-03-18 [colin]      2.0.0cvs154
6734
6735         * src/textview.c
6736                 Fix text cursor ;)
6737
6738 2006-03-18 [colin]      2.0.0cvs153
6739
6740         * src/gtk/filesel.c
6741                 Make sure we hide the preview if we didn't get
6742                 a filename
6743
6744 2006-03-18 [colin]      2.0.0cvs152
6745
6746         * src/summaryview.c
6747                 Set cursor to watch for execution (fixes lack
6748                 of watch-cursor when dnd'ing hundreds of mails)
6749         * src/gtk/filesel.c
6750                 Check that mime type is 'image/*' before updating
6751                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
6752
6753 2006-03-18 [colin]      2.0.0cvs151
6754
6755         * src/mainwindow.c
6756         * src/textview.c
6757         * src/textview.h
6758                 Put a watch cursor in textview too when the mainwindow's
6759                 cursor in a watch
6760
6761 2006-03-18 [colin]      2.0.0cvs150
6762
6763         * src/folder.c
6764                 Change wrong asserts to simple tests
6765
6766 2006-03-17 [colin]      2.0.0cvs149
6767
6768         * src/mainwindow.c
6769         * src/mainwindow.h
6770         * src/prefs_msg_colors.c
6771         * src/summaryview.c
6772         * src/summaryview.h
6773         * src/gtk/colorlabel.c
6774         * src/gtk/colorlabel.h
6775                 Add a color label menu in the main menubar
6776                 Add (fixed) accels Ctrl-{0-7} to change the color
6777                 They have to be fixed because the menu's dynamic,
6778                 the items are complex widgets, hence we can't use
6779                 a GtkItemFactory.
6780
6781
6782 2006-03-17 [wwp]        2.0.0cvs148
6783
6784         * src/compose.c
6785                 rollback few lines from my previous commit (those lines come from
6786                 a pending patch, accidentally commited, even if neutral as they are
6787                 commented out).
6788
6789 2006-03-17 [wwp]        2.0.0cvs147
6790
6791         * src/compose.c
6792                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
6793                 applied code style/indentation to the modified function.
6794
6795 2006-03-17 [wwp]        2.0.0cvs146
6796
6797         * src/procmsg.c
6798         * src/compose.c
6799                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
6800
6801 2006-03-17 [paul]
6802
6803         2.1.0-rc1 released
6804
6805 2006-03-17 [paul]       2.0.0cvs145
6806
6807         * src/main.c
6808                 addressbook_read_file() was called twice
6809         * src/textview.c
6810                 X-Mailer highlighting
6811
6812 2006-03-16 [colin]      2.0.0cvs144
6813
6814         * src/sourcewindow.c
6815         * src/sourcewindow.h
6816                 And the last one, in source window.
6817
6818 2006-03-16 [colin]      2.0.0cvs143
6819
6820         * src/compose.c
6821         * src/compose.h
6822                 Fix the same stuff in compose
6823
6824 2006-03-16 [colin]      2.0.0cvs142
6825
6826         * src/messageview.c
6827                 Complete the previous messageview crash fix
6828
6829 2006-03-16 [colin]      2.0.0cvs141
6830
6831         * src/procmsg.h
6832         * src/procmsg.c
6833         * src/folder.c
6834                 Fix POSTPROCESSING hook
6835                 Patch by H. Merijn Brand
6836
6837         * src/procmime.c
6838         * src/procmime.h
6839                 Parse Content-Location
6840
6841         * src/toolbar.c
6842         * src/messageview.c
6843         * src/messageview.h
6844                 Don't crash when a top-level MessageView has
6845                 been closed on us. Same problematic than
6846                 yesterday's quicksearch issue.
6847
6848 2006-03-15 [colin]      2.0.0cvs140
6849
6850         * src/gtk/quicksearch.c
6851                 Fix a bitchy race we didn't think about when we
6852                 added quicksearch cancellation:
6853                 If the search is not on cached fields, for example
6854                 body_part matchcase "stuff"
6855                 the matcher code has to get the whole message. If
6856                 we're on IMAP, that can be slow, and in order to
6857                 be non-blocking, the IMAP code idle loop processes
6858                 gtk events too. So it is possible to cancel a
6859                 quicksearch while the matcher is getting the mail's
6860                 body. After matcher got its body, it will start to
6861                 iterate over the matcher list that the Quicksearch's
6862                 clear_search_cb() just freed via prepare_matcher().
6863                 SIGSEGV ensues.
6864                 The fix consists of guarding the matcherlist_match()
6865                 call with a boolean 'matching'. If we reset the
6866                 quicksearch while matching is TRUE, we don't free
6867                 the matcherlist anymore like we did, but we set
6868                 another new flag, deferred_free, to TRUE. Then,
6869                 in quicksearch_match(), just after returning from
6870                 matcherlist_match() and unsetting the matching flag,
6871                 we check the deferred_free flag and do the
6872                 prepare_matcher() (which does the matcherlist_free)
6873                 for real, so we free the matcherlist once it's not
6874                 used anymore.
6875                 As all of this runs via the glib main loop, we
6876                 luckily don't need a mutex.
6877         * src/summaryview.c
6878                 Also, show progress while searching.
6879
6880
6881 2006-03-14 [colin]      2.0.0cvs139
6882
6883         * src/alertpanel.c
6884                 Make alertpanel_is_open non-static
6885
6886 2006-03-14 [colin]      2.0.0cvs138
6887
6888         * src/prefs_spelling.c
6889                 Cleanups - Fabien Vantard
6890
6891 2006-03-14 [wwp]        2.0.0cvs137
6892
6893         * src/main.c
6894                 code style normalization (curly braces, indentation).
6895
6896 2006-03-14 [wwp]        2.0.0cvs137
6897
6898         * src/main.c
6899                 code style (braces, indentation)
6900
6901 2006-03-12 [paul]       2.0.0cvs136
6902
6903         * src/prefs_common.c
6904                 trans_hdr defaults to FALSE to be RFC-savvy
6905         * src/prefs_summaries.c
6906                 add a tooltip to the trans_hdr option
6907                 
6908
6909 2006-03-12 [paul]       2.0.0cvs135
6910
6911         * src/prefs_matcher.c
6912                 give a little more width to the combos
6913         * src/prefs_display_header.c
6914         * src/textview.c
6915                 translate headers if prefs_common.trans_hdr
6916                 is TRUE
6917
6918         Patches by Pawel Pekala
6919
6920 2006-03-12 [paul]       2.0.0cvs134
6921
6922         * src/plugins/clamav/clamav_plugin.c
6923         * src/plugins/dillo_viewer/dillo_viewer.c
6924         * src/plugins/pgpcore/plugin.c
6925         * src/plugins/pgpinline/plugin.c
6926         * src/plugins/pgpmime/plugin.c
6927         * src/plugins/spamassassin/spamassassin.c
6928                 update/add to descriptions
6929         * src/plugins/spamassassin/spamassassin_gtk.c
6930                 fixes to the english, remove superfluous
6931                 tooltips, clean up a little
6932
6933 2006-03-12 [paul]       2.0.0cvs133
6934
6935         * src/compose.c
6936                 fix Bug 924, 'Account combo box shows up wrong 
6937                 if & is in account name'
6938
6939 2006-03-11 [colin]      2.0.0cvs132
6940
6941         * src/summaryview.c
6942                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
6943                 messed up shift-selection because is slows down
6944                 moving around summaryview. thanks -users
6945
6946 2006-03-10 [colin]      2.0.0cvs131
6947
6948         * src/plugins/spamassassin/spamassassin_gtk.c
6949                 Put back Paul's engrish fixes
6950
6951 2006-03-10 [colin]      2.0.0cvs130
6952
6953         * src/plugins/spamassassin/spamassassin.c
6954         * src/plugins/spamassassin/spamassassin.h
6955         * src/plugins/spamassassin/spamassassin_gtk.c
6956                 Cleanup SA prefs page (more)
6957                 Patch by Fabien Vantard
6958
6959 2006-03-10 [paul]       2.0.0cvs129
6960
6961         * src/prefs_msg_colors.c
6962         * src/prefs_spelling.c
6963                 widget sensitivity
6964
6965 2006-03-09 [mones]      2.0.0cvs128
6966
6967         * po/es.po
6968                 Update for next RC
6969
6970 2006-03-09 [wwp]        2.0.0cvs127
6971
6972         * configure.ac
6973                 revert accidental commit (requirement for libetpan 0.43), this time
6974                 not in HEAD.
6975
6976 2006-03-09 [wwp]        2.0.0cvs125
6977
6978         * configure.ac
6979                 revert accidental commit (requirement for libetpan 0.43)
6980
6981 2006-03-09 [paul]       2.0.0cvs126
6982
6983         * src/prefs_receive.c
6984                 remove useless frame
6985                 replace 'incorporation' with 'receiving'
6986         * src/plugins/clamav/clamav_plugin_gtk.c
6987         * src/plugins/spamassassin/spamassassin_gtk.c
6988                 improve widget sensitivity
6989                 fix a bit his engrish
6990
6991 2006-03-09 [wwp]        2.0.0cvs125
6992
6993         * src/addressadd.c
6994         * src/foldersel.c
6995         * src/prefs_common.c
6996         * src/prefs_common.h
6997                 remember some more windows' sizes (add to addressbook and
6998                 select folder).
6999
7000 2006-03-09 [paul]       2.0.0cvs124
7001
7002         * src/plugins/pgpcore/prefs_gpg.c
7003                 normalise construction of dialogue
7004
7005 2006-03-09 [paul]       2.0.0cvs123
7006
7007         * src/plugins/trayicon/Makefile.am
7008                 add missing slash
7009
7010 2006-03-08 [colin]      2.0.0cvs122
7011
7012         * src/plugins/trayicon/Makefile.am
7013                 Fix build in separate dir 
7014                 Patch by Bamanzi <bamanzi@gmail.com>
7015
7016 2006-03-08 [colin]      2.0.0cvs121
7017
7018         * src/procmsg.c
7019                 Batch move and copies from summaryview with delayed execution
7020                 too
7021
7022 2006-03-07 [paul]       2.0.0cvs120
7023
7024         * src/common/utils.c
7025                 fix highlighting of URIs containing "()"
7026                 Patch by Pawel Pekala
7027
7028 2006-03-07 [paul]       2.0.0cvs119
7029
7030         * src/folder.c
7031         * src/folder.h
7032         * src/folderview.c
7033                 immediately do alphabetical resort when
7034                 changing a folder's name
7035                 Patch by Pawel Pekala
7036
7037 2006-03-07 [paul]       2.0.0cvs118
7038
7039         * src/news.c
7040         * src/news_gtk.c
7041                 when unsubscribing a newsgroup, remove the
7042                 folder and msgs in .sylpheed-claws/newscache
7043                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7044
7045 2006-03-07 [paul]       2.0.0cvs117
7046
7047         * src/textview.c
7048                 fix wrong Fake URL Warning
7049                 Thanks to Hiro
7050
7051 2006-03-07 [colin]      2.0.0cvs116
7052
7053         * src/imap.c
7054                 Return immediately when password dialog was
7055                 cancelled
7056         * src/gtk/inputdialog.c
7057                 Allow empty strings for passwords
7058
7059
7060 2006-03-06 [colin]      2.0.0cvs115
7061
7062         * src/imap.c
7063                 Prevent double-timeouts when connection fails
7064
7065 2006-03-06 [colin]
7066
7067         2.0.1-rc1 released
7068
7069 2006-03-06 [colin]      2.0.0cvs114
7070
7071         * src/imap.c
7072                 Refresh session during potentially long
7073                 operations
7074
7075 2006-03-06 [wwp]        2.0.0cvs113
7076
7077         * src/prefs_msg_colors.h
7078                 forgot that one (custom color labels).
7079
7080 2006-03-06 [wwp]        2.0.0cvs112
7081
7082         * src/prefs_common.c
7083         * src/prefs_common.h
7084         * src/prefs_msg_colors.c
7085         * src/summaryview.c
7086         * src/summaryview.h
7087         * src/gtk/colorlabel.c
7088         * src/gtk/colorlabel.h
7089                 colors in messages list are now customizable. Color values and names can
7090                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7091                 Thanks to Paul and Colin for their help with this longstanding patch!
7092
7093 2006-03-06 [wwp]        2.0.0cvs111
7094
7095         * src/textview.c
7096                 don't crash if (x)face is bad.
7097
7098 2006-03-05 [paul]       2.0.0cvs110
7099
7100         * AUTHORS
7101         * configure.ac
7102         * src/Makefile.am
7103         * src/common/Makefile.am
7104         * src/common/utils.h
7105         * src/etpan/imap-thread.c
7106         * src/gtk/authors.h
7107         * src/plugins/clamav/Makefile.am
7108         * src/plugins/demo/Makefile.am
7109         * src/plugins/dillo_viewer/Makefile.am
7110         * src/plugins/pgpcore/Makefile.am
7111         * src/plugins/pgpcore/passphrase.c
7112         * src/plugins/pgpinline/Makefile.am
7113         * src/plugins/pgpmime/Makefile.am
7114         * src/plugins/spamassassin/Makefile.am
7115         * src/plugins/trayicon/Makefile.am
7116                 fix builiding on cygwin
7117                 Patch by Ralgh Young <bamanzi@gmail.com>
7118
7119 2006-03-04 [wwp]        2.0.0cvs109
7120
7121         * manual/keyboard.xml
7122                 fix mixed up/down keys.
7123
7124 2006-03-04 [wwp]        2.0.0cvs108
7125
7126         * README
7127         * INSTALL
7128                 updated links to SpamAssassin.
7129
7130 2006-03-04 [wwp]        2.0.0cvs107
7131
7132         * manual/plugins.xml
7133         * src/plugins/spamassassin/README
7134                 updated SpamAssassin plugin docs to reflect new functional additions
7135                 (also fix/update/documents few technical stuff more, see the README).
7136
7137 2006-03-04 [wwp]        2.0.0cvs106
7138
7139         * src/prefs_message.c
7140                 normalized capitalization of message-prefs paths.
7141
7142 2006-03-04 [wwp]        2.0.0cvs105
7143
7144         * manual/advanced.xml
7145                 typo.
7146
7147 2006-03-03 [colin]      2.0.0cvs104
7148
7149         * src/plugins/clamav/clamav_plugin_gtk.c
7150                 Rework prefs page, patch by Fabien 
7151
7152 2006-03-03 [colin]      2.0.0cvs103
7153
7154         * src/plugins/clamav/clamav_plugin.c
7155                 Set error on all errors
7156
7157 2006-03-03 [colin]      2.0.0cvs102
7158
7159         * src/common/plugin.c
7160                 Initialize error to avoid crashing when a plugin fails
7161                 without setting error
7162
7163 2006-03-02 [wwp]        2.0.0cvs101
7164
7165         * configure.ac
7166                 fixed linker flags for libetpan support on Cygwin
7167                 (thanks to H.Merijn Brand).
7168
7169 2006-03-02 [wwp]        2.0.0cvs100
7170
7171         * src/addressbook.c
7172                 fix some AB error messages: one for punctuation and
7173                 one wrongly duplicate (thanks, maxbritov).
7174
7175 2006-03-02 [wwp]        2.0.0cvs99
7176
7177         * src/plugins/spamassassin/spamassassin.c
7178                 make sync calls to sa-learn/spamc to prevent
7179                 system (whatever local or client/server) overload.
7180
7181 2006-03-02 [colin]      2.0.0cvs98
7182
7183         * src/summaryview.c
7184                 Put the spam icon in the status column instead of the
7185                 mark one
7186
7187 2006-03-01 [colin]      2.0.0cvs97
7188
7189         * src/plugins/spamassassin/spamassassin.c
7190                 Fix segfault (g_file_set_contents fails for some 
7191                 reason and err==0x2f. Can't find out why with
7192                 valgrind, using working function :-)
7193
7194 2006-03-01 [colin]      2.0.0cvs96
7195
7196         * src/inc.c
7197                 Offline overriding: let 'No' be cached only 3 seconds
7198
7199 2006-03-01 [colin]      2.0.0cvs95
7200
7201         * src/addr_compl.c
7202         * src/addrbook.c
7203         * src/addressbook.c
7204         * src/addrindex.c
7205         * src/folder_item_prefs.c
7206         * src/headerview.c
7207         * src/imap.c
7208         * src/inc.c
7209         * src/ldif.c
7210         * src/mainwindow.c
7211         * src/mh.c
7212         * src/msgcache.c
7213         * src/prefs_common.h
7214         * src/prefs_msg_colors.c
7215         * src/procheader.c
7216         * src/procheader.h
7217         * src/procmime.c
7218         * src/procmsg.c
7219         * src/procmsg.h
7220         * src/send_message.h
7221         * src/simple-gettext.c
7222         * src/summaryview.c
7223         * src/summaryview.h
7224         * src/syldap.c
7225         * src/textview.c
7226         * src/undo.c
7227         * src/common/ssl_certificate.c
7228         * src/common/utils.c
7229         * src/gtk/colorsel.c
7230         * src/gtk/gtksctree.c
7231         * src/gtk/gtkshruler.c
7232         * src/plugins/trayicon/trayicon.c
7233                 #if 0 goes to /dev/null
7234
7235 2006-03-01 [colin]      2.0.0cvs94
7236
7237         * src/compose.c
7238         * src/imap.c
7239         * src/inc.c
7240         * src/inc.h
7241         * src/messageview.c
7242         * src/news.c
7243         * src/plugins/spamassassin/spamassassin.c
7244                 Allow to add information in the "working offline"
7245                 window
7246
7247 2006-03-01 [wwp]        2.0.0cvs93
7248
7249         * src/plugins/spamassassin/spamassassin.c
7250                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7251                 'cause it seems that calling `spamc ... < inputfile` with
7252                 g_spawn_(a)sync simply.. erm doesn't work :-).
7253
7254 2006-03-01 [wwp]        2.0.0cvs92
7255
7256         * src/toolbar.c
7257         * src/toolbar.h
7258                 simplify the adding of spam/ham button to the messageview toolbar
7259                 (it gets more clear now that the same button will be "Mark as spam"
7260                 or "Mark as ham" according to the current message status,
7261                 thanks to Colin).
7262
7263 2006-03-01 [wwp]        2.0.0cvs91
7264
7265         * src/messageview.c
7266         * src/procmsg.c
7267         * src/procmsg.h
7268         * src/summaryview.c
7269         * src/plugins/spamassassin/spamassassin.c
7270         * src/plugins/spamassassin/spamassassin.h
7271                 make learner callbacks return a status (0 for ok),
7272                 handle it in main code to avoid setting flags when learning failed,
7273                 don't learn on TCP if offline in spamassassin,
7274                 thanks to Colin.
7275
7276                 
7277
7278 2006-03-01 [wwp]        2.0.0cvs90
7279
7280         * src/compose.c
7281                 some work around the compose window's account menu,
7282                 patch by Fabien Vantard.
7283
7284 2006-03-01 [wwp]        2.0.0cvs89
7285
7286         * src/plugins/spamassassin/spamassassin.c
7287                 fixed bad logics, was using spamc in local mode and sa-learn
7288                 in remote mode (thanks, Colin).
7289
7290 2006-03-01 [wwp]        2.0.0cvs88
7291
7292         * src/plugins/spamassassin/spamassassin.c
7293         * src/plugins/spamassassin/spamassassin.h
7294         * src/plugins/spamassassin/spamassassin_gtk.c
7295                 made processing of emails w/ sa-plugin an option (default is TRUE),
7296                 fixed Engrish some tooltips, capitalization of some debug messages
7297                 and warnings. The spamassassin plugin now provides two separate
7298                 services: process emails upon incorporation and spamd training.
7299                 Both services (un)register independently but use some common
7300                 plugin settings (transport settings, spam storage location).
7301
7302 2006-02-28 [wwp]        2.0.0cvs87
7303
7304         * src/plugins/spamassassin/spamassassin.c
7305                 fix async flag to spamc cmdline execution (batch exec should
7306                 be asynchronous).
7307
7308 2006-02-27 [wwp]        2.0.0cvs86
7309
7310         * src/plugins/spamassassin/spamassassin.c
7311         * src/plugins/spamassassin/spamassassin.h
7312         * src/plugins/spamassassin/spamassassin_gtk.c
7313                 - added the ability to learn a remote spamassassin server (spamd),
7314                 using spamc.
7315                 - added the spamassassin option 'username', that applies to all
7316                 spamassassin operations (filtering, learning, local or remote).
7317                 The default username is the current unix user (if left blank
7318                 from gtk prefs or config file).
7319                 - commented out some unused code (notebook widget), removed unused
7320                 layout (hbox1).
7321                 - make more widgets sensitive to the transport type.
7322
7323 2006-02-27 [colin]      2.0.0cvs85
7324
7325         * src/plugins/spamassassin/spamassassin.c
7326                 Fix sa-learn call when offline
7327
7328 2006-02-27 [colin]      2.0.0cvs84
7329
7330         * configure.ac
7331         * src/Makefile.am
7332         * src/mainwindow.c
7333         * src/mainwindow.h
7334         * src/messageview.c
7335         * src/messageview.h
7336         * src/prefs_toolbar.c
7337         * src/procmsg.c
7338         * src/stock_pixmap.c
7339         * src/stock_pixmap.h
7340         * src/summaryview.c
7341         * src/toolbar.c
7342         * src/toolbar.h
7343         * src/pixmaps/ham_btn.xpm
7344         * src/pixmaps/spam.xpm
7345         * src/pixmaps/spam_btn.xpm
7346         * src/plugins/spamassassin/spamassassin.c
7347                 Add button in toolbar for spam learning
7348                 Fix a few bugs from the last related commit
7349                 Revert 1.9.6cvs23 which messed up shift-selection
7350
7351 2006-02-24 [colin]      2.0.0cvs83
7352
7353         * src/procmsg.c
7354         * src/summaryview.c
7355         * src/summaryview.h
7356         * src/plugins/spamassassin/spamassassin.c
7357         * src/plugins/spamassassin/spamassassin.h
7358         * src/plugins/spamassassin/spamassassin_gtk.c
7359                 Unregister learner when spamassassin is either
7360                 disabled or over tcp
7361
7362 2006-02-24 [colin]      2.0.0cvs82
7363
7364         * src/Makefile.am
7365         * src/mainwindow.c
7366         * src/mainwindow.h
7367         * src/procmsg.c
7368         * src/procmsg.h
7369         * src/stock_pixmap.c
7370         * src/stock_pixmap.h
7371         * src/summaryview.c
7372         * src/summaryview.h
7373         * src/gtk/icon_legend.c
7374         * src/pixmaps/spam.xpm  ** NEW FILE **
7375         * src/plugins/spamassassin/spamassassin.c
7376         * src/plugins/spamassassin/spamassassin_gtk.c
7377                 Add spam learning interface (Mark/Mark as 
7378                 (spam|ham) menus)
7379
7380 2006-02-24 [wwp]        2.0.0cvs81
7381
7382         * src/compose.c
7383         * src/compose.h
7384         * src/filtering.c
7385                 hide compose window when sending message in batch mode
7386                 (filtering: forward and redirect). Also fixed a wrong
7387                 value returned when sending failed, neutral anyway.
7388                 (Colin, me) 
7389
7390 2006-02-24 [wwp]        2.0.0cvs80
7391
7392         * src/mainwindow.c
7393                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7394
7395 2006-02-24 [paul]       2.0.0cvs79
7396
7397         * src/news.c
7398         * src/news.h
7399         * src/news_gtk.c
7400                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7401                 Thanks to Colin
7402
7403 2006-02-23 [colin]      2.0.0cvs78
7404
7405         * src/alertpanel.c
7406                 Change OK to Close in alertpanel with View log
7407                 button; add accel to View log. Patch by Fabien
7408                 Vantard
7409
7410 2006-02-23 [wwp]        2.0.0cvs77
7411
7412         * src/compose.c
7413                 silly me, there were much more tests to perform, since toolbars can
7414                 really have down to 1 element only.
7415
7416 2006-02-23 [wwp]        2.0.0cvs76
7417
7418         * commitHelper
7419                 fixed indentation from my previous commit. Fallback to VISUAL if
7420                 EDITOR is not set (and to vi, at last resort).
7421
7422 2006-02-23 [wwp]        2.0.0cvs75
7423
7424         * commitHelper
7425                 improved error detection (Colin, me).
7426
7427 2006-02-23 [wwp]        2.0.0cvs74
7428
7429         * src/prefs_toolbar.c
7430                 simplify and fix prefs/toolbars layouting. Combos' contents can
7431                 now be really displayed.
7432
7433 2006-02-23 [wwp]        2.0.0cvs73
7434         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7435         be really displayed.
7436
7437 2006-02-22 [wwp]        2.0.0cvs72
7438
7439         * src/compose.c
7440                 fix a typo in my previous commit (sorry!).
7441
7442 2006-02-22 [wwp]        2.0.0cvs71
7443
7444         * src/prefs_toolbar.c
7445                 fix a crash when adding separators to toolbars,
7446                 also fix some separator item information.
7447
7448 2006-02-22 [wwp]        2.0.0cvs70
7449
7450         * src/compose.c
7451                 fix a crash when redirecting (for instance) when compose window's
7452                 toolbar contents has been customized (when some buttons have been
7453                 removed in fact).
7454
7455 2006-02-21 [wwp]        2.0.0cvs69
7456
7457         * src/summaryview.c
7458         * src/gtk/pluginwindow.c
7459         * src/plugins/pgpcore/prefs_gpg.c
7460                 fix some compilation warnings (feat. remains of removed code).
7461
7462 2006-02-21 [wwp]        2.0.0cvs68
7463
7464         * src/gtk/gtkutils.c
7465                 fix two compilation issues, thanks to Stephan Sachse.
7466
7467 2006-02-20 [colin]      2.0.0cvs67
7468
7469         * src/mainwindow.c
7470                 Don't reselect displayed mail on refocus
7471                 This fixes actions misbehaving 
7472
7473 2006-02-20 [wwp]        2.0.0cvs66
7474
7475         * src/summaryview.c
7476         * src/gtk/gtksctree.c
7477         * src/gtk/gtkshruler.c
7478                 changed more runtime typecast checks.
7479
7480 2006-02-20 [wwp]        2.0.0cvs65
7481
7482         * src/summary_search.c
7483                 find all - summaryview refresh issue fixed, thanks to Colin.
7484
7485 2006-02-20 [wwp]        2.0.0cvs64
7486
7487         * src/gtk/gtkutils.c
7488                 better runtime typecast checks.
7489
7490 2006-02-20 [wwp]        2.0.0cvs63
7491
7492         * src/summary_search.c
7493                 enhancements to the summary search:
7494                         - add the ability to stop the running search
7495                           (upon ESC-key press, new Stop button or when Clear button is pressed)
7496                         - don't search if no criteria (From/To/Subject/Body) is set
7497                         - ensure that a busy mouse pointer is always shown when searching,
7498                           show it even a bit earlier
7499
7500 2006-02-19 [colin]      2.0.0cvs62
7501
7502         * src/compose.c
7503         * src/imap.c
7504         * src/etpan/imap-thread.c
7505         * src/etpan/imap-thread.h
7506                 (Future) IMAP speed improvement on sending
7507                 Will require a libetpan update
7508         * src/summaryview.c
7509         * src/gtk/quicksearch.c
7510                 Make quicksearch clearable while running.
7511
7512 2006-02-17 [colin]      2.0.0cvs61
7513
7514         * src/imap.c
7515         * src/etpan/imap-thread.c
7516         * src/etpan/imap-thread.h
7517                 Check for IMAP certificates
7518                 ** Requires libetpan-0.42-cvs4 
7519                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
7520
7521 2006-02-17 [colin]      2.0.0cvs60
7522
7523         * src/messageview.c
7524         * src/prefs_common.c
7525         * src/prefs_common.h
7526         * src/prefs_message.c
7527                 Add pref to display HTML-only mails with plugin, 
7528                 if possible (defaulting to FALSE of course).
7529
7530 2006-02-16 [colin]      2.0.0cvs59
7531
7532         * src/main.c
7533         * src/common/plugin.c
7534         * src/common/plugin.h
7535         * src/gtk/pluginwindow.c
7536                 Keep track of requested (but unloaded) plugins
7537                 in some error cases.
7538
7539 2006-02-16 [wwp]        2.0.0cvs58
7540
7541         * src/gtk/gtkaspell.c
7542         * src/gtk/gtkaspell.h
7543         * src/prefs_spelling.c
7544         * src/compose.c
7545         * src/prefs_common.c
7546         * src/prefs_common.h
7547                 implemented new optional spellchecker behaviour: re-check message when
7548                 dictionary got changed (from compose-window/context-menu/Change dictionary).
7549
7550 2006-02-16 [wwp]        2.0.0cvs57
7551
7552         * src/quote_fmt_parse.y
7553                 pclose popen'ed pipe.
7554
7555 2006-02-15 [colin]      2.0.0cvs56
7556
7557         * src/mimeview.c
7558         * src/mimeview.h
7559                 Let MimeViewers know which MimeView they
7560                 depend of.
7561         * src/summaryview.c
7562                 Swap From/To columns in Sent/Queue/Drafts
7563                 folders
7564         * src/etpan/imap-thread.c
7565                 Use mailstream_low_tls_open() for STARTTLS
7566                 instead of mailstream_low_ssl_open()
7567                 ** REQUIRES libetpan 0.42cvs3 **
7568
7569 2006-02-15 [wwp]        2.0.0cvs55
7570
7571         * src/compose.c
7572         * src/compose.h
7573         * src/message_search.c
7574         * src/message_search.h
7575         * src/textview.c
7576         * src/gtk/gtkutils.c
7577         * src/gtk/gtkutils.h
7578                 added the ability to Find text in the compose window (and a bit
7579                 of code factorization).
7580
7581 2006-02-15 [wwp]        2.0.0cvs54
7582
7583         * src/prefs_gtk.c
7584                 yet another one file was missing (fix for some widgets' sensitivity).
7585                 Thanks Colin!
7586
7587 2006-02-15 [wwp]        2.0.0cvs53
7588
7589         * src/prefs_gtk.h
7590                 oops forgot that file (fix for some widgets' sensitivity).
7591
7592 2006-02-15 [wwp]        2.0.0cvs52
7593
7594         * src/summary_search.c
7595                 implemented advanced summary search options (added the ability
7596                 to use matcher conditions in an advanced search mode).
7597
7598 2006-02-15 [wwp]        2.0.0cvs51
7599
7600         * src/plugins/pgpcore/prefs_gpg.c
7601         * src/prefs_account.c
7602                 fix some widget sensitivity, mostly around some labels in
7603                 account prefs.
7604
7605 2006-02-15 [paul]       2.0.0cvs50
7606
7607         * manual/advanced.xml
7608                 improve Templates info
7609                 written by wwp
7610
7611 2006-02-14 [colin]      2.0.0cvs49
7612
7613         * src/pixmaps/address_book.xpm
7614         * src/pixmaps/preferences.xpm
7615         * src/pixmaps/properties.xpm
7616                 Fix pixmap size - patch by Fabien Vantard
7617
7618 2006-02-13 [colin]      2.0.0cvs48
7619
7620         * src/procmime.c
7621                 Add missing fclose()s on error
7622         * src/textview.c
7623                 Remove unused code
7624         * src/common/utils.c
7625                 Fix temp files not being deleted on windows
7626         Patches by Thomas Gilgin
7627
7628 2006-02-13 [colin]      2.0.0cvs47
7629
7630         * src/mainwindow.c
7631                 Fix exit crash
7632
7633 2006-02-13 [wwp]        2.0.0cvs46
7634
7635         * src/plugins/pgpcore/prefs_gpg.c
7636                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
7637
7638 2006-02-12 [colin]      2.0.0cvs45
7639
7640         * src/folderview.c
7641         * src/main.c
7642         * src/mainwindow.c
7643                 Fix "stuff" when quitting
7644
7645 2006-02-12 [wwp]        2.0.0cvs44
7646
7647         * src/prefs_themes.c
7648                 fix typos in debug messages.
7649
7650 2006-02-11 [colin]      2.0.0cvs43
7651
7652         * src/summaryview.c
7653                 don't allow drag/drop from ourself
7654
7655 2006-02-10 [wwp]        2.0.0cvs42
7656
7657         * src/exporthtml.c
7658         * src/html.c
7659         * src/html.h
7660         * src/procmime.c
7661         * src/textview.c
7662                 renamed html_ prefixed functions and data structures to avoid
7663                 namespace clashes w/ other software (gtkhtml2 for instance).
7664                 Closes bug #907.
7665
7666
7667 2006-02-09 [colin]      2.0.0cvs41
7668
7669         * src/summaryview.c
7670                 Fix shitty logic messed up. Thanks Ticho for the hint!
7671
7672 2006-02-09 [wwp]        2.0.0cvs40
7673
7674         * src/gtk/about.c
7675         * src/compose.c
7676         * src/prefs_account.c
7677         * src/prefs_gtk.h
7678         * src/editaddress.c
7679                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
7680                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
7681                 Browse buttons in accounts prefs.
7682
7683 2006-02-09 [colin]      2.0.0cvs39
7684
7685         * src/matcher.c
7686                 Check for pointer before using its members
7687         * src/gtk/gtksourceprintjob.c
7688                 Fix a wrong warning
7689
7690 2006-02-09 [wwp]        2.0.0cvs38
7691
7692         * src/gtk/filesel.c
7693                 fix few compiler warnings (type mismatch).
7694
7695 2006-02-09 [paul]       2.0.0cvs37
7696
7697         * po/fr.po
7698                 updated by Fabien Vantard
7699
7700 2006-02-08 [colin]      2.0.0cvs36
7701
7702         * src/prefs_common.c
7703         * src/common/defs.h
7704         * src/common/plugin.c
7705                 allow windows and linux configurations to coexist
7706                 patch by Thomas Gilgin
7707
7708 2006-02-08 [colin]      2.0.0cvs35
7709
7710         * src/filtering.c
7711         * src/matcher.c
7712         * src/matcher.h
7713         * src/matcher_parser_parse.y
7714         * src/prefs_filtering_action.c
7715         * src/prefs_matcher.c
7716                 Add the "Ignore thread" filtering
7717                 action
7718
7719 2006-02-08 [colin]      2.0.0cvs34
7720
7721         * src/compose.c
7722         * src/procmime.c
7723         * src/procmime.h
7724                 Fix bug #905 (damaged attachment)
7725                 text files with raw \0's aren't really text files
7726         FOR_STABLE
7727
7728 2006-02-08 [colin]      2.0.0cvs33
7729
7730         * src/summaryview.c
7731                 Fix crasher introduced yesterday
7732
7733 2006-02-08 [wwp]        2.0.0cvs32
7734
7735         * src/compose.c
7736         * src/compose.h
7737                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
7738
7739 2006-02-08 [wwp]        2.0.0cvs31
7740
7741         * src/prefs_template.c
7742                 templates enhancement: allow address completion for Cc and Bcc fields
7743                 (it was currently possible for the To field only)
7744
7745 2006-02-08 [colin]      2.0.0cvs30
7746
7747         * src/compose.c
7748                 Don't unblock if not blocked
7749         FOR_STABLE
7750
7751 2006-02-07 [colin]      2.0.0cvs29
7752
7753         * src/action.c
7754                 Forgot to refresh summaryview
7755
7756 2006-02-07 [colin]      2.0.0cvs28
7757
7758         * src/action.c
7759                 Freeze/thaw message list and folder list while
7760                 processing %as{} actions 
7761         * src/compose.c
7762                 Fix auto-wrap disabling after a middle-click
7763                 paste - FOR_STABLE
7764
7765 2006-02-07 [paul]       2.0.0cvs27
7766
7767         * src/folder.c
7768                 fix freeing of uninitialised pointers
7769                 Thanks to Colin
7770
7771 2006-02-06 [colin]      2.0.0cvs26
7772
7773         * src/folder.c
7774                 Use g_slist_prepend in potentially big list
7775
7776 2006-02-06 [colin]      2.0.0cvs25
7777
7778         * src/folder.c
7779                 Completely skip processing if it doesn't 
7780                 exist (faster!)
7781
7782 2006-02-06 [colin]      2.0.0cvs24
7783
7784         * src/folder.c
7785         * src/summaryview.c
7786                 Batch filtering in summaryview (from Tools menu)
7787                 and pre/post//-processing too
7788
7789 2006-02-06 [colin]      2.0.0cvs23
7790
7791         * src/procmsg.h
7792         * src/filtering.c
7793                 Use a special field for batch filtering instead
7794                 of stepping on deferred execution's toes
7795
7796 2006-02-06 [colin]      2.0.0cvs22
7797
7798         * src/action.c
7799         * src/filtering.c
7800         * src/filtering.h
7801         * src/folder.c
7802         * src/summaryview.c
7803                 Fix filtering via menus and actions
7804
7805 2006-02-06 [colin]      2.0.0cvs21
7806
7807         * src/imap.c
7808                 Put the added file directly to cache if possible (will work
7809                 with next libetpan)
7810         * src/filtering.c
7811         * src/filtering.h
7812         * src/inc.c
7813         * src/folder.c
7814         * src/mbox.c
7815         * src/procmsg.h
7816                 Move and copy filtered messages by batches instead of one
7817                 by one - faster on IMAP
7818         * src/procmsg.c
7819                 Add a function that'll possibly be useful later
7820
7821 2006-02-06 [colin]      2.0.0cvs20
7822
7823         * src/addressbook.c
7824                 Use internal mime-type instead of text/plain for d'n'd
7825         * src/compose.c
7826                 Allow attaching files from mimeview's icon list via d'n'd
7827         * src/folderview.c
7828         * src/folderview.h
7829                 Use internal mime-type instead of text/plain for d'n'd
7830                 Don't try to selected opened folder if none is
7831                 Factorize d'n'd from other apps code
7832         * src/headerview.c
7833         * src/textview.c
7834         * src/gtk/gtkutils.c
7835         * src/gtk/gtkutils.h
7836                 Factorize Face/X-Face stuff
7837         * src/mimeview.c
7838                 Fix d'n'd to other apps
7839         * src/prefs_message.c
7840                 Let the XFace pref be usable without libcompface as it also
7841                 applies to Face
7842         * src/summaryview.c
7843                 Fix d'n'd to other apps
7844                 Factorize d'n'd from other apps code
7845
7846 2006-02-06 [wwp]        2.0.0cvs19
7847
7848         * po/it.po
7849                 Italian translation fixes by Andrea Spadaccini (no more confusion
7850                 between filtering and processing, and few changes in the About
7851                 dialog).
7852
7853
7854 2006-02-06 [mones]      2.0.0cvs18
7855
7856         * src/gtk/icon_legend.c
7857                 Improved descriptions allowing better translations
7858
7859 2006-02-05 [colin]      2.0.0cvs17
7860
7861         * src/imap.c
7862                 Add the f*cking missing expunge that caused imap_fetch_env
7863                 to fail after an add_msgs ! :-///
7864         * src/etpan/imap-thread.c
7865                 Add a bit of debug
7866         FOR_STABLE
7867
7868 2006-02-05 [colin]      2.0.0cvs16
7869
7870         * src/common/utils.c
7871                 Don't check for return-path (or we can't put
7872                 back non-sent mails)
7873
7874 2006-02-05 [colin]      2.0.0cvs15
7875
7876         * src/textview.c
7877                 Don't try to display Face header in textview
7878                 when teh headerview's active
7879
7880 2006-02-05 [colin]      2.0.0cvs14
7881
7882         * tools/tbird2syl.py
7883         * tools/Makefile.am
7884                 Add script to import Thunderbird mails
7885
7886 2006-02-05 [colin]      2.0.0cvs13
7887
7888         * src/headerview.c
7889         * src/procheader.c
7890         * src/procmsg.c
7891         * src/procmsg.h
7892         * src/textview.c
7893                 Show Face headers - patch partially by Klaus Flittner
7894
7895 2006-02-05 [colin]      2.0.0cvs12
7896
7897         * src/folderview.c
7898         * src/summaryview.c
7899         * src/common/utils.c
7900         * src/common/utils.h
7901                 Let dnd work from mime icons to summaryview
7902                 and to folderview too
7903                 Add a crude test to avoid trying to add files
7904                 drag'n'dropped when they're not mails
7905
7906 2006-02-04 [colin]      2.0.0cvs11
7907
7908         * src/summaryview.c
7909         * src/mimeview.c
7910                 Fix utf8 conversion
7911
7912 2006-02-04 [colin]      2.0.0cvs10
7913
7914         * src/compose.c
7915         * src/folderview.c
7916         * src/mimeview.c
7917         * src/summaryview.c
7918         * src/summaryview.h
7919                 Added various drag and drop capas:
7920                 From                    To
7921                 summaryview             other apps
7922                 mimeview icons          other apps
7923                 other apps              summaryview
7924                 other apps              folderview
7925
7926                 This shouldn't have broken the existing:
7927                 From                    To
7928                 summaryview             folderview
7929                 folderview              folderview
7930                 summaryview             compose's attachments
7931
7932         Tests welcomed.
7933
7934 2006-02-02 [paul]       2.0.0cvs9
7935
7936         * src/mainwindow.c
7937                 move global option 'Set displayed columns...' out
7938                 of folder option grouping.
7939                 fix sensitivity of 'harvest addresses'
7940         FOR_STABLE
7941
7942 2006-02-01 [colin]      2.0.0cvs8
7943
7944         * src/mimeview.c
7945                 Revert the alertpanel patch, it sucks (intrusive
7946                 and gets in the way of "open")
7947
7948 2006-02-01 [colin]      2.0.0cvs7
7949
7950         * src/compose.c
7951         * src/prefs_account.c
7952         * src/prefs_common.c
7953         * src/common/defs.h
7954         * src/common/utils.c
7955         * src/common/utils.h
7956                 Add ability to edit the signature file
7957                 from the account preferences, and use
7958                 a default for the text editor.
7959                 Patch by Fabien Vantard
7960
7961 2006-02-01 [colin]      2.0.0cvs6
7962
7963         * src/mimeview.c
7964                 Try to get mime type by extension if it is
7965                 application/octet-stream
7966                 Display a window with possible choices when
7967                 encountering unknown mime types
7968         * src/gtk/filesel.c
7969         * src/gtk/filesel.h
7970                 Add preview
7971                 Allow multiple selection in filtered filesel
7972                 (patch by Fabien Vantard)
7973         * src/gtk/pluginwindow.c
7974                 Use it (patch by Fabien Vantard)
7975
7976 2006-02-01 [paul]       2.0.0cvs5
7977
7978         * src/jpilot.c
7979                 fix crash on creating jpilot address book
7980                 Thanks to Colin - FOR_STABLE
7981         * src/prefs_summaries.c
7982         * src/prefs_wrapping.c
7983         * src/gtk/icon_legend.c
7984         * src/gtk/quicksearch.c
7985                 string fixes and additions
7986
7987 2006-02-01 [paul]       2.0.0cvs4
7988
7989         * src/compose.c
7990         * src/mainwindow.c
7991         * src/messageview.c
7992         * src/prefs_send.c
7993                 add Arabic encoding option
7994                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
7995
7996 2006-01-31 [colin]      2.0.0cvs3
7997
7998         * src/plugins/pgpcore/passphrase.c
7999                 Convert passphrase to locale encoding
8000         * src/compose.c
8001                 Fix drafting on IMAP. Crappy bug sneaked in
8002                 the release :-/
8003         FOR_STABLE
8004
8005 2006-01-30 [paul]       2.0.0cvs2
8006
8007         * src/gtk/icon_legend.c
8008                 show the new entries
8009
8010 2006-01-30 [colin]      2.0.0cvs1
8011
8012         * src/manual.c
8013                 Check for the file to be present before 
8014                 enabling the menu - FOR_STABLE
8015         * src/gtk/icon_legend.c
8016                 Add folders icons (not all of them, there
8017                 are too much, but the most intriguing ones)
8018
8019 2006-01-30 [paul]       2.0.0
8020
8021         version 2.0.0 released
8022
8023 2006-01-30 [paul]       1.9.100cvs200
8024
8025         * manual/faq.xml
8026         * manual/gpl.xml
8027         * manual/intro.xml
8028         * manual/starting.xml
8029         * manual/sylpheed-claws-manual.xml
8030                 fixes, additions
8031
8032 2006-01-29 [mones]      1.9.100cvs199
8033
8034         * manual/account.xml
8035         * manual/advanced.xml
8036         * manual/glossary.xml
8037                 Some typos fixed, added LDIF term to glossary
8038         * po/es.po
8039                 Fixed leading plus symbol
8040
8041 2006-01-29 [paul]       1.9.100cvs198
8042
8043         * po/fi.po
8044         * po/sk.po
8045                 updated by Tommi Pirinen and Andrej Kacian
8046
8047 2006-01-29 [paul]       1.9.100cvs197
8048
8049         * src/gtk/authors.h
8050                 remove duplicates
8051
8052 2006-01-29 [paul]       1.9.100cvs196
8053
8054         * AUTHORS
8055         * po/nl.po
8056         * src/gtk/authors.h
8057         * tools/claws.i18n.status.pl
8058                 nl translation updated by Tim Dijkstra
8059
8060 2006-01-29 [paul]       1.9.100cvs195
8061
8062         * po/sr.po
8063         * po/sv.po
8064                 updated by Aleksandar Urosevic and Anders Troback
8065
8066 2006-01-28 [colin]      1.9.100cvs194
8067
8068         * src/gtk/gtksourceprintjob.c
8069                 Don't fiddle with PangoLayout when we
8070                 have an image
8071
8072 2006-01-28 [paul]       1.9.100cvs193
8073
8074         * AUTHORS
8075         * po/el.po
8076         * po/zh_CN.po
8077         * src/gtk/authors.h
8078         * tools/claws.i18n.status.pl
8079                 updated translations submitted by Stavros Giannouris
8080                 and Ralgh Young
8081
8082 2006-01-27 [colin]      1.9.100cvs192
8083
8084         * src/summaryview.c
8085         * src/gtk/gtksourceprintjob.c
8086                 Add image printing 
8087                 (libgnomeprint only, of course)
8088
8089 2006-01-27 [paul]       1.9.100cvs191
8090
8091         * po/fr.po
8092         * po/it.po
8093                 updated by Fabien Vantard and Andrea Spadaccini
8094
8095 2006-01-26 [colin]      1.9.100cvs190
8096
8097         * manual/Makefile.am
8098         * configure.ac
8099                 Make building the manual optional 
8100                 (--disable-manual)
8101
8102 2006-01-26 [paul]       1.9.100cvs189
8103
8104         * manual/glossary.xml
8105         * manual/plugins.xml
8106                 edited
8107         * po/en_GB.po
8108                 updated
8109
8110 2006-01-26 [paul]       1.9.100cvs188
8111
8112         * src/prefs_display_header.c
8113         * src/prefs_folder_column.c
8114         * src/prefs_msg_colors.c
8115         * src/prefs_summaries.c
8116         * src/prefs_summary_column.c
8117                 HIGify
8118
8119 2006-01-25 [colin]      1.9.100cvs187
8120
8121         * src/imap.c
8122                 Don't allow moving/copying mails between
8123                 queue/drafts and non-queue/drafts folders
8124                 Fixes bug #897 (message header is resetted 
8125                 if one is copied to Drafts)
8126
8127 2006-01-25 [colin]      1.9.100cvs186
8128
8129         * src/folder.c
8130         * src/mainwindow.c
8131                 Fix subscribed folders not found
8132         * src/compose.c
8133                 Don't try to encode as original mail's charset
8134                 if it's ascii 
8135
8136 2006-01-25 [paul]       1.9.100cvs185
8137
8138         * AUTHORS
8139         * po/Makevars
8140                 updated
8141         * po/de.po
8142         * po/pl.po
8143         * po/pt_BR.po
8144         * po/sr.po
8145                 updates submitted by Stephan Sachse, Emilian Nowak
8146                 and Quar, Frederico Goncalves Guimaraes, and
8147                 Aleksandar Urosevic
8148                 Fix Bug 896, 'PT_BR locale broken'.
8149         * src/gtk/authors.h
8150                 updated
8151
8152 2006-01-24 [mones]      1.9.100cvs184
8153
8154         * manual/glossary.xml
8155                 All current terms finished. Reviewers welcome ;-)
8156         * manual/keyboard.xml
8157                 Fixed column width for pdf output.
8158         * po/es.po
8159                 Updated
8160
8161 2006-01-24 [paul]       1.9.100cvs183
8162
8163         * manual/glossary.xml
8164                 fix id name
8165         * manual/dist/html/Makefile.am
8166         * manual/dist/pdf/Makefile.am
8167         * manual/dist/ps/Makefile.am
8168         * manual/dist/txt/Makefile.am
8169                 fix make deps
8170                 Thanks to Colin
8171
8172 2006-01-24 [mones]      1.9.100cvs182
8173
8174         * manual/glossary.xml
8175                 Nearly finished, some terms missing.
8176
8177 2006-01-23 [paul]       1.9.100cvs181
8178
8179         * manual/dist/html/Makefile.am
8180         * manual/dist/pdf/Makefile.am
8181         * manual/dist/ps/Makefile.am
8182         * manual/dist/txt/Makefile.am
8183         * src/mainwindow.c
8184                 re-enable manual
8185                 Thanks to Colin
8186
8187 2006-01-22 [colin]      1.9.100cvs180
8188
8189         * src/compose.c
8190         * src/gtk/gtkaspell.c
8191                 Don't deselect stuff before right-clicking, with aspell.
8192                 (This prevented right-click Copy, for example).
8193                 Thanks to Clo!
8194
8195 2006-01-22 [paul]       1.9.100cvs179
8196
8197         * src/summary_search.c
8198                 don't fix the widget size as it causes problems
8199                 under localisation.
8200                 Thanks to Emilian Nowak
8201
8202 2006-01-21 [paul]       1.9.100cvs178
8203
8204         * src/prefs_themes.c
8205                 fix broken underlining of label text
8206                 with some translations
8207
8208 2006-01-21 [colin]      1.9.100cvs177
8209
8210         * po/fr.po
8211                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8212
8213 2006-01-20 [colin]      1.9.100cvs176
8214
8215         * configure.ac
8216         * Makefile.am
8217         * manual/Makefile
8218         * manual/dist/html/.cvsignore
8219         * manual/dist/html/Makefile.am
8220         * manual/dist/pdf/.cvsignore
8221         * manual/dist/pdf/Makefile.am
8222         * manual/dist/ps/.cvsignore
8223         * manual/dist/ps/Makefile.am
8224         * manual/dist/txt/.cvsignore
8225         * manual/dist/txt/Makefile.am
8226                 Autotool-ize manual
8227
8228 2006-01-20 [paul]       1.9.100cvs175
8229
8230         * manual/handling.xml
8231                 make Filtering and Searching entries easier to find
8232         * manual/keyboard.xml
8233                 add the remaining default keybinds
8234         * src/prefs_summaries.c
8235                 update the default keybinds
8236
8237 2006-01-20 [paul]       1.9.100cvs174
8238
8239         * src/addressbook.c
8240         * src/addrgather.c
8241         * src/addrharvest.c
8242         * src/editaddress.c
8243         * src/editgroup.c
8244         * src/exphtmldlg.c
8245         * src/expldifdlg.c
8246         * src/exporthtml.c
8247         * src/exportldif.c
8248         * src/ldif.c
8249                 replace 'e-mail' with 'email'
8250         * src/summary_search.c
8251                 add mnemonic to "Find all" button
8252
8253 2006-01-20 [wwp]        1.9.100cvs173
8254
8255         * src/export.c
8256         * src/import.c
8257                 touched mbox import/export buttons for HIG-compliance
8258
8259 2006-01-19 [paul]       1.9.100cvs172
8260
8261         * manual/account.xml
8262         * manual/addrbook.xml
8263         * manual/advanced.xml
8264         * manual/faq.xml
8265         * manual/handling.xml
8266         * manual/intro.xml
8267         * manual/plugins.xml
8268         * manual/starting.xml
8269                 more editing
8270
8271 2006-01-19 [paul]       1.9.100cvs171
8272
8273         * src/toolbar.c
8274                 allow use of trash button while receiving
8275                 Thanks to Colin
8276
8277 2006-01-19 [wwp]        1.9.100cvs170
8278
8279         * src/gtk/quicksearch.c
8280         * src/compose.c
8281                 force text color to black when yellow background is set
8282
8283 2006-01-19 [colin]      1.9.100cvs169
8284
8285         * src/plugins/trayicon/trayicon.c
8286                 Gray out Get Mail when already getting mail
8287
8288 2006-01-18 [paul]       1.9.100cvs168
8289
8290         * src/compose.c
8291                 give widget yellow background was To is
8292                 set via folder prefs
8293         * src/gtk/quicksearch.c
8294                 give widget yellow background when quick
8295                 search is active.
8296                 Thanks to Colin
8297
8298 2006-01-18 [paul]       1.9.100cvs167
8299
8300         * doc/man/sylpheed-claws.1
8301                 add --subscribe option
8302
8303 2006-01-18 [paul]       1.9.100cvs166
8304
8305         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8306         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8307                 use %U instead of %F (%F is broken for user installed
8308                 files in kde 3.5)
8309
8310 2006-01-18 [colin]      1.9.100cvs165
8311
8312         * src/summaryview.c
8313                 Default to Yes in "No more * messages" dialogs
8314
8315 2006-01-17 [colin]      1.9.100cvs164
8316
8317         * src/compose.c
8318                 Possibly fix an invalid iterator causing
8319                 crash
8320
8321 2006-01-17 [colin]      1.9.100cvs163
8322
8323         * src/mimeview.c
8324                 Fix crash when the image disappears under the
8325                 image viewer
8326
8327 2006-01-16 [colin]      1.9.100cvs162
8328
8329         * src/compose.c
8330                 Fix reenabling autowrap
8331
8332 2006-01-16 [colin]      1.9.100cvs161
8333
8334         * src/compose.c
8335                 reset quote_len before getting quote_str
8336
8337 2006-01-16 [colin]      1.9.100cvs160
8338
8339         * src/account.c
8340         * src/account.h
8341         * src/folder.c
8342         * src/imap_gtk.c
8343         * src/mh_gtk.c
8344                 Fix bug #883 (default inbox does not track folder move)
8345
8346 2006-01-16 [colin]      1.9.100cvs159
8347
8348         * src/compose.c
8349         * src/plugins/pgpcore/passphrase.c
8350                 More buttons fixes
8351
8352 2006-01-16 [paul]       1.9.100cvs158
8353
8354         * src/prefs_actions.c
8355         * src/prefs_filtering_action.c
8356         * src/prefs_matcher.c
8357         * src/quote_fmt.c
8358         * src/gtk/description_window.c
8359         * src/gtk/description_window.h
8360         * src/gtk/quicksearch.c
8361                 description window cleanups
8362
8363 2006-01-15 [colin]      1.9.100cvs157
8364
8365         * src/addressbook.c
8366         * src/prefs_filtering.c
8367                 Same here
8368
8369 2006-01-15 [colin]      1.9.100cvs156
8370
8371         * src/folderview.c
8372         * src/mainwindow.c
8373                 Same for "Empty trash"
8374
8375 2006-01-15 [colin]      1.9.100cvs155
8376
8377         * src/inc.c
8378                 Override offline dialog had Yes by default
8379
8380 2006-01-15 [colin]      1.9.100cvs154
8381
8382         * src/summaryview.c
8383                 Delete selected messages? previously had Yes the default
8384
8385 2006-01-15 [colin]      1.9.100cvs153
8386
8387         * src/folder.c
8388         * src/folder.h
8389         * src/main.c
8390                 Check if a mailbox is loaded after all
8391                 plugins are loaded.
8392
8393 2006-01-15 [colin]      1.9.100cvs152
8394
8395         * src/folder.c
8396                 Don't start wizard when there are unloaded folders (will help
8397                 people with only mbox or maildir mailboxes)
8398
8399 2006-01-14 [colin]      1.9.100cvs151
8400
8401         * src/addressbook.c
8402         * src/expldifdlg.c
8403         * src/importldif.c
8404         * src/importmutt.c
8405         * src/importpine.c
8406         * src/mh_gtk.c
8407                 More HIG compliance and fixes
8408
8409 2006-01-14 [colin]      1.9.100cvs150
8410
8411         * src/prefs_filtering_action.c
8412         * src/foldersel.c
8413                 Two forgotten button order changes
8414
8415 2006-01-14 [colin]      1.9.100cvs149
8416
8417         * src/account.c
8418         * src/addressbook.c
8419         * src/compose.c
8420         * src/folderview.c
8421         * src/imap_gtk.c
8422         * src/mainwindow.c
8423         * src/mh_gtk.c
8424         * src/news_gtk.c
8425         * src/prefs_actions.c
8426         * src/prefs_customheader.c
8427         * src/prefs_filtering.c
8428         * src/prefs_matcher.c
8429         * src/prefs_template.c
8430         * src/ssl_manager.c
8431         * src/summaryview.c
8432         * src/textview.c
8433         * src/toolbar.c
8434                 All deletion confirmations are now "Cancel, Delete" 
8435                 instead of "No, Yes"
8436                 Clarified most of the other "No, Yes" to 
8437                 "Cancel, Descriptive_action"
8438                 Rechanged the "Entry not saved" alerts to have 
8439                 "Close, Continue editing"
8440
8441
8442 2006-01-14 [paul]
8443
8444         * 2.0.0-rc4 released
8445
8446 2006-01-14 [paul]       1.9.100cvs148
8447
8448         * src/account.c
8449         * src/addressadd.c
8450         * src/addressbook.c
8451         * src/compose.c
8452         * src/editaddress.c
8453         * src/editbook.c
8454         * src/editgroup.c
8455         * src/editjpilot.c
8456         * src/editldap.c
8457         * src/editvcard.c
8458         * src/exphtmldlg.c
8459         * src/expldifdlg.c
8460         * src/folderview.c
8461         * src/grouplistdialog.c
8462         * src/imap_gtk.c
8463         * src/importmutt.c
8464         * src/importpine.c
8465         * src/inc.c
8466         * src/main.c
8467         * src/mainwindow.c
8468         * src/message_search.c
8469         * src/messageview.c
8470         * src/mh_gtk.c
8471         * src/mimeview.c
8472         * src/news_gtk.c
8473         * src/prefs_actions.c
8474         * src/prefs_customheader.c
8475         * src/prefs_filtering.c
8476         * src/prefs_matcher.c
8477         * src/prefs_template.c
8478         * src/prefs_themes.c
8479         * src/ssl_manager.c
8480         * src/summary_search.c
8481         * src/summaryview.c
8482         * src/textview.c
8483         * src/toolbar.c
8484         * src/gtk/foldersort.c
8485         * src/gtk/gtkaspell.c
8486         * src/gtk/inputdialog.c
8487         * src/gtk/prefswindow.c
8488         * src/plugins/pgpcore/select-keys.c
8489         * src/plugins/trayicon/trayicon.c
8490                 HIG compliant button order
8491
8492 2006-01-14 [mones]      1.9.100cvs147
8493
8494         * po/es.po
8495                 Updated translation
8496
8497 2006-01-13 [paul]       1.9.100cvs146
8498
8499         * AUTHORS
8500         * ChangeLog
8501         * src/gtk/authors.h
8502                 add Joshua M. Kwan to contributors list
8503
8504 2006-01-13 [colin]      1.9.100cvs145
8505
8506         * src/gtk/quicksearch.c
8507                 Don't refocus quick search after executing (Esc or Enter)
8508                 Allows to '/'search something then move up/down in 
8509                 summaryview, and to Esc a search and be back in the 
8510                 summaryview
8511
8512 2006-01-13 [paul]       1.9.100cvs144
8513
8514         * src/plugins/pgpinline/pgpinline.c
8515                 support Content-Type 'application/pgp'
8516                 patch by Joshua M. Kwan <joshuak@users.sf.net>
8517
8518 2006-01-13 [paul]       1.9.100cvs143
8519
8520         * manual/account.xml
8521                 make mention of partial retrieval
8522                 thanks to Colin
8523
8524 2006-01-13 [paul]       1.9.100cvs142
8525
8526         * src/account.c
8527         * src/account.h
8528         * src/action.c
8529         * src/action.h
8530         * src/adbookbase.h
8531         * src/addr_compl.c
8532         * src/addr_compl.h
8533         * src/addrbook.c
8534         * src/addrcache.c
8535         * src/addrcache.h
8536         * src/addrcindex.c
8537         * src/addrcindex.h
8538         * src/addrclip.c
8539         * src/addrclip.h
8540         * src/addrdefs.h
8541         * src/addressadd.c
8542         * src/addressadd.h
8543         * src/addressbook.c
8544         * src/addressbook.h
8545         * src/addrgather.c
8546         * src/addrgather.h
8547         * src/addrharvest.c
8548         * src/addrharvest.h
8549         * src/addrindex.c
8550         * src/addrindex.h
8551         * src/addritem.c
8552         * src/addritem.h
8553         * src/addrquery.c
8554         * src/addrquery.h
8555         * src/addrselect.c
8556         * src/addrselect.h
8557         * src/alertpanel.c
8558         * src/alertpanel.h
8559         * src/browseldap.c
8560         * src/browseldap.h
8561         * src/codeconv.c
8562         * src/codeconv.h
8563         * src/compose.c
8564         * src/compose.h
8565         * src/customheader.c
8566         * src/customheader.h
8567         * src/displayheader.c
8568         * src/displayheader.h
8569         * src/editaddress.c
8570         * src/editaddress.h
8571         * src/editbook.c
8572         * src/editbook.h
8573         * src/editgroup.c
8574         * src/editgroup.h
8575         * src/editjpilot.c
8576         * src/editjpilot.h
8577         * src/editldap.c
8578         * src/editldap.h
8579         * src/editldap_basedn.c
8580         * src/editldap_basedn.h
8581         * src/editvcard.c
8582         * src/editvcard.h
8583         * src/exphtmldlg.c
8584         * src/exphtmldlg.h
8585         * src/expldifdlg.c
8586         * src/expldifdlg.h
8587         * src/export.h
8588         * src/exporthtml.c
8589         * src/exporthtml.h
8590         * src/exportldif.c
8591         * src/exportldif.h
8592         * src/filtering.c
8593         * src/filtering.h
8594         * src/folder.c
8595         * src/folder.h
8596         * src/folder_item_prefs.c
8597         * src/folder_item_prefs.h
8598         * src/foldersel.c
8599         * src/foldersel.h
8600         * src/folderutils.c
8601         * src/folderutils.h
8602         * src/folderview.c
8603         * src/folderview.h
8604         * src/grouplistdialog.c
8605         * src/grouplistdialog.h
8606         * src/headerview.c
8607         * src/html.c
8608         * src/html.h
8609         * src/image_viewer.c
8610         * src/image_viewer.h
8611         * src/imap.c
8612         * src/imap.h
8613         * src/imap_gtk.c
8614         * src/imap_gtk.h
8615         * src/import.h
8616         * src/importldif.c
8617         * src/importldif.h
8618         * src/importmutt.c
8619         * src/importmutt.h
8620         * src/importpine.c
8621         * src/importpine.h
8622         * src/inc.c
8623         * src/inc.h
8624         * src/jpilot.c
8625         * src/jpilot.h
8626         * src/ldapctrl.c
8627         * src/ldapctrl.h
8628         * src/ldaplocate.c
8629         * src/ldaplocate.h
8630         * src/ldapquery.c
8631         * src/ldapquery.h
8632         * src/ldapserver.c
8633         * src/ldapserver.h
8634         * src/ldaputil.c
8635         * src/ldaputil.h
8636         * src/ldif.c
8637         * src/ldif.h
8638         * src/main.c
8639         * src/main.h
8640         * src/mainwindow.c
8641         * src/mainwindow.h
8642         * src/manual.c
8643         * src/manual.h
8644         * src/mbox.c
8645         * src/mbox.h
8646         * src/message_search.c
8647         * src/message_search.h
8648         * src/messageview.c
8649         * src/messageview.h
8650         * src/mh.c
8651         * src/mh.h
8652         * src/mh_gtk.c
8653         * src/mh_gtk.h
8654         * src/mimeview.c
8655         * src/mimeview.h
8656         * src/msgcache.c
8657         * src/msgcache.h
8658         * src/mutt.c
8659         * src/mutt.h
8660         * src/news.c
8661         * src/news.h
8662         * src/news_gtk.c
8663         * src/news_gtk.h
8664         * src/partial_download.c
8665         * src/partial_download.h
8666         * src/pine.c
8667         * src/pine.h
8668         * src/pop.c
8669         * src/pop.h
8670         * src/prefs_account.c
8671         * src/prefs_account.h
8672         * src/prefs_actions.c
8673         * src/prefs_actions.h
8674         * src/prefs_common.c
8675         * src/prefs_common.h
8676         * src/prefs_compose_writing.c
8677         * src/prefs_compose_writing.h
8678         * src/prefs_customheader.c
8679         * src/prefs_customheader.h
8680         * src/prefs_display_header.c
8681         * src/prefs_display_header.h
8682         * src/prefs_filtering.c
8683         * src/prefs_filtering.h
8684         * src/prefs_filtering_action.c
8685         * src/prefs_filtering_action.h
8686         * src/prefs_folder_column.c
8687         * src/prefs_folder_column.h
8688         * src/prefs_folder_item.c
8689         * src/prefs_folder_item.h
8690         * src/prefs_fonts.c
8691         * src/prefs_fonts.h
8692         * src/prefs_gtk.c
8693         * src/prefs_gtk.h
8694         * src/prefs_image_viewer.c
8695         * src/prefs_image_viewer.h
8696         * src/prefs_matcher.c
8697         * src/prefs_matcher.h
8698         * src/prefs_message.c
8699         * src/prefs_msg_colors.c
8700         * src/prefs_msg_colors.h
8701         * src/prefs_other.c
8702         * src/prefs_quote.c
8703         * src/prefs_receive.c
8704         * src/prefs_send.c
8705         * src/prefs_spelling.c
8706         * src/prefs_spelling.h
8707         * src/prefs_summaries.c
8708         * src/prefs_summaries.h
8709         * src/prefs_summary_column.c
8710         * src/prefs_summary_column.h
8711         * src/prefs_template.c
8712         * src/prefs_template.h
8713         * src/prefs_themes.c
8714         * src/prefs_themes.h
8715         * src/prefs_toolbar.c
8716         * src/prefs_toolbar.h
8717         * src/prefs_wrapping.c
8718         * src/prefs_wrapping.h
8719         * src/privacy.c
8720         * src/privacy.h
8721         * src/procheader.c
8722         * src/procheader.h
8723         * src/procmime.c
8724         * src/procmime.h
8725         * src/procmsg.c
8726         * src/procmsg.h
8727         * src/quote_fmt.c
8728         * src/quote_fmt_parse.y
8729         * src/recv.c
8730         * src/recv.h
8731         * src/remotefolder.c
8732         * src/remotefolder.h
8733         * src/send_message.c
8734         * src/send_message.h
8735         * src/setup.c
8736         * src/setup.h
8737         * src/sourcewindow.c
8738         * src/sourcewindow.h
8739         * src/ssl_manager.c
8740         * src/ssl_manager.h
8741         * src/statusbar.c
8742         * src/statusbar.h
8743         * src/stock_pixmap.c
8744         * src/stock_pixmap.h
8745         * src/summary_search.c
8746         * src/summary_search.h
8747         * src/summaryview.c
8748         * src/summaryview.h
8749         * src/syldap.c
8750         * src/syldap.h
8751         * src/textview.c
8752         * src/textview.h
8753         * src/toolbar.c
8754         * src/toolbar.h
8755         * src/undo.c
8756         * src/undo.h
8757         * src/unmime.c
8758         * src/unmime.h
8759         * src/vcard.c
8760         * src/vcard.h
8761         * src/wizard.c
8762         * src/wizard.h
8763         * src/common/base64.c
8764         * src/common/base64.h
8765         * src/common/defs.h
8766         * src/common/hooks.c
8767         * src/common/hooks.h
8768         * src/common/log.c
8769         * src/common/log.h
8770         * src/common/mgutils.c
8771         * src/common/mgutils.h
8772         * src/common/nntp.c
8773         * src/common/nntp.h
8774         * src/common/passcrypt.c
8775         * src/common/passcrypt.h.in
8776         * src/common/plugin.c
8777         * src/common/plugin.h
8778         * src/common/prefs.c
8779         * src/common/prefs.h
8780         * src/common/progressindicator.c
8781         * src/common/progressindicator.h
8782         * src/common/quoted-printable.c
8783         * src/common/quoted-printable.h
8784         * src/common/session.c
8785         * src/common/session.h
8786         * src/common/smtp.c
8787         * src/common/smtp.h
8788         * src/common/socket.c
8789         * src/common/socket.h
8790         * src/common/ssl.c
8791         * src/common/ssl.h
8792         * src/common/ssl_certificate.c
8793         * src/common/ssl_certificate.h
8794         * src/common/stringtable.c
8795         * src/common/stringtable.h
8796         * src/common/sylpheed.c
8797         * src/common/sylpheed.h
8798         * src/common/template.c
8799         * src/common/template.h
8800         * src/common/timing.h
8801         * src/common/utils.c
8802         * src/common/utils.h
8803         * src/common/version.h.in
8804         * src/common/xml.c
8805         * src/common/xml.h
8806         * src/common/xmlprops.c
8807         * src/common/xmlprops.h
8808         * src/gtk/colorlabel.c
8809         * src/gtk/colorsel.c
8810         * src/gtk/colorsel.h
8811         * src/gtk/description_window.c
8812         * src/gtk/description_window.h
8813         * src/gtk/filesel.c
8814         * src/gtk/filesel.h
8815         * src/gtk/foldersort.c
8816         * src/gtk/foldersort.h
8817         * src/gtk/gtkutils.c
8818         * src/gtk/gtkutils.h
8819         * src/gtk/inputdialog.c
8820         * src/gtk/inputdialog.h
8821         * src/gtk/logwindow.c
8822         * src/gtk/logwindow.h
8823         * src/gtk/manage_window.c
8824         * src/gtk/manage_window.h
8825         * src/gtk/menu.c
8826         * src/gtk/menu.h
8827         * src/gtk/pluginwindow.c
8828         * src/gtk/pluginwindow.h
8829         * src/gtk/prefswindow.c
8830         * src/gtk/prefswindow.h
8831         * src/gtk/progressdialog.c
8832         * src/gtk/progressdialog.h
8833         * src/gtk/sslcertwindow.c
8834         * src/gtk/sslcertwindow.h
8835         * src/plugins/clamav/clamav_plugin.c
8836         * src/plugins/clamav/clamav_plugin.h
8837         * src/plugins/clamav/clamav_plugin_gtk.c
8838         * src/plugins/demo/demo.c
8839         * src/plugins/dillo_viewer/dillo_prefs.c
8840         * src/plugins/dillo_viewer/dillo_prefs.h
8841         * src/plugins/dillo_viewer/dillo_viewer.c
8842         * src/plugins/pgpcore/passphrase.c
8843         * src/plugins/pgpcore/passphrase.h
8844         * src/plugins/pgpcore/plugin.c
8845         * src/plugins/pgpcore/select-keys.c
8846         * src/plugins/pgpcore/select-keys.h
8847         * src/plugins/pgpcore/sgpgme.c
8848         * src/plugins/pgpcore/sgpgme.h
8849         * src/plugins/pgpinline/pgpinline.c
8850         * src/plugins/pgpinline/pgpinline.h
8851         * src/plugins/pgpinline/plugin.c
8852         * src/plugins/pgpmime/pgpmime.c
8853         * src/plugins/pgpmime/pgpmime.h
8854         * src/plugins/pgpmime/plugin.c
8855         * src/plugins/spamassassin/spamassassin.c
8856         * src/plugins/spamassassin/spamassassin.h
8857         * src/plugins/spamassassin/spamassassin_gtk.c
8858         * src/plugins/trayicon/trayicon.c
8859                 update copyright header
8860
8861 2006-01-13 [paul]       1.9.100cvs141
8862
8863         * src/account.c
8864         * src/export.c
8865         * src/import.c
8866         * src/mainwindow.c
8867         * src/prefs_account.c
8868         * src/prefs_display_header.c
8869         * src/prefs_receive.c
8870         * src/prefs_send.c
8871         * src/prefs_summaries.c
8872         * src/prefs_themes.c
8873         * src/prefs_toolbar.c
8874         * src/gtk/about.c
8875                 various cleanups
8876
8877 2006-01-12 [colin]      1.9.100cvs140
8878
8879         * src/folder.c
8880         * src/folder.h
8881         * src/main.c
8882                 Add --subscribe option
8883                 Let sylpheed-claws email@domain.com equivalent to --compose
8884                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
8885
8886 2006-01-12 [paul]       1.9.100cvs139
8887
8888         * src/mainwindow.c
8889                 append 'Change folder order' label with '...'
8890         * src/prefs_actions.c
8891                 allow reordering of actions list by dnd
8892         * src/gtk/foldersort.c
8893                 make the dialog nicer
8894
8895 2006-01-11 [colin]      1.9.100cvs138
8896
8897         * src/compose.c
8898                 Allow templates without text
8899
8900 2006-01-11 [paul]       1.9.100cvs137
8901
8902         * tools/README
8903         * tools/filter_conv_new.pl
8904                 add info to README
8905                 also check .sylpheed for filter.xml
8906                 be a bit informative to the user
8907
8908 2006-01-11 [colin]      1.9.100cvs136
8909
8910         * src/textview.c
8911                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
8912
8913 2006-01-10 [paul]       1.9.100cvs135
8914
8915         * tools/Makefile.am
8916         * tools/filter_conv_new.pl
8917                 add script to convert new style Sylpheed
8918                 filter rules (Sylpheed >= 0.9.99) to
8919                 Claws filtering rules
8920
8921 2006-01-10 [colin]      1.9.100cvs134
8922
8923         * src/compose.c
8924                 Fix broken line joins in certain conditions
8925                 (between two quoted lines: <enter><enter><up>
8926                  <type a wrapped sentence><go in the first line>
8927                  <insert more text><watch as line joining failed>)
8928
8929 2006-01-10 [paul]       1.9.100cvs133
8930
8931         * src/compose.c
8932                 don't report success in error dialog
8933                 thanks to Colin
8934         * src/common/utils.c
8935                 include some trailing punctuations as URI
8936                 thanks to Hiro
8937
8938 2006-01-10 [paul]       1.9.100cvs132
8939
8940         * src/mimeview.c
8941                 fix incompatible pointer type
8942                 warning
8943
8944 2006-01-10 [paul]       1.9.100cvs131
8945
8946         * src/compose.c
8947                 change Subject in window title
8948                 instantaneously
8949
8950 2006-01-09 [colin]      1.9.100cvs130
8951
8952         * src/addressbook.c
8953         * src/headerview.c
8954         * src/mainwindow.c
8955         * src/messageview.c
8956         * src/mimeview.c
8957         * src/noticeview.c
8958         * src/summaryview.c
8959                 Fix possible crashes on exit and in addressbook
8960
8961 2006-01-09 [paul]       1.9.100cvs129
8962
8963         * src/prefs_msg_colors.c
8964                 some cleanups that I forgot last time
8965
8966 2006-01-09 [paul]       1.9.100cvs128
8967
8968         * README
8969         * src/folderview.c
8970         * src/prefs_msg_colors.c
8971                 add previously hidden option, color_new, to
8972                 the gui
8973                 move the page to Display/
8974                 rework the gui
8975
8976 2006-01-09 [wwp]        1.9.100cvs127
8977
8978         * src/prefs_themes.c
8979                 made the prefs/display/themes layouts spacing less condensed
8980                 (and so they match other prefs/pages' look).
8981
8982 2006-01-09 [paul]       1.9.100cvs126
8983
8984         * src/compose.c
8985         * src/prefs_common.c
8986         * src/prefs_common.h
8987         * src/prefs_wrapping.c
8988                 remove 'wrap at send' option
8989
8990 2006-01-06 [colin]      1.9.100cvs125
8991
8992         * src/compose.c
8993                 Just make completely sure we don't insert "manual line breaks" 
8994                 when wrapping... 
8995
8996 2006-01-04 [paul]
8997
8998         * 2.0.0-rc3 released
8999
9000 2006-01-04 [paul]       1.9.100cvs124
9001
9002         * src/folderview.c
9003                 fix bug 882, 'quick scroll in folder list
9004                 displays wrong folder contents'
9005
9006 2006-01-04 [paul]       1.9.100cvs123
9007
9008         * src/plugins/pgpmime/pgpmime.c
9009                 better debug information when signing
9010                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9011
9012 2006-01-03 [colin]      1.9.100cvs122
9013
9014         * configure.ac
9015                 We need to recheck for gpgme 1.0.0 after checking
9016                 for 1.1.1, because if 1.1.1 isn't available, 
9017                 GPGME_LIBS and friends are blanked out by the 
9018                 second check.
9019
9020 2006-01-03 [colin]      1.9.100cvs121
9021
9022         * src/common/prefs.c
9023                 Windows unlink-before rename fix
9024         * src/plugins/pgpcore/sgpgme.c
9025                 Add support for PKA info if available
9026                 Both patches by Werner Koch
9027
9028 2006-01-03 [paul]       1.9.100cvs120
9029
9030         * src/messageview.c
9031                 fix bug 884, 'Send receipt' button visible in queue
9032                 Thanks to Colin
9033
9034 2006-01-02 [colin]      1.9.100cvs119
9035
9036         * src/compose.c
9037         * src/imap.c
9038                 Fix autosave on IMAP and more generally try to
9039                 return the correct ID on a newly added IMAP message
9040
9041 2006-01-02 [paul]       1.9.100cvs118
9042
9043         * manual/keyboard.xml
9044                 edited
9045
9046 2006-01-01 [paul]       1.9.100cvs117
9047
9048         * src/gtk/authors.h
9049                 alphabetical order
9050
9051 2005-12-30 [colin]      1.9.100cvs116
9052
9053         * manual/advanced.xml
9054                 Explain Pre/Post-processing differences.
9055
9056 2005-12-30 [colin]      1.9.100cvs115
9057
9058         * src/mh.c
9059                 Implement copy_msgs for a little optimization
9060         * src/imap.c
9061                 Finish yesterday's fix
9062
9063 2005-12-29 [colin]      1.9.100cvs114
9064
9065         * src/imap.c
9066                 Fix occasional failure in fetching a mail over
9067                 IMAP
9068
9069 2005-12-29 [colin]      1.9.100cvs113
9070
9071         * src/compose.c
9072                 Don't remove a draft when sending it, if it is 
9073                 locked.
9074
9075 2005-12-28 [colin]      1.9.100cvs112
9076
9077         * src/summaryview.c
9078                 Fix leak for real
9079
9080 2005-12-28 [wwp]        1.9.100cvs111
9081
9082         * doc/faq/.cvsignore
9083         * doc/faq/de/.cvsignore
9084         * doc/faq/en/.cvsignore
9085         * doc/faq/es/.cvsignore
9086         * doc/faq/fr/.cvsignore
9087         * doc/faq/it/.cvsignore
9088         * doc/manual/.cvsignore
9089         * doc/manual/de/.cvsignore
9090         * doc/manual/en/.cvsignore
9091         * doc/manual/es/.cvsignore
9092         * doc/manual/fr/.cvsignore
9093         * doc/manual/ja/.cvsignore
9094         * src/plugins/mathml_viewer/.cvsignore
9095                 rollback revival of those files (my bad, sorry for the noise).
9096
9097 2005-12-28 [wwp]        1.9.100cvs110
9098
9099         * src/compose.c
9100                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9101
9102 2005-12-28 [wwp]        1.9.100cvs109
9103
9104         * doc/faq/.cvsignore
9105         * doc/faq/de/.cvsignore
9106         * doc/faq/en/.cvsignore
9107         * doc/faq/es/.cvsignore
9108         * doc/faq/fr/.cvsignore
9109         * doc/faq/it/.cvsignore
9110         * doc/manual/.cvsignore
9111         * doc/manual/de/.cvsignore
9112         * doc/manual/en/.cvsignore
9113         * doc/manual/es/.cvsignore
9114         * doc/manual/fr/.cvsignore
9115         * doc/manual/ja/.cvsignore
9116         * src/plugins/mathml_viewer/.cvsignore
9117         * po/.cvsignore
9118                 more files to ignore.
9119
9120 2005-12-24 [colin]      1.9.100cvs108
9121
9122         * AUTHORS
9123         * src/gtk/authors.h
9124                 Update for Werner
9125
9126 2005-12-24 [colin]      1.9.100cvs107
9127
9128         * src/procmsg.c
9129                 Allow NULL src_msginfo in 
9130                 procmsg_msginfo_new_from_mimeinfo
9131
9132 2005-12-23 [paul]       1.9.100cvs106
9133
9134         * src/plugins/pgpinline/mypgpcore.def
9135                 add this forgotten file
9136
9137 2005-12-23 [colin]      1.9.100cvs105
9138
9139         * src/mainwindow.c
9140                 Fix missing break
9141
9142 2005-12-23 [colin]      1.9.100cvs104
9143
9144         * autogen.sh
9145         * src/folder.c
9146         * src/mh.c
9147         * src/common/plugin.c
9148         * src/common/socket.c
9149         * src/common/socket.h
9150         * src/common/utils.c
9151         * src/common/utils.h
9152         * src/gtk/pluginwindow.c
9153         * src/plugins/pgpcore/plugin.def
9154         * src/plugins/pgpcore/sylpheed.def
9155         * src/plugins/pgpinline/Makefile.am
9156         * src/plugins/pgpinline/plugin.def
9157         * src/plugins/pgpinline/sylpheed.def
9158         * src/plugins/pgpmime/plugin.def
9159         * src/plugins/pgpmime/sylpheed.def
9160                 Various w32 fixes by Werner Koch
9161
9162 2005-12-22 [paul]       1.9.100cvs103
9163
9164         * src/wizard.c
9165                 don't offer IMAP as 'server type' if
9166                 libetpan isn't built in
9167
9168 2005-12-22 [paul]       1.9.100cvs102
9169
9170         * AUTHORS
9171         * src/mainwindow.c
9172         * src/mainwindow.h
9173         * src/toolbar.c
9174         * src/gtk/authors.h
9175                 support GTK_TOOLBAR_BOTH_HORIZ (text
9176                 next to icon) Patch by Marien Zwart
9177                 marienz@users.sf.net
9178                 Also reword the text
9179
9180 2005-12-21 [colin]      1.9.100cvs101
9181
9182         * configure.ac
9183                 Fix DATADIRNAME
9184         * COPYING
9185                 Fix missing section and explicit the exception better
9186         * src/compose.c
9187                 Prevent mail from being lost without notice when an
9188                 SMTP error happens on trying to send an unmodified
9189                 drafted mail.
9190         * src/send_message.c
9191         * src/common/smtp.c
9192                 Fix password remembering when wrong, and add return
9193                 value checks where they should have been
9194         * src/plugins/pgpcore/sylpheed.def
9195         * src/plugins/pgpinline/sylpheed.def
9196         * src/plugins/pgpmime/sylpheed.def
9197                 Add a few symbols needed
9198
9199 2005-12-21 [paul]       1.9.100cvs100
9200
9201         * m4/codeset.m4
9202         * m4/glibc21.m4
9203         * m4/intdiv0.m4
9204         * m4/inttypes-pri.m4
9205         * m4/inttypes.m4
9206         * m4/inttypes_h.m4
9207         * m4/isc-posix.m4
9208         * m4/lcmessage.m4
9209         * m4/stdint_h.m4
9210         * m4/uintmax_t.m4
9211                 gettextization
9212                 thanks to Colin
9213
9214 2005-12-21 [paul]       1.9.100cvs99
9215
9216         * po/sv.po
9217                 fixed by Colin
9218
9219 2005-12-20 [paul]       1.9.100cvs98
9220
9221         * po/sv.po
9222                 updated by Anders Trobäck
9223
9224 2005-12-20 [colin]      1.9.100cvs97
9225
9226         * ABOUT-NLS
9227         * Makefile.am
9228         * autogen.sh
9229         * configure.ac
9230         * config/config.rpath
9231         * config/mkinstalldirs
9232         * m4/Makefile.am
9233         * m4/glibc2.m4
9234         * m4/gnupg.m4
9235         * m4/gpgme.m4
9236         * m4/intmax.m4
9237         * m4/longdouble.m4
9238         * m4/longlong.m4
9239         * m4/printf-posix.m4
9240         * m4/signed.m4
9241         * m4/size_max.m4
9242         * m4/ulonglong.m4
9243         * m4/wchar_t.m4
9244         * m4/wint_t.m4
9245         * m4/xsize.m4
9246         * po/Makefile.in.in
9247         * po/Makevars
9248         * po/bg.po
9249         * po/ca.po
9250         * po/cs.po
9251         * po/de.po
9252         * po/el.po
9253         * po/en_GB.po
9254         * po/es.po
9255         * po/fi.po
9256         * po/fr.po
9257         * po/hr.po
9258         * po/hu.po
9259         * po/it.po
9260         * po/ja.po
9261         * po/ko.po
9262         * po/nb.po
9263         * po/nl.po
9264         * po/pl.po
9265         * po/pt_BR.po
9266         * po/ru.po
9267         * po/sk.po
9268         * po/sr.po
9269         * po/stamp-po
9270         * po/sv.po
9271         * po/zh_CN.po
9272         * po/zh_TW.po
9273         * src/Makefile.am
9274         * src/codeconv.c
9275         * src/compose.c
9276         * src/exporthtml.c
9277         * src/exportldif.c
9278         * src/folder.c
9279         * src/main.c
9280         * src/manual.c
9281         * src/mh.c
9282         * src/mimeview.c
9283         * src/send_message.c
9284         * src/common/Makefile.am
9285         * src/common/fnmatch.c
9286         * src/common/fnmatch.h
9287         * src/common/fnmatch_loop.c
9288         * src/common/nntp.c
9289         * src/common/plugin.c
9290         * src/common/smtp.c
9291         * src/common/socket.c
9292         * src/common/string_match.c
9293         * src/common/sylpheed.c
9294         * src/common/utils.c
9295         * src/common/utils.h
9296         * src/common/w32_dirent.c
9297         * src/common/w32_reg.c
9298         * src/common/w32_signal.c
9299         * src/common/w32_stat.c
9300         * src/common/w32_stdio.c
9301         * src/common/w32_stdlib.c
9302         * src/common/w32_string.c
9303         * src/common/w32_time.c
9304         * src/common/w32_unistd.c
9305         * src/common/w32_wait.c
9306         * src/common/w32lib.h
9307         * src/etpan/Makefile.am
9308         * src/gtk/Makefile.am
9309         * src/plugins/clamav/Makefile.am
9310         * src/plugins/demo/Makefile.am
9311         * src/plugins/dillo_viewer/Makefile.am
9312         * src/plugins/pgpcore/Makefile.am
9313         * src/plugins/pgpcore/passphrase.c
9314         * src/plugins/pgpcore/plugin.def
9315         * src/plugins/pgpcore/sgpgme.c
9316         * src/plugins/pgpcore/sylpheed.def
9317         * src/plugins/pgpcore/version.rc
9318         * src/plugins/pgpinline/Makefile.am
9319         * src/plugins/pgpinline/plugin.def
9320         * src/plugins/pgpinline/sylpheed.def
9321         * src/plugins/pgpinline/version.rc
9322         * src/plugins/pgpmime/Makefile.am
9323         * src/plugins/pgpmime/mypgpcore.def
9324         * src/plugins/pgpmime/plugin.def
9325         * src/plugins/pgpmime/sylpheed.def
9326         * src/plugins/pgpmime/version.rc
9327         * src/plugins/spamassassin/Makefile.am
9328                 Very little ;-) patch from Werner Koch, providing
9329                 infrastructure for cross-compiling to Win32
9330
9331 2005-12-20 [paul]       1.9.100cvs96
9332
9333         * src/account.c
9334         * src/account.h
9335         * src/mainwindow.c
9336         * src/mainwindow.h
9337         * src/toolbar.c
9338         * src/toolbar.h
9339                 add a combo to the Get All button, allowing
9340                 quick retrieval from any account
9341                 Patch by Fabien Vantard, slightly modified
9342                 by Colin
9343         * src/gtk/about.c
9344                 i18n fix. Patch by Fabien Vantard
9345
9346 2005-12-19 [colin]      1.9.100cvs95
9347
9348         * src/compose.c
9349         * src/compose.h
9350                 Don't automatically join lines when they've 
9351                 been separated by the user and not automatically
9352
9353 2005-12-19 [paul]       1.9.100cvs94
9354
9355         * src/gtk/pluginwindow.c
9356                 i18n fix.
9357                 Patch by Fabien Vantard
9358
9359 2005-12-15 [paul]       1.9.100cvs93
9360
9361         * src/common/plugin.c
9362         * src/common/plugin.h
9363         * src/gtk/pluginwindow.c
9364         * src/plugins/clamav/clamav_plugin.c
9365         * src/plugins/demo/demo.c
9366         * src/plugins/dillo_viewer/dillo_viewer.c
9367         * src/plugins/pgpcore/plugin.c
9368         * src/plugins/pgpinline/plugin.c
9369         * src/plugins/pgpmime/plugin.c
9370         * src/plugins/spamassassin/spamassassin.c
9371         * src/plugins/trayicon/trayicon.c
9372                 add plugin_version()
9373
9374 2005-12-15 [colin]      1.9.100cvs92
9375
9376         * src/compose.c
9377                 Further fix bug #875
9378
9379 2005-12-15 [paul]       1.9.100cvs91
9380
9381         * src/gtk/filesel.c
9382                 fix attach_load_dir getting set to
9383                 PLUGINDIR on plugin load
9384
9385 2005-12-14 [mones]      1.9.100cvs90
9386
9387         * manual/ack.xml
9388         * manual/keyboard.xml
9389                 Initial draft and some shortcuts added
9390                 
9391         * po/es.po
9392                 Updated translation
9393
9394 2005-12-14 [colin]      1.9.100cvs89
9395
9396         * src/compose.c
9397         * src/imap.c
9398         * src/summaryview.c
9399         * src/gtk/gtkaspell.c
9400                 More leaks fixed
9401         * src/prefs_folder_item.c
9402                 Fix recursive prefs apply
9403
9404
9405 2005-12-14 [colin]      1.9.100cvs88
9406
9407         * src/compose.c
9408                 Fix bug #875 (Freeze On Inline Forward of 
9409                 Large Message)
9410
9411 2005-12-13 [colin]      1.9.100cvs87
9412
9413         * src/compose.c
9414                 Uniq-ify and sort the mimetypes list
9415                 Patch by Fabien Vantard
9416
9417 2005-12-13 [colin]      1.9.100cvs86
9418
9419         * src/imap.c
9420         * src/etpan/imap-thread.c
9421                 Fix leaks (patch by Hoa)
9422         * src/news.c
9423         * src/common/plugin.c
9424                 Fix leaks
9425
9426 2005-12-12 [colin]
9427
9428         * 2.0.0-rc2 released
9429
9430 2005-12-12 [colin]      1.9.100cvs85
9431
9432         * src/matcher.c
9433                 Fix a leak
9434
9435 2005-12-12 [wwp]        1.9.100cvs84
9436
9437         * src/gtk/icon_legend.c
9438                 fix misbehaviour and crash when closing the legend window
9439         using the Esc key (patch by Fabien Vantard).
9440
9441 2005-12-12 [paul]       1.9.100cvs83
9442
9443         * src/browseldap.c
9444         * src/foldersel.c
9445         * src/prefs_actions.c
9446         * src/prefs_filtering.c
9447         * src/prefs_matcher.c
9448         * src/prefs_spelling.glade      ** REMOVED **
9449         * src/prefs_template.c
9450         * src/gtk/foldersort.glade      ** REMOVED **
9451         * src/gtk/pluginwindow.c
9452         * src/gtk/pluginwindow.glade    ** REMOVED **
9453         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9454                 cleanups
9455
9456 2005-12-11 [paul]       1.9.100cvs82
9457
9458         * src/gtk/filesel.c
9459                 fix attach_load_dir crasher (double free)
9460
9461 2005-12-09 [paul]       1.9.100cvs81
9462
9463         * po/POTFILES.in
9464         * src/mainwindow.c
9465         * src/gtk/Makefile.am
9466         * src/gtk/icon_legend.c
9467         * src/gtk/icon_legend.h
9468                 add icon legend
9469         * src/manual.c
9470                 cleanup
9471
9472 2005-12-09 [paul]       1.9.100cvs80
9473
9474         * src/plugins/pgpcore/passphrase.c
9475                 wrap the label in the dialog
9476
9477 2005-12-09 [colin]      1.9.100cvs79
9478
9479         * src/plugins/pgpcore/sgpgme.c
9480                 Display (untrusted) on not trusted signatures
9481                 Patch by Michal Èihaø <michal@cihar.com>
9482                 Closes bug #867 (Report also key trust)
9483
9484 2005-12-09 [colin]      1.9.100cvs78
9485
9486         * src/common/plugin.c
9487                 Update licence check, following Eben Moglen's advice
9488
9489 2005-12-08 [colin]      1.9.100cvs77
9490
9491         * src/folder.c
9492                 Fix the occasionnal item->cache != NULL 
9493                 assertion failure. 
9494
9495 2005-12-08 [colin]      1.9.100cvs76
9496
9497         * src/mimeview.c
9498         * src/plugins/pgpcore/sgpgme.c
9499                 Print key id when unable to check it
9500                 Closes bug #866 (Show key id when missing)
9501
9502 2005-12-08 [paul]       1.9.100cvs75
9503
9504         * src/prefs_common.c
9505         * src/prefs_common.h
9506         * src/gtk/filesel.c
9507                 remember load attachment dir
9508
9509 2005-12-07 [colin]      1.9.100cvs74
9510
9511         * src/prefs_toolbar.c
9512                 Gtk fixes, patch by Fabien Vantard
9513
9514 2005-12-07 [colin]      1.9.100cvs73
9515
9516         * src/action.c
9517         * src/compose.c
9518         * src/compose.h
9519                 Fix bug #839 (Quoted text isn't colored after 
9520                 executing an action)
9521         * src/common/plugin.c
9522                 Require plugins to declare their licence in plugin_licence()
9523                 Refuse to load non-GPL plugins as they'd be illegal (as 
9524                 derived works of Sylpheed-Claws, they must be GPL).
9525         * src/plugins/clamav/clamav_plugin.c
9526         * src/plugins/demo/demo.c
9527         * src/plugins/dillo_viewer/dillo_viewer.c
9528         * src/plugins/pgpcore/plugin.c
9529         * src/plugins/pgpinline/plugin.c
9530         * src/plugins/pgpmime/plugin.c
9531         * src/plugins/spamassassin/spamassassin.c
9532         * src/plugins/trayicon/trayicon.c
9533                 Add plugin_licence()
9534
9535 2005-12-07 [paul]       1.9.100cvs72
9536
9537         * configure.ac
9538         * src/mainwindow.c
9539         * src/manual.c
9540         * src/manual.h
9541         * src/common/defs.h
9542                 clean up after local FAQ removal and
9543                 temporary manual removal
9544
9545 2005-12-06 [colin]      1.9.100cvs71
9546
9547         * configure.ac
9548         * doc/Makefile.am
9549         * doc/faq/.cvsignore
9550         * doc/faq/Makefile.am
9551         * doc/faq/de/.cvsignore
9552         * doc/faq/de/Makefile.am
9553         * doc/faq/de/sylpheed-faq-1.html
9554         * doc/faq/de/sylpheed-faq-2.html
9555         * doc/faq/de/sylpheed-faq-3.html
9556         * doc/faq/de/sylpheed-faq.html
9557         * doc/faq/en/.cvsignore
9558         * doc/faq/en/Makefile.am
9559         * doc/faq/en/sylpheed-faq-1.html
9560         * doc/faq/en/sylpheed-faq-2.html
9561         * doc/faq/en/sylpheed-faq-3.html
9562         * doc/faq/en/sylpheed-faq-4.html
9563         * doc/faq/en/sylpheed-faq.html
9564         * doc/faq/es/.cvsignore
9565         * doc/faq/es/Makefile.am
9566         * doc/faq/es/sylpheed-faq-1.html
9567         * doc/faq/es/sylpheed-faq-2.html
9568         * doc/faq/es/sylpheed-faq-3.html
9569         * doc/faq/es/sylpheed-faq-4.html
9570         * doc/faq/es/sylpheed-faq.html
9571         * doc/faq/fr/.cvsignore
9572         * doc/faq/fr/Makefile.am
9573         * doc/faq/fr/sylpheed-faq-1.html
9574         * doc/faq/fr/sylpheed-faq-2.html
9575         * doc/faq/fr/sylpheed-faq-3.html
9576         * doc/faq/fr/sylpheed-faq.html
9577         * doc/faq/it/.cvsignore
9578         * doc/faq/it/Makefile.am
9579         * doc/faq/it/sylpheed-faq-1.html
9580         * doc/faq/it/sylpheed-faq-2.html
9581         * doc/faq/it/sylpheed-faq-3.html
9582         * doc/faq/it/sylpheed-faq.html
9583         * doc/manual/.cvsignore
9584         * doc/manual/Makefile.am
9585         * doc/manual/de/.cvsignore
9586         * doc/manual/de/Makefile.am
9587         * doc/manual/de/sylpheed-1.html
9588         * doc/manual/de/sylpheed-10.html
9589         * doc/manual/de/sylpheed-11.html
9590         * doc/manual/de/sylpheed-12.html
9591         * doc/manual/de/sylpheed-13.html
9592         * doc/manual/de/sylpheed-14.html
9593         * doc/manual/de/sylpheed-15.html
9594         * doc/manual/de/sylpheed-16.html
9595         * doc/manual/de/sylpheed-17.html
9596         * doc/manual/de/sylpheed-18.html
9597         * doc/manual/de/sylpheed-19.html
9598         * doc/manual/de/sylpheed-2.html
9599         * doc/manual/de/sylpheed-20.html
9600         * doc/manual/de/sylpheed-3.html
9601         * doc/manual/de/sylpheed-4.html
9602         * doc/manual/de/sylpheed-5.html
9603         * doc/manual/de/sylpheed-6.html
9604         * doc/manual/de/sylpheed-7.html
9605         * doc/manual/de/sylpheed-8.html
9606         * doc/manual/de/sylpheed-9.html
9607         * doc/manual/de/sylpheed.html
9608         * doc/manual/en/.cvsignore
9609         * doc/manual/en/Makefile.am
9610         * doc/manual/en/sylpheed-1.html
9611         * doc/manual/en/sylpheed-10.html
9612         * doc/manual/en/sylpheed-11.html
9613         * doc/manual/en/sylpheed-12.html
9614         * doc/manual/en/sylpheed-13.html
9615         * doc/manual/en/sylpheed-14.html
9616         * doc/manual/en/sylpheed-15.html
9617         * doc/manual/en/sylpheed-16.html
9618         * doc/manual/en/sylpheed-17.html
9619         * doc/manual/en/sylpheed-18.html
9620         * doc/manual/en/sylpheed-19.html
9621         * doc/manual/en/sylpheed-2.html
9622         * doc/manual/en/sylpheed-20.html
9623         * doc/manual/en/sylpheed-21.html
9624         * doc/manual/en/sylpheed-22.html
9625         * doc/manual/en/sylpheed-3.html
9626         * doc/manual/en/sylpheed-4.html
9627         * doc/manual/en/sylpheed-5.html
9628         * doc/manual/en/sylpheed-6.html
9629         * doc/manual/en/sylpheed-7.html
9630         * doc/manual/en/sylpheed-8.html
9631         * doc/manual/en/sylpheed-9.html
9632         * doc/manual/en/sylpheed.html
9633         * doc/manual/es/.cvsignore
9634         * doc/manual/es/Makefile.am
9635         * doc/manual/es/sylpheed-1.html
9636         * doc/manual/es/sylpheed-10.html
9637         * doc/manual/es/sylpheed-11.html
9638         * doc/manual/es/sylpheed-12.html
9639         * doc/manual/es/sylpheed-13.html
9640         * doc/manual/es/sylpheed-14.html
9641         * doc/manual/es/sylpheed-15.html
9642         * doc/manual/es/sylpheed-16.html
9643         * doc/manual/es/sylpheed-17.html
9644         * doc/manual/es/sylpheed-18.html
9645         * doc/manual/es/sylpheed-19.html
9646         * doc/manual/es/sylpheed-2.html
9647         * doc/manual/es/sylpheed-20.html
9648         * doc/manual/es/sylpheed-3.html
9649         * doc/manual/es/sylpheed-4.html
9650         * doc/manual/es/sylpheed-5.html
9651         * doc/manual/es/sylpheed-6.html
9652         * doc/manual/es/sylpheed-7.html
9653         * doc/manual/es/sylpheed-8.html
9654         * doc/manual/es/sylpheed-9.html
9655         * doc/manual/es/sylpheed.html
9656         * doc/manual/fr/.cvsignore
9657         * doc/manual/fr/Makefile.am
9658         * doc/manual/fr/sylpheed-1.html
9659         * doc/manual/fr/sylpheed-10.html
9660         * doc/manual/fr/sylpheed-11.html
9661         * doc/manual/fr/sylpheed-12.html
9662         * doc/manual/fr/sylpheed-13.html
9663         * doc/manual/fr/sylpheed-14.html
9664         * doc/manual/fr/sylpheed-15.html
9665         * doc/manual/fr/sylpheed-16.html
9666         * doc/manual/fr/sylpheed-17.html
9667         * doc/manual/fr/sylpheed-18.html
9668         * doc/manual/fr/sylpheed-19.html
9669         * doc/manual/fr/sylpheed-2.html
9670         * doc/manual/fr/sylpheed-20.html
9671         * doc/manual/fr/sylpheed-3.html
9672         * doc/manual/fr/sylpheed-4.html
9673         * doc/manual/fr/sylpheed-5.html
9674         * doc/manual/fr/sylpheed-6.html
9675         * doc/manual/fr/sylpheed-7.html
9676         * doc/manual/fr/sylpheed-8.html
9677         * doc/manual/fr/sylpheed-9.html
9678         * doc/manual/fr/sylpheed.html
9679         * doc/manual/ja/.cvsignore
9680         * doc/manual/ja/Makefile.am
9681         * doc/manual/ja/sylpheed-1.html
9682         * doc/manual/ja/sylpheed-10.html
9683         * doc/manual/ja/sylpheed-11.html
9684         * doc/manual/ja/sylpheed-12.html
9685         * doc/manual/ja/sylpheed-13.html
9686         * doc/manual/ja/sylpheed-14.html
9687         * doc/manual/ja/sylpheed-15.html
9688         * doc/manual/ja/sylpheed-16.html
9689         * doc/manual/ja/sylpheed-17.html
9690         * doc/manual/ja/sylpheed-18.html
9691         * doc/manual/ja/sylpheed-19.html
9692         * doc/manual/ja/sylpheed-2.html
9693         * doc/manual/ja/sylpheed-20.html
9694         * doc/manual/ja/sylpheed-3.html
9695         * doc/manual/ja/sylpheed-4.html
9696         * doc/manual/ja/sylpheed-5.html
9697         * doc/manual/ja/sylpheed-6.html
9698         * doc/manual/ja/sylpheed-7.html
9699         * doc/manual/ja/sylpheed-8.html
9700         * doc/manual/ja/sylpheed-9.html
9701         * doc/manual/ja/sylpheed.html
9702         * doc/manual/ja/sylpheed.sgml
9703         * src/mainwindow.c
9704                 Remove outdated manual and faq. Noisy, eh?
9705
9706 2005-12-06 [colin]      1.9.100cvs70
9707
9708         * src/compose.c
9709         * src/quote_fmt_parse.y
9710         * src/undo.c
9711         * src/undo.h
9712                 Allow %X to position cursor at 0 
9713                 (no %X = before signature)
9714                 Fix paste as quotation putting the cursor at 0
9715                 Fix undo offsets when pasting
9716                 Insert the quote_fmt at once instead of line 
9717                 by line
9718                 Fix [Edited] when starting to reply/forward
9719
9720 2005-12-06 [paul]       1.9.100cvs69
9721
9722         * src/plugins/clamav/clamav_plugin_gtk.c
9723                 add another tooltip
9724         * src/plugins/spamassassin/spamassassin_gtk.c
9725                 rework spamassassin_create_widget_func()
9726
9727 2005-12-05 [colin]      1.9.100cvs68
9728
9729         * po/POTFILES.in
9730                 Fix make release ;-)
9731
9732 2005-12-05 [colin]      1.9.100cvs67
9733
9734         * src/compose.c
9735         * src/compose.h
9736                 Fix cursor positioning (not obeying %X)
9737
9738 2005-12-05 [paul]       1.9.100cvs66
9739
9740         * src/plugins/dillo_viewer/dillo_prefs.c
9741                 fix compilation warning
9742
9743 2005-12-05 [paul]       1.9.100cvs65
9744
9745         * src/prefs_spelling.c
9746         * src/plugins/trayicon/trayicon.c
9747                 cleanups - remove unused stuff
9748
9749 2005-12-05 [paul]       1.9.100cvs64
9750
9751         * README
9752         * manual/plugins.xml
9753                 remove info about removed mathml_viewer plugin
9754
9755 2005-12-05 [paul]       1.9.100cvs63
9756
9757         * configure.ac
9758         * src/plugins/Makefile.am
9759         * src/plugins/mathml_viewer/.cvsignore
9760         * src/plugins/mathml_viewer/Makefile.am
9761         * src/plugins/mathml_viewer/mathml_viewer.c
9762                 remove unmaintained mathml_viewer plugin
9763
9764 2005-12-05 [paul]       1.9.100cvs62
9765
9766         * src/summaryview.c
9767                 obey prefs_common.always_show_msg when
9768                 moving a msg
9769                 Thanks to Colin
9770
9771 2005-12-05 [paul]       1.9.100cvs61
9772
9773         * src/compose.c
9774         * src/prefs_account.c
9775         * src/prefs_filtering.c
9776         * src/prefs_quote.c
9777         * src/prefs_spelling.c
9778         * src/prefs_toolbar.c
9779         * src/summaryview.c
9780         * src/gtk/gtkutils.c
9781         * src/gtk/quicksearch.c
9782         * src/plugins/dillo_viewer/dillo_prefs.c
9783                 dialog cleanups
9784
9785 2005-12-04 [paul]       1.9.100cvs60
9786
9787         * src/inc.c
9788         * src/prefs_account.c
9789         * src/prefs_account.h
9790                 allow a Local account to specify a
9791                 default inbox
9792                 (closes bug 843 'Inbox cannot be changed for local
9793                  mailboxes')
9794
9795 2005-12-04 [colin]      1.9.100cvs59
9796
9797         * src/plugins/trayicon/trayicon.c
9798                 Remove Get, rename Get All to Get Mail in order to
9799                 be consistent with the default main toolbar
9800
9801 2005-12-03 [colin]      1.9.100cvs58
9802
9803         * manual/gpl.xml
9804         * manual/sylpheed-claws-manual.xml
9805                 Add GPL appendix
9806
9807 2005-12-03 [paul]       1.9.100cvs57
9808
9809         * AUTHORS
9810         * po/sv.po
9811         * src/gtk/authors.h
9812                 new (partially complete) Swedish translation
9813                 by Anders Troback <sylpheed@troback.com>
9814
9815 2005-12-02 [paul]       1.9.100cvs56
9816
9817         * configure.ac
9818                 libetpan 0.41 required
9819
9820 2005-12-02 [paul]       1.9.100cvs55
9821
9822         * src/plugins/clamav/clamav_plugin.c
9823         * src/plugins/clamav/clamav_plugin.h
9824         * src/plugins/clamav/clamav_plugin_gtk.c
9825         * src/plugins/spamassassin/spamassassin.c
9826         * src/plugins/spamassassin/spamassassin.h
9827         * src/plugins/spamassassin/spamassassin_gtk.c
9828                 unregister prefs pages on unloading, thus
9829                 preventing a crash
9830                 (thanks to Colin for the hint)
9831
9832 2005-12-02 [wwp]        1.9.100cvs54
9833
9834         * src/quote_fmt.h
9835         * src/quote_fmt_parse.y
9836                 fix misuse of gboolean*, use gboolean instead
9837                 (thanks to Paul, Colin, for pointing out that scaring one)
9838
9839 2005-12-02 [paul]       1.9.100cvs53
9840
9841         * src/plugins/clamav/clamav_plugin.c
9842                 int no --> unsigned int no
9843         * src/plugins/clamav/clamav_plugin_gtk.c
9844                 rework config page
9845
9846 2005-12-02 [wwp]        1.9.100cvs52
9847
9848         * src/compose.c
9849         * src/prefs_template.c
9850         * src/quote_fmt.h
9851         * src/quote_fmt_parse.y
9852                 prevent from executing |f and |p templates commands when
9853                 adding or replacing templates in prefs (avoids annoying and
9854                 potentially dangerous behaviours)
9855
9856 2005-12-02 [paul]       1.9.100cvs51
9857
9858         * src/prefs_common.c
9859                 allow translation of some default values
9860                 Patch by Fabien Vantard
9861
9862 2005-12-02 [paul]       1.9.100cvs50
9863
9864         * src/codeconv.c
9865         * src/codeconv.h
9866         * src/prefs_common.c
9867         * src/prefs_common.h
9868         * src/prefs_message.c
9869         * src/textview.c
9870                 remove obsolete 'convert_mb_alnum' option
9871                 and related stuff
9872         * src/gtk/about.c
9873                 remove unused 'about_textview_visibility_notify'
9874
9875 2005-12-02 [paul]       1.9.100cvs49
9876
9877         * src/prefs_account.c
9878         * src/prefs_compose_writing.c
9879         * src/prefs_fonts.c
9880         * src/prefs_gtk.h
9881         * src/prefs_image_viewer.c
9882         * src/prefs_message.c
9883         * src/prefs_other.c
9884         * src/prefs_receive.c
9885         * src/prefs_send.c
9886         * src/prefs_spelling.c
9887         * src/prefs_summaries.c
9888         * src/prefs_wrapping.c
9889         * src/plugins/dillo_viewer/dillo_prefs.c
9890         * src/plugins/pgpcore/prefs_gpg.c
9891                 several cleanups to the prefs dialogs
9892                 (slightly modified) patch by Fabien Vantard
9893
9894 2005-12-02 [paul]       1.9.100cvs48
9895
9896         * src/main.c
9897                 --exit means exit
9898         * src/send_message.c
9899                 fix crash on send when connection fails
9900
9901         Thanks to Colin
9902
9903 2005-12-01 [colin]      1.9.100cvs47
9904
9905         * src/html.c
9906                 Translate &hellip; to "..."
9907
9908 2005-11-30 [colin]      1.9.100cvs46
9909
9910         * src/matcher.c
9911         * src/matcher.h
9912                 Optimize back yesterday's fix.
9913
9914 2005-11-30 [paul]       1.9.100cvs45
9915
9916         * manual/faq.xml
9917                 standardised
9918         * manual/intro.xml
9919                 written by Colin, edited by me
9920
9921 2005-11-29 [colin]      1.9.100cvs44
9922
9923         * src/matcher.c
9924                 Skip headers unconditionnaly in match_body if the
9925                 rule is not message or ~message
9926
9927 2005-11-29 [colin]      1.9.100cvs43
9928
9929         * src/matcher.c
9930                 Fix body_part and such, not skipping headers 
9931                 if the matchcriteria wasn't the first in the rule
9932
9933 2005-11-29 [colin]      1.9.100cvs42
9934
9935         * src/compose.c
9936                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
9937                 option missing from message view window)
9938                 Fix double text D'n'D with gtk-2.8
9939         * src/matcher.c
9940                 Fix ~message, ~headers_part, ~body_part rules
9941         * src/messageview.c
9942                 Add Windows-1252 (Closes bug #863)
9943                 Fix accels
9944         * src/gtk/gtkaspell.c
9945                 Properly destroy accels in all menus
9946
9947 2005-11-29 [mones]      1.9.100cvs41
9948
9949         * po/es.po
9950                 Updated.
9951
9952 2005-11-27 [colin]      1.9.100cvs40
9953
9954         * src/mh_gtk.c
9955                 "/Remove mailbox" -> "/Remove mailbox..."
9956
9957 2005-11-27 [paul]       1.9.100cvs39
9958
9959         * AUTHORS
9960         * po/de.po
9961         * src/gtk/authors.h
9962                 updated by new maintainer, Stephan Sachse
9963
9964 2005-11-27 [paul]       1.9.100cvs38
9965
9966         * manual/faq.xml
9967                 written by Colin, edited by me
9968
9969 2005-11-27 [paul]       1.9.100cvs37
9970
9971         * src/prefs_common.c
9972         * src/prefs_common.h
9973         * src/prefs_receive.c
9974         * src/prefs_summaries.c
9975                 move 'go to inbox after receiving new mail'
9976                 option from display/sumamaries to mail
9977                 handling/receive, and rework prefs_summaries
9978                 dialog a little
9979
9980 2005-11-25 [martin]     1.9.100cvs36
9981
9982         * po/de.po
9983             fixed windows-1252 translation;
9984             translated some new and fuzzy strings
9985
9986 2005-11-25 [paul]       1.9.100cvs35
9987
9988         * src/plugins/clamav/clamav_plugin.c
9989                 complete the update done in cvs34
9990
9991 2005-11-25 [paul]       1.9.100cvs34
9992
9993         * src/plugins/clamav/clamav_plugin.c
9994                 reflect upstream changes
9995
9996 2005-11-25 [paul]       1.9.100cvs33
9997
9998         * manual/ack.xml
9999         * manual/plugins.xml
10000         * manual/sylpheed-claws-manual.xml
10001                 written/updated by Colin, edited by me
10002         * tools/acroread2sylpheed.pl
10003                 update binary name
10004
10005 2005-11-24 [colin]      1.9.100cvs32
10006
10007         * src/compose.c
10008                 Fix bug #856 (reediting messages forgets Request
10009                 Return Receipt)
10010
10011 2005-11-24 [paul]       1.9.100cvs31
10012
10013         * manual/addrbook.xml
10014         * manual/starting.xml
10015                 written by Colin, proofread, edited, adapted by me
10016         * manual/advanced.xml
10017                 add some Actions examples
10018         * src/importldif.c
10019                 use a Save button instead of a Close button
10020         * src/wizard.c
10021                 indicate mandatory fields
10022                 fix page display
10023                 Thanks to Colin
10024
10025 2005-11-23 [colin]      1.9.100cvs30
10026
10027         * src/addressbook.c
10028                 Rename menu item, fix possible crash after
10029                 deletion of books
10030         * src/addrindex.c
10031                 Allow searching for '*' in ldap
10032         * src/browseldap.c
10033                 Fix "Browse Entry" (did anyone use it?)
10034         * src/wizard.c
10035                 Add guards for mandatory information
10036
10037 2005-11-23 [paul]       1.9.100cvs29
10038
10039         * manual/advanced.xml
10040                 corrections to the English
10041
10042 2005-11-23 [colin]      1.9.100cvs28
10043
10044         * src/mimeview.c
10045                 Fix possible crash at exit. After the call to
10046                 gtk_container_remove(), the Viewer's widget has no
10047                 more parent so gtk+ automatically frees it and its
10048                 sons. If destroy_viewer() then try to access it,
10049                 problems ensue.
10050
10051 2005-11-22 [colin]      1.9.100cvs27
10052
10053         * src/compose.c
10054         * src/gtk/gtkaspell.c
10055                 Fix right-clicking on a misspelled word
10056                 Fix More... in suggestions menu
10057
10058 2005-11-22 [wwp]        1.9.100cvs26
10059
10060         * src/prefs_template.c
10061                 templates works: re-sort templates list when adding or replacing,
10062                 prevent from adding or replacing when the template name is empty
10063
10064 2005-11-21 [colin]      1.9.100cvs25
10065
10066         * src/addressbook.c
10067                 Fix some addressbook suckage (dnd, select all)
10068         * src/compose.c
10069         * src/gtk/gtkaspell.c
10070         * src/gtk/gtkaspell.h
10071                 Make the spellchecker menu work with the 
10072                 GtkTextView one instead of overriding it
10073
10074 2005-11-20 [paul]       1.9.100cvs24
10075
10076         * manual/handling.xml
10077                 proofread and corrected
10078
10079 2005-11-20 [paul]       1.9.100cvs23
10080
10081         * manual/Makefile
10082                 generate html as one file
10083         * manual/advanced.xml
10084                 fix output generation
10085                 reformat hidden options list
10086         * manual/manual.xml     ** REMOVED **
10087         * manual/sylpheed-claws-manual.xml      ** ADDED **
10088                 renamed
10089
10090 2005-11-18 [colin]      1.9.100cvs22
10091
10092         * src/prefs_account.c
10093                 Fix layout in news and mbox accounts
10094         * manual/account.xml
10095         * manual/advanced.xml
10096                 New contents for Paul to check :)
10097
10098 2005-11-18 [wwp]        1.9.100cvs21
10099
10100         * src/gtk/quicksearch.c
10101                 don't update extended quicksearch buttons twice
10102
10103 2005-11-18 [paul]       1.9.100cvs20
10104
10105         * src/textview.c
10106                 complete 1.9.100cvs19
10107
10108 2005-11-18 [paul]       1.9.100cvs19
10109
10110         * src/compose.c
10111                 cosmetic improvements
10112         * src/textview.c
10113                 also list text/* attachments
10114
10115 2005-11-18 [colin]      1.9.100cvs18
10116
10117         * src/summaryview.c
10118                 Use column 0 instead of -1 in 
10119                 gtk_ctree_node_moveto, in a naive
10120                 hope it'll fix the gtk-related crashes
10121
10122 2005-11-18 [colin]      1.9.100cvs17
10123
10124         * src/gtk/inputdialog.c
10125                 Fix icon staying the first one
10126
10127 2005-11-17 [wwp]        1.9.100cvs16
10128                 fix possible problem showing some quicksearch buttons, and a bad
10129                 call to g_return_if_fail in a function that returns a value (both
10130                 fixes by Fabien Vantard)
10131
10132 2005-11-15 [wwp]        1.9.100cvs15
10133
10134         * src/gtk/quicksearch.c
10135                 added a tooltip to that obscure ... quicksearch button
10136
10137 2005-11-15 [wwp]        1.9.100cvs14
10138
10139         * src/gtk/quicksearch.c
10140                 add a quicksearch helper to filtering expression users: the ... button
10141                 raises the condition expr window. condition expressions set up w/ this
10142                 window are used by the quicksearch if the user closes it pressing OK.
10143
10144 2005-11-14 [paul]       1.9.100cvs13
10145
10146         * src/plugins/clamav/clamav_plugin.c
10147         * src/plugins/spamassassin/spamassassin.c
10148                 change plugin type following recent merging
10149
10150 2005-11-14 [wwp]        1.9.100cvs12
10151
10152         * src/folder.c
10153                 prevent from crashing when copying/moving message(s) from and
10154                 to the same folder
10155
10156 2005-11-14 [paul]       1.9.100cvs11
10157
10158         * src/plugins/clamav/Makefile.am
10159         * src/plugins/clamav/clamav_plugin.c
10160         * src/plugins/clamav/clamav_plugin.h
10161         * src/plugins/clamav/clamav_plugin_gtk.c
10162                 also merge clamav and clamav_gtk plugins
10163
10164 2005-11-13 [colin]      1.9.100cvs10
10165
10166         * configure.ac
10167         * src/plugins/spamassassin/Makefile.am
10168         * src/plugins/spamassassin/spamassassin.c
10169         * src/plugins/spamassassin/spamassassin.h
10170         * src/plugins/spamassassin/spamassassin_gtk.c
10171                 Merge spamassassin and spamassassin_gtk plugins,
10172                 and build it by default.
10173
10174 2005-11-12 [colin]      1.9.100cvs9
10175
10176         * src/etpan/imap-thread.c
10177                 Fix gcc warning
10178
10179 2005-11-12 [colin]      1.9.100cvs8
10180
10181         * src/procmime.c
10182                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10183
10184 2005-11-10 [colin]      1.9.100cvs7
10185
10186         * src/main.c
10187                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10188                 minimised state)
10189
10190 2005-11-10 [wwp]        1.9.100cvs6
10191
10192         * src/gtk/description_window.c
10193                 fix a crash when closing description windows using the WM's [X] button
10194
10195 2005-11-09 [colin]      1.9.100cvs5
10196
10197         * src/common/ssl.c
10198                 Update libetpan call to follow upstream
10199                 (yes, this requires libetpan-0.40cvs3)
10200
10201 2005-11-08 [colin]      1.9.100cvs4
10202
10203         * src/compose.c
10204         * src/textview.c
10205         * src/common/utils.c
10206         * src/common/utils.h
10207                 Enhance the email parser
10208
10209 2005-11-08 [colin]      1.9.100cvs3
10210
10211         * src/procmime.c
10212                 Fix what looks like an off-by-one (fixes 
10213                 attachments from the Bat)
10214
10215 2005-11-08 [wwp]        1.9.100cvs2
10216
10217         * src/main.c
10218                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10219
10220 2005-11-08 [wwp]        1.9.100cvs1
10221
10222         * src/main.c
10223                 allow exiting Sylpheed-Claws from command-line
10224
10225 2005-11-08 [paul]       1.9.100
10226
10227         1.9.100 released
10228
10229 2005-11-07 [colin]      1.9.99cvs17
10230
10231         * src/addritem.c
10232         * src/ldif.c
10233                 Fix import of base-64 encoded items
10234
10235 2005-11-07 [colin]      1.9.99cvs16
10236
10237         * src/send_message.c
10238                 Fix bug #314 (Queue does not empty under certain 
10239                 circumstances)
10240
10241 2005-11-07 [paul]       1.9.99cvs15
10242
10243         * src/mutt.c
10244         * src/pine.c
10245                 fix buffer overflows
10246                 Thanks to Colin
10247
10248 2005-11-07 [paul]       1.9.99cvs14
10249
10250         * doc/man/Makefile.am
10251         * doc/man/sylpheed-claws.1      ** ADDED **
10252         * doc/man/sylpheed.1            ** DELETED **
10253                 rename and update the man file
10254
10255 2005-11-06 [colin]      1.9.99cvs13
10256
10257         * src/ldif.c
10258                 Fix ldif_get_line() that returned empty strings
10259                 (Didn't understand why). Also fix a possible
10260                 buffer overflow.
10261
10262 2005-11-06 [wwp]        1.9.99cvs12
10263
10264         * src/textview.c
10265         * src/gtk/about.c
10266         * src/gtk/gtkutils.c
10267         * src/gtk/gtkutils.h
10268                 fix a compilation warning,
10269                 make links sensitive in the about dialog
10270
10271 2005-11-04 [wwp]        1.9.99cvs11
10272
10273         * src/gtk/about.c
10274                 don't wrap or translate URIs, and a bit text format cleanup
10275
10276 2005-11-04 [wwp]        1.9.99cvs10
10277
10278         * src/gtk/about.c
10279                 better textview tagging implementation (no more use of marks for
10280                 postponed tagging)
10281
10282 2005-11-02 [colin]      1.9.99cvs9
10283
10284         * src/common/ssl.c
10285                 Forgot an ifdef
10286
10287 2005-11-02 [colin]      1.9.99cvs8
10288
10289         * configure.ac
10290                 Require libetpan-0.40 due to upstream fix
10291         * src/common/ssl.c
10292                 Tell libetpan not to call SSL_Library_Init,
10293                 as we do it ourselves.
10294
10295 2005-11-02 [colin]      1.9.99cvs7
10296
10297         * po/POTFILES.in
10298                 Add missing files (thanks to Fabien Vantard)
10299
10300 2005-11-02 [colin]      1.9.99cvs6
10301
10302         * src/summaryview.c
10303                 Fix totals when read messages are hidden or quicksearch
10304                 is on
10305         * src/ssl_manager.c
10306         * src/ssl_manager.h
10307         * src/common/ssl_certificate.c
10308         * src/common/ssl_certificate.h
10309         * src/gtk/sslcertwindow.c
10310         * src/gtk/sslcertwindow.h
10311                 Fix copyright on my stuff
10312
10313 2005-11-02 [wwp]        1.9.99cvs5
10314
10315         * src/prefs_themes.c
10316                 fix directory name checking (theme installation/removal),
10317                 made related error a bit more verbose
10318
10319 2005-11-02 [colin]      1.9.99cvs4
10320
10321         * src/summaryview.c
10322                 Fix typo (probably fixes bug #841 (Sort by the From 
10323                 field doesn't work)
10324
10325 2005-11-02 [paul]       1.9.99cvs3
10326
10327         * po/ko.po
10328         * po/nb.po
10329                 updated by SungHyun Nam, Geir Helland
10330         * src/wizard.c
10331                 fix typo in welcome message. spotted by
10332                 Andrea Spadaccini
10333
10334 2005-11-01 [colin]      1.9.99cvs2
10335
10336         * src/compose.c
10337                 Fix replying to ml wen confirming subscription
10338         * src/messageview.c
10339         * src/mimeview.c
10340         * src/mimeview.h
10341         * src/privacy.h
10342         * src/summaryview.c
10343                 Make key check non blocking
10344
10345 2005-10-31 [paul]       1.9.99cvs1
10346
10347         * tools/claws.i18n.status.pl
10348                 updated for ChangeLog
10349
10350 2005-10-31 [paul]       1.9.99
10351
10352         1.9.99 released
10353
10354 2005-10-31 [paul]       1.9.15cvs131
10355
10356         * .cvsignore
10357         * ChangeLog
10358         * ChangeLog.claws       ** REMOVED **
10359         * ChangeLog-gtk2.claws  ** REMOVED **
10360         * ChangeLog.gtk1        ** ADDED **
10361         * INSTALL
10362         * Makefile.am
10363         * NEWS
10364         * README
10365         * README.claws          ** REMOVED **
10366         * README.jp             ** REMOVED **
10367         * RELEASE_NOTES         ** ADDED **
10368         * RELEASE_NOTES.claws   ** REMOVED **
10369         * commitHelper
10370         * configure.ac
10371         * sylpheed.spec.in      ** REMOVED **
10372                 tidy up and update the default docs:
10373                 ChangeLog.claws is renamed ChangeLog.gtk1
10374                 ChangeLog-gtk2.claws is renamed ChangeLog
10375                 README.claws is renamed README
10376                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10377
10378 2005-10-31 [paul]       1.9.15cvs130
10379
10380         * po/it.po
10381                 fix errors
10382
10383 2005-10-31 [paul]       1.9.15cvs129
10384
10385         * po/ca.po
10386         * po/de.po
10387         * po/en_GB.po
10388         * po/fr.po
10389         * po/it.po
10390         * po/pt_BR.po
10391         * po/sk.po
10392         * po/sr.po
10393         * po/zh_CN.po
10394                 updated by Miquel Oliete, Stephan Sachse and
10395                 Thomas Gilgin, me, Fabien Vantard, Andrea
10396                 Spadaccini, Frederico Goncalves Guimaraes,
10397                 Andrej Kacian, Aleksandar Urosevic, and
10398                 Ralgh Young.
10399
10400 2005-10-31 [mones]      1.9.15cvs128
10401
10402         * manual/faq.xml
10403                 More questions.
10404         
10405         * po/es.po
10406                 Updated for release.
10407
10408 2005-10-30 [colin]      1.9.15cvs127
10409
10410         * src/compose.c
10411                 Place cursor before rewrapping (fixes cursor
10412                 pos if quotation gets rewrapped)
10413
10414 2005-10-29 [paul]       1.9.15cvs126
10415
10416         * src/crash.c
10417         * src/foldersel.c
10418         * src/main.c
10419         * src/messageview.c
10420         * src/toolbar.c
10421         * src/gtk/authors.h
10422                 corrections to text items
10423
10424 2005-10-28 [colin]      1.9.15cvs125
10425
10426         * src/messageview.c
10427                 Make "hit 'C' to check sig" work from extern 
10428                 messageviews
10429
10430 2005-10-27 [colin]      1.9.15cvs124
10431
10432         * src/summaryview.c
10433                 Add a hack to avoid segfaulting when hammering 
10434                 on gtk's events
10435
10436 2005-10-27 [wwp]        1.9.15cvs123
10437
10438         * src/prefs_themes.c
10439                 sort list of themes names in themes prefs
10440
10441 2005-10-27 [paul]       1.9.15cvs122
10442
10443         * src/folder.c
10444         * src/prefs_account.c
10445                 fix building on Solaris
10446                 Patch by Alex Moore
10447
10448 2005-10-27 [wwp]        1.9.15cvs121
10449
10450         * src/summaryview.c
10451         * src/gtk/gtksctree.c
10452                 speed up unselecting messages in summary view (thanks to Colin)
10453
10454 2005-10-27 [paul]       1.9.15cvs120
10455
10456         * src/mainwindow.c
10457                 fix a compilation warning
10458         * src/summaryview.c
10459                 fix updating of 'n items selected' count
10460                 when deselecting
10461
10462 2005-10-27 [martin]     1.9.15cvs119
10463
10464         * src/action.c
10465                 ignore actions with a leading '/' in the action menu name
10466                 fixes a crash on menu creation
10467         * src/prefs_actions.c
10468                 do not allow a leading '/' in the action menu name
10469
10470 2005-10-27 [paul]       1.9.15cvs118
10471
10472         * src/main.c
10473                 fix compilation warning
10474
10475 2005-10-27 [paul]       1.9.15cvs117
10476
10477         * src/procmime.c
10478                 add #if HAVE_LOCALE_H
10479
10480 2005-10-27 [paul]       1.9.15cvs116
10481
10482         * src/plugins/clamav/clamav_plugin.c
10483         * src/plugins/dillo_viewer/dillo_viewer.c
10484         * src/plugins/mathml_viewer/mathml_viewer.c
10485         * src/plugins/pgpcore/plugin.c
10486         * src/plugins/pgpinline/plugin.c
10487         * src/plugins/pgpmime/plugin.c
10488         * src/plugins/spamassassin/spamassassin.c
10489         * src/plugins/trayicon/trayicon.c
10490                 plugin_init() : make error messages more
10491                 informative
10492
10493 2005-10-26 [wwp]        1.9.15cvs115
10494
10495         * src/prefs_matcher.c
10496                 enlarge boolean op widget width a bit (wasn't always showing text contents)
10497
10498 2005-10-26 [wwp]        1.9.15cvs114
10499
10500         * src/procmime.c
10501         * src/gtk/gtksctree.c
10502         * src/plugins/spamassassin/libspamc.c
10503         * src/plugins/spamassassin/spamassassin.c
10504                 fix some compilation warnings more
10505
10506 2005-10-26 [mones]      1.9.15cvs113
10507
10508         * po/es.po
10509                 Updated translation
10510
10511 2005-10-26 [paul]       1.9.15cvs112
10512
10513         * src/prefs_message.c
10514                 give all display_xface stuff the
10515                 #if HAVE_LIBCOMPFACE treatment, thus
10516                 preventing a crash
10517                 (Thanks to Wolfgang Enderlein)
10518
10519 2005-10-26 [colin]      1.9.15cvs111
10520
10521         * src/gedit-print.c
10522                 Fix date format
10523         * src/imap_gtk.c
10524         * src/news_gtk.c
10525                 Remove context menu items that should not be there
10526         * src/jpilot.c
10527                 Fix encoding
10528         * src/main.c
10529         * src/mainwindow.c
10530                 Don't show the mainwindow too soon
10531
10532 2005-10-26 [wwp]        1.9.15cvs110
10533
10534         * src/folder.c
10535         * src/manual.c
10536         * src/summaryview.c
10537                 fix uninitialized pointers in the folder updating hook
10538                 (thanks to Colin)
10539
10540 2005-10-25 [mones]      1.9.15cvs109
10541
10542         * manual/faq.xml
10543                 General information subsection completed. 
10544                 Removed archaic references.
10545                 
10546         * manual/Makefile
10547         * manual/dtd/manual.dsl
10548                 Added customization stylesheet for getting paragraphs
10549                 fully justified in PDF output (as suggested by Colin).
10550
10551 2005-10-25 [colin]      1.9.15cvs108
10552
10553         * src/compose.c
10554                 Fix a second leak
10555
10556 2005-10-25 [colin]      1.9.15cvs107
10557
10558         * src/addrbook.c
10559         * src/addrindex.c
10560                 Fix leak (xml_get_element() allocates memory)
10561         * src/compose.c
10562                 Fix leak + dead code (shame!)
10563         * src/procmime.c
10564                 Fix leak
10565
10566 2005-10-25 [colin]      1.9.15cvs106
10567
10568         * src/mimeview.c
10569                 Fix encoding issue in Save all and in 
10570                 overwrite-confirmation alertpanel
10571
10572 2005-10-25 [colin]      1.9.15cvs105
10573
10574         * src/common/socket.c
10575                 Fix a leak - Thanks to Christopher Aillon
10576                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
10577
10578 2005-10-25 [paul]       1.9.15cvs104
10579
10580         * src/wizard.c
10581                 Always guess servers from the right-hand
10582                 email part and guess username from the
10583                 left-hand part. (Thanks to Colin)
10584                 add an X-Face to the welcome message
10585
10586 2005-10-25 [paul]       1.9.15cvs103
10587
10588         * manual/handling.xml
10589                 written by Colin, edited by me
10590
10591 2005-10-25 [wwp]        1.9.15cvs102
10592
10593         * src/folderview.c
10594         * src/grouplistdialog.c
10595         * src/imap.c
10596         * src/noticeview.c
10597                 fix some compilation warnings
10598
10599 2005-10-24 [paul]
10600
10601         1.9.99-rc3 released
10602
10603 2005-10-24 [paul]       1.9.15cvs101
10604
10605         * src/gtk/about.c
10606                 fix window sizing
10607
10608 2005-10-24 [paul]       1.9.15cvs100
10609
10610         * src/pixmaps/offline.xpm
10611         * src/pixmaps/online.xpm
10612                 replace with last default versions
10613
10614 2005-10-24 [colin]      1.9.15cvs99
10615
10616         * src/imap.c
10617                 Fix bug when moving a folder
10618         * src/imap_gtk.c
10619         * src/mh_gtk.c
10620                 "Delete folder" pops up a window, so it 
10621                 should be suffixed with "..."
10622         * src/plugins/pgpcore/sgpgme.c
10623                 Include locale.h
10624
10625 2005-10-24 [mones]      1.9.15cvs98
10626
10627         * manual/Makefile
10628         * manual/account.xml
10629         * manual/ack.xml
10630         * manual/addrbook.xml
10631         * manual/advanced.xml
10632         * manual/faq.xml
10633         * manual/glossary.xml
10634         * manual/gpl.xml
10635         * manual/handling.xml
10636         * manual/intro.xml
10637         * manual/keyboard.xml
10638         * manual/manual.xml
10639         * manual/plugins.xml
10640         * manual/starting.xml
10641         * manual/dtd/sdocbook.dtd
10642                 Initial manual structure and some content.
10643
10644 2005-10-23 [wwp]        1.9.15cvs97
10645
10646         * src/gtk/about.c
10647                 fix a typo
10648
10649 2005-10-23 [wwp]        1.9.15cvs96
10650
10651         * src/gtk/about.c
10652         * src/gtk/authors.h
10653                 rework of the about window (main work by Paul), also featuring a few
10654                 fixes for typos and duplicate names
10655
10656 2005-10-23 [wwp]        1.9.15cvs95
10657
10658         * src/.cvsignore
10659                 Ignore the right binary name (sylpheed-claws now)
10660
10661 2005-10-23 [paul]       1.9.15cvs94
10662
10663         * src/compose.c
10664                 when using Folder Pref 'Default To for
10665                 replies' make the entry in the Compose
10666                 window bold
10667                 Patch by Fabien Vantard
10668
10669 2005-10-22 [colin]      1.9.15cvs93
10670
10671         * src/codeconv.c
10672                 Fix leak
10673
10674 2005-10-22 [colin]      1.9.15cvs92
10675
10676         * src/codeconv.c
10677                 try to convert using locale (apart utf8) if necessary
10678
10679 2005-10-22 [colin]      1.9.15cvs91
10680
10681         * src/pixmaps/new.xpm
10682         * src/pixmaps/unread.xpm
10683                 Make the unread envelope blue again and
10684                 saturate the new one a bit more.
10685
10686 2005-10-22 [colin]      1.9.15cvs90
10687
10688         * src/compose.c
10689                 When replying to a mail sent by one of our accounts,
10690                 use the original list of recipients. Let 'Reply All'
10691                 and 'Reply to sender' work like previously.
10692
10693 2005-10-21 [colin]      1.9.15cvs89
10694
10695         * src/prefs_filtering.c
10696                 Clear fields after add and replace
10697         * src/textview.c
10698                 Display xface differently (better)
10699         * src/plugins/pgpinline/pgpinline.c
10700                 Fix crappy encodings/recodings
10701
10702 2005-10-21 [paul]       1.9.15cvs88
10703
10704         * src/compose.c
10705         * src/prefs_folder_item.c
10706         * src/toolbar.c
10707                 fix news folder Folder Properties
10708                 (thanks to Colin)
10709         * src/folderview.c
10710                 update folderview after Themes change
10711                 keep selected folder selected
10712                 (thanks to Colin)
10713
10714 2005-10-21 [paul]       1.9.15cvs87
10715
10716         * tools/Makefile.am
10717         * tools/OOo2sylpheed.pl
10718         * tools/README
10719         * tools/README.sylprint
10720         * tools/asus_mailled.sh         ** REMOVED **
10721         * tools/filter_conv.pl
10722         * tools/freshmeat_search.pl
10723         * tools/google_search.pl
10724         * tools/gpg-sign-syl            ** REMOVED **
10725         * tools/kmail2sylpheed.pl
10726         * tools/kmail2sylpheed_v2.pl
10727         * tools/multiwebsearch.pl
10728         * tools/nautilus2sylpheed.sh
10729         * tools/newscache_clean.pl
10730         * tools/outlook2sylpheed.pl
10731         * tools/sylpheed-switcher       ** REMOVED **
10732         * tools/sylprint.pl
10733         * tools/sylprint.rc
10734         * tools/tb2sylpheed
10735         * tools/vcard2xml.py
10736         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10737                 update default config dir
10738                 update binary name (thanks to Fabien Vantard)
10739                 remove obsolete scripts
10740
10741 2005-10-21 [colin]      1.9.15cvs86
10742
10743         * src/inc.c
10744                 Fix possible leak and units. Based on a patch by
10745                 Fabien Vantard.
10746
10747 2005-10-20 [colin]      1.9.15cvs85
10748
10749         * src/textview.c
10750                 Clear xface when clearing textview
10751
10752 2005-10-20 [colin]      1.9.15cvs84
10753
10754         * configure.ac
10755         * src/folderview.c
10756         * src/headerview.c
10757         * src/main.c
10758         * src/prefs_common.c
10759         * src/prefs_common.h
10760         * src/prefs_message.c
10761         * src/textview.c
10762         * src/textview.h
10763         * src/common/defs.h
10764         * src/common/utils.c
10765         * src/common/utils.h
10766         * src/gtk/gtkutils.c
10767         * src/gtk/gtkutils.h
10768                 Migrate config to .sylpheed-claws (Automatically)
10769                 Add a way to get the Xface in the TextView
10770
10771 2005-10-20 [colin]      1.9.15cvs83
10772
10773         * src/gtk/Makefile.am
10774         * src/gtk/about.c
10775         * src/gtk/authors.h
10776                 Make the about dialog *grooovy*
10777
10778 2005-10-20 [colin]      1.9.15cvs82
10779
10780         * src/mimeview.c
10781                 Use "Open with" on double click if no command
10782                 was found
10783
10784 2005-10-20 [colin]      1.9.15cvs81
10785
10786         * src/imap.c
10787         * src/etpan/imap-thread.c
10788                 Fix possible crash.
10789
10790 2005-10-20 [paul]       1.9.15cvs80
10791
10792         * src/folder.c
10793                 don't show clipkey icon if the only
10794                 attachment is the signature
10795                 Patch by Colin
10796
10797 2005-10-20 [paul]       1.9.15cvs79
10798
10799         * AUTHORS
10800         * src/plugins/pgpmime/pgpmime.c
10801                 name the PGP/MIME signature 'signature.asc'
10802                 Patch by Andrew Nelson <freeandy@gmail.com>
10803
10804 2005-10-19 [colin]      1.9.15cvs78
10805
10806         * src/plugins/pgpmime/pgpmime.c
10807                 Oops, no need to double-check though
10808
10809 2005-10-19 [colin]      1.9.15cvs77
10810
10811         * src/plugins/pgpinline/pgpinline.c
10812         * src/plugins/pgpmime/pgpmime.c
10813                 Check that my_tmpfile() doesn't 
10814                 return NULL
10815
10816 2005-10-19 [colin]      1.9.15cvs76
10817
10818         * src/common/utils.c
10819                 Use shorter mime boundaries to avoid having
10820                 MTAs rewrapping our headers, breaking the
10821                 PGP signature in the process 
10822         * src/compose.c
10823         * src/plugins/pgpmime/pgpmime.c
10824                 Check for boundary uniqueness to be sure
10825                 it won't happen, instead of hoping for the
10826                 best
10827
10828 2005-10-19 [colin]      1.9.15cvs75
10829
10830         * sylpheed-claws.desktop
10831         * src/Makefile.am
10832         * src/main.c
10833                 Ship a sylpheed-claws binary instead
10834                 of a sylpheed one. Change the socket
10835                 name, too
10836         * src/folderview.c
10837                 Update folder only if it changed
10838         * src/wizard.c
10839                 Fix i18n in welcome mail, patch by
10840                 Fabien Vantard
10841
10842 2005-10-19 [paul]
10843
10844         1.9.99-rc2 released
10845
10846 2005-10-19 [paul]       1.9.15cvs74
10847
10848         * src/folder.c
10849         * src/folderview.c
10850                 fix summaryview update
10851                 Patch by Colin
10852
10853 2005-10-18 [colin]      1.9.15cvs73
10854
10855         * src/plugins/pgpcore/passphrase.c
10856                 Don't XGrabServer, and try a bit more to 
10857                 sync everything before grabbing mouse/keyboard
10858
10859 2005-10-18 [colin]      1.9.15cvs72
10860
10861         * src/Makefile.am
10862         * src/addressadd.c
10863         * src/addressbook.c
10864         * src/folderview.c
10865         * src/grouplistdialog.c
10866         * src/mimeview.c
10867         * src/stock_pixmap.c
10868         * src/stock_pixmap.h
10869         * src/summaryview.c
10870         * src/gtk/gtksctree.c
10871         * src/gtk/gtksctree.h
10872         * src/pixmaps/empty.xpm
10873                 Implement a wrapper call for gtk_ctree_set_node_info
10874                 and gtk_ctree_insert_node, that uses a 1x1 transparent
10875                 pixmap instead of a NULL one. This works around some
10876                 memory problems deep inside gtk, revealed by valgrind,
10877                 and fixes bug #834 (Pressing CTRl-D on a message marked 
10878                 as locked crashes sylpheed.), as well as, probably, 
10879                 wwp's 4th dimension problems that happen in gtk_ctree_*.
10880
10881 2005-10-17 [colin]      1.9.15cvs71
10882
10883         * src/mimeview.c
10884                 Provide visual feedback when checking
10885                 signature
10886
10887 2005-10-17 [colin]      1.9.15cvs70
10888
10889         * src/main.c
10890                 Keep the folder list frozen while checking caches...
10891
10892 2005-10-17 [colin]      1.9.15cvs69
10893
10894         * src/addr_compl.c
10895                 Fi bug #833 (Autocompleting from addressbook 
10896                 fails with extended chars)
10897         * src/imap.c
10898                 Fix 'adding messages' staying in statusbar
10899                 after an error
10900
10901 2005-10-17 [wwp]        1.9.15cvs68
10902
10903         * src/ssl_manager.c
10904                 Fix buttons' layout resizing when window size changes
10905
10906 2005-10-17 [wwp]        1.9.15cvs67
10907
10908         * src/account.c
10909         * src/prefs_account.c
10910         * src/prefs_common.c
10911         * src/prefs_common.h
10912         * src/prefs_folder_item.c
10913         * src/prefs_gtk.c
10914         * src/gtk/logwindow.c
10915         * src/gtk/pluginwindow.c
10916         * src/gtk/prefswindow.c
10917         * src/gtk/prefswindow.h
10918                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
10919
10920 2005-10-17 [paul]       1.9.15cvs66
10921
10922         * configure.ac
10923                 fix missing libetpan message
10924         * po/en_GB.po
10925                 updated
10926         * src/crash.c
10927         * src/manual.c
10928         * src/prefs_themes.c
10929         * src/common/defs.h
10930                 add some new URI defines, change some
10931                 others
10932         * src/wizard.c
10933                 make welcome message translatable
10934                 small improvements to english
10935                 other tweaks
10936         * src/gtk/menu.c
10937                 fix warnings
10938
10939 2005-10-17 [paul]       1.9.15cvs65
10940
10941         * src/summaryview.c
10942                 fix column titles
10943
10944 2005-10-16 [mones]      1.9.15cvs64
10945
10946         * po/es.po
10947                 Updated translation
10948
10949 2005-10-16 [colin]
10950
10951         1.9.99-rc1 released
10952
10953 2005-10-16 [colin]      1.9.15cvs63
10954
10955         * src/wizard.c
10956                 Fix whitespace
10957
10958 2005-10-16 [colin]      1.9.15cvs62
10959
10960         * src/toolbar.c
10961                 s/Get All/Get Mail/
10962         * src/wizard.c
10963                 Real welcome mail text, thanks Paul
10964
10965 2005-10-16 [colin]      1.9.15cvs61
10966
10967         * src/editldap.c
10968         * src/exporthtml.c
10969         * src/main.c
10970         * src/mainwindow.c
10971         * src/prefs_themes.c
10972         * src/prefs_toolbar.c
10973         * src/plugins/demo/demo.c
10974         * src/plugins/trayicon/trayicon.c
10975                 s/Sylpheed/Sylpheed-Claws/
10976
10977 2005-10-16 [colin]      1.9.15cvs60
10978
10979         * src/wizard.c
10980                 Add a welcome email in the first empty mailbox
10981         * src/prefs_common.c
10982                 Change one more default
10983
10984 2005-10-16 [colin]      1.9.15cvs59
10985
10986         * src/wizard.c
10987                 Remove printf
10988
10989 2005-10-16 [colin]      1.9.15cvs58
10990
10991         * src/toolbar.c
10992         * src/prefs_common.c
10993                 Change some defaults
10994
10995 2005-10-16 [colin]      1.9.15cvs57
10996
10997         * src/toolbar.c
10998         * src/prefs_common.c
10999                 Change some defaults
11000
11001 2005-10-16 [colin]      1.9.15cvs56
11002
11003         * src/wizard.c
11004                 By default, initialize fonts to have
11005                 the same size as normal GtkWidgets
11006
11007 2005-10-16 [colin]      1.9.15cvs55
11008
11009         * src/mimeview.c
11010                 Fix message a bit more
11011
11012 2005-10-16 [colin]      1.9.15cvs54
11013
11014         * src/addressbook.c
11015                 Second attempt at flicker fixing
11016
11017 2005-10-16 [colin]      1.9.15cvs53
11018
11019         * src/addressbook.c
11020                 Fix flicker
11021
11022 2005-10-16 [wwp]        1.9.15cvs52
11023
11024         * src/addressbook.c
11025         * src/editaddress.c
11026         * src/prefs_common.c
11027         * src/prefs_common.h
11028                 Remember window sizes (address book)
11029
11030 2005-10-16 [wwp]        1.9.15cvs51
11031
11032         * src/plugins/clamav/clamav_plugin_gtk.c
11033         * src/plugins/spamassassin/spamassassin_gtk.c
11034                 Fix compilation warnings (missing #include).
11035
11036 2005-10-16 [colin]      1.9.15cvs50
11037
11038         * src/mimeview.c
11039         * src/summaryview.c
11040         * src/textview.c
11041                 Make 'c' check signature, and forward
11042                 c, l, y, t from summaryview to mimeview
11043
11044 2005-10-16 [colin]      1.9.15cvs49
11045
11046         * src/addressbook.c
11047                 Put border around buttons
11048         * src/mainwindow.c
11049         * src/summaryview.c
11050                 Rework menus (Patch based on a patch
11051                 by Paul)
11052
11053 2005-10-15 [wwp]        1.9.15cvs48
11054
11055         * src/editjpilot.c
11056         * src/editldap.c
11057         * src/editvcard.c
11058         * src/exphtmldlg.c
11059         * src/expldifdlg.c
11060         * src/export.c
11061         * src/import.c
11062         * src/importldif.c
11063         * src/importmutt.c
11064         * src/importpine.c
11065         * src/prefs_account.c
11066         * src/prefs_spelling.c
11067         * src/gtk/gtkutils.c
11068         * src/gtk/gtkutils.h
11069         * src/plugins/clamav/clamav_plugin_gtk.c
11070         * src/plugins/spamassassin/spamassassin_gtk.c
11071                 use nicer browse-for-file/dir buttons than the "..." ones,
11072                 code factorizing more.
11073
11074 2005-10-14 [colin]      1.9.15cvs47
11075
11076         * src/mainwindow.c
11077                 set relief on the account switcher so that people see it
11078                 grey out Create processing rules when no message is selected
11079         * src/prefs_filtering.c
11080                 ask before closing if the rule has not been modified, even if
11081                 it's not valid
11082         * src/prefs_matcher.c
11083                 fix sensitivity when entering the dialog
11084         * src/gtk/inputdialog.c
11085                 display a better icon on password ask
11086         * src/plugins/pgpcore/passphrase.c
11087                 make the dialog look better
11088
11089 2005-10-14 [paul]       1.9.15cvs46
11090
11091         * src/folderview.c
11092                 indicate presense of marked msgs in
11093                 unexpanded subfolders
11094
11095 2005-10-14 [paul]       1.9.15cvs45
11096
11097         * src/prefs_actions.c
11098         * src/prefs_common.c
11099         * src/prefs_common.h
11100         * src/prefs_filtering_action.c
11101         * src/prefs_matcher.c
11102         * src/prefs_template.c
11103                 remember window sizes
11104                 fix Info button size
11105
11106         Patches by wwp
11107
11108 2005-10-13 [colin]      1.9.15cvs44
11109
11110         * src/mimeview.c
11111         * src/noticeview.c
11112         * src/noticeview.h
11113                 Add a tooltip on the icon (optional) 
11114                 Get rid of the signature buttons and only
11115                 use the icon+tooltip
11116
11117 2005-10-13 [colin]      1.9.15cvs43
11118
11119         * src/noticeview.c
11120         * src/noticeview.h
11121                 Add hand cursor for hovering over icon
11122
11123 2005-10-13 [colin]      1.9.15cvs42
11124
11125         * src/summaryview.c
11126                 Fix crash when quicksearch's hidden 
11127                 at startup
11128
11129 2005-10-13 [colin]      1.9.15cvs41
11130
11131         * src/compose.c
11132                 Set subject when forwarding multiple mails
11133                 Check that other recipient than the default Cc or Bcc
11134                 have been set before sending.
11135
11136 2005-10-13 [colin]      1.9.15cvs40
11137
11138         * src/imap.c
11139                 Batch per-folder
11140                 Introduce locking, but don't use it yet
11141
11142 2005-10-13 [colin]      1.9.15cvs39
11143
11144         * src/gtk/quicksearch.c
11145                 Reset quicksearch when hiding it
11146                 Make sticky a real pref
11147
11148 2005-10-13 [colin]      1.9.15cvs38
11149
11150         * src/summaryview.c
11151                 Faster prefs apply
11152
11153 2005-10-13 [colin]      1.9.15cvs37
11154
11155         * src/mimeview.c
11156         * src/noticeview.c
11157         * src/noticeview.h
11158         * src/plugins/pgpcore/sgpgme.c
11159                 Make privacy icon clickable
11160                 Move Trust field in Full info
11161                 When trust is less than full, don't display
11162                 a warning icon
11163
11164 2005-10-13 [colin]      1.9.15cvs36
11165
11166         * src/folder.c
11167                 Batch on flags sync
11168         * src/folderview.c
11169                 Revert speed hack which is dangerous in fact
11170                 Apply prefs faster
11171
11172 2005-10-13 [colin]      1.9.15cvs35
11173
11174         * src/folder_item_prefs.c
11175                 Fix pref corruption on folder move. Patch
11176                 by wwp
11177
11178 2005-10-13 [paul]       1.9.15cvs34
11179
11180         * src/export.c
11181         * src/import.c
11182                 fix typos in g_warnings
11183         * src/prefs_account.c
11184                 add a file selector for Signature file
11185
11186         Patches by wwp
11187
11188 2005-10-12 [colin]      1.9.15cvs33
11189
11190         * src/mimeview.c
11191                 Provide a quick way to go back from a
11192                 signature's full info to the email part
11193
11194 2005-10-12 [colin]      1.9.15cvs32
11195
11196         * src/compose.c
11197                 Remove old hack of encoding signed mails with base64.
11198                 QP works equally well.
11199
11200 2005-10-12 [colin]      1.9.15cvs31
11201
11202         * src/crash.c
11203                 Replace deprecated GtkText with GtkTextView
11204         * src/imap.c
11205                 Fix a logic bug about counts in imap_select
11206                 (previously un-triggered)
11207         * src/mainwindow.c
11208         * src/summaryview.c
11209         * src/news.c
11210                 Allow local deletion of news posts
11211         * src/mimeview.c
11212                 Show GPG noticeview on the message/rfc822 part
11213                 in addition to the text/plain one
11214         * src/prefs_image_viewer.c
11215           src/plugins/pgpcore/prefs_gpg.c
11216                 Polish (set the label as part of the checkbox)
11217         * src/wizard.c
11218                 Don't sit there doing nothing after destroying
11219                 the window - return err
11220
11221 2005-10-11 [colin]      1.9.15cvs30
11222
11223         * src/folderview.c
11224                 Apply processing rules before showing folders.
11225                 Early folder show (before flags sync) will only
11226                 be done when there are no processing rules (nor
11227                 pre- or post- ones)
11228         * src/imap.c
11229                 Fix stuff related to mail subdir, creation and 
11230                 deletion of folders 
11231         * src/imap_gtk.c
11232                 Don't allow creation of folders in NoInferior
11233                 folders, as it won't work
11234
11235 2005-10-10 [colin]      1.9.15cvs29
11236
11237         * src/compose.c
11238                 Reselect "None" Privacy system when selecting an
11239                 account with no privacy system defined
11240
11241 2005-10-10 [colin]      1.9.15cvs28
11242
11243         * src/mainwindow.c
11244                 Add Windows-1252 encoding
11245         * src/prefs_common.c
11246                 Rework some defaults:
11247                 - autosave to draft by default
11248                 - don't show header pane (it's already in the textview)
11249                 - Select first new or unread mail on entry
11250                 - Assume 'Yes' to change folder when there's no more
11251                   unread message
11252         * src/prefs_matcher.c
11253                 Fix a gtk assertion failure
11254         * src/gtk/colorlabel.c
11255                 Workaround bad repainting on selection
11256         * src/main.c
11257                 Freeze/thaw (a bit faster on ssh -X)
11258         * src/msgcache.c
11259                 Get rid of StrdupConverter that just adds an
11260                 extra strdup/free 
11261         * src/etpan/imap_thread.c
11262                 memset buf to 0
11263
11264 2005-10-10 [colin]      1.9.15cvs27
11265
11266         * src/export.c
11267         * src/import.c
11268                 Fix compile on gtk 2.4. Patch by wwp
11269
11270 2005-10-09 [colin]      1.9.15cvs26
11271
11272         * src/mainwindow.c
11273         * src/messageview.c
11274         * src/summaryview.c
11275                 Clarify forward menus. Patch by wwp
11276
11277 2005-10-09 [colin]      1.9.15cvs25
11278
11279         * src/compose.c
11280         * src/compose.h
11281                 Fix bug #829 (Non-working "Encrypt message by 
11282                 default when replying to an encrypted message")
11283
11284 2005-10-08 [colin]      1.9.15cvs24
11285
11286         * src/wizard.c
11287                 Fix bug #827 ("Welcome" setup wizard after a 
11288                 permission error gives up & forgets itself.)
11289
11290 2005-10-08 [colin]      1.9.15cvs23
11291
11292         * src/procmime.c
11293                 Fix bug #828 (Ignoring headers with spaces around = sign)
11294
11295 2005-10-08 [colin]      1.9.15cvs22
11296
11297         * src/export.c
11298                 Warning fix by wwp
11299
11300 2005-10-08 [colin]      1.9.15cvs21
11301
11302         * src/folder.c
11303         * src/folder.h
11304                 Add a processing_pending indicator, set on 
11305                 folder_item_open and cleared after 
11306                 folder_item_process_open
11307         * src/folderview.c
11308         * src/summaryview.c
11309                 wrap procmsg_msginfo_*_flags, and in the
11310                 wrapper check that there's no folder processing 
11311                 pending. If there is, defer the flags change until 
11312                 processing is done to avoid stepping over each
11313                 other's toes.
11314                 Freeze during processing, but not during scanning.
11315
11316 2005-10-07 [colin]      1.9.15cvs20
11317
11318         * src/plugins/pgpcore/passphrase.c
11319                 Fix bug #826 (X-Server hangs when 
11320                 right-clicking a PGP encrypted message)
11321
11322 2005-10-07 [paul]       1.9.15cvs19
11323
11324         * src/compose.c
11325                 fix compose_entries[]
11326                 patch by Fabien Vantard
11327
11328 2005-10-06 [colin]      1.9.15cvs18
11329
11330         * src/pixmaps/address.xpm
11331         * src/pixmaps/address_book.xpm
11332         * src/pixmaps/book.xpm
11333         * src/pixmaps/check_spelling.xpm
11334         * src/pixmaps/checkbox_off.xpm
11335         * src/pixmaps/checkbox_on.xpm
11336         * src/pixmaps/close.xpm
11337         * src/pixmaps/complete.xpm
11338         * src/pixmaps/continue.xpm
11339         * src/pixmaps/deleted.xpm
11340         * src/pixmaps/down_arrow.xpm
11341         * src/pixmaps/exec.xpm
11342         * src/pixmaps/forwarded.xpm
11343         * src/pixmaps/group.xpm
11344         * src/pixmaps/ignorethread.xpm
11345         * src/pixmaps/interface.xpm
11346         * src/pixmaps/jpilot.xpm
11347         * src/pixmaps/ldap.xpm
11348         * src/pixmaps/linewrap.xpm
11349         * src/pixmaps/linewrapcurrent.xpm
11350         * src/pixmaps/mail.xpm
11351         * src/pixmaps/mail_attach.xpm
11352         * src/pixmaps/mail_compose.xpm
11353         * src/pixmaps/mail_forward.xpm
11354         * src/pixmaps/mail_receive.xpm
11355         * src/pixmaps/mail_receive_all.xpm
11356         * src/pixmaps/mail_reply.xpm
11357         * src/pixmaps/mail_reply_to_all.xpm
11358         * src/pixmaps/mail_reply_to_author.xpm
11359         * src/pixmaps/mail_send.xpm
11360         * src/pixmaps/mail_send_queue.xpm
11361         * src/pixmaps/mime_application.xpm
11362         * src/pixmaps/mime_audio.xpm
11363         * src/pixmaps/mime_image.xpm
11364         * src/pixmaps/mime_message.xpm
11365         * src/pixmaps/mime_text_enriched.xpm
11366         * src/pixmaps/mime_text_html.xpm
11367         * src/pixmaps/mime_text_plain.xpm
11368         * src/pixmaps/mime_unknown.xpm
11369         * src/pixmaps/new.xpm
11370         * src/pixmaps/news_compose.xpm
11371         * src/pixmaps/offline.xpm
11372         * src/pixmaps/online.xpm
11373         * src/pixmaps/paste.xpm
11374         * src/pixmaps/preferences.xpm
11375         * src/pixmaps/privacy_emblem_encrypted.xpm
11376         * src/pixmaps/privacy_expired.xpm
11377         * src/pixmaps/privacy_failed.xpm
11378         * src/pixmaps/privacy_passed.xpm
11379         * src/pixmaps/privacy_signed.xpm
11380         * src/pixmaps/privacy_unknown.xpm
11381         * src/pixmaps/privacy_warn.xpm
11382         * src/pixmaps/properties.xpm
11383         * src/pixmaps/replied.xpm
11384         * src/pixmaps/search.xpm
11385         * src/pixmaps/unread.xpm
11386         * src/pixmaps/up_arrow.xpm
11387         * src/pixmaps/vcard.xpm
11388                 Modernize internal theme, with icons from the 
11389                 Gnomaws theme. Keep some of the old ones where
11390                 they were better.
11391
11392 2005-10-06 [colin]      1.9.15cvs17
11393
11394         * src/summaryview.c
11395                 Little optimisations + bugfix
11396         * src/toolbar.c
11397                 Remove default useless items - useless being defined
11398                 by the default relevant prefs
11399         * src/wizard.c
11400                 include config.h to make gettext work
11401         * src/prefs_themes.c
11402                 Fix selection of current theme in prefs
11403
11404 2005-10-06 [colin]      1.9.15cvs16
11405
11406         * src/prefs_common.c
11407         * src/prefs_common.h
11408         * src/prefs_summaries.c
11409         * src/folderview.c
11410                 Add a warning dialog on Mark all read 
11411                 (with pref to get rid of it)
11412
11413 2005-10-06 [paul]       1.9.15cvs15
11414
11415         * po/nb.po
11416         * po/pt_BR.po
11417                 updated by Geir Helland and Frederico
11418                 Goncalves Guimaraes
11419
11420 2005-10-05 [colin]      1.9.15cvs14
11421
11422         * src/folder.c
11423         * src/folder.h
11424         * src/folderview.c
11425         * src/folderview.h
11426         * src/imap_gtk.c
11427         * src/mh_gtk.c
11428         * src/mainwindow.c
11429         * src/setup.c
11430                 add a way to rescan without rebuilding
11431                 make moving a bit faster (less folders changes)
11432                 don't lock the tree on Get 
11433         * src/imap.c
11434                 Don't re-delete deleted messages before expunging
11435         * src/summaryview.c
11436                 Set batch mode when deleting mails
11437
11438 2005-10-05 [paul]       1.9.15cvs13
11439
11440         * src/mainwindow.c
11441         * src/mainwindow.h
11442                 fix disabled Execute menu item
11443         * src/toolbar.c
11444                 match the change in 1.9.15cvs10: use Compose
11445                 instead of News by default
11446
11447 2005-10-04 [colin]      1.9.15cvs12
11448
11449         * src/compose.c
11450                 When replying to an ML post with Reply-To set
11451                 to the poster's email, honor it (as before),
11452                 but also honor our user's request to reply to
11453                 the mailing list: set the ML address in the To
11454                 field and the Reply-To address in the Cc: 
11455                 field.
11456
11457 2005-10-04 [colin]      1.9.15cvs11
11458
11459         * src/plugins/trayicon/trayicon.c
11460                 Finish cosmetic change - thanks to wwp
11461
11462 2005-10-04 [colin]      1.9.15cvs10
11463
11464         * src/toolbar.c
11465                 Use Compose instead of Email by default.
11466                 Spotted by wwp.
11467
11468 2005-10-04 [colin]      1.9.15cvs9
11469
11470         * src/folder.c
11471         * src/folder.h
11472         * src/folderview.c
11473         * src/imap.c
11474         * src/etpan/imap-thread.c
11475         * src/etpan/imap-thread.h
11476                 Try to make IMAP faster, by simplifying SEARCH
11477                 commands, avoiding sending two STATUS in a row,
11478                 and deferring flags sync and processing just
11479                 after displaying the folder. 
11480                 This will update the SummaryView in certain
11481                 cases (new mails not already fetched, flags
11482                 changed from another client) but in a non-
11483                 blocking manner.
11484
11485 2005-10-04 [colin]      1.9.15cvs8
11486
11487         * src/plugins/trayicon/trayicon.c
11488                 Relabel "Offline" to "Work offline"
11489
11490 2005-10-04 [colin]      1.9.15cvs7
11491
11492         * src/export.c
11493         * src/import.c
11494         * src/mbox.c
11495                 Fix mbox import/export buglets
11496                 Patch by wwp
11497         * src/plugins/trayicon/trayicon.c
11498                 Add offline swithc
11499                 Patch by wwp
11500
11501 2005-10-04 [colin]      1.9.15cvs6
11502
11503         * src/folder.c
11504         * src/folderview.c
11505         * src/summaryview.c
11506                 Better fix (don't break mark all read) for cvs2
11507
11508 2005-10-03 [colin]      1.9.15cvs5
11509
11510         * src/folder.c
11511                 Use a sane sort by default
11512
11513 2005-10-03 [colin]      1.9.15cvs4
11514
11515         * src/inc.c
11516                 Add a 'Only once' button for overriding offline mode
11517         * src/prefs_account.c
11518         * src/wizard.c
11519                 Add Local mbox to the wizard
11520                 Add IMAP subdir to the wizard (or the wizard is useless
11521                 for such accounts, or even worse than useless)
11522                 Move IMAP subdir from Advanced to Receive tab, as it's
11523                 not that uncommon
11524
11525 2005-10-03 [colin]      1.9.15cvs3
11526
11527         * src/send_message.c
11528                 Forgot this one in cvs1
11529
11530 2005-10-03 [colin]      1.9.15cvs2
11531
11532         * src/folder.c
11533                 Faster close when leaving a folder with lots
11534                 of new mails. Idea by David Relson.
11535
11536 2005-10-03 [colin]      1.9.15cvs1
11537
11538         * src/compose.c
11539         * src/imap.c
11540         * src/inc.c
11541         * src/main.c
11542         * src/messageview.c
11543         * src/news.c
11544         * src/summaryview.c
11545         * src/gtk/sslcertwindow.c
11546         * src/plugins/trayicon/trayicon.c
11547                 Add accels to every AlertPanel. Patch by Fabien 
11548                 Vantard
11549
11550 2005-10-03 [paul]       1.9.15
11551
11552         1.9.15 released
11553
11554 2005-10-03 [paul]       1.9.14cvs68
11555
11556         * po/ca.po
11557         * po/de.po
11558         * po/es.po
11559         * po/fi.po
11560         * po/fr.po
11561         * po/sk.po
11562         * po/sr.po
11563         * po/zh_CN.po
11564                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11565                 Mones Lastra, Tommi Pirinen, Fabien vantard,
11566                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
11567
11568 2005-10-03 [paul]       1.9.14cvs67
11569
11570         * src/send_message.c
11571                 prevent hang on Cancel
11572                 patch by Colin
11573
11574 2005-10-03 [paul]       1.9.14cvs66
11575
11576         * src/main.c
11577                 fix crash in IMAP caused by discrepancy
11578                 between check_at_startup and offline mode
11579                 Patch by Colin
11580
11581 2005-10-01 [paul]       1.9.14cvs65
11582
11583         * src/inc.c
11584                 fix engrish
11585
11586 2005-10-01 [paul]       1.9.14cvs64
11587         * src/export.c
11588         * src/import.c
11589                 synchronise import_mbox() and export_mbox()
11590         * src/mbox.c
11591                 proc_mbox(): add alert if file cannot be opened
11592                 export_list_to_mbox(): test if dest file exists,
11593                 prompt user to overwrite if it does. add alert
11594                 if file cannot be created
11595                                                                 
11596         Patch by wwp
11597                                                                                                                 
11598
11599 2005-09-30 [paul]       1.9.14cvs63
11600
11601         * src/addressbook.c
11602                 Fix sensitivity of a menu
11603         * src/codeconv.c
11604                 Respect hidden pref for mails with no encoding
11605         * src/common/xml.c
11606                 Fix memory corruption
11607         * src/plugins/pgpcore/sgpgme.c
11608                 Fix segfault on incomplete sigs, and display
11609                 of S/Mime UIDs
11610
11611         Patches by Colin
11612
11613 2005-09-30 [colin]      1.9.14cvs62
11614
11615         * src/partial_download.c
11616                 Little logic fix in almost-dead code
11617         * src/pop.c
11618                 Fix partial download when there's no new mail
11619
11620 2005-09-29 [paul]       1.9.14cvs61
11621
11622         * src/plugins/pgpinline/pgpinline.c
11623                 fix bug 819, 'crash accessing sign message'
11624                 Patch by Colin
11625
11626 2005-09-28 [martin]     1.9.14cvs60
11627
11628         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11629                 fix bug #790 (Crash when restarting window manager (fluxbox))
11630
11631 2005-09-28 [paul]       1.9.14cvs59
11632
11633         * src/gtk/gtkaspell.c
11634                 fix off-by-one typo
11635
11636 2005-09-27 [colin]      1.9.14cvs58
11637
11638         * src/plugins/pgpcore/sgpgme.c
11639                 Report error when there's one, instead of
11640                 "Signature unchecked" 
11641
11642 2005-09-27 [colin]      1.9.14cvs57
11643
11644         * src/prefs_quote.c
11645                 Fix bug #816 (Weird quotation with spaces)
11646
11647 2005-09-27 [colin]      1.9.14cvs56
11648
11649         * src/codeconv.c
11650         * src/compose.c
11651         * src/compose.h
11652                 Put subject in compose's title
11653                 Fix Automatic encoding so that it's really automatic:
11654                 first try default locale's charset, then charset of the replied mail, 
11655                 then utf-8
11656                 Fix encoding of headers (must be in strict mode too)
11657
11658 2005-09-26 [colin]      1.9.14cvs55
11659
11660         * src/gtk/gtkaspell.c
11661                 Fix previous patch - don't color the space,
11662                 just uncolor it :)
11663
11664 2005-09-26 [colin]      1.9.14cvs54
11665
11666         * src/gtk/gtkaspell.c
11667                 Unmark space if possible
11668
11669 2005-09-26 [colin]      1.9.14cvs53
11670
11671         * src/imap.c
11672                 log_error instead of alertpanel according to the pref
11673         * src/etpan/imap-thread.c
11674                 Print connect status, copy only necessary size to 
11675                 logger
11676         * src/plugins/pgpmime/pgpmime.c
11677                 Handle S/Mime signatures (verification only). Patch based
11678                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
11679
11680 2005-09-26 [paul]       1.9.14cvs52
11681
11682         * src/common/passcrypt.c
11683                 this 'workaround' not necessary on NetBSD.
11684                 Thanks to Daniel Gustafson
11685
11686 2005-09-26 [paul]
11687
11688         1.9.15-rc4 released
11689
11690 2005-09-26 [paul]       1.9.14cvs51
11691
11692         * src/summaryview.c
11693                 Skip currently selected message when
11694                 looking for next new or unread message
11695                 in current folder. Patch by Colin
11696         * src/common/passcrypt.c
11697                 eliminate warnings on *BSD. Patch by
11698                 Daniel Gustafson
11699
11700 2005-09-26 [colin]      1.9.14cvs50
11701
11702         * src/procmsg.c
11703                 Call postfiltering hook anyway
11704
11705 2005-09-22 [colin]      1.9.14cvs49
11706
11707         * src/codeconv.c
11708         * src/codeconv.h
11709                 Add a strict mode that doesn't replace with _
11710         * src/compose.c
11711         * src/compose.h
11712                 Use strict conversion while sending
11713                 Fix race when drafting while sending (happens
11714                 on IMAP)
11715                 Fix d'n'd of messages from summaryview
11716         * src/prefs_common.c
11717         * src/prefs_common.h
11718                 add hidden utf8_instead_of_locale_for_broken_mail 
11719                 pref for people that preferred the default charset 
11720                 to be utf8 for broken mails
11721         * src/quote_fmt_parse.y
11722                 fix bug #815 (No quote insert if "From:" fied 
11723                 contained Russian letters)
11724         * src/summaryview.c
11725                 Fix d'n'd of messages to compose
11726
11727 2005-09-22 [paul]       1.9.14cvs48
11728
11729         * src/compose.c
11730                 fix bug where attachments Name entry
11731                 would display Path instead
11732
11733 2005-09-21 [paul]       1.9.14cvs47
11734
11735         * README
11736         * README.jp
11737         * configure.ac
11738         * config/config.rpath
11739         * doc/manual/en/sylpheed-20.html
11740         * doc/manual/es/sylpheed-20.html
11741         * po/bg.po
11742         * po/ca.po
11743         * po/de.po
11744         * po/es.po
11745         * po/fr.po
11746         * po/it.po
11747         * po/pt_BR.po
11748         * po/sk.po
11749         * po/zh_TW.po
11750         * src/account.c
11751         * src/account.h
11752         * src/action.c
11753         * src/action.h
11754         * src/adbookbase.h
11755         * src/addr_compl.c
11756         * src/addr_compl.h
11757         * src/addrbook.c
11758         * src/addrbook.h
11759         * src/addrcache.c
11760         * src/addrcache.h
11761         * src/addrcindex.c
11762         * src/addrcindex.h
11763         * src/addrclip.c
11764         * src/addrclip.h
11765         * src/addrdefs.h
11766         * src/addressadd.c
11767         * src/addressadd.h
11768         * src/addressbook.c
11769         * src/addressbook.h
11770         * src/addressitem.h
11771         * src/addrgather.c
11772         * src/addrgather.h
11773         * src/addrharvest.c
11774         * src/addrharvest.h
11775         * src/addrindex.c
11776         * src/addrindex.h
11777         * src/addritem.c
11778         * src/addritem.h
11779         * src/addrquery.c
11780         * src/addrquery.h
11781         * src/addrselect.c
11782         * src/addrselect.h
11783         * src/alertpanel.c
11784         * src/alertpanel.h
11785         * src/browseldap.c
11786         * src/browseldap.h
11787         * src/codeconv.c
11788         * src/codeconv.h
11789         * src/compose.c
11790         * src/compose.h
11791         * src/crash.c
11792         * src/crash.h
11793         * src/customheader.c
11794         * src/customheader.h
11795         * src/displayheader.c
11796         * src/displayheader.h
11797         * src/editaddress.c
11798         * src/editaddress.h
11799         * src/editbook.c
11800         * src/editbook.h
11801         * src/editgroup.c
11802         * src/editgroup.h
11803         * src/editjpilot.c
11804         * src/editjpilot.h
11805         * src/editldap.c
11806         * src/editldap.h
11807         * src/editldap_basedn.c
11808         * src/editldap_basedn.h
11809         * src/editvcard.c
11810         * src/editvcard.h
11811         * src/enriched.c
11812         * src/enriched.h
11813         * src/exphtmldlg.c
11814         * src/exphtmldlg.h
11815         * src/expldifdlg.c
11816         * src/expldifdlg.h
11817         * src/export.c
11818         * src/export.h
11819         * src/exporthtml.c
11820         * src/exporthtml.h
11821         * src/exportldif.c
11822         * src/exportldif.h
11823         * src/filtering.c
11824         * src/filtering.h
11825         * src/folder.c
11826         * src/folder.h
11827         * src/folder_item_prefs.c
11828         * src/folder_item_prefs.h
11829         * src/foldersel.c
11830         * src/foldersel.h
11831         * src/folderutils.c
11832         * src/folderutils.h
11833         * src/folderview.c
11834         * src/folderview.h
11835         * src/grouplistdialog.c
11836         * src/grouplistdialog.h
11837         * src/headerview.c
11838         * src/headerview.h
11839         * src/html.c
11840         * src/html.h
11841         * src/image_viewer.c
11842         * src/image_viewer.h
11843         * src/imap.c
11844         * src/imap.h
11845         * src/imap_gtk.c
11846         * src/imap_gtk.h
11847         * src/import.c
11848         * src/import.h
11849         * src/importldif.c
11850         * src/importldif.h
11851         * src/importmutt.c
11852         * src/importmutt.h
11853         * src/importpine.c
11854         * src/importpine.h
11855         * src/inc.c
11856         * src/inc.h
11857         * src/jpilot.c
11858         * src/jpilot.h
11859         * src/ldapctrl.c
11860         * src/ldapctrl.h
11861         * src/ldaplocate.c
11862         * src/ldaplocate.h
11863         * src/ldapquery.c
11864         * src/ldapquery.h
11865         * src/ldapserver.c
11866         * src/ldapserver.h
11867         * src/ldaputil.c
11868         * src/ldaputil.h
11869         * src/ldif.c
11870         * src/ldif.h
11871         * src/localfolder.c
11872         * src/localfolder.h
11873         * src/main.c
11874         * src/main.h
11875         * src/mainwindow.c
11876         * src/mainwindow.h
11877         * src/manual.c
11878         * src/manual.h
11879         * src/matcher.c
11880         * src/matcher.h
11881         * src/matcher_parser.h
11882         * src/matcher_parser_lex.l
11883         * src/matcher_parser_parse.y
11884         * src/mbox.c
11885         * src/mbox.h
11886         * src/message_search.c
11887         * src/message_search.h
11888         * src/messageview.c
11889         * src/messageview.h
11890         * src/mh.c
11891         * src/mh.h
11892         * src/mh_gtk.c
11893         * src/mh_gtk.h
11894         * src/mimeview.c
11895         * src/mimeview.h
11896         * src/msgcache.c
11897         * src/msgcache.h
11898         * src/mutt.c
11899         * src/mutt.h
11900         * src/news.c
11901         * src/news.h
11902         * src/news_gtk.c
11903         * src/news_gtk.h
11904         * src/noticeview.c
11905         * src/noticeview.h
11906         * src/partial_download.c
11907         * src/partial_download.h
11908         * src/pine.c
11909         * src/pine.h
11910         * src/pop.c
11911         * src/pop.h
11912         * src/prefs_account.c
11913         * src/prefs_account.h
11914         * src/prefs_actions.c
11915         * src/prefs_actions.h
11916         * src/prefs_common.c
11917         * src/prefs_common.h
11918         * src/prefs_compose_writing.c
11919         * src/prefs_compose_writing.h
11920         * src/prefs_customheader.c
11921         * src/prefs_customheader.h
11922         * src/prefs_display_header.c
11923         * src/prefs_display_header.h
11924         * src/prefs_ext_prog.c
11925         * src/prefs_ext_prog.h
11926         * src/prefs_filtering.c
11927         * src/prefs_filtering.h
11928         * src/prefs_filtering_action.c
11929         * src/prefs_filtering_action.h
11930         * src/prefs_folder_column.c
11931         * src/prefs_folder_column.h
11932         * src/prefs_folder_item.c
11933         * src/prefs_folder_item.h
11934         * src/prefs_fonts.c
11935         * src/prefs_fonts.h
11936         * src/prefs_gtk.c
11937         * src/prefs_gtk.h
11938         * src/prefs_image_viewer.c
11939         * src/prefs_image_viewer.h
11940         * src/prefs_matcher.c
11941         * src/prefs_matcher.h
11942         * src/prefs_message.c
11943         * src/prefs_message.h
11944         * src/prefs_msg_colors.c
11945         * src/prefs_msg_colors.h
11946         * src/prefs_other.c
11947         * src/prefs_other.h
11948         * src/prefs_quote.c
11949         * src/prefs_quote.h
11950         * src/prefs_receive.c
11951         * src/prefs_receive.h
11952         * src/prefs_send.c
11953         * src/prefs_send.h
11954         * src/prefs_spelling.c
11955         * src/prefs_spelling.h
11956         * src/prefs_summaries.c
11957         * src/prefs_summaries.h
11958         * src/prefs_summary_column.c
11959         * src/prefs_summary_column.h
11960         * src/prefs_template.c
11961         * src/prefs_template.h
11962         * src/prefs_themes.c
11963         * src/prefs_themes.h
11964         * src/prefs_toolbar.c
11965         * src/prefs_toolbar.h
11966         * src/prefs_wrapping.c
11967         * src/prefs_wrapping.h
11968         * src/privacy.c
11969         * src/privacy.h
11970         * src/procheader.c
11971         * src/procheader.h
11972         * src/procmime.c
11973         * src/procmime.h
11974         * src/procmsg.c
11975         * src/procmsg.h
11976         * src/quote_fmt.c
11977         * src/quote_fmt_parse.y
11978         * src/recv.c
11979         * src/recv.h
11980         * src/remotefolder.c
11981         * src/remotefolder.h
11982         * src/send_message.c
11983         * src/send_message.h
11984         * src/setup.c
11985         * src/setup.h
11986         * src/simple-gettext.c
11987         * src/sourcewindow.c
11988         * src/sourcewindow.h
11989         * src/ssl_manager.c
11990         * src/ssl_manager.h
11991         * src/statusbar.c
11992         * src/statusbar.h
11993         * src/stock_pixmap.c
11994         * src/stock_pixmap.h
11995         * src/summary_search.c
11996         * src/summary_search.h
11997         * src/summaryview.c
11998         * src/summaryview.h
11999         * src/syldap.c
12000         * src/syldap.h
12001         * src/textview.c
12002         * src/textview.h
12003         * src/toolbar.c
12004         * src/toolbar.h
12005         * src/undo.c
12006         * src/undo.h
12007         * src/unmime.c
12008         * src/unmime.h
12009         * src/vcard.c
12010         * src/vcard.h
12011         * src/wizard.c
12012         * src/wizard.h
12013         * src/common/base64.c
12014         * src/common/base64.h
12015         * src/common/defs.h
12016         * src/common/hooks.c
12017         * src/common/hooks.h
12018         * src/common/log.c
12019         * src/common/log.h
12020         * src/common/md5.c
12021         * src/common/md5.h
12022         * src/common/mgutils.c
12023         * src/common/mgutils.h
12024         * src/common/nntp.c
12025         * src/common/nntp.h
12026         * src/common/passcrypt.c
12027         * src/common/passcrypt.h.in
12028         * src/common/plugin.c
12029         * src/common/plugin.h
12030         * src/common/prefs.c
12031         * src/common/prefs.h
12032         * src/common/progressindicator.c
12033         * src/common/progressindicator.h
12034         * src/common/quoted-printable.c
12035         * src/common/quoted-printable.h
12036         * src/common/session.c
12037         * src/common/session.h
12038         * src/common/smtp.c
12039         * src/common/smtp.h
12040         * src/common/socket.c
12041         * src/common/socket.h
12042         * src/common/ssl.c
12043         * src/common/ssl.h
12044         * src/common/ssl_certificate.c
12045         * src/common/ssl_certificate.h
12046         * src/common/string_match.c
12047         * src/common/string_match.h
12048         * src/common/stringtable.c
12049         * src/common/sylpheed.c
12050         * src/common/sylpheed.h
12051         * src/common/template.c
12052         * src/common/template.h
12053         * src/common/timing.h
12054         * src/common/utils.c
12055         * src/common/utils.h
12056         * src/common/uuencode.c
12057         * src/common/uuencode.h
12058         * src/common/version.h.in
12059         * src/common/xml.c
12060         * src/common/xml.h
12061         * src/common/xmlprops.c
12062         * src/common/xmlprops.h
12063         * src/gtk/about.c
12064         * src/gtk/about.h
12065         * src/gtk/colorlabel.c
12066         * src/gtk/colorlabel.h
12067         * src/gtk/colorsel.c
12068         * src/gtk/colorsel.h
12069         * src/gtk/description_window.c
12070         * src/gtk/description_window.h
12071         * src/gtk/filesel.c
12072         * src/gtk/filesel.h
12073         * src/gtk/foldersort.c
12074         * src/gtk/foldersort.h
12075         * src/gtk/gtkutils.c
12076         * src/gtk/gtkutils.h
12077         * src/gtk/inputdialog.c
12078         * src/gtk/inputdialog.h
12079         * src/gtk/logwindow.c
12080         * src/gtk/logwindow.h
12081         * src/gtk/manage_window.c
12082         * src/gtk/manage_window.h
12083         * src/gtk/menu.c
12084         * src/gtk/menu.h
12085         * src/gtk/pluginwindow.c
12086         * src/gtk/pluginwindow.h
12087         * src/gtk/prefswindow.c
12088         * src/gtk/prefswindow.h
12089         * src/gtk/progressdialog.c
12090         * src/gtk/progressdialog.h
12091         * src/gtk/quicksearch.c
12092         * src/gtk/quicksearch.h
12093         * src/gtk/sslcertwindow.c
12094         * src/gtk/sslcertwindow.h
12095         * src/plugins/clamav/clamav_plugin.c
12096         * src/plugins/clamav/clamav_plugin.h
12097         * src/plugins/clamav/clamav_plugin_gtk.c
12098         * src/plugins/demo/demo.c
12099         * src/plugins/dillo_viewer/dillo_prefs.c
12100         * src/plugins/dillo_viewer/dillo_prefs.h
12101         * src/plugins/dillo_viewer/dillo_viewer.c
12102         * src/plugins/mathml_viewer/mathml_viewer.c
12103         * src/plugins/pgpcore/passphrase.c
12104         * src/plugins/pgpcore/passphrase.h
12105         * src/plugins/pgpcore/plugin.c
12106         * src/plugins/pgpcore/prefs_gpg.c
12107         * src/plugins/pgpcore/prefs_gpg.h
12108         * src/plugins/pgpcore/select-keys.c
12109         * src/plugins/pgpcore/select-keys.h
12110         * src/plugins/pgpcore/sgpgme.c
12111         * src/plugins/pgpcore/sgpgme.h
12112         * src/plugins/pgpinline/pgpinline.c
12113         * src/plugins/pgpinline/pgpinline.h
12114         * src/plugins/pgpinline/plugin.c
12115         * src/plugins/pgpmime/pgpmime.c
12116         * src/plugins/pgpmime/pgpmime.h
12117         * src/plugins/pgpmime/plugin.c
12118         * src/plugins/spamassassin/spamassassin.c
12119         * src/plugins/spamassassin/spamassassin.h
12120         * src/plugins/spamassassin/spamassassin_gtk.c
12121         * src/plugins/trayicon/trayicon.c
12122         * tools/OOo2sylpheed.pl
12123         * tools/acroread2sylpheed.pl
12124         * tools/asus_mailled.sh
12125         * tools/filter_conv.pl
12126         * tools/freshmeat_search.pl
12127         * tools/google_search.pl
12128         * tools/kmail2sylpheed.pl
12129         * tools/kmail2sylpheed_v2.pl
12130         * tools/maildir2sylpheed.pl
12131         * tools/multiwebsearch.pl
12132         * tools/newscache_clean.pl
12133         * tools/outlook2sylpheed.pl
12134         * tools/sylpheed-switcher
12135         * tools/update-po
12136         * tools/vcard2xml.py
12137         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12138                 update FSF address
12139
12140 2005-09-21 [colin]      1.9.14cvs46
12141
12142         * src/gedit-print.c
12143         * src/procmsg.c
12144         * src/procmsg.h
12145         * src/textview.c
12146         * src/summaryview.c
12147                 Remove some printing hacks (deselection/reselection),
12148                 which by the way fix printing the currently 
12149                 displayed mime part (still only text)
12150                 Plus a little optimisation of summary_show
12151
12152
12153 2005-09-20 [colin]      1.9.14cvs45
12154
12155         * src/mainwindow.c
12156         * src/messageview.c
12157                 GUI fixups: add accels, set message
12158                 view title to displayed mail's subject
12159         * src/prefs_spelling.c
12160         * src/gtk/gtkaspell.c
12161                 GUI fixups: allow underlining misspelled
12162                 words instead of coloring them (a11y!)
12163
12164 2005-09-19 [colin]
12165
12166         1.9.15rc3 released
12167
12168 2005-09-19 [colin]      1.9.14cvs44
12169
12170         * src/compose.c
12171                 Fix draft message
12172         * src/gtk/gtkaspell.c
12173                 Fix wrong test ;-)
12174
12175 2005-09-19 [colin]      1.9.14cvs43
12176
12177         * src/addressbook.c
12178                 Fix sensitivity of Delete button
12179         * src/compose.c
12180                 Warn if the requested Privacy system
12181                 is not available
12182         * src/exphtmldlg.c
12183         * src/expldifdlg.c
12184         * src/importldif.c
12185         * src/importmutt.c
12186         * src/importpine.c
12187                 Fix crappy UI
12188         * src/
12189         * src/ssl.h
12190         * src/prefs_account.h
12191         * src/prefs_account.c
12192                 Save SSL prefs even in builds that have
12193                 SSL support disable
12194         * src/imap.c
12195         * src/inc.c
12196         * src/news.c
12197         * src/send_message.c
12198                 Warn if connection should be secure, but
12199                 SSL support isn't compiled in
12200         * src/gtkaspell.c
12201                 Fix word separation on UTF-8 systems
12202                 Fixes bug #812 (Strange inline spellchecking)
12203         * src/compose.c
12204                 Warn if the requested Privacy system
12205                 is not available
12206                 Factorize offline warning
12207         * src/imap.c
12208         * src/imap_gtk.c
12209         * src/imap_gtk.h
12210         * src/inc.h
12211         * src/news_gtk.c
12212         * src/news_gtk.h
12213         * src/messageview.c
12214                 Factorize offline warning
12215
12216 2005-09-19 [paul]
12217
12218         1.9.15-rc2 released
12219
12220 2005-09-18 [colin]      1.9.14cvs42
12221
12222         * src/codeconv.c
12223         * src/codeconv.h
12224         * src/procmime.c
12225                 Add a way to get locale's charset ignoring utf-8,
12226                 and use that as default encoding for broken mails
12227
12228 2005-09-18 [colin]      1.9.14cvs41
12229
12230         * src/gtk/logwindow.c
12231                 Translate string. Patch by Fabien Vantard
12232
12233 2005-09-18 [colin]      1.9.14cvs40
12234
12235         * configure.ac
12236                 Fix bug #803 (IMAP/SSL support breaks with 
12237                 GnuTLS libetpan 0.38)
12238
12239 2005-09-18 [colin]      1.9.14cvs39
12240
12241         * src/codeconv.c
12242         * src/compose.c
12243         * src/procmime.c
12244                 More charsets fixes. Fixes bug #806 (non
12245                 ascii characters in subject line)
12246
12247 2005-09-17 [paul]       1.9.14cvs38
12248
12249         * src/folderview.c
12250         * src/mainwindow.c
12251                 fix gcc-2.95 issues
12252                 Patch by Pawel Pekala
12253
12254 2005-09-17 [colin]      1.9.14cvs37
12255
12256         * src/addrindex.c
12257                 bugfix for NO-USE LDAP compilation, patch 
12258                 by Fabien Vantard
12259
12260 2005-09-17 [colin]      1.9.14cvs36
12261
12262         * src/prefs_actions.c
12263         * src/prefs_customheader.c
12264         * src/prefs_display_header.c
12265         * src/prefs_filtering_action.c
12266         * src/prefs_matcher.c
12267         * src/prefs_toolbar.c
12268                 Fix strange casts (less elegant but
12269                 works better)
12270
12271 2005-09-16 [colin]      1.9.14cvs35
12272
12273         * src/jpilot.c
12274                 Missed that one
12275
12276 2005-09-16 [colin]      1.9.14cvs34
12277
12278         * configure.ac
12279         * src/Makefile.am
12280         * src/addr_compl.c
12281         * src/addrindex.c
12282         * src/browseldap.c
12283         * src/editldap.c
12284         * src/ldaplocate.c
12285         * src/ldapquery.c
12286         * src/ldapquery.h
12287         * src/ldapserver.c
12288         * src/ldapserver.h
12289         * src/main.c
12290         * src/matcher_parser_parse.y
12291         * src/prefs_themes.c
12292         * src/etpan/Makefile.am
12293         * src/gtk/description_window.c
12294         * src/plugins/clamav/Makefile.am
12295         * src/plugins/clamav/clamav_plugin.c
12296         * src/plugins/dillo_viewer/Makefile.am
12297         * src/plugins/pgpcore/Makefile.am
12298         * src/plugins/pgpinline/Makefile.am
12299         * src/plugins/pgpmime/Makefile.am
12300         * src/plugins/trayicon/Makefile.am
12301                 Fix 100% cpu usage in address completion list
12302                 Fix little bugs (return with no values etc)
12303                 Fix all warnings (with common CFLAGS)
12304
12305 2005-09-15 [colin]      1.9.14cvs33
12306
12307         * src/addressbook.c
12308                 Fix bug where sometimes a group's email list is empty,
12309                 force its refresh (probably fixes "Re: how to create a 
12310                 distribution list")
12311         * src/ldapquery.c
12312                 Don't return to the callback in the main thread from the
12313                 fetch thread (or face segs!)
12314
12315 2005-09-15 [paul]       1.9.14cvs32
12316
12317         * src/prefs_matcher.c
12318                 forgotten in last commit
12319
12320 2005-09-15 [paul]       1.9.14cvs31
12321
12322         * src/prefs_actions.c
12323         * src/prefs_filtering_action.c
12324         * src/prefs_quote.c
12325         * src/quote_fmt.c
12326         * src/summaryview.c
12327         * src/gtk/description_window.c
12328         * src/gtk/description_window.h
12329         * src/gtk/quicksearch.c
12330                 allow interaction with the called
12331                 description window
12332                 Patch by Anders Hammar
12333
12334 2005-09-14 [paul]       1.9.14cvs30
12335
12336         * src/compose.c
12337                 fix a little annoyance when pasting with 3rd button 
12338                 with wrap_pastes=0 and wrap_input=1
12339                 Patch by Colin
12340
12341 2005-09-14 [paul]       1.9.14cvs29
12342
12343         * src/prefs_account.c
12344                 disable 'Filter messages on receiving' for
12345                 SMTP-only accounts
12346                 Patch  by Anders Hammar
12347
12348 2005-09-14 [paul]       1.9.14cvs28
12349
12350         * po/sk.po
12351                 fix crash
12352                 updated by Andrej Kacian
12353
12354 2005-09-14 [paul]
12355
12356         1.9.15-rc1 released
12357
12358 2005-09-14 [paul]       1.9.14cvs27
12359
12360         * po/es.po
12361                 updated by Ricardo Mones Lastra
12362         * src/compose.c
12363         * src/compose.h
12364                 associate no_wrap_tags to Compose windows
12365                 instead of using a static one
12366                 Patch by Colin
12367         * src/mbox.c
12368                 fix proc_mbox()
12369                 Patch by wwp
12370         * src/textview.c
12371                 remove unneeded printf()
12372
12373 2005-09-14 [paul]       1.9.14cvs26
12374
12375         * src/addrcache.c
12376         * src/codeconv.h
12377         * src/folder.h
12378         * src/mainwindow.h
12379         * src/mh.c
12380         * src/mimeview.h
12381         * src/partial_download.c
12382         * src/pop.c
12383         * src/prefs_account.c
12384         * src/prefs_account.h
12385         * src/prefs_actions.c
12386         * src/prefs_customheader.c
12387         * src/prefs_display_header.c
12388         * src/prefs_filtering_action.c
12389         * src/prefs_matcher.c
12390         * src/prefs_toolbar.c
12391         * src/privacy.h
12392         * src/procmime.c
12393         * src/procmime.h
12394         * src/procmsg.h
12395         * src/textview.c
12396         * src/undo.h
12397         * src/common/plugin.c
12398         * src/common/session.h
12399         * src/common/socket.c
12400         * src/common/socket.h
12401         * src/common/template.c
12402         * src/gtk/gtkaspell.c
12403         * src/gtk/quicksearch.h
12404         * src/plugins/pgpcore/passphrase.c
12405         * src/plugins/pgpcore/prefs_gpg.h
12406         * src/plugins/pgpcore/select-keys.c
12407         * src/plugins/pgpcore/select-keys.h
12408         * src/plugins/pgpcore/sgpgme.c
12409         * src/plugins/pgpinline/pgpinline.c
12410         * src/plugins/pgpmime/pgpmime.c
12411         * src/plugins/trayicon/trayicon.c
12412                 fix compilation warnings
12413                 Patch by Daniel Gustafson
12414
12415 2005-09-14 [paul]       1.9.14cvs25
12416
12417         * src/addressbook.c
12418                 add missing column header, and other small
12419                 bug fixes
12420                 Patch by Anders Hammar
12421
12422 2005-09-13 [colin]      1.9.14cvs24
12423
12424         * src/gtk/gtkaspell.c
12425                 Fix non-utf8 in menu
12426                 Fix little leaks
12427                 Nullify struct members after free()s
12428
12429 2005-09-13 [colin]      1.9.14cvs23
12430
12431         * src/compose.c
12432                 Test utf8 compliance before inserting to 
12433                 buffer, and try to convert if necessary
12434         * src/procmime.c
12435                 If no charset is present, use the locale 
12436                 one instead of us-ascii
12437         * src/procmsg.c
12438                 Add Sender, List-Post and To in the checked 
12439                 headers for automatic rules creation 
12440                 (thanks to wwp)
12441         * src/prefs_themes.c
12442         * src/gtk/gtkaspell.c
12443                 Remove deprecated functions. 
12444                 patch by Daniel Gustafson
12445
12446 2005-09-12 [colin]      1.9.14cvs22
12447
12448         * src/compose.c
12449                 Fix bug #448 (Scrolling/Redraw issue with 
12450                 address-fields in Header)
12451         * src/mainwindow.c
12452         * src/summaryview.c
12453         * src/summaryview.h
12454                 Fix loss of MSG_MARKED on move/copy
12455                 Fix bug #804 (Quicksearch togglebutton doesn't 
12456                 get depressed after '/' key is pressed)
12457
12458 2005-09-12 [paul]       1.9.14cvs21
12459
12460         * AUTHORS
12461         * src/gtk/logwindow.c
12462                 add 'Clear Log' to popup menu
12463                 Patch by Anders Hammar <anders.hammar@telia.com>
12464
12465 2005-09-12 [paul]       1.9.14cvs20
12466
12467         * src/compose.c
12468                 set correct sensitivity on attachments
12469                 popup menu
12470         * src/folder.c
12471                 fix typo
12472         * src/prefs_spelling.c
12473                 fix crash when no LANG env is set
12474         * src/common/xml.c
12475                 fix crash in wizard
12476                 don't use memeory after free
12477
12478         All patches by Daniel Gustafson
12479
12480 2005-09-12 [paul]       1.9.14cvs19
12481
12482         * src/prefs_themes.c
12483                 make theme info selectable
12484         * src/gtk/description_window.c
12485                 make window non-modal
12486         * tools/README
12487                 add details of asus_mailed.sh
12488         * tools/claws.i18n.status.pl
12489                 update for new zh_TW translator
12490                 widen the output
12491                 create alternate coloured lines
12492                 improve readability
12493
12494 2005-09-10 [colin]      1.9.14cvs18
12495
12496         * src/plugins/pgpcore/select-keys.c
12497                 Better order for the buttons
12498
12499 2005-09-10 [colin]      1.9.14cvs17
12500
12501         * src/compose.c
12502         * src/plugins/pgpcore/select-keys.c
12503         * src/plugins/pgpcore/select-keys.h
12504         * src/plugins/pgpcore/sgpgme.c
12505                 Add a "Don't encrypt" button to the key
12506                 selection dialog. Fixes bug #177 (There should be a 
12507                 'Don't encrypt button in the Select Keys dialog)
12508
12509 2005-09-10 [colin]      1.9.14cvs16
12510
12511         * src/compose.c
12512                 Fix bug #572 (%X option does not work with templates)
12513
12514 2005-09-10 [colin]      1.9.14cvs15
12515
12516         * src/toolbar.c 
12517                 Remove g_print
12518
12519 2005-09-10 [colin]      1.9.14cvs14
12520
12521         * src/imap.c
12522                 Fix a possible crash
12523
12524 2005-09-09 [colin]      1.9.14cvs13
12525
12526         * src/imap.c
12527         * src/etpan/imap-thread.c
12528         * src/etpan/imap-thread.h
12529                 Fix moving from queue or drafts to normal folders
12530                 Fix bug #794 (No way to delete without expunging)
12531                 Take flags unset by other mailers into account
12532                 Take deleted flag set by other mailers into account
12533                 Fix unsetting REPLIED flag
12534                 Fix crash when capabilities can't be retrieved
12535         * src/mainwindow.c
12536         * src/mainwindow.h
12537                 Add M_DELAYED_FLAGS condition, and let the user use
12538                 Execute in order to be able to expunge deleted mails,
12539                 even if he's not in delayed execute mode
12540         * src/prefs_spelling.c
12541                 Use 'en' dictionary by default if LANG is POSIX or C
12542         * src/gtk/prefswindow.c
12543                 Fix bug #767 (Preferences windows expanding) by making
12544                 the window a bit larger when the resolution is greater
12545                 than 640x480, and by putting the prefs in a
12546                 GtkScrolledWindow.
12547
12548 2005-09-09 [paul]       1.9.14cvs12
12549
12550         * AUTHORS
12551         * configure.ac
12552         * po/zh_TW.Big5.po      ** REMOVED **
12553         * po/zh_TW.po           ** ADDED **
12554                 updated by Wei-Lun Chao
12555
12556 2005-09-09 [paul]       1.9.14cvs11
12557
12558         * src/mainwindow.c
12559                 fix asserts
12560         * src/common/xml.c
12561                 delay memory allocation until file is
12562                 opened successfully
12563                 Patch by Daniel Gustafson
12564
12565 2005-09-09 [colin]      1.9.14cvs10
12566
12567         * src/imap.c
12568                 Add guards
12569
12570 2005-09-08 [colin]      1.9.14cvs9
12571
12572         * src/compose.c
12573                 Alert when we can't save draft
12574                 Fix various wrap/color issues
12575                 Add mid-click pasting respecting wrap_paste option
12576         * src/folder.c
12577         * src/folder.h
12578         * src/folder_item_prefs.c
12579         * src/folder_item_prefs.h
12580         * src/imap.c
12581         * src/imap_gtk.c
12582         * src/imap_gtk.h
12583         * src/main.c
12584         * src/mainwindow.c
12585         * src/mainwindow.h
12586         * src/news.c
12587         * src/news_gtk.c
12588         * src/news_gtk.h
12589         * src/prefs_folder_item.c
12590                 Fix the impossibility to synchronise folders for
12591                 offline use (IMAP and NNTP are concerned)
12592
12593 2005-09-08 [colin]      1.9.14cvs8
12594
12595         * configure.ac
12596                 Build LDAP and JPilot by default if available
12597         * src/textview.c
12598                 Fix use after free
12599
12600 2005-09-08 [paul]       1.9.14cvs7
12601
12602         * doc/manual/en/sylpheed-1.html
12603         * doc/manual/en/sylpheed-18.html
12604         * doc/manual/en/sylpheed-19.html
12605         * doc/manual/en/sylpheed-4.html
12606         * doc/manual/en/sylpheed-6.html
12607         * doc/manual/en/sylpheed.html
12608                 a few minor updates, plus include some
12609                 details about plugins and their requirements
12610         * src/mainwindow.c
12611                 minor changes to English in /View/Sort
12612
12613 2005-09-07 [colin]      1.9.14cvs6
12614
12615         * doc/manual/en/sylpheed-1.html
12616         * doc/manual/en/sylpheed-10.html
12617         * doc/manual/en/sylpheed-11.html
12618         * doc/manual/en/sylpheed-12.html
12619         * doc/manual/en/sylpheed-13.html
12620         * doc/manual/en/sylpheed-14.html
12621         * doc/manual/en/sylpheed-15.html
12622         * doc/manual/en/sylpheed-16.html
12623         * doc/manual/en/sylpheed-17.html
12624         * doc/manual/en/sylpheed-18.html
12625         * doc/manual/en/sylpheed-19.html
12626         * doc/manual/en/sylpheed-2.html
12627         * doc/manual/en/sylpheed-20.html
12628         * doc/manual/en/sylpheed-21.html
12629         * doc/manual/en/sylpheed-22.html
12630         * doc/manual/en/sylpheed-3.html
12631         * doc/manual/en/sylpheed-4.html
12632         * doc/manual/en/sylpheed-5.html
12633         * doc/manual/en/sylpheed-6.html
12634         * doc/manual/en/sylpheed-7.html
12635         * doc/manual/en/sylpheed-8.html
12636         * doc/manual/en/sylpheed-9.html
12637         * doc/manual/en/sylpheed.html
12638                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
12639
12640 2005-09-07 [colin]      1.9.14cvs5
12641
12642         * src/mainwindow.c
12643                 Make labels more to-the-point
12644
12645 2005-09-07 [colin]      1.9.14cvs4
12646
12647         * doc/manual/en/sylpheed-1.html
12648         * doc/manual/en/sylpheed-12.html
12649         * doc/manual/en/sylpheed-13.html
12650         * doc/manual/en/sylpheed-14.html
12651         * doc/manual/en/sylpheed-15.html
12652         * doc/manual/en/sylpheed-16.html
12653         * doc/manual/en/sylpheed-17.html
12654         * doc/manual/en/sylpheed-18.html
12655         * doc/manual/en/sylpheed-19.html
12656         * doc/manual/en/sylpheed-2.html
12657         * doc/manual/en/sylpheed-20.html
12658         * doc/manual/en/sylpheed-21.html
12659         * doc/manual/en/sylpheed-22.html
12660         * doc/manual/en/sylpheed-4.html
12661         * doc/manual/en/sylpheed-5.html
12662         * doc/manual/en/sylpheed-6.html
12663         * doc/manual/en/sylpheed-7.html
12664         * doc/manual/en/sylpheed-8.html
12665         * doc/manual/en/sylpheed-9.html
12666         * doc/manual/en/sylpheed.html
12667                 Update manual
12668
12669 2005-09-07 [colin]      1.9.14cvs3
12670
12671         * doc/faq/en/sylpheed-faq-1.html
12672         * doc/faq/en/sylpheed-faq-2.html
12673         * doc/faq/en/sylpheed-faq-3.html
12674         * doc/faq/en/sylpheed-faq.html
12675                 Update FAQ
12676
12677 2005-09-07 [colin]      1.9.14cvs2
12678
12679         * src/folderview.c
12680         * src/procmsg.c
12681         * src/summaryview.c
12682         * src/toolbar.c
12683                 Fix special subfolders:
12684                 - Inherit parent's icon
12685                 - sent contents of queues subfolders
12686                 - empty subfolders of trashes
12687         * src/mainwindow.c
12688                 Remove outdated manual and faq entries
12689         * src/common/utils.c
12690                 Add quotes around %s coming from mailcap
12691
12692 2005-09-07 [colin]      1.9.14cvs1
12693
12694         * src/compose.c
12695                 After saving draft, set modified to FALSE
12696         * src/mimeview.c
12697         * src/common/utils.c
12698         * src/common/utils.h
12699                 Try to open mime parts using what is 
12700                 indicated in ~/.mailcap or /etc/mailcap,
12701                 if possible.
12702
12703 2005-09-05 [paul]       1.9.14
12704
12705         1.9.14 released
12706
12707         * po/sk.po
12708                 updated by Andrej Kacian
12709
12710 2005-09-05 [paul]       1.9.13cvs83
12711
12712         * po/de.po
12713         * po/es.po
12714         * po/fi.po
12715         * po/fr.po
12716         * po/nb.po
12717         * po/pt_BR.po
12718         * po/sr.po
12719                 updated translations by Thomas Gilgin, Ricardo Mones
12720                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
12721                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
12722
12723 2005-09-04 [paul]       1.9.13cvs82
12724
12725         * src/compose.c
12726                 only warn about exceeded line length limit
12727                 on send
12728
12729 2005-09-04 [paul]       1.9.13cvs81
12730
12731         * src/compose.c
12732                 fix crash in 'line length exceeded' dialogue
12733
12734 2005-09-02 [paul]       1.9.13cvs80
12735
12736         * src/imap.c
12737                 fix bug 795, 'Connection lost IMAP'
12738                 and add statusbar prints
12739                 Patch by Colin
12740
12741 2005-09-02 [paul]       1.9.13cvs79
12742
12743         * src/compose.c
12744                 compose_wrap_paragraph() becomes
12745                 compose_beautify_paragraph()
12746                 Patch by Colin
12747
12748 2005-09-02 [colin]      1.9.13cvs78
12749
12750         * src/folderview.c
12751                 Micro-fix
12752
12753 2005-09-01 [colin]      1.9.13cvs77
12754
12755         * src/imap.c
12756                 Maybe fix bug #795 (Connection lost IMAP)
12757                 Don't try to send logout when we're disconnected.
12758         * src/summaryview.c
12759                 Include locked and marked emails in HRM
12760                 view. Fixes bug #800 (Locked messages no longer 
12761                 show up when hide read messages is used)
12762
12763 2005-09-01 [paul]       1.9.13cvs76
12764
12765         * src/prefs_common.c
12766                 fix bad cutting
12767
12768 2005-08-31 [colin]      1.9.13cvs75
12769
12770         * src/folderview.c
12771         * src/folderview.h
12772         * src/prefs_summaries.c
12773         * src/summaryview.c
12774                 Fix "go to next new", fix preference
12775                 (Open unread/next swapped)
12776
12777 2005-08-31 [paul]       1.9.13cvs74
12778
12779         * src/compose.c
12780         * src/folderview.c
12781         * src/headerview.c
12782         * src/headerview.h
12783         * src/mainwindow.c
12784         * src/prefs_common.c
12785         * src/prefs_common.h
12786         * src/prefs_fonts.c
12787         * src/summaryview.c
12788         * src/textview.c
12789         * src/common/defs.h
12790                 remove obsolete BOLD_FONT setting
12791                 fix font update in headerview and textview
12792                 headers after prefs change
12793                 Patch By Colin
12794
12795 2005-08-31 [paul]
12796
12797         1.9.14-rc4 released
12798
12799 2005-08-30 [colin]      1.9.13cvs73
12800
12801         * src/summaryview.c
12802                 When Hide read messages is selected and we
12803                 refresh the summaryview, don't remove the 
12804                 currently displayed message. Fixes bug #797
12805                 (Summary view reloads when new mail is 
12806                 downloaded in 1.9.14 rc)
12807
12808 2005-08-30 [colin]      1.9.13cvs72
12809
12810         * src/folderview.c
12811                 Fix flickering
12812         * src/mainwindow.c
12813                 Remove useless callback
12814         * src/mimeview.c
12815         * src/gtk/filesel.c
12816         * src/gtk/filesel.h
12817                 Add a filesel_select_file_save_folder() - used by Save All
12818
12819 2005-08-29 [paul]       1.9.13cvs71
12820
12821         * AUTHORS
12822         * src/matcher_parser_parse.y
12823         * src/etpan/imap-thread.c
12824                 fix building on FreeBSD
12825                 Patch by Daniel Gustafson <daniel@hobbit.se>
12826
12827 2005-08-29 [paul]       1.9.13cvs70
12828
12829         * src/plugins/pgpinline/pgpinline.c
12830                 only initialise sig result if it's been handled
12831                 Patch by Colin
12832
12833 2005-08-29 [paul]       1.9.13cvs69
12834         
12835         Patches by Colin:
12836
12837         * src/imap.c
12838         * src/common.utils.c
12839         * src/common/utils.h
12840                 optimisation
12841         * src/stock_pixmap.h
12842                 fix wrong icon reference
12843         * src/pixmaps/trash_btn.xpm
12844                 replace with nicer image
12845
12846 2005-08-28 [colin]      1.9.13cvs68
12847
12848         * src/Makefile.am
12849         * src/stock_pixmap.c
12850         * src/stock_pixmap.h
12851         * src/toolbar.c
12852         * src/pixmaps/trash_btn.xpm
12853                 Add a specific trash xpm for the button
12854
12855 2005-08-28 [colin]      1.9.13cvs67
12856
12857         * src/imap.c
12858                 Fix leak
12859
12860 2005-08-27 [colin]      1.9.13cvs66
12861
12862         * src/imap.c
12863         * src/procmime.c
12864                 Correctly fix "Problem with replies", fixes
12865                 pgpmime encryption too. 
12866
12867 2005-08-27 [colin]      1.9.13cvs65
12868
12869         * src/folder.c
12870         * src/procmsg.c
12871         * src/procmsg.h
12872         * src/summaryview.c
12873                 Fix bug #517 (messages removed from summaryview 
12874                 when moving fails)
12875
12876 2005-08-27 [colin]      1.9.13cvs64
12877
12878         * tools/Makefile.am
12879         * tools/asus_mailled.sh
12880                 Add a script to blink ASUS laptops' mail LED where there
12881                 is unread mail.
12882
12883 2005-08-27 [colin]      1.9.13cvs63
12884
12885         * src/imap.c
12886         * src/etpan/imap-thread.c
12887         * src/etpan/imap-thread.h
12888                 Implement automatic choosing of login method
12889                 Fixes bug #791
12890         * src/gtk/.cvsignore
12891                 Add sylpheed-marshal.[ch]
12892
12893 2005-08-27 [colin]      1.9.13cvs62
12894
12895         * src/common/utils.c
12896                 Fix confusing perror
12897
12898 2005-08-27 [colin]      1.9.13cvs61
12899
12900         * src/toolbar.c
12901         * src/toolbar.h
12902                 Remove A_DELETE, replace it with 
12903                 A_TRASH and A_DELETE_REAL. Automatically
12904                 rewrite config files to replace A_DELETE
12905                 with A_TRASH (no functionality change).
12906                 Fixes half of #794
12907
12908 2005-08-26 [colin]      1.9.13cvs60
12909
12910         * src/procmime.c
12911                 Previous "Problem with replies" fix brought other
12912                 problems, fixing them
12913
12914 2005-08-26 [colin]      1.9.13cvs59
12915
12916         * src/procmime.c
12917                 Fix "Problem with replies". This happened only
12918                 on IMAP...
12919         * src/procmsg.c
12920                 Factorize code a bit
12921         * src/compose.c
12922                 Speed improvement on very long messages (wrapping)
12923                 Fix signature color on Reedit and Redirect
12924                 On Reedit, don't attach pgp-signatures parts, but
12925                 set signing to On.
12926
12927 2005-08-24 [paul]       1.9.13cvs58
12928
12929         * src/compose.c
12930                 don't claim success when clicking
12931                 Cancel on the passphrase box.
12932                 Patch by Colin
12933
12934 2005-08-24 [paul]       1.9.13cvs57
12935
12936         * src/main.c
12937                 fix misplaced sylpheed.log
12938         * src/common/defs.h
12939                 define UIDL_DIR
12940
12941 2005-08-24 [paul]       1.9.13cvs56
12942
12943         * src/imap.c
12944         * src/etpan/imap-thread.c
12945         * src/etpan/imap-thread.h
12946                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
12947                 Patch by Colin
12948         * src/gtk/sylpheed-marshal.c    ** REMOVED **
12949         * src/gtk/sylpheed-marshal.h    ** REMOVED **
12950                 remove autogenerated files
12951         * tools/kdeservicemenu/README
12952         * tools/kdeservicemenu/install.sh
12953         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12954         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12955                 use Claws icon, use 'Sylpheed-Claws' in menu,
12956                 use kdialog, and other cleanups
12957
12958 2005-08-23 [paul]       1.9.13cvs55
12959
12960         * src/compose.c
12961                 fix paste/wrap crash
12962                 Patch by Colin
12963
12964 2005-08-23 [paul]       1.9.13cvs54
12965
12966         * src/main.c
12967                 fix crash recovery
12968                 Patch by Colin
12969
12970 2005-08-23 [paul]       1.9.13cvs53
12971
12972         * src/addressbook.c
12973         * src/editaddress.c
12974                 view all data of LDAP contacts
12975                 Patch by Colin
12976
12977 2005-08-23 [paul]       1.9.13cvs52
12978
12979         * src/addressbook.c
12980                 fix issues with the Search field
12981                 Patch by Colin
12982
12983 2005-08-22 [paul]       1.9.13cvs51
12984
12985         * src/folderview.c
12986                 put name of folder in processing dialog
12987                 title
12988         * src/prefs_folder_item.c
12989                 improve english usage
12990
12991 2005-08-22 [paul]       1.9.13cvs50
12992
12993         * src/filtering.c
12994         * src/filtering.h
12995         * src/matcher.c
12996         * src/matcher_parser_lex.l
12997         * src/matcher_parser_parse.y
12998         * src/prefs_filtering.c
12999                 add Filtering/Processing rule names feature.
13000                 (the incompatible old matcherrc is saved as
13001                 matcherrc.pre_names).
13002                 Patch by Colin
13003
13004 2005-08-22 [paul]       1.9.13cvs49
13005
13006         * src/procmsg.c
13007                 fix colour labelling
13008                 Patch by Colin
13009
13010 2005-08-22 [paul]       1.9.13cvs48
13011
13012         * src/textview.c
13013                 fix open_image_cb()
13014
13015 2005-08-22 [paul]       1.9.13cvs47
13016
13017         * src/imap.c
13018                 fix bug 789, 'SC crashes with imap (CVS ver)'
13019                 Patch by Colin
13020
13021 2005-08-22 [paul]       1.9.13cvs46
13022
13023         * src/mimeview.c
13024         * src/prefs_common.c
13025         * src/common/defs.h
13026                 define reused defaults in defs.h
13027         * src/textview.c
13028                 add 'Open image' to image popup menu
13029
13030 2005-08-21 [colin]      1.9.13cvs45
13031
13032         * src/summaryview.c
13033                 Fix bug #788 (Bogus "From" address displayed)
13034
13035 2005-08-20 [colin]      1.9.13cvs44
13036
13037         * src/folder.c
13038                 Fix buf #787 (multilevel delete causes SIGSEGV)
13039
13040 2005-08-19 [colin]      1.9.13cvs43
13041
13042         * src/inc.c
13043         * src/prefs_common.c
13044         * src/prefs_common.h
13045                 Add an hidden pref to allow modifying the
13046                 update stepping in incorporation.
13047                 Patch by wwp.
13048
13049 2005-08-19 [colin]      1.9.13cvs42
13050
13051         * src/compose.c
13052         * src/procmime.c
13053                 Workaround for broken MUAs: encode 
13054                 Content-type: name: as ASCII and 
13055                 Content-Disposition: filename: as
13056                 per rfc2231
13057         * src/prefs_account.c
13058                 Fix invisible-ness of SMTP SSL prefs
13059                 in NNTP accounts
13060
13061 2005-08-19 [paul]       1.9.13cvs41
13062
13063         * src/compose.c
13064         * src/prefs_common.c
13065         * src/prefs_common.h
13066         * src/prefs_wrapping.c
13067                 paste with or without wrapping.
13068                 patch by Colin
13069
13070 2005-08-19 [paul]       1.9.13cvs40
13071
13072         * src/prefs_common.c
13073         * src/prefs_common.h
13074         * src/summaryview.c
13075                 reintroduce enable_swap_from as a
13076                 hidden pref. patch by Colin
13077         * src/quote_fmt_parse.y
13078         * src/plugins/clamav/clamav_plugin.c
13079         * src/plugins/dillo_viewer/dillo_viewer.c
13080         * src/plugins/mathml_viewer/mathml_viewer.c
13081         * src/plugins/pgpcore/sgpgme.c
13082         * src/plugins/pgpinline/pgpinline.c
13083         * src/plugins/pgpmime/pgpmime.c
13084                 tidy up. patch by Colin
13085
13086 2005-08-19 [paul]       1.9.13cvs39
13087
13088         * configure.ac
13089                 complete cvs38's sync
13090         * src/editaddress.c
13091         * src/gedit-print.c
13092         * src/mutt.c
13093         * src/etpan/etpan-log.c
13094         * src/etpan/imap-thread.c
13095         * src/gtk/gtksourceprintjob.c
13096                 fix compilation warnings
13097                 (patch by Colin)
13098
13099 2005-08-19 [paul]       1.9.13cvs38
13100
13101         sync with main:
13102
13103         * src/account.c
13104         * src/action.c
13105         * src/addrbook.c
13106         * src/addrcache.c
13107         * src/addrharvest.c
13108         * src/addrindex.c
13109         * src/codeconv.c
13110         * src/compose.c
13111         * src/crash.c
13112         * src/exporthtml.c
13113         * src/exportldif.c
13114         * src/folder.c
13115         * src/image_viewer.c
13116         * src/inc.c
13117         * src/inc.h
13118         * src/jpilot.c
13119         * src/ldif.c
13120         * src/main.c
13121         * src/matcher.c
13122         * src/mbox.c
13123         * src/messageview.c
13124         * src/mh.c
13125         * src/mimeview.c
13126         * src/msgcache.c
13127         * src/mutt.c
13128         * src/news.c
13129         * src/partial_download.c
13130         * src/pine.c
13131         * src/pop.c
13132         * src/prefs_actions.c
13133         * src/prefs_common.c
13134         * src/prefs_customheader.c
13135         * src/prefs_display_header.c
13136         * src/prefs_gtk.c
13137         * src/prefs_themes.c
13138         * src/procheader.c
13139         * src/procmime.c
13140         * src/procmsg.c
13141         * src/recv.c
13142         * src/send_message.c
13143         * src/simple-gettext.c
13144         * src/sourcewindow.c
13145         * src/textview.c
13146         * src/vcard.c
13147         * src/common/defs.h
13148         * src/common/log.c
13149         * src/common/plugin.c
13150         * src/common/prefs.c
13151         * src/common/session.c
13152         * src/common/session.h
13153         * src/common/socket.c
13154         * src/common/socket.h
13155         * src/common/ssl_certificate.c
13156         * src/common/template.c
13157         * src/common/utils.c
13158         * src/common/utils.h
13159         * src/common/xml.c
13160         * src/gtk/about.c
13161         added wrappers for C library function that
13162                 take pathname arguments.
13163                 enabled compilation with MinGW.
13164                 use GDir instead of directly using opendir().
13165                 added rename_force().
13166
13167 2005-08-19 [paul]       1.9.13cvs37
13168         
13169         patches by Colin:
13170         * src/compose.c
13171                 fix privacy settings on re-editing
13172                 a sent message
13173         * src/jpilot.c
13174                 fix encoding bug
13175         * src/folder.c
13176         * src/procmsg.c
13177         * src/procmsg.h
13178         * src/summaryview.c
13179                 flag changing optimisation
13180
13181 2005-08-18 [martin]     1.9.13cvs36
13182
13183         * commitHelper
13184             added my login
13185         * src/addrcache.c
13186         * src/addrharvest.c
13187         * src/addrindex.c
13188         * src/compose.c
13189         * src/grouplistdialog.c
13190         * src/main.c
13191         * src/mainwindow.c
13192         * src/msgcache.c
13193         * src/mutt.c
13194         * src/pine.c
13195         * src/prefs_account.c
13196         * src/prefs_themes.c
13197         * src/stock_pixmap.c
13198         * src/summaryview.c
13199         * src/gtk/about.c
13200         * src/gtk/logwindow.c
13201             removed deprecated glib and gdk stuff
13202         * src/plugins/pgpcore/select-keys.c
13203             convert attributes from locale to utf8
13204
13205 2005-08-17 [paul]       1.9.13cvs35
13206
13207         * src/account.c
13208         * src/addressbook.c
13209                 use new GTK_STOCK_ icons if available
13210         * src/summaryview.c
13211         * src/gtk/gtksctree.c
13212         * src/gtk/gtksctree.h
13213                 faster range select. patch by Colin
13214
13215 2005-08-17 [paul]       1.9.13cvs34
13216
13217         patches by colin:
13218         * src/addressbook.c
13219         * src/addressitem.h
13220                 Add an edit button for contacts, fix selections
13221                 of gtksctree items
13222         * src/editaddress.c
13223                 Change labels, let Save be always possible in the
13224                 email and user atributes tabs
13225         * src/folderview.c
13226                 fix sort issues
13227         * src/summaryview.c
13228                 select next item instead of the displayed one
13229                 after deletion
13230
13231         * src/gtk/progressdialog.c
13232                 use prefs_common.enable_rules_hint
13233
13234 2005-08-13 [hoa]        1.9.13cvs33
13235
13236         * src/etpan/imap-thread.c
13237                 fixed build on Solaris.
13238
13239 2005-08-10 [colin]      1.9.13cvs32
13240
13241         * src/procmsg.c
13242                 Fix cvs31 (missing fclose before reading
13243                 the file)
13244
13245 2005-08-10 [colin]      1.9.13cvs31
13246
13247         * src/procmsg.c
13248                 Fix procmsg_msginfo_new_from_mimeinfo() when
13249                 the MimeInfo isn't stored in memory. This fixes
13250                 replying to an attached message.
13251
13252 2005-08-10 [colin]      1.9.13cvs30
13253
13254         * src/mainwindow.c
13255                 Fix slowness in account changing
13256
13257 2005-08-10 [colin]      1.9.13cvs29
13258
13259         * src/folder.c
13260         * src/folderutils.c
13261         * src/folderview.c
13262         * src/imap_gtk.c
13263         * src/mainwindow.c
13264         * src/mh_gtk.c
13265         * src/procmsg.c
13266         * src/summaryview.c
13267                 Optimize folder_has_parent_of_type
13268                 Prevent moving special sub-folders from contextual menus
13269                 Rework message a bit ("Empty all messages" -> "Delete all
13270                 messages")
13271                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13272                 and "Deleted Items" folders)
13273
13274 2005-08-08 [colin]      1.9.13cvs28
13275
13276         * src/summaryview.c
13277         * src/prefs_summaries.c
13278                 Make "Select first unread|new" more flexible
13279                 (just prioritize new or unread)
13280
13281 2005-08-08 [colin]      1.9.13cvs27
13282
13283         * src/summaryview.c
13284                 If "select first new" is selected and there only
13285                 are unread messages, fallback to "select first
13286                 unread".
13287
13288 2005-08-08 [colin]      1.9.13cvs26
13289
13290         * src/folder.c
13291                 Fix shameful bugs (and bug #779)
13292
13293 2005-08-08 [colin]      1.9.13cvs25
13294
13295         * src/folder.c
13296         * src/folder.h
13297                 Cache parents' type to make folder_has_parent_of_type
13298                 faster
13299         * src/folderview.c
13300                 Forbid DnD of special sub-folders
13301         * src/procmsg.c
13302         * src/procmsg.h
13303                 Add MAIL_POSTFILTERING_HOOK
13304         * src/summaryview.c
13305                 Revert over-zealous deletion of the use_addr_book 
13306                 code
13307
13308 2005-08-07 [colin]      1.9.13cvs24
13309
13310         * src/folder.c
13311                 Fix big mistake (passing MsgInfo instead 
13312                 of FolderItem)
13313
13314 2005-08-07 [colin]      1.9.13cvs23
13315
13316         * src/compose.c
13317         * src/folder.c
13318         * src/folder.h
13319         * src/foldersel.c
13320         * src/folderutils.c
13321         * src/folderview.c
13322         * src/imap.c
13323         * src/mainwindow.c
13324         * src/messageview.c
13325         * src/mh.c
13326         * src/msgcache.c
13327         * src/procmime.c
13328         * src/summaryview.c
13329                 Make subfolders of Drafts, Queue, Outbox, Trash
13330                 work like their parents. 
13331                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13332
13333 2005-08-07 [colin]      1.9.13cvs22
13334
13335         * src/addressbook.c
13336                 Fix bug #771 (Dragged contacts not saved)
13337
13338 2005-08-07 [paul]       1.9.13cvs21
13339
13340         * src/summaryview.c
13341                 fix bug 32 'Search Doesn't display results
13342                 if "Hide Read Messages" is chosen'
13343                 be more literal in interpreting 'Hide read
13344                 messages'
13345
13346 2005-08-07 [colin]      1.9.13cvs20
13347
13348         * src/folderview.c
13349                 Add debug
13350         * src/summaryview.c
13351                 Faster 'unthread_for_execution'
13352
13353 2005-08-06 [paul]       1.9.13cvs19
13354
13355         * src/mainwindow.c
13356                 add mnemonics to Set displayed columns
13357                 fix bug where msgview_visible option was
13358                 overwritten as TRUE on startup
13359
13360 2005-08-06 [paul]       1.9.13cvs18
13361
13362         * src/mainwindow.c
13363                 refer to 'displayed columns in folder/message
13364                 list' not 'displayed items in summary/message view'
13365         * src/prefs_display_header.c
13366                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13367                 be consistent with similar dialogues
13368         * src/prefs_folder_column.c
13369         * src/prefs_summary_column.c
13370                 'columns' not 'items', and folder and message lists,
13371                 instead of folder and summary views;
13372                 Use 'Hidden columns' as list heading not 'Available
13373                 items';
13374                 move the 'Remove' button to the right hand side;
13375                 top-align the buttons;
13376                 remove unneeded vbox
13377         * src/prefs_summaries.c
13378                 put the 2 column prefs buttons in a frame to reduce
13379                 overall width; refer to columns not items &c.
13380
13381 2005-08-05 [colin]      1.9.13cvs17
13382
13383         * src/prefs_common.c
13384         * src/prefs_common.h
13385         * src/mainwindow.c
13386         * src/compose.c
13387         * src/messageview.c
13388                 Add an hidden toolbar_detachable pref, so
13389                 that I can get rid of these painful handles
13390                 in the toolbars. Defaults to TRUE to avoid
13391                 changing the GUI on unsuspecting people...
13392
13393 2005-08-05 [colin]      1.9.13cvs16
13394
13395         * src/Makefile.am
13396         * src/prefs_folder_column.c
13397         * src/prefs_folder_column.h
13398                 Add prefs for folder columns
13399         * src/folderview.c
13400         * src/folderview.h
13401         * src/mainwindow.c
13402         * src/mainwindow.h
13403         * src/prefs_common.c
13404         * src/prefs_common.h
13405         * src/prefs_summaries.c
13406                 Use them
13407         * src/prefs_summary_column.c
13408         * src/summaryview.c
13409         * src/summaryview.h
13410                 Add a To column
13411         * src/textview.c
13412         * src/common/utils.c
13413         * src/common/utils.h
13414                 Move uri colourisation functions
13415                 to utils
13416         * src/compose.c
13417                 Colourise URIs
13418         * src/imap.c
13419                 Fix bug with LIST where we'd try
13420                 to get Folder//////[...]/// 
13421
13422 2005-08-05 [paul]       1.9.13cvs15
13423
13424         * src/prefs_summaries.c
13425                 improve the English usage
13426         * src/summaryview.c
13427                 set font on column change
13428                 thanks to Colin
13429
13430 2005-08-05 [paul]       1.9.13cvs14
13431
13432         * src/prefs_common.c
13433         * src/prefs_common.h
13434         * src/prefs_summaries.c
13435         * src/summaryview.c
13436                 replace 'open_unread_on_enter' option with
13437                 'select_on_entry' option. opening/not opening
13438                 is now exclusively controlled by 'always_show_msg'
13439
13440 2005-08-04 [colin]      1.9.13cvs13
13441
13442         * src/compose.c
13443                 Remove dead code
13444                 Add colourisation of quotes and signatures
13445         * src/folderview.c
13446                 Fix possible crashes
13447         * src/messageview.c
13448                 Change an assert that is no problem
13449         * src/news.c
13450         * src/news_gtk.c
13451         * src/news_gtk.h
13452                 Fix offline mode
13453         * src/gtk/quicksearch.c
13454                 Fix a possible crash
13455
13456 2005-08-03 [colin]      1.9.13cvs12
13457
13458         * src/prefs_account.c
13459                 Fix bug #777 (Sylpheed crash in account configuration)
13460
13461 2005-08-03 [colin]      1.9.13cvs11
13462
13463         * src/addressbook.c
13464         * src/editaddress.c
13465         * src/editgroup.c
13466                 Fixing addressbook, round 2
13467         * src/textview.c
13468                 Fix emphasis color on rechecking 'Colorize messages'
13469
13470 2005-08-03 [paul]       1.9.13cvs10
13471
13472         sync with main
13473
13474         * src/addr_compl.c
13475         * src/compose.c
13476         * src/main.c
13477         * src/pop.c
13478         * src/prefs_account.c
13479         * src/procmime.c
13480         * src/procmsg.c
13481         * src/quote_fmt_parse.y
13482         * src/textview.c
13483         * src/common/quoted-printable.c
13484         * src/common/utils.c
13485         * src/common/utils.h
13486         * src/common/xml.c
13487                 replaced incorrect locale-independent
13488                 ctype functions with GLib's. Corrected
13489                 signedness mismatch.
13490         * src/headerview.c
13491                 headerview_create(): added spacing for vbox.
13492         * src/gtk/about.c
13493                 set focus to the OK button.
13494
13495 2005-08-03 [colin]      1.9.13cvs9
13496
13497         * src/folderview.c
13498                 Fix possible crash
13499
13500 2005-08-02 [colin]      1.9.13cvs8
13501
13502         * src/mainwindow.c
13503                 Fix cast
13504         * src/addressbook.c
13505         * src/addressitem.h
13506                 Fix a cast and more generally, try to make the
13507                 GUI more intuitive and consistent (round 1)
13508
13509 2005-08-02 [paul]       1.9.13cvs7
13510
13511         * src/folder.h
13512                 missing in 1.9.13cvs6
13513
13514 2005-08-02 [colin]      1.9.13cvs6
13515
13516         * src/folder.c
13517                 Fix one more leak
13518
13519 2005-08-02 [colin]      1.9.13cvs5
13520
13521         * src/folder.c
13522         * src/folderview.c
13523         * src/imap.c
13524         * src/main.c
13525         * src/mbox.c
13526         * src/procmsg.c
13527         * src/summaryview.c
13528                 Fix a number of folder_item_get_msg_list()-related
13529                 leaks (missing procmsg_msginfo_free()s)
13530
13531 2005-08-01 [colin]      1.9.13cvs4
13532
13533         * src/folderview.c
13534         * src/folderview.h
13535         * src/mainwindow.c
13536         * src/prefs_fonts.c
13537         * src/prefs_summaries.c
13538         * src/prefs_themes.c
13539         * src/summaryview.c
13540         * src/summaryview.h
13541         * src/textview.c
13542         * src/textview.h
13543                 Fix instant-apply of summary and folderview-related prefs
13544                 Fix erroneous g_free and alertpanels in prefs_theme
13545                 Add instant-apply for fonts
13546                 Defer applying of prefs a little bit so it's done only
13547                 once even if requested by multiples prefs pages
13548
13549 2005-08-01 [paul]       1.9.13cvs3
13550
13551         * src/main.c
13552                 fix bug 776 'S.C. crashes on close'
13553                 thanks to Colin
13554         * src/etpan/etpan-thread-manager-types.h
13555                 add missing include
13556                 thanks to Hoa
13557
13558 2005-07-25 [paul]       1.9.13cvs2
13559
13560         * src/summaryview.c
13561                 fix typos. spotted by Fabien Vantard
13562
13563 2005-07-24 [paul]       1.9.13cvs1
13564
13565         * doc/man/sylpheed.1
13566                 update man page, incorporating fix of
13567                 bug 769 'Typo in manpage'
13568         * src/etpan/imap-thread.c
13569                 fix NetBSD openssl dependencies. patch by
13570                 George Michaelson <ggm@apnic.net>
13571         * po/pt_BR.po
13572                 updated by Frederico Goncalves Guimaraes
13573
13574 2005-07-22 [paul]       1.9.13
13575
13576         1.9.13 release
13577
13578 2005-07-22 [paul]       1.9.12cvs91
13579
13580         * AUTHORS
13581         * INSTALL
13582         * README.claws
13583         * RELEASE_NOTES.claws
13584                 updated for release
13585         * configure.ac
13586         * po/nb.po
13587         * tools/claws.i18n.status.pl
13588                 add Norwegian translation. submiited by
13589                 Geir Helland <pjallabais@users.sourceforge.net>
13590         * po/ca.po
13591         * po/de.po
13592         * po/es.po
13593         * po/fi.po
13594         * po/fr.po
13595         * po/it.po
13596         * po/sk.po
13597         * po/sr.po
13598         * po/zh_CN.po
13599                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13600                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
13601                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
13602                 Yang Guilong
13603         * src/plugins/clamav/clamav_plugin_gtk.c
13604         * src/plugins/spamassassin/spamassassin_gtk.c
13605                 replace outdated description strings
13606
13607 2005-07-21 [colin]      1.9.12cvs90
13608
13609         * src/folder.c
13610                 Set folder to batch mode when scanning it. Makes deletion
13611                 of unread mails on IMAP much faster (due to the UNREAD 
13612                 flag unsetting)
13613
13614 2005-07-21 [darko]      1.9.12cvs89
13615
13616         * configure.ac
13617                 link against libresolv if necessary (patch by Paul)
13618         * src/msgcache.c
13619                 use glib's portable macros to determine endianness
13620
13621 2005-07-21 [paul]       1.9.12cvs88
13622
13623         * src/crash.c
13624         * src/gtk/about.c
13625                 update compiled-in features list
13626
13627 2005-07-20 [colin]      1.9.12cvs87
13628
13629         * src/folder.c
13630         * src/textview.c
13631                 Gcc 2.9x compilation fixes, thanks to Darko
13632         * src/plugins/clamav/clamav_plugin.c
13633                 Little optimisation: load virus database only once
13634         * src/plugins/spamassassin/spamassassin.c
13635                 Big optimisation: filtering one mail took at least 1 second,
13636                 now it takes at least 50ms. Doesn't speed up spamassassin 
13637                 itself, but should already be much more tolerable.
13638
13639 2005-07-20 [colin]      1.9.12cvs86
13640
13641         * src/summaryview.c
13642                 Fix performance issue
13643
13644 2005-07-19 [colin]      1.9.12cvs85
13645
13646         * src/plugins/pgpinline/plugin.c
13647                 Fix warning
13648
13649 2005-07-19 [colin]      1.9.12cvs84
13650
13651         * configure.ac
13652         * src/plugins/Makefile.am
13653         * src/plugins/pgpinline/.cvsignore
13654         * src/plugins/pgpinline/Makefile.am
13655         * src/plugins/pgpinline/pgpinline.c
13656         * src/plugins/pgpinline/pgpinline.deps
13657         * src/plugins/pgpinline/pgpinline.h
13658         * src/plugins/pgpinline/plugin.c
13659                 Put pgpinline in the main tree
13660
13661 2005-07-19 [paul]       1.9.12cvs83
13662
13663         * src/prefs_actions.c
13664                 prevent '//' in menu names, which cause a crash
13665                 thanks to Colin
13666
13667 2005-07-19 [paul]       1.9.12cvs82
13668
13669         * configure.ac
13670                 be generally more informative in configure output.
13671                 OpenSSL: correction: '[ --enable-openssl ...' -> 
13672                 '[ --disable-openssl ...', as --enable-openssl is default
13673                 PGP/MIME: don't check for GPGME again, check for
13674                 pgpcore instead. Therefore prevent the possibility of
13675                 attempting to build pgpmime if pgpcore dependencies are
13676                 not met
13677                 ClamAV: use pkgconfig to check for lib
13678                 libgnomeprint: revert logic on inner test to match
13679                 everything else
13680         * src/plugins/pgpcore/sgpgme.c
13681                 add missing include
13682
13683 2005-07-19 [colin]      1.9.12cvs81
13684
13685         * src/summaryview.c
13686                 Fix slow thread rebuilding in particular
13687                 cases
13688
13689 2005-07-19 [paul]       1.9.12cvs80
13690
13691         * sylpheed-claws.desktop
13692                 fix typo, spotted by Stephan Sachse
13693         * src/account.c
13694                 replace GTK_STOCK_ADD with
13695                 GTK_STOCK_NEW button
13696
13697 2005-07-18 [colin]      1.9.12cvs79
13698
13699         * src/etpan/imap-thread.c
13700                 Fix return value (Thanks Hoa)
13701
13702 2005-07-18 [colin]      1.9.12cvs78
13703
13704         * src/imap.c
13705                 Allow empty passwords
13706                 Create drafts/queue/outbox if necessary
13707         * src/summaryview.c
13708                 Remove old code
13709         * src/etpan/imap-thread.c
13710                 Fix STARTTLS (Thanks to Hoa)
13711
13712 2005-07-18 [paul]       1.9.12cvs77
13713
13714         * ChangeLog-gtk2.jp
13715         * ChangeLog.jp
13716                 removed
13717         * Makefile.am
13718                 updated to reflect additions and removals
13719         * TODO
13720                 updated to be claws-specific
13721         * TODO-gtk2
13722         * TODO-gtk2.jp
13723         * TODO.jp
13724         * sylpheed-128x128.png
13725         * sylpheed-64x64.png
13726                 removed
13727         * sylpheed-claws-128x128.png
13728         * sylpheed-claws-64x64.png
13729         * sylpheed-claws.desktop
13730         * sylpheed-claws.png
13731                 added
13732         * sylpheed.desktop
13733         * sylpheed.png
13734                 removed
13735
13736 2005-07-17 [paul]       1.9.12cvs76
13737
13738         * src/account.c
13739         * src/addressbook.c
13740         * src/alertpanel.c
13741         * src/alertpanel.h
13742         * src/compose.c
13743         * src/exphtmldlg.c
13744         * src/expldifdlg.c
13745         * src/folderview.c
13746         * src/imap_gtk.c
13747         * src/inc.c
13748         * src/message_search.c
13749         * src/messageview.c
13750         * src/mh_gtk.c
13751         * src/news_gtk.c
13752         * src/prefs_actions.c
13753         * src/prefs_filtering.c
13754         * src/prefs_matcher.c
13755         * src/prefs_template.c
13756         * src/prefs_themes.c
13757         * src/ssl_manager.c
13758         * src/summary_search.c
13759         * src/textview.c
13760         * src/toolbar.c
13761         * src/gtk/sslcertwindow.c
13762         * src/plugins/pgpcore/sgpgme.c
13763                 rework alertpanels
13764
13765 2005-07-17 [colin]      1.9.12cvs75
13766
13767         * src/privacy.c
13768                 add a PrivacySystem accessor that checks that
13769                 the system cached in a MimeInfo's privacydata
13770                 is still registered. Use this accessor instead
13771                 of directly using data->system. Fixes crashes
13772                 after unloading pgp plugins.
13773
13774 2005-07-17 [colin]      1.9.12cvs74
13775
13776         * src/alertpanel.c
13777                 Change geometry hints to a simple default size.
13778                 Fixes the certs dialogs.
13779
13780 2005-07-17 [colin]      1.9.12cvs73
13781
13782         * src/gtk/sslcertwindow.c
13783                 Use a gtkExpander
13784
13785 2005-07-17 [colin]      1.9.12cvs72
13786
13787         * src/plugins/pgpcore/Makefile.am
13788         * src/plugins/pgpmime/Makefile.am
13789                 Add gpgme libs
13790
13791 2005-07-17 [paul]       1.9.12cvs71
13792
13793         * configure.ac
13794                 add --disable-gnomeprint option
13795                 modified version of patch by Marius Mauch
13796
13797 2005-07-17 [paul]       1.9.12cvs70
13798
13799         * src/common/defs.h
13800                 update urls
13801         * src/account.c
13802         * src/action.c
13803         * src/addressbook.c
13804         * src/compose.c
13805         * src/foldersel.c
13806         * src/folderview.c
13807         * src/html.c
13808         * src/imap_gtk.c
13809         * src/main.c
13810         * src/mainwindow.c
13811         * src/messageview.c
13812         * src/mh_gtk.c
13813         * src/mimeview.c
13814         * src/news_gtk.c
13815         * src/prefs_account.c
13816         * src/prefs_send.c
13817         * src/prefs_summaries.c
13818         * src/procmsg.c
13819         * src/summaryview.c
13820         * src/common/utils.c
13821         * src/common/xml.c
13822         * src/plugins/pgpcore/passphrase.c
13823         * src/plugins/pgpcore/select-keys.c
13824                 replace inappropriately used backticks
13825                 with single quotes
13826
13827 2005-07-16 [colin]      1.9.12cvs69
13828
13829         * src/image_viewer.c
13830                 Add extra paranoid checks
13831
13832 2005-07-16 [colin]      1.9.12cvs68
13833
13834         * src/plugins/pgpcore/prefs_gpg.c
13835                 Don't auto-check sigs by default, as it
13836                 can be really slow.
13837
13838 2005-07-16 [colin]      1.9.12cvs67
13839
13840         * src/plugins/pgpcore/sgpgme.c
13841                 Make messages a bit better.
13842
13843 2005-07-16 [colin]      1.9.12cvs66
13844
13845         * src/imap.c
13846                 Remove pseudo-log
13847         * src/etpan/imap-thread.c
13848                 Add real log
13849
13850 2005-07-16 [colin]      1.9.12cvs65
13851
13852         * src/main.c
13853         * src/prefs_other.c
13854                 And now, fix build with libetpan :-/
13855
13856 2005-07-15 [colin]      1.9.12cvs64
13857
13858         * src/prefs_other.c
13859                 Continue fixing build without libetpan.
13860
13861 2005-07-15 [colin]      1.9.12cvs63
13862
13863         * src/main.c
13864                 Fix build with --disable-libetpan
13865
13866 2005-07-15 [colin]      1.9.12cvs62
13867
13868         * configure.ac
13869                 Bump libetpan's version
13870
13871 2005-07-15 [colin]      1.9.12cvs61
13872
13873         * src/etpan/imap-thread.c
13874                 Actually stop logging :)
13875
13876 2005-07-15 [colin]      1.9.12cvs60
13877
13878         * src/addressbook.c
13879                 Fix dnd of multiple addresses.
13880
13881 2005-07-15 [hoa]        1.9.12cvs59
13882
13883         * src/etpan/imap-thread.c
13884             disable login of IMAP password in libetpan log file.
13885
13886 2005-07-15 [paul]       1.9.12cvs58
13887
13888         * src/account.c
13889                 don't automatically sort
13890                 do allow drag n drop
13891
13892 2005-07-15 [paul]       1.9.12cvs57
13893
13894         * src/account.c
13895         * src/ssl_manager.c
13896                 alphabetical listing
13897
13898 2005-07-15 [paul]       1.9.12cvs56
13899
13900         * src/gtk/pluginwindow.c
13901                 sort plugin list alphabetically
13902
13903 2005-07-15 [paul]       1.9.12cvs55
13904
13905         * src/prefs_spelling.c
13906         * src/prefs_wrapping.c
13907                 unify English usage
13908
13909 2005-07-15 [colin]      1.9.12cvs54
13910
13911         * src/wizard.c
13912                 Typo fix
13913
13914 2005-07-15 [paul]       1.9.12cvs53
13915
13916         * src/prefs_message.c
13917                 make 'show cursor' a hidden option
13918
13919 2005-07-14 [colin]      1.9.12cvs52
13920
13921         * src/plugins/spamassassin/Makefile.am
13922         * src/plugins/clamav/Makefile.am
13923                 Fix double EXTRA_DISTs
13924
13925 2005-07-14 [colin]      1.9.12cvs51
13926
13927         * src/plugins/clamav/Makefile.am
13928         * src/plugins/clamav/clamav_plugin_gtk.deps
13929         * src/plugins/spamassassin/Makefile.am
13930         * src/plugins/spamassassin/spamassassin_gtk.deps
13931                 Make $plugin_gtk depend on $plugin
13932
13933 2005-07-14 [hoa]        1.9.12cvs50
13934
13935         * src/etpan/imap-thread.c
13936                 enable debug log of libetpan when running with --debug
13937
13938 2005-07-14 [colin]      1.9.12cvs49
13939
13940         * configure.ac
13941         * src/common/Makefile.am
13942         * src/common/plugin.c
13943         * src/common/plugin.h
13944                 Add a little plugin dependancy system.
13945                 Plugins can ship a $plugin_name.deps file
13946                 (near them in PLUGINDIR) so that their
13947                 dependancies are loaded if possible.
13948         * src/plugins/Makefile.am
13949         * src/plugins/pgpcore/Makefile.am
13950         * src/plugins/pgpcore/passphrase.c
13951         * src/plugins/pgpcore/passphrase.h
13952         * src/plugins/pgpcore/plugin.c
13953         * src/plugins/pgpcore/prefs_gpg.c
13954         * src/plugins/pgpcore/prefs_gpg.h
13955         * src/plugins/pgpcore/select-keys.c
13956         * src/plugins/pgpcore/select-keys.h
13957         * src/plugins/pgpcore/sgpgme.c
13958         * src/plugins/pgpcore/sgpgme.h
13959                 Introduce pgpcore, used by pgpmime and
13960                 pgpinline
13961         * src/plugins/pgpmime/Makefile.am
13962         * src/plugins/pgpmime/passphrase.c
13963         * src/plugins/pgpmime/passphrase.h
13964         * src/plugins/pgpmime/pgpmime.c
13965         * src/plugins/pgpmime/pgpmime.deps
13966         * src/plugins/pgpmime/plugin.c
13967         * src/plugins/pgpmime/prefs_gpg.c
13968         * src/plugins/pgpmime/prefs_gpg.h
13969         * src/plugins/pgpmime/select-keys.c
13970         * src/plugins/pgpmime/select-keys.h
13971         * src/plugins/pgpmime/sgpgme.c
13972         * src/plugins/pgpmime/sgpgme.h
13973                 Remove the core from pgpmime and add the
13974                 dependancy to pgpcore.
13975
13976 2005-07-14 [paul]       1.9.12cvs48
13977
13978         * src/stock_pixmap.c
13979                 forgot this in last commit
13980
13981 2005-07-14 [paul]       1.9.12cvs47
13982
13983         * src/account.c
13984         * src/addressbook.c
13985                 add accelerators for the buttons (sync with main)
13986         * src/compose.c
13987         * src/compose.h
13988                 add accelerators for the buttons.
13989                 fix editing with external editor.
13990                 replace gdk_input_*() with GIOChannel;
13991                 (sync with main)
13992         * src/foldersel.c
13993                 display folder names with new/unread
13994                 representation (sync with main)
13995         * src/main.c
13996                 specify default window icon (sync with main)
13997         * src/prefs_common.c
13998                 use_addr_book default to FALSE
13999         * src/summaryview.c
14000         * src/textview.c
14001                 add accelerators for the buttons (sync with main)
14002         * src/gtk/menu.c
14003                 fix typos
14004         * src/pixmaps/sylpheed_icon.xpm
14005                 updated
14006
14007 2005-07-13 [paul]       1.9.12cvs46
14008
14009         * src/plugins/pgpmime/pgpmime.c
14010         * src/plugins/pgpmime/sgpgme.c
14011                 (temporarily) use deprecated gpgme_data_rewind()
14012                 while largefile support is not present
14013                 (as suggested by Colin)
14014
14015 2005-07-13 [paul]       1.9.12cvs45
14016
14017         * configure.ac
14018                 remove large file support (for now):
14019                 it breaks too many things
14020
14021 2005-07-13 [paul]       1.9.12cvs44
14022
14023         * configure.ac
14024                 add large file support
14025         * src/html.c
14026                 fix bug #763 where href attribute was not
14027                 the very first attribute of a link
14028                 patch by Thomas Gilgin
14029
14030 2005-07-13 [colin]      1.9.12cvs43
14031
14032         * src/gtk/pluginwindow.c
14033                 Little portability fix
14034
14035 2005-07-13 [colin]      1.9.12cvs42
14036
14037         * src/plugins/pgpmime/sgpgme.c
14038                 Fix crasher.
14039
14040 2005-07-13 [colin]      1.9.12cvs41
14041
14042         * src/plugins/pgpmime/pgpmime.c
14043         * src/plugins/pgpmime/sgpgme.c
14044                 Use gpgme_data_release_and_get_mem instead
14045                 of gpgme_data_read.
14046
14047 2005-07-13 [colin]      1.9.12cvs40
14048
14049         * configure.ac
14050         * src/plugins/pgpmime/passphrase.c
14051         * src/plugins/pgpmime/passphrase.h
14052         * src/plugins/pgpmime/pgpmime.c
14053         * src/plugins/pgpmime/plugin.c
14054         * src/plugins/pgpmime/select-keys.c
14055         * src/plugins/pgpmime/select-keys.h
14056         * src/plugins/pgpmime/sgpgme.c
14057         * src/plugins/pgpmime/sgpgme.h
14058                 Port pgpmime to gpgme-1.0.
14059
14060 2005-07-12 [paul]       1.9.12cvs39
14061
14062         * AUTHORS
14063         * src/toolbar.c
14064         * src/toolbar.h
14065                 add a 'Go to Prev' button to the toolbar.
14066                 correct tooltip text of go to buttons.
14067                 based on patch by Yang Guilong <bamanzi@gmail.com>
14068
14069 2005-07-12 [colin]      1.9.12cvs38
14070
14071         * src/statusbar.c
14072                 Fix progress bar showing stuff at startup.
14073
14074 2005-07-12 [paul]       1.9.12cvs37
14075
14076         * src/editjpilot.c
14077                 fix building with jpilot support
14078
14079 2005-07-11 [colin]      1.9.12cvs36
14080
14081         * src/inc.c
14082                 Add visual indication that filtering is running
14083         * src/textview.c
14084                 Make {}[] uri delimiters
14085         * src/summaryview.c
14086                 Remove useless (and slow) calls
14087
14088 2005-07-11 [paul]       1.9.12cvs35
14089
14090         * src/plugins/clamav/clamav_plugin_gtk.c
14091         * src/plugins/dillo_viewer/dillo_prefs.c
14092         * src/plugins/pgpmime/prefs_gpg.c
14093         * src/plugins/spamassassin/spamassassin_gtk.c
14094                 gather plugins prefs together under their
14095                 own 'Plugins' heading
14096
14097 2005-07-11 [paul]       1.9.12cvs34
14098
14099         sync with main
14100
14101         * src/account.c
14102                 account_delete(): modified alert dialog
14103         * src/editjpilot.c
14104         * src/editvcard.c
14105                 fixed a crash when cancelling file selection
14106                 dialog by Escape key. Made non-ascii filename
14107                 selectable.
14108         * src/prefs_template.c
14109                 prefs_template_window_create(): make scrolled
14110                 window policy AUTOMATIC
14111
14112 2005-07-10 [hoa]        1.9.12cvs33
14113
14114         * src/etpan/imap-thread.c
14115                 workaround for old Courier IMAP servers.
14116
14117 2005-07-10 [colin]      1.9.12cvs32
14118
14119         * src/folder.c
14120         * src/statusbar.c
14121         * src/statusbar.h
14122                 Add visual progress indicator on filtering/processing
14123                 Factorize the progress bar code
14124         * src/imap.c
14125         * src/imap.h
14126         * src/etpan/imap-thread.c
14127                 Add a reference counter to avoid destroying the Folder
14128                 while it's in use by another callback.
14129
14130 2005-07-09 [hoa]        1.9.12cvs31
14131
14132         * src/imap.c
14133         * src/etpan/imap-thread.c
14134                 fixed deadlock when removing IMAP account.
14135
14136 2005-07-08 [colin]      1.9.12cvs30
14137
14138         * src/textview.c
14139         * src/unmime.c
14140                 Fix again problems decoding broken headers
14141         * src/gtk/inputdialog.c
14142                 Fix local variable shadowing a global one
14143
14144 2005-07-08 [colin]      1.9.12cvs29
14145
14146         * src/msgcache.c
14147                 Make the cache/mark files platform-agnostic by writing
14148                 them in little-endian format. Reading them is also done
14149                 in little-endian format, of course; however, in order
14150                 to avoid trashing mark data on big-endian machines, the
14151                 files are, at first, read from the native format if the
14152                 little-endian one doesn't exist. This is easy to deter-
14153                 mine by trying to open a file with a swapped data_ver
14154                 and seeing if it's the wanted version.
14155                 Little-endian using users should see absolutely no
14156                 difference, Big-endian users may get a very little
14157                 performance drop due to byte-swapping.
14158                 Tested on i386 and ppc32. 
14159                 Fixes bug #159 (The index file, in the mailboxes, is 
14160                 hardware depending).
14161
14162                 To have the cache/mark files updated to the new little-
14163                 endian format, "Check for new messages" or even
14164                 "Rebuild folder tree" aren't enough. Files will be
14165                 updated as soon as a folder has been opened/closed.
14166                 To update everything, just select all folders by
14167                 selecting them one by one.
14168
14169 2005-07-07 [colin]      1.9.12cvs28
14170
14171         * src/imap.c
14172                 Remember the folder separator per IMAPFolder
14173                 instead of globally.
14174                 Revive the Session on noop; fixes bug #761
14175                 (mark a bunch of unread messages as read takes 
14176                 forever)
14177
14178 2005-07-07 [darko]      1.9.12cvs27
14179
14180         * src/common/template.c
14181                 Sort templates alphabetically
14182
14183 2005-07-06 [colin]      1.9.12cvs26
14184
14185         * src/imap.c
14186                 Try to use the correct separator in
14187                 most cases. Possibly fixes bug #759
14188                 (only creates the INBOX folder when 
14189                 setting up new IMAP account) and 
14190                 bug #760 (Can't retrieve messages)
14191
14192 2005-07-06 [colin]      1.9.12cvs25
14193
14194         * src/imap.c
14195                 Use real_path in status command. This will
14196                 help later, when namespaces will be used.
14197
14198 2005-07-06 [colin]      1.9.12cvs24
14199
14200         * configure.ac
14201         * src/account.c
14202         * src/folder.c
14203         * src/imap.c
14204         * src/etpan/etpan-log.c
14205         * src/etpan/etpan-thread-manager.c
14206         * src/etpan/imap-thread.c
14207                 Add a --disable-libetpan parameter. With this,
14208                 users that don't want IMAP4 support can avoid
14209                 the new dependancy (and have no IMAP support).
14210                 Users that have IMAP4 accounts and use this
14211                 parameter won't lose their configuration, their
14212                 IMAP accounts will just be invisible and not
14213                 used.
14214         * src/textview.c
14215                 Make the "Copy ..." contextual menu items 
14216                 copy to both the X clipboard and the gtk 
14217                 clipboard - as most other apps do.
14218         * src/gtk/about.c
14219                 Add a notice about OpenSSL usage, in order to
14220                 comply with OpenSSL's license (point 6):
14221                 http://www.openssl.org/source/license.html
14222
14223 2005-07-06 [colin]      1.9.12cvs23
14224
14225         * src/alertpanel.c
14226                 Fix a minimum size for alertpanels
14227         * src/compose.c
14228                 Show 'No space left on device' type errors
14229                 when queuing/sending
14230         * src/imap_gtk.c
14231         * src/mh_gtk.c
14232                 Rework folder's deletion message (remove 
14233                 extra \n)
14234
14235 2005-07-05 [colin]      1.9.12cvs22
14236
14237         * src/imap.c
14238                 Add an alertpanel on auth error
14239                 Add pseudo-log
14240                 Remove pthread-related stuff
14241
14242 2005-07-05 [colin]      1.9.12cvs21
14243
14244         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14245                 Fix crash on plugin reloading (with a hack)
14246
14247 2005-07-05 [colin]      1.9.12cvs20
14248
14249         * src/prefs_account.c
14250         * src/prefs_account.h
14251                 Fix typo
14252         * src/gtk/filesel.c
14253         * src/gtk/filesel.h
14254                 Add a way to filter the view
14255         * src/gtk/pluginwindow.c
14256                 Filter loadable stuff
14257         * src/plugins/pgpmime/prefs_gpg.c
14258                 Fix missing unregistration
14259         * .cvsignore
14260         * src/etpan/.cvsignore
14261         * src/plugins/spamassassin/.cvsignore
14262                 Add more stuff to cvs ignored files
14263
14264 2005-07-04 [colin]      1.9.12cvs19
14265
14266         * src/imap.c
14267                 Fix scan_required returning FALSE when it
14268                 shouldn't. Maybe fix #760 (Can't retrieve
14269                 messages)
14270
14271 2005-07-04 [colin]      1.9.12cvs18
14272
14273         * src/summaryview.c
14274                 Fix always_show_msg pref
14275
14276 2005-07-04 [paul]       1.9.12cvs17
14277
14278         sync with main (forgotten in last commit)
14279         
14280         * src/common/utils.c
14281         * src/common/utils.h
14282                 check_line_length(): new.
14283                 is_dir_exist()
14284                 is_file_entry_exist()
14285                 dirent_is_regular_file()
14286                 dirent_is_directory(): use g_file_test() instead of stat().
14287
14288 2005-07-04 [paul]       1.9.12cvs16
14289
14290         sync with main:
14291
14292         * src/compose.c
14293                 compose_write_to_file(): check for line
14294                 length limit and display warning if exceeds
14295         * src/jpilot.c
14296                 use get_home_dir() instead of g_get_home_dir()
14297         * src/procheader.c
14298                 removed warning about invalid date
14299         * src/vcard.c
14300                 use get_home_dir() instead of g_get_home_dir()
14301
14302 2005-07-04 [paul]       1.9.12cvs15
14303
14304         * src/stock_pixmap.c
14305                 fix new pixmap naming errors
14306                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14307
14308 2005-07-04 [colin]      1.9.12cvs14
14309
14310         * src/imap.c
14311                 Fix debugging string with a warning
14312
14313 2005-07-04 [colin]      1.9.12cvs13
14314
14315         * configure.ac
14316                 Add a check for libetpan's version (>= 0.37)
14317
14318 2005-07-04 [hoa]        1.9.12cvs12
14319
14320         * commitHelper
14321         * src/imap.c
14322         * src/etpan/imap-thread.c
14323         * src/etpan/imap-thread.h
14324                 fixed IMAP implementation of check of mails.
14325
14326 2005-07-03 [hoa]        1.9.12cvs11
14327
14328         * src/etpan/Makefile.am
14329         * src/etpan/etpan-errors.h
14330         * src/etpan/etpan-log.[ch]
14331         * src/etpan/etpan-thread-manager-types.h
14332         * src/etpan/etpan-thread-manager.[ch]
14333         * src/etpan/imap-thread.[ch]
14334         * src/Makefile.am
14335         * src/imap.c
14336         * src/main.c
14337         * src/prefs_other.c
14338         * configure.ac
14339             merged imap branch.
14340             dependency on libetpan 0.37 is now added.
14341
14342 2005-07-01 [colin]      1.9.12cvs10
14343
14344         * src/Makefile.am
14345         * src/folder.c
14346         * src/folder.h
14347         * src/folderview.c
14348         * src/stock_pixmap.c
14349         * src/stock_pixmap.h
14350         * src/plugins/trayicon/trayicon.c
14351                 Add marked symbol on folders containing
14352                 marked messages
14353         * src/procmsg.c
14354         * src/procmsg.h
14355         * src/toolbar.c
14356         * src/prefs_common.c
14357         * src/prefs_common.h
14358         * src/prefs_send.c
14359                 Add an optional confirmation dialog on queue
14360                 sending. Patch by wwp.
14361         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14362         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14363         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14364         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14365         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14366         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14367         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14368         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14369         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14370         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14371         * src/pixmaps/trash_mark.xpm            ** ADDED **
14372                 New pixmaps
14373
14374 2005-07-01 [colin]      1.9.12cvs9
14375
14376         * src/summaryview.c
14377                 Fix a little threading bug
14378         * src/addrgather.c
14379         * src/mainwindow.c
14380                 A little bit of HIG normality never hurts
14381
14382 2005-07-01 [colin]      1.9.12cvs8
14383
14384         * src/compose.c
14385         * src/msgcache.c
14386         * src/pop.c
14387         * src/procmime.c
14388         * src/recv.c
14389         * src/common/log.c
14390         * src/common/template.c
14391         * src/common/utils.c
14392         * src/common/utils.h
14393                 Reverted the fwrite_atomic stuff. In fact
14394                 it is already atomic.
14395
14396 2005-06-30 [colin]      1.9.12cvs7
14397
14398         * src/common/utils.c
14399         * src/common/utils.h
14400                 Add an fwrite_atomic() function to make
14401                 sure we write everything: fwrite can make
14402                 short writes.
14403         * src/compose.c
14404         * src/msgcache.c
14405         * src/pop.c
14406         * src/procmime.c
14407         * src/recv.c
14408         * src/common/log.c
14409         * src/common/template.c
14410                 Use that (and fix swapping of size and nmemb).
14411                 Thanks to Rich Coe for the heads up.
14412
14413 2005-06-30 [colin]      1.9.12cvs6
14414
14415         * src/addressbook.c
14416                 Optimize addressbook opening 
14417
14418 2005-06-30 [colin]      1.9.12cvs5
14419
14420         * src/summaryview.c
14421                 Remove calls to summary_step after move/copy
14422
14423 2005-06-28 [paul]       1.9.12cvs4
14424
14425         * src/alertpanel.c
14426                 wrap and make the error msg selectable
14427
14428 2005-06-28 [paul]       1.9.12cvs3
14429
14430         * src/ssl_manager.c
14431                 replace the OK button with a Close button
14432         * src/gtk/foldersort.c
14433                 use GTK_STOCK_ icons/buttons
14434
14435 2005-06-28 [colin]      1.9.12cvs2
14436
14437         * src/gedit-print.c             ** ADDED **
14438         * src/gedit-print.h             ** ADDED **
14439         * src/gtk/gtksourceprintjob.c   ** ADDED **
14440         * src/gtk/gtksourceprintjob.h   ** ADDED **
14441                 I can't believe no one had enough time to tell
14442                 me I forgot the `cvs add`
14443
14444 2005-06-27 [colin]      1.9.12cvs1
14445
14446         * src/Makefile.am
14447         * src/gtk/Makefile.am
14448         * src/messageview.c
14449         * src/procmsg.c
14450         * src/summaryview.c
14451         * configure.ac
14452                 Add optional libgnomeprint-based printing
14453         * src/mainwindow.c
14454         * src/gtk/quicksearch.c
14455                 Add an Edit/Quick search menu item to show
14456                 and focus the quicksearch
14457
14458 2005-06-27 [paul]       1.9.12
14459
14460         1.9.12 release
14461
14462         * po/ca.po
14463         * po/de.po
14464         * po/es.po
14465         * po/fr.po
14466         * po/it.po
14467         * po/ko.po
14468         * po/pt_BR.po
14469         * po/sk.po
14470         * po/zh_CN.po
14471                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14472                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14473                 SungHyun Nam, Frederico Goncalves Guimaraes,
14474                 Andrej Kacian, and Yang Guilong
14475 2005-06-26 [colin]      1.9.11cvs106
14476
14477         * src/imap_gtk.c
14478                 Forgot one file for previous fix
14479
14480 2005-06-26 [colin]      1.9.11cvs105
14481
14482         * src/folder.c
14483         * src/imap.c
14484                 Fix problems with folder operations in no_select
14485                 imap folders. it applies only to mails, and 
14486                 creation/deletion/move/renaming of folders 
14487                 should be possible
14488
14489 2005-06-26 [paul]       1.9.11cvs104
14490
14491         * src/prefs_filtering.c
14492                 replace one more GTK_STOCK_REMOVE
14493                 with GTK_STOCK_DELETE
14494
14495 2005-06-25 [colin]      1.9.11cvs103
14496
14497         * src/imap.c
14498                 Optimize get_seq_set_from_seq_list
14499                 (Patch by Ricardo) 
14500
14501 2005-06-25 [colin]      1.9.11cvs102
14502
14503         * src/mh.c
14504                 If the directory exists, but not in the
14505                 correct encoding, rename it. This should
14506                 handle old-versions-induced bugs.
14507
14508 2005-06-25 [colin]      1.9.11cvs101
14509
14510         * src/mh.c
14511                 Fix path access with extended dir names
14512                 Fixes bug #589 (SC segfaults with wrong locale
14513                 settings)
14514
14515 2005-06-25 [colin]      1.9.11cvs100
14516
14517         * src/prefs_account.c
14518         * src/prefs_account.h
14519         * src/compose.c
14520                 Add an option to encrypt replies to
14521                 encrypted messages
14522
14523 2005-06-25 [colin]      1.9.11cvs99
14524
14525         * src/compose.c
14526         * src/quote_fmt_parse.y
14527                 ... And make it work with pgpinline.
14528
14529 2005-06-25 [colin]      1.9.11cvs98
14530
14531         * src/compose.c
14532         * src/procmime.c
14533         * src/procmime.h
14534         * src/quote_fmt_parse.y
14535                 o Make reedition of encrypted messages possible
14536                   (as long as it is encrypted to self too, no
14537                    magic there)
14538                 o Make replying with quote (and without selecting
14539                   text) possible for encrypted messages.
14540                 Closes bug #550 (Not possible to "reply with quote"
14541                 to gnupg encrypted messages)
14542
14543 2005-06-24 [paul]       1.9.11cvs97
14544
14545         * src/imap.c
14546                 add missing include
14547
14548 2005-06-24 [paul]       1.9.11cvs96
14549
14550         * src/editldap.c
14551                 made bind password entry invisible
14552                 (sync with main)
14553         * src/send_message.c
14554                 send_message_local(): check exit status
14555                 to detect errors (sync with main)
14556         * src/textview.c
14557                 use main's less ambiguous popup menu
14558                 wording
14559
14560 2005-06-24 [paul]       1.9.11cvs95
14561
14562         * src/prefs_actions.c
14563         * src/prefs_customheader.c
14564         * src/prefs_display_header.c
14565         * src/prefs_filtering_action.c
14566         * src/prefs_matcher.c
14567         * src/prefs_template.c
14568         * src/prefs_toolbar.c
14569                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
14570         * src/gtk/description_window.c
14571                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
14572
14573 2005-06-23 [colin]      1.9.11cvs94
14574
14575         * src/summaryview.c
14576                 Fix rough edges (be sure to call status_show whenever
14577                 necessary).
14578
14579 2005-06-23 [colin]      1.9.11cvs93
14580
14581         * src/summaryview.c
14582                 Optimize Select All
14583                 Before, in a 5K mails folder: 11s
14584                 After, in the same folder: 58000µs
14585                 The joys of locking... gtk_clist_select_all() fires a 
14586                 tree-select-row event for each selected row, which in 
14587                 summaryview, callbacks summary_selected which in turn,
14588                 calls summary_status_show, which walks the selected
14589                 rows. Hence, calling gtk_clist_select_all was 
14590                 exponential. Locking the summaryview makes 
14591                 summary_selected return early.
14592
14593 2005-06-23 [colin]      1.9.11cvs92
14594
14595         * src/imap.c
14596                 Move mutex at the important place to avoid
14597                 deadlocks
14598         * src/summaryview.c
14599                 Fix Del key deleting directly instead of
14600                 moving to trash
14601
14602 2005-06-22 [colin]      1.9.11cvs91
14603
14604         * src/plugins/spamassassin/libspamc.c
14605                 As we do spagetti code with assignations in multiple
14606                 places (see _message_read_raw where out = msg = raw),
14607                 let's be sure we don't free the same pointer twice.
14608                 Should fix bug #683 (Crash in libpam at 
14609                 message_cleanup).
14610
14611 2005-06-22 [colin]      1.9.11cvs90
14612
14613         * src/compose.c
14614         * src/messageview.c
14615         * src/toolbar.c
14616                 Make toolbar's delete use the move to trash stuff;
14617                 Add gtk_widget_realize to be sure pixmaps can get
14618                 created (that may fix an old worksforme bug which
14619                 I can't find back...)
14620
14621 2005-06-22 [colin]      1.9.11cvs89
14622
14623         * src/summaryview.c
14624         * src/summaryview.h
14625         * src/mainwindow.c
14626                 Rename "Message/Delete" to "Message/Move to trash"
14627                 Add "Message/Delete..." that directly destroys the
14628                 selected messages after asking for a confirmation.
14629
14630 2005-06-22 [colin]      1.9.11cvs88
14631
14632         * src/imap.c
14633                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
14634                 o Fix a deadlock (thanks Darko)
14635
14636 2005-06-22 [colin]      1.9.11cvs87
14637
14638         * src/gtk/foldersort.c
14639                 Add missing include for the i18n;
14640                 patch by Fabien Vantard
14641
14642 2005-06-21 [colin]      1.9.11cvs86
14643
14644         * src/folder.c
14645         * src/folderview.c
14646                 Respect the no_select flag
14647         * src/imap.c
14648                 Fix recursive deletion
14649         * src/imap_gtk.c
14650         * src/mh_gtk.c
14651                 Make the folder deletion's warning
14652                 more explicit
14653
14654 2005-06-21 [colin]      1.9.11cvs85
14655
14656         * src/textview.c
14657                 Prevent email addresses from spanning accross
14658                 lines - fixes bug # 646 (newline-chars in 
14659                 email addresses)
14660
14661 2005-06-20 [colin]      1.9.11cvs84
14662
14663         * src/folder.c
14664                 Be sure not to remove source if copy failed
14665
14666 2005-06-20 [colin]      1.9.11cvs83
14667
14668         * src/folderview.c
14669         * src/imap_gtk.c
14670                 remove summaryview's lock
14671         * src/imap.c
14672                 introduce threads to avoid problems when foreground tasks
14673                 interfere with background tasks
14674         * src/mh.c
14675                 prevent moving to drafts/queue
14676         * src/mimeview.c
14677                 fix leak
14678
14679 2005-06-19 [colin]      1.9.11cvs82
14680
14681         * src/imap_gtk.c
14682                 Remember that the user doesn't want to override
14683                 offline mode, for 3 seconds. It avoid presenting
14684                 him with N popups in a really short time.
14685
14686 2005-06-17 [colin]      1.9.11cvs81
14687
14688         * src/imap.c
14689                 Fix IMAP breaking on folders containing '('
14690                 (Probably won't be enough)
14691
14692 2005-06-17 [colin]      1.9.11cvs80
14693
14694         Forgotten files on 1.9.11cvs79
14695         * src/summaryview.c
14696                 Fix stepping when not immediately executing
14697         * src/imap.c
14698                 Really prevent UID FETCH 0
14699         * src/codeconv.c
14700                 Fix outgoing charset never set to utf-8
14701         * src/mh.c
14702                 Fix leak
14703
14704 2005-06-16 [colin]      1.9.11cvs79
14705
14706         * src/compose.c
14707                 Fix bug #707 (Dash splits rows)
14708                 Only wrap if we're on a line break position and
14709                 the previous one was a "white" (space) char.
14710                 Pango stuff is weird.
14711
14712 2005-06-16 [colin]      1.9.11cvs78
14713
14714         * src/imap_gtk.c
14715                 Lock summaryview while downloading messages
14716                 on user demand
14717         * src/procheader.c
14718         * src/unmime.c
14719         * src/common/utils.c
14720         * src/common/utils.h
14721                 Replace \r and \n with spaces in From and
14722                 Subject headers
14723
14724 2005-06-16 [paul]       1.9.11cvs77
14725
14726         * src/procmime.c
14727                 liberalise the mime parser
14728         * src/gtk/about.c
14729                 add text wrapping
14730
14731 2005-06-16 [paul]       1.9.11cvs76
14732
14733         * src/gtk/about.c
14734                 reworked
14735
14736 2005-06-15 [colin]      1.9.11cvs75
14737
14738         * src/compose.c
14739                 Finish header encoding fix
14740         * src/summaryview.c
14741                 Fix segfault
14742         * src/headerview.c
14743                 Fix compilation (Thanks Stephan
14744                 Sachse)
14745
14746 2005-06-15 [colin]      1.9.11cvs74
14747
14748         * Makefile.am
14749                 Install gnome2 stuff rather than gnome1, 
14750                 if both are present
14751         * src/codeconv.c
14752         * src/codeconv.h
14753         * src/compose.c
14754                 Fix headers encoding
14755         * src/folder.c
14756                 Visual progress when fetching all messages
14757         * src/folderview.c
14758         * src/summaryview.c
14759         * src/summaryview.h
14760                 Prevent changing current message while
14761                 incorporating
14762
14763 2005-06-15 [paul]       1.9.11cvs73
14764
14765         * src/gtk/gtkaspell.c
14766         * src/gtk/gtkaspell.h
14767                 fix build warnings
14768
14769 2005-06-15 [paul]       1.9.11cvs72
14770
14771         * src/prefs_filtering.c
14772                 allow reordering of filter rules by
14773                 drag n drop
14774
14775 2005-06-15 [paul]       1.9.11cvs71
14776
14777         * COPYING
14778                 updated
14779         * src/codeconv.c
14780                 replace deprecated function
14781         * src/inc.c
14782         * src/send_message.c
14783         * src/gtk/progressdialog.c
14784         * src/gtk/progressdialog.h
14785                 salvage and reuse parts of reverted sync
14786
14787 2005-06-15 [paul]       1.9.11cvs70
14788
14789         * src/inc.c
14790         * src/send_message.c
14791         * src/gtk/progressdialog.c
14792         * src/gtk/progressdialog.h
14793                 revert yesterday's sync with main
14794                 it contains deprecated functions
14795
14796 2005-06-15 [colin]      1.9.11cvs69
14797
14798         * src/headerview.c
14799                 Fix bug #670 (multi user to: will corrupt message 
14800                 headers display)
14801
14802 2005-06-15 [colin]      1.9.11cvs68
14803
14804         * src/compose.c
14805                 Fix bug #421 (Fix undo on wrapping)
14806
14807 2005-06-15 [colin]      1.9.11cvs67
14808
14809         * src/folder.c
14810                 Provide visual feedback while processing
14811                 folder's rules.
14812         * src/imap.c
14813                 Provide visual feedback while getting
14814                 short headers (for uncached messages)
14815
14816
14817 2005-06-14 [paul]       1.9.11cvs66
14818
14819         * src/account.c
14820                 change a couple stock icons
14821         * src/inc.c
14822         * src/send_message.c
14823         * src/gtk/progressdialog.c
14824         * src/gtk/progressdialog.h
14825                 sync main's GtkTreeView implementation
14826
14827 2005-06-14 [colin]      1.9.11cvs65
14828
14829         * src/imap.c
14830                 Various little fixes, mainly on error paths
14831
14832 2005-06-13 [colin]      1.9.11cvs64
14833
14834         * matcher.c
14835         * procmsg.c
14836         * procmsg.h
14837                 Add a way to fetch only headers. This speeds
14838                 up filtering on headers for IMAP. Fixes:
14839                 bug #481 extraneous imap commands slow down 
14840                         imap filtering
14841                 bug #522 Sylpheed downloads all messages 
14842                         when opening mailbox (IMAP)
14843                 bug #677 IMAP fetch is soooooooooooooo slow
14844         * src/folder.c
14845         * src/folder.h
14846                 Add a folder set_batch method so that
14847                 implementations can speed up flags changes
14848         * src/folderutils.c
14849         * src/summaryview.c
14850                 Use that in mark as (un)read and mark all read
14851                 Refix bug #679
14852         * src/imap.c
14853                 Implement set_batch - brings back deferred
14854                 flags in a less buggy manner. Fixes:
14855                 bug #729 IMAP immediate expunge of deleted messages
14856                 bug #191 remove list of messages with one command
14857                 Fix login with strange chars
14858                 Implement fetch_msg_full
14859                 Fix copy (wrong counts)
14860
14861 2005-06-12 [colin]      1.9.11cvs63
14862
14863         * src/folder.c
14864                 lock incorporation during long operations.
14865                 Avoids fucking up the IMAP socket.
14866
14867 2005-06-12 [colin]      1.9.11cvs62
14868
14869         * src/imap.c
14870                 Fix harmful typo
14871                 Factorize remove_all_msg
14872                 Thread-ize expunge
14873         * src/summaryview.c
14874                 Don't update partial-download status if unnecessary
14875         * src/folder.c
14876                 Use remove_msgs everywhere possible
14877
14878 2005-06-12 [colin]      1.9.11cvs61
14879
14880         * src/folder.c
14881         * src/folder.h
14882                 Add a remove_msgs function to remove a 
14883                 list of messages
14884         * src/imap.c
14885                 Implement that.
14886
14887 2005-06-12 [colin]      1.9.11cvs60
14888
14889         * src/imap.c
14890                 Remove flags-processing deferring... Too hard
14891                 to get it to work in all cases.
14892
14893 2005-06-11 [colin]      1.9.11cvs59
14894
14895         * src/imap.c
14896                 printf -> debug_print
14897
14898 2005-06-11 [colin]      1.9.11cvs58
14899
14900         * src/imap.c
14901                 o Fix build without USE_PTHREAD
14902                 o Factorize imap_open
14903                 o Alertpanel in case of impossible connection
14904                 o Alertpanel in case of impossible login
14905                 o Fix deferred flags processing to force a 
14906                   flush before adding some more flags to process,
14907                   but in another folder.
14908
14909 2005-06-10 [colin]      1.9.11cvs57
14910
14911         * src/imap.c
14912                 o Fix a format string error
14913                 o init ssl socket outside of the thread 
14914                   (it possibly invokes gtk calls)
14915         * src/procmime.c
14916                 o Put back the buffer to its necessary size
14917                 o Fix changing a file pointer without keeping
14918                   track of it (thanks Valgrind)
14919         * src/common/smtp.c
14920                 o Fix automatic STARTTLS if login should be done
14921                   and the server only allows it after starting TLS
14922         * src/gtk/gtkinputdialog.c
14923                 o Eat GDK_Return so that the combo popup doesn't 
14924                   appear when we press Enter to validate the combo
14925                   input dialog (as seen in the Open with... dialog)
14926
14927 2005-06-10 [colin]      1.9.11cvs56
14928
14929         * src/imap.c
14930                 o A bit less debug
14931                 o Fix a crash on deletion
14932                 o Threadize imap_select (it's called outside of 
14933                   threads)
14934                 o Defer treatment of DELETED flags
14935
14936
14937 2005-06-09 [colin]      1.9.11cvs55
14938
14939         * src/imap.c
14940                 Make sure we check imap_gtk_should_override(), which
14941                 potentially calls gtk stuff, before creating thread.
14942                 That way it should't be called via imap_get_session()
14943                 inside a thread.
14944
14945 2005-06-09 [colin]      1.9.11cvs54
14946
14947         * src/imap.c
14948                 o add a bit of status output
14949                 o remove some dead code
14950                 o threadize get_list_of_uids
14951                 o threadize imap_get_flags
14952                 o defer flag changing by 500ms so that they
14953                   can be batched
14954
14955
14956 2005-06-08 [colin]      1.9.11cvs53
14957
14958         * src/imap.c
14959                 Thread-ize imap_cmd_fetch
14960
14961 2005-06-08 [colin]      1.9.11cvs52
14962
14963         * src/main.c
14964                 Mmh, that broke POP3...
14965
14966 2005-06-08 [colin]      1.9.11cvs51
14967
14968         * src/main.c
14969                 Stabilize IMAP patch (thanks to Hoa)
14970
14971 2005-06-08 [colin]      1.9.11cvs50
14972
14973         * src/imap.c
14974                 Test patch to speed up imap. 
14975
14976 2005-06-08 [colin]      1.9.11cvs49
14977
14978         * src/imap_gtk.c
14979                 Warning fix
14980         * src/procmime.c
14981                 Apply patch from gentoo to use /usr/share/mime/globs if 
14982                 available, after un-breaking it
14983         * src/common/log.c
14984         * src/common/log.h
14985                 Use g_timeout for invoking hooks that possibly use gtk
14986                 calls. This should leave gtk calls in the main thread.
14987
14988 2005-06-08 [paul]       1.9.11cvs48
14989
14990         * src/codeconv.c
14991                 conv_get_outgoing_charset_str(): don't
14992                 use prefs_common setting
14993         * src/compose.c
14994         * src/compose.h
14995                 add /Options/Character encoding/... to
14996                 temporarily change the outgoing encoding
14997
14998         (belated sync with main)
14999
15000 2005-06-08 [paul]       1.9.11cvs47
15001
15002         * src/compose.c
15003                 correction to/completion of last
15004                 sync with main
15005
15006 2005-06-08 [paul]       1.9.11cvs46
15007
15008         sync with main:
15009         
15010         * src/codeconv.c
15011         * src/codeconv.h
15012                 always enabled Japanese auto-detection
15013                 if the first letters of locale string
15014                 is "ja"
15015         * src/compose.c
15016                 don't use "destroy" signal to destroy
15017                 Compose object (fix rare crashes on discard?)
15018         * src/mainwindow.c
15019         * src/messageview.c
15020         * src/prefs_send.c
15021                 added Hebrew encodings
15022         * src/sourcewindow.c
15023                 don't use "destroy" signal to destroy
15024                 objects
15025
15026 2005-06-07 [colin]      1.9.11cvs45
15027
15028         * src/summaryview.c
15029                 Add missing unlocks/locks
15030
15031 2005-06-07 [paul]       1.9.11cvs44
15032
15033         * src/summaryview.c
15034                 restore bug #749 fix
15035
15036 2005-06-06 [colin]      1.9.11cvs43
15037
15038         * src/summaryview.c
15039                 Fix selection bug when prefs_common.open_unread 
15040                 is FALSE
15041
15042 2005-06-06 [colin]      1.9.11cvs42
15043
15044         * src/common/md5.c
15045                 Fix a warning
15046         * src/summaryview.c
15047         * src/folderview.c
15048                 Factorize long operations beginning and end
15049                 (locking, freezing/thawing, cursor, ...)
15050                 Check selection->data member in selection-
15051                 related loops; this avoids dying an awful
15052                 death if the selection changes on us while
15053                 we're marking a whole IMAP folder unread, 
15054                 for example.
15055
15056 2005-06-06 [paul]       1.9.11cvs41
15057
15058         * src/textview.c
15059                 don't g_free() a static gchar buffer
15060
15061 2005-06-05 [colin]      1.9.11cvs40
15062
15063         * src/mainwindow.c
15064         * src/messageview.c
15065         * src/summaryview.c
15066                 Fix bug #749 (Show all headers should be
15067                 sticky as the GUI suggests)
15068
15069 2005-06-03 [paul]       1.9.11cvs39
15070
15071         * src/compose.c
15072                 don't allow editing of mail while sending.
15073                 patch by Colin
15074
15075 2005-06-03 [paul]       1.9.11cvs38
15076
15077         * src/folderview.c
15078                 add a freeze/thaw to speed up 'mark all read'
15079
15080 2005-06-03 [paul]       1.9.11cvs37
15081
15082         * src/prefs_message.c
15083                 reflect changes immediately
15084
15085 2005-06-02 [colin]      1.9.11cvs36
15086
15087         * po/POTFILES.in
15088                 Patch by Fabien Vantard.
15089
15090 2005-06-02 [colin]      1.9.11cvs35
15091
15092         * src/imap.c
15093                 Use a non-blocking imap_getline() if possible.
15094                 This should completely prevent the interface
15095                 from freezin on imap operations, although it
15096                 may do strange stuff in case of folder switching
15097                 while a big imap operation is taking place...
15098
15099                 In addition, fix a leak in the case thread
15100                 creation fails on connection.
15101
15102 2005-06-02 [colin]      1.9.11cvs34
15103
15104         * src/crash.c
15105         * src/prefs_common.h
15106                 Fix build (prefs_common_init() doesn't exist
15107                 anymore)
15108
15109 2005-06-02 [colin]      1.9.11cvs33
15110
15111         * src/prefs_account.c
15112                 Fix bug #245 (filtering rules broken when
15113                 renaming a remote account (imap4 or nntp)
15114
15115 2005-06-02 [colin]      1.9.11cvs32
15116
15117         * src/imap.c
15118                 Try to fix IMAP shortcomings: 
15119                 o Multithread imap_open()
15120                 o allow offline-mode overriding instead of
15121                   just returning NULL
15122         * src/imap_gtk.c
15123         * src/imap_gtk.h
15124                 Add a function to ask whether we want to
15125                 override offline-mode for 10 minutes (one-shot
15126                 asking was painful)
15127         * src/procheader.c
15128                 Fix segfault when imap parser isn't happy about
15129                 a missing {
15130
15131 2005-06-01 [colin]      1.9.11cvs31
15132
15133         * src/addrharvest.c
15134         * src/compose.c
15135         * src/mbox.c
15136         * src/mbox.h
15137         * src/mh.c
15138         * src/msgcache.c
15139         * src/send_message.c
15140         * src/setup.c
15141         * src/undo.c
15142         * src/common/hooks.c
15143         * src/common/prefs.c
15144         * src/common/template.c
15145         * src/common/utils.c
15146         * src/gtk/gtkutils.c
15147         * src/gtk/inputdialog.c
15148         * src/gtk/menu.c
15149         * src/gtk/pluginwindow.c
15150         * src/gtk/prefswindow.c
15151         * src/plugins/pgpmime/passphrase.c
15152         * src/plugins/pgpmime/prefs_gpg.c
15153                 More -Wall fixes
15154
15155         * src/common/Makefile.am
15156         * src/common/timing.h
15157                 Add basic timing code
15158
15159         * src/summaryview.c
15160                 Fix a bug with unread messages when 
15161                 re-sorting folders, and by the way
15162                 fix a big performance hit when 
15163                 re-sorting (10k mails: before 5s,
15164                 after .5s)
15165
15166         * src/prefs_compose_writing.c
15167         * src/prefs_compose_writing.h
15168         * src/prefs_message.c
15169         * src/prefs_message.h
15170         * src/prefs_other.c
15171         * src/prefs_other.h
15172         * src/prefs_quote.c
15173         * src/prefs_quote.h
15174         * src/prefs_receive.c
15175         * src/prefs_receive.h
15176         * src/prefs_send.c
15177         * src/prefs_send.h
15178         * src/prefs_summaries.c
15179         * src/prefs_summaries.h
15180                 Fix copyright banner
15181
15182 2005-06-01 [paul]       1.9.11cvs30
15183
15184         * po/fi.po
15185                 updated by Flammie Pirinen
15186         * src/procmime.c
15187                 fix 'Bad BASE64 content' output
15188
15189 2005-05-31 [colin]      1.9.11cvs29
15190
15191         * src/procmime.c
15192                 Oops, where did my hunk go.
15193
15194 2005-05-31 [colin]      1.9.11cvs28
15195
15196         * src/Makefile.am
15197         * src/account.c
15198         * src/action.c
15199         * src/addr_compl.c
15200         * src/addressbook.c
15201         * src/codeconv.c
15202         * src/compose.c
15203         * src/export.c
15204         * src/folder.c
15205         * src/folderview.c
15206         * src/image_viewer.c
15207         * src/main.c
15208         * src/mainwindow.c
15209         * src/messageview.c
15210         * src/mimeview.c
15211         * src/msgcache.c
15212         * src/prefs_account.c
15213         * src/prefs_actions.c
15214         * src/prefs_common.c
15215         * src/prefs_compose_writing.c
15216         * src/prefs_customheader.c
15217         * src/prefs_ext_prog.c
15218         * src/prefs_filtering.c
15219         * src/prefs_filtering_action.c
15220         * src/prefs_fonts.c
15221         * src/prefs_image_viewer.c
15222         * src/prefs_message.c
15223         * src/prefs_message.h
15224         * src/prefs_msg_colors.c
15225         * src/prefs_other.c
15226         * src/prefs_other.h
15227         * src/prefs_quote.c
15228         * src/prefs_receive.c
15229         * src/prefs_receive.h
15230         * src/prefs_send.c
15231         * src/prefs_send.h
15232         * src/prefs_spelling.c
15233         * src/prefs_summaries.c
15234         * src/prefs_summary_column.c
15235         * src/prefs_template.c
15236         * src/prefs_themes.c
15237         * src/prefs_toolbar.c
15238         * src/prefs_wrapping.c
15239         * src/procmime.c
15240         * src/procmsg.c
15241         * src/send_message.h
15242         * src/ssl_manager.c
15243         * src/summary_search.c
15244         * src/summaryview.c
15245         * src/textview.c
15246         * src/wizard.c
15247         * src/common/smtp.c
15248         * src/common/smtp.h
15249         * src/gtk/gtkutils.h
15250                 o Move the rest of Common prefs to new style
15251                 o Lots of -Wall warning fixes
15252                 o fix FIXME in cache memusage calculation
15253                 o Let return receipts be sent from any account
15254                 o Little cache optimisation (read)
15255                 o Fix bug #746 (don't treat commas as separators
15256                   when inside a quoted string)
15257
15258 2005-05-31 [paul]       1.9.11cvs27
15259
15260         * src/prefs_common.c
15261                 fix 'off-by-one' typo
15262
15263 2005-05-31 [paul]       1.9.11cvs26
15264
15265         * src/account.c
15266         * src/addr_compl.c
15267         * src/compose.c
15268         * src/foldersel.c
15269         * src/prefs_actions.c
15270         * src/prefs_common.c
15271         * src/prefs_common.h
15272         * src/prefs_customheader.c
15273         * src/prefs_display_header.c
15274         * src/prefs_filtering.c
15275         * src/prefs_filtering_action.c
15276         * src/prefs_matcher.c
15277         * src/prefs_summaries.c
15278         * src/prefs_summary_column.c
15279         * src/prefs_template.c
15280         * src/prefs_toolbar.c
15281         * src/ssl_manager.c
15282         * src/gtk/pluginwindow.c
15283         * src/gtk/prefswindow.c
15284         * src/gtk/progressdialog.c
15285                 add hidden prefs 'enable_rules_hint'
15286                 for gtk_tree_view_set_rules_hint()
15287                 (sync with main)
15288                 
15289
15290 2005-05-31 [colin]      1.9.11cvs25
15291
15292         * src/Makefile.am
15293         * src/main.c
15294         * src/prefs_common.c
15295         * src/prefs_summaries.c ** ADDED **
15296         * src/prefs_summaries.h ** ADDED **
15297                 Common/Display -> Display/Summaries
15298
15299 2005-05-31 [colin]      1.9.11cvs24
15300
15301         * src/Makefile.am
15302         * src/main.c
15303         * src/prefs_quote.c ** ADDED **
15304         * src/prefs_quote.h ** ADDED **
15305                 Move Common/Quote to Compose/Quoting
15306         * src/prefs_common.c
15307         * src/prefs_common.h
15308                 Remove old quote stuff, add
15309                 convenience functions for GtkTextView prefs
15310         * src/gtk/prefswindow.c
15311                 Set default height higher
15312
15313 2005-05-30 [colin]      1.9.11cvs23
15314
15315         * src/Makefile.am
15316         * src/main.c
15317         * src/prefs_common.c
15318         * src/prefs_compose_writing.c ** ADDED **
15319         * src/prefs_compose_writing.h ** ADDED **
15320                 Move Common/Compose prefs to Compose/Writing
15321
15322 2005-05-30 [colin]      1.9.11cvs22
15323
15324         * src/common/utils.c
15325                 Fix bug #651 (Confused Attract by Subject)
15326                 Patch by M. Benkmann <haferfrost@web.de>
15327         * AUTHORS
15328
15329 2005-05-30 [colin]      1.9.11cvs21
15330
15331         * src/compose.c
15332                 Fix concatenation of different headers of
15333                 the same type (bug #645)
15334         * src/prefs_folder_item.c
15335                 Fix bug #699 (setting color to black doesn't
15336                 work immediately)
15337         * src/procmime.c
15338                 Print out decoding error only once per
15339                 block
15340
15341 2005-05-30 [paul]       1.9.11cvs20
15342
15343         * src/common/template.c
15344                 fix Bcc
15345
15346 2005-05-30 [paul]       1.9.11cvs19
15347
15348         * doc/src/rfc2368.txt   **NEW FILE**
15349         * src/compose.c
15350                 compose_entries_set(): don't interpret Bcc
15351                 header field (conform to RFC 2368)
15352                 (sync with main)
15353
15354 2005-05-29 [colin]      1.9.11cvs18
15355
15356         * src/prefs_common.c
15357                 Let the default reply format respect
15358                 netiquette by cutting the signature.
15359
15360 2005-05-29 [colin]      1.9.11cvs17
15361
15362         * src/summaryview.c
15363                 Don't let always_show_msg override
15364                 open_unread_on_enter when opening a new
15365                 directory.
15366
15367 2005-05-27 [paul]       1.9.11cvs16
15368
15369         sync with main:
15370
15371         * src/main.c
15372                 app_will_exit(): cleanup tmp directory when exit
15373         * src/message_search.c
15374                 improved the interface and made code cleanup.
15375                 removed Clear button
15376         * src/send_message.c
15377                 send_message_local(): use GSpawn, and detect errors
15378         * src/summary_search.c
15379                 improved the interface and made code cleanup
15380         * src/textview.c
15381                 textview_write_link(): also skip non-ascii space
15382                  at the head of link strings (phishing check
15383                  didn't work at the case)
15384         * src/common/utils.c
15385                 get_command_output(): use g_spawn_command_line_sync()
15386                 instead of popen()
15387
15388 2005-05-26 [colin]      1.9.11cvs15
15389
15390         * src/folder.c
15391                 remove printf
15392
15393 2005-05-26 [colin]      1.9.11cvs14
15394
15395         * src/common/nntp.c
15396                 Fix nntp mode reader (bug #611)
15397                 Patch by Florian Mickler <florian@mickler.org>
15398
15399 2005-05-26 [colin]      1.9.11cvs13
15400
15401         * src/plugins/pgpmime/passphrase.c
15402                 Fix mouse grabbing (bug #557)
15403
15404 2005-05-26 [colin]      1.9.11cvs12
15405
15406         * src/prefs_themes.c
15407                 Fix g_warning (bug #541)
15408
15409 2005-05-26 [colin]      1.9.11cvs11
15410
15411         * src/prefs_actions.c
15412         * src/prefs_template.c
15413                 Fix bug #506 (no warning if action/template
15414                 is not saved)
15415         * src/common/template.c
15416                 Fix a possible crash
15417
15418 2005-05-26 [colin]      1.9.11cvs10
15419
15420         * src/folder.c
15421         * src/folderview.c
15422         * src/procmsg.c
15423         * src/summaryview.c
15424                 Forbid locked messages to be moved or
15425                 deleted. Locked messages in trashes 
15426                 still get deleted, for performance
15427                 reason (mh.c::mh_remove_all_msgs)
15428
15429 2005-05-25 [colin]      1.9.11cvs9
15430
15431         * src/procmime.c
15432                 Use correct encoding when sending mails
15433                 with attachments that have accentued 
15434                 chars in their name
15435
15436 2005-05-24 [colin]      1.9.11cvs8
15437
15438         * src/summaryview.c
15439                 Fix bug #688 f) read/unread marker not
15440                 changed on first click
15441                 Also, optimize summary_status_show()
15442                 calls
15443         * src/folder.c
15444         * src/inc.c
15445         * src/procmime.c
15446                 Fix bug #688 b) and c) wrt message
15447                 attachments and signature
15448         * src/stock_pixmap.c
15449         * src/stock_pixmap.h
15450         * src/stock_pixmap.c
15451         * src/stock_pixmap.h
15452         * src/Makefile.am
15453         * src/pixmaps/clip_gpg_signed.xpm
15454                 Add clip/signed icon
15455
15456 2005-05-24 [colin]      1.9.11cvs7
15457
15458         * src/folder_item_prefs.c
15459                 whitespace fix
15460
15461 2005-05-24 [colin]      1.9.11cvs6
15462
15463         * src/folderview.c
15464         * src/prefs_common.c
15465         * src/prefs_common.h
15466                 Add a confirmation to folder drag and drop
15467                 fixes bug #156
15468         * src/alertpanel.c
15469         * src/alertpanel.h
15470                 fix _with_disable parameters so that
15471                 the buttons labels are specifiable too
15472         * src/plugins/pgpmime/sgpgme.c
15473                 reflect said change
15474                 
15475
15476 2005-05-24 [colin]      1.9.11cvs5
15477
15478         * src/folderview.c
15479                 Uncollapse/collapse folders on double-click
15480                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15481                 closes bug #108
15482
15483 2005-05-23 [colin]      1.9.11cvs4
15484
15485         * src/common/socket.c
15486                 Check another special SSL_peek() error.
15487                 Should help wrt bug #728
15488
15489 2005-05-23 [colin]      1.9.11cvs3
15490
15491         * src/plugins/pgpmime/pgpmime.c
15492                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
15493                 breaking menu accelerators and stuff. Users will have to
15494                 reselect "PGP MIME" instead of "PGP/MIME" in their 
15495                 account's privacy preferences if needed.
15496
15497 2005-05-22 [paul]
15498
15499         * tools/kdeservicemenu/install.sh
15500                 use kdesu to prompt for root password if doing
15501                 global install/uninstall
15502
15503 2005-05-20 [colin]      1.9.11cvs2
15504
15505         * src/procmsg.c
15506                 Fix another compilation error with gcc-2.9x
15507                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
15508         * src/send_message.c
15509                 Don't send QUIT if we aren't connected
15510
15511 2005-05-19 [colin]      1.9.11cvs1
15512
15513         * src/procmsg.c
15514                 Fix compilation with gcc 2.9x
15515
15516 2005-05-19 [paul]       1.9.11
15517
15518         1.9.11 released
15519
15520 2005-05-19 [paul]       1.9.9cvs14
15521
15522         * src/gtk/inputdialog.c
15523                 prevent gettext warning
15524
15525 2005-05-19 [paul]       1.9.9cvs13
15526
15527         * src/mainwindow.c
15528         * src/prefs_common.c
15529         * src/prefs_common.h
15530         * src/textview.c
15531         * src/textview.h
15532                 add an option to toggle cursor in message
15533                 view (sync with main)
15534
15535 2005-05-18 [colin]      1.9.9cvs12
15536
15537         * src/compose.c
15538                 Dereference freed pointer
15539         * src/gtk/gtkaspell.c
15540                 Fix duplication of dictionaries (is it an aspell issue?)
15541
15542 2005-05-18 [colin]      1.9.9cvs11
15543
15544         * src/gtk/inputdialog.c
15545         * src/gtk/gtkaspell.c
15546                 HIGuify dialogs
15547         * src/alertpanel.c
15548                 Remove a double call
15549
15550 2005-05-17 [colin]      1.9.9cvs10
15551
15552         * src/gtk/gtkaspell.c
15553                 Fix dialogs, Ctrl-Enter accel
15554
15555 2005-05-17 [colin]      1.9.9cvs9
15556
15557         * src/gtk/gtkaspell.c
15558                 Fix some accelerators, escape in replace-window
15559
15560 2005-05-16 [colin]      1.9.9cvs8
15561
15562         * src/gtk/gtkaspell.c
15563                 Revert last commit, it was a mistake.
15564
15565 2005-05-16 [colin]      1.9.9cvs7
15566
15567         * src/gtk/gtkaspell.c
15568                 Remove buggy code while we're at it. It's a 
15569                 dead code path anyway.
15570
15571 2005-05-16 [colin]      1.9.9cvs6
15572
15573         * src/gtk/gtkaspell.c
15574                 Missed some gtk_menu_popup where deactivate
15575                 signal should be handled. Should fix bug
15576                 #629 a bit more.
15577
15578 2005-05-16 [colin]      1.9.9cvs5
15579
15580         * src/gtk/gtkaspell.c
15581                 Remove debug printf()s
15582
15583 2005-05-16 [colin]      1.9.9cvs4
15584
15585         * src/gtk/gtkaspell.c
15586                 Fix a bit aspell problems
15587                 (see bug #629)
15588
15589 2005-05-13 [colin]      1.9.9cvs3
15590
15591         * src/folderview.c
15592                 Fix the + appearing even when no subfolders
15593                 have unread messages. Thanks to wwp for the
15594                 bug report.
15595
15596 2005-05-11 [paul]       1.9.9cvs2
15597
15598         * src/folderview.c
15599                 correction to 1.9.9cvs1, only colour folders that
15600                 have new msgs (not unread msgs)
15601
15602 2005-05-10 [colin]      1.9.9cvs1
15603
15604         * src/folderview.c
15605         * src/summaryview.c
15606                 Try to fix bolding bugs again.
15607
15608 2005-05-09 [paul]
15609
15610         * tools/claws.i18n.status.pl
15611                 add Ricardo Mones Lastra's script that has been providing
15612                 the i18n status page for many months
15613
15614 2005-05-09 [paul]       1.9.9
15615
15616         1.9.9 release
15617
15618 2005-05-09 [paul]       1.9.6cvs58
15619
15620         * AUTHORS
15621         * INSTALL
15622         * README.claws
15623                 updated
15624         * Makefile.am 
15625         * RELEASE_NOTES.claws
15626                 add release notes to cvs to simplify release
15627                 procedure
15628         * configure.ac
15629                 add ca and fi to ALL_LINGUAS
15630         * po/Makefile.in.in
15631                 workaround for missing Makevars
15632         * po/ca.po
15633         * po/fi.po
15634                 add new Catalan and Finnish translations
15635                 submitted by Miquel Oliete and Flammie Pirinen
15636         * po/de.po
15637         * po/es.po
15638         * po/fr.po
15639         * po/it.po
15640         * po/pl.po
15641         * po/ru.po
15642         * po/sk.po
15643         * po/sr.po
15644         * po/zh_CN.po
15645                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
15646                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
15647                 Urke MMI, and Hansom Young
15648         * src/main.c
15649                 Fix drafting when quitting. compose_draft() closes the
15650                 compose windows, which modifies the compose_list GSList.
15651                 We have to refresh this list after echo drafting to avoid a
15652                 segfault
15653         * src/partial_download.c
15654                 fix segfault on exit
15655
15656 2005-05-06 [paul]       1.9.6cvs57
15657
15658         * src/grouplistdialog.c
15659                 quick fix/workaround for unresizeable newsgroup
15660                 name column 
15661
15662 2005-05-06 [paul]       1.9.6cvs56
15663
15664         * src/inc.c
15665         * src/mainwindow.c
15666                 use gettext plural forms
15667         * src/imap_gtk.c
15668         * src/mh_gtk.c
15669         * src/toolbar.c
15670                 small improvement to english usage
15671
15672 2005-05-05 [thorsten]   1.9.6cvs55
15673
15674         * src/folder.c
15675                 fix possible crash
15676
15677 2005-05-05 [paul]       1.9.6cvs54
15678         
15679         sync with HEAD
15680
15681         * AUTHORS
15682         * src/compose.c
15683                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
15684                 patch by Tim Mann
15685
15686 2005-05-05 [paul]       1.9.6cvs53
15687
15688         * src/mainwindow.c
15689                 fix resizing of separate message and
15690                 folder views
15691
15692 2005-05-05 [paul]       1.9.6cvs52
15693
15694         * src/account.c
15695         * src/addrgather.c
15696         * src/browseldap.c
15697         * src/exphtmldlg.c
15698         * src/expldifdlg.c
15699         * src/importmutt.c
15700         * src/importpine.c
15701         * src/main.c
15702         * src/mainwindow.c
15703         * src/noticeview.c
15704         * src/prefs_filtering.c
15705         * src/prefs_filtering_action.c
15706         * src/prefs_matcher.c
15707         * src/prefs_spelling.c
15708         * src/prefs_toolbar.c
15709         * src/toolbar.c
15710         * src/wizard.c
15711         * src/gtk/description_window.c
15712         * src/gtk/gtkvscrollbutton.c
15713         * src/gtk/progressdialog.c
15714         * src/gtk/quicksearch.c
15715         * src/plugins/pgpmime/prefs_gpg.c
15716         * src/plugins/spamassassin/spamassassin_gtk.c
15717                 replace deprecated gtk_widget_set_usize
15718
15719 2005-05-04 [colin]      1.9.6cvs51
15720
15721         * src/common/utils.c
15722                 Fix crash when subst_for_filename is called
15723                 with a NULL parameter
15724
15725 2005-05-04 [colin]      1.9.6cvs50
15726
15727         * src/partial_download.c
15728         * src/pop.c
15729                 Escape login when writing uidl file
15730                 fixes bug #736
15731
15732 2005-05-03 [colin]      1.9.6cvs49
15733
15734         * src/procmime.c
15735                 Fix possible DOS in mime parser
15736                 (see bug #634)
15737
15738 2005-05-02 [colin]      1.9.6cvs48
15739
15740         * src/compose.c
15741                 Try to fix the copy/paste mess once again.
15742
15743
15744 2005-04-30 [colin]      1.9.6cvs47
15745
15746         * src/prefs_account.h
15747         * src/procmsg.c
15748         * src/send_message.c
15749         * src/common/smtp.c
15750         * src/common/smtp.h
15751                 Try to batch sending mails (per account) instead of
15752                 reconnecting to server every time.
15753
15754 2005-04-29 [colin]      1.9.6cvs46
15755
15756         * src/messageview.c
15757                 Fix window resizing that refused to size down
15758         * src/prefs_common.c
15759         * src/prefs_common.h
15760         * src/prefs_filtering.c
15761                 Save Filtering's window size
15762
15763 2005-04-21 [paul]       1.9.6cvs45
15764
15765         * ChangeLog-gtk2.claws
15766         * src/setup.c
15767                 correction to sync
15768
15769 2005-04-21 [paul]       1.9.6cvs44
15770
15771         sync with main:
15772
15773         * src/setup.c
15774         * src/statusbar.c
15775         * src/statusbar.h
15776                 use gtkut_widget_draw_now(). Improved performance
15777                 of the update of statusbar
15778         * src/textview.c
15779                 textview_smooth_scroll_do(): redraw it after scroll
15780                 is done (fixed incorrect display when a part of the
15781                 view is hidden).
15782         * src/gtk/gtkutils.c
15783         * src/gtk/gtkutils.h
15784                 gtkut_widget_draw_now(): use gdk_window_process_updates()
15785                 to force update of widgets.
15786                 Removed gtkut_widget_wait_for_draw() which had a big
15787                 overhead  because of waiting for all events processed 
15788
15789 2005-04-20 [paul]       1.9.6cvs43
15790
15791         * src/codeconv.c
15792                 complete 1.9.6cvs42's sync:
15793                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
15794
15795 2005-04-19 [paul]       1.9.6cvs42
15796
15797         sync with main:
15798
15799         * src/action.c
15800                 catch_output(): correctly select the insert text
15801                 (fix invalid iterator warnings).
15802         * src/codeconv.c
15803         * src/codeconv.h
15804         * src/mainwindow.c
15805         * src/messageview.c
15806         * src/prefs_common.c
15807                 support GBK encoding.
15808         * src/common/session.c
15809         * src/common/session.h
15810                 use separate buffer for large data to be sent,
15811                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
15812
15813 2005-04-18 [paul]       1.9.6cvs41
15814
15815         * src/jpilot.c
15816                 convert unsigned long into guint32
15817                 patch by Paul LeoNerd Evans 
15818
15819 2005-04-17 [colin]      1.9.6cvs40
15820
15821         * src/compose.c
15822                 Fix 'Request return receipt' from folder
15823                 properties (bug #708)
15824
15825 2005-04-17 [colin]      1.9.6cvs39
15826
15827         * src/mainwindow.c
15828                 Fix duplicate hotkeys in Mainwindow's menu
15829
15830 2005-04-17 [colin]      1.9.6cvs38
15831
15832         * src/folderview.c
15833                 Fix duplicate hotkeys in Folderview's contextual
15834                 menu
15835
15836 2005-04-15 [colin]      1.9.6cvs37
15837
15838         * src/summaryview.c
15839                 Fix 'Save as...' with non-ascii filenames
15840
15841 2005-04-15 [colin]      1.9.6cvs36
15842
15843         * src/plugins/pgpmime/pgpmime.c
15844                 Fix bus error on 64bit. Spotted by 
15845                 macallan1888@gmail.com
15846
15847 2005-04-15 [colin]      1.9.6cvs35
15848
15849         * src/prefs_account.c
15850                 Fix cvs34.
15851
15852 2005-04-12 [colin]      1.9.6cvs34
15853
15854         * src/prefs_account.c
15855                 Fix smtp auth type off-by-one. We forgot to
15856                 add PLAIN in the prefs-to-gui setter func and
15857                 as a result, the selected auth when opening
15858                 account prefs was not the correct one.
15859
15860 2005-04-12 [paul]       1.9.6cvs33
15861
15862         * src/inc.c
15863                 if the recv dialog is visible, Cancel only
15864                 cancels the current account
15865
15866
15867 2005-04-10 [colin]      1.9.6cvs32
15868
15869         * src/filtering.c
15870                 Copy score when copying FilteringActions
15871                 Fix bug #674
15872
15873 2005-04-10 [colin]      1.9.6cvs31
15874
15875         * src/inc.c
15876                 Make Message -> Receive -> Cancel cancel 
15877                 incorporation on all accounts. Fixes
15878                 bug #693
15879
15880 2005-04-10 [colin]      1.9.6cvs30
15881
15882         * src/prefs_account.c
15883                 Update Privacy checkbuttons status based
15884                 on the selected privacy system
15885         * src/compose.c
15886                 Always connect the "None" privacy system; the
15887                 static boolean was probably there to avoid
15888                 reconnecting twice in the same compose window,
15889                 but as the parent function is only called once
15890                 per compose, it's only a bug - as a static is
15891                 initialized once per application instance.
15892                 Also, don't uncheck Sign and Encrypt when
15893                 selecting None as privacy system; just ignore
15894                 them when sending/queuing.
15895                 Should fix bug #695
15896
15897 2005-04-08 [colin]      1.9.6cvs29
15898
15899         * src/account.c
15900         * src/prefs_account.c
15901         * src/prefs_account.h
15902                 Add account preference to queue message in a certain
15903                 folder.
15904
15905 2005-04-06 [colin]      1.9.6cvs28
15906
15907         * src/prefs_account.c
15908                 Update old inbox path syntax
15909
15910 2005-04-06 [paul]       1.9.6cvs27
15911
15912         sync with main:
15913
15914         * configure.ac
15915                 changed -traditional-cpp to -no-cpp-precomp for newer
15916                 Mac OS X support
15917         * src/foldersel.c
15918                 made column resize automatically
15919         * src/send_message.c
15920                 send_message_smtp(): consider EOF right after QUIT
15921                 successful (workaround for Gmail SMTP server)
15922         * src/common/socket.c
15923                 ssl_read(), ssl_peek(): check EOF which violates the
15924                 SSL protocol
15925         * src/gtk/colorlabel.c
15926                 removed warnings when displaying colorlabel menu
15927                 (don't use GtkAlignment)
15928
15929 2005-04-05 [paul]       1.9.6cvs26
15930
15931         * src/plugins/trayicon/trayicon.c
15932                 fix clipping of icon under KDE3 
15933
15934 2005-04-05 [paul]       1.9.6cvs25
15935
15936         * src/summaryview.c
15937                 hide display of threading
15938                 patch by Alfons
15939
15940 2005-04-04 [thorsten]   1.9.6cvs24
15941
15942         * src/mh.c
15943                 marks lost on filesystems with different stat() results on
15944                 summer-/wintertime
15945
15946 2005-04-03 [colin]      1.9.6cvs23
15947
15948         * src/summaryview.c
15949                 Don't handle up/down. Patch by Alfons
15950
15951 2005-04-02 [colin]      1.9.6cvs22
15952
15953         * src/summaryview.c
15954                 Make scrolling faster. Patch by Alfons.
15955
15956 2005-04-01 [colin]      1.9.6cvs21
15957
15958         * src/Makefile.am
15959         * src/stock_pixmap.c
15960         * src/pixmaps/dir-noselect.xpm ** REMOVED **
15961         * src/pixmaps/dir_noselect.xpm ** ADDED **
15962                 Fix pixmap name mismatch (Thanks Stephan Sachse)
15963
15964 2005-04-01 [colin]      1.9.6cvs20
15965
15966         * src/image_viewer.c
15967         * src/image_viewer.h
15968         * src/procmime.c
15969         * src/procmime.h
15970         * src/textview.c
15971         * src/textview.h
15972                 Implement inline image resizing and right-clicking
15973
15974 2005-04-01 [paul]       1.9.6cvs19
15975
15976         * AUTHORS
15977         * Makefile.am
15978         * configure.ac
15979                 check for gnome2
15980                 patch by Luca Cavalli <loopback<AT>slackit.org>
15981         * po/ru.po
15982                 updated by Pavlo Bohmat
15983
15984 2005-03-31 [colin]      1.9.6cvs18
15985
15986         * src/news.c
15987                 Fix parsing references
15988         * src/msgcache.c
15989                 don't put nulls in the references list
15990         * src/procheader.c
15991                 commit that forgotten file in 1.9.6cvs14
15992
15993 2005-03-31 [colin]      1.9.6cvs17
15994
15995         * src/compose.c
15996                 Fix joining of signature separator again. 
15997                 Maybe Hiro could put it in main too...
15998
15999 2005-03-31 [colin]      1.9.6cvs16
16000
16001         * src/Makefile.am
16002         * src/foldersel.c
16003         * src/stock_pixmap.c
16004         * src/stock_pixmap.h
16005         * src/pixmaps/dir-noselect.xpm
16006                 Update foldersel.c (sync from main, patch by Alfons)
16007
16008 2005-03-30 [colin]      1.9.6cvs15
16009
16010         * src/imap.c
16011                 Fix handling of imap folders containing [] in 
16012                 their name. Thanks to Nahuel Angelinetti for
16013                 the detailed bugreport.
16014
16015 2005-03-30 [colin]      1.9.6cvs14
16016
16017         * src/common/utils.h
16018         * src/common/utils.c
16019         * src/common/defs.h
16020         * src/matcher.c
16021         * src/msgcache.c
16022         * src/news.c
16023         * src/procmsg.c
16024         * src/procmsg.h
16025         * src/quote_fmt_parse.y
16026         * src/summaryview.c
16027                 Update references system. Patch by Alfons
16028
16029 2005-03-30 [colin]      1.9.6cvs13
16030
16031         * src/common/socket.c
16032                 Force the glibc to read resolv.conf again when 
16033                 it has changed. Should fix issues when changing
16034                 networks on a laptop and not restarting sylpheed. 
16035
16036 2005-03-30 [paul]       1.9.6cvs12
16037
16038         partial sync with main:
16039
16040         * src/action.c
16041                 create_io_dialog(): use user-defined text font
16042                 (thanks to Alfons), and modified its appearance.
16043         * src/addrgather.c
16044         * src/addrharvest.c
16045         * src/browseldap.c
16046                 replace old code
16047         * src/compose.c
16048                 don't join (presumably) itemized lines on line-wrapping
16049                 fixed wrapping of quote when auto-wrapping is enabled
16050                 compose_destroy(): destroy paned only if it's not
16051                 attached to window. Fixed memory leak of popup menu.
16052         * src/exphtmldlg.c
16053         * src/expldifdlg.c
16054                 replace old code
16055         * src/html.c
16056         * src/html.h
16057         * src/importmutt.c
16058         * src/importpine.c
16059                 replace old code
16060         * src/main.c
16061                 removed redundant code
16062         * src/mainwindow.c
16063                 changed 'Code set' (which is rather incorrect)
16064                 in the menu to 'Character encoding'
16065                 main_window_set_widgets(): request size first
16066                 to prevent window size becoming wrong
16067                 fixed remembering of the state of the visibility
16068                 of MessageView
16069         * src/messageview.c
16070                 changed 'Code set' (which is rather incorrect)
16071                 in the menu to 'Character encoding'
16072         * src/prefs_common.c
16073         * src/prefs_common.h
16074                 added an option whether to render HTML as text or not
16075                 added separators to outgoing encoding menu
16076         * src/procheader.c
16077                 procheader_scan_date_string(): support header
16078                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16079         * src/summaryview.c
16080         * src/summaryview.h
16081                 minor code cleanup
16082         * src/textview.c
16083                 textview_show_html(): force output of newline
16084                 added an option whether to render HTML as text or not
16085         * src/common/utils.c
16086                 strncpy2(): optimized based on Alfons' code
16087         * src/gtk/gtkutils.c
16088         * src/gtk/gtkutils.h
16089                 removed non-used code
16090         * src/plugins/pgpmime/passphrase.c
16091                 partially fixed grab input of passphrase dialog
16092                 Confine pointer to window
16093
16094 2005-03-30 [colin]      1.9.6cvs11
16095
16096         * src/msgcache.c
16097         * src/msgcache.h
16098                 Read/write 32bit ints from cache & marks
16099                 From main.
16100
16101 2005-03-29 [paul]       1.9.6cvs10
16102
16103         * AUTHORS
16104         * ChangeLog.claws
16105         * src/compose.c
16106         * src/gtk/gtkaspell.c
16107                 sync with HEAD (don't pass NULL pointers) 
16108
16109 2005-03-24 [paul]
16110
16111         * tools/Makefile.am
16112         * tools/README
16113         * tools/acroread2sylpheed.pl
16114                 sync with HEAD (add script to send pdfs as
16115                 attachments from Adobe Reader 7)
16116
16117 2005-03-21 [paul]       1.9.6cvs9
16118
16119         * configure.ac
16120         * po/POTFILES.in
16121         * src/Makefile.am
16122         * src/crash.c
16123         * src/image_viewer.c ** ADDED **
16124         * src/image_viewer.h ** ADDED **
16125         * src/main.c
16126         * src/prefs_common.c
16127         * src/prefs_common.h
16128         * src/prefs_image_viewer.c ** ADDED **
16129         * src/prefs_image_viewer.h ** ADDED **
16130         * src/textview.c
16131         * src/gtk/about.c
16132         * src/pixmaps/sylpheed_logo.xpm
16133         * src/plugins/Makefile.am
16134         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16135         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16136         * src/plugins/image_viewer/plugin.c ** REMOVED **
16137         * src/plugins/image_viewer/viewer.c ** REMOVED **
16138         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16139         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16140         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16141         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16142         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16143                 as gdk-pixbuf is now built-in
16144                 remove image_viewer plugin and put code back into
16145                 main codebase
16146                 implement inline image display (sync with main)
16147
16148                 replace logo with newer, nicer, larger version  
16149
16150 2005-03-21 [paul]       1.9.6cvs8
16151
16152         * src/gtk/about.c
16153                 cosmetic improvement
16154
16155 2005-03-21 [holger]     1.9.6cvs7
16156
16157         * src/plugins/spamassassin/spamassassin.c
16158                 Sync with HEAD
16159                 (unregister hook on failed plugin init)
16160
16161 2005-03-20 [colin]      1.9.6cvs6
16162
16163         * src/common/plugin.c
16164                 Check that plugin isn't already loaded
16165                 Patch by Alfons
16166
16167 2005-03-20 [thorsten]   1.9.6cvs5
16168
16169         * src/compose.c
16170                 use a more compatible syntax
16171
16172 2005-03-20 [thorsten]   1.9.6cvs4
16173
16174         * src/prefs_toolbar.c
16175                 fix crash when selecting toolbar item (uninitialized pointer)
16176
16177 2005-03-20 [thorsten]   1.9.6cvs3
16178
16179         * src/procmime.c
16180                 fix mimetype detection (referenced free()d string)
16181
16182 2005-03-20 [paul]       1.9.6cvs2
16183
16184         * src/compose.c
16185                 sync with HEAD (1.0.3cvs5)
16186                 neglect Reply-To header if empty
16187                 Patch by Alfons 
16188
16189 2005-03-19 [holger]     1.9.6cvs1
16190
16191         * src/summaryview.c
16192         * src/summaryview.h
16193                 Sync with HEAD
16194
16195 2005-03-18 [paul]       1.9.6
16196
16197         initial GTK2 release
16198
16199 2005-03-18 [paul]       1.0.3cvs3.1
16200
16201         * AUTHORS
16202         * ChangeLog.claws
16203         * configure.ac
16204         * src/gtk/about.c
16205         * src/pixmaps/sylpheed_logo.xpm
16206                 sync with HEAD
16207
16208 2005-03-18 [colin]      1.0.3cvs2.6
16209
16210         * src/summaryview.c
16211                 Remove call to summary_step in summary_copy_selected_to
16212                 Can't see its purpose, and this causes bug when copying
16213                 a message if the next one is unread: it reads it.
16214
16215 2005-03-18 [paul]       1.0.3cvs2.5
16216
16217         * src/foldersel.c
16218                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16219
16220 2005-03-18 [paul]       1.0.3cvs2.4
16221
16222         * src/addrharvest.c
16223         * src/codeconv.c
16224         * src/codeconv.h
16225         * src/compose.c
16226         * src/news.c
16227         * src/procheader.c
16228         * src/procmime.c
16229         * src/unmime.c
16230         * src/unmime.h
16231                 fix buffer overflow, CAN-2005-0667, see
16232                 http://secunia.com/advisories/14491/
16233                 Patch by Alfons
16234
16235 2005-03-17 [colin]      1.0.3cvs2.3
16236
16237         * src/prefs_fonts.c
16238         * src/summaryview.c
16239                 Fix font bugs (both lists now officialy share 
16240                 the same font)
16241                 
16242
16243 2005-03-17 [paul]       1.0.3cvs2.2
16244
16245         * src/gtk/pluginwindow.c
16246                 make plugin descriptions uneditable
16247
16248 2005-03-11 [paul]       1.0.3cvs2.1
16249
16250         * ChangeLog.claws
16251         * configure.ac
16252         * po/POTFILES.in
16253         * src/plugins/trayicon/trayicon.c
16254                 sync with HEAD
16255                 add src/wizard.c to POTFILES.in
16256
16257 2005-03-11 [paul]       1.0.3cvs1.1
16258
16259         * ChangeLog
16260         * ChangeLog.claws
16261         * configure.ac
16262         * po/de.po
16263         * po/es.po
16264         * po/fr.po
16265         * po/it.po
16266         * po/pt_BR.po
16267         * po/ru.po
16268         * po/sk.po
16269         * po/sr.po
16270         * po/zh_CN.po
16271                 sync with HEAD
16272
16273 2005-03-04 [colin]      1.0.1cvs22.2
16274
16275         * src/compose.c
16276                 Fix signatures with accentued chars in it
16277
16278 2005-03-04 [colin]      1.0.1cvs22.1
16279
16280         * src/common/smtp.c
16281         * src/common/smtp.h
16282                 Don't use SIZE param in MAIL FROM: if server 
16283                 doesn't support it. Patch by Eugen Freiter
16284                 <eugen_f@users.sf.net>
16285
16286 2005-02-27 [paul]       1.0.1cvs20.1
16287
16288         * ChangeLog.claws
16289         * configure.ac
16290         * src/messageview.c
16291                 sync with HEAD
16292
16293 2005-02-27 [colin]      1.0.1cvs19.4
16294
16295         * src/procheader.c
16296         * src/procheader.h
16297                 Fix prototypes. Patch by Alfons
16298
16299 2005-02-27 [colin]      1.0.1cvs19.3
16300
16301         * src/compose.c
16302                 Don't auto-join the signature separator.
16303
16304 2005-02-26 [colin]      1.0.1cvs19.2
16305
16306         * src/summaryview.c
16307                 Fix 'mark all read' with collapsed threads.
16308                 Patch by Alfons.
16309
16310 2005-02-25 [paul]       1.0.1cvs19.1
16311
16312         * ChangeLog.claws
16313         * configure.ac
16314         * src/prefs_account.c
16315         * src/prefs_folder_item.c
16316         * src/gtk/prefswindow.c
16317         * src/gtk/prefswindow.h
16318                 sync with HEAD
16319
16320 2005-02-25 [paul]       1.0.1cvs15.12
16321
16322         * src/alertpanel.c
16323         * src/codeconv.c
16324         * src/compose.c
16325         * src/textview.c
16326         * src/gtk/gtkutils.c
16327         * src/gtk/gtkutils.h
16328         * src/gtk/logwindow.c
16329         * src/gtk/progressdialog.c
16330                 sync with main (revision 127)
16331                 and fix logwindow clipping
16332
16333 2005-02-24 [colin]      1.0.1cvs15.11
16334
16335         * src/plugins/pgpmime/passphrase.c
16336                 Disable input grabbing; it doesn't work yet.
16337
16338 2005-02-24 [colin]      1.0.1cvs15.10
16339
16340         * src/messageview.c
16341                 Don't send out receipts if offline. Ask.
16342
16343 2005-02-23 [colin]      1.0.1cvs15.9
16344
16345         * src/summaryview.c     
16346                 Fix expanding
16347
16348 2005-02-23 [colin]      1.0.1cvs15.8
16349
16350         * src/summaryview.c
16351                 Really fix Bug 568 by removing useless
16352                 calls. summary_thread_init() now called
16353                 in summary_sort(). This should please
16354                 Alfons as it should be faster than 
16355                 previously.
16356
16357 2005-02-23 [colin]      1.0.1cvs15.7
16358
16359         * src/compose.c
16360                 Encode parts as QP or B64 if signing
16361
16362 2005-02-23 [colin]      1.0.1cvs15.6
16363
16364         * src/compose.c
16365                 Fix Mimeinfo leakage (including tmp files)
16366         * src/procmsg.c
16367                 Fix tmp file leakage (spotted by Ivan Rayner)
16368
16369 2005-02-22 [colin]      1.0.1cvs15.5
16370
16371         * src/expldifdlg.c
16372                 Fix keyboard input. Patch by Alfons.
16373
16374 2005-02-21 [colin]      1.0.1cvs15.4
16375
16376         * src/compose.c
16377                 Fix Sign/Encrypt when unselecting privacy
16378                 system
16379         * src/prefs_common.c
16380                 Change default message font to Monospace
16381         * src/summaryview.c
16382                 More freezing during potentially large operations
16383
16384 2005-02-21 [paul]       1.0.1cvs15.3
16385
16386         * src/main.c
16387                 fix --help output
16388
16389 2005-02-21 [paul]       1.0.1cvs15.2
16390
16391         * po/Makefile.in.in
16392         * src/compose.c
16393         * src/summaryview.c
16394         * src/textview.c
16395         * src/common/utils.c
16396         * src/common/utils.h
16397                 sync with main (revision 117)
16398
16399 2005-02-20 [colin]      1.0.1cvs15.1
16400
16401         * src/common/defs.h
16402                 Change cache file to .sylpheed_claws_cache, as
16403                 suggested by Alfons. Allows people to switch
16404                 between Sylpheed and Sylpheed-Claws. it is
16405                 a good idea to "Check for new messages" at next
16406                 startup.
16407
16408
16409 2005-02-18 [colin]      1.0.1cvs14.1
16410
16411         * src/quote_fmt_lex.l
16412         * src/quote_fmt_parse.y
16413                 Fix parser initialisation. Patch by Ivan.
16414
16415 2005-02-18 [colin]      1.0.1cvs11.6
16416
16417         * src/folderview.c
16418                 Fix scrolldown (bug 662)
16419
16420 2005-02-17 [colin]      1.0.1cvs11.5
16421
16422         * src/codeconv.c
16423                 conv_filename_to_utf8: return clean 7bit instead
16424                 of broken utf8 if needed
16425         * src/mimeview.c
16426                 Fix display of parts with unclean 8bit names
16427
16428 2005-02-17 [paul]       1.0.1cvs11.4
16429
16430         * src/compose.c
16431         * src/exportldif.c
16432         * src/matcher_parser_parse.y
16433         * src/procmime.c
16434         * src/sourcewindow.c
16435         * src/common/Makefile.am
16436         * src/common/intl.h             ** REMOVED **
16437         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16438                 sync with main (revision 109)
16439                 and clean up
16440
16441 2005-02-16 [colin]      1.0.1cvs11.3
16442
16443         * src/summaryview.c
16444                 Fix collapsed thread not highlighting when new
16445                 messages in it (Bug 568) Patch by Stephan Sachse.
16446                 Fix messed up selection when reaching bounds (Bug 632)
16447         * src/prefs_themes.c
16448                 Fix theme installing (Bug 684)
16449
16450 2005-02-16 [colin]      1.0.1cvs11.2
16451
16452         * src/messageview.c
16453                 Fix messageview_select_all
16454
16455 2005-02-16 [colin]      1.0.1cvs11.1
16456
16457         * src/mh.c
16458                 Sync with HEAD (MH scan required function)
16459
16460 2005-02-15 [colin]      1.0.1cvs8.1
16461
16462         * src/mimeview.c
16463         * src/common/utils.c
16464                 Sync with HEAD (filename chars substitution)
16465
16466 2005-02-15 [colin]      1.0.1cvs7.3
16467
16468         * src/gtk/pluginwindow.c
16469                 Fix button spacing
16470
16471 2005-02-15 [colin]      1.0.1cvs7.2
16472
16473         * src/mimeview.c
16474                 Fix mime icons not reset across message when
16475                 scrolled down
16476
16477 2005-02-15 [colin]      1.0.1cvs7.1
16478
16479         * src/compose.c
16480         * src/procmime.c
16481                 Sync with HEAD (optimisation of cvs6)
16482
16483 2005-02-14 [colin]      1.0.1cvs6.1
16484
16485         * src/compose.c
16486         * src/procmime.c
16487                 Sync with HEAD (encode "From " at line beginning)
16488
16489 2005-02-14 [colin]      1.0.1cvs5.3
16490
16491         * src/compose.c
16492                 Fix wrapping with accentued chars.
16493
16494 2005-02-13 [colin]      1.0.1cvs5.2
16495
16496         * src/textview.c
16497                 Fix email informative part parsing with
16498                 accentued chars in it. ispunct() returns
16499                 true for them in utf8...
16500
16501 2005-02-12 [colin]      1.0.1cvs5.1
16502
16503         * src/filtering.c
16504                 Sync with HEAD (remove wrong use of compose after send)
16505
16506 2005-02-12 [paul]       1.0.1cvs4.5
16507
16508         * src/textview.c
16509                 remove unnecessary code (thanks to Alfons)
16510
16511 2005-02-12 [paul]       1.0.1cvs4.4
16512
16513         * src/textview.c
16514                 add 'Copy' to contextual menu on emails
16515
16516 2005-02-11 [colin]      1.0.1cvs4.3
16517
16518         * src/compose.c
16519                 revert 1.0.0cvs28.2, it doesn't work that well.
16520
16521 2005-02-11 [paul]       1.0.1cvs4.2
16522
16523         * po/Makefile.in.in
16524                 fix 'make release'
16525
16526 2005-02-10 [paul]       1.0.1cvs4.1
16527
16528         * ChangeLog
16529         * ChangeLog.claws
16530         * ChangeLog.jp
16531         * configure.ac
16532         * src/compose.c
16533                 sync with HEAD (sync with main)
16534
16535 2005-02-10 [paul]       1.0.1cvs3.2
16536
16537         * AUTHORS
16538         * Makefile.am
16539         * autogen.sh
16540         * configure.ac
16541         * config/mkinstalldirs
16542         * intl/.cvsignore
16543         * intl/ChangeLog
16544         * intl/VERSION
16545         * intl/bindtextdom.c
16546         * intl/config.charset
16547         * intl/dcgettext.c
16548         * intl/dcigettext.c
16549         * intl/dcngettext.c
16550         * intl/dgettext.c
16551         * intl/dngettext.c
16552         * intl/eval-plural.h
16553         * intl/explodename.c
16554         * intl/finddomain.c
16555         * intl/gettext.c
16556         * intl/gettextP.h
16557         * intl/gmo.h
16558         * intl/hash-string.h
16559         * intl/intl-compat.c
16560         * intl/l10nflist.c
16561         * intl/libgnuintl.h.in
16562         * intl/loadinfo.h
16563         * intl/loadmsgcat.c
16564         * intl/localcharset.c
16565         * intl/localcharset.h
16566         * intl/locale.alias
16567         * intl/localealias.c
16568         * intl/localename.c
16569         * intl/log.c
16570         * intl/ngettext.c
16571         * intl/os2compat.c
16572         * intl/os2compat.h
16573         * intl/osdep.c
16574         * intl/plural-exp.c
16575         * intl/plural-exp.h
16576         * intl/plural.c
16577         * intl/plural.y
16578         * intl/ref-add.sin
16579         * intl/ref-del.sin
16580         * intl/relocatable.c
16581         * intl/relocatable.h
16582         * intl/textdomain.c
16583         * m4/Makefile.am
16584         * po/Makefile.in.in
16585         * src/Makefile.am
16586         * src/account.c
16587         * src/action.c
16588         * src/addr_compl.c
16589         * src/addressadd.c
16590         * src/addressbook.c
16591         * src/addrgather.c
16592         * src/addrindex.c
16593         * src/alertpanel.c
16594         * src/browseldap.c
16595         * src/codeconv.c
16596         * src/codeconv.h
16597         * src/compose.c
16598         * src/compose.h
16599         * src/crash.c
16600         * src/editaddress.c
16601         * src/editbook.c
16602         * src/editgroup.c
16603         * src/editjpilot.c
16604         * src/editldap.c
16605         * src/editldap_basedn.c
16606         * src/editvcard.c
16607         * src/exphtmldlg.c
16608         * src/expldifdlg.c
16609         * src/export.c
16610         * src/exporthtml.c
16611         * src/filtering.c
16612         * src/folder.c
16613         * src/folder_item_prefs.c
16614         * src/foldersel.c
16615         * src/folderview.c
16616         * src/grouplistdialog.c
16617         * src/headerview.c
16618         * src/imap.c
16619         * src/imap_gtk.c
16620         * src/import.c
16621         * src/importldif.c
16622         * src/importmutt.c
16623         * src/importpine.c
16624         * src/inc.c
16625         * src/ldif.c
16626         * src/main.c
16627         * src/mainwindow.c
16628         * src/matcher.c
16629         * src/mbox.c
16630         * src/message_search.c
16631         * src/messageview.c
16632         * src/mh.c
16633         * src/mh_gtk.c
16634         * src/mimeview.c
16635         * src/msgcache.c
16636         * src/news.c
16637         * src/news_gtk.c
16638         * src/noticeview.c
16639         * src/partial_download.c
16640         * src/pop.c
16641         * src/prefs_account.c
16642         * src/prefs_actions.c
16643         * src/prefs_common.c
16644         * src/prefs_customheader.c
16645         * src/prefs_display_header.c
16646         * src/prefs_ext_prog.c
16647         * src/prefs_filtering.c
16648         * src/prefs_filtering_action.c
16649         * src/prefs_folder_item.c
16650         * src/prefs_fonts.c
16651         * src/prefs_gtk.c
16652         * src/prefs_matcher.c
16653         * src/prefs_msg_colors.c
16654         * src/prefs_spelling.c
16655         * src/prefs_summary_column.c
16656         * src/prefs_template.c
16657         * src/prefs_themes.c
16658         * src/prefs_toolbar.c
16659         * src/prefs_wrapping.c
16660         * src/privacy.c
16661         * src/procheader.c
16662         * src/procmime.c
16663         * src/procmsg.c
16664         * src/quote_fmt.c
16665         * src/recv.c
16666         * src/send_message.c
16667         * src/setup.c
16668         * src/sourcewindow.c
16669         * src/ssl_manager.c
16670         * src/statusbar.c
16671         * src/summary_search.c
16672         * src/summaryview.c
16673         * src/textview.c
16674         * src/toolbar.c
16675         * src/wizard.c
16676         * src/common/nntp.c
16677         * src/common/plugin.c
16678         * src/common/smtp.c
16679         * src/common/ssl.c
16680         * src/common/ssl_certificate.c
16681         * src/common/string_match.c
16682         * src/common/sylpheed.c
16683         * src/common/template.c
16684         * src/common/utils.c
16685         * src/gtk/about.c
16686         * src/gtk/colorlabel.c
16687         * src/gtk/description_window.c
16688         * src/gtk/filesel.c
16689         * src/gtk/foldersort.c
16690         * src/gtk/gtkaspell.c
16691         * src/gtk/gtkutils.c
16692         * src/gtk/inputdialog.c
16693         * src/gtk/logwindow.c
16694         * src/gtk/menu.c
16695         * src/gtk/pluginwindow.c
16696         * src/gtk/prefswindow.c
16697         * src/gtk/progressdialog.c
16698         * src/gtk/quicksearch.c
16699         * src/gtk/sslcertwindow.c
16700         * src/plugins/clamav/clamav_plugin.c
16701         * src/plugins/clamav/clamav_plugin_gtk.c
16702         * src/plugins/demo/demo.c
16703         * src/plugins/dillo_viewer/dillo_prefs.c
16704         * src/plugins/dillo_viewer/dillo_viewer.c
16705         * src/plugins/image_viewer/plugin.c
16706         * src/plugins/image_viewer/viewer.c
16707         * src/plugins/image_viewer/viewerprefs.c
16708         * src/plugins/mathml_viewer/mathml_viewer.c
16709         * src/plugins/pgpmime/passphrase.c
16710         * src/plugins/pgpmime/plugin.c
16711         * src/plugins/pgpmime/prefs_gpg.c
16712         * src/plugins/pgpmime/select-keys.c
16713         * src/plugins/pgpmime/sgpgme.c
16714         * src/plugins/spamassassin/spamassassin.c
16715         * src/plugins/spamassassin/spamassassin_gtk.c
16716         * src/plugins/trayicon/trayicon.c
16717                 sync with main (revision 104)
16718
16719 2005-02-10 [colin]      1.0.1cvs3.1
16720
16721         * src/mainwindow.c
16722                 Sync with HEAD (fix occasional crasher)
16723
16724 2005-02-10 [colin]      1.0.1cvs2.1
16725
16726         * src/messageview.c
16727                 Synw with HEAD (don't automatically display html)
16728
16729 2005-02-09 [colin]      1.0.1cvs1.3
16730
16731         * src/textview.c
16732         * src/textview.h
16733                 Add contextual menu on emails
16734
16735 2005-02-09 [colin]      1.0.1cvs1.2
16736
16737         * src/codeconv.c
16738                 Fix converting from broken headers and 
16739                 put back the _ in missing places
16740                 (feature broke with cvs24.2 sync, main 
16741                  possibly affected?)
16742
16743 2005-02-09 [colin]      1.0.1cvs1.1
16744
16745         * src/messageview.c
16746         * src/mimeview.c
16747         * src/mimeview.h
16748                 Sync with HEAD (display non text/plain mails with plugin)
16749
16750 2005-02-08 [colin]      1.0.1.1
16751
16752         * ChangeLog.claws
16753         * po/pt_BR.po
16754                 Sync with HEAD
16755         * configure.ac
16756                 Make default configuration directory 
16757                 be .sylpheed-gtk2
16758
16759 2005-02-08 [colin]      1.0.0cvs29.1
16760
16761         * po/de.po
16762         * po/es.po
16763         * po/fr.po
16764         * po/it.po
16765         * po/sk.po
16766         * po/sr.po
16767                 Sync translations with HEAD
16768
16769 2005-02-06 [colin]      1.0.0cvs28.3
16770
16771         * src/compose.c
16772                 Make compose a bit faster - patch by Alfons.
16773
16774 2005-02-06 [colin]      1.0.0cvs28.2
16775
16776         * src/compose.c
16777                 Make pasting via middle-click more reliable
16778
16779 2005-02-05 [paul]       1.0.0cvs28.1
16780
16781         * ChangeLog
16782         * ChangeLog.claws
16783         * ChangeLog.jp
16784         * configure.ac
16785         * src/compose.c
16786                 sync with HEAD
16787                 (fix bug 682 'redirect is broken'
16788
16789 2005-02-05 [torte]      1.0.0cvs27.1
16790
16791         * ChangeLog.claws
16792         * configure.ac
16793         * src/partial_download.c
16794                 Sync with HEAD (fix buf overflow)
16795
16796 2005-02-03 [colin]      1.0.0cvs26.1
16797
16798         * src/common/plugin.c
16799                 Sync with HEAD (avoid plugin mismatches)
16800
16801 2005-02-03 [paul]       1.0.0cvs25.3
16802
16803         * src/folderview.c
16804         * src/headerview.c
16805         * src/summaryview.c
16806         * src/textview.c
16807         * src/gtk/colorlabel.c
16808                 third and final part of initial sync with main-gtk2
16809
16810 2005-02-03 [paul]       1.0.0cvs25.2
16811
16812         * src/jpilot.c
16813                 fix building with jpilot support
16814
16815 2005-02-02 [colin]      1.0.0cvs25.1
16816
16817         * src/messageview.c
16818                 Sync with HEAD (fix dangerous typo)
16819
16820 2005-02-01 [colin]      1.0.0cvs24.3
16821
16822         * src/common/xml.c
16823                 Write file as advertised (UTF-8)
16824
16825 2005-02-01 [paul]       1.0.0cvs24.2
16826
16827         * src/addrbook.c
16828         * src/addrindex.c
16829         * src/alertpanel.h
16830         * src/codeconv.c
16831         * src/codeconv.h
16832         * src/compose.c
16833         * src/export.c
16834         * src/folder_item_prefs.c
16835         * src/html.c
16836         * src/imap.c
16837         * src/import.c
16838         * src/jpilot.c
16839         * src/mainwindow.c
16840         * src/matcher_parser_lex.l
16841         * src/messageview.c
16842         * src/mh.c
16843         * src/prefs_account.c
16844         * src/prefs_actions.c
16845         * src/prefs_common.c
16846         * src/prefs_gtk.c
16847         * src/prefs_gtk.h
16848         * src/prefs_themes.c
16849         * src/procheader.c
16850         * src/procmime.c
16851         * src/sourcewindow.c
16852         * src/statusbar.c
16853         * src/summaryview.c
16854         * src/textview.c
16855         * src/toolbar.c
16856         * src/unmime.c
16857         * src/common/template.c
16858         * src/common/utils.c
16859         * src/common/xml.c
16860         * src/common/xml.h
16861         * src/gtk/gtkaspell.c
16862         * src/plugins/clamav/clamav_plugin.c
16863         * src/plugins/dillo_viewer/dillo_prefs.c
16864         * src/plugins/image_viewer/viewerprefs.c
16865         * src/plugins/pgpmime/passphrase.c
16866         * src/plugins/pgpmime/prefs_gpg.c
16867         * src/plugins/pgpmime/select-keys.c
16868         * src/plugins/spamassassin/spamassassin.c
16869                 second part of initial sync with main-gtk2
16870                 (more to follow)
16871
16872 2005-01-31 [colin]      1.0.0cvs24.1
16873
16874         * src/compose.c
16875                 Sync with HEAD
16876
16877 2005-01-29 [paul]       1.0.0cvs23.2
16878
16879         * src/account.c
16880         * src/action.c
16881         * src/addressadd.c
16882         * src/addressbook.c
16883         * src/alertpanel.c
16884         * src/compose.c
16885         * src/editaddress.c
16886         * src/editbook.c
16887         * src/editgroup.c
16888         * src/editjpilot.c
16889         * src/editldap.c
16890         * src/editldap_basedn.c
16891         * src/editvcard.c
16892         * src/export.c
16893         * src/foldersel.c
16894         * src/grouplistdialog.c
16895         * src/import.c
16896         * src/importldif.c
16897         * src/inc.c
16898         * src/main.c
16899         * src/mainwindow.c
16900         * src/message_search.c
16901         * src/messageview.c
16902         * src/mimeview.c
16903         * src/prefs_actions.c
16904         * src/prefs_common.c
16905         * src/prefs_common.h
16906         * src/prefs_customheader.c
16907         * src/prefs_display_header.c
16908         * src/prefs_filtering.c
16909         * src/prefs_filtering_action.c
16910         * src/prefs_gtk.c
16911         * src/prefs_matcher.c
16912         * src/prefs_summary_column.c
16913         * src/prefs_template.c
16914         * src/sourcewindow.c
16915         * src/summary_search.c
16916         * src/summaryview.c
16917         * src/textview.c
16918         * src/gtk/about.c
16919         * src/gtk/description_window.c
16920         * src/gtk/gtkshruler.c
16921         * src/gtk/gtkutils.c
16922         * src/gtk/gtkutils.h
16923         * src/gtk/inputdialog.c
16924         * src/gtk/logwindow.c
16925         * src/gtk/prefswindow.c
16926         * src/gtk/progressdialog.c
16927         * src/gtk/progressdialog.h
16928                 first part of initial sync with main-gtk2
16929                 (more to follow)
16930
16931 2005-01-28 [colin]      1.0.0cvs23.1
16932
16933         * src/folderview.c
16934                 Sync with HEAD
16935
16936 2005-01-27 [colin]      1.0.0cvs21.1
16937
16938         * src/folder.c
16939         * src/folderview.c
16940                 Sync with HEAD
16941
16942 2005-01-27 [colin]      1.0.0cvs19.1
16943
16944         * src/procmime.c
16945                 Sync with HEAD
16946
16947 2005-01-27 [colin]      1.0.0cvs18.1
16948
16949         * src/messageview.c
16950         * src/summaryview.c
16951         * src/mainwindow.c
16952         * src/compose.c
16953         * src/compose.h
16954         * src/procmsg.c
16955         * src/procmsg.h
16956         * src/toolbar.c
16957                 Sync with HEAD
16958
16959 2005-01-26 [paul]       1.0.0cvs15.2
16960
16961         * src/compose.c
16962                 compose_entries_set(): convert subject and body to
16963                 utf8 if necessary. patch by Felix Eckhofer
16964
16965 2005-01-26 [paul]       1.0.0cvs15.1
16966
16967         * configure.ac
16968         * src/common/template.c
16969                 sync with HEAD (fix memory leak)
16970
16971 2005-01-25 [paul]       1.0.0cvs14.1
16972
16973         * configure.ac
16974         * src/compose.c
16975                 sync with HEAD
16976
16977 2005-01-24 [colin]      1.0.0cvs13.1
16978
16979         * src/summaryview.c
16980                 Sync with HEAD
16981
16982 2005-01-24 [paul]       1.0.0cvs12.1
16983
16984         * configure.ac
16985         * src/messageview.c
16986         * src/mh.c
16987         * src/common/utils.c
16988                 sync with HEAD
16989
16990 2005-01-24 [colin]      1.0.0cvs11.1
16991
16992         * src/procheader.c
16993                 Sync with HEAD
16994
16995 2005-01-24 [colin]      1.0.0cvs10.1
16996
16997         * src/folderview.c
16998                 Sync with HEAD
16999
17000 2005-01-23 [colin]      1.0.0cvs9.1
17001
17002         * src/crash.c
17003                 Sync with HEAD
17004
17005 2005-01-22 [colin]      1.0.0cvs8.1
17006
17007         * src/summaryview.c
17008         * src/gtk/quicksearch.c
17009                 Sync with HEAD
17010
17011 2005-01-21 [colin]      1.0.0cvs7.1
17012
17013         * src/summaryview.c
17014                 Sync with HEAD
17015
17016 2005-01-21 [colin]      1.0.0cvs6.1
17017
17018         * src/summaryview.c
17019                 Sync with HEAD
17020
17021 2005-01-21 [colin]      1.0.0cvs5.1
17022
17023         * src/gtk/quicksearch.c
17024         * src/prefs_common.c
17025         * src/prefs_common.h
17026                 Sync with HEAD (recurse option)
17027
17028 2005-01-21 [colin]      1.0.0cvs4.1
17029
17030         * src/folder.h
17031         * src/folderview.c
17032         * src/folderview.h
17033         * src/summaryview.c
17034         * src/gtk/quicksearch.c
17035         * src/gtk/quicksearch.h
17036                 Sync with HEAD (recursive quicksearch)
17037
17038 2005-01-20 [colin]      1.0.0cvs3.4
17039
17040         * src/ssl_manager.c
17041                 Remove useless code
17042
17043 2005-01-20 [colin]      1.0.0cvs3.3
17044
17045         * src/ssl_manager.c
17046                 Fix leak, thanks to Alfons.
17047
17048 2005-01-20 [colin]      1.0.0cvs3.2
17049
17050         * src/ssl_manager.c
17051                 Port SSL certificate window to GTK2.
17052
17053 2005-01-20 [paul]       1.0.0cvs3.1
17054
17055         * ChangeLog.claws
17056         * configure.ac
17057         * src/addrindex.c
17058         * src/addrindex.h
17059                 sync with HEAD
17060
17061 2005-01-19 [colin]      1.0.0cvs2.2
17062
17063         * src/plugins/trayicon/trayicon.c
17064                 Fix freeze with gtk-2.6, the easy way
17065                 (signal blocking helpless there...)
17066                 Closes bug #668.
17067
17068 2005-01-19 [colin]      1.0.0cvs2.1
17069
17070         * src/mbox.c
17071         * src/mbox.h
17072         * src/mainwindow.c
17073         * src/summaryview.c
17074         * src/summaryview.h
17075                 Sync with HEAD
17076
17077 2005-01-19 [paul]       1.0.0cvs1.1
17078
17079         * configure.ac
17080         * po/de.po
17081         * po/es.po
17082         * po/fr.po
17083         * po/hr.po
17084         * po/it.po
17085         * po/ja.po
17086         * po/ko.po
17087         * po/pt_BR.po
17088         * po/ru.po
17089         * po/sk.po
17090         * po/sr.po
17091                 sync with HEAD (update translations)
17092
17093 2005-01-18 [colin]      1.0.0cvs0.1
17094
17095         * src/foldersel.c
17096                 Specify search column - patch by Alfons
17097
17098 2005-01-18 [colin]      0.9.13cvs36.3
17099
17100         * src/prefs_toolbar.c
17101                 Change Delete to Remove
17102         * src/prefs_fonts.c
17103                 GTK2 version and leak fixes
17104         * src/prefs_actions.c
17105                 Add stock buttons.
17106                 All patches by Alfons
17107
17108 2005-01-17 [colin]      0.9.13cvs36.2
17109
17110         * src/compose.c
17111                 Fix DnD inserting twice. While at it,
17112                 add DnD support for text/plain in the
17113                 body, and add support in the headers.
17114
17115 2005-01-16 [colin]      0.9.13cvs36.1
17116
17117         * ChangeLog
17118         * ChangeLog.jp
17119         * ChangeLog.claws
17120                 Sync with HEAD (nothing applicable)
17121
17122 2005-01-16 [colin]      0.9.13cvs33.2
17123
17124         * src/prefs_toolbar.c
17125                 GTK2ize prefs_toolbar, by Alfons.
17126
17127 2005-01-14 [colin]      0.9.13cvs33.1
17128
17129         * src/html.c
17130         * src/msgcache.c
17131                 Sync with HEAD
17132
17133 2005-01-14 [colin]      0.9.13cvs32.1
17134
17135         * src/html.c
17136         * src/html.h
17137         * src/msgcache.c
17138         * AUTHORS
17139         * tools/calypso_convert.pl
17140                 Sync with HEAD
17141
17142 2005-01-08 [colin]      0.9.13cvs29.2
17143
17144         * src/prefs_filtering_action.c
17145         * src/prefs_filtering.c
17146                 2 more gtk2 patches by Alfons
17147
17148 2005-01-07 [paul]       0.9.13cvs29.1
17149
17150         * ChangeLog
17151         * ChangeLog.claws
17152         * ChangeLog.jp
17153         * configure.ac
17154         * src/pop.c
17155         * src/pop.h
17156                 sync with HEAD
17157
17158 2005-01-07 [colin]      0.9.13cvs28.3
17159
17160         * src/gtk/progressdialog.c
17161         * src/gtk/progressdialog.h
17162         * src/inc.c
17163         * src/send_message.c
17164                 GTK2 for the incorporation dialog. The CList isn't dead
17165                 yet, for a more smooth migration. Patch by Alfons.
17166
17167 2005-01-06 [colin]      0.9.13cvs28.2
17168
17169         * src/prefs_display_header.c
17170                 GTK2 conversion by Alfons
17171         * src/prefs_actions.c
17172         * src/prefs_matcher.c
17173                 Fix 2 leaks - patch by Alfons
17174
17175 2005-01-06 [colin]      0.9.13cvs28.1
17176
17177         * src/prefs_matcher.c
17178                 Sync with HEAD
17179
17180 2005-01-06 [colin]      0.9.13cvs27.4
17181
17182         * src/prefs_matcher.c
17183                 Fix double-free. Patch by Alfons
17184
17185 2005-01-06 [colin]      0.9.13cvs27.3
17186
17187         * src/prefs_matcher.c
17188                 GTK2 widgets + memleak
17189                 Patch by Alfons
17190
17191 2005-01-05 [colin]      0.9.13cvs27.2
17192
17193         * src/account.c
17194         * src/addr_compl.c
17195         * src/foldersel.c
17196         * src/stock_pixmap.c
17197         * src/stock_pixmap.h
17198                 3 more GTK2 patches by Alfons.
17199
17200 2005-01-04 [colin]      0.9.13cvs27.1
17201
17202         * src/folderview.c
17203         * src/imap_gtk.c
17204         * src/news_gtk.c
17205                 Sync with HEAD
17206
17207 2005-01-04 [colin]      0.9.13cvs25.9
17208
17209         * src/compose.c
17210                 Fix Show Ruler menuitem
17211         * src/prefs_template.c
17212                 Convert to GTK2
17213         * src/common/utils.c
17214                 Make auto pointer stuff handles NULLs
17215                 Patches by Alfons.
17216
17217 2005-01-04 [colin]      0.9.13cvs25.8
17218
17219         * src/compose.c
17220                 Move the attachment list to gtk2
17221                 Patch by Alfons.
17222
17223 2005-01-04 [colin]      0.9.13cvs25.7
17224
17225         * src/textview.c
17226                 Make some keys work again
17227                 Patch by SungHyun Nam <namsh@kldp.org>
17228
17229 2005-01-04 [colin]      0.9.13cvs25.6
17230
17231         * src/gtk/gtkshruler.c
17232                 Move the ruler to GTK2
17233                 Patch by Alfons
17234
17235 2005-01-03 [colin]      0.9.13cvs25.5
17236
17237         * src/compose.c
17238                 Fix my broken patch apply 
17239
17240 2005-01-03 [colin]      0.9.13cvs25.4
17241
17242         * src/common/utils.c
17243         * src/common/utils.h
17244         * src/gtk/prefswindow.c
17245                 Move auto pointer stuff to utils.c
17246                 Patch by Alfons again :)
17247
17248 2005-01-03 [colin]      0.9.13cvs25.3
17249
17250         * src/compose.c
17251         * src/prefs_gtk.c
17252         * src/prefs_template.c
17253         * src/textview.c
17254                 Empty text widgets with empty strings, not NULL char
17255                 Patch by SungHyun Nam <namsh@kldp_org>
17256
17257 2005-01-03 [colin]      0.9.13cvs25.2
17258
17259         * src/main.c
17260         * AUTHORS
17261                 Sync with HEAD
17262
17263 2005-01-03 [colin]      0.9.13cvs25.1
17264
17265         * src/pop.c
17266         * src/pop.h
17267                 Sync with HEAD
17268
17269 2005-01-03 [colin]      0.9.13cvs24.3
17270
17271         * src/account.c
17272                 Two patches from Alfons and Alex S Moore:
17273                 fix images, fix return value.
17274
17275 2005-01-01 [colin]      0.9.13cvs24.2
17276
17277         * src/prefs_actions.c
17278                 Fix over-zealous assertion. Patch by Alfons
17279
17280 2005-01-01 [colin]      0.9.13cvs24.1
17281
17282         * src/procmime.c
17283                 Sync with HEAD (leak fix)
17284
17285 2004-12-31 [colin]      0.9.13cvs23.2
17286
17287         * src/prefs_common.c
17288                 GTK2 widgets + stock buttons - patch by Alfons
17289
17290 2004-12-31 [paul]       0.9.13cvs23.1
17291
17292         * configure.ac
17293                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17294         * src/gtk/pluginwindow.c
17295                 use GTK2 widgets and plug memory leaks,
17296                 patches by Alfons
17297
17298 2004-12-30 [colin]      0.9.13cvs22.4
17299
17300         * src/account.c
17301         * src/action.c
17302         * src/export.c
17303         * src/foldersel.c
17304         * src/import.c
17305         * src/message_search.c
17306         * src/prefs_actions.c
17307         * src/prefs_common.c
17308         * src/prefs_customheader.c
17309         * src/prefs_filtering.c
17310         * src/prefs_summary_column.c
17311         * src/summary_search.c
17312         * src/gtk/about.c
17313         * src/gtk/description_window.c
17314         * src/gtk/gtkutils.c
17315         * src/gtk/gtkutils.h
17316         * src/gtk/inputdialog.c
17317         * src/gtk/prefswindow.c
17318                 Use GTK2 stock buttons. Patches by Alfons.
17319
17320 2004-12-30 [colin]      0.9.13cvs22.3
17321
17322         * src/account.c
17323                 Sync with HEAD
17324         * src/prefs_actions.c
17325         * src/prefs_customheader.c
17326         * src/prefs_filtering.c
17327         * src/prefs_msg_colors.c
17328         * src/prefs_summary_column.c
17329         * src/gtk/prefswindow.c
17330                 Use GtkTreeView instead of deprecated 
17331                 widgets. Patches by Alfons.
17332
17333 2004-12-30 [paul]       0.9.13cvs22.2
17334
17335         * src/foldersel.c
17336                 use GTK 2 Tree View
17337                 patch by Alfons, with root folder sorting fix
17338                 by Stephan Sachse
17339
17340 2004-12-30 [paul]       0.9.13cvs22.1
17341
17342         * ChangeLog
17343         * ChangeLog.claws
17344         * ChangeLog.jp
17345         * NEWS
17346         * configure.ac
17347         * src/account.c
17348                 sync with HEAD
17349
17350 2004-12-22 [martin]     0.9.13cvs21.2
17351
17352         * src/action.c
17353                 free the command line after its use
17354
17355 2004-12-18 [paul]       0.9.13cvs21.1
17356
17357         * AUTHORS
17358         * ChangeLog
17359         * ChangeLog.claws
17360         * ChangeLog.jp
17361         * NEWS
17362         * configure.ac
17363         * src/action.c
17364         * src/compose.c
17365         * src/syldap.c
17366                 sync with HEAD
17367
17368 2004-12-17 [martin]     0.9.13cvs17.2
17369
17370         * src/action.c
17371                 convert actions input to locale
17372         * src/inc.c
17373                 convert notification command to locale
17374         * src/plugins/pgpmime/select-keys.c
17375                 convert attributes to utf8
17376
17377 2004-12-14 [colin]      0.9.13cvs17.1
17378
17379         * ChangeLog
17380         * ChangeLog.jp
17381         * ChangeLog.claws
17382         * src/action.c
17383         * src/common/utils.c
17384         * src/gtk/prefswindow.c
17385         * src/gtk/gtkutils.c
17386         * src/gtk/gtkutils.h
17387         * src/plugins/spamassassin/libspamc.c
17388                 Sync with HEAD
17389
17390 2004-12-13 [colin]      0.9.13cvs14.1
17391
17392         * src/quote_fmt_parse.y
17393                 Sync with HEAD
17394
17395 2004-12-10 [colin]      0.9.13cvs12.1
17396
17397         * src/prefs_themes.c
17398         * src/mainwindow.c
17399         * src/messageview.c
17400                 Sync with HEAD
17401
17402 2004-12-09 [colin]      0.9.13cvs10.1
17403
17404         * src/procmime.c
17405                 Sync with HEAD (fix B64 encoding from memory)
17406
17407 2004-12-08 [colin]      0.9.13cvs9.1
17408
17409         * src/gtk/colorlabel.c
17410                 Sync with HEAD
17411
17412 2004-12-08 [paul]       0.9.13cvs8.2
17413
17414         * src/gtk/pluginwindow.c
17415                 fix window resizing oddities
17416
17417 2004-12-08 [colin]      0.9.13cvs8.1
17418
17419         * src/quote_fmt_parse.y
17420                 Sync with HEAD
17421
17422 2004-12-08 [colin]      0.9.13cvs7.1
17423
17424         * src/matcher_parser_parse.y
17425         * src/msgcache.c
17426         * src/prefs_matcher.c
17427         * src/procheader.c
17428         * src/matcher.c
17429         * src/common/defs.h
17430         * po/sr.po
17431                 Sync with HEAD
17432
17433 2004-12-08 [colin]      0.9.13cvs6.1
17434
17435         * src/quote_fmt_parse.y
17436         * src/textview.c
17437                 Sync with HEAD
17438         * src/gtk/prefswindow.c
17439         * src/gtk/pluginwindow.c
17440                 Fix G_CALLBACKS protos (thanks to Alfons)
17441
17442 2004-12-07 [torte]      0.9.13cvs2.2
17443
17444         * src/procmime.c
17445                 [Bug 650] reply button causes crash
17446                 Thanks to David Relson and Christoph
17447
17448 2004-12-07 [colin]      0.9.13cvs2.1
17449
17450         * ChangeLog.claws
17451         * AUTHORS
17452         * po/sk.po
17453         * src/procmime.c
17454         * src/prefs_account.c
17455         * src/common/smtp.c
17456         * src/common/smtp.h
17457                 Sync with HEAD
17458
17459 2004-12-06 [colin]      0.9.12cvs187.1
17460
17461         * ChangeLog.claws
17462         * INSTALL
17463         * Makefile.am
17464         * README.claws
17465         * TODO.claws
17466         * configure.ac
17467         * po/bg.po
17468         * po/cs.po
17469         * po/el.po
17470         * po/en_GB.po
17471         * po/es.po
17472         * po/fr.po
17473         * po/hr.po
17474         * po/hu.po
17475         * po/it.po
17476         * po/ja.po
17477         * po/ko.po
17478         * po/nl.po
17479         * po/pl.po
17480         * po/pt_BR.po
17481         * po/ru.po
17482         * po/sk.po
17483         * po/sr.po
17484         * po/sv.po
17485         * po/zh_CN.po
17486         * po/zh_TW.Big5.po
17487         * src/compose.c
17488         * tools/Makefile.am
17489         * tools/README
17490         * tools/filter_conv.pl
17491         * tools/kdeservicemenu/README
17492         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17493         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17494                 Sync with HEAD
17495
17496 2004-12-04 [colin]      0.9.12cvs183.1
17497
17498         * src/compose.c
17499                 Sync with HEAD (compose window position saving)
17500
17501 2004-12-04 [paul]       0.9.12cvs182.3
17502
17503         * src/messageview.c
17504         * src/mimeview.c
17505         * src/prefs_customheader.c
17506         * src/gtk/quicksearch.c
17507                 replace some forgotten GTK_SIGNAL_FUNCs
17508
17509 2004-12-04 [paul]       0.9.12cvs182.2
17510
17511         * src/Makefile.am
17512                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
17513                 committed in error      
17514
17515 2004-12-04 [paul]       0.9.12cvs182.1
17516
17517         * ChangeLog
17518         * ChangeLog.claws
17519         * ChangeLog.jp
17520         * INSTALL
17521         * NEWS
17522         * README
17523         * README.jp
17524         * configure.ac
17525         * doc/manual/ja/Makefile.am
17526         * doc/manual/ja/sylpheed-1.html
17527         * doc/manual/ja/sylpheed-10.html
17528         * doc/manual/ja/sylpheed-11.html
17529         * doc/manual/ja/sylpheed-12.html
17530         * doc/manual/ja/sylpheed-13.html
17531         * doc/manual/ja/sylpheed-14.html
17532         * doc/manual/ja/sylpheed-15.html
17533         * doc/manual/ja/sylpheed-16.html
17534         * doc/manual/ja/sylpheed-17.html
17535         * doc/manual/ja/sylpheed-18.html
17536         * doc/manual/ja/sylpheed-19.html
17537         * doc/manual/ja/sylpheed-2.html
17538         * doc/manual/ja/sylpheed-20.html
17539         * doc/manual/ja/sylpheed-3.html
17540         * doc/manual/ja/sylpheed-4.html
17541         * doc/manual/ja/sylpheed-5.html
17542         * doc/manual/ja/sylpheed-6.html
17543         * doc/manual/ja/sylpheed-7.html
17544         * doc/manual/ja/sylpheed-8.html
17545         * doc/manual/ja/sylpheed-9.html
17546         * doc/manual/ja/sylpheed.html
17547         * doc/manual/ja/sylpheed.sgml
17548         * po/de.po
17549         * src/Makefile.am
17550         * src/compose.c
17551         * src/procmime.c
17552         * src/pixmaps/regular.xpm **REMOVED**
17553         * src/plugins/pgpmime/pgpmime.c
17554         * src/plugins/pgpmime/plugin.c
17555         * src/plugins/pgpmime/prefs_gpg.c
17556                 sync with HEAD
17557
17558 2004-12-03 [paul]       0.9.12cvs180.1
17559
17560         * ChangeLog
17561         * ChangeLog.claws
17562         * ChangeLog.jp
17563         * configure.ac
17564         * src/Makefile.am
17565         * src/pop.c
17566         * src/common/utils.c
17567         * src/common/utils.h
17568         * src/pixmaps/continue.xpm
17569         * src/pixmaps/dir_close.xpm
17570         * src/pixmaps/dir_open.xpm
17571         * src/pixmaps/drafts_close.xpm
17572         * src/pixmaps/drafts_open.xpm
17573         * src/pixmaps/folder.xpm **REMOVED**
17574         * src/pixmaps/group.xpm
17575         * src/pixmaps/unread.xpm
17576                 sync with HEAD
17577
17578 2004-12-02 [colin]      0.9.12cvs179.1
17579
17580         * src/compose.c
17581                 Sync with HEAD (non-duplicated reedition)
17582
17583 2004-12-02 [colin]      0.9.12cvs178.1
17584
17585         * src/compose.c
17586                 Sync with HEAD (linewrap_quote fix)
17587
17588 2004-12-01 [colin]      0.9.12cvs177.3
17589
17590         * src/addrharvest.c
17591                 Replace sizeof with strlen
17592
17593 2004-12-01 [paul]       0.9.12cvs177.2
17594
17595         * src/addrharvest.c
17596                 fix 'harvest addresses'
17597
17598 2004-11-30 [colin]      0.9.12cvs177.1
17599
17600         * src/gtk/prefswindow.c
17601         * src/gtk/pluginwindow.c
17602                 Sync with HEAD
17603
17604 2004-11-29 [colin]      0.9.12cvs176.1
17605
17606         * src/folderview.c
17607                 sync with HEAD (Fix disappearing separators in folderview's popup)
17608
17609 2004-11-29 [colin]      0.9.12cvs175.1
17610
17611         * src/procmime.c
17612                 Sync with head (another format fix)
17613
17614 2004-11-29 [colin]      0.9.12cvs174.1
17615
17616         * src/pop.c
17617                 Sync with HEAD (format string fix)
17618
17619 2004-11-26 [colin]      0.9.12cvs173.1
17620
17621         * src/common/smtp.c
17622         * src/common/smtp.h
17623                 Sync with HEAD
17624
17625 2004-11-24 [colin]      0.9.12cvs172.1
17626
17627         * src/plugins/pgpmime/pgpmime.c
17628                 Sync with HEAD
17629
17630 2004-11-24 [colin]      0.9.12cvs171.1
17631
17632         * src/plugins/pgpmime/pgpmime.c
17633                 Sync with head (gpgmectx leaks)
17634
17635 2004-11-24 [colin]      0.9.12cvs169.1
17636
17637         * src/plugins/pgpmime/plugin.c
17638         * src/plugins/trayicon/Makefile.am
17639         * src/plugins/trayicon/newmarkedmail.xpm
17640         * src/plugins/trayicon/trayicon.c
17641         * src/plugins/trayicon/unreadmarkedmail.xpm
17642                 Sync with HEAD
17643
17644 2004-11-23 [colin]      0.9.12cvs168.1
17645
17646         * src/partial_download.c
17647         * src/partial_download.h
17648         * src/plugins/pgpmime/plugin.c
17649                 Sync with HEAD
17650
17651 2004-11-23 [colin]      0.9.12cvs166.1
17652
17653         * src/Makefile.am
17654         * src/codeconv.c
17655         * src/compose.c
17656         * src/folderview.c
17657         * src/main.c
17658         * src/partial_download.c
17659         * src/partial_download.h
17660         * src/prefs_account.c
17661         * src/prefs_account.h
17662         * src/privacy.c
17663         * src/privacy.h
17664         * src/procmime.c
17665         * src/common/Makefile.am
17666         * src/common/base64.h
17667         * src/common/partial_download.c
17668         * src/common/partial_download.h
17669         * src/gtk/prefswindow.c
17670         * src/gtk/prefswindow.h
17671         * src/plugins/pgpmime/pgpmime.c
17672         * src/plugins/pgpmime/prefs_gpg.c
17673         * src/plugins/pgpmime/prefs_gpg.h
17674         * src/plugins/pgpmime/sgpgme.c
17675         * src/plugins/pgpmime/sgpgme.h
17676                 Sync with HEAD
17677
17678 2004-11-23 [colin]      0.9.12cvs163.1
17679
17680         * src/main.c
17681                 Sync with HEAD (cursor optimization)
17682
17683 2004-11-23 [colin]      0.9.12cvs162.1
17684
17685         * src/prefs_common.c
17686         * src/prefs_themes.c
17687         * src/procmsg.c
17688                 Sync with HEAD
17689
17690 2004-11-23 [colin]      0.9.12cvs158.9
17691
17692         * src/compose.c
17693                 Fix double-free when forwarding
17694         * src/msgcache.c
17695                 Fix leak on error path
17696                 
17697
17698 2004-11-23 [colin]      0.9.12cvs158.8
17699
17700         * src/compose.c
17701                 Fix possible double-free
17702                 Spotted by Alfons
17703
17704 2004-11-23 [colin]      0.9.12cvs158.7
17705
17706         * src/compose.c
17707                 Fix some signal handlers' prototypes
17708                 Spotted by Alfons
17709
17710 2004-11-22 [colin]      0.9.12cvs158.6
17711
17712         * src/compose.c
17713                 Remove unneeded code and duplicated
17714                 wrapping - patch by Alfons
17715
17716 2004-11-22 [colin]      0.9.12cvs158.5
17717
17718         * src/prefs_themes.c
17719                 Fix oversized selector
17720
17721 2004-11-22 [colin]      0.9.12cvs158.4
17722
17723         * src/compose.c
17724                 fix dump_text()
17725                 patch by Alfons
17726
17727 2004-11-19 [colin]      0.9.12cvs158.3
17728
17729         * src/textview.c
17730                 Add a context menu on links (open, copy)
17731
17732 2004-11-18 [paul]       0.9.12cvs158.2
17733
17734         * src/addrgather.c
17735         * src/exphtmldlg.c
17736         * src/expldifdlg.c
17737         * src/mimeview.c
17738         * src/prefs_common.c
17739         * src/plugins/image_viewer/viewer.c
17740         * src/plugins/spamassassin/spamassassin_gtk.c
17741                 replace deprecated gtk_notebook_set_page
17742                 and gtk_notebook_current_page
17743
17744 2004-11-18 [paul]       0.9.12cvs158.1
17745
17746         * configure.ac
17747         * src/compose.c
17748         * src/mainwindow.c
17749         * src/messageview.c
17750         * src/prefs_common.c
17751         * src/common/utils.c
17752         * src/common/utils.h
17753                 sync with HEAD
17754
17755 2004-11-17 [colin]      0.9.12cvs156.1
17756
17757         * src/prefs_account.c
17758         * src/prefs_account.h
17759         * src/procmsg.c
17760                 Sync with HEAD (add pref to store encrypted mails encrypted)
17761
17762 2004-11-17 [paul]       0.9.12cvs155.1
17763
17764         * ChangeLog
17765         * ChangeLog.claws
17766         * ChangeLog.jp
17767         * NEWS
17768         * configure.ac
17769         * src/compose.c
17770         * src/jpilot.c
17771         * src/privacy.c
17772         * src/procmime.c
17773         * src/procmime.h
17774         * src/procmsg.c
17775         * src/toolbar.c
17776         * src/pixmaps/error.xpm
17777                 sync with HEAD
17778
17779 2004-11-17 [colin]      0.9.12cvs151.1
17780
17781         * src/plugins/pgpmime/pgpmime.c
17782                 Sync with HEAD (remove debug printf)
17783
17784 2004-11-17 [colin]      0.9.12cvs150.1
17785
17786         * src/plugins/pgpmime/pgpmime.c
17787                 Sync with HEAD (off-by-one fix)
17788
17789 2004-11-17 [colin]      0.9.12cvs149.1
17790
17791         * src/procmsg.c
17792                 Sync with HEAD (coding style fixes)
17793
17794 2004-11-16 [colin]      0.9.12cvs148.1
17795
17796         * src/procmsg.c
17797                 Sync with head (Fix the fix)
17798
17799 2004-11-16 [colin]      0.9.12cvs147.1
17800
17801         * src/procmsg.c
17802                 Sync with Main (leak fix)
17803
17804 2004-11-16 [colin]      0.9.12cvs146.14
17805
17806         * src/compose.c
17807                 Remove useless chunk of code
17808                 Patch by Alfons
17809
17810 2004-11-15 [colin]      0.9.12cvs146.13
17811
17812         * src/compose.c
17813                 Fix drafting after insertion
17814                 Patch by Alfons
17815
17816 2004-11-15 [colin]      0.9.12cvs146.12
17817
17818         * src/compose.c
17819         * src/prefs_filtering.c
17820         * src/prefs_filtering_action.c
17821         * src/prefs_toolbar.c
17822                 Fix some const-correctness
17823
17824 2004-11-15 [colin]      0.9.12cvs146.11
17825
17826         * src/summaryview.c
17827         * src/prefs_themes.c
17828         * src/messageview.c
17829                 Fix some leaks
17830
17831 2004-11-15 [colin]      0.9.12cvs146.10
17832
17833         * src/codeconv.c
17834                 More unreadable locale fixes
17835
17836 2004-11-14 [colin]      0.9.12cvs146.9
17837
17838         * src/textview.c
17839                 Fix uri_security_check
17840                 Patch by Alfons
17841
17842 2004-11-13 [paul]       0.9.12cvs146.8
17843
17844         * src/folder.c
17845         * src/procmime.c
17846                 fix 2 bugs introduced in last commit
17847
17848 2004-11-13 [paul]       0.9.12cvs146.7
17849
17850         * src/compose.c
17851         * src/exporthtml.c
17852         * src/exportldif.c
17853         * src/folder.c
17854         * src/imap.c
17855         * src/imap_gtk.c
17856         * src/main.c
17857         * src/mainwindow.c
17858         * src/messageview.c
17859         * src/mh_gtk.c
17860         * src/prefs_themes.c
17861         * src/procmime.c
17862         * src/setup.c
17863         * src/summaryview.c
17864                 replace deprecated g_basename
17865
17866 2004-11-13 [paul]       0.9.12cvs146.6
17867
17868         * src/compose.c
17869         * src/imap.c
17870         * src/matcher_parser.h
17871         * src/matcher_parser_parse.y
17872         * src/prefs_filtering.c
17873         * src/prefs_filtering_action.c
17874         * src/prefs_themes.c
17875         * src/prefs_toolbar.c
17876         * src/common/utils.c
17877                 various small fixes/cleanups
17878
17879 2004-11-12 [colin]      0.9.12cvs146.5
17880
17881         * src/textview.c
17882                 Validate event's origin on visibility notify
17883                 Patch by Alfons.
17884
17885 2004-11-12 [paul]       0.9.12cvs146.4
17886
17887         * src/exporthtml.c
17888         * src/exportldif.c
17889         * src/imap.c
17890         * src/mh.c
17891         * src/mimeview.c
17892         * src/prefs_spelling.c
17893         * src/prefs_themes.c
17894                 replace deprecated g_dirname    
17895
17896 2004-11-12 [colin]      0.9.12cvs146.3
17897
17898         * src/textview.c
17899                 Some coding style fixes
17900
17901 2004-11-12 [colin]      0.9.12cvs146.2
17902
17903         * src/codeconv.c
17904                 We want to replace _all_ extended chars in
17905                 conv_unreadable_*, because any string containing
17906                 extended chars not parsing as UTF8 is 
17907                 undisplayed on gtk2.
17908
17909 2004-11-12 [paul]       0.9.12cvs146.1
17910
17911         * ChangeLog
17912         * ChangeLog.claws
17913         * ChangeLog.jp
17914         * NEWS
17915         * configure.ac
17916         * src/account.c
17917         * src/folderview.c
17918         * src/folderview.h
17919         * src/imap.c
17920         * src/imap_gtk.c
17921         * src/inc.c
17922         * src/mainwindow.c
17923         * src/mh_gtk.c
17924         * src/news_gtk.c
17925         * src/pop.c
17926         * src/prefs_account.c
17927         * src/prefs_account.h
17928         * src/prefs_ext_prog.c
17929         * src/procmime.c
17930         * src/procmime.h
17931         * src/procmsg.c
17932         * src/procmsg.h
17933         * src/summary_search.c
17934         * src/summaryview.c
17935         * src/textview.c
17936         * src/common/defs.h
17937         * src/common/utils.c
17938         * src/common/utils.h
17939         * src/gtk/menu.c
17940         * src/gtk/menu.h
17941                 sync with HEAD
17942
17943 2004-11-11 [colin]      0.9.12cvs144.2
17944
17945         * src/textview.c
17946                 Fix URI range selection (patch by Alfons)
17947
17948 2004-11-09 [colin]      0.9.12cvs144.1
17949
17950         * ChangeLog.claws
17951         * src/compose.c
17952         * src/folder.c
17953         * src/folder_item_prefs.c
17954         * src/prefs_account.c
17955         * src/prefs_account.h
17956         * src/plugins/pgpmime/pgpmime.c
17957                 Sync with HEAD
17958
17959 2004-11-08 [colin]      0.9.12cvs143.1
17960
17961         * src/summaryview.c
17962                 Sync with HEAD (optimize quicksearch)
17963
17964 2004-11-08 [colin]      0.9.12cvs142.2
17965
17966         * src/compose.c
17967                 Don't wrap when Edit/Auto wrapping is disabled
17968
17969 2004-11-08 [colin]      0.9.12cvs142.1
17970
17971         * src/textview.c
17972                 Sync with HEAD
17973
17974 2004-11-08 [colin]      0.9.12cvs141.1
17975
17976         * src/textview.c
17977                 Sync with HEAD (fix some mail URIs)
17978
17979 2004-11-08 [colin]      0.9.12cvs140.3
17980
17981         * src/textview.c
17982                 o Use text cursor instead of arrow when
17983                   not on a link
17984                 o Fix handling of contiguous links (as in
17985                   "colin@colino.net" <colin@colino.net>)
17986                   This one unveils a bug in get_email_part()
17987
17988 2004-11-07 [colin]      0.9.12cvs140.2
17989
17990         * src/textview.c
17991                 Fix memleak. Patch by Alfons.
17992
17993 2004-11-06 [colin]      0.9.12cvs140.1
17994
17995         * src/compose.c
17996                 Sync with HEAD (don't ask passphrase
17997                 when drafting)
17998
17999 2004-11-06 [paul]       0.9.12cvs139.2
18000
18001         * AUTHORS
18002         * src/textview.c
18003         * src/textview.h
18004                 textview URI handling. hovering over a 
18005                 link displays it in the status bar,
18006                 and changes the mouse pointer to a hand 
18007                 cursor. a link is activated with a single 
18008                 click. (Modified from the) patch by Jean-Yves 
18009                 Lefort <jylefort@users.sourceforge.net>
18010                 
18011
18012 2004-11-05 [colin]      0.9.12cvs139.1
18013
18014         * src/compose.c
18015         * src/procmime.c
18016                 Sync with HEAD again ^^
18017
18018 2004-11-05 [colin]      0.9.12cvs139.1
18019
18020         * src/compose.c
18021         * src/procmime.c
18022                 Sync with HEAD
18023
18024 2004-11-03 [paul]       0.9.12cvs138.1
18025
18026         * ChangeLog.claws
18027         * configure.ac
18028         * po/POTFILES.in
18029         * src/prefs_ext_prog.c
18030         * src/procmime.c
18031         * tools/kdeservicemenu/README
18032         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18033         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18034                 sync with HEAD
18035
18036 2004-11-01 [christoph]  0.9.12cvs136.2
18037
18038         * src/procmime.c
18039                 convert MIME parameters to UTF-8
18040
18041 2004-10-29 [colin]      0.9.12cvs136.1
18042
18043         * src/common/utils.c
18044                 Sync with HEAD (don't use '=' in mime boundary)
18045
18046 2004-10-29 [paul]       0.9.12cvs135.1
18047
18048         * configure.ac
18049         * doc/src/rfc2231.txt
18050         * src/procmime.c
18051         * src/common/quoted-printable.c
18052         * src/common/utils.c
18053         * src/common/utils.h
18054                 sync with HEAD
18055
18056 2004-10-27 [paul]       0.9.12cvs134.1
18057
18058         * configure.ac
18059         * src/main.c
18060         * src/procmime.c
18061         * src/plugins/pgpmime/pgpmime.c
18062                 sync with HEAD
18063
18064 2004-10-26 [paul]       0.9.12cvs132.3
18065
18066         * src/account.c
18067         * src/addressbook.c
18068         * src/addrgather.c
18069         * src/addrharvest.c
18070         * src/codeconv.c
18071         * src/compose.c
18072         * src/customheader.c
18073         * src/editaddress.c
18074         * src/editgroup.c
18075         * src/enriched.c
18076         * src/expldifdlg.c
18077         * src/exporthtml.c
18078         * src/exportldif.c
18079         * src/folder.c
18080         * src/foldersel.c
18081         * src/folderview.c
18082         * src/grouplistdialog.c
18083         * src/html.c
18084         * src/imap.c
18085         * src/jpilot.c
18086         * src/ldapserver.c
18087         * src/ldif.c
18088         * src/mimeview.c
18089         * src/news.c
18090         * src/news_gtk.c
18091         * src/pop.c
18092         * src/prefs_display_header.c
18093         * src/prefs_gtk.c
18094         * src/prefs_msg_colors.c
18095         * src/prefs_toolbar.c
18096         * src/procheader.c
18097         * src/procmime.c
18098         * src/summaryview.c
18099         * src/textview.c
18100         * src/toolbar.c
18101         * src/vcard.c
18102         * src/common/mgutils.c
18103         * src/common/nntp.c
18104         * src/common/smtp.c
18105         * src/common/template.c
18106         * src/common/utils.c
18107         * src/common/xmlprops.c
18108         * src/plugins/pgpmime/pgpmime.c
18109         * src/plugins/pgpmime/select-keys.c
18110         * src/plugins/pgpmime/sgpgme.c
18111                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18112                 g_string_sprintfa(), gtk_notebook_current_page()
18113
18114 2004-10-26 [colin]      0.9.12cvs132.2
18115
18116         * src/prefs_folder_item.c
18117                 Fix default-account selection
18118
18119 2004-10-21 [colin]      0.9.12cvs133
18120
18121         * src/compose.c
18122                 Sync with HEAD (Remove extra separator in compose's Options)
18123         * src/textview.c
18124                 Set wrapping to char
18125
18126 2004-10-21 [paul]       0.9.12cvs131.2
18127
18128         * src/compose.c
18129         * src/sourcewindow.c
18130                 fix wrapping
18131                 fix window shrinking 
18132
18133 2004-10-21 [colin]      0.9.12cvs131.1
18134
18135         * ChangeLog.claws
18136         * src/compose.c
18137                 Sync with HEAD
18138
18139 2004-10-21 [paul]       0.9.12cvs130.2
18140
18141         * src/prefs_folder_item.c
18142                 sync with HEAD (Apply to subfolders)
18143
18144 2004-10-19 [colin]      0.9.12cvs130.1
18145
18146         * ChangeLog.claws
18147         * src/compose.c
18148         * src/common/utils.c
18149         * src/gtk/menu.c
18150                 Sync with HEAD
18151
18152 2004-10-19 [colin]      0.9.12cvs128.1
18153
18154         * src/addrbook.c
18155         * src/addrcache.c
18156         * src/addressbook.c
18157         * src/codeconv.c
18158         * src/compose.c
18159         * src/customheader.c
18160         * src/editaddress.c
18161         * src/editgroup.c
18162         * src/exporthtml.c
18163         * src/folder.c
18164         * src/folderview.c
18165         * src/imap.c
18166         * src/jpilot.c
18167         * src/main.c
18168         * src/matcher_parser_parse.y
18169         * src/mbox.c
18170         * src/pop.c
18171         * src/prefs_account.c
18172         * src/prefs_gtk.c
18173         * src/prefs_msg_colors.c
18174         * src/procheader.c
18175         * src/procmime.c
18176         * src/procmime.h
18177         * src/procmsg.c
18178         * src/summaryview.c
18179         * src/textview.c
18180         * src/common/base64.c
18181         * src/common/partial_download.c
18182         * src/common/socket.c
18183         * src/common/sylpheed.c
18184         * src/common/utils.c
18185         * src/common/utils.h
18186         * src/gtk/pluginwindow.c
18187         * src/gtk/quicksearch.c
18188         * src/plugins/clamav/clamav_plugin.c
18189         * src/plugins/clamav/clamav_plugin.h
18190         * src/plugins/clamav/clamav_plugin_gtk.c
18191         * src/plugins/pgpmime/passphrase.c
18192         * src/plugins/pgpmime/pgpmime.c
18193         * src/plugins/pgpmime/plugin.c
18194         * src/plugins/pgpmime/prefs_gpg.c
18195         * src/plugins/pgpmime/prefs_gpg.h
18196         * src/plugins/pgpmime/select-keys.c
18197         * src/plugins/pgpmime/sgpgme.c
18198         * src/plugins/spamassassin/libspamc.c
18199         * src/plugins/spamassassin/spamassassin.c
18200         * src/plugins/spamassassin/spamassassin.h
18201         * src/plugins/spamassassin/spamassassin_gtk.c
18202         * src/plugins/trayicon/trayicon.c
18203         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18204                 Sync with HEAD
18205
18206 2004-10-14 [colin]      0.9.12cvs126.2
18207
18208         * src/codeconv.c
18209         * src/textview.c
18210                 Fix conv_unreadable_locale
18211
18212 2004-10-13 [colin]      0.9.12cvs126.1
18213
18214         * src/compose.c
18215                 Sync with HEAD (don't convert charset for 
18216                 drafted messages, minor cleanup)
18217
18218 2004-10-13 [colin]      0.9.12cvs125.1
18219
18220         * po/POTFILES.in
18221                 Sync with HEAD (POTFILES fix)
18222
18223 2004-10-12 [colin]      0.9.12cvs124.3
18224
18225         * src/compose.c
18226                 Fix encoding bug from latest sync
18227
18228 2004-10-12 [paul]       0.9.12cvs124.2
18229
18230         * src/plugins/pgpmime/prefs_gpg.c
18231         * src/plugins/pgpmime/prefs_gpg.h
18232                 forgotten in last commit        
18233
18234 2004-10-12 [paul]       0.9.12cvs124.1
18235
18236         * ChangeLog.claws
18237         * configure.ac
18238         * m4/spamassassin.m4
18239         * src/Makefile.am
18240         * src/account.c
18241         * src/compose.c
18242         * src/compose.h
18243         * src/crash.c
18244         * src/main.c
18245         * src/mimeview.c
18246         * src/passphrase.c
18247         * src/passphrase.h
18248         * src/prefs_account.c
18249         * src/prefs_account.h
18250         * src/prefs_common.c
18251         * src/privacy.c
18252         * src/privacy.h
18253         * src/procmime.c
18254         * src/procmime.h
18255         * src/procmsg.c
18256         * src/rfc2015.c
18257         * src/rfc2015.h
18258         * src/select-keys.c
18259         * src/select-keys.h
18260         * src/textview.c
18261         * src/common/utils.c
18262         * src/common/utils.h
18263         * src/gtk/about.c
18264         * src/plugins/pgpmime/Makefile.am
18265         * src/plugins/pgpmime/passphrase.c
18266         * src/plugins/pgpmime/passphrase.h
18267         * src/plugins/pgpmime/pgpmime.c
18268         * src/plugins/pgpmime/plugin.c
18269         * src/plugins/pgpmime/select-keys.c
18270         * src/plugins/pgpmime/select-keys.h
18271         * src/plugins/pgpmime/sgpgme.c
18272         * src/plugins/pgpmime/sgpgme.h
18273                 sync with HEAD
18274
18275 2004-10-04 [colin]      0.9.12cvs122.1
18276
18277         * src/mainwindow.c
18278         * src/messageview.c
18279         * src/messageview.h
18280         * src/textview.c
18281                 Sync with HEAD
18282
18283 2004-10-04 [colin]      0.9.12cvs121.1
18284
18285         * src/summaryview.c
18286                 Sync with HEAD
18287
18288 2004-10-04 [paul]       0.9.12cvs120.1
18289
18290         * configure.ac
18291                 sync with HEAD [don't try to build 
18292                 pgpmime plugin when gpgme is disabled]
18293
18294 2004-10-03 [colin]      0.9.12cvs119.3
18295
18296         * src/gtk/gtksctree.c
18297                 Lots of side effects. Put back as before 117.2.
18298         * src/summaryview.c
18299                 Fix bug #602
18300
18301 2004-10-03 [colin]      0.9.12cvs119.2
18302
18303         * src/gtk/gtksctree.c
18304                 Revert 608 fix that doesn't work that good
18305
18306 2004-10-02 [colin]      0.9.12cvs119.1
18307
18308         * src/mainwindow.c
18309         * src/messageview.c
18310         * src/prefs_common.h
18311         * src/procmime.c
18312         * src/procmime.h
18313         * src/textview.c
18314                 Sync with HEAD
18315         * src/gtk/gtksctree.c
18316                 Close bug #608
18317
18318 2004-10-01 [colin]      0.9.12cvs118.1
18319
18320         * src/mimeview.c
18321                 Sync with HEAD (better Save All fix)
18322
18323 2004-10-01 [colin]      0.9.12cvs117.2
18324
18325         * src/gtk/gtksctree.c
18326                 Faster on selection
18327
18328 2004-10-01 [colin]      0.9.12cvs117.1
18329
18330         * src/mimeview.c
18331                 Sync with HEAD (Save All: only attachments)
18332
18333 2004-10-01 [paul]       0.9.12cvs116.1
18334
18335         * ChangeLog.claws
18336         * configure.ac
18337         * src/account.c
18338         * src/prefs_common.c
18339         * src/gtk/colorlabel.c
18340                 sync with HEAD
18341
18342 2004-09-30 [colin]      0.9.12cvs115.1
18343
18344         * src/stock_pixmap.c
18345         * src/stock_pixmap.h
18346         * src/folderview.c
18347         * src/Makefile.am
18348         * src/pixmaps/read.xpm
18349                 Sync with HEAD (new pixmap)
18350
18351 2004-09-29 [colin]      0.9.12cvs114.1
18352
18353         * src/compose.c
18354                 Sync with HEAD
18355                 Fix focus handling in headers
18356
18357 2004-09-29 [paul]       0.9.12cvs113.1
18358
18359         * src/quote_fmt_parse.y
18360                 sync with HEAD
18361  
18362
18363 2004-09-28 [colin]      0.9.12cvs112.1
18364
18365         * src/folderview.c
18366         * src/mainwindow.c
18367                 Sync with HEAD
18368
18369 2004-09-28 [colin]      0.9.12cvs110.1
18370
18371         * src/folderview.c
18372                 Sync with HEAD (Contextual Empty trash menu)
18373
18374 2004-09-28 [colin]      0.9.12cvs108.1
18375
18376         * src/addressbook.c
18377                 Sync with HEAD (addressbook edit on double-click)
18378
18379 2004-09-28 [colin]      0.9.12cvs106.1
18380
18381         * src/inc.c
18382                 Sync with HEAD (folder_item freeze on inc)
18383
18384 2004-09-27 [colin]      0.9.12cvs105.1
18385
18386         * src/folderview.c
18387                 Sync with HEAD (right-align new and unread column)
18388
18389 2004-09-27 [colin]      0.9.12cvs104.1
18390
18391         * src/main.c
18392                 Sync with HEAD (revert 0.9.12cvs101)
18393
18394 2004-09-24 [colin]      0.9.12cvs103.2
18395
18396         * src/wizard.c
18397                 Fix gtk warnings and use domain part of the email address 
18398                 when domain detection fails (no dot in domain name)
18399
18400 2004-09-23 [colin]      0.9.12cvs103.1
18401
18402         * src/plugins/spamassassin/libspamc.c
18403         * src/plugins/spamassassin/libspamc.h
18404         * src/plugins/spamassassin/utils.c
18405         * src/plugins/spamassassin/utils.h
18406                 Sync with HEAD (Update spamassassin to 3.0)
18407
18408 2004-09-21 [colin]      0.9.12cvs102.3
18409
18410         * src/action.c
18411                 Add horizontal scrollbar in action io dialog as needed
18412                 Patch by Alfons.
18413
18414 2004-09-20 [colin]      0.9.12cvs102.2
18415
18416         * src/plugins/image_viewer/viewer.c
18417                 Remove imlib stuff
18418                 use gtk_pixmap_set when clearing
18419                 (would be better to use gtkImages, but causes size-allocate 
18420                 signals storm)
18421
18422 2004-09-17 [paul]       0.9.12cvs102.1
18423
18424         * ChangeLog
18425         * ChangeLog.claws
18426         * ChangeLog.jp
18427         * configure.ac
18428         * src/inc.c
18429                 sync with HEAD
18430
18431
18432 2004-09-17 [colin]      0.9.12cvs101.1
18433
18434         * ChangeLog.claws
18435         * src/main.c
18436                 Sync with HEAD (fix segs at exit)
18437
18438 2004-09-14 [colin]      0.9.12cvs99.5
18439
18440         * src/common/socket.c
18441         * AUTHORS
18442                 Fix send error on 64bit platforms
18443                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18444
18445 2004-09-14 [colin]      0.9.12cvs99.4
18446
18447         * src/action.c
18448                 Fix action output with utf8 
18449                 Patch by Alfons.
18450
18451 2004-09-14 [colin]      0.9.12cvs99.3
18452
18453         * ChangeLog.claws
18454         * src/folder.c
18455                 Sync with HEAD
18456
18457 2004-09-09 [colin]      0.9.12cvs99.2
18458
18459         * src/action.c
18460                 Fix progress bar (displaying "Completed %v/%u")
18461                 Patch by Alfons.
18462
18463 2004-09-08 [colin]      0.9.12cvs99.1
18464
18465         * src/account.c
18466         * src/folder.c
18467         * src/procmsg.c
18468         * src/procmsg.h
18469         * src/plugins/pgpmime/pgpmime.c
18470                 Sync with HEAD
18471
18472 2004-09-08 [colin]      0.9.12cvs97.2
18473
18474         * src/summaryview.c
18475                 Don't select mails in collapsed threads 
18476                 when navigating with up/down
18477
18478 2004-09-07 [colin]      0.9.12cvs97.1
18479
18480         * src/inc.c
18481                 Sync with HEAD (meaningful error messages)
18482
18483 2004-09-06 [colin]      0.9.12cvs96.1
18484
18485         * src/toolbar.c
18486                 Sync with HEAD (fix Redirect graying out)
18487
18488 2004-09-06 [colin]      0.9.12cvs95.1
18489
18490         * src/summaryview.c
18491         * src/mimeview.c
18492                 Sync with HEAD (fix dropped URIs)
18493
18494 2004-09-06 [colin]      0.9.12cvs94.1
18495
18496         * src/addressbook.c
18497         * src/addressitem.h
18498         * src/addritem.c
18499         * src/addritem.h
18500                 Sync with HEAD (addressbook DnD)
18501
18502 2004-09-03 [colin]      0.9.12cvs93.1
18503
18504         * src/summaryview.c
18505                 Sync with HEAD (next/prev unread)
18506
18507 2004-09-03 [colin]      0.9.12cvs92.1
18508
18509         * src/prefs_common.c
18510         * src/prefs_common.h
18511         * src/summaryview.c
18512                 Sync with HEAD ('mark_as_read_delay' pref)
18513
18514 2004-09-02 [colin]      0.9.12cvs91.2
18515
18516         * src/common/xml.c
18517                 Fix leak
18518
18519 2004-09-02 [colin]      0.9.12cvs91.1
18520
18521         * src/gtk/menu.c
18522                 Sync with HEAD (menu accel don't work, but whatever)
18523
18524 2004-09-02 [colin]      0.9.12cvs90.1
18525
18526         * src/account.c
18527                 Sync with HEAD (fix bug 582)
18528
18529 2004-09-02 [colin]      0.9.12cvs89.1
18530
18531         * src/addrindex.c
18532                 Sync with HEAD (free deleted queries)
18533
18534 2004-09-02 [colin]      0.9.12cvs88.1
18535
18536         * src/ldapquery.c
18537                 Sync with HEAD (fix LDAP freezes)
18538
18539 2004-09-02 [colin]      0.9.12cvs87.1
18540
18541         * src/prefs_spelling.c
18542                 Sync with HEAD (add default dictionary)
18543
18544 2004-09-01 [colin]      0.9.12cvs86.1
18545
18546         * src/filtering.c
18547         * src/folderview.c
18548         * src/imap.c
18549         * src/prefs_matcher.c
18550         * src/stock_pixmap.c
18551         * src/summary_search.c
18552         * src/summaryview.c
18553         * src/wizard.c
18554         * src/wizard.h
18555                 Sync with HEAD (uninitialized vars fixes)
18556                 + gtk2 specific warning fixes
18557
18558 2004-08-31 [colin]      0.9.12cvs85.1
18559
18560         * src/folder.c
18561                 Sync with HEAD (Fix memory corruption due to 
18562                 uninitialized var)
18563
18564 2004-08-31 [colin]      0.9.12cvs84.4
18565
18566         * src/summary_search.c
18567                 Fix segfaults when searching in folders with broken headers
18568
18569 2004-08-31 [colin]      0.9.12cvs84.3
18570
18571         * src/compose.c
18572         * src/textview.c
18573                 Fix some more encoding/decoding issues
18574
18575 2004-08-30 [colin]      0.9.12cvs84.2
18576
18577         * src/mimeview.c
18578         * src/prefs_themes.c
18579         * src/gtk/filesel.c
18580         * src/gtk/filesel.h
18581                 Add a folder-mode selection (fixes mimeview's "Save all")
18582
18583 2004-08-29 [colin]      0.9.12cvs84.1
18584
18585         * src/mimeview.c
18586                 Sync with HEAD (don't escape saved filenames)
18587
18588 2004-08-27 [colin]      0.9.12cvs83.1
18589
18590         * ChangeLog
18591         * ChangeLog.claws
18592         * ChangeLog.jp
18593         * src/mh.c
18594         * src/procheader.c
18595         * src/procmsg.c
18596         * src/procmsg.h
18597         * src/common/utils.c
18598         * src/gtk/menu.h
18599         * po/
18600                 Sync with HEAD 0.9.12cvs83 (sync with main)
18601
18602 2004-08-26 [colin]      0.9.12cvs82.4
18603
18604         * src/codeconv.c
18605                 Fix strange stack corruption
18606                 Convert to utf8 after unmime, not before
18607
18608 2004-08-26 [colin]      0.9.12cvs82.3
18609
18610         * src/main.c
18611         * src/wizard.c
18612                 Fix account folders duplication
18613
18614 2004-08-25 [colin]      0.9.12cvs82.2
18615
18616         * src/wizard.c
18617                 Remove ports
18618                 Add SSL selection
18619                 Use login@server as account name
18620
18621 2004-08-25 [colin]      0.9.12cvs82.1
18622
18623         * src/plugins/pgpmime/pgpmime.c
18624                 Sync with HEAD (leak fix).
18625
18626 2004-08-25 [colin]      0.9.12cvs81.1
18627
18628         * src/plugins/pgpmime/pgpmime.c
18629         * src/plugins/pgpmime/sgpgme.c
18630         * src/plugins/pgpmime/sgpgme.h
18631                 Sync with HEAD (Handle combined messages).
18632
18633 2004-08-24 [colin]      0.9.12cvs80.3
18634
18635         * src/wizard.c
18636                 Fix full name, ports, and imap
18637
18638 2004-08-24 [colin]      0.9.12cvs80.2
18639
18640         * src/Makefile.am
18641         * src/main.c
18642         * src/setup.c
18643         * src/setup.h
18644         * src/stock_pixmap.c
18645         * src/stock_pixmap.h
18646         * src/wizard.c ** ADDED **
18647         * src/wizard.h ** ADDED ** 
18648         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
18649                 Add a setup wizard 
18650
18651 2004-08-24 [colin]      0.9.12cvs80.1
18652
18653         * src/folder.c
18654                 Sync with HEAD (set mimeflags on all messages)
18655
18656 2004-08-24 [colin]      0.9.12cvs79.3
18657
18658         * src/matcher_parser_lex.l
18659                 Fix 8bits strings not in utf8
18660
18661 2004-08-24 [colin]      0.9.12cvs79.2
18662
18663         * src/compose.c
18664                 Check conversion result before replacing buffer
18665
18666 2004-08-23 [colin]      0.9.12cvs79.1
18667
18668         * src/compose.c
18669                 Sync with HEAD (create message header in memory)
18670
18671 2004-08-23 [colin]      0.9.12cvs78.1
18672
18673         * src/rfc2015.c
18674         * src/rfc2015.h
18675                 Sync with HEAD (fix bug 197 again)
18676
18677 2004-08-23 [colin]      0.9.12cvs77.3
18678
18679         * src/compose.c
18680                 Fix again inline gpg signing (which outputs utf8
18681                 in gtk2). Not syncing this fix to HEAD as this 
18682                 code is meant to die.
18683
18684 2004-08-23 [colin]      0.9.12cvs77.2
18685
18686         * src/prefs_account.h
18687                 Remove useless include
18688
18689 2004-08-23 [colin]      0.9.12cvs77.1
18690
18691         * src/imap.c
18692         * po/es.po
18693         * po/fr.po
18694         * po/it.po
18695         * po/pl.po
18696         * po/pt_BR.po
18697         * po/sk.po
18698         * po/sr.po
18699                 Sync with HEAD (fix bug 577)
18700
18701 2004-08-22 [colin]      0.9.12cvs76.1
18702
18703         * src/plugins/trayicon/trayicon.c
18704                 Sync with HEAD (fix formatting bug)
18705
18706 2004-08-21 [colin]      0.9.12cvs74.2
18707
18708         * src/gtk/colorsel.c
18709                 Fix bug 564 (Folder color selection window exits on any
18710                 keypress)
18711
18712 2004-08-21 [colin]      0.9.12cvs74.1
18713
18714         * ChangeLog.claws
18715         * src/compose.c
18716         * src/summaryview.c
18717         * src/toolbar.c
18718                 Sync with HEAD (fix bug 576)
18719
18720 2004-08-21 [colin]      0.9.12cvs70.1
18721
18722         * src/compose.c
18723         * src/mainwindow.c
18724                 Sync with HEAD
18725                 
18726
18727 2004-08-21 [paul]       0.9.12cvs66.4
18728
18729         * src/mainwindow.c
18730         * src/messageview.c
18731         * src/gtk/menu.c
18732         * src/plugins/spamassassin/spamassassin_gtk.c
18733                 remove some deprecated gtk1 functions
18734
18735
18736 2004-08-21 [colin]      0.9.12cvs66.3
18737
18738         * src/compose.c
18739         * src/codeconv.c
18740                 Fix warnings
18741                 Remove encoding hacks
18742                 Fix bug 575 (Strange character messes up message)
18743                 Don't display conversion error when drafting
18744
18745 2004-08-21 [paul]       0.9.12cvs66.2
18746
18747         * src/prefs_account.c
18748                 fix GnuPG mode bugs
18749
18750
18751 2004-08-20 [colin]      0.9.12cvs66.1
18752
18753         * src/codeconv.c
18754                 Sync with HEAD 0.9.12cvs66
18755
18756 2004-08-20 [paul]
18757
18758         * src/plugins/pgpmime/plugin.c
18759                 modify PGP/MIME plugin's description
18760
18761 2004-08-17 [colin]      0.9.12cvs65.1
18762
18763         * src/common/ssl.c
18764         * src/plugins/pgpmime/plugin.c
18765                 Sync with HEAD
18766
18767 2004-08-14 [colin]      0.9.12cvs60.3
18768
18769         * src/plugins/trayicon/trayicon.c
18770                 Put back resize callback, on size-request signal
18771                 rather than size-allocate to avoid infinite 
18772                 callback loop
18773
18774 2004-08-13 [colin]      0.9.12cvs60.2
18775
18776         * src/common/defs.h
18777                 Cache versions have been fixed
18778
18779 2004-08-13 [colin]      0.9.12cvs60.1
18780
18781         * src/folderutils.c
18782                 Sync with HEAD
18783
18784 2004-08-12 [colin]      0.9.12cvs59.1
18785
18786         * src/plugins/trayicon/trayicon.c
18787                 Sync with HEAD
18788
18789 2004-08-12 [colin]      0.9.12cvs57.5
18790
18791         * sylpheed.desktop
18792         * configure.ac
18793         * src/Makefile.am
18794         * src/main.c
18795                 Add support for Freedesktop.org's startup notification
18796
18797 2004-08-11 [colin]      0.9.12cvs57.4
18798
18799         * src/textview.c
18800                 Fix off-by-one
18801
18802 2004-08-11 [colin]      0.9.12cvs57.3
18803
18804         * src/message_search.c
18805         * src/summary_search.c
18806                 Make searches case insensitive by default
18807         * src/textview.c
18808                 Fix case-insensitive search in message
18809
18810 2004-08-11 [colin]      0.9.12cvs57.2
18811
18812         * src/summary_search.c
18813                 Let case-sensitive be specified
18814
18815 2004-08-10 [colin]      0.9.12cvs55.4
18816
18817         * src/common/socket.c
18818                 Fix the possible race condition
18819
18820 2004-08-09 [paul]       0.9.12cvs55.3
18821
18822         * configure.ac
18823         * src/Makefile.am
18824         * src/common/Makefile.am
18825                 sync with HEAD
18826
18827
18828 2004-08-09 [paul]       0.9.12cvs55.2
18829
18830         * autogen.sh
18831         * po/poconv.sh
18832                 remove unneeded script
18833
18834         * configure.ac
18835                 add forgotten USE_LDAP_TLS (sync with HEAD)
18836
18837
18838 2004-08-09 [colin]      0.9.12cvs55.1
18839
18840         * src/main.c
18841         * src/common/ssl.c
18842         * src/common/sylpheed.c
18843         * src/common/sylpheed.h
18844                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
18845
18846 2004-08-09 [paul]       0.9.12cvs54.1
18847
18848         * ChangeLog
18849         * ChangeLog.claws
18850         * ChangeLog.jp
18851         * configure.ac
18852         * po/POTFILES.in
18853         * src/Makefile.am
18854         * src/folderutils.c
18855         * src/main.c
18856         * src/pgpmime.c
18857         * src/pgpmime.h
18858         * src/sgpgme.c
18859         * src/sgpgme.h
18860         * src/plugins/Makefile.am
18861         * src/plugins/pgpmime/.cvsignore
18862         * src/plugins/pgpmime/Makefile.am
18863         * src/plugins/pgpmime/pgpmime.c
18864         * src/plugins/pgpmime/pgpmime.h
18865         * src/plugins/pgpmime/plugin.c
18866         * src/plugins/pgpmime/sgpgme.c
18867         * src/plugins/pgpmime/sgpgme.h
18868                 sync with HEAD
18869
18870 2004-08-08 [paul]       0.9.12cvs51.1
18871
18872         * configure.ac
18873         * src/folder.c
18874                 sync with HEAD
18875
18876 2004-08-07 [colin]      0.9.12cvs50.1
18877
18878         * src/pop.c
18879         * src/common/partial_download.c
18880                 fix warnings (sync from HEAD)
18881
18882 2004-08-07 [colin]      0.9.12cvs48.1
18883
18884         * src/prefs_folder_item.c
18885                 sync with HEAD 0.9.12cvs48
18886
18887 2004-08-06 [colin]      0.9.12cvs47.1
18888
18889         * src/compose.c
18890                 Sync with HEAD
18891
18892 2004-08-06 [christoph]  0.9.12cvs46.2
18893
18894         * src/main.c
18895         * src/plugins/clamav/clamav_plugin_gtk.c
18896         * src/plugins/dillo_viewer/dillo_viewer.c
18897         * src/plugins/image_viewer/plugin.c
18898         * src/plugins/mathml_viewer/mathml_viewer.c
18899         * src/plugins/spamassassin/spamassassin_gtk.c
18900         * src/plugins/trayicon/trayicon.c
18901                 don't mix GTK1.2 plugin with GTK2 plugins
18902
18903 2004-08-06 [colin]      0.9.12cvs46.1
18904
18905         * ChangeLog
18906         * ChangeLog.claws
18907         * ChangeLog.jp
18908         * configure.ac
18909         * sylpheed-claws.pc.in
18910         * src/folder.c
18911         * src/imap.c
18912         * src/localfolder.c
18913         * src/messageview.c
18914         * src/mimeview.c
18915         * src/mimeview.h
18916         * src/msgcache.c
18917         * src/news.c
18918         * src/prefs_ext_prog.c
18919         * src/prefs_folder_item.c
18920         * src/prefs_fonts.c
18921         * src/prefs_msg_colors.c
18922         * src/prefs_spelling.c
18923         * src/prefs_themes.c
18924         * src/prefs_toolbar.c
18925         * src/prefs_wrapping.c
18926         * src/procmime.h
18927         * src/common/defs.h
18928         * src/common/nntp.c
18929         * src/common/session.c
18930         * src/common/session.h
18931         * src/common/socket.c
18932         * src/common/utils.h
18933         * src/common/xml.c
18934         * src/common/xml.h
18935         * src/gtk/prefswindow.c
18936         * src/gtk/prefswindow.h
18937         * src/plugins/clamav/clamav_plugin_gtk.c
18938         * src/plugins/dillo_viewer/dillo_prefs.c
18939         * src/plugins/image_viewer/viewerprefs.c
18940         * src/plugins/spamassassin/spamassassin_gtk.c
18941         * m4/openssl.m4 *** REMOVED ***
18942                 Sync with HEAD 0.9.12cvs46
18943
18944 2004-08-03 [paul]       0.9.12cvs40.2
18945
18946         * src/action.c
18947         * src/addressadd.c
18948         * src/addressbook.c
18949         * src/addrgather.c
18950         * src/browseldap.c
18951         * src/compose.c
18952         * src/crash.c
18953         * src/editaddress.c
18954         * src/editgroup.c
18955         * src/editldap_basedn.c
18956         * src/foldersel.c
18957         * src/importldif.c
18958         * src/mimeview.c
18959         * src/prefs_common.c
18960         * src/prefs_template.c
18961         * src/sourcewindow.c
18962         * src/summaryview.c
18963         * src/gtk/about.c
18964         * src/gtk/foldersort.c
18965         * src/gtk/logwindow.c
18966         * src/gtk/pluginwindow.c
18967         * src/gtk/prefswindow.c
18968                 change all gtk_scrolled_window_set_policy from 
18969                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
18970
18971 2004-08-02 [paul]       0.9.12cvs40.1
18972
18973         * AUTHORS
18974                 update translation team section
18975         * po/pt_BR.po
18976                 updated by Frederico Goncalves Guimaraes
18977                 <fggdebian@yahoo.com.br>
18978
18979 2004-07-31 [colin]      0.9.12cvs39.9
18980
18981         * src/exphtmldlg.c
18982                 Fix compilation
18983
18984 2004-07-31 [colin]      0.9.12cvs39.8
18985
18986         * src/exphtmldlg.c
18987                 Fix an alertpanel type
18988
18989 2004-07-30 [colin]      0.9.12cvs39.7
18990
18991         * src/alertpanel.c
18992                 Fix alertpanel_error_log's icon
18993
18994 2004-07-30 [colin]      0.9.12cvs39.6
18995
18996         * src/pop.c
18997                 Two of them should still be warnings
18998
18999 2004-07-30 [colin]      0.9.12cvs39.5
19000
19001         * src/pop.c
19002                 More warning -> error
19003 2004-07-29 [colin]      0.9.12cvs39.4
19004
19005         * src/pop.c
19006                 Warning -> error
19007
19008 2004-07-29 [colin]      0.9.12cvs39.3
19009
19010         * src/prefs_matcher.c
19011                 Fix segfault
19012
19013 2004-07-29 [colin]      0.9.12cvs39.2
19014
19015         * src/alertpanel.c
19016                 More nice-looking alertpanels
19017
19018 2004-07-29 [colin]      0.9.12cvs39.1
19019
19020         * src/messageview.c
19021                 sync with head
19022                 (inform user when partial mail is deleted on server)
19023
19024 2004-07-29 [colin]      0.9.12cvs38.1
19025
19026         * src/messageview.c
19027                 sync with head
19028
19029 2004-07-28 [paul]       0.9.12cvs37.7
19030
19031         * src/mainwindow.c
19032                 complete the replacement of deprecated gtk_progress_*
19033
19034 2004-07-28 [paul]       0.9.12cvs37.6
19035
19036         * src/action.c
19037         * src/inc.c
19038         * src/mainwindow.c
19039         * src/send_message.c
19040         * src/gtk/progressdialog.c
19041         * src/gtk/progressdialog.h
19042                 replace deprecated gtk_progress_*
19043
19044 2004-07-28 [paul]       0.9.12cvs37.5
19045
19046         * src/gtk/filesel.c
19047                 remove gtk_window_set_wmclass()
19048 2004-07-28 [paul]       0.9.12cvs37.4
19049
19050         * src/addressbook.c
19051         * src/compose.c
19052         * src/foldersel.c
19053         * src/mainwindow.c
19054         * src/messageview.c
19055         * src/sourcewindow.c
19056         * src/gtk/logwindow.c
19057                 remove gtk_window_set_wmclass()
19058                 
19059         * src/prefs_filtering.c
19060         * src/prefs_filtering_action.c
19061         * src/prefs_fonts.c
19062         * src/prefs_gtk.c
19063         * src/prefs_matcher.c
19064         * src/ssl_manager.c
19065         * src/gtk/prefswindow.c
19066                 replace gtk_window_position()
19067
19068 2004-07-28 [colin]      0.9.12cvs37.3
19069
19070         * src/alertpanel.c
19071         * src/alertpanel.h
19072                 Add a way to specify panel type for specific
19073                 panels (alertpanel())
19074         * src/account.c
19075         * src/addressbook.c
19076         * src/compose.c
19077         * src/expldifdlg.c
19078         * src/main.c
19079         * src/messageview.c
19080         * src/summaryview.c
19081         * src/textview.c
19082         * src/gtk/sslcertwindow.c
19083                 Fix alertpanel()s so that their icon match
19084                 their real type
19085
19086 2004-07-28 [paul]       0.9.12cvs37.2
19087
19088         * src/addr_compl.c
19089         * src/addressbook.c
19090         * src/alertpanel.c
19091         * src/compose.c
19092         * src/export.c
19093         * src/foldersel.c
19094         * src/folderview.c
19095         * src/grouplistdialog.c
19096         * src/import.c
19097         * src/mainwindow.c
19098         * src/message_search.c
19099         * src/messageview.c
19100         * src/passphrase.c
19101         * src/prefs_actions.c
19102         * src/prefs_common.c
19103         * src/prefs_customheader.c
19104         * src/prefs_display_header.c
19105         * src/prefs_filtering.c
19106         * src/prefs_filtering_action.c
19107         * src/prefs_gtk.c
19108         * src/prefs_matcher.c
19109         * src/prefs_msg_colors.c
19110         * src/prefs_summary_column.c
19111         * src/prefs_template.c
19112         * src/sourcewindow.c
19113         * src/ssl_manager.c
19114         * src/summary_search.c
19115         * src/gtk/colorsel.c
19116         * src/gtk/description_window.c
19117         * src/gtk/gtkaspell.c
19118         * src/gtk/inputdialog.c
19119         * src/gtk/logwindow.c
19120         * src/gtk/prefswindow.c
19121         * src/gtk/progressdialog.c
19122                 replace deprecated gtk_window_set_policy
19123
19124 2004-07-27 [colin]      0.9.12cvs37.1
19125
19126         * src/msgcache.c
19127                 More fixes (synced for head again)
19128
19129 2004-07-27 [colin]      0.9.12cvs35.3
19130
19131         * src/msgcache.c
19132                 Fix wrong test
19133
19134 2004-07-27 [colin]      0.9.12cvs35.2
19135
19136         * src/mimeview.c
19137                 Fix width a bit (by Paul)
19138         * src/alertpanel.c
19139         * src/alertpanel.h
19140                 Specialize icons, make alertpanel_message()
19141                 private
19142         * src/message_search.c
19143         * src/sgpgme.c
19144         * src/summary_search.c
19145                 Suit alertpanel changes
19146
19147 2004-07-27 [colin]      0.9.12cvs35.1
19148
19149         * src/alertpanel.c
19150                 Add an icon
19151         * src/passphrase.c
19152                 Add debug output - maybe someone will
19153                 want to look at the problem with Grab
19154                 Input :)
19155         Bump version as we're synced with HEAD
19156
19157 2004-07-26 [colin]      0.9.12cvs33.26
19158
19159         * src/pop.c
19160                 Fix uidl-file parsing when not in new
19161                 format
19162
19163 2004-07-26 [colin]      0.9.12cvs33.25
19164
19165         * src/gtk/menu.c
19166                 Move popup menu up if necessary (fixes 
19167                 account selector)
19168         * src/mainwindow.c
19169                 Set account selector's button height to
19170                 minimum
19171
19172 2004-07-26 [colin]      0.9.12cvs33.24
19173
19174         * src/alertpanel.c
19175                 Maybe fix 551 (Truncated font in alert window)
19176
19177 2004-07-26 [colin]      0.9.12cvs33.23
19178
19179         * po/de.po
19180         * po/es.po
19181         * po/fr.po
19182         * po/it.po
19183         * po/ja.po
19184         * po/pl.po
19185         * po/ru.po
19186         * po/sk.po
19187         * po/sr.po
19188         * po/zh_CN.po
19189                 Sync po files with HEAD
19190
19191 2004-07-26 [paul]       0.9.12cvs33.22
19192
19193         * src/compose.c
19194                 fix Bug 556 'Organisation-header is sent even if empty'
19195
19196 2004-07-24 [colin]      0.9.12cvs33.21
19197
19198         * src/compose.c
19199         * src/gtk/gtkaspell.c
19200         * src/gtk/gtkaspell.h
19201                 Fix speller accelerators (require hack)
19202
19203 2004-07-24 [colin]      0.9.12cvs33.20
19204
19205         * src/gtk/gtkaspell.c
19206                 Fix over-eager code deletion breaking
19207                 Check while typing
19208
19209 2004-07-24 [colin]      0.9.12cvs33.19
19210
19211         * src/browseldap.c
19212         * src/ldapctrl.c
19213         * src/ldapctrl.h
19214         * src/ldapserver.h
19215                 Sync ldap with HEAD
19216         (Fixes 546 LDAP completely broken)
19217
19218 2004-07-24 [colin]      0.9.12cvs33.18
19219
19220         * src/prefs_msg_colors.c
19221                 Fix prototype mismatch
19222         (Fixes 547 void function cannot return value)
19223
19224 2004-07-24 [colin]      0.9.12cvs33.17
19225
19226         * src/mainwindow.c
19227                 Fix sort going back to previous sort key
19228                 when changing sort direction
19229
19230 2004-07-24 [colin]      0.9.12cvs33.16
19231
19232         * src/compose.c
19233                 Fix space insertion when re-wrapping at 
19234                 cursor point
19235
19236 2004-07-24 [colin]      0.9.12cvs33.15
19237
19238         * src/gtk/gtkaspell.c
19239                 Don't change cursor position in insert-text
19240                 callback
19241         (Fixes 539 Word wrapping on input transposes letters)
19242
19243 2004-07-24 [colin]      0.9.12cvs33.14
19244
19245         * src/gtk/gtkaspell.c
19246                 Reencode non-ascii chars to dictionary's
19247                 encoding
19248         (Fixes 544 Spell check broken non english locale)
19249
19250 2004-07-24 [colin]      0.9.12cvs33.13
19251
19252         * src/summaryview.c
19253                 Fix Shift+Down, add Home/End/PgUp/PgDown
19254
19255 2004-07-21 [colin]      0.9.12cvs33.12
19256
19257         * src/prefs_common.c
19258                 Fix a gtk warning (Patch by Andrej Kacian)
19259
19260 2004-07-21 [colin]      0.9.12cvs33.11
19261
19262         * src/gtk/filesel.c
19263                 More check
19264
19265 2004-07-21 [colin]      0.9.12cvs33.10
19266
19267         * src/compose.c
19268         * src/crash.c
19269         * src/export.c
19270         * src/import.c
19271         * src/messageview.c
19272         * src/mimeview.c
19273         * src/prefs_spelling.c
19274         * src/prefs_themes.c
19275         * src/summaryview.c
19276         * src/gtk/filesel.c
19277         * src/gtk/filesel.h
19278         * src/gtk/pluginwindow.c
19279                 Untwist open/save mode guessing logic, make
19280                 it explicit
19281
19282 2004-07-20 [colin]      0.9.12cvs33.9
19283
19284         * src/codeconv.c
19285                 conv_encode_header: src_charset is UTF-8 on
19286                 gtk2
19287         * src/compose.c
19288                 Remove double encoding of the headers
19289
19290 2004-07-20 [colin]      0.9.12cvs33.8
19291
19292         * src/codeconv.c
19293                 Fix typo
19294
19295 2004-07-20 [colin]      0.9.12cvs33.7
19296
19297         * src/mainwindow.c
19298                 Set the separated messageview to the saved
19299                 size of Claws' messageview (Patch by Alfons)
19300                 Fix a callback prototype (me)
19301
19302 2004-07-20 [colin]      0.9.12cvs33.6
19303
19304         * src/codeconv.h
19305                 Forgot one hunk in 0.9.12cvs33.4
19306
19307 2004-07-19 [colin]      0.9.12cvs33.5
19308
19309         * src/action.c
19310                 Action output fix
19311                 Patch by Alfons
19312
19313 2004-07-19 [colin]      0.9.12cvs33.4
19314
19315         * src/compose.c
19316                 Fix outgoing charset bug in headers
19317         * src/codeconv.c
19318                 Clean for glib2 - Patch by Alfons
19319
19320 2004-07-19 [colin]      0.9.12cvs33.3
19321
19322         * src/statusbar.c
19323                 Remove grip from the statusbar
19324                 Patch by Alfons
19325
19326 2004-07-19 [colin]      0.9.12cvs33.2
19327
19328         * src/messageview.c
19329         * src/textview.c
19330                 Fix messageview remembering the previous
19331                 scroll position when loading a new message
19332                 Patch by Alfons
19333
19334 2004-07-19 [colin]      0.9.12cvs33.1
19335
19336         * src/folder.h
19337         * src/folderview.c
19338         * src/summaryview.c
19339                 Sync with HEAD
19340
19341 2004-07-18 [colin]      0.9.12cvs32.7
19342
19343         * configure.ac
19344                 Remove useless check for XIM - noticed
19345                 by Alfons
19346
19347 2004-07-18 [colin]      0.9.12cvs32.6
19348
19349         * src/summaryview.c
19350                 Remove non-modified and shift-modified
19351                 accelerators in summaryview's popup
19352                 menu, as that doesn't get catched by
19353                 the accel-activate signal catcher...
19354
19355 2004-07-18 [colin]      0.9.12cvs32.5
19356
19357         * src/prefs_common.c
19358                 Define sensible default prefs for 
19359                 wrapping
19360
19361 2004-07-18 [colin]      0.9.12cvs32.4
19362
19363         * src/compose.c
19364         * src/prefs_common.c
19365         * src/prefs_common.h
19366         * src/prefs_wrapping.c
19367                 Remove Smart Wrapping pref, which does
19368                 nothing on gtk2 branch
19369
19370 2004-07-18 [colin]      0.9.12cvs32.3
19371
19372         * src/sourcewindow.c
19373                 Proper utf8
19374
19375 2004-07-18 [colin]      0.9.12cvs32.2
19376
19377         * src/compose.c
19378                 Save attachment status when drafting
19379
19380 2004-07-18 [colin]      0.9.12cvs32.1
19381
19382         * src/gtk/filesel.c
19383                 Fix erratic folder selection in open mode
19384
19385 2004-07-18 [colin]      0.9.12cvs31.11
19386
19387         * src/pop.c
19388                 Don't let partial messages get deleted
19389                 even with "dowload all"
19390                 (0.9.12cvs31.8 fix extension)
19391 2004-07-18 [colin]      0.9.12cvs31.10
19392
19393         * src/gtk/logwindow.c
19394                 Fix log scrolling
19395
19396 2004-07-18 [colin]      0.9.12cvs31.9
19397
19398         * src/common/utils.c
19399                 Fix non-utf8 strings coming from commands
19400                 and files
19401
19402 2004-07-18 [colin]      0.9.12cvs31.8
19403
19404         * src/pop.c
19405                 Fix partial download bug with Download all
19406                 messages option
19407
19408 2004-07-18 [colin]      0.9.12cvs31.7
19409
19410         * src/textview.c
19411                 Fix bug introduced in 0.9.12cvs31.2
19412                 (blocked in select mode after double click)
19413
19414 2004-07-18 [colin]      0.9.12cvs31.6
19415
19416         * src/compose.c
19417         * src/gtk/menu.c
19418                 More glib-warning fixes
19419
19420 2004-07-18 [colin]      0.9.12cvs31.5
19421
19422         * src/compose.c
19423                 Fix trashing the primary clipboard when moving 
19424                 around with tab
19425         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19426
19427 2004-07-18 [colin]      0.9.12cvs31.4
19428
19429         * src/codeconv.c
19430                 convert unencoded iso headers to utf8
19431         (Fix Bug 538 Unencoded local characters in subject make it 
19432          disappear)
19433
19434 2004-07-18 [colin]      0.9.12cvs31.3
19435
19436         * src/compose.c
19437                 Fix tab char handling in wrapping
19438         (Fix Bug 537 Line wrap problem - TAB character treated as 
19439          one character instead of 8)
19440
19441 2004-07-18 [colin]      0.9.12cvs31.2
19442
19443         * src/textview.c
19444                 return FALSE on GDK_MOTION_NOTIFY
19445         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19446          (unable to highlight))
19447
19448 2004-07-18 [colin]      0.9.12cvs31.1
19449
19450         * src/folderview.c
19451                 Sync with 0.9.12cvs31
19452
19453 2004-07-18 [colin]      0.9.12cvs30.4
19454
19455         * src/compose.c
19456                 Also block text_inserted when inserting a file
19457
19458 2004-07-18 [colin]      0.9.12cvs30.3
19459
19460         * src/compose.c
19461                 Fix smart wrapping (block text_inserted handler
19462                 while putting quotation to avoid wrap on input,
19463                 don't join lines if next is sig separator)
19464
19465 2004-07-17 [colin]      0.9.12cvs30.2
19466
19467         * src/folderview.c
19468         * src/mainwindow.c
19469         * src/mimeview.c
19470         * src/summaryview.c
19471         * src/gtk/quicksearch.c
19472         * src/gtk/quicksearch.h
19473                 Block key events handlers *and* accels while
19474                 quicksearch is focused
19475         (Fixes Bug 534 quick-search bar not accepting certain letters)
19476
19477 2004-07-17 [colin]      0.9.12cvs30.1
19478
19479         * src/folder.h
19480         * src/folderview.c
19481         * src/summaryview.c
19482                 Sync with 0.9.12cvs30
19483
19484 2004-07-17 [colin]      0.9.12cvs28.2
19485
19486         * src/mimeview.c
19487         * src/procmime.c
19488         * src/summaryview.c
19489         * src/gtk/menu.c
19490                 Squash some compile and glib warnings
19491
19492 2004-07-17 [paul]       0.9.12cvs28.1
19493
19494         * src/mimeview.c
19495                 sync with 0.9.12cvs28 HEAD
19496
19497 2004-07-16 [paul]       0.9.12cvs26.1
19498         
19499         * src/gtk/quicksearch.c
19500         * src/account.c
19501         * src/account.h
19502         * src/compose.c
19503         * src/customheader.c
19504         * src/folder_item_prefs.c
19505         * src/main.c
19506         * src/mainwindow.c
19507         * src/messageview.c
19508         * src/mimeview.c
19509         * src/news.c
19510         * src/pgpmime.c
19511         * src/pop.c
19512         * src/pop.h
19513         * src/prefs_account.c
19514         * src/prefs_account.h
19515         * src/prefs_common.c
19516         * src/prefs_common.h
19517         * src/prefs_display_header.c
19518         * src/prefs_gtk.c
19519         * src/prefs_gtk.h
19520         * src/procheader.c
19521         * src/procmime.c
19522                 sync with 0.9.12cvs26 HEAD      
19523
19524 2004-07-15 [colin]      0.9.12cvs18.14
19525
19526         * src/folder.c
19527                 Disable GPG signature check during
19528                 folder move and scan
19529         (Closes Bug 521 Signature checking slows down Folder-Move)
19530
19531 2004-07-14 [colin]      0.9.12cvs18.13
19532
19533         * src/common/partial_download.c
19534                 update includes
19535
19536 2004-07-14 [colin]      0.9.12cvs18.12
19537
19538         * src/common/partial_download.c
19539         * src/common/partial_download.h
19540                 Move doc at top, add correct copyright
19541
19542 2004-07-14 [colin]      0.9.12cvs18.11
19543
19544         * src/folder.c
19545         * src/messageview.c
19546         * src/pop.c
19547         * src/pop.h
19548         * src/procmsg.c
19549         * src/summaryview.c
19550         * src/common/Makefile.am
19551         * src/common/partial_download.c ** NEW FILES **
19552         * src/common/partial_download.h ** NEW FILES **
19553                 Move partial-download related stuff to its
19554                 own file
19555
19556 2004-07-14 [colin]      0.9.12cvs18.10
19557
19558         * src/send_message.c
19559                 Fix smtp auth when user is null or empty
19560
19561 2004-07-13 [colin]      0.9.12cvs18.9
19562
19563         * src/gtk/quicksearch.c
19564                 Use alphabetic order
19565
19566 2004-07-13 [colin]      0.9.12cvs18.8
19567
19568         * src/pop.c
19569                 Be paranoid on the checks
19570
19571 2004-07-13 [colin]      0.9.12cvs18.7
19572
19573         * src/gtk/quicksearch.c
19574                 Fix Engrish once again
19575
19576 2004-07-13 [colin]      0.9.12cvs18.6
19577
19578         * src/procmsg.c
19579         * src/summaryview.c
19580                 Mark messages for deletion when they are about to
19581                 be removed from trash
19582
19583 2004-07-13 [colin]      0.9.12cvs18.5
19584
19585         * src/matcher.c
19586         * src/matcher.h
19587         * src/matcher_parser_parse.y
19588         * src/prefs_matcher.c
19589         * src/gtk/quicksearch.c
19590                 Add 'partial' ('p') match string to find partially
19591                 downloaded messages
19592
19593 2004-07-13 [colin]      0.9.12cvs18.4
19594
19595         * src/pop.c
19596                 Fix misplaced block
19597
19598 2004-07-13 [colin]      0.9.12cvs18.3
19599
19600         * src/pop.c
19601         * src/pop.h
19602         * src/messageview.c
19603                 Refactor API (to avoid passing 5+ params and code
19604                 duplication)
19605         * src/folder.c
19606         * src/msgcache.c
19607         * src/procheader.c
19608         * src/common/defs.h
19609                 Add planned_download to cache
19610                 Don't mess uidl file when moving partially downloaded
19611                 mails (they change folder, we should change it in the
19612                 uidl list too or we'll remove an incorrect message)
19613                 (this also helps removing hacks when changing 
19614                 planned_download in messageview.c)
19615
19616 2004-07-12 [colin]      0.9.12cvs18.2
19617
19618         * src/gtk/quicksearch.c
19619                 Fix missing status update in quicksearch
19620
19621 2004-07-12 [paul]       0.9.12cvs18.1
19622
19623         * po/POTFILES.in
19624         * src/Makefile.am
19625         * src/account.c
19626         * src/codeconv.c
19627         * src/compose.c
19628         * src/inc.c
19629         * src/main.c
19630         * src/prefs_common.c
19631         * src/procmsg.h
19632         * src/toolbar.c
19633         * src/prefs_msg_colors.[ch]     ** NEW FILES **
19634         * src/prefs_wrapping.[ch]       ** NEW FILES **
19635         * src/common/intl.h
19636         * src/common/utils.[ch]
19637         * src/gtk/quicksearch.[ch]
19638                 sync with 0.9.12cvs18 HEAD
19639
19640 2004-07-12 [colin]      0.9.11cvs17.25
19641
19642         * src/folder.c
19643         * src/folder.h
19644                 Remove unused function added by me in 0.9.11cvs17.10
19645
19646 2004-07-11 [colin]      0.9.11cvs17.24
19647
19648         * src/inc.c
19649         * src/messageview.c
19650         * src/pop.c
19651         * src/pop.h
19652                 Use folderitem and msgnum instead of filename to
19653                 know which mail to delete
19654                 Move old partial mail deletion to pop.c
19655
19656 2004-07-10 [colin]      0.9.11cvs17.23
19657
19658         * src/inc.c
19659                 Add debug
19660         * src/pop.c
19661         * src/pop.h
19662                 Don't re-use same enums for unrelated stuff: it's 
19663                 completely misleading !
19664                 Document a bit
19665
19666 2004-07-09 [colin]      0.9.11cvs17.22
19667
19668         * src/inc.c
19669                 Remove folder-type check and do
19670                 more tests to be sure everything's
19671                 ok
19672         * src/messageview.c
19673                 Punctuation update, remove useless
19674                 code, fix two warnings
19675         * src/noticeview.c
19676                 Layout cleaning, reset 2nd button
19677                 when specifying one
19678
19679 2004-07-09 [colin]      0.9.11cvs17.21
19680
19681         * src/messageview.c
19682         * src/pop.c
19683         * src/pop.h
19684                 Allow user to change his mind
19685                 and postpone decision (by
19686                 unmarking the mail)
19687
19688 2004-07-09 [colin]      0.9.11cvs17.20
19689
19690         * src/messageview.c
19691                 Fix bug with delete state
19692         * src/pop.c
19693         * src/pop.h
19694                 Fix buffer leak (fread doesn't 
19695                 terminate buffers with \0)
19696                 Refactoring (remove magic 
19697                 numbers)
19698
19699 2004-07-09 [colin]      0.9.11cvs17.19
19700
19701         * src/pop.c
19702                 Don't log "Skipping message" if 
19703                 we're going to TOP it two lines
19704                 later
19705
19706 2004-07-09 [colin]      0.9.11cvs17.18
19707
19708         * src/messageview.c
19709                 Fix Engrish
19710
19711 2004-07-09 [colin]      0.9.11cvs17.17
19712
19713         * src/pop.c
19714                 strlen checking...
19715         * src/messageview.c
19716                 refactoring a bit
19717
19718 2004-07-08 [colin]      0.9.11cvs17.16
19719
19720         * src/noticeview.c
19721         * src/noticeview.h
19722                 Add an optional second button
19723         * src/messageview.c
19724         * src/pop.c
19725         * src/pop.h
19726                 Don't delete partially received mails after a certain
19727                 time; rather, let the user decide.
19728
19729 2004-07-08 [colin]      0.9.11cvs17.15
19730
19731         * src/common/smtp.h
19732                 Sync with HEAD
19733
19734 2004-07-08 [colin]      0.9.11cvs17.14
19735
19736         * src/messageview.c
19737         * src/common/smtp.c
19738                 Use to_human_readable() for sizes
19739
19740 2004-07-08 [colin]      0.9.11cvs17.13
19741
19742         * src/inc.c
19743         * src/messageview.c
19744         * src/pop.c
19745         * src/pop.h
19746         * src/procmsg.c
19747                 Fix partial-downloading issues:
19748                         catch unsupported TOP
19749                         don't delete partially downloaded mails before 5 days
19750                         don't update existing with non-MH folders; that'll
19751                         make dups, but it's better than trashing the folder
19752                         free new msginfo parts
19753                 Fix indentation ;-)
19754
19755 2004-07-08 [colin]      0.9.11cvs17.12
19756
19757         * src/common/smtp.c
19758         * src/common/smtp.h
19759                 Sync smtp size verification with HEAD
19760
19761 2004-07-08 [colin]      0.9.11cvs17.11
19762
19763         * src/summaryview.c
19764         * src/prefs_common.c
19765         * src/prefs_common.h
19766         * src/gtk/quicksearch.c
19767         * src/gtk/quicksearch.h
19768                 Sync sticky pref with HEAD
19769
19770 2004-07-08 [colin]      0.9.11cvs17.10
19771
19772         * src/folder.c [1.213.2.6]
19773         * src/folder.h [1.87.2.6]
19774         * src/inc.c [1.149.2.7]
19775         * src/messageview.c [1.94.2.8]
19776         * src/procheader.c [1.47.2.6]
19777         * src/procmsg.c [1.150.2.4]
19778         * src/procmsg.h [1.60.2.5]
19779         * src/pop.c [1.56.2.4]
19780         * src/pop.h [1.17.2.3]
19781                 Let too big messages get downloaded, but truncated
19782                 Add a button to download them completely
19783                 
19784 2004-07-06 [colin]      0.9.11cvs17.9
19785
19786         * src/gtk/quicksearch.c [1.1.2.3]
19787                 Add a Clear button
19788         * commitHelper
19789         * PATCHSETS
19790                 Add a script to help with cvs
19791
19792 2004-07-03 [colin]      0.9.11cvs17.8
19793
19794         * src/plugins/imageviewer/viewer.c
19795                 fix imageviewer (which was staying on the first
19796                 displayed image)
19797
19798 2004-07-03 [colin]      0.9.11cvs17.7
19799
19800         Removed FIXME_GTK2 warnings
19801         * src/gtk/gtkutils.c
19802                 useless #warnings
19803         * src/gtk/menu.c
19804                 useless #warnings (no need to mess with menu rc)
19805         * src/gtk/menu.h
19806                 unused functions
19807         
19808
19809 2004-07-03 [colin]      0.9.11cvs17.6
19810
19811         Removed FIXME_GTK2 warnings
19812         * src/codeconv.c
19813                 useless #warnings (rewrite needed)
19814         * src/compose.c
19815                 useless #warnings (rewrite needed)
19816                 useless #warnings (gtk2 is like that)
19817                 useless #warnings (previously fixed)
19818         * src/main.c
19819                 useless #warnings (previously fixed)
19820         * src/message_search.c
19821                 useless #warnings (gtk2 is like that)
19822                 Made apparent that search is case-sensitive
19823         * src/mimeview.c
19824                 useless #warnings (rewrite needed)
19825                 useless #warnings (gtk2 is like that)
19826                 reimplemented real warnings
19827         * src/prefs_common.c
19828                 Removed block cursor option (not it gtk2)
19829         * src/prefs_gtk.c
19830                 useless #warnings (rewrite needed)
19831         * src/procheader.c
19832                 useless #warnings (rewrite needed)
19833         * src/sourcewindow.c
19834                 useless #warnings (incorrect placing)
19835         * src/summary_search.c
19836                 useless #warnings (gtk2 is like that)
19837                 Made apparent that search is case-sensitive
19838         * src/action.c
19839                 useless #warnings (gtk2 is like that)
19840         * src/textview.c
19841                 useless #warnings (rewrite needed)
19842         * src/toolbar.c
19843                 useless #warnings (rewrite needed)
19844
19845 2004-07-03 [colin]      0.9.11cvs17.5
19846
19847         * src/textview.c
19848                 Fix mismerge which broke URI opening
19849                 
19850 2004-07-01 [colin]      0.9.11cvs17.4
19851
19852         * src/gtk/filesel.c
19853                 Fill filename when saving
19854                 
19855 2004-06-27 [colin]      0.9.11cvs17.3
19856
19857         * src/gtk/filesel.[ch]
19858                 Use the new GTK file selector
19859                 Update prototype to match the reality: multiple file
19860                 selection is open-only          
19861         * src/compose.c
19862                 Match the new prototypes        
19863         * configure.ac
19864                 Match the new requirements (gtk 2.4.0)
19865                         
19866 2004-06-26 [colin]      0.9.11cvs17.2
19867
19868         * src/plugins/trayicon/trayicon.c
19869                 Remove useless signal handler on resize, which causes
19870                 an infinite "loop"
19871         
19872 2004-06-26 [colin]      0.9.11cvs17.1
19873         
19874         * tools/Makefile.am
19875                 remove launch_firebird and add nautilus2sylpheed.sh
19876         * src/quicksearch.c
19877           src/summaryview.c
19878                 Fix show/hide "Extended symbols" button problem
19879                 Fix apparition at startup
19880                 Fix const warnings
19881         * src/plugins/image_viewer/Makefile.am
19882                 Fix configure 
19883         * common/ssl.c
19884                 Re-enable certificate check, as it doesn't seem to
19885                 cause Xlib errors anymore
19886
19887 2004-06-25 [paul]       0.9.11cvs17
19888
19889         * sync with 0.9.11cvs17 HEAD
19890         
19891         NOTE: QuickSearch is broken
19892
19893 2004-06-07 [colin]      0.9.10claws67.10
19894         * src/plugins/trayicon/trayicon.c
19895           src/plugins/trayicon/libeggtrayicon/Makefile.am
19896           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19897                 Fix gettextization in trayicon plugin
19898
19899 2004-06-07 [colin]      0.9.10claws67.9
19900         
19901         * src/summaryview.c
19902           src/gtk/gtksctree.[ch]
19903                 Let Shift+{Up,Down} work in summaryview
19904                 (well, Down "works" and Up works)
19905                 Let the list scroll when using these keys
19906
19907 2004-06-06 [colin]      0.9.10claws67.8
19908
19909         * src/plugins/trayicon/trayicon.c
19910                 Fix pixmap update
19911
19912 2004-06-06 [colin]      0.9.10claws67.7
19913
19914         * src/addressbook.c
19915                 Fix signal handling causing system-wide focus grab
19916
19917 2004-05-25 [paul]       0.9.10claws67.6
19918
19919         * Makefile.am
19920           src/Makefile.am
19921                 clean up
19922
19923 2004-05-25 [paul]       0.9.10claws67.5
19924
19925         * replace deprecated gtk_signal... functions
19926
19927 2004-05-23 [colin]      0.9.10claws67.4
19928
19929         * src/compose.c
19930                 Fix wrapping
19931
19932 2004-05-22 [colin]      0.9.10claws67.3
19933
19934         * src/compose.c
19935                 Re-fix [Edited] in compose.c::compose_reedit()
19936
19937 2004-05-22 [colin]      0.9.10claws67.2
19938
19939         * src/procmime.c
19940                 Fix parsing of multiparts mails
19941
19942 2004-05-22 [colin]      0.9.10claws67.1
19943
19944         * src/summaryview.c
19945                 Fix quicksearch
19946
19947 2004-05-22 [paul]       0.9.10claws67
19948
19949         * sync with 0.9.10claws67 HEAD
19950
19951 2004-05-14 [alfons]
19952
19953         * src/procmime.h
19954                 add forgotton prototype
19955
19956 2004-05-10 [paul]       0.9.10claws57
19957
19958         * sync with 0.9.10claws57 HEAD
19959
19960 2004-05-05 [paul]       0.9.9.claws1
19961
19962         * ChangeLog-gtk2        ** REMOVED **
19963           ChangeLog-gtk2.claws  ** ADDED **
19964                 rename and adopt the normal claws format
19965                 
19966         * configure.ac
19967                 require gtkmathview >= 0.5
19968
19969         * ac/*                          ** REMOVED **
19970           ac/                           ** REMOVED **
19971           intl/Makefile.in              ** REMOVED **
19972           m4/                           ** ADDED **
19973           m4/missing                    ** ADDED **
19974           m4/missing/gdk-pixbuf.m4      ** ADDED **
19975           m4/missing/gettext.m4         ** ADDED **
19976           m4/missing/gpgme.m4           ** ADDED **
19977           m4/missing/imlib.m4           ** ADDED **
19978           m4/.cvsignore                 ** ADDED **
19979           m4/Makefile.am                ** ADDED **
19980           m4/README                     ** ADDED **
19981           m4/aclocal-include.m4         ** ADDED **
19982           m4/aspell.m4                  ** ADDED **
19983           m4/check-type.m4              ** ADDED **
19984           m4/gnupg-check-typedef.m4     ** ADDED **
19985           m4/openssl.m4                 ** ADDED **
19986           m4/spamassassin.m4            ** ADDED **
19987           po/ChangeLog                  ** REMOVED **
19988           po/Makefile.in.in             ** REMOVED **
19989           po/Rules-quot                 ** REMOVED **
19990           po/boldquot.sed               ** REMOVED **
19991           po/en@boldquot.header         ** REMOVED **
19992           po/en@quot.header             ** REMOVED **
19993           po/insert-header.sin          ** REMOVED **
19994           po/quot.sed                   ** REMOVED **
19995           po/remove-potcdate.sed        ** REMOVED **
19996           po/remove-potcdate.sin        ** REMOVED **
19997           po/stamp-po                   ** REMOVED **
19998           Makefile.am
19999           autogen.sh
20000           configure.ac
20001                 enable building with automake 1.8.x
20002                 add 'autopoint --force' to autogen.sh and remove all
20003                 auto-generated files, remove ac/ directory and use
20004                 m4/ directory instead
20005                 
20006         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20007                 fix gettextization
20008
20009 2004-02-28 Colin Leroy <colin@colino.net>
20010         * src/prefs_matcher.c
20011           src/prefs_filtering.c
20012           src/prefs_filtering_action.c
20013                 Fix non-editable GtkEntries
20014
20015 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20016         * src/prefs_themes.c
20017                 utf8 conversion for theme info
20018
20019 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20020         * sync 0.9.9claws
20021
20022 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20023         * src/grouplistdialog.c
20024                 allow multiple selections without ctrl key
20025
20026 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20027         * src/main.c
20028                 enable customizable accelerators
20029
20030 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20031         * src/prefs_common.c
20032                 re-enable different font settings for gtk1/2
20033         * src/prefs_folder_item.c
20034                 fix folder prefs displayed wrong
20035         * src/textview.c
20036                 set 'sunken' shadow type
20037
20038 2004-02-07 Colin Leroy <colin@colino.net>
20039         * src/compose.c
20040                 Fix message being always [Edited]
20041                 Encode headers correctly (utf8 buf)
20042
20043 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20044         * src/socket.c
20045                 remove double g_source_attach()
20046                 (Thanks to Colin Leroy)
20047
20048 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20049         * src/gtk/gtksctree.c
20050                 Fix SSL certificate list not shown
20051         * src/mimeview.c
20052                 Fix clicks in mime tree
20053
20054 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20055         * src/common/socket.c
20056                 Fix SSL receive
20057         * src/compose.c
20058                 Fix clipboard menu hotkeys
20059
20060 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20061         * src/gtk/gtkaspell.[ch]
20062           src/compose.c
20063                 reimplement spellchecker
20064
20065 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20066         * src/gtk/filesel.c
20067                 crash when inserting file in compose window
20068                 (TODO: keep old selection on clicks)
20069         * src/main.c
20070                 use gtkrc-2.0 instead of gtkrc
20071
20072 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20073         * src/messageview.c
20074                 remove orphaned mimeview unref()
20075
20076 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20077         * src/grouplistdialog.c
20078                 expand nodes containing subscribed groups
20079
20080 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20081         * src/textview.c
20082                 textview: hide cursor, restore old click behaviour
20083
20084 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20085         * src/textview.c
20086                 variable names messed up
20087
20088 2004-01-17 Colin Leroy <colin@colino.net>
20089         * src/addr_compl.c
20090                 Fix completion address too thin
20091         * src/compose.c
20092                 Fix tab-to-subject behaviour
20093         * src/summaryview.c
20094                 Implement key up & down in summaryview
20095
20096 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20097
20098         * sync 098claws
20099
20100 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20101         * configure.ac
20102           Makefile.am
20103           doc/.cvsignore
20104           doc/Makefile.am
20105                 faq, man, manual moved to doc/
20106         * ac/aspell.m4
20107           ac/check-type.m4
20108           ac/gnupg-check-typedef.m4
20109           ac/openssl.m4
20110           ac/spamassassin.m4
20111           ac/missing/gdk-pixbuf.m4
20112           ac/missing/gpgme.m4
20113           ac/missing/imlib.m4
20114                 fix automake warnings
20115
20116 2003-12-06 Colin Leroy <colin@colino.net>
20117         * src/summaryview.c
20118                 Fix quicksearch
20119
20120 2003-12-05 Colin Leroy <colin@colino.net>
20121         * src/summaryview.c
20122                 Fix going to next unread folder
20123
20124 2003-12-05 Colin Leroy <colin@colino.net>
20125         * src/crash.c
20126                 Fix gtk2 compilation
20127         * src/session.c
20128                 Remove iotag source handler at disconnection
20129         * src/socket.[ch] 
20130                 Remove source handler when closing socket 
20131                 (fixes another seg)
20132
20133 2003-12-04 Colin Leroy <colin@colino.net>
20134         * src/compose.c
20135           src/prefs_account.c
20136           src/prefs_common.c
20137                 Fix some dropdown menus
20138
20139 2003-12-04 Colin Leroy <colin@colino.net>
20140         * src/compose.c
20141                 Fix event handlers on header fields
20142         * src/common/socket.c
20143           src/common/session.c
20144                 Fix segfault with callback (SSL)
20145                 Fix end of session 
20146
20147 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20148
20149         * Fix compile bug in src/compose.c
20150         * removed src/gtk/gtkstext.[ch]
20151
20152 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20153
20154         * Convert character set and escape "text" attributes in toolbar setting
20155         files.
20156         * Fixed bug in button-press-event handling.
20157
20158 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20159
20160         * Fixed bug in key-press-event handling.
20161
20162 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20163
20164         * Enabled to compile tray-icon plugin (Ad-hoc).
20165         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20166
20167 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20168
20169         * Enabled to compile on sylpheed-claws.
20170         (tray-icon plugin still cannot compile yet.)
20171
20172 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20173
20174         * Updated to 0.9.5.
20175
20176 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20177
20178         * Updated to 0.9.4.
20179         * Ported monitoring SSL mechanism to GSource of GLib2
20180         (I don't confirm it)
20181         * Added _gtk2 suffix to key name of font preference to avoid
20182         ovverwriting preference of Gtk+-1.2 version.
20183
20184 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20185
20186         * Updated to 0.9.2.
20187
20188 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20189
20190         * Updated to 0.9.1.
20191         * Translate po files into UTF-8 when execute autogen.sh.
20192
20193 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20194
20195         * Updated to 0.9.0.
20196
20197 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20198
20199         * Plugged GError related memory leaks.
20200
20201 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20202
20203         * Changed default size of fonts.
20204         * Enabled to set titile font size of warning dialog.
20205
20206 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20207
20208         * Embed a sylpheed icon into executable binary on Windows.
20209
20210 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20211
20212         * I forgot to traslate character set of element string in src/xml.c.
20213
20214 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20215
20216         * Fixed detecting bind_textdomain_codeset in configure.in.
20217         * The bug in which "Example" of "Date fromat" preference isn't displayed
20218         correctly has been fixed.
20219
20220 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20221
20222         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20223           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20224           glib-gettextize
20225           Removed intl directory.
20226           Translated po files into UTF-8.
20227           (Thanks! Ryuji Abe)
20228
20229 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20230
20231         * The bug which doesn't unscape string in xml.c has been fixed.
20232
20233 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20234
20235         * The bug which is failed to translate encoding of file name thorough
20236         file dialog has been fixed.
20237
20238 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20239
20240         * Modified to translate file names which is used in inporting/expoting
20241         mbox feature and "Save as" feature into locale encoding.
20242         * Translate file names into locale encoding when "Attache file" and
20243         "Insert file".
20244         * Force set G_BROKEN_FILENAMES environment variable.
20245         * Other minor fixes.
20246
20247 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20248
20249         * Modified to treat MH folder's name as locale encoding.
20250
20251 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20252
20253         * The bug which clash on switching candidates of auto completion of
20254         addresses, cannot use auto completion in Japanesse is fixed
20255         (Thanks! Tokunaga-san)¡¥
20256
20257 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20258
20259         * The bug which cannot switch key accelerator preference has been fixed
20260         (Thanks! smbd-san)¡¥
20261
20262 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20263
20264         * version 0.8.11-gtk2-20030314
20265
20266 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20267
20268         * The bug in which character set conversion of filtering messages has
20269         been fixed.(Thanks! COCOA-san).
20270
20271 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20272
20273         * Revived "Leave space on head" preference in "Message" category.
20274         * A bug which clash when put the cursor to end of buffer and execute
20275         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20276
20277 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20278
20279         * version 0.8.11-gtk2-20030312
20280
20281 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20282
20283         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20284         * Modified to use Pango's API directly for font preference.
20285         * Integrated GtkTextView of textview to one widget.
20286         * Set fonts of header title in textview by "header_title" tag.
20287         * Removed some deprecated codes.
20288
20289 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20290
20291         * Updated to 0.8.11.
20292         * Merged cygwin patch(Thanks! Sakai-san).
20293
20294 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20295
20296         * version 0.8.10-gtk2-20030309