16d678b052724053a37accf2944108846342859f
[claws.git] / ChangeLog
1 2006-11-14 [colin]      2.6.0cvs44
2
3         * src/compose.c
4         * src/inc.c
5         * src/messageview.c
6         * src/news.c
7         * src/pop.c
8         * src/procmsg.c
9         * src/gtk/gtkaspell.c
10                 Fix 64-bit-related warnings
11         * src/ssl_manager.c
12                 Fix possible infinite loop
13         * src/plugins/pgpcore/sgpgme.c
14                 Remove useless check
15
16 2006-11-13 [colin]      2.6.0cvs43
17
18         * src/gtk/Makefile.am
19                 authors.h isn't generated
20
21 2006-11-13 [colin]      2.6.0cvs42
22
23         * src/plugins/pgpinline/pgpinline.c
24         * src/plugins/pgpmime/pgpmime.c
25                 Very probably fix bug 1061, 'crash on 
26                 opening signed email'. Another cast
27                 problem
28
29 2006-11-13 [colin]      2.6.0cvs41
30
31         * src/plugins/pgpcore/sgpgme.c
32                 Maybe fix bug 1061, 'crash on opening 
33                 signed email'
34
35 2006-11-13 [wwp]        2.6.0cvs40
36
37         * src/plugins/pgpinline/pgpinline.c
38                 fix candidate for bug #1057, thanks to Colin.
39
40 2006-11-13 [wwp]        2.6.0cvs39
41
42         * src/compose.c
43         * src/quote_fmt_parse.y
44                 fix bug 1052: current parser buffer was not always 
45                 allocated, ptr to this buffer could be returned as 
46                 NULL whereas no parser error has occurred. in 
47                 consequence, defining a template body as "%d" 
48                 (w/o the quotes) for the first time of the instance 
49                 of claws-mail, was reporting a parser error. make 
50                 sure that the buffer is always allocated, even to 
51                 an empty string.
52                 fix mis-unescaping in compose.:compose_quote_fmt(): 
53                 unescaping of the fmt string was always done 
54                 whereas it must be done *only* when receiving 
55                 quote format strings issued from the prefs 
56                 (compose new message, reply, forward, redirect 
57                 formats), *not* when applying templates.  in 
58                 consequences, applying templates w/ sequences 
59                 like \\|p{echo} were failing. make sure that 
60                 unescaping is done only when necessary.
61
62 2006-11-12 [colin]      2.6.0cvs38
63
64         * po/de.po
65                 Fix typo (s/KB/MB)
66
67 2006-11-12 [colin]      2.6.0cvs37
68
69         * src/plugins/pgpinline/pgpinline.c
70         * src/plugins/pgpmime/pgpmime.c
71                 Release GPG context at the latest 
72                 possible moment. Maybe fixes 
73                 bug 1057, 'crash on sending signed 
74                 message to a newsgroup'
75                 
76
77 2006-11-12 [colin]      2.6.0cvs36
78
79         * src/plugins/pgpcore/sgpgme.c
80                 Tell a bit more when gpg's status doesn't
81                 contain any signature
82
83 2006-11-12 [colin]      2.6.0cvs35
84
85         * src/compose.c
86                 Fix bug 1060, 'compilation error with 
87                 Irix's cc'
88
89 2006-11-12 [paul]       2.6.0cvs34
90
91         * doc/man/claws-mail.1
92         * src/prefs_gtk.c
93         * src/plugins/clamav/README
94         * src/plugins/spamassassin/README
95         * tools/README
96         * tools/freshmeat_search.pl
97         * tools/google_search.pl
98         * tools/multiwebsearch.pl
99                 more renaming
100         * src/plugins/trayicon/trayicon.c
101                 fix compiliation warning
102
103 2006-11-11 [colin]      2.6.0cvs33
104
105         * src/folderview.c
106                 Forbid drag and drop from/to different
107                 folders of type F_UNKNOWN
108
109 2006-11-11 [colin]      2.6.0cvs32
110
111         * src/plugins/pgpinline/pgpinline.c
112                 Fix typo in previous commit:
113                 - gpgme_new(&ctx);
114                 + if ((err = gpgme_new(&data->ctx)) ...)
115
116 2006-11-11 [colin]      2.6.0cvs31
117
118         * src/plugins/pgpinline/pgpinline.c
119         * src/plugins/pgpmime/pgpmime.c
120                 Check success after calling gpgme_new
121                 Maybe fixes bug 1057, 'crash on sending 
122                 signed message to a newsgroup'
123
124 2006-11-11 [colin]      2.6.0cvs30
125
126         * src/undo.c
127                 init undostruct to 0s (from
128                 valgrind log of bug 1057)
129
130 2006-11-10 [colin]      2.6.0cvs29
131
132         * src/mainwindow.c
133                 Set cursor to wait before filtering
134                 duplicates in all folders
135         * src/plugins/bogofilter/bogofilter.c
136         * src/plugins/bogofilter/bogofilter.h
137         * src/plugins/bogofilter/bogofilter_gtk.c
138                 Completely thread away the bogofilter
139                 filtering
140
141 2006-11-10 [mones]      2.6.0cvs28
142
143         * src/compose.c
144         * src/compose.h
145                 added COMPOSE_CHECK_BEFORE_SEND hook
146
147 2006-11-10 [paul]       2.6.0cvs27
148
149         * src/crash.c
150                 more renaming
151                 add libSM to get_compiled_in_features()
152         * src/main.c
153                 more renaming
154
155 2006-11-10 [colin]      2.6.0cvs26
156
157         * src/etpan/imap-thread.c
158                 Add a reference to libetpan's sasl engine
159                 so that sasl_done() doesn't get called by
160                 libetpan, and doesn't break openssl.
161                 Should fix bug 1053, 'SC fails to reestablish 
162                 a secure connection'
163                 Patch by Hoa
164
165 2006-11-10 [colin]      2.6.0cvs25
166
167         * manual/addrbook.xml
168         * manual/advanced.xml
169         * manual/faq.xml
170         * manual/intro.xml
171                 Some more renaming
172
173 2006-11-09 [colin]      2.6.0cvs24
174
175         * src/plugins/bogofilter/bogofilter_gtk.c
176                 Add comment about annoyance
177
178 2006-11-09 [colin]      2.6.0cvs23
179
180         * src/plugins/bogofilter/bogofilter.c
181         * src/plugins/bogofilter/bogofilter_gtk.c
182                 Prepare things needed to thread bogofilter
183                 filtering: separate bogo stuff and possible GUI
184                 stuff. 
185
186 2006-11-09 [colin]      2.6.0cvs22
187
188         * src/account.c
189         * src/compose.c
190                 Search for one of our accounts in Delivered-To
191                 (helps for auto-account selection when 
192                  replying/forwarding)
193         * src/folderview.c
194         * src/mainwindow.c
195         * src/mainwindow.h
196         * src/plugins/trayicon/trayicon.c
197                 Allow opening a new mail with any account from
198                 the contextual menu
199
200 2006-11-09 [wwp]        2.6.0cvs21
201
202         * src/compose.c
203         * src/prefs_common.c
204         * src/prefs_common.h
205         * src/prefs_compose_writing.c
206                 add a compose new message format (in prefs/compose/writing), it's a
207                 simple subject+body template to use when opening a new composition
208                 window. It's similar to the existent reply and forward formats.
209
210                 enhanced the template/format % symbols substitution mechanism to
211                 use current composition window information when % are used in
212                 the compose new message format or in templates applied to new
213                 messages (there were useless in that situations before). When
214                 applied to new messages, %d corresponds to the system time/date.
215
216 2006-11-09 [paul]       2.6.0cvs20
217
218         * src/gtk/authors.h
219                 fix last commit
220
221 2006-11-09 [paul]       2.6.0cvs19
222
223         * src/gtk/authors.h
224                 keep tje alphabetical order
225
226 2006-11-08 [colin]      2.6.0cvs18
227
228         * src/etpan/imap-thread.c
229                 Fix bug 1054, 'Slowness logging big 
230                 data chunks'
231
232 2006-11-08 [paul]       2.6.0cvs17
233
234         * tools/Makefile.am
235                 fix the renaming
236
237 2006-11-08 [paul]       2.6.0cvs16
238
239         * src/common/defs.h
240                 update BUGZILLA_URI
241
242 2006-11-08 [paul]       2.6.0cvs15
243
244         * tools/Makefile.am
245         * tools/OOo2claws-mail.pl
246         * tools/OOo2sylpheed.pl
247         * tools/README
248         * tools/acroread2claws-mail.pl
249         * tools/acroread2sylpheed.pl
250         * tools/kmail2claws-mail.pl
251         * tools/kmail2claws-mail_v2.pl
252         * tools/kmail2sylpheed.pl
253         * tools/kmail2sylpheed_v2.pl
254         * tools/maildir2claws-mail.pl
255         * tools/maildir2sylpheed.pl
256         * tools/nautilus2claws-mail.sh
257         * tools/nautilus2sylpheed.sh
258         * tools/outlook2claws-mail.pl
259         * tools/outlook2sylpheed.pl
260         * tools/tb2claws-mail
261         * tools/tb2sylpheed
262         * tools/tbird2claws.py
263         * tools/tbird2syl.py
264         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
265         * tools/kdeservicemenu/install.sh
266         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
267         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
268         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
269         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
270         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
271                 renamed (removed, added) tools files
272
273 2006-11-08 [paul]       2.6.0cvs14
274
275         * src/main.c
276         * src/common/defs.h
277                 Migrate sylpheedrc to clawsrc, and fix the standard
278                 plugins path in the process
279
280 2006-11-07 [colin]      2.6.0cvs13
281
282         * src/Makefile.am
283                 Symlink sylpheed-claws relative to 
284                 claws-mail
285
286 2006-11-07 [colin]      2.6.0cvs12
287
288         * src/compose.c
289                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
290
291 2006-11-07 [paul]       2.6.0cvs11
292
293         * src/gtk/about.c
294                 Fix a missed occurence of
295                 Sylpheed-Claws
296
297 2006-11-07 [paul]       2.6.0cvs10
298
299         * src/Makefile.am
300                 Fix symlink installation
301
302 2006-11-07 [paul]       2.6.0cvs9
303
304         * src/Makefile.am
305                 Symlink claws-mail to sylpheed-claws
306         * src/common/utils.c
307                 Fix migrating symlinks
308         * src/etpan/imap-thread.c
309                 check certificate only when there's
310                 no error
311
312 2006-11-07 [paul]       2.6.0cvs8
313
314         * Makefile.am
315                 Fix icon breakages with Gtk, which needs a 
316                 cache updated to see them.
317
318 2006-11-07 [paul]       2.6.0cvs7
319
320         * .cvsignore
321         * AUTHORS
322         * COPYING
323         * INSTALL
324         * Makefile.am
325         * NEWS
326         * README
327         * RELEASE_NOTES
328         * autogen.sh
329         * claws-mail-128x128.png
330         * claws-mail-64x64.png
331         * claws-mail.ico
332         * claws-mail.pc.in
333         * claws-mail.png
334         * configure.ac
335         * sylpheed-claws-128x128.png
336         * sylpheed-claws-64x64.png
337         * sylpheed-claws.desktop
338         * sylpheed-claws.ico
339         * sylpheed-claws.pc.in
340         * sylpheed-claws.png
341         * debian/README.Debian
342         * debian/changelog
343         * debian/claws-mail.desktop
344         * debian/claws-mail.menu
345         * debian/claws-mail.postinst.debhelper
346         * debian/claws-mail.postrm.debhelper
347         * debian/control
348         * debian/copyright
349         * debian/files
350         * debian/rules
351         * debian/sylpheed-claws.desktop
352         * debian/sylpheed-claws.menu
353         * debian/sylpheed-claws.postinst.debhelper
354         * debian/sylpheed-claws.postrm.debhelper
355         * doc/man/Makefile.am
356         * doc/man/claws-mail.1
357         * doc/man/sylpheed-claws.1
358         * doc/src/ChangeLog.claws-pre0.8.0
359         * manual/Makefile.am
360         * manual/account.xml
361         * manual/ack.xml
362         * manual/addrbook.xml
363         * manual/advanced.xml
364         * manual/claws-mail-manual.xml
365         * manual/faq.xml
366         * manual/glossary.xml
367         * manual/handling.xml
368         * manual/intro.xml
369         * manual/keyboard.xml
370         * manual/plugins.xml
371         * manual/starting.xml
372         * manual/sylpheed-claws-manual.xml
373         * manual/xml2pdf
374         * manual/dist/.cvsignore
375         * manual/dist/html/.cvsignore
376         * manual/dist/html/Makefile.am
377         * manual/dist/pdf/.cvsignore
378         * manual/dist/pdf/Makefile.am
379         * manual/dist/ps/.cvsignore
380         * manual/dist/ps/Makefile.am
381         * manual/dist/txt/.cvsignore
382         * manual/dist/txt/Makefile.am
383         * manual/es/Makefile.am
384         * manual/es/advanced.xml
385         * manual/es/claws-mail-manual.xml
386         * manual/es/faq.xml
387         * manual/es/glossary.xml
388         * manual/es/handling.xml
389         * manual/es/intro.xml
390         * manual/es/plugins.xml
391         * manual/es/sylpheed-claws-manual.xml
392         * manual/es/dist/.cvsignore
393         * manual/es/dist/html/.cvsignore
394         * manual/es/dist/html/Makefile.am
395         * manual/es/dist/pdf/.cvsignore
396         * manual/es/dist/pdf/Makefile.am
397         * manual/es/dist/ps/.cvsignore
398         * manual/es/dist/ps/Makefile.am
399         * manual/es/dist/txt/.cvsignore
400         * manual/es/dist/txt/Makefile.am
401         * manual/fr/Makefile.am
402         * manual/fr/account.xml
403         * manual/fr/ack.xml
404         * manual/fr/addrbook.xml
405         * manual/fr/advanced.xml
406         * manual/fr/claws-mail-manual.xml
407         * manual/fr/faq.xml
408         * manual/fr/glossary.xml
409         * manual/fr/handling.xml
410         * manual/fr/intro.xml
411         * manual/fr/keyboard.xml
412         * manual/fr/plugins.xml
413         * manual/fr/starting.xml
414         * manual/fr/sylpheed-claws-manual.xml
415         * manual/fr/dist/.cvsignore
416         * manual/fr/dist/html/.cvsignore
417         * manual/fr/dist/html/Makefile.am
418         * manual/fr/dist/pdf/.cvsignore
419         * manual/fr/dist/pdf/Makefile.am
420         * manual/fr/dist/ps/.cvsignore
421         * manual/fr/dist/ps/Makefile.am
422         * manual/fr/dist/txt/.cvsignore
423         * manual/fr/dist/txt/Makefile.am
424         * manual/pl/Makefile.am
425         * manual/pl/account.xml
426         * manual/pl/ack.xml
427         * manual/pl/addrbook.xml
428         * manual/pl/advanced.xml
429         * manual/pl/claws-mail-manual.xml
430         * manual/pl/faq.xml
431         * manual/pl/glossary.xml
432         * manual/pl/handling.xml
433         * manual/pl/intro.xml
434         * manual/pl/keyboard.xml
435         * manual/pl/plugins.xml
436         * manual/pl/starting.xml
437         * manual/pl/sylpheed-claws-manual.xml
438         * manual/pl/dist/.cvsignore
439         * manual/pl/dist/html/.cvsignore
440         * manual/pl/dist/html/Makefile.am
441         * manual/pl/dist/pdf/.cvsignore
442         * manual/pl/dist/pdf/Makefile.am
443         * manual/pl/dist/ps/.cvsignore
444         * manual/pl/dist/ps/Makefile.am
445         * manual/pl/dist/txt/.cvsignore
446         * manual/pl/dist/txt/Makefile.am
447         * po/.cvsignore
448         * po/Makevars
449         * src/.cvsignore
450         * src/Makefile.am
451         * src/account.c
452         * src/account.h
453         * src/action.c
454         * src/action.h
455         * src/adbookbase.h
456         * src/addr_compl.c
457         * src/addr_compl.h
458         * src/addrbook.c
459         * src/addrcache.c
460         * src/addrcache.h
461         * src/addrcindex.c
462         * src/addrcindex.h
463         * src/addrclip.c
464         * src/addrclip.h
465         * src/addrdefs.h
466         * src/addressadd.c
467         * src/addressadd.h
468         * src/addressbook.c
469         * src/addressbook.h
470         * src/addressbook_foldersel.c
471         * src/addressbook_foldersel.h
472         * src/addrgather.c
473         * src/addrgather.h
474         * src/addrharvest.c
475         * src/addrharvest.h
476         * src/addrindex.c
477         * src/addrindex.h
478         * src/addritem.c
479         * src/addritem.h
480         * src/addrquery.c
481         * src/addrquery.h
482         * src/addrselect.c
483         * src/addrselect.h
484         * src/alertpanel.c
485         * src/alertpanel.h
486         * src/browseldap.c
487         * src/browseldap.h
488         * src/codeconv.c
489         * src/codeconv.h
490         * src/compose.c
491         * src/crash.c
492         * src/crash.h
493         * src/customheader.c
494         * src/customheader.h
495         * src/displayheader.c
496         * src/displayheader.h
497         * src/editaddress.c
498         * src/editaddress.h
499         * src/editbook.c
500         * src/editbook.h
501         * src/editgroup.c
502         * src/editgroup.h
503         * src/editjpilot.c
504         * src/editjpilot.h
505         * src/editldap.c
506         * src/editldap.h
507         * src/editldap_basedn.c
508         * src/editldap_basedn.h
509         * src/editvcard.c
510         * src/editvcard.h
511         * src/exphtmldlg.c
512         * src/exphtmldlg.h
513         * src/expldifdlg.c
514         * src/expldifdlg.h
515         * src/export.c
516         * src/exporthtml.c
517         * src/exporthtml.h
518         * src/exportldif.c
519         * src/exportldif.h
520         * src/filtering.c
521         * src/filtering.h
522         * src/folder.c
523         * src/folder.h
524         * src/folder_item_prefs.c
525         * src/folder_item_prefs.h
526         * src/foldersel.c
527         * src/foldersel.h
528         * src/folderutils.c
529         * src/folderutils.h
530         * src/folderview.c
531         * src/folderview.h
532         * src/grouplistdialog.c
533         * src/grouplistdialog.h
534         * src/html.c
535         * src/html.h
536         * src/image_viewer.c
537         * src/image_viewer.h
538         * src/imap.c
539         * src/imap.h
540         * src/imap_gtk.c
541         * src/imap_gtk.h
542         * src/import.c
543         * src/import.h
544         * src/importldif.c
545         * src/importldif.h
546         * src/importmutt.c
547         * src/importmutt.h
548         * src/importpine.c
549         * src/importpine.h
550         * src/inc.c
551         * src/inc.h
552         * src/jpilot.c
553         * src/jpilot.h
554         * src/ldapctrl.c
555         * src/ldapctrl.h
556         * src/ldaplocate.c
557         * src/ldaplocate.h
558         * src/ldapquery.c
559         * src/ldapquery.h
560         * src/ldapserver.c
561         * src/ldapserver.h
562         * src/ldaputil.c
563         * src/ldaputil.h
564         * src/ldif.c
565         * src/ldif.h
566         * src/localfolder.c
567         * src/localfolder.h
568         * src/main.c
569         * src/main.h
570         * src/mainwindow.c
571         * src/mainwindow.h
572         * src/manual.c
573         * src/manual.h
574         * src/matcher.c
575         * src/matcher.h
576         * src/matcher_parser.h
577         * src/matcher_parser_lex.l
578         * src/matcher_parser_parse.y
579         * src/mbox.c
580         * src/mbox.h
581         * src/message_search.c
582         * src/message_search.h
583         * src/messageview.c
584         * src/messageview.h
585         * src/mh.c
586         * src/mh.h
587         * src/mh_gtk.c
588         * src/mh_gtk.h
589         * src/mimeview.c
590         * src/mimeview.h
591         * src/msgcache.c
592         * src/msgcache.h
593         * src/mutt.c
594         * src/mutt.h
595         * src/news.c
596         * src/news.h
597         * src/news_gtk.c
598         * src/news_gtk.h
599         * src/noticeview.c
600         * src/noticeview.h
601         * src/partial_download.c
602         * src/partial_download.h
603         * src/pine.c
604         * src/pine.h
605         * src/pop.c
606         * src/pop.h
607         * src/prefs_account.c
608         * src/prefs_account.h
609         * src/prefs_actions.c
610         * src/prefs_actions.h
611         * src/prefs_common.c
612         * src/prefs_common.h
613         * src/prefs_compose_writing.c
614         * src/prefs_compose_writing.h
615         * src/prefs_customheader.c
616         * src/prefs_customheader.h
617         * src/prefs_display_header.c
618         * src/prefs_display_header.h
619         * src/prefs_ext_prog.c
620         * src/prefs_ext_prog.h
621         * src/prefs_filtering.c
622         * src/prefs_folder_column.c
623         * src/prefs_folder_column.h
624         * src/prefs_folder_item.c
625         * src/prefs_folder_item.h
626         * src/prefs_fonts.c
627         * src/prefs_fonts.h
628         * src/prefs_gtk.c
629         * src/prefs_gtk.h
630         * src/prefs_image_viewer.c
631         * src/prefs_image_viewer.h
632         * src/prefs_matcher.c
633         * src/prefs_matcher.h
634         * src/prefs_message.c
635         * src/prefs_message.h
636         * src/prefs_msg_colors.c
637         * src/prefs_msg_colors.h
638         * src/prefs_other.c
639         * src/prefs_other.h
640         * src/prefs_quote.c
641         * src/prefs_quote.h
642         * src/prefs_receive.c
643         * src/prefs_receive.h
644         * src/prefs_send.c
645         * src/prefs_send.h
646         * src/prefs_spelling.c
647         * src/prefs_spelling.h
648         * src/prefs_summaries.c
649         * src/prefs_summaries.h
650         * src/prefs_summary_column.c
651         * src/prefs_summary_column.h
652         * src/prefs_template.c
653         * src/prefs_template.h
654         * src/prefs_themes.c
655         * src/prefs_themes.h
656         * src/prefs_toolbar.c
657         * src/prefs_toolbar.h
658         * src/prefs_wrapping.c
659         * src/prefs_wrapping.h
660         * src/privacy.c
661         * src/privacy.h
662         * src/procheader.c
663         * src/procheader.h
664         * src/procmime.c
665         * src/procmime.h
666         * src/procmsg.c
667         * src/procmsg.h
668         * src/quote_fmt.c
669         * src/quote_fmt_parse.y
670         * src/recv.c
671         * src/recv.h
672         * src/remotefolder.c
673         * src/remotefolder.h
674         * src/send_message.c
675         * src/send_message.h
676         * src/setup.c
677         * src/setup.h
678         * src/sourcewindow.c
679         * src/sourcewindow.h
680         * src/ssl_manager.c
681         * src/ssl_manager.h
682         * src/statusbar.c
683         * src/statusbar.h
684         * src/stock_pixmap.c
685         * src/stock_pixmap.h
686         * src/summary_search.c
687         * src/summary_search.h
688         * src/summaryview.c
689         * src/summaryview.h
690         * src/syldap.c
691         * src/syldap.h
692         * src/textview.c
693         * src/textview.h
694         * src/toolbar.c
695         * src/toolbar.h
696         * src/undo.c
697         * src/undo.h
698         * src/unmime.c
699         * src/unmime.h
700         * src/vcard.c
701         * src/vcard.h
702         * src/wizard.c
703         * src/wizard.h
704         * src/common/base64.c
705         * src/common/base64.h
706         * src/common/defs.h
707         * src/common/hooks.c
708         * src/common/hooks.h
709         * src/common/log.c
710         * src/common/log.h
711         * src/common/mgutils.c
712         * src/common/mgutils.h
713         * src/common/nntp.c
714         * src/common/nntp.h
715         * src/common/passcrypt.c
716         * src/common/passcrypt.h.in
717         * src/common/plugin.c
718         * src/common/plugin.h
719         * src/common/prefs.c
720         * src/common/prefs.h
721         * src/common/progressindicator.c
722         * src/common/progressindicator.h
723         * src/common/quoted-printable.c
724         * src/common/quoted-printable.h
725         * src/common/session.c
726         * src/common/session.h
727         * src/common/smtp.c
728         * src/common/smtp.h
729         * src/common/socket.c
730         * src/common/socket.h
731         * src/common/ssl.c
732         * src/common/ssl.h
733         * src/common/stringtable.c
734         * src/common/stringtable.h
735         * src/common/sylpheed.c
736         * src/common/sylpheed.h
737         * src/common/template.c
738         * src/common/template.h
739         * src/common/timing.h
740         * src/common/utils.c
741         * src/common/utils.h
742         * src/common/version.h.in
743         * src/common/xml.c
744         * src/common/xml.h
745         * src/common/xmlprops.c
746         * src/common/xmlprops.h
747         * src/gtk/about.c
748         * src/gtk/colorlabel.c
749         * src/gtk/colorlabel.h
750         * src/gtk/colorsel.c
751         * src/gtk/colorsel.h
752         * src/gtk/combobox.c
753         * src/gtk/combobox.h
754         * src/gtk/description_window.c
755         * src/gtk/description_window.h
756         * src/gtk/filesel.c
757         * src/gtk/filesel.h
758         * src/gtk/foldersort.c
759         * src/gtk/foldersort.h
760         * src/gtk/gtkaspell.c
761         * src/gtk/gtkaspell.h
762         * src/gtk/gtksctree.c
763         * src/gtk/gtkshruler.c
764         * src/gtk/gtkshruler.h
765         * src/gtk/gtkutils.c
766         * src/gtk/gtkutils.h
767         * src/gtk/icon_legend.c
768         * src/gtk/icon_legend.h
769         * src/gtk/logwindow.c
770         * src/gtk/logwindow.h
771         * src/gtk/manage_window.c
772         * src/gtk/manage_window.h
773         * src/gtk/pluginwindow.c
774         * src/gtk/pluginwindow.h
775         * src/gtk/prefswindow.c
776         * src/gtk/prefswindow.h
777         * src/gtk/quicksearch.c
778         * src/gtk/quicksearch.h
779         * src/pixmaps/claws-mail.xpm
780         * src/pixmaps/claws-mail_icon.xpm
781         * src/pixmaps/claws-mail_logo.xpm
782         * src/pixmaps/sylpheed-claws.xpm
783         * src/pixmaps/sylpheed-claws_icon.xpm
784         * src/pixmaps/sylpheed-claws_logo.xpm
785         * src/plugins/bogofilter/Makefile.am
786         * src/plugins/bogofilter/bogofilter.c
787         * src/plugins/bogofilter/bogofilter.h
788         * src/plugins/bogofilter/bogofilter_gtk.c
789         * src/plugins/clamav/Makefile.am
790         * src/plugins/clamav/clamav_plugin.c
791         * src/plugins/clamav/clamav_plugin.h
792         * src/plugins/clamav/clamav_plugin_gtk.c
793         * src/plugins/demo/Makefile.am
794         * src/plugins/demo/demo.c
795         * src/plugins/dillo_viewer/Makefile.am
796         * src/plugins/dillo_viewer/README
797         * src/plugins/dillo_viewer/dillo_prefs.c
798         * src/plugins/dillo_viewer/dillo_prefs.h
799         * src/plugins/dillo_viewer/dillo_viewer.c
800         * src/plugins/pgpcore/Makefile.am
801         * src/plugins/pgpcore/passphrase.c
802         * src/plugins/pgpcore/passphrase.h
803         * src/plugins/pgpcore/pgp_viewer.c
804         * src/plugins/pgpcore/pgp_viewer.h
805         * src/plugins/pgpcore/plugin.c
806         * src/plugins/pgpcore/prefs_gpg.c
807         * src/plugins/pgpcore/prefs_gpg.h
808         * src/plugins/pgpcore/select-keys.c
809         * src/plugins/pgpcore/select-keys.h
810         * src/plugins/pgpcore/sgpgme.c
811         * src/plugins/pgpcore/sgpgme.h
812         * src/plugins/pgpcore/sylpheed.def
813         * src/plugins/pgpcore/version.rc
814         * src/plugins/pgpinline/Makefile.am
815         * src/plugins/pgpinline/pgpinline.c
816         * src/plugins/pgpinline/pgpinline.h
817         * src/plugins/pgpinline/plugin.c
818         * src/plugins/pgpinline/sylpheed.def
819         * src/plugins/pgpinline/version.rc
820         * src/plugins/pgpmime/Makefile.am
821         * src/plugins/pgpmime/pgpmime.c
822         * src/plugins/pgpmime/pgpmime.h
823         * src/plugins/pgpmime/plugin.c
824         * src/plugins/pgpmime/sylpheed.def
825         * src/plugins/pgpmime/version.rc
826         * src/plugins/spamassassin/Makefile.am
827         * src/plugins/spamassassin/README
828         * src/plugins/spamassassin/spamassassin.c
829         * src/plugins/spamassassin/spamassassin.h
830         * src/plugins/spamassassin/spamassassin_gtk.c
831         * src/plugins/trayicon/Makefile.am
832         * src/plugins/trayicon/trayicon.c
833         * tools/OOo2sylpheed.pl
834         * tools/README
835         * tools/README.sylprint
836         * tools/acroread2sylpheed.pl
837         * tools/claws.i18n.status.pl
838         * tools/filter_conv.pl
839         * tools/filter_conv_new.pl
840         * tools/freshmeat_search.pl
841         * tools/google_search.pl
842         * tools/kmail2sylpheed.pl
843         * tools/kmail2sylpheed_v2.pl
844         * tools/make.themes.project
845         * tools/multiwebsearch.pl
846         * tools/nautilus2sylpheed.sh
847         * tools/outlook2sylpheed.pl
848         * tools/sylprint.pl
849         * tools/sylprint.rc
850         * tools/tb2sylpheed
851         * tools/textviewer.sh
852         * tools/vcard2xml.py
853         * tools/kdeservicemenu/README
854         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
855         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
856         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
857                 Change name to Claws Mail. Announce to follow...
858
859 2006-11-06 [wwp]        2.6.0cvs6
860
861         * src/prefs_template.c
862                 unify messages related to quote format/template errors (fix
863                 capitalization), again.
864
865 2006-11-06 [wwp]        2.6.0cvs5
866
867         * src/prefs_quote.c
868                 unify messages related to quote format/template errors.
869
870 2006-11-06 [wwp]        2.6.0cvs4
871
872         * src/prefs_msg_colors.c
873                 more uses of Q_ macro for contextual translations, thanks
874                 to Fabien (fzzzzz).
875
876 2006-11-06 [wwp]        2.6.0cvs3
877
878         * src/compose.c
879         * src/common/utils.c
880         * src/common/utils.h
881                 show an alertpanel to make sure users are aware that sensitive
882                 files are attached (it's file blacklist-based). This will fix
883                 interaction w/ GoogleEarth for instance, thanks to Colin.
884
885 2006-11-06 [wwp]        2.6.0cvs2
886
887         * src/prefs_quote.c
888         * src/prefs_template.c
889         * src/prefs_template.h
890                 check quote format when applying/closing prefs. For now this only
891                 shows up an error dialog box, not preventing the user from using
892                 a broken quote (reply, forwards) format.
893
894 2006-11-06 [wwp]        2.6.0cvs1
895
896         * src/prefs_template.c
897                 fix missing checks of some template fields.
898
899 2006-11-06 [paul]       2.6.0
900
901         * NEWS
902         * README
903         * RELEASE_NOTES
904                 2.6.0 released
905
906 2006-11-06 [paul]       2.5.6cvs22
907
908         * manual/advanced.xml
909         * manual/es/advanced.xml
910                 put 'respect_flowed_format' info in the correct
911                 place
912
913 2006-11-06 [mones]      2.5.6cvs21
914
915         * po/es.po
916                 Minor fixes for release
917
918 2006-11-06 [paul]       2.5.6cvs20
919
920         * po/cs.po
921         * po/de.po
922         * po/fr.po
923         * po/it.po
924         * po/nl.po
925         * po/pt_BR.po
926         * po/sk.po
927         * po/sv.po
928         * po/zh_CN.po
929                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
930                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
931                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
932                 Young
933
934 2006-11-02 [colin]      2.5.6cvs19
935
936         * src/imap.c
937         * src/imap.h
938         * src/prefs_account.c
939         * src/etpan/imap-thread.c
940                 Add GSSAPI support - fixes Debian bug #383274
941
942 2006-11-01 [colin]      2.5.6cvs18
943
944         * src/jpilot.c
945                 Handle libpisock12 support. Probably
946                 fixes bug 1046, 'jpilot AddressDB.pdb 
947                 import fail'
948
949 2006-11-01 [colin]      2.5.6cvs17
950
951         * src/folderutils.c
952                 debug_print() folderutils_mark_all_read()
953
954 2006-11-01 [colin]      2.5.6cvs16
955
956         * COPYING
957                 Add missed files to the Apache exception
958
959 2006-10-31 [colin]      2.5.6cvs15
960
961         * src/folder.c
962         * src/folder.h
963                 Add a copy_private_data() func to FolderClasses
964                 Doesn't break the feature freeze, because we 
965                 won't use it (right now) in the core.
966
967 2006-10-31 [colin]      2.5.6cvs14
968
969         * COPYING
970                 Allow linking with the Apache licensed files in
971                 src/plugins/spamassassin. Hopefully fixes 
972                 bug 1048, 'Spamassassin plugin license problem'
973
974 2006-10-31 [wwp]        2.5.6cvs13
975
976         * src/compose.c
977                 fix and optimize trimming of leading linefeeds in body loop.
978
979 2006-10-31 [colin]      2.5.6cvs12
980
981         * src/etpan/imap-thread.c
982         * src/imap.c
983                 Make really sure to have NULL sets in case
984                 of error
985
986 2006-10-30 [wwp]        2.5.6cvs11
987
988         * src/prefs_common.c
989         * src/prefs_common.h
990         * src/compose.c
991                 fix broken storage of quote format template when it contains \-escape
992                 sequences. The application of such sequences is also fixed now (\t
993                 in quote format will be a real tab instead of a 't', for instance).
994
995 2006-10-27 [colin]      2.5.6cvs10
996
997         * src/compose.c
998                 Probably fix bug 1045, 'sylpheed-claws 
999                 doesn't remove the mail from the IMAP 
1000                 Queue folder after sending'. From
1001                 2.5.6cvs3-stable
1002
1003 2006-10-27 [colin]      2.5.6cvs9
1004
1005         * configure.ac
1006                 Require libetpan-0.48. I'm so annoying,
1007                 I know ;-)
1008
1009 2006-10-27 [colin]      2.5.6cvs8
1010
1011         * src/folder.c
1012         * src/imap.c
1013                 Probably fix bug 1044, 'sylpheed-claws 
1014                 segfaults while moving mails' - Fix relation
1015                 usage when moving to an IMAP mailbox from another
1016                 mailbox
1017
1018 2006-10-26 [paul]       2.5.6cvs7
1019
1020         * src/gtk/about.c
1021                 add libSM to compiled-in features
1022                 list
1023
1024 2006-10-24 [colin]      2.5.6cvs6
1025
1026         * src/textview.c
1027         * src/gtk/gtkutils.c
1028                 Fix crash when printing emails with an
1029                 xface
1030
1031 2006-10-24 [mones]      2.5.6cvs5
1032
1033         * manual/es/advanced.xml
1034                 Synchronize hidden option respect_flowed_format
1035         * po/es.po
1036                 Updated translation
1037
1038 2006-10-21 [paul]       2.5.6cvs4
1039
1040         * src/gtk/authors.h
1041         * src/plugins/pgpcore/pgp_viewer.c
1042         * src/plugins/pgpcore/sgpgme.c
1043                 fix building on BSDs
1044                 Thanks to Michael Hughes
1045                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1046
1047 2006-10-20 [colin]      2.5.6cvs3
1048
1049         * configure.ac
1050                 Bump up libetpan requirement
1051                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1052         * src/common/utils.c
1053         * src/common/utils.h
1054                 Add convenience get_file_mtime()
1055         * src/imap.c
1056         * src/etpan/imap-thread.c
1057         * src/etpan/imap-thread.h
1058                 Implement UIDPLUS support if the server
1059                 supports it - faster sending in this case
1060
1061 2006-10-19 [colin]      2.5.6cvs2
1062
1063         * src/gtk/quicksearch.c
1064                 Fix emptying in type-ahead+extended mode
1065         * src/mainwindow.c
1066         * src/mainwindow.h
1067                 Add a hook for offline state change
1068         * src/plugins/trayicon/trayicon.c
1069                 Use it to display offline icons
1070         * src/plugins/trayicon/Makefile.am
1071         * src/plugins/trayicon/newmail.offline.xpm
1072         * src/plugins/trayicon/newmarkedmail.offline.xpm
1073         * src/plugins/trayicon/nomail.offline.xpm
1074         * src/plugins/trayicon/unreadmail.offline.xpm
1075         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1076                 Add the icons
1077
1078 2006-10-12 [paul]       2.5.6cvs1
1079
1080         * NEWS
1081         * README
1082         * configure.ac
1083                 Update version number following
1084                 stable release
1085
1086 2006-10-19 [colin]      2.5.5cvs18
1087
1088         * manual/handling.xml
1089                 Add type-ahead search
1090
1091 2006-10-18 [colin]      2.5.5cvs17
1092
1093         * src/gtk/quicksearch.c
1094                 Remove "save to history only if there's
1095                 no syntax error", it breaks for some 
1096                 reason which I'll investigate later.
1097
1098 2006-10-18 [colin]      2.5.5cvs16
1099
1100         * src/prefs_common.c
1101         * src/prefs_common.h
1102         * src/summaryview.c
1103         * src/gtk/quicksearch.c
1104         * src/gtk/quicksearch.h
1105                 Add a type-ahead option for fast searches
1106                 Patch by Fabien Vantard
1107
1108 2006-10-18 [colin]      2.5.5cvs15
1109
1110         * src/compose.c
1111         * src/compose.h
1112                 Add Options/Reply mode/ menu to be able to
1113                 change the recipients of a reply on the fly
1114
1115 2006-10-18 [colin]      2.5.5cvs14
1116
1117         * src/compose.c
1118                 Fix redirecting of our own sent mails
1119
1120 2006-10-17 [wwp]        2.5.5cvs13
1121
1122         * src/send_message.c
1123                 Fix duplicate error messages when sending, and missing
1124                 newline in such error messages.
1125
1126 2006-10-17 [colin]      2.5.5cvs12
1127
1128         * src/compose.c
1129                 Compare addresses case-insensitive
1130
1131 2006-10-17 [colin]      2.5.5cvs11
1132
1133         * src/plugins/pgpcore/sgpgme.c
1134                 Fix return status
1135
1136 2006-10-17 [colin]      2.5.5cvs10
1137
1138         * src/plugins/pgpcore/pgp_viewer.c
1139                 Fix return status
1140
1141 2006-10-17 [colin]      2.5.5cvs9
1142
1143         * src/quote_fmt.c
1144                 Fix a typo (thanks to Fabien)
1145
1146 2006-10-16 [colin]      2.5.5cvs8
1147
1148         * src/textview.c
1149                 Fix problem with quote-folding when emails
1150                 don't convert cleanly to UTF-8
1151
1152 2006-10-14 [colin]      2.5.5cvs7
1153
1154         * src/prefs_template.c
1155                 Reset fields when reopening
1156                 the window
1157
1158 2006-10-13 [paul]       2.5.5cvs6
1159
1160         * manual/advanced.xml
1161         * src/prefs_message.c
1162                 make 'respect_flowed_format' a hidden
1163                 option, and add a manual entry for it
1164                 Thanks to Colin
1165
1166 2006-10-12 [colin]      2.5.5cvs5
1167
1168         * src/codeconv.c
1169                 Revert part of 2.5.2cvs21:
1170                 Don't optimise by reusing the 
1171                 last iconv converter if possible:
1172                 it seems slightly broken in a 
1173                 very hard way to reproduce
1174
1175 2006-10-12 [colin]      2.5.5cvs4
1176
1177         * src/prefs_common.c
1178         * src/prefs_common.h
1179         * src/prefs_message.c
1180         * src/procmime.c
1181                 Fix bug 1035, 'Incorrect handling 
1182                 of flowed lines'. We now optionnaly
1183                 handle this format (preference is in
1184                 Message View/Text options section)
1185
1186 2006-10-12 [colin]      2.5.5cvs3
1187
1188         * po/POTFILES.in
1189                 Add new file
1190         * src/plugins/pgpcore/pgp_viewer.c
1191         * src/plugins/pgpcore/sgpgme.c
1192                 Don't try to import without asking
1193
1194 2006-10-12 [colin]      2.5.5cvs2
1195
1196         * src/compose.c
1197                 Fix bug 1036, 'Forwarding a mutlipart
1198                 mail with a "text/html" block to ms
1199                 outlook users leeds to freeze of
1200                 outlook'. Poor outlook users...
1201
1202 2006-10-12 [paul]       2.5.5cvs1
1203
1204         * NEWS
1205         * README
1206         * configure.ac
1207                 Update version number following
1208                 stable release
1209
1210 2006-10-11 [paul]       2.5.4cvs1
1211
1212         * NEWS
1213         * README
1214         * configure.ac
1215                 Update version number following
1216                 stable release
1217
1218 2006-10-11 [paul]       2.5.3cvs32
1219
1220         * src/textview.c
1221                 fix bug 1032, 'Segmentation fault when showing
1222                 message' (bug in quote folding)
1223                 Thanks to Colin
1224
1225 2006-10-10 [colin]      2.5.3cvs31
1226
1227         * src/quote_fmt.c
1228                 Rephrase english a bit
1229
1230 2006-10-10 [colin]      2.5.3cvs30
1231
1232         * src/prefs_compose_writing.c
1233                 Stop making the page larger than the window
1234
1235 2006-10-10 [wwp]        2.5.3cvs29
1236
1237         * src/compose.c
1238         * src/prefs_template.c
1239         * src/quote_fmt.c
1240         * src/quote_fmt.h
1241         * src/quote_fmt_lex.l
1242         * src/quote_fmt_parse.y
1243                 Extend the quote parser a bit: allow to get access to
1244                 basic (composing) account info.
1245
1246 2006-10-10 [colin]      2.5.3cvs28
1247
1248         * src/procheader.c
1249                 Fix this \t problem in subject
1250
1251 2006-10-09 [colin]      2.5.3cvs27
1252
1253         * src/main.c
1254         * src/prefs_gtk.c
1255                 Prepare cache a bit later
1256                 If section already exists, skip the new one 
1257                 (as previously); avoid writing the same block
1258                 twice - if we find a second block with the 
1259                 same id, skip it.
1260         * src/plugins/pgpcore/pgp_viewer.c
1261                 Set cursor to busy when retrieving a key
1262         * src/plugins/pgpcore/sgpgme.c
1263                 allow 5 seconds for gpg to export the key
1264                 
1265
1266 2006-10-09 [colin]      2.5.3cvs26
1267
1268         * configure.ac
1269         * src/msgcache.c
1270         * src/prefs_gtk.c
1271                 Check for existence of fgets_unlocked
1272                 and fwrite_unlocked
1273
1274 2006-10-09 [paul]       2.5.3cvs25
1275
1276         * src/prefs_summaries.c
1277                 replace strftime() with fast_strftime() and in
1278                 the consequence fix the bug in the display of
1279                 AM/PM in the 'Example' string
1280
1281 2006-10-09 [ticho]      2.5.3cvs24
1282
1283         * po/sk.po
1284                 Updated (and fixed up somewhat) Slovak translation.
1285
1286 2006-10-08 [colin]      2.5.3cvs23
1287
1288         * src/prefs_folder_item.c
1289                 Explain why prefs in the top-level folder
1290                 aren't retained, but are still useful
1291
1292 2006-10-08 [colin]      2.5.3cvs22
1293
1294         * src/prefs_gtk.c
1295                 Don't cache anything if caching fails
1296
1297 2006-10-08 [colin]      2.5.3cvs21
1298
1299         * src/common/utils.c
1300                 always include gi18n.h
1301
1302 2006-10-07 [colin]      2.5.3cvs20
1303
1304         * src/plugins/pgpcore/pgp_viewer.c
1305                 Kill gpg after 5 seconds wait
1306
1307 2006-10-07 [colin]      2.5.3cvs19
1308
1309         * src/plugins/pgpcore/pgp_viewer.c
1310         * src/plugins/pgpcore/pgp_viewer.h
1311                 Fix copyright
1312
1313 2006-10-07 [colin]      2.5.3cvs18
1314
1315         * src/plugins/pgpcore/pgp_viewer.c
1316         * src/plugins/pgpcore/pgp_viewer.h
1317                 Actually add the files to CVS
1318
1319 2006-10-07 [colin]      2.5.3cvs17
1320
1321         * src/plugins/pgpcore/sgpgme.c
1322                 Be sure not to crash on 'application/pgp-signature' that
1323                 are not application/pgp-signatures
1324
1325 2006-10-07 [colin]      2.5.3cvs16
1326
1327         * src/textview.c
1328         * src/textview.h
1329                 Make a bit more of the API available
1330         * src/plugins/pgpcore/Makefile.am
1331         * src/plugins/pgpcore/plugin.c
1332         * src/plugins/pgpcore/sgpgme.c
1333                 Add basic key import/export
1334
1335 2006-10-07 [colin]      2.5.3cvs15
1336
1337         * src/folderview.c
1338         * src/imap.c
1339         * src/prefs_account.c
1340         * src/wizard.c
1341                 Warn users *everywhere* if libetpan's not
1342                 linked in
1343
1344 2006-10-06 [mones]      2.5.3cvs14
1345
1346         * po/de.po
1347         * po/es.po
1348                 updated by Stephan Sachse and me
1349
1350 2006-10-06 [colin]      2.5.3cvs13
1351
1352         * src/main.c
1353         * src/common/sylpheed.c
1354                 Don't load common plugins if --exit is passed
1355         * src/prefs_gtk.c
1356         * src/prefs_gtk.h
1357                 Implement a cache to avoid reading the same
1358                 files over and over again at startup
1359
1360 2006-10-06 [colin]      2.5.3cvs12
1361
1362         * src/summaryview.c
1363         * src/gtk/quicksearch.c
1364                 Update display every 5k mails on fast searches
1365
1366 2006-10-06 [colin]      2.5.3cvs11
1367
1368         * src/textview.c
1369                 Don't do quote folding on HTML or ERTF.
1370                 May fix the Cygwin issues if they were
1371                 happening with HTML mails?
1372
1373 2006-10-05 [colin]      2.5.3cvs10
1374
1375         * src/prefs_gtk.c
1376                 Oops, forgot one
1377
1378 2006-10-05 [colin]      2.5.3cvs9
1379
1380         * src/prefs_gtk.c
1381                 Use unlocked_stdio here too
1382
1383 2006-10-05 [colin]      2.5.3cvs8
1384
1385         * src/folderview.c
1386                 Fix go to next * after preferences apply
1387         * src/msgcache.c
1388                 Do the fd lock/unlock ourselves instead of
1389                 letting the libc do it at each write 
1390
1391 2006-10-05 [colin]      2.5.3cvs7
1392
1393         * src/common/utils.c
1394                 Faster division, thanks to Jean Diraison
1395
1396 2006-10-05 [paul]       2.5.3cvs6
1397
1398         * src/common/utils.c
1399                 fix building with --disable-nls
1400
1401 2006-10-04 [colin]      2.5.3cvs5
1402
1403         * src/folder.c
1404                 Maybe fix a segfault
1405
1406 2006-10-04 [wwp]        2.5.3cvs4
1407
1408         * src/prefs_folder_item.c
1409                 Fine-tune layouts in folder item prefs. Suggested by
1410                 Fabien Vantard <fzzzzz@gmail.com>.
1411
1412 2006-10-04 [wwp]        2.5.3cvs3
1413
1414         * src/prefs_folder_item.c
1415                 Kill the clandestine passengers. You didn't see anything.
1416
1417 2006-10-04 [wwp]        2.5.3cvs2
1418
1419         * src/prefs_folder_item.c
1420                 Add a way to test the subject simplify regexp in
1421                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1422                 w/ few layout changes.
1423
1424 2006-20-04 [paul]       2.5.3cvs1
1425
1426         * NEWS
1427         * README
1428         * configure.ac
1429                 Update version number following
1430                 stable release
1431
1432 2006-10-04 [colin]      2.5.2cvs42
1433
1434         * src/folder.c
1435         * src/folder.h
1436         * src/summaryview.c
1437                 Provide a way for folder classes to set their sort
1438                 type and key
1439
1440 2006-10-03 [colin]      2.5.2cvs41
1441
1442         * src/mh.c
1443                 Don't use strlen() to know if the
1444                 string's empty
1445
1446 2006-10-03 [colin]      2.5.2cvs40
1447
1448         * src/mh.c
1449                 Fix "check for new folders" with accentued folders
1450
1451 2006-10-03 [ticho]      2.5.2cvs39
1452
1453         * src/filtering.c
1454         * src/folder.c
1455         * src/inc.c
1456         * src/mbox.c
1457                 Colin's fix for "copy" filtering rules.
1458
1459 2006-10-02 [colin]      2.5.2cvs38
1460
1461         * src/folderview.c
1462                 Fix for double-click too
1463
1464 2006-10-02 [colin]      2.5.2cvs37
1465
1466         * src/folderview.c
1467                 correct fix for cvs36
1468
1469 2006-10-02 [colin]      2.5.2cvs36
1470
1471         * src/folderview.c
1472                 Fix 'goto next unread' after collapsing/expanding 
1473                 a node.
1474
1475 2006-10-02 [colin]      2.5.2cvs35
1476
1477         * src/summaryview.c
1478                 Fix double freeze/thaw
1479         * src/common/utils.c
1480         * src/common/utils.h
1481                 Reimplement strftime
1482         * src/procheader.c
1483                 Use it
1484
1485
1486 2006-10-02 [colin]      2.5.2cvs34
1487
1488         * src/mh.c
1489                 Time mh_write_sequences() - it's fast
1490         * src/summaryview.c
1491                 Init a variable to shut up gcc
1492
1493 2006-10-01 [colin]      2.5.2cvs33
1494
1495         * src/folder.c
1496         * src/mh.c
1497         * src/mh.h
1498         * src/msgcache.c
1499                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1500                 Add fsync but disable it, it's slow as hell
1501
1502 2006-10-01 [colin]      2.5.2cvs32
1503
1504         * src/mh.c
1505         * src/msgcache.c
1506                 fflush() caches and mh_sequences before
1507                 fclose()ing
1508
1509 2006-10-01 [colin]      2.5.2cvs31
1510
1511         * src/msgcache.c
1512                 Don't ftruncate when not using mmap
1513
1514 2006-09-30 [colin]      2.5.2cvs30
1515
1516         * src/main.c
1517                 Write folder list *after* saving caches
1518
1519 2006-09-30 [colin]      2.5.2cvs29
1520
1521         * src/folder.c
1522         * src/mh.c
1523                 Debug forced mtime changes
1524
1525 2006-09-30 [colin]      2.5.2cvs28
1526
1527         * src/folder.c
1528         * src/main.c
1529                 Remove useless debug_print()s (code
1530                 well-tested)
1531
1532 2006-09-30 [colin]      2.5.2cvs27
1533
1534         * src/mh.c
1535                 Do stuff faster when writing mh_sequences
1536
1537 2006-09-30 [colin]      2.5.2cvs26
1538
1539         * src/mh.c
1540                 Don't let the writing of .mh_sequences, which
1541                 can change the folder's mtime, let us think
1542                 we need to scan.
1543
1544 2006-09-30 [colin]      2.5.2cvs25
1545
1546         * src/folder.c
1547                 Move a debug_print where it belongs 
1548                 (processing)
1549         * src/summaryview.c
1550                 Don't mess with a huge slow subject
1551                 table if we're not threading by
1552                 subject
1553
1554 2006-09-30 [colin]      2.5.2cvs24
1555
1556         * src/msgcache.c
1557                 Reenable mmaped reads (*not* writes!)
1558         * src/procmsg.c
1559                 Don't destroy and recreate hashtables just
1560                 for fun
1561         * src/common/utils.c
1562                 Remove useless reply prefixes (it's case
1563                 unsensitive)
1564
1565 2006-09-30 [wwp]        2.5.2cvs23
1566
1567         * tools/fix_date.sh
1568                 Fixed a minor bug in date value extraction, added a switch
1569                 to replace non RFC-compliant Date: value, added a switch
1570                 to use strict RFC matching patterns for dates.
1571
1572 2006-09-29 [colin]      2.5.2cvs22
1573
1574         * src/matcher_parser.h
1575         * src/matcher_parser_parse.y
1576         * src/prefs_filtering.c
1577         * src/statusbar.c
1578         * src/summary_search.c
1579         * src/summaryview.c
1580         * src/gtk/quicksearch.c
1581         * src/gtk/quicksearch.h
1582                 Optimise searches by setting different
1583                 refresh intervals (depending if the 
1584                 search is fast or not)
1585
1586 2006-09-29 [colin]      2.5.2cvs21
1587
1588         * src/codeconv.c
1589                 Optimise by reusing the last iconv converter
1590                 if possible
1591         * src/textview.c
1592                 Optimise a bit (the foldable quotes feature
1593                 still has an awful O(n^2) algo
1594
1595 2006-09-29 [colin]      2.5.2cvs20
1596
1597         * src/gtk/gtksctree.c
1598         * src/gtk/gtksctree.h
1599                 Optimise de-selection via up/down or
1600                 another key
1601
1602 2006-09-28 [colin]      2.5.2cvs19
1603
1604         * src/action.c
1605         * src/compose.c
1606         * src/folderview.c
1607         * src/mainwindow.c
1608         * src/messageview.c
1609         * src/summary_search.c
1610         * src/toolbar.c
1611                 Avoid using summaryview->ctree directly
1612
1613 2006-09-28 [colin]      2.5.2cvs18
1614
1615         * src/summaryview.c
1616         * src/summaryview.h
1617                 Add helpers to freeze/thaw/grab_focus
1618                 Factorize calls to freeze/thaw/grab_focus
1619                 
1620
1621 2006-09-28 [colin]      2.5.2cvs17
1622
1623         * src/main.c
1624                 More guards for the session management
1625
1626 2006-09-28 [colin]      2.5.2cvs16
1627
1628         * src/folderview.c
1629         * src/gtk/gtksctree.c
1630         * src/gtk/gtksctree.h
1631                 Make expanding not recursive in folderview
1632
1633 2006-09-28 [colin]      2.5.2cvs15
1634
1635         * src/addressbook.c
1636                 If nothing is selected in the list (right part)
1637                 and a group is selected in the tree (left part),
1638                 mail this group.
1639
1640 2006-09-28 [colin]      2.5.2cvs14
1641
1642         * src/Makefile.am
1643                 Actually use SM_LIBS
1644
1645 2006-09-28 [ticho]      2.5.2cvs13
1646
1647         * src/export.c
1648         * src/messageview.c
1649         * src/mimeview.c
1650         * src/news.c
1651         * src/pop.c
1652         * src/prefs_themes.c
1653         * src/procmsg.c
1654                 Small i18n string optimization.
1655         * src/send_message.c
1656         * src/summaryview.c
1657         * src/common/session.c
1658         * src/common/smtp.c
1659         * src/common/ssl_certificate.c
1660         * src/common/utils.c
1661                 Use "Couldn't" instead of "Can't" in UI messages,
1662                 where appropriate.
1663
1664 2006-09-28 [colin]      2.5.2cvs12
1665
1666         * configure.ac
1667                 Possibly fix link errors
1668
1669 2006-09-27 [wwp]        2.5.2cvs11
1670
1671         * src/gtk/authors.h
1672         * doc/man/sylpheed-claws.1
1673         * manual/ack.xml
1674         * manual/es/ack.xml
1675         * manual/fr/ack.xml
1676         * manual/pl/ack.xml
1677                 Updated authors info (me, myself and I).
1678
1679 2006-09-27 [colin]      2.5.2cvs10
1680
1681         * src/addressbook.c
1682                 Remove useless printf
1683
1684 2006-09-27 [wwp]        2.5.2cvs9
1685
1686         * src/editgroup.c
1687         * src/send_message.c
1688         * src/inc.c
1689         * src/prefs_common.c
1690         * src/prefs_common.h
1691         * src/gtk/progressdialog.c
1692                 remember more windows' sizes (send dialog, received dialog,
1693                 edit group in addressbook).
1694
1695 2006-09-27 [colin]      2.5.2cvs8
1696
1697         * configure.ac
1698         * src/main.c
1699         * src/mainwindow.h
1700                 Use libSM to communicate with the session
1701                 manager, so that we can know when the 
1702                 session ends, save our caches, and draft
1703                 our compose windows.
1704
1705 2006-09-27 [colin]      2.5.2cvs7
1706
1707         * src/addressbook.c
1708                 Fix issues:
1709                 o Allow Book and Group creation from the tree's
1710                   contextual menu
1711                 o Do not actually delete the contacts when 
1712                   deleting groups from the tree (duh!)
1713
1714 2006-09-27 [colin]      2.5.2cvs6
1715
1716         * src/compose.c
1717         * src/compose.h
1718         * src/mainwindow.c
1719         * src/textview.c
1720         * src/toolbar.c
1721                 o Allow passing an email address to 
1722                   compose_new_with_folderitem
1723                 o Update callers
1724                 o Use current folderitem when clicking
1725                   on a TextView mailto: link
1726                 o Fix a possible leak in TextView
1727
1728 2006-09-27 [colin]      2.5.2cvs5
1729
1730         * src/html.c
1731                 Use UTF-8 chars to replace HTML entities
1732
1733 2006-09-27 [colin]      2.5.2cvs4
1734
1735         * AUTHORS
1736         * src/prefs_account.c
1737         * src/gtk/authors.h
1738                 Fix bug #1024 (Array index out of
1739                 range in sylpheed-claws-2.5.2)
1740                 Patch by Ales Nosek <anosek@suse.cz>
1741
1742 2006-09-27 [colin]      2.5.2cvs3
1743
1744         * src/addr_compl.c
1745                 Actually do the test
1746
1747 2006-09-27 [colin]      2.5.2cvs2
1748
1749         * src/addr_compl.c
1750         * src/addr_compl.h
1751                 Allow completing with comma (in certain cases: vCalendar
1752                 for example doesn't support that)
1753                 Patch by Fabien Vantard
1754
1755 2006-09-26 [colin]      2.5.2cvs1
1756
1757         * src/Makefile.am
1758         * src/addr_compl.c
1759         * src/addr_compl.h
1760         * src/addrbook.c
1761         * src/addrbook.h
1762         * src/addressbook.c
1763         * src/addrindex.c
1764         * src/addrindex.h
1765         * src/compose.c
1766         * src/prefs_common.c
1767         * src/prefs_filtering_action.c
1768         * src/prefs_folder_item.c
1769         * src/prefs_template.c
1770         * src/stock_pixmap.c
1771         * src/stock_pixmap.h
1772         * src/pixmaps/addr_one.xpm
1773         * src/pixmaps/addr_two.xpm
1774                 Add auto-completion on groups
1775
1776 2006-09-26 [colin]      2.5.2
1777
1778         * NEWS
1779         * README
1780         * RELEASE_NOTES
1781                 2.5.2 released
1782
1783 2006-09-26 [colin]      2.5.1cvs5
1784
1785         * src/matcher.c
1786                 Fix condition
1787
1788 2006-09-26 [colin]      2.5.1cvs4
1789
1790         * src/mbox.c
1791                 Revert cvs1 (useless as the message is printed 
1792                 every 500 mails)
1793
1794 2006-09-26 [colin]      2.5.1cvs3
1795
1796         * src/partial_download.c
1797                 Fix crasher found by Alexsandar Urosevic
1798
1799 2006-09-26 [colin]      2.5.1cvs2
1800
1801         * src/summaryview.c
1802                 Fix bug #1023 (Sylpheed deletes too much messages)
1803
1804 2006-09-26 [ticho]      2.5.1cvs1
1805
1806         * src/mbox.c
1807                 Make use of gettext's multiple plurals for statusbar
1808                 progress message.
1809
1810 2006-09-25 [paul]       2.5.1
1811
1812         * NEWS
1813         * README
1814         * RELEASE_NOTES
1815                 2.5.1 released
1816
1817 2006-09-25 [colin]      2.5.0cvs3
1818
1819         * src/plugins/bogofilter/bogofilter.c
1820         * src/plugins/clamav/clamav_plugin.c
1821         * src/plugins/spamassassin/spamassassin.c
1822                 BogoFilter, Spamassassin: Fix double hook registering after
1823                 visiting preferences
1824                 Spamassassin, Clamav: Just set the mails to move instead of
1825                 doing the move - caller will move the things at once.
1826
1827 2006-09-25 [colin]      2.5.0cvs2
1828
1829         * src/imap.c
1830         * src/etpan/imap-thread.c
1831                 Use UID SEARCH ALL instead of UID 1:*
1832                 (braindead servers can't figure out that's
1833                 the same...)
1834
1835 2006-09-25 [wwp]        2.5.0cvs1
1836
1837         * src/message_search.c
1838                 Added the ability to stop a running search (in message body).
1839
1840 2006-09-25 [paul]       2.5.0
1841
1842         * NEWS
1843         * README
1844         * RELEASE_NOTES
1845                 2.5.0 released
1846
1847 2006-09-25 [paul]       2.4.0cvs214
1848
1849         * po/cs.po
1850         * po/de.po
1851         * po/fi.po
1852         * po/fr.po
1853         * po/nl.po
1854         * po/pt_BR.po
1855         * po/sk.po
1856         * po/sr.po
1857         * po/zh_CN.po
1858                 updated by Tim, Stephan Sachse, Flammie Pirinen,
1859                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
1860                 Ticho, Aleksander Urosevic, Ralgh Young
1861
1862 2006-09-24 [mones]      2.4.0cvs213
1863
1864         * po/es.po
1865                 Updated for release
1866
1867 2006-09-23 [colin]      2.4.0cvs212
1868
1869         * src/gtk/inputdialog.c
1870                 Fix [ ] remember this appearing in normal
1871                 input dialogs after it's been used by
1872                 mimeview.
1873         * src/folder.c
1874         * src/folderview.c
1875         * src/msgcache.c
1876         * src/procmsg.c
1877         * src/summaryview.c
1878         * src/textview.c
1879         * src/common/timing.h
1880                 Enable timings in debug mode and make it
1881                 look prettier.
1882
1883 2006-09-22 [colin]      2.4.0cvs211
1884
1885         * README
1886                 Revert test change
1887         * commitHelper
1888                 ping the correct URI
1889
1890 2006-09-22 [colin]      2.4.0cvs210
1891
1892         * README
1893                 Let's see if bug #1022 is fixed
1894
1895 2006-09-21 [colin]      2.4.0cvs209
1896
1897         * src/wizard.c
1898         * src/common/plugin.c
1899                 Prepare infra to load predefined plugins when
1900                 no configuration existed. Don't actually load
1901                 anything yet (feat. freeze)
1902
1903 2006-09-21 [wwp]        2.4.0cvs208
1904
1905         * manual/fr/faq.xml
1906                 Partial sync w/ 2.4.0cvs72:
1907                 wrap file and minor updates.
1908
1909 2006-09-21 [wwp]        2.4.0cvs207
1910
1911         * tools/fix_date.sh
1912                 several fixes and enhancements. A new --force switch has been
1913                 added to prevent overriding by default Date: header when
1914                 already existing.
1915
1916 2006-09-21 [paul]       2.4.0cvs206
1917
1918         * src/common/utils.c
1919                 add Chinese UTF8 Re prefix
1920
1921 2006-09-21 [wwp]        2.4.0cvs205
1922
1923         * tools/Makefile.am
1924                 Fics alfabettical order.
1925
1926 2006-09-21 [wwp]        2.4.0cvs204
1927
1928         * tools/fix_date.sh
1929         * tools/Makefile.am
1930                 Added an action tool to fix missing Date field in emails.
1931                 Updated Makefile.am to reflect those last two additions.
1932
1933 2006-09-21 [wwp]        2.4.0cvs203
1934
1935         * tools/uuooffice
1936                 Added a action tool to open uuencoded docs w/
1937                 OpenOffice (based on uudec method).
1938
1939 2006-09-21 [colin]      2.4.0cvs202
1940
1941         * src/compose.c
1942         * src/textview.c
1943                 Workaround possible GTK crash: remove selection 
1944                 clipboard before destroying widget, or GTK+-2.10
1945                 dies. Thanks to Hiro.
1946
1947 2006-09-20 [colin]      2.4.0cvs201
1948
1949         * src/compose.c
1950                 Fix free-after-use in some cases (when 
1951                 procmime_encode_content() frees mimeinfo->data.mem
1952                 and turns it to a temp file)
1953
1954 2006-09-20 [colin]      2.4.0cvs200
1955
1956         * src/folderview.c
1957         * src/summaryview.c
1958         * src/gtk/gtksctree.c
1959         * src/gtk/gtksctree.h
1960                 Add tooltips in the folderview and summaryview
1961                 (Doesn't break string freeze as they already
1962                 exist)
1963         * src/toolbar.c
1964                 Put the spam button in the default configuration
1965                 if compiled with bogo plugin too
1966
1967 2006-09-19 [colin]      2.4.0cvs199
1968
1969         * src/summaryview.c
1970         * src/summaryview.h
1971                 Update folder name label on folder rename
1972         * src/prefs_matcher.c
1973         * src/gtk/logwindow.h
1974                 Fix warnings
1975                 Patches by Fabien
1976
1977 2006-09-19 [wwp]        2.4.0cvs198
1978
1979         * src/summary_search.c
1980                 fix can't click forward/backward buttons in the
1981                 search messages.
1982
1983 2006-09-18 [paul]       2.4.0cvs197
1984
1985         * src/wizard.c
1986                 add missing bracket, capitalise the A of
1987                 'SpamAssassin'
1988
1989 2006-09-18 [paul]       2.4.0cvs196
1990
1991         * src/compose.c
1992                 fix bug 1012 'crashed upon sending mail
1993                 from compose window'
1994                 Thanks to Colin
1995
1996 2006-09-16 [colin]      2.4.0cvs195
1997
1998         * src/folderview.c
1999                 Fix "real-time" sorting by freezing/thawing
2000
2001 2006-09-16 [colin]      2.4.0cvs194
2002
2003         * manual/faq.xml
2004                 Fix the anti-spam entry a bit
2005
2006 2006-09-16 [colin]      2.4.0cvs193
2007
2008         * src/wizard.c
2009                 Make sure reviewers have no excuse when stating
2010                 Sylpheed-Claws doesn't have antispam capabilities.
2011
2012 2006-09-16 [colin]      2.4.0cvs192
2013
2014         * src/main.c
2015                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2016                 as if the SIGPIPE comes from etpan's thread we could
2017                 trigger a GUI update from this thread.
2018
2019 2006-09-16 [colin]      2.4.0cvs191
2020
2021         * src/summaryview.c
2022                 Init all members of the struct
2023
2024 2006-09-16 [paul]       2.4.0cvs190
2025
2026         * src/account.c
2027                 improvements to the English
2028
2029 2006-09-15 [colin]      2.4.0cvs189
2030
2031         * src/summaryview.c
2032                 HIG order on dialog
2033
2034 2006-09-14 [colin]      2.4.0cvs188
2035
2036         * src/common/socket.c
2037         * src/common/socket.h
2038         * src/common/ssl.c
2039         * src/common/ssl_certificate.c
2040         * src/common/ssl_certificate.h
2041         * src/etpan/imap-thread.c
2042                 the get_fqdn() call done to get canonical name when
2043                 checking an SSL certificate is blocking, which is
2044                 sad as we just did a non-blocking lookup to connect.
2045                 Fix that by letting the fqdn available to the SockInfo,
2046                 and use that in ssl_certificate_check(). For IMAP,
2047                 we don't do it as the lookup's done by libetpan, but
2048                 it's less annoying as IMAP connections as much more
2049                 rare than POP3 connections.
2050
2051 2006-09-14 [paul]       2.4.0cvs187
2052
2053         * manual/advanced.xml
2054                 improvements to the English,
2055                 properly place the new hidden options
2056                 within the alphabetical order
2057         * src/gtk/pluginwindow.c
2058                 improvements to the English
2059
2060 2006-09-14 [colin]      2.4.0cvs186
2061
2062         * src/prefs_common.c
2063         * src/prefs_common.h
2064         * src/gtk/gtksctree.c
2065         * manual/advanced.xml
2066                 New hidden pref, stripes_color_offset, to change
2067                 the value added/substracted to normal bgcolor to
2068                 create the stripes in summaries
2069
2070 2006-09-13 [colin]      2.4.0cvs185
2071
2072         * src/gedit-print.c
2073         * src/messageview.c
2074         * src/messageview.h
2075         * src/summaryview.c
2076         * src/textview.c
2077                 Fix misc. printing issues: 
2078                 - Bad font for linkified headers
2079                 - Different font if the mail was displayed or not
2080                 - Factorize the thing
2081
2082 2006-09-13 [colin]      2.4.0cvs184
2083
2084         * src/common/ssl_certificate.c
2085                 Only get FQDN once when checking certificate
2086
2087 2006-09-13 [colin]      2.4.0cvs183
2088
2089         * src/account.c
2090         * src/gtk/pluginwindow.c
2091                 Misc. GUI fixes by Fabien
2092
2093 2006-09-13 [wwp]        2.4.0cvs182
2094
2095         * configure.ac
2096         * src/common/utils.h
2097         * src/common/utils.c
2098                 get rid of unused wide-char functions.
2099
2100 2006-09-13 [wwp]        2.4.0cvs181
2101
2102         * src/plugins/pgpinline/sylpheed.def
2103         * src/textview.c
2104                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2105                 add privacy_reset_error to the .def file,
2106                 do not fork for an external textviewer.
2107
2108 2006-09-13 [wwp]        2.4.0cvs180
2109
2110         * src/prefs_common.c
2111                 fix broken font entry in prefs (patch issued by the gpg4win team,
2112                 probably by Marcus Brinkmann <marcus@g10code.de>).
2113
2114 2006-09-13 [colin]      2.4.0cvs179
2115
2116         * src/folder.h
2117                 Fix a warning in summaryview.c
2118         * src/mainwindow.c
2119         * src/summaryview.c
2120         * src/summaryview.h
2121                 Add missing Mark/* elements in the
2122                 main menu
2123
2124 2006-09-12 [colin]      2.4.0cvs178
2125
2126         * src/prefs_actions.c
2127         * src/prefs_filtering_action.c
2128         * src/prefs_matcher.c
2129                 Use (New) instead of New everywhere
2130
2131 2006-09-12 [wwp]        2.4.0cvs177
2132
2133         * manual/fr/addrbook.xml
2134         * manual/fr/handling.xml
2135                 updated some quotes in the fr manual to match the fr translation.
2136
2137 2006-09-12 [wwp]        2.4.0cvs176
2138
2139         * src/prefs_matcher.c
2140                 don't store translated string elements in matcher expressions.
2141                 Also fixed a misused of Q_().
2142
2143 2006-09-11 [wwp]        2.4.0cvs175
2144
2145         * src/plugins//bogofilter/bogofilter.c
2146         * src/plugins//clamav/clamav_plugin.c
2147         * src/plugins//demo/demo.c
2148         * src/plugins//dillo_viewer/dillo_viewer.c
2149         * src/plugins//pgpcore/plugin.c
2150         * src/plugins//pgpinline/plugin.c
2151         * src/plugins//pgpmime/plugin.c
2152         * src/plugins//spamassassin/spamassassin.c
2153                 gettext-ize more strings (mostly plugin error messages).
2154
2155 2006-09-11 [colin]      2.4.0cvs174
2156
2157         * src/alertpanel.c
2158                 Make maximum buffer size bigger to avoid
2159                 truncating translated messages. Patch by
2160                 Fabien
2161
2162 2006-09-11 [colin]      2.4.0cvs173
2163
2164         * src/etpan/imap-thread.c
2165                 Fix compilation on OpenBSD, thanks to 
2166                 Landry
2167
2168 2006-09-10 [wwp]        2.4.0cvs172
2169
2170         * manual/account.xml
2171         * manual/addrbook.xml
2172         * manual/handling.xml
2173         * manual/es/handling.xml
2174         * manual/fr/account.xml
2175         * manual/fr/addrbook.xml
2176         * manual/fr/handling.xml
2177                 documented addressbook matching (condition configuration):
2178                   addrbook.xml, en fr
2179                 documented per-account filtering rules (handling/filtering
2180                   section, account section):
2181                   account.xml, handling.xml, en fr
2182                 slightly updated the handling/searching section to tell few
2183                   words about the extended search ability:
2184                   handling.xml, en fr
2185                 added missing <quote></quotes> to Quick Search:
2186                   handling.xml, en fr es
2187                 fixed a typo (auomatically):
2188                   handling.xml, en
2189                 changes revisited by Paul.
2190
2191 2006-09-10 [paul]       2.4.0cvs171
2192
2193         * src/prefs_actions.c
2194         * src/prefs_filtering.c
2195         * src/prefs_template.c
2196                 adjustments to the gui
2197                 Patch by Fabien Vantard (slightly modified)
2198
2199 2006-09-10 [colin]      2.4.0cvs170
2200
2201         * src/summaryview.c
2202                 Check folderitem/summaryview consistency
2203                 (basically automates Update summary). Fixes
2204                 #1011 (wrong (negative) count on unread 
2205                 messages)
2206
2207 2006-09-10 [colin]      2.4.0cvs169
2208
2209         * src/gtk/gtksctree.c
2210                 Fix recursive expansion via mouse
2211         * src/plugins/bogofilter/bogofilter.c
2212                 Use normal filtering way of moving
2213                 messages (batching), possibly fixing
2214                 bug #1015 (Bogofilter plugin doubles 
2215                 new messages)
2216
2217 2006-09-09 [wwp]        2.4.0cvs168
2218
2219         * src/prefs_filtering.c
2220                 better place for this fix.
2221
2222 2006-09-09 [wwp]        2.4.0cvs167
2223
2224         * src/prefs_filtering.c
2225                 fix a minor bug when the enabled status of a filtering/processing
2226                 rule always got set to TRUE when replacing this rule. That still
2227                 make sense when adding a new rule, but now when replacing, we
2228                 don't override the value of 'enabled'.
2229                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2230                 to prefs_filtering_list_view_get_info() as this function not only
2231                 returns the name, but also the account_id and the enabled status.
2232
2233 2006-09-09 [mones]      2.4.0cvs166
2234
2235         * manual/glossary.xml
2236         * manual/plugins.xml
2237                 Minor format corrections
2238         * manual/gpl.xml
2239                 Fix misplaced NO WARRANTY section
2240         * manual/es/advanced.xml
2241         * manual/es/faq.xml
2242         * manual/es/glossary.xml
2243         * manual/es/gpl.xml
2244         * manual/es/handling.xml
2245         * manual/es/plugins.xml
2246         * manual/es/starting.xml
2247                 Incorporate changes from English version
2248         * manual/fr/ack.xml
2249         * manual/pl/ack.xml
2250         * manual/es/ack.xml
2251                 Fix address, (add translation credits in es version)
2252         * po/es.po
2253                 Updated translation
2254
2255 2006-09-09 [wwp]        2.4.0cvs165
2256
2257         * src/prefs_filtering.c
2258                 fix a crash when opening filtering prefs, if matcherrc file contains
2259                 broken data (non-existing account id, which is theoretically not
2260                 possible).
2261
2262 2006-09-08 [colin]      2.4.0cvs164
2263
2264         * src/folder.c
2265                 Wrong assert, make it an if()
2266         * src/gtk/gtksctree.c
2267                 Fix bug #1013 (expand selected thread 
2268                 tree) - expanding is now recursive
2269
2270 2006-09-07 [wwp]        2.4.0cvs163
2271
2272         * src/prefs_matcher.c
2273                 make better sentences about addressbook matching in the
2274                 matcher prefs. This should make translators' work easier
2275                 too.
2276
2277 2006-09-07 [wwp]        2.4.0cvs162
2278
2279         * src/prefs_filtering.c
2280                 code simplification (get rid of dup var. assignment).
2281
2282 2006-09-07 [wwp]        2.4.0cvs161
2283
2284         * src/summaryview.c
2285                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2286                 <fzzzzz@gmail.com>.
2287
2288 2006-09-07 [paul]       2.4.0cvs160
2289
2290         * src/mimeview.c
2291                 fix compilation warnings
2292                 Thanks to Colin
2293
2294 2006-09-07 [paul]       2.4.0cvs159
2295
2296         * src/mimeview.c
2297                 select the mimepart icon when
2298                 displaying as text
2299                 Thanks to Colin
2300
2301 2006-09-06 [paul]       2.4.0cvs158
2302
2303         * src/prefs_filtering.c
2304                 fix labels and table element spacing
2305                 Patch by Fabien Vantard
2306
2307 2006-09-06 [paul]
2308
2309         2.5.0-rc3 released
2310
2311 2006-09-06 [paul]       2.4.0cvs157
2312
2313         * manual/es/advanced.xml
2314                 fix typo
2315
2316 2006-09-06 [wwp]        2.4.0cvs156
2317
2318         * src/mainwindow.c
2319                 fix an dup launch issue when iconified, thanks to Colin.
2320
2321 2006-09-06 [wwp]        2.4.0cvs155
2322
2323         * src/gtk//gtksctree.h
2324                 oops, forgot that one!
2325
2326 2006-09-06 [wwp]        2.4.0cvs154
2327
2328         * manual/pl/advanced.xml
2329         * manual/advanced.xml
2330         * manual/es/advanced.xml
2331         * manual/fr/advanced.xml
2332         * src/prefs_customheader.c
2333         * src/prefs_filtering_action.c
2334         * src/foldersel.c
2335         * src/prefs_summaries.c
2336         * src/prefs_filtering.c
2337         * src/account.c
2338         * src/compose.c
2339         * src/prefs_summary_column.c
2340         * src/addr_compl.c
2341         * src/prefs_actions.c
2342         * src/prefs_folder_column.c
2343         * src/ssl_manager.c
2344         * src/prefs_template.c
2345         * src/prefs_display_header.c
2346         * src/prefs_common.h
2347         * src/prefs_matcher.c
2348         * src/prefs_common.c
2349         * src/prefs_toolbar.c
2350         * src/summaryview.c
2351         * src/folderview.c
2352         * src/gtk/gtksctree.c
2353         * src/gtk/pluginwindow.c
2354         * src/gtk/progressdialog.c
2355         * src/gtk/prefswindow.c
2356                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2357                 to make its meaning more obvious (all versions of the manual reflect
2358                 the change).
2359                 added an extra hidden option use_stripes_in_summary to allow
2360                 discarding these stripes in mainwindow's folder and message lists;
2361                 en and fr manuals only are OK towards this.
2362
2363 2006-09-06 [colin]      2.4.0cvs153
2364
2365         * src/textview.c
2366                 Hide Sylpheed-Claws' internal queue headers
2367                 when showing all headers. They'll be present
2368                 only in Source window.
2369
2370 2006-09-05 [colin]      2.4.0cvs152
2371
2372         * src/plugins/trayicon/trayicon.c
2373                 Fix crash at exit - we have to disconnect
2374                 our handlers
2375         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2376                 Update eggtrayicon - patch adapted from a
2377                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2378                 on Sylpheed's ML
2379
2380 2006-09-05 [colin]      2.4.0cvs151
2381
2382         * src/mainwindow.c
2383         * src/gtk/logwindow.c
2384                 Fix race condition when something writes
2385                 to the log too soon during init. Thanks
2386                 to Fabien Vantard
2387
2388 2006-09-05 [colin]      2.4.0cvs150
2389
2390         * src/mimeview.c
2391                 Don't select part on right-click either
2392
2393 2006-09-05 [paul]       2.4.0cvs149
2394
2395         * src/mimeview.c
2396                 completion of previous commit
2397                 Thanks to Colin
2398
2399 2006-09-05 [colin]      2.4.0cvs148
2400
2401         * src/mimeview.c
2402                 Don't force selection on middle-click, just open
2403
2404 2006-09-04 [colin]      2.4.0cvs147
2405
2406         * src/mimeview.c
2407                 Looks like gtk_notebook_set_current_page()
2408                 sometimes steals focus, and this annoys us
2409                 in MimeViewers as it renders navigation
2410                 keys useless. Take back focus after switching
2411                 pages.
2412
2413 2006-09-04 [colin]      2.4.0cvs146
2414
2415         * src/messageview.c
2416                 Set stop_loading when clicking on Next
2417                 during load. Don't add a callback to 
2418                 avoid over-complicating things.
2419
2420 2006-09-04 [colin]      2.4.0cvs145
2421
2422         * src/mimeview.c
2423         * src/messageview.c
2424                 Fix multiple loads in separate messageview
2425
2426 2006-09-04 [colin]      2.4.0cvs144
2427
2428         * src/summaryview.c
2429                 Let navigation keys be handled during 
2430                 load
2431
2432 2006-09-04 [colin]      2.4.0cvs143
2433
2434         * src/messageview.c
2435         * src/summaryview.c
2436         * src/textview.c
2437         * src/textview.h
2438                 Make loading of huge mails (lots of text and/or
2439                 images) cancellable, so the GUI doesn't block 
2440
2441 2006-09-04 [colin]      2.4.0cvs142
2442
2443         * src/plugins/trayicon/trayicon.c
2444                 Fix annoyance when removing a folder with 
2445                 unread mails: trayicon didn't update
2446
2447 2006-09-04 [paul]       2.4.0cvs141
2448
2449         * src/gtk/icon_legend.c
2450                 straighten up columns
2451                 Patch by Fabien Vantard
2452
2453 2006-09-04 [wwp]        2.4.0cvs140
2454
2455         * src/prefs_filtering.c
2456                 fix new line's account name in filtering prefs:
2457                 was "All", is now "(New)".
2458
2459 2006-09-04 [paul]       2.4.0cvs139
2460
2461         * tools/make.themes.project
2462                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2463                 instead of homebrewed "make release"
2464
2465 2006-09-03 [colin]      2.4.0cvs138
2466
2467         * src/folderview.c
2468                 Fix bug #1007 (Wrong folder highlighted)
2469
2470 2006-09-03 [colin]      2.4.0cvs137
2471
2472         * src/compose.c
2473                 Don't set Newsgroup: header to a mail folder
2474                 path
2475
2476 2006-09-03 [paul]       2.4.0cvs136
2477
2478         * src/prefs_other.c
2479         * src/prefs_spelling.c
2480                 unify the gui
2481
2482 2006-09-03 [paul]       2.4.0cvs135
2483
2484         * src/prefs_summaries.c
2485                 correct menu item text in prefs_keybind_apply_clicked()
2486
2487 2006-09-03 [paul]       2.4.0cvs134
2488
2489         * manual/advanced.xml
2490                 some improvements to the descriptions
2491         * src/mainwindow.c
2492         * src/messageview.c
2493         * src/summaryview.c
2494         * src/gtk/menu.c
2495                 fix menu sensitivity issues
2496         * src/prefs_message.c
2497                 drop the useless word 'short'
2498         * src/prefs_other.c
2499                 add the word 'lines' indicating log length
2500                 is a measure of lines
2501         * src/textview.c
2502                 fix compilation warnings
2503
2504 2006-09-02 [colin]      2.4.0cvs133
2505
2506         * src/messageview.c
2507                 Display a special return-receipt message
2508                 if the message is from the user
2509         * src/summaryview.c
2510                 Fix missing freeze of the list when marking
2511                 all read and unthreading for exec. Thanks
2512                 to Stephan Sachse.
2513
2514 2006-09-02 [paul]       2.4.0cvs132
2515
2516         * src/mainwindow.c
2517         * src/prefs_message.c
2518         * src/summaryview.c
2519                 fix some english
2520
2521 2006-09-02 [wwp]        2.4.0cvs131
2522
2523         * src/prefs_filtering.c
2524                 added an account name column to the filtering rules
2525                 dialog.
2526
2527 2006-09-02 [colin]      2.4.0cvs130
2528
2529         * src/gtk/logwindow.c
2530         * src/gtk/logwindow.h
2531                 Block scrolling if we're not at the end
2532                 of the log
2533
2534 2006-09-02 [colin]      2.4.0cvs129
2535
2536         * src/folder.c
2537                 Make sure account-specific rules can't
2538                 be used in {pre-,post-,}processing
2539         * src/mainwindow.c
2540         * src/gtk/logwindow.c
2541         * src/gtk/logwindow.h
2542                 Jump to last error when clicking on the
2543                 warning icon
2544
2545 2006-09-02 [colin]      2.4.0cvs128
2546
2547         * src/imap.c
2548         * src/import.c
2549         * src/mainwindow.c
2550         * src/mainwindow.h
2551                 Fix warning icon
2552         * src/inc.c
2553         * src/mbox.c
2554         * src/mbox.h
2555                 Let proc_mbox know its account, for
2556                 account-specific rules
2557
2558 2006-09-01 [colin]      2.4.0cvs127
2559
2560         * src/codeconv.c
2561                 Don't uselessly use iconv to convert from
2562                 us-ascii
2563         * src/alertpanel.c
2564         * src/mainwindow.c
2565         * src/mainwindow.h
2566         * src/inc.c
2567                 Fix certain log cases, disable warning icon
2568                 for now, the correct way to display it when
2569                 necessary and only when necessary is probably
2570                 to do it manually rather than use error logs
2571         * src/etpan/imap-thread.c
2572                 Clean up UID logging a bit
2573         * src/gtk/logwindow.c
2574         * src/gtk/logwindow.h
2575                 Make logging faster when the window's closed
2576
2577 2006-09-01 [wwp]        2.4.0cvs126
2578
2579         * manual/fr/account.xml
2580                 reflect changes to the ref. manual (parts of cvs72):
2581                 fix tabnames and quotes.
2582
2583 2006-09-01 [wwp]        2.4.0cvs125
2584
2585         * manual/fr/plugins.xml
2586                 reflect changes to the reference manual (cvs42):
2587                 update IRC channel info.
2588
2589 2006-09-01 [wwp]        2.4.0cvs124
2590
2591         * commitHelper
2592                 use CVSEDITOR env. var. if set, according to `man cvs`.
2593
2594 2006-09-01 [wwp]        2.4.0cvs123
2595
2596         * manual/advanced.xml
2597                 better sentence again (thanks to Paul).
2598
2599 2006-09-01 [wwp]        2.4.0cvs122
2600
2601         * manual/advanced.xml
2602         fix definition of toolbar_detachable and rework a bit the one of
2603         enable_dotted_lines.
2604
2605 2006-09-01 [mones]      2.4.0cvs121
2606
2607         * manual/advanced.xml
2608                 Document enable_dotted_lines
2609
2610 2006-09-01 [paul]       2.4.0cvs120
2611
2612         * src/folderview.c
2613         * src/folderview.h
2614         * src/imap.c
2615         * src/mainwindow.c
2616         * src/summaryview.c
2617                 obey the 'When entering folder...' option
2618                 when using the /View/Go to/... menu items
2619                 Thanks to Colin
2620
2621 2006-08-31 [colin]      2.4.0cvs119
2622
2623         * src/folderview.c
2624                 Revert 2.4.0cvs116, wrong fix.
2625
2626 2006-08-31 [colin]      2.4.0cvs118
2627
2628         * src/gtk/gtksctree.c
2629                 Better state the various copyrights
2630
2631 2006-08-31 [colin]      2.4.0cvs117
2632
2633         * src/prefs_common.c
2634                 fix enable_dotted_lines
2635
2636 2006-08-31 [colin]      2.4.0cvs116
2637
2638         * src/folderview.c
2639                 Use pref "Always open on select" when going
2640                 to next unread folder
2641         * src/gtk/gtksctree.c
2642                 Fix link failure to _gtk_clist_create_cell_layout
2643                 on certain computers. (Why not mine, I wonder)
2644
2645 2006-08-31 [colin]      2.4.0cvs115
2646
2647         * src/procmsg.c
2648         * src/textview.c
2649         * src/plugins/bogofilter/bogofilter.c
2650         * src/plugins/spamassassin/spamassassin.c
2651                 Requalify some "errors" to warnings
2652         * src/mainwindow.c
2653         * src/mainwindow.h
2654         * src/statusbar.c
2655                 Add an icon in the statusbar to notify
2656                 of errors
2657         * src/gtk/gtksctree.c
2658         * src/folderview.c
2659         * src/summaryview.c
2660                 Make the GtkSCTree look more modern by
2661                 alternating background lines
2662         * src/prefs_common.c
2663         * src/prefs_common.h
2664                 Add a pref to let people have the old
2665                 way if they prefer
2666
2667
2668 2006-08-30 [colin]      2.4.0cvs114
2669
2670         * src/procmsg.c
2671         * src/procmsg.h
2672                 Provide a way to filter a list of
2673                 messages in an optimised manner, and
2674                 add a list-filtering hook
2675         * src/folder.c
2676         * src/inc.c
2677         * src/mbox.c
2678                 Use the list filtering
2679         * src/plugins/bogofilter/bogofilter.c
2680                 Use the list-filtering hook
2681                 Use -b (bulk) mode for more speed
2682                 when learning and filtering
2683         * src/etpan/imap-thread.c
2684                 Make log output shorter in UID SEARCH
2685
2686
2687 2006-08-30 [colin]      2.4.0cvs113
2688
2689         * src/plugins/bogofilter/bogofilter.c
2690                 Really fast mass learning - thanks to David
2691                 Relson for the options explanations :)
2692
2693 2006-08-30 [colin]      2.4.0cvs112
2694
2695         * src/msgcache.c
2696                 Fix compilation on FreeBSD. Thanks
2697                 to Michael Hugues
2698
2699 2006-08-29 [colin]      2.4.0cvs111
2700
2701         * src/folderview.c
2702                 Handle "popup_menu" signal (for popping the 
2703                 menu via the keyboard)
2704         * src/mimeview.c
2705         * src/mimeview.h
2706         * src/summaryview.c
2707         * src/textview.c
2708         * src/gtk/gtkutils.c
2709         * src/gtk/gtkutils.h
2710                 Factorize scrolling code, and add an API 
2711                 for MimeViewers to handle scroll orders
2712
2713 2006-08-29 [wwp]        2.4.0cvs110
2714
2715         * src/plugins//bogofilter/bogofilter.c
2716         * src/plugins//spamassassin/spamassassin.c
2717                 make the bogofilter/spamassassin filtering error dialogs at
2718         incorporation obey to the "don't popup error dialog on
2719         receive error" option. If disabled, feed the log window w/
2720         the error message.
2721
2722 2006-08-29 [paul]
2723
2724         2.5.0-rc2 released
2725
2726 2006-08-29 [paul]       2.4.0cvs109
2727
2728         * Makefile.am
2729                 remove 'make release', it's not needed
2730                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
2731
2732 2006-08-29 [paul]       2.4.0cvs108
2733
2734         * src/foldersel.c
2735         * src/summary_search.c
2736         * src/gtk/progressdialog.c
2737         * src/plugins/pgpcore/passphrase.c
2738                 replace deprecated gtk_window_set_policy()
2739
2740 2006-08-29 [colin]      2.4.0cvs107
2741
2742         * src/folder.c
2743                 Fix data loss when copy fails during a move:
2744                 only use fast remove_msgs if everything was
2745                 copied OK; else use slow remove_msg on the
2746                 mails that got copied only.
2747
2748 2006-08-28 [paul]       2.4.0cvs106
2749
2750         * src/mh.c
2751                 revert change in 2.4.0cvs104, it breaks
2752                 stuff
2753
2754 2006-08-28 [paul]       2.4.0cvs105
2755
2756         * src/plugins/spamassassin/spamassassin.c
2757                 english fix
2758
2759 2006-08-28 [paul]       2.4.0cvs104
2760
2761         * src/mh.c
2762                 fix data loss when moving to another
2763                 mailbox fails
2764         * src/prefs_spelling.c
2765                 improve the english
2766         * src/gtk/pluginwindow.c
2767                 improve the layout of the dialog text
2768         All thanks to Colin
2769
2770 2006-08-28 [paul]       2.4.0cvs103
2771
2772         * src/plugins/bogofilter/bogofilter.c
2773         * src/plugins/bogofilter/bogofilter_gtk.c
2774                 fix english up a bit, innit
2775
2776 2006-08-28 [paul]       2.4.0cvs102
2777
2778         * configure.ac
2779         * po/Makefile.in.in
2780         * po/Makevars
2781                 require autoconf 2.60, enabling building
2782                 with gettext 0.15 (gettext 0.14.x build still
2783                 possible). Replace Makefiles with versions
2784                 from gettext 0.15.
2785                 Remove configure options --with-localedir and
2786                 --with-mandir. The options that are provided
2787                 directly by autoconf 2.60 can be used instead:
2788                 --mandir --localedir
2789
2790 2006-08-27 [colin]      2.4.0cvs101
2791
2792         * src/plugins/bogofilter/Makefile.am
2793                 Fix make dist (no README)
2794
2795 2006-08-27 [colin]      2.4.0cvs100
2796
2797         * src/folder.c
2798                 Don't use F_UNKNOWN folders for any default
2799                 outbox/trash/etc
2800         * src/plugins/bogofilter/bogofilter.c
2801         * src/plugins/bogofilter/bogofilter.h
2802         * src/plugins/bogofilter/bogofilter_gtk.c
2803                 Add an option to specify the path to bogofilter
2804                 Use single-quotes to be able to learn in folders
2805                 with spaces in their names
2806                 Verify learning status
2807
2808 2006-08-27 [colin]      2.4.0cvs99
2809
2810         * manual/faq.xml
2811         * manual/plugins.xml
2812                 Document Bogofilter plugin
2813
2814 2006-08-27 [colin]      2.4.0cvs98
2815
2816         * src/compose.c
2817         * src/messageview.c
2818         * src/procmsg.c
2819         * src/procmsg.h
2820                 When possible, copy the queued mail to sent folder
2821                 instead of re-adding. Much faster on IMAP.
2822
2823 2006-08-27 [colin]      2.4.0cvs97
2824
2825         * src/msgcache.c
2826                 Disable mmaped caches - huge metadata loss
2827                 here after a power failure.
2828         * src/summaryview.c
2829                 Add quicksearch timing
2830         * src/common/plugin.c
2831         * src/common/plugin.h
2832                 Implement an interface to tell what plugins
2833                 provide. Prevent loading of similar plugins.
2834         * src/plugins/clamav/clamav_plugin.c
2835         * src/plugins/demo/demo.c
2836         * src/plugins/dillo_viewer/dillo_viewer.c
2837         * src/plugins/pgpcore/plugin.c
2838         * src/plugins/pgpinline/pgpinline.c
2839         * src/plugins/pgpmime/pgpmime.c
2840         * src/plugins/spamassassin/spamassassin.c
2841         * src/plugins/trayicon/trayicon.c
2842                 Implement plugin_provides()
2843
2844 2006-08-27 [colin]      2.4.0cvs96
2845
2846         * configure.ac
2847         * src/plugins/Makefile.am
2848         * src/plugins/bogofilter/.cvsignore
2849         * src/plugins/bogofilter/Makefile.am
2850         * src/plugins/bogofilter/bogofilter.c
2851         * src/plugins/bogofilter/bogofilter.h
2852         * src/plugins/bogofilter/bogofilter_gtk.c
2853                 New Bogofilter plugin, provides filtering and
2854                 learning. Spamassassin will go to extra plugins.
2855
2856 2006-08-26 [mones]      2.4.0cvs95
2857
2858         * manual/handling.xml
2859                 Fix subfolder path in the example (thanks to Paul) 
2860
2861 2006-08-26 [mones]      2.4.0cvs94
2862
2863         * manual/glossary.xml
2864                 2.2. + add ISP to the glossary
2865                 7.5. + Add UIDL to glossary
2866                 7.7. + Add TCP to glossary
2867         * manual/handling.xml
2868                 7.1. + Mentions GNU/Linux distribution, what about the non...
2869                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
2870                 7.3. + Mentions .bashrc, what about the non-bash ones? 
2871                 7.4. = Use appropriate quotation for commands
2872                 7.6. = change "" to <quote></quote>
2873         * manual/plugins.xml
2874                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
2875         * manual/starting.xml
2876                 2.1. + local mbox file: some examples of mbox file locations...
2877                 Also reformatted files requiring it
2878
2879 2006-08-26 [wwp]        2.4.0cvs93
2880
2881         * src/summary_search.c
2882                 disable find buttons while summary search is running.
2883
2884 2006-08-25 [colin]      2.4.0cvs92
2885
2886         * src/folder.c
2887         * src/folderutils.c
2888         * src/mh.c
2889         * src/procmsg.h
2890         * src/summaryview.c
2891                 Speed up MH moving, and add progressbar
2892                 for MH deletion
2893         * src/msgcache.c
2894                 Write cache files using mmap() too
2895
2896 2006-08-25 [wwp]        2.4.0cvs91
2897
2898         * src/summaryview.c
2899                 switch spam<->ham button when a message has been marked as spam or ham
2900                 and is still selected. Thanks to Colin.
2901
2902 2006-08-25 [paul]       2.4.0cvs90
2903
2904         * src/Makefile.am
2905         * src/stock_pixmap.c
2906         * src/stock_pixmap.h
2907         * src/summaryview.c
2908         * src/gtk/icon_legend.c
2909         * src/pixmaps/copied.xpm
2910         * src/pixmaps/moved.xpm
2911                 add icons for delayed execution marked for
2912                 copying, marked for moving
2913
2914 2006-08-25 [mones]      2.4.0cvs89
2915
2916         * manual/glossary.xml
2917                 Fix the other glossary items:
2918                 5.1. = Inmmediate execution -> <quote>immediate execution...
2919                 5.2. = Fix MBOX capitalization -> Mbox
2920                 5.3. + Improve Plugins def. w/ tech. ref.
2921                 5.4. = Quotation -> replace '>' by <quote>></quote>
2922                 5.5. - SMTP Server. -> remove dot
2923         * po/es.po
2924                 Updated translation
2925
2926 2006-08-25 [mones]      2.4.0cvs88
2927
2928         * manual/ack.xml
2929                 Reformatted, changed email address
2930         * manual/glossary.xml
2931                 Reformatted, fixed MANUAL-TODO items:
2932                 8.2. + add ROT-13 to glossary
2933                 8.4. + add URL to glossary
2934         * manual/es/advanced.xml
2935                 Fixed <literal>s
2936
2937 2006-08-25 [paul]       2.4.0cvs87
2938
2939         * src/gtk/icon_legend.c
2940                 add 'marked for deletion' icon
2941                 arrange icons by containing column
2942                 wrap long label text
2943
2944 2006-08-25 [colin]      2.4.0cvs86
2945
2946         * src/common/utils.c
2947         * src/common/utils.h
2948                 Add the sc_g_*list_bigger functions in
2949                 a place everyone can use it
2950         * src/summaryview.c
2951                 Only freeze/thaw the list when working
2952                 on the selection, if it's bigger than 1
2953         * src/gtk/gtksctree.c
2954                 Only freeze/thaw the list when unselec-
2955                 ting 'all' if ('all' != 1)
2956                 This avoids some flickering
2957
2958 2006-08-24 [colin]      2.4.0cvs85
2959
2960         * src/addressbook.c
2961                 Fix strange list selection
2962                 Fix random seg (Invalid read of freed memory)
2963
2964 2006-08-24 [colin]      2.4.0cvs84
2965
2966         * src/alertpanel.c
2967         * src/gtk/inputdialog.c
2968         * src/plugins/pgpcore/passphrase.c
2969                 Revert minimal width patch of 2.4.0cvs67,
2970                 as it is also a maximal width. Use 
2971                 gtk_window_set_default_size instead.
2972
2973 2006-08-24 [colin]      2.4.0cvs83
2974
2975         * src/msgcache.c
2976                 Write cache/mark to temp files before
2977                 overwriting old ones (avoids metadata
2978                 loss if writing the new files fail).
2979                 Use mmap() to read cache/mark file, as
2980                 this makes cache reading faster. Dis-
2981                 abled for big-endian machines until it
2982                 can be tested. (Big-endian users: set
2983                 msgcache_use_mmap = TRUE in the relevant
2984                 #if).
2985         * src/procmsg.h
2986                 Move rarely used fields of MsgInfo in 
2987                 another structure, which will only be
2988                 allocated if needed. Face, X-Face,
2989                 Return receipt headers and List-*
2990                 headers are moved. Mails having none
2991                 of these occupy 52 bytes less with
2992                 this patch, which makes 2.5MB of RAM
2993                 saved on a 50k folder).
2994         * src/headerview.c
2995         * src/mainwindow.c
2996         * src/messageview.c
2997         * src/partial_download.c
2998         * src/procheader.c
2999         * src/procmsg.c
3000         * src/textview.c
3001                 Follow this structure change.
3002
3003 2006-08-24 [wwp]        2.4.0cvs82
3004
3005         * manual/es/.cvsignore
3006         * manual/es/dist/.cvsignore
3007         * manual/es/dist/html/.cvsignore
3008         * manual/es/dist/pdf/.cvsignore
3009         * manual/es/dist/ps/.cvsignore
3010         * manual/es/dist/txt/.cvsignore
3011                 more (generated) files to ignore.
3012
3013 2006-08-24 [colin]      2.4.0cvs81
3014
3015         * src/folder.c
3016         * src/mh.c
3017                 Fix possible problems with local delivery. Check the folder doesn't
3018                 need scan before setting its mtime when saving cache (which can be
3019                 done long after the folder's been modified by an external process);
3020                 Check that the stored item's mtime didn't change in mh functions.
3021
3022 2006-08-24 [mones]      2.4.0cvs80
3023
3024         * manual/advanced.xml
3025                 Rewrapping, some fixes and MANUAL-TODO items:
3026                 8.1. = change "" to <quote></quote>
3027                 8.3. = quote menu items
3028                 8.5. - deploying -> new user ... ideally a new user (redundant)
3029
3030 2006-08-23 [colin]      2.4.0cvs79
3031
3032         * src/gtk/gtksctree.c
3033                 When selecting or deselecting range, only
3034                 freeze/thaw when selection is bigger than 10
3035
3036 2006-08-23 [colin]      2.4.0cvs78
3037
3038         * src/messageview.c
3039         * src/mimeview.c
3040         * src/mimeview.h
3041         * src/plugins/dillo_viewer/dillo_viewer.c
3042                 Provide an API for MimeViewer plugins to
3043                 return a text selection for replying
3044
3045 2006-08-23 [colin]      2.4.0cvs77
3046
3047         * src/image_viewer.c
3048         * src/textview.c
3049                 Use gtk_pixbuf_new_from_file_at_scale(), which
3050                 is faster than getting the pixbuf then resizing
3051                 it.
3052
3053 2006-08-23 [colin]      2.4.0cvs76
3054
3055         * src/procmime.c
3056                 UTF-8 should be sent Quoted-printable
3057
3058 2006-08-22 [colin]      2.4.0cvs75
3059
3060         * src/mh.c
3061                 Check if scan is required before touching
3062                 the folder (or it'll be required every time)
3063
3064 2006-08-22 [colin]      2.4.0cvs74
3065
3066         * configure.ac
3067                 Require libetpan 0.46 (crasher fix when built
3068                 against gnutls)
3069
3070 2006-08-22 [colin]      2.4.0cvs73
3071
3072         * src/folder.c
3073                 Set folder's mtime after writing its
3074                 cache
3075         * src/folderview.c
3076                 Add some timing
3077         * src/procmsg.c
3078                 Don't do useless stuff if we don't 
3079                 thread by subject
3080         * src/summaryview.c
3081                 Add some timing, don't deselect prior
3082                 to selecting (gtksctree does it itself),
3083                 remove crash avoidance hacks as it's been
3084                 properly fixed since a while
3085         * src/common/utils.c
3086                 Optimize to_human_readable(): _() is slow,
3087                 do it only once, and avoid %f format for KB
3088                 (the most common in a summaryview)
3089         * src/gtk/gtksctree.c
3090                 Don't uselessly freeze/thaw (fixes flicker
3091                 on next unread and friends), reduce number
3092                 of g_list_nth/g_list_position where possible
3093         * src/gtk/gtkutils.c
3094         * src/gtk/gtkutils.h
3095                 Reduce number of g_list_nth/g_list_position
3096                 where possible.
3097                 All of this makes loading as 70k folder 2.1
3098                 seconds instead of 3.2 (with hot FS caches).
3099                 (1.3 seconds without Date and Size columns...)
3100
3101 2006-08-22 [paul]       2.4.0cvs72
3102
3103         wrap documents and do some items from mones' MANUAL-TODO:
3104
3105         * manual/account.xml
3106                 4.1. = fix tabname references to <quote>tabname</quote>
3107                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3108         * manual/faq.xml
3109                 1.1. = mentioned options don't match UI
3110                 Add information about the 'Never send Return Receipts'
3111                 option
3112         * manual/handling.xml
3113                 6.2. = Mentions Extended symbols button, but now is
3114                 named Information
3115                 6.3. = Mentions ... button, which is now Edit
3116
3117 2006-08-22 [colin]      2.4.0cvs71
3118
3119         * src/gtk/pluginwindow.c
3120                 Fix layout in verbose translations (such
3121                 as french)
3122
3123 2006-08-22 [paul]       2.4.0cvs70
3124
3125         * manual/Makefile.am
3126                 build manuals in alphabetical order
3127         * src/addressbook.c
3128         * src/prefs_themes.c
3129                 replace/remove deprecated symbols
3130         * src/gtk/gtkutils.c
3131                 fix a warning
3132         * src/gtk/pluginwindow.c
3133                 replace deprecated symbol
3134                 replace label text and move it
3135         * src/plugins/pgpcore/prefs_gpg.c
3136                 move the 'Generate...' button out of the
3137                 Sign Key frame, replace the English used
3138         * src/plugins/pgpcore/sgpgme.c
3139                 fixes to the English
3140
3141 2006-08-21 [colin]      2.4.0cvs69
3142
3143         * src/plugins/trayicon/trayicon.c
3144                 Add more strings for translation; patch
3145                 by Pawel
3146
3147 2006-08-21 [colin]      2.4.0cvs68
3148
3149         * src/compose.c
3150                 fix replied flag not set after drafting
3151         * src/matcher.c
3152                 fix body quicksearch in non-encoded bodies
3153                 containing '='
3154         * src/msgcache.c
3155                 Get rid of the g_malloc workaround for
3156                 corrupted caches, use g_try_malloc
3157
3158 2006-08-21 [colin]      2.4.0cvs67
3159
3160         * src/alertpanel.c
3161         * src/gtk/inputdialog.c
3162         * src/plugins/pgpcore/passphrase.c
3163                 Set minimal width to 375
3164         * src/mainwindow.c
3165                 Fix switching to offline, asking if it 
3166                 should be overriden for synchronising
3167         * src/mimeview.c
3168                 Don't offer to remember command on Open 
3169                 with for text parts, as the browser or 
3170                 text editor command isn't changed from 
3171                 there
3172
3173 2006-08-20 [paul]       2.4.0cvs66
3174
3175         * po/ko.po
3176         * po/zh_CN.po
3177                 fix plural form errors. revealed by stricter
3178                 checking of gettext 0.15
3179
3180 2006-08-18 [paul]       2.4.0cvs65
3181
3182         * src/stock_pixmap.c
3183                 fix the fix of 2.4.0cvs64
3184                 Thanks to Colin
3185
3186 2006-08-18 [paul]       2.4.0cvs64
3187
3188         * src/stock_pixmap.c
3189                 fix leaks
3190                 Thanks to Colin
3191
3192 2006-08-18 [paul]       2.4.0cvs63
3193
3194         * src/compose.c
3195         * src/procmsg.c
3196                 fix occasional IMAP bug where large msgs
3197                 were left in the queue folder after sending
3198                 Thanks to Colin
3199
3200 2006-08-18 [paul]       2.4.0cvs62
3201
3202         * src/folderview.c
3203                 freeze the summaryview while quicksearch results
3204                 are displayed
3205                 (fixes bug 456 'current message is hidden when the
3206                 view is refreshed and extended search is "unread 
3207                 messages"')
3208                 Thanks to Colin
3209         * src/textview.c
3210                 add missing #include "inputdialog.h"
3211         * src/common/utils.h
3212                 add missing mailcap_update_default() and improve
3213                 readability
3214
3215 2006-08-17 [colin]      2.4.0cvs61
3216
3217         * src/plugins/pgpcore/select-keys.c
3218                 Fix warnings :)
3219
3220 2006-08-17 [colin]      2.4.0cvs60
3221
3222         * src/compose.c
3223                 Don't continue queuing if Cancel is clicked
3224                 in select-keys
3225
3226 2006-08-17 [colin]      2.4.0cvs59
3227
3228         * src/plugins/pgpcore/select-keys.c
3229                 When encrypting, if only one key matches and it 
3230                 matches exactly, automatically use it.
3231
3232 2006-08-17 [colin]      2.4.0cvs58
3233
3234         * src/mimeview.c
3235         * src/prefs_common.c
3236         * src/prefs_common.h
3237         * src/prefs_ext_prog.c
3238         * src/textview.c
3239                 Fix issues with previous patch (text/html)
3240                 Remove outdated prefs
3241
3242 2006-08-17 [colin]      2.4.0cvs57
3243
3244         * src/imap.c
3245                 Add View Log button on auth error
3246         * src/procmsg.c
3247                 Fix encrypted mail marked as new when
3248                 saved in normal folders
3249         * src/plugins/pgpinline/pgpinline.c
3250                 Fix encrypt bug on IMAP
3251         * src/mimeview.c
3252         * src/common/utils.c
3253         * src/common/utils.h
3254         * src/gtk/inputdialog.c
3255         * src/gtk/inputdialog.h
3256                 Get rid of metamail stuff, simplify
3257                 opening, and allow remembering of user's
3258                 choices (by updating ~/.mailcap). There's
3259                 still to drop "Audio player" and "Image
3260                 viewer" preferences.
3261
3262 2006-08-17 [mones]      2.4.0cvs56
3263
3264         * manual/es/sylpheed-claws-manual.xml
3265                 fix DTD path
3266
3267 2006-08-17 [mones]      2.4.0cvs55
3268
3269         * configure.ac
3270         * manual/Makefile.am
3271         * manual/es/Makefile.am
3272         * manual/es/account.xml
3273         * manual/es/ack.xml
3274         * manual/es/addrbook.xml
3275         * manual/es/advanced.xml
3276         * manual/es/faq.xml
3277         * manual/es/glossary.xml
3278         * manual/es/gpl.xml
3279         * manual/es/handling.xml
3280         * manual/es/intro.xml
3281         * manual/es/keyboard.xml
3282         * manual/es/plugins.xml
3283         * manual/es/starting.xml
3284         * manual/es/sylpheed-claws-manual.xml
3285         * manual/es/dist/Makefile.am
3286         * manual/es/dist/html/Makefile.am
3287         * manual/es/dist/pdf/Makefile.am
3288         * manual/es/dist/ps/Makefile.am
3289         * manual/es/dist/txt/Makefile.am
3290                 Spanish translation for the manual
3291
3292 2006-08-16 [colin]      2.4.0cvs54
3293
3294         * src/compose.c
3295         * src/main.c
3296         * src/mainwindow.c
3297                 Fix send button sensitivity at startup
3298                 Set send menu sensitivity (patch by Fabien)
3299         * src/ssl_manager.c
3300                 Enable closing with esc (patch by Fabien)
3301         * src/gtk/foldersort.c
3302                 Enable closing with esc (patch by Fabien)
3303         * src/procmime.c
3304                 Optimisation (no need to copy to tempfile to
3305                 "decode" 7bit and 8bit)
3306         * src/summaryview.c
3307                 Fix cruft in swap_from case
3308         * src/textview.c
3309                 Fix missing last line in some mail cases 
3310                 (Fixes debian #381872)
3311         * src/plugins/pgpcore/prefs_gpg.c
3312         * src/plugins/pgpcore/sgpgme.c
3313         * src/plugins/pgpcore/sgpgme.h
3314                 Don't show "no key found" when user explicitely
3315                 wants to create a key
3316
3317 2006-08-16 [paul]       2.4.0cvs53
3318
3319         * configure.ac
3320         * src/account.c
3321         * src/addressbook.c
3322         * src/headerview.c
3323         * src/prefs_account.c
3324         * src/prefs_message.c
3325         * src/gtk/gtkutils.c
3326                 bump up minimum required versions of GTK+ and
3327                 GLIB to 2.6.0
3328
3329 2006-08-16 [paul]       2.4.0cvs52
3330
3331         * src/toolbar.c
3332                 workaround GTK+ Bug 351600 - 'Can't re-click
3333                 on button after sensitivity update'
3334                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3335                 Thanks to Colin
3336
3337 2006-08-15 [colin]      2.4.0cvs51
3338
3339         * src/plugins/pgpcore/prefs_gpg.c
3340                 Set options sensitivity according to
3341                 key existence
3342         * src/plugins/pgpcore/sgpgme.c
3343                 Allow to create key with no passphrase
3344
3345 2006-08-14 [cleroy]     2.4.0cvs50
3346
3347         * src/gtk/pluginwindow.c
3348                 New layout (maybe to be changed?)
3349         * src/gtk/gtkutils.c
3350                 Fix a bit label_window
3351         * src/plugins/pgpcore/passphrase.c
3352         * src/plugins/pgpcore/passphrase.h
3353         * src/plugins/pgpcore/plugin.c
3354         * src/plugins/pgpcore/prefs_gpg.c
3355         * src/plugins/pgpcore/prefs_gpg.h
3356         * src/plugins/pgpcore/sgpgme.c
3357         * src/plugins/pgpcore/sgpgme.h
3358                 Allow to create a PGP private key via the GUI
3359
3360 2006-08-14 [wwp]        2.4.0cvs49
3361
3362         * src/addressbook_foldersel.c
3363                 fix strict ISO C90 compliance.
3364
3365 2006-08-14 [paul]       2.4.0cvs48
3366
3367         * src/gtk/prefswindow.c
3368                 re-set scrolled window on opening
3369                 Patch by Ticho
3370
3371 2006-08-14 [paul]
3372
3373         2.5.0-rc1 released
3374
3375 2006-08-14 [paul]       2.4.0cvs47
3376
3377         * src/prefs_display_header.c
3378                 re-enable user-defined Displayed Headers
3379
3380 2006-08-14 [paul]       2.4.0cvs46
3381
3382         * src/prefs_account.c
3383                 use GTK_STOCK_EDIT
3384
3385 2006-08-13 [colin]      2.4.0cvs45
3386
3387         * src/common/utils.c
3388                 Fix "a" in quote when the original message is empty,
3389                 by using \0 instead of 'a' to test writability of
3390                 temp files.
3391
3392 2006-08-13 [wwp]        2.4.0cvs44
3393
3394         * src/plugins/spamassassin/spamassassin.c
3395                 fix capitalization of "SpamAssassin" in some debug, log and
3396                 dialog messages.
3397
3398 2006-08-13 [paul]       2.4.0cvs43
3399
3400         * src/editldap.c
3401                 fix overlapping widgets
3402         * src/prefs_account.c
3403                 fix translation of protocol_names[]
3404                 fix label disappearing off the edge of the
3405                 visible area
3406
3407 2006-08-12 [paul]       2.4.0cvs42
3408
3409         * manual/plugins.xml
3410                 update IRC channel info before it gets forgotten
3411                 about
3412
3413 2006-08-11 [colin]      2.4.0cvs41
3414
3415         * src/compose.c
3416         * src/mainwindow.c
3417         * src/mainwindow.h
3418         * src/procmsg.c
3419         * src/procmsg.h
3420         * src/summaryview.c
3421         * src/toolbar.c
3422                 Grey out the Send button if
3423                 - Queue folders are empty, or
3424                 - We're sending already
3425
3426 2006-08-11 [wwp]        2.4.0cvs40
3427
3428         * src/main.c
3429                 fix a logic issue when quitting while a compose window is
3430                 still open, thanks to Colin.
3431
3432 2006-08-10 [colin]      2.4.0cvs39
3433
3434         * src/main.c
3435                 Fix default font size setting after wizard run
3436         * src/imap.c
3437         * src/etpan/imap-thread.c
3438         * src/etpan/imap-thread.h
3439                 Fix bug #999 (Timing out on TSL cert validation 
3440                 dialog makes ugly things happen). Also, STARTTLS
3441                 unconditionnaly if initial capabilities contain
3442                 LOGINDISABLED and STARTTLS.
3443
3444 2006-08-09 [colin]      2.4.0cvs38
3445
3446         * src/mainwindow.c
3447         * src/mainwindow.h
3448                 Fix Tools/Actions sensitivity when there are
3449                 no actions
3450
3451 2006-08-09 [colin]      2.4.0cvs37
3452
3453         * src/prefs_filtering.c
3454                 Warning fix, patch by Paul
3455         * src/messageview.c
3456         * src/prefs_actions.c
3457         * src/prefs_filtering_action.c
3458         * src/prefs_matcher.c
3459                 Uniformisation of "Info ..." to "Info..." (for
3460                 old gtk), patch by Fabien
3461         * src/plugins/clamav/clamav_plugin_gtk.c
3462                 Sensitivity fix by Fabien
3463
3464 2006-08-09 [colin]      2.4.0cvs36
3465
3466         * src/main.c
3467         * src/main.h
3468                 Add a function to know whether we're exiting
3469         * src/plugins/trayicon/trayicon.c
3470                 If exiting, don't do anything. Faster, and
3471                 avoids gtk_main_iteration reentracy causing
3472                 segfaults at exit
3473
3474 2006-08-09 [colin]      2.4.0cvs35
3475
3476         * src/messageview.c
3477         * src/mimeview.c
3478         * src/mimeview.h
3479                 Fix lack of part selection when automatically 
3480                 jumping to a specific part
3481         * src/msgcache.c
3482                 Little optimisation in cache reading
3483
3484 2006-08-09 [colin]      2.4.0cvs34
3485
3486         * src/compose.c
3487                 Fix crash setting the priority on reedit
3488                 (Accessing compose before creating it!)
3489
3490 2006-08-08 [colin]      2.4.0cvs33
3491
3492         * src/procmime.c
3493                 Fix bug #998 (last attachment is not accessible)
3494                 Bad RFC interpretation on multipart close-delimiters
3495         * src/mimeview.c
3496         * src/mimeview.h
3497         * src/gtk/gtkvscrollbutton.c
3498         * src/gtk/gtkvscrollbutton.h
3499                 Make attachments list wheel-scrollable
3500
3501 2006-08-07 [colin]      2.4.0cvs32
3502
3503         * src/gtk/gtkaspell.c
3504                 Fix bug #973 (Unicode punctation characters 
3505                 are not recognized as separators by the
3506                 spell checker); fix unsigned stuff
3507
3508 2006-08-07 [colin]      2.4.0cvs31
3509
3510         * src/compose.c
3511                 Fix bug #956 (DnD text with accents in compose 
3512                 text entry); fix gccc's signed/unsigned fuss
3513
3514 2006-08-06 [colin]      2.4.0cvs30
3515
3516         * src/main.c
3517                 Fix bug #979 (Plugin crashes when exiting 
3518                 sylpheed-claws) : handle exit request only 
3519                 once
3520
3521 2006-08-05 [colin]      2.4.0cvs29
3522
3523         * src/news.c
3524                 Just make sure we have a msgid.
3525
3526 2006-08-05 [colin]      2.4.0cvs28
3527
3528         * src/news.c
3529         * src/summaryview.c
3530                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3531                 by reimplementing it
3532         * src/textview.c
3533                 Fix bug when hiding quotes with level > 3 and quote
3534                 colors are recycled
3535
3536 2006-08-04 [colin]      2.4.0cvs27
3537
3538         * src/compose.c
3539         * src/undo.c
3540         * src/undo.h
3541                 Fix a bit replace-by-pasting undo
3542         * src/mainwindow.c
3543         * src/messageview.c
3544                 Fix Fold quotes menu synchro in
3545                 mainwindow when it changes in 
3546                 messageview
3547         * src/textview.c
3548                 Fix right-click on quotes blocks
3549         * src/common/utils.c
3550                 Verify that the file created by
3551                 my_tmpfile() is writable. Fixes
3552                 bug #988 (very specific filesystem
3553                 issue)
3554         * src/plugins/pgpcore/sgpgme.c
3555                 Fix file descriptor leak
3556         * src/plugins/spamassassin/spamassassin.c
3557                 Warn once if spamd isn't reachable
3558
3559 2006-08-04 [colin]      2.4.0cvs26
3560
3561         * src/toolbar.c
3562                 i18n context patch by Fabien
3563
3564 2006-08-03 [colin]      2.4.0cvs25
3565
3566         * src/mainwindow.c
3567         * src/messageview.c
3568                 Rename "Hide quotes" to "Fold quotes"
3569         * src/textview.c
3570                 Don't use hand cursor on quotes. "all 
3571                 the bonuses of the feature and none of 
3572                 unwelcome side-effects"
3573
3574 2006-08-03 [colin]      2.4.0cvs24
3575
3576         * AUTHORS
3577         * sylpheed-claws.desktop
3578         * src/gtk/authors.h
3579                 Bring the desktop file to XDG compliance
3580                 Patch by Charles A. Edwards
3581
3582 2006-08-03 [colin]      2.4.0cvs23
3583
3584         * src/textview.c
3585                 Fix links offset when they are preceded
3586                 by accentued chars (g_utf8_strlen!)
3587         * src/mainwindow.c
3588                 Fix wrong status when starting offline
3589
3590
3591 2006-08-03 [wwp]        2.4.0cvs22
3592
3593         * src/prefs_common.h
3594                 ask what to do w/ filtering rules that belong to an account when
3595                 applying filtering rules manually from the main window (skip,
3596                 apply regardless of the account, use current account). This dialog
3597                 can be skipped and the last reply used.
3598                 (forgot that file)
3599
3600 2006-08-03 [wwp]        2.4.0cvs21
3601
3602         * src/filtering.c
3603         * src/filtering.h
3604         * src/prefs_common.c
3605         * src/summaryview.c
3606         * src/alertpanel.c
3607         * src/alertpanel.h
3608         * src/messageview.c
3609                 ask what to do w/ filtering rules that belong to an account when
3610                 applying filtering rules manually from the main window (skip,
3611                 apply regardless of the account, use current account). This dialog
3612                 can be skipped and the last reply used.
3613
3614
3615 2006-08-03 [colin]      2.4.0cvs20
3616
3617         * src/textview.c
3618                 Optimize previous patch
3619
3620 2006-08-03 [cleroy]     2.4.0cvs19
3621
3622         * src/textview.c
3623                 Fix quotes getting toggled back when the
3624                 mail has an even number of text parts
3625
3626 2006-08-02 [colin]      2.4.0cvs18
3627
3628         * src/messageview.c
3629                 Add Hide quotes menu
3630
3631 2006-08-02 [colin]      2.4.0cvs17
3632
3633         * src/mainwindow.c
3634         * src/prefs_common.c
3635         * src/textview.c
3636         * src/textview.h
3637         * src/gtk/about.c
3638                 Allow per-level quote hiding,
3639                 Allow toggling quotes by double-clicking them
3640                 Rename RemoteURI to ClickableText to reflect
3641                 the fact it's used for a variety of things
3642
3643 2006-08-02 [wwp]        2.4.0cvs16
3644
3645         * src/mainwindow.c
3646                 fix "View/Hide quotes" menu item status initialization.
3647
3648 2006-08-02 [wwp]        2.4.0cvs15
3649
3650         * src/matcher_parser_parse.y
3651                 remove a debug trace.
3652
3653 2006-08-02 [paul]       2.4.0cvs14
3654
3655         * src/plugins/pgpcore/passphrase.c
3656                 don't set initial dialog size
3657                 make it resizable
3658
3659 2006-08-02 [paul]       2.4.0cvs13
3660
3661         * src/noticeview.c
3662                 remove the rogue '/' character
3663
3664 2006-08-02 [paul]       2.4.0cvs12
3665
3666         * src/noticeview.c
3667                 allow buttons to resize as necessary
3668
3669 2006-08-01 [wwp]        2.4.0cvs11
3670
3671         * src/mbox.c
3672                 fix strict ISO C90 compliance.
3673
3674 2006-08-01 [wwp]        2.4.0cvs10
3675
3676         * tools/update-po
3677                 updated update-po tool to work w/ context-dependent translations.
3678                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3679
3680 2006-08-01 [wwp]        2.4.0cvs9
3681
3682         * src/matcher.c
3683         * src/prefs_filtering.c
3684         * src/prefs_matcher.c
3685                 allow context-dependent translations for "All",
3686                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3687
3688 2006-07-31 [colin]      2.4.0cvs8
3689
3690         * AUTHORS
3691         * src/gtk/authors.h
3692                 Add Rafal to authors
3693
3694 2006-07-31 [colin]      2.4.0cvs7
3695
3696         * src/compose.c
3697         * src/mainwindow.c
3698         * src/messageview.h
3699         * src/prefs_common.c
3700         * src/prefs_common.h
3701         * src/textview.c
3702                 Add 'View/Hide quotes'. Patch based on a patch
3703                 by Rafal Weglarz
3704
3705 2006-07-31 [colin]      2.4.0cvs6
3706
3707         * src/action.c
3708                 Fix problem with "> stuff >" actions
3709
3710 2006-07-31 [paul]       2.4.0cvs5
3711
3712         * po/nb.po
3713                 updated by Geir Helland
3714
3715 2006-07-31 [wwp]        2.4.0cvs4
3716
3717         * src/mainwindow.c
3718         * src/summaryview.c
3719         * src/summaryview.h
3720                 add "View/Go to/Parent message" and "View/Go to/Last read message",
3721                 thanks to Colin.
3722
3723 2006-07-31 [wwp]        2.4.0cvs3
3724
3725         * src/Makefile.am
3726         * src/addr_compl.c
3727         * src/addr_compl.h
3728         * src/addressbook.c
3729         * src/addressbook.h
3730         * src/addressbook_foldersel.c
3731         * src/addressbook_foldersel.h
3732         * src/addrindex.c
3733         * src/addrindex.h
3734         * src/matcher.c
3735         * src/matcher.h
3736         * src/matcher_parser_lex.l
3737         * src/matcher_parser_parse.y
3738         * src/prefs_common.c
3739         * src/prefs_common.h
3740         * src/prefs_filtering.c
3741         * src/prefs_matcher.c
3742         * src/prefs_matcher.h
3743         * src/summaryview.c
3744                 introduce filtering against the address book. It's now possible to add
3745                 matched conditions to determine if any email address in a message matches
3746                 or doesn't match any or all books or folders in the address book.
3747
3748 2006-07-31 [wwp]        2.4.0cvs2
3749
3750         * src/account.c
3751         * src/filtering.c
3752         * src/filtering.h
3753         * src/folder.c
3754         * src/folderview.c
3755         * src/inc.c
3756         * src/mainwindow.c
3757         * src/matcher.c
3758         * src/matcher_parser_lex.l
3759         * src/matcher_parser_parse.y
3760         * src/mbox.c
3761         * src/prefs_filtering.c
3762         * src/prefs_filtering.h
3763         * src/procmsg.c
3764         * src/procmsg.h
3765         * src/summaryview.c
3766                 introduce per-account filtering rules. Each filtering rule can now be assigned
3767                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
3768                 when applying filtering rules manually, as all rules will apply - even the ones
3769                 assigned to an account. This issue will be addressed soon.
3770  
3771
3772
3773 2006-07-31 [wwp]        2.4.0cvs1
3774
3775         * src/quote_fmt.c
3776                 make more strings translatable.
3777
3778 2006-07-31 [paul]       2.4.0
3779
3780         2.4.0 released
3781
3782 2006-07-31 [paul]       2.3.1cvs91
3783
3784         * po/ca.po
3785                 updated by Miquel Oliete
3786
3787 2006-07-31 [paul]       2.3.1cvs90
3788
3789         * po/de.po
3790         * po/el.po
3791         * po/fr.po
3792         * po/it.po
3793         * po/pl.po
3794         * po/pt_BR.po
3795         * po/sr.po
3796         * po/zh_CN.po
3797                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
3798                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
3799                 Aleksandar Urosevic, and Ralgh Young
3800
3801 2006-07-31 [paul]       2.3.1cvs89
3802
3803         * src/account.c
3804         * src/main.c
3805         * src/mainwindow.c
3806         * src/mainwindow.h
3807                 Fix a race condition when, after an SC crash, rescanning
3808                 folders took more than 0.5 seconds
3809                 Thanks to Colin
3810
3811 2006-07-31 [paul]       2.3.1cvs88
3812
3813         * src/folderview.c
3814                 don't translate separator strings
3815
3816 2006-07-30 [mones]      2.3.1cvs87
3817
3818         * doc/man/sylpheed-claws.1
3819                 Fixed non-ASCII chars in Hoa's name
3820         * po/es.po
3821                 Updated for release
3822
3823 2006-07-27 [colin]      2.3.1cvs86
3824
3825         * src/textview.c
3826                 Don't include the leading \n in links
3827                 Patch by Fabien
3828
3829 2006-07-25 [colin]      2.3.1cvs85
3830
3831         * src/mainwindow.c
3832         * src/common/socket.h
3833         * src/etpan/imap-thread.c
3834                 Refresh resolvers before connecting
3835                 to IMAP servers, and after switching
3836                 to online. Thanks to Paul.
3837
3838 2006-07-18 [colin]
3839
3840         * 2.4.0-rc4 released
3841
3842 2006-07-17 [colin]      2.3.1cvs84
3843
3844         * src/inc.c
3845                 Show connection attempt in statusbar before
3846                 connecting (previously first message was
3847                 "Retrieving messages from ..." after the
3848                 connection succeeded.
3849
3850 2006-07-16 [wwp]        2.3.1cvs83
3851
3852         * sylpheed-claws.ico
3853                 Added .ico file (windows multi-size icon file, generated).
3854
3855 2006-07-12 [wwp]        2.3.1cvs82
3856
3857         * src/messageview.c
3858                 remove Message/Re-edit menu entry from messageview window,
3859                 as sent/draft/queued messages are opened in compose window when
3860                 re-edited and it's not possible to re-edit other msgs.
3861
3862 2006-07-12 [paul]       2.3.1cvs81
3863
3864         * AUTHORS
3865         * src/mainwindow.c
3866         * src/gtk/authors.h
3867                 check online state before resetting
3868                 mailcheck timer. Useful if some program
3869                 verifies connection state and updates
3870                 Claws.
3871                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
3872
3873 2006-07-12 [paul]       2.3.1cvs80
3874
3875         * sylpheed-claws-128x128.png
3876         * sylpheed-claws-64x64.png
3877         * sylpheed-claws.png
3878         * src/Makefile.am
3879         * src/main.c
3880         * src/prefs_toolbar.c
3881         * src/stock_pixmap.c
3882         * src/stock_pixmap.h
3883         * src/wizard.c
3884         * src/gtk/about.c
3885         * src/gtk/gtkutils.c
3886         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
3887         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
3888         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
3889         * src/pixmaps/sylpheed.xpm              ** REMOVED **
3890         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
3891         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
3892                 updated and renamed logo/icon files and related
3893                 logo by Jesper Schultz
3894
3895 2006-07-11 [paul]       2.3.1cvs79
3896
3897         * src/main.c
3898                 fix the labels a smidgin
3899
3900 2006-07-09 [colin]      2.3.1cvs78
3901
3902         * src/textview.c
3903                 Show errors in textviewer's command
3904                 Patch by H. Merijn Brand
3905
3906 2006-07-09 [colin]      2.3.1cvs77
3907
3908         * src/compose.c
3909                 Save FMID in drafts too
3910
3911 2006-07-08 [colin]      2.3.1cvs76
3912
3913         * src/compose.c
3914                 Svae RMID in drafted mails too
3915                 Save quote_fmt vars for whole mails,
3916                 don't reset at each quote_fmt_init:
3917                 allows to use the same |i{var} in
3918                 various template fields
3919         * src/prefs_template.c
3920         * src/quote_fmt.h
3921         * src/quote_fmt_parse.y
3922                 Same
3923
3924 2006-07-08 [colin]      2.3.1cvs75
3925
3926         * src/textview.c
3927                 Fix highlighting of attached parts URIs
3928
3929 2006-07-08 [colin]      2.3.1cvs74
3930
3931         * src/main.c
3932                 Prevent bug #981 (sc 2.3.1 segfaults with 
3933                 gtk+ 2.10) from being reported again:
3934                 if Sylpheed-Claws has been compiled against
3935                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
3936                 of if Sylpheed-Claws has been compiled against
3937                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
3938                 error out.
3939
3940 2006-07-07 [colin]      2.3.1cvs73
3941
3942         * src/prefs_actions.c
3943                 Fix label
3944
3945 2006-07-07 [colin]      2.3.1cvs72
3946
3947         * src/prefs_actions.c
3948                 Fix compile on gtk < 2.8. argh :)
3949
3950 2006-07-07 [paul]       2.3.1cvs71
3951
3952         * src/common/defs.h
3953                 update DONATE_URI
3954
3955 2006-07-07 [colin]      2.3.1cvs70
3956
3957         * po/POTFILES.in
3958         * src/quote_fmt.c
3959         * src/quote_fmt_lex.l
3960         * src/quote_fmt_parse.y
3961                 Add |i{var}, a way to insert user-entered
3962                 text in a template
3963
3964 2006-07-07 [colin]
3965
3966         * 2.4.0-rc3 released
3967
3968 2006-07-07 [colin]      2.3.1cvs69
3969
3970         * src/folder.c
3971                 Don't consider inboxes of UNKNOWN folder 
3972                 classes to be useable as default inboxes
3973
3974 2006-07-07 [paul]       2.3.1cvs68
3975
3976         * src/textview.c
3977                 add missing #include <errno.h>
3978                 Thanks to René J. Blokland
3979
3980 2006-07-07 [paul]       2.3.1cvs67
3981
3982         * src/action.c
3983                 Return now Closes dialog
3984         * src/mimeview.c
3985         * src/mimeview.h
3986         * src/textview.c
3987                 add contextual menu to mime parts listed
3988                 in the textview
3989                 Thanks to Colin
3990         * src/common/utils.c
3991                 reversal: ' is a valid character in URLs
3992
3993 2006-07-06 [colin]      2.3.1cvs66
3994
3995         * src/remotefolder.h
3996                 Forgotten in previous commit
3997
3998 2006-07-06 [colin]      2.3.1cvs65
3999
4000         * src/folder.c
4001                 Set summary update flag whenever
4002                 totals changed
4003         * src/imap.c
4004         * src/prefs_account.c
4005         * src/common/utils.h
4006         * src/etpan/imap-thread.c
4007                 Fix warnings, thanks to Fabien and
4008                 Ricardo
4009
4010 2006-07-06 [wwp]        2.3.1cvs64
4011
4012         * src/gtk/gtkutils.c
4013                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4014
4015 2006-07-06 [wwp]        2.3.1cvs63
4016
4017         * src/account.c
4018         * src/addressbook.c
4019         * src/addressitem.h
4020         * src/folderview.c
4021         * src/mainwindow.c
4022         * src/manual.c
4023         * src/manual.h
4024         * src/message_search.c
4025         * src/prefs_actions.c
4026         * src/prefs_filtering.c
4027         * src/prefs_filtering.h
4028         * src/prefs_template.c
4029         * src/summary_search.c
4030         * src/summaryview.c
4031         * src/gtk/gtkutils.c
4032         * src/gtk/gtkutils.h
4033         * src/gtk/pluginwindow.c
4034                 add help buttons to some dialogs. Clicking such buttons opens a
4035                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4036
4037 2006-07-06 [paul]       2.3.1cvs62
4038
4039         * src/textview.c
4040                 fix attachments contextual menu
4041                 Thanks to Colin
4042
4043 2006-07-05 [colin]      2.3.1cvs61
4044
4045         * src/textview.c
4046         * src/compose.c
4047                 Handle sftp:// links
4048
4049 2006-07-05 [paul]       2.3.1cvs60
4050
4051         * src/gtk/filesel.c
4052                 grab save button by default
4053                 Thanks to Colin
4054
4055 2006-07-05 [wwp]        2.3.1cvs59
4056
4057         * manual/xml2pdf
4058                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4059
4060 2006-07-04 [colin]      2.3.1cvs58
4061
4062         * src/mimeview.c
4063         * src/textview.c
4064                 Use left click to select, middle click to open
4065                 on mimeparts links
4066         * src/common/utils.c
4067                 Fix segfault
4068
4069 2006-07-04 [colin]      2.3.1cvs57
4070
4071         * src/mainwindow.c
4072         * src/news.c
4073                 Warning fixes, thanks to Fabien
4074
4075 2006-07-04 [colin]      2.3.1cvs56
4076
4077         * src/mimeview.c
4078         * src/mimeview.h
4079         * src/textview.c
4080                 Allow parts to be selected via their text label
4081                 in textview
4082
4083 2006-07-04 [colin]      2.3.1cvs55
4084
4085         * src/folderview.c
4086                 Feedback when closing (for big folders)
4087         * src/prefs_actions.c
4088         * src/prefs_filtering.c
4089         * src/prefs_matcher.c
4090         * src/prefs_template.c
4091                 Fix default button when closing without
4092                 having saved
4093
4094 2006-07-04 [colin]      2.3.1cvs54
4095
4096         * src/news.c
4097                 Delete local file on deletion
4098
4099 2006-07-03 [colin]      2.3.1cvs53
4100
4101         * src/folderview.c
4102         * src/main.c
4103                 Don't freeze when rescanning after crash
4104
4105 2006-07-03 [wwp]        2.3.1cvs52
4106
4107         * src/compose.c
4108         * src/privacy.c
4109         * src/privacy.h
4110         * src/plugins/pgpinline/pgpinline.c
4111         * src/plugins/pgpmime/pgpmime.c
4112                 don't report an error when the user cancels the passphrase dialog.
4113
4114 2006-07-02 [colin]      2.3.1cvs51
4115
4116         * src/folderview.c
4117                 Open message when crossing folders with Space,
4118                 goto next unread and friends
4119
4120 2006-07-01 [colin]      2.3.1cvs50
4121
4122         * src/prefs_account.c
4123                 Typographic rules varying from language
4124                 to language (in french "Protocole :"),
4125                 we have to do that :)
4126
4127 2006-07-01 [ticho]      2.3.1cvs49
4128
4129         * src/prefs_account.c
4130                 Only use one temporary gchar* variable in
4131                 prefs_account_protocol_set_optmenu().
4132
4133 2006-07-01 [ticho]      2.3.1cvs48
4134
4135         * src/prefs_account.c
4136         * src/prefs_account.h
4137                 Use GtkLabel for existing account protocol name.
4138                 Created an array for protocol names and populate the
4139                 combobox from it in a for() cycle.
4140
4141 2006-06-30 [colin]      2.3.1cvs47
4142
4143         * src/compose.c
4144                 Block undo when changing signature (by changing
4145                 account)
4146
4147 2006-06-30 [paul]       2.3.1cvs46
4148
4149         * src/send_message.c
4150                 when editing From in the Compose window, use that address
4151                 in the Return-Path: header
4152                 Thanks to Colin
4153
4154 2006-06-30 [colin]      2.3.1cvs45
4155
4156         * src/compose.c
4157                 Fix signature replacement:
4158                 - when no newline before separator
4159                 - when reediting
4160
4161 2006-06-29 [colin]      2.3.1cvs44
4162
4163         * src/folderview.c
4164         * src/folderview.h
4165         * src/mainwindow.c
4166         * src/summaryview.c
4167                 Let 'View/Go to/Next marked' work like
4168                 Next new & Next unread: across folders
4169                 Change the select_on_entry pref to do
4170                 what we want when changing folder
4171         * src/common/utils.c
4172                 Fix single-quoted links 
4173
4174 2006-06-29 [colin]      2.3.1cvs43
4175
4176         * src/gtk/gtkaspell.c
4177                 "Sylpheed" and "Sylpheed-Claws" do exist !
4178
4179 2006-06-29 [colin]      2.3.1cvs42
4180
4181         * src/imap.c
4182                 Forgot to remove debug
4183
4184 2006-06-29 [colin]      2.3.1cvs41
4185
4186         * src/imap.c
4187         * src/imap.h
4188         * src/mainwindow.c
4189                 Disconnect from IMAP servers when going
4190                 offline. Fixes bug #978 (going to offline-mode 
4191                 won't close connections)
4192
4193 2006-06-29 [colin]      2.3.1cvs40
4194
4195         * src/main.c
4196                 Fix transient setting on failing plugins
4197                 Patch by Fabien
4198         * src/plugins/pgpcore/sgpgme.c
4199                 Only warn for OpenPGP. Most people don't
4200                 have CMS available.
4201
4202 2006-06-29 [colin]      2.3.1cvs39
4203
4204         * src/compose.c
4205                 Fix Spelling menu (discrepancy between context menu
4206                 and top menu when folder's dictionary isn't the 
4207                 default one)
4208         * src/plugins/pgpcore/sgpgme.c
4209                 More error reporting about why gpgme can fail
4210
4211 2006-06-29 [wwp]        2.3.1cvs38
4212
4213         * src/mainwindow.c
4214                 honor the display-header-pane setting even when the message view
4215                 is a separate window.
4216
4217 2006-06-29 [wwp]        2.3.1cvs37
4218
4219         * src/prefs_actions.c
4220                 forgot to commit that one (use of GTK_STOCK_INFO).
4221
4222 2006-06-29 [colin]      2.3.1cvs36
4223
4224         * src/imap.c
4225                 Better handling of login errors (ask the password
4226                 again once), alert in case of error. Fix three
4227                 signedness warnings.
4228
4229 2006-06-28 [wwp]        2.3.1cvs35
4230
4231         * src/prefs_template.c
4232         * src/prefs_matcher.c
4233         * src/prefs_filtering_action.c
4234         * src/prefs_quote.c
4235                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4236                 patch by Fabien Vantard, slightly modified.
4237
4238 2006-06-28 [paul]
4239
4240         2.4.0-rc2 released
4241
4242 2006-06-28 [colin]      2.3.1cvs34
4243
4244         * src/prefs_account.c
4245                 Fix bug #977 (Can't add or edit imap accounts)
4246
4247 2006-06-28 [colin]      2.3.1cvs33
4248
4249         * src/mimeview.c
4250                 Fix previous
4251
4252 2006-06-28 [colin]      2.3.1cvs32
4253
4254         * src/mimeview.c
4255                 Save named inlined attachments with "Save all"
4256         * src/main.c
4257         * src/mbox.c
4258         * src/common/plugin.c
4259         * src/common/plugin.h
4260         * src/common/sylpheed.c
4261         * src/common/utils.c
4262         * src/plugins/pgpcore/sylpheed.def
4263         * src/plugins/pgpinline/sylpheed.def
4264         * src/plugins/pgpmime/sylpheed.def
4265                 Win32 compatibility patch, by
4266                 Werner Koch
4267
4268 2006-06-28 [wwp]        2.3.1cvs31
4269
4270         * src/imap.c
4271         * src/prefs_folder_item.c
4272                 less compilation warnings (thanks to Fabien Vantard), less typos.
4273
4274 2006-06-28 [paul]       2.3.1cvs30
4275
4276         * src/gtk/gtkutils.c
4277                 gtk_combo_box_set_focus_on_click() is only
4278                 available since gtk 2.6.0
4279
4280 2006-06-28 [paul]       2.3.1cvs29
4281
4282         * src/prefs_ext_prog.c
4283                 fix engrish and add a tooltip for the
4284                 'command for 'Display as text' option
4285
4286 2006-06-28 [paul]
4287
4288         2.4.0-rc1 released
4289
4290 2006-06-28 [paul]       2.3.1cvs28
4291
4292         * ChangeLog
4293         * tools/Makefile.am
4294                 include textviewer.pl in releases
4295
4296 2006-06-28 [paul]       2.3.1cvs27
4297
4298         * src/prefs_ext_prog.c
4299                 hide Print command option if libgnomeprint
4300                 support is present
4301
4302 2006-06-27 [colin]      2.3.1cvs26
4303
4304         * src/compose.c
4305                 Fix Esc handling in insert/attach dialog
4306                 Don't show this dialog if dragging something
4307                 else than text/uri-list
4308                 Thanks to Fabien Vantard
4309         * tools/textviewer.pl
4310                 Filter script to display stuff as text
4311                 by H. Merijn Brand
4312
4313 2006-06-27 [wwp]        2.3.1cvs25
4314
4315         * src/messageview.c
4316                 use the exact product name (message view title), patch
4317                 by Fabien Vantard.
4318
4319 2006-06-27 [ticho]      2.3.1cvs24
4320
4321         * src/prefs_account.c
4322         * src/prefs_common.c
4323         * src/prefs_common.h
4324         * src/prefs_ext_prog.c
4325         * src/textview.c
4326                 Add a preference (Preferences/External programs)
4327                 to allow "Display as text" to be done via a script
4328                 (patch by H.Merijn Brand).
4329                 Use GtkComboBox for protocol selection in account
4330                 preferences.
4331                 Only include current choice for existing accounts, and
4332                 insensitivize the combobox.
4333
4334 2006-06-27 [paul]       2.3.1cvs23
4335
4336         * src/mbox.c
4337                 fix crasher introduced in cvs21.
4338                 Thanks to Colin
4339
4340 2006-06-26 [colin]      2.3.1cvs22
4341
4342         * src/mbox.c
4343                 Fix double-frees when leaving folders
4344                 after exporting to mbox
4345
4346 2006-06-26 [colin]      2.3.1cvs21
4347
4348         * src/mbox.c
4349                 More feedback (and optimisation)
4350                 on import/export
4351         * src/common/utils.c
4352                 Fix case when looking for mail addresses
4353         * src/gtk/gtkutils.c
4354                 Extra check for (X-)Face
4355
4356 2006-06-25 [ticho]      2.3.1cvs20
4357
4358         * src/compose.c
4359         * src/exphtmldlg.c
4360         * src/gtk/gtkutils.c
4361         * src/gtk/gtkutils.h
4362                 Added second argument to gtkut_sc_combobox_create() to
4363                 control focus-on-click for the widget.
4364                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4365
4366 2006-06-25 [ticho]      2.3.1cvs19
4367
4368         * src/compose.c
4369         * src/gtk/Makefile.am
4370         * src/gtk/combobox.c
4371         * src/gtk/combobox.h
4372         * src/gtk/gtkutils.c
4373         * src/gtk/gtkutils.h
4374                 Use GtkComboBox instead of deprecated GtkOptionMenu
4375                 for account selector in compose window and for encoding
4376                 selector in attachment properties.
4377                 Also factorise working with the new GtkComboBox somewhat.
4378
4379 2006-06-24 [paul]       2.3.1cvs18
4380
4381         * src/prefs_common.c
4382                 use the correct default value
4383
4384 2006-06-24 [paul]       2.3.1cvs17
4385
4386         * src/compose.c
4387         * src/prefs_common.c
4388         * src/prefs_common.h
4389         * src/prefs_compose_writing.c
4390                 enable setting of default action when
4391                 dnd'ing files in the compose window.
4392                 (Collaborative effort with wwp)
4393
4394 2006-06-23 [wwp]        2.3.1cvs16
4395
4396         * src/compose.c
4397                 i18n fix (thanks to Fabien Vantard)
4398
4399 2006-06-22 [colin]      2.3.1cvs15
4400
4401         * src/prefs_customheader.c
4402                 Don't use filters in custom headers' file 
4403                 selector. Remember, extensions mean nothing :)
4404
4405 2006-06-22 [paul]       2.3.1cvs14
4406
4407         * configure.ac
4408                 allow setting of man directory location
4409
4410 2006-06-22 [colin]      2.3.1cvs13
4411
4412         * src/mainwindow.c
4413                 Add 'View/Go to/Next unread folder'.
4414                 I missed that :)
4415
4416 2006-06-22 [colin]      2.3.1cvs12
4417
4418         * src/common/utils.c
4419                 Add some subject prefixes
4420                 Patch by Bjorn T Johansen <btj@havleik.no>
4421
4422 2006-06-22 [colin]      2.3.1cvs11
4423
4424         * manual/advanced.xml
4425                 Forgotten hidden pref
4426
4427 2006-06-21 [paul]       2.3.1cvs10
4428
4429         * src/prefs_account.c
4430                 complete the removal of 'Add date header' option
4431
4432 2006-06-21 [paul]       2.3.1cvs9
4433
4434         * src/account.c
4435         * src/compose.c
4436         * src/prefs_account.c
4437         * src/prefs_account.h
4438                 remove option to add date header - always
4439                 add date header
4440         * src/etpan/imap-thread.c
4441                 fix warnings (Thanks to Colin)
4442
4443 2006-06-21 [wwp]        2.3.1cvs8
4444
4445         * src/folder.c
4446                 set the attachment flag when inline text part are (file)named. This is more convenient
4447                 when receiving (for instance) inline source files or patches sent using thunderbird.
4448
4449 2006-06-21 [paul]       2.3.1cvs7
4450
4451         * src/inc.c
4452                 fix off-by-one count of current msg in
4453                 statusbar filtering progressbar
4454
4455 2006-06-21 [paul]       2.3.1cvs6
4456
4457         * src/folder.c
4458                 Show attachment icon even if the part is 'inline'
4459                 if the following conditions are met:
4460                 - content-type != 'text/plain'
4461                 - content-type != '*/pgp-signature'
4462                 - either 'name' or 'filename' parameter is not NULL
4463                 
4464                 Thanks to Colin
4465
4466 2006-06-21 [paul]       2.3.1cvs5
4467
4468         * src/messageview.c
4469         * src/prefs_common.c
4470         * src/prefs_common.h
4471         * src/prefs_other.c
4472                 add an option to 'Never send Return
4473                 Receipts'
4474                 Thanks to Colin
4475
4476 2006-06-20 [mones]      2.3.1cvs4
4477
4478         * po/es.po
4479                 updated
4480         * src/compose.c
4481                 typo fixed (space after comma)
4482         * tools/make.themes.project
4483                 remove exec mode from tarball files
4484
4485 2006-06-20 [colin]      2.3.1cvs3
4486
4487         * src/news.c
4488         * src/procheader.c
4489         * src/unmime.c
4490                 Better fix for \n's in headers (don't 
4491                 break Received: and others)
4492
4493 2006-06-20 [paul]       2.3.1cvs2
4494
4495         * src/alertpanel.c
4496         * src/textview.c
4497                 improve legibility of phishing attempt
4498                 dialog
4499
4500 2006-06-20 [paul]       2.3.1cvs1
4501
4502         * NEWS
4503         * README
4504         * configure.ac
4505                 Update version number following
4506                 stable release
4507
4508 2006-06-20 [colin]      2.3.0cvs26
4509
4510         * src/compose.c
4511                 When dragging a file to the text of the compose
4512                 window, ask whether we want to insert or attach
4513                 (I know lots of people who do that to attach)
4514
4515 2006-06-20 [colin]      2.3.0cvs25
4516
4517         * src/etpan/imap-thread.c
4518                 Fix threshold (the append command is often > 32 bytes)
4519
4520 2006-06-19 [colin]      2.3.0cvs24
4521
4522         * src/imap.c
4523         * src/etpan/imap-thread.c
4524                 Workaround Rockliffe IMAP server bug: replace
4525                 "x UID SEARCH (ANSWERED UID 1:*)" with
4526                 "x UID SEARCH ANSWERED"
4527                 (Rockliffe doesn't handle the parenthesis)
4528
4529 2006-06-19 [colin]      2.3.0cvs23
4530
4531         * src/compose.c
4532         * src/imap.c
4533         * src/etpan/imap-thread.c
4534                 Probably fix bug #972 (Freezes when adding 
4535                 an attachment to the message)
4536         * src/common/defs.h
4537                 Modernize Firefox cmd
4538
4539
4540 2006-06-18 [colin]      2.3.0cvs22
4541
4542         * src/prefs_customheader.c
4543                 Only allow correct filenames for various
4544                 custom headers
4545
4546 2006-06-18 [colin]      2.3.0cvs21
4547
4548         * src/prefs_customheader.c
4549                 Add a 'From File...' button in custom headers prefs, which
4550                 try to do the right thing: 
4551                 for normal headers, use file as plaintext,
4552                 for X-Face, calls compface,
4553                 for Face, encode to b64.
4554
4555 2006-06-17 [colin]      2.3.0cvs20
4556
4557         * src/mh.c
4558                 Warning fix
4559
4560 2006-06-16 [colin]      2.3.0cvs19
4561
4562         * src/summaryview.c
4563                 Recursive quicksearch: show message list
4564                 in current folder, *then* search children
4565                 in the background.
4566
4567 2006-06-16 [colin]      2.3.0cvs18
4568
4569         * src/main.c
4570                 Instead of ignoring SIGPIPE, save caches
4571                 when getting one. Will fix the fact that
4572                 hot caches are out-of-date when logging 
4573                 out of Xorg.
4574         * src/compose.c
4575         * src/prefs_compose_writing.c
4576                 Only save text (not attachments) when 
4577                 auto-saving to drafts
4578         * src/unmime.c
4579                 Always replace \n, \r and \t with spaces
4580                 in headers
4581         * manual/dist/html/Makefile.am
4582         * manual/dist/pdf/Makefile.am
4583         * manual/dist/ps/Makefile.am
4584         * manual/dist/txt/Makefile.am
4585         * manual/fr/dist/html/Makefile.am
4586         * manual/fr/dist/pdf/Makefile.am
4587         * manual/fr/dist/ps/Makefile.am
4588         * manual/fr/dist/txt/Makefile.am
4589         * manual/pl/dist/html/Makefile.am
4590         * manual/pl/dist/pdf/Makefile.am
4591         * manual/pl/dist/ps/Makefile.am
4592         * manual/pl/dist/txt/Makefile.am
4593                 Fix make clean removing pregenerated manuals
4594
4595
4596 2006-06-16 [colin]      2.3.0cvs17
4597
4598         * src/plugins/pgpcore/sgpgme.c
4599         * src/plugins/pgpmime/pgpmime.c
4600         * src/plugins/pgpinline/pgpinline.c
4601                 Better error reporting in setup_signers.
4602                 Don't fallback to default key if specified
4603                 key isn't found.
4604                 Don't allow signing if more than one secret
4605                 key matches the one specified in prefs.
4606
4607 2006-06-15 [colin]      2.3.0cvs16
4608
4609         * src/folderview.c
4610                 Add "Send queue" in the folder's contextual
4611                 menu
4612         * src/compose.c
4613         * src/messageview.c
4614         * src/privacy.c
4615         * src/privacy.h
4616         * src/procmime.c
4617         * src/procmsg.c
4618         * src/plugins/pgpcore/passphrase.c
4619         * src/plugins/pgpcore/sgpgme.c
4620         * src/plugins/pgpinline/pgpinline.c
4621         * src/plugins/pgpmime/pgpmime.c
4622                 Better error reporting
4623         * src/mbox.c
4624                 Probably fix bug #971 (2.2.3 cannot read mail 
4625                 from local mbox)
4626
4627
4628 2006-06-15 [mones]      2.3.0cvs15
4629
4630         * tools/make.themes.project
4631                 creates the themes project from the web page
4632
4633 2006-06-15 [colin]      2.3.0cvs14
4634
4635         * src/folder.c
4636                 Better fix (avoid losing the folder if scan_tree 
4637                 fails)
4638
4639 2006-06-15 [cleroy]     2.3.0cvs13
4640
4641         * src/folder.c
4642                 Probably fix Bug #969 (crash on rebuilding 
4643                 imap folder)
4644
4645 2006-06-14 [colin]      2.3.0cvs12
4646
4647         * manual/dtd/manual.xsl
4648         * manual/sylpheed-claws-manual.xml
4649         * manual/fr/sylpheed-claws-manual.xml
4650         * manual/pl/sylpheed-claws-manual.xml
4651                 Insert pagebreaks between sections
4652
4653 2006-06-14 [paul]       2.3.0cvs11
4654
4655         * configure.ac
4656                 better fix than 2.3.0cvs10
4657
4658 2006-06-14 [paul]       2.3.0cvs10
4659
4660         * configure.ac
4661                 fix setting of PACKAGE_DATA_DIR with newer autoconf
4662                 (backwards compatible)
4663
4664 2006-06-13 [colin]      2.3.0cvs9
4665
4666         * src/messageview.c
4667                 Fix sending of return receipt with the new queue folders
4668
4669 2006-06-13 [wwp]        2.3.0cvs8
4670
4671         * src/quote_fmt_lex.l
4672                 fix wrong tokens returned in quote_fmt lexer, query not().
4673
4674 2006-06-13 [wwp]        2.3.0cvs7
4675
4676         * src/folder.c
4677         * src/prefs_folder_item.c
4678                 allow changing folder type even when folder is not a top-level one,
4679                 thanks to Colin.
4680
4681 2006-06-12 [colin]      2.3.0cvs6
4682
4683         * src/folderview.c
4684                 Fix double-ask of "Do you want to mark all
4685                 as read"
4686
4687 2006-06-12 [colin]      2.3.0cvs5
4688
4689         * src/compose.c
4690         * src/compose.h
4691         * src/folder.c
4692         * src/folder.h
4693         * src/imap.c
4694         * src/inc.c
4695         * src/main.c
4696         * src/messageview.c
4697         * src/mh.c
4698         * src/prefs_folder_item.c
4699         * src/procheader.c
4700         * src/procmime.c
4701         * src/procmsg.c
4702         * src/procmsg.h
4703         * src/send_message.c
4704         * src/summaryview.c
4705         * src/toolbar.c
4706                 Apply bug #964's patch (Queue and drafts aren't normal)
4707                 The Drafts and Queue folder now contain RFC-822 files,
4708                 allowing to move and copy mails from and to these 
4709                 folders. Moving from Drafts to Queue will prepare the
4710                 mail for sending (PGP signature, encryption, etc).
4711                 This patch also rework sending errors handling to try
4712                 to be more helpful.
4713                 Also, allow redefining folder types via the GUI 
4714                 (Folder type in its Properties)
4715
4716 2006-06-12 [colin]      2.3.0cvs4
4717
4718         * src/summaryview.c
4719         * src/prefs_common.c
4720         * src/prefs_common.h
4721         * src/gedit-print.c
4722                 Allow to define a specific print font - patch
4723                 by Bernhard Walle <bernhard.walle@gmx.de>
4724         * src/prefs_fonts.c
4725         * manual/advanced.xml
4726         * manual/fr/advanced.xml
4727                 Add a hidden pref to allow deletion without
4728                 confirmation
4729
4730 2006-06-12 [wwp]        2.3.0cvs3
4731
4732         * .cvsignore
4733                 more files to ignore.
4734
4735 2006-06-12 [wwp]        2.3.0cvs2
4736
4737         * src/quote_fmt.c
4738         * src/quote_fmt_lex.l
4739         * src/quote_fmt_parse.y
4740                 extend the quote_fmt parser (templates and quotes):
4741                 - allow limited sub-expressions in |p{} and |f{} expressions,
4742                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
4743                 - implemented/fixed missing implementation of query_references and show_references,
4744                 - completed, fixed contents and format of the symbols help dialog,
4745                 - fix some compilation warnings.
4746
4747 2006-06-12 [wwp]        2.3.0cvs1
4748
4749         * manual/advanced.xml
4750         * manual/fr/advanced.xml
4751                 updates in the "templates" section of the manual (eng/fr):
4752                  - be more precise (both versions)
4753                  - completed to match the english reference (fr version)
4754                  - touchups (both versions)
4755
4756 2006-06-12 [paul]       2.3.0
4757
4758         2.3.0 released
4759
4760 2006-06-12 [paul]       2.2.3cvs14
4761
4762         * po/ca.po
4763         * po/cs.po
4764         * po/de.po
4765         * po/el.po
4766         * po/fr.po
4767         * po/it.po
4768         * po/pt_BR.po
4769         * po/sr.po
4770         * po/zh_CN.po
4771                 updated by Miquel Oliete, Tim, Stephan Sachse,
4772                 Stavros Giannouris, Fabien Vantard, Andrea
4773                 Spadaccini, Frederico Goncalves Guimaraes,
4774                 Aleksandar Urosevic, and Ralgh Young
4775
4776 2006-06-12 [colin]      2.2.3cvs13
4777
4778         * src/mbox.c
4779                 Add missing header
4780
4781 2006-06-11 [colin]      2.2.3cvs12
4782
4783         * src/msgcache.c
4784                 Verify that g_malloc() succeeded
4785
4786 2006-06-11 [colin]      2.2.3cvs11
4787
4788         * src/wizard.c
4789                 Add Face header to welcome mail
4790
4791 2006-06-10 [colin]      2.2.3cvs10
4792
4793         * src/textview.c
4794                 Revert previous (Forgot it changes the
4795                 margin on the whole mail)
4796
4797 2006-06-10 [colin]      2.2.3cvs9
4798
4799         * src/textview.c
4800                 Don't overlap long headers under (X-)Face
4801
4802 2006-06-10 [mones]      2.2.3cvs8
4803
4804         * manual/xml2pdf
4805                 allow generation of manual on systems lacking saxon binary
4806                 but with java and the saxon library installed
4807
4808         * po/es.po
4809                 updated for release
4810
4811 2006-06-09 [colin]      2.2.3cvs7
4812
4813         * src/summaryview.c
4814                 Fix leak when using Display Sender using Addressbook
4815
4816 2006-06-09 [colin]      2.2.3cvs6
4817
4818         * src/compose.c
4819         * src/folder.c
4820         * src/folderview.c
4821         * src/mimeview.c
4822         * src/summaryview.c
4823                 More leaks fixes
4824
4825 2006-06-09 [paul]       2.2.3cvs5
4826
4827         * AUTHORS
4828         * src/gtk/authors.h
4829         * tools/claws.i18n.status.pl
4830                 updated with new info
4831
4832 2006-06-09 [paul]       2.2.3cvs4
4833
4834         * README
4835                 updated
4836         * manual/ack.xml
4837                 add wwp to authors list
4838         * src/gtk/authors.h
4839                 update mine and Colin's addresses
4840
4841 2006-06-08 [colin]      2.2.3cvs3
4842
4843         * src/etpan/imap-thread.c
4844                 Fix leak on SSL cert check
4845
4846 2006-06-08 [colin]      2.2.3cvs2
4847
4848         * src/common/utils.c
4849                 Fix leak
4850
4851 2006-06-08 [paul]       2.2.3cvs1
4852
4853         * configure.ac
4854                 Update version number following
4855                 stable release
4856
4857 2006-06-07 [colin]      2.2.2cvs3
4858
4859         * src/msgcache.c
4860                 Fix catching cache read errors (guint instead of gint)
4861                 Prevent malloc'ing more than 8MB (means cache corruption)
4862
4863 2006-06-07 [paul]       2.2.2cvs2
4864
4865         * src/exporthtml.c
4866         * src/exportldif.c
4867         * src/mh.c
4868         * src/mutt.c
4869         * src/pine.c
4870         * src/common/utils.c
4871                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
4872                 obey $HOME'
4873                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
4874                 Thanks to Colin
4875
4876 2006-06-06 [paul]       2.2.2cvs1
4877
4878         * configure.ac
4879                 Update version number following
4880                 stable release
4881
4882 2006-06-06 [paul]       2.2.1cvs6
4883
4884         * src/matcher.c
4885                 fix  implicit declaration of
4886                 sylpheed_do_idle()
4887                 Patch by Fabien Vantard
4888
4889 2006-06-06 [paul]       2.2.1cvs5
4890
4891         * src/matcher.c
4892                 fix age_greater and age_lower so that they
4893                 mean what say and not '...or equal to'
4894                 Thanks to Colin
4895
4896 2006-06-06 [paul]       2.2.1cvs4
4897
4898         * src/textview.c
4899         * src/common/utils.c
4900                 fix URI check
4901                 Thanks to Colin
4902
4903 2006-06-05 [wwp]        2.2.1cvs3
4904
4905         * manual/fr/account.xml
4906                 minor language fixes (thanks to Fabien Vantard).
4907
4908 2006-06-05 [colin]      2.2.1cvs2
4909
4910         * src/prefs_folder_item.c
4911         * src/folderview.c
4912                 Allow recursive setting of properties 
4913                 for whole mailboxes
4914         * src/matcher.c
4915                 Don't freeze on 'test' filtering rule
4916
4917 2006-06-05 [colin]      2.2.1cvs1
4918
4919         * configure.ac
4920                 Update version number following
4921                 stable release
4922
4923 2006-06-04 [wwp]        2.2.0cvs82
4924
4925         * manual/glossary.xml
4926         * manual/account.xml
4927         * manual/fr/glossary.xml
4928         * manual/fr/account.xml
4929                 added glossary section and references/links related to the Face custom header.
4930
4931 2006-06-04 [colin]      2.2.0cvs81
4932
4933         * src/summaryview.c
4934                 Skip to next message on move with no
4935                 immediate execution
4936
4937 2006-06-04 [wwp]        2.2.0cvs80
4938
4939         * manual/xml2pdf
4940                 added sanity checks, exit when needed.
4941
4942 2006-06-03 [paul]       2.2.0cvs79
4943
4944         * src/prefs_receive.c
4945                 page name is now 'Receiving'
4946         * src/prefs_send.c
4947                 page name is now 'Sending'
4948
4949 2006-06-03 [colin]      2.2.0cvs78
4950
4951         * src/plugins/spamassassin/spamassassin_gtk.c
4952                 Autoswitch to Localhost if transport was previously
4953                 disabled. Else people had to check [] Enable, then
4954                 *reselect* transport.
4955
4956 2006-06-03 [colin]      2.2.0cvs77
4957
4958         * src/plugins/pgpinline/pgpinline.c
4959         * src/plugins/pgpmime/pgpmime.c
4960                 Check that gpg_data_release_and_get_mem 
4961                 didn't fail (now, why this happens...)
4962
4963 2006-06-03 [colin]      2.2.0cvs76
4964
4965         * src/mbox.c
4966                 Fix bug #962 (Manual and/or UI should 
4967                 warn about incompatible locking 
4968                 causing dataloss)
4969
4970 2006-06-02 [cleroy]     2.2.0cvs75
4971
4972         * src/filtering.c
4973         * src/folder.c
4974         * src/procmsg.c
4975         * src/summaryview.c
4976                 Fix a few leaks
4977
4978 2006-06-02 [colin]      2.2.0cvs74
4979
4980         * src/main.c
4981                 On exit, free caches after writing them
4982                 Shuts up some valgrind false positives
4983         * src/procmsg.c
4984         * src/send_message.c
4985                 Fix races when reusing existing SMTP connections
4986                 Fix inexistant session timeout
4987         * src/toolbar.c
4988                 Display alertpanel after all queues have
4989                 been processed, not after each
4990
4991 2006-06-02 [wwp]        2.2.0cvs73
4992
4993         * manual/fr/glossary.xml
4994         * manual/fr/ack.xml
4995         * manual/ack.xml
4996                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
4997
4998 2006-06-02 [wwp]        2.2.0cvs72
4999
5000         * manual/xml2pdf
5001         * manual/dist/pdf/Makefile.am
5002         * manual/dtd/manual.xsl
5003         * manual/fr/dist/pdf/Makefile.am
5004         * manual/pl/dist/pdf/Makefile.am
5005                 we changed the procedure to generate the .pdf version of the manual.
5006                 The procedure is more modern and the .pdf we get now has a valid index.
5007                 Here are the new pre-requisites:
5008
5009                 - JRE 1.x (1.4 here): there must be one from your distro
5010                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5011                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5012                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5013
5014                 See my posts for further info about the installation of this toolchain:
5015
5016                 Date: Fri, 19 May 2006 19:40:06 +0200
5017                 From: wwp <subscript@free.fr>
5018                 To: sylpheed-claws-devel@lists.sourceforge.net
5019                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5020
5021                 and
5022
5023                 Date: Wed, 24 May 2006 12:58:49 +0200
5024                 From: wwp <subscript@free.fr>
5025                 To: sylpheed-claws-devel@lists.sourceforge.net
5026                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5027
5028 2006-06-01 [colin]      2.2.0cvs71
5029
5030         * src/compose.c
5031                 Better guards against IMAP races
5032         * src/main.c
5033         * src/prefs_common.c
5034         * src/prefs_common.h
5035         * src/common/ssl_certificate.c
5036         * src/etpan/imap-thread.c
5037         * src/etpan/imap-thread.h
5038         * src/gtk/sslcertwindow.c
5039                 New hidden option ssl_skip_cert_check to 
5040                 avoid dups of bug #959 (libetpan linked
5041                 against gnutls and gnutls buggy on 64bit)
5042                 Present expired warning only once per
5043                 session/server.
5044         * manual/advanced.xml
5045         * manual/fr/advanced.xml
5046                 Document new option
5047
5048 2006-06-01 [wwp]        2.2.0cvs70
5049
5050         * src/messageview.c
5051                 fix for bug #961 (return receipt dialog 
5052                 complains incorrectly about return-path 
5053                 email adress being different), thanks 
5054                 to Colin.
5055
5056 2006-05-31 [cleroy]     2.2.0cvs69
5057
5058         * src/common/ssl.c
5059                 Guard against NULLs, although this
5060                 should never be an issue
5061
5062 2006-05-31 [colin]      2.2.0cvs68
5063
5064         * src/filtering.c
5065                 Use g_slist_prepend
5066         * src/imap.c
5067                 Don't remove caches when destroying folder, it
5068                 could (should) be done at exit
5069         * src/inc.c
5070                 free processing cache after incorporation
5071         * src/etpan/imap-thread.c
5072                 Maybe fix bug #959 (Crash on moving to emails 
5073                 to a imap account per ssl with a expired 
5074                 certificate.)
5075
5076 2006-05-30 [colin]      2.2.0cvs67
5077
5078         * src/summaryview.c
5079                 Put back event flush when displaying message
5080                 It avoids reading a bunch of messages just
5081                 by hitting shift-n for too long ;)
5082
5083 2006-05-29 [colin]      2.2.0cvs66
5084
5085         * src/summaryview.c
5086                 Remove useless g_warnings
5087
5088 2006-05-29 [colin]      2.2.0cvs65
5089
5090         * src/imap.c
5091                 Fix g_slist_append()s for performance
5092
5093 2006-05-29 [colin]      2.2.0cvs64
5094
5095         * src/compose.c
5096         * src/common/utils.c
5097                 Fix extraneous tab at start of addresses
5098         * src/mainwindow.c
5099                 Fix warnings (thanks to Fabien)
5100                 Fix crash at exit when composing messages 
5101                 exist
5102         * src/pop.c
5103                 Fix progress bar when deleting expired mails
5104                 Thanks to Hiro
5105         * src/summaryview.c
5106         * src/gtk/gtksctree.c
5107                 Fix re-sorting slowness
5108
5109 2006-05-29 [paul]       2.2.0cvs63
5110
5111         * src/mh.c
5112                 fetch full message when moving mails
5113                 from another mailbox, (fixed data loss
5114                 when filtering from IMAP to MH, introduced
5115                 in 2.2.0cvs57).
5116                 Thanks to Colin
5117
5118 2006-05-29 [mones]      2.2.0cvs62
5119
5120         * src/gtk/gtksctree.c
5121                 Unselect faster (patch by Colin)        
5122
5123 2006-05-26 [colin]      2.2.0cvs61
5124
5125         * src/summaryview.c
5126                 Unplug MSGINFO_UPDATE callback on delete too.
5127
5128 2006-05-26 [colin]      2.2.0cvs60
5129
5130         * src/foldersel.c
5131                 Fix bold in folder selection window with glib2.10
5132                 thanks Hiro
5133
5134 2006-05-26 [colin]      2.2.0cvs59
5135
5136         * src/procheader.c
5137                 Convert date only if necessary (and don't
5138                 try to convert from utf8 to utf8, too)
5139         * src/summaryview.c
5140                 Only set column's text if the column's 
5141                 displayed
5142
5143 2006-05-26 [colin]      2.2.0cvs58
5144
5145         * src/summaryview.c
5146         * src/gtk/gtkutils.c
5147                 Fix useless warning
5148
5149 2006-05-26 [colin]      2.2.0cvs57
5150
5151         * src/mainwindow.c
5152                 Make summaryview selectable as long as 
5153                 no message has focus
5154         * src/mh.c
5155                 Faster deletion (by implementing mh_remove_msgs)
5156                 Faster copy (avoid using mh_fetch_msg just to get
5157                 the filename)
5158                 Faster move (using move_file instead of copy_file
5159                 if MSG_IS_MOVE)
5160                 No progressbar if total number of mails to cp/mv 
5161                 is less than 100
5162         * src/summaryview.c
5163                 Fix removal from subject_table when mail gets moved
5164                 Faster deletion (g_slist_prepend instead of append)
5165         * src/gtk/gtksctree.c
5166                 Remove useless code
5167
5168 2006-05-25 [colin]      2.2.0cvs56
5169
5170         * src/common/ssl_certificate.c
5171                 Fix leak in expired cert check
5172
5173 2006-05-25 [colin]      2.2.0cvs55
5174
5175         * src/mh.c
5176                 Disable flags syncing on .mh_sequences - it
5177                 is buggy and marks mails read under unknown
5178                 conditions.
5179
5180 2006-05-25 [paul]
5181
5182         * 2.3.0-rc4 released
5183
5184 2006-05-24 [colin]      2.2.0cvs54
5185
5186         attention cvs users: if you manage to crash
5187         Sylpheed-Claws while moving, copying or deleting
5188         mails, we *are* interested in stack traces and
5189         valgrind logs. It looks stable, but one never
5190         knows...
5191
5192         * src/folder.c
5193                 Add progressbar for cache updates
5194         * src/folderutils.c
5195                 Optimize Mark all read in the current
5196                 folder
5197         * src/mh.c
5198                 Add progressbar for copy/move
5199         * src/procmsg.c
5200                 Optimize O(n^2) in copy/move
5201         * src/summaryview.c
5202         * src/gtk/gtksctree.c
5203                 Optimize O(n^2) algos
5204         * src/common/timing.h
5205                 Display ms instead of us
5206
5207 2006-05-24 [wwp]        2.2.0cvs53
5208
5209         * manual/fr/advanced.xml
5210                 updates to the French manual.
5211
5212 2006-05-24 [wwp]        2.2.0cvs52
5213
5214         * src/common/utils.c
5215                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5216
5217 2006-05-24 [wwp]        2.2.0cvs51
5218
5219         * src/folderutils.c
5220                 fixed "mark all read" in MH folders (thanks to Colin).
5221
5222 2006-05-24 [paul]       2.2.0cvs50
5223
5224         * doc/man/sylpheed-claws.1
5225                 updated the man page
5226
5227 2006-05-23 [colin]      2.2.0cvs49
5228
5229         * src/folderview.c
5230         * src/imap.c
5231         * src/inc.c
5232         * src/mbox.c
5233         * src/messageview.c
5234         * src/news.c
5235         * src/send_message.c
5236         * src/summaryview.c
5237         * src/gtk/sslcertwindow.c
5238                 alertpanel fixes, by Fabien
5239
5240 2006-05-23 [colin]      2.2.0cvs48
5241
5242         * src/folder.c
5243         * src/folderview.c
5244         * src/msgcache.c
5245         * src/summaryview.c
5246         * src/gtk/gtksctree.c
5247         * src/gtk/gtksctree.h
5248                 More timings
5249                 Fix slow loading problem, which was caused by the
5250                 use of some gtk_ctree funcs and their use of
5251                 g_list_position while gtk_ctree_(un)link'ing.
5252                 Reap more functions from gtkctree.c to be sure we
5253                 use our (fast) version instead of theirs.
5254         * src/mh.c
5255                 Fix copy of unread mails
5256
5257
5258 2006-05-22 [wwp]        2.2.0cvs47
5259
5260         * manual/fr/advanced.xml
5261                 updated.
5262
5263 2006-05-22 [colin]      2.2.0cvs46
5264
5265         * src/filtering.c
5266                 Fix possible infinite loop. 'copy' is not a 
5267                 final action, so when encountering a 'copy',
5268                 we have to check if a previous one was set
5269                 and do it. In the same way, if we encounter
5270                 a 'move' we have to perform a possibly 
5271                 pending 'copy'. This will slow down filtering
5272                 on IMAP if move+copy or multiple copy actions
5273                 are to be done, but handling it via the batch
5274                 would be really too convoluted.
5275
5276 2006-05-22 [wwp]        2.2.0cvs45
5277
5278         * manual/fr/advanced.xml
5279         * manual/fr/faq.xml
5280         * manual/fr/glossary.xml
5281         * manual/fr/handling.xml
5282         * manual/fr/intro.xml
5283         * manual/fr/plugins.xml
5284         * manual/fr/sylpheed-claws-manual.xml
5285                 sync w/ the english manual: updates URIs, documented mailing-list
5286                 support, better explanation about the enabled/disabled feature
5287                 in filtering/processing rules by Paul.
5288
5289 2006-05-21 [colin]      2.2.0cvs44
5290
5291         * src/summaryview.c
5292                 Don't expand after building threads, but during
5293
5294 2006-05-21 [colin]      2.2.0cvs43
5295
5296         * src/procmsg.c
5297         * src/summaryview.c
5298                 More timing possibilities... For next time I have 
5299                 to find out how the hell some 3GHz computer takes
5300                 one minute to open a 30k folder...
5301
5302 2006-05-21 [colin]      2.2.0cvs42
5303
5304         * manual/pl/advanced.xml
5305         * manual/pl/faq.xml
5306         * manual/pl/glossary.xml
5307         * manual/pl/handling.xml
5308         * manual/pl/intro.xml
5309         * manual/pl/plugins.xml
5310         * manual/pl/sylpheed-claws-manual.xml
5311                 Polish manual updated by Pawel
5312
5313 2006-05-20 [colin]
5314
5315         * 2.3.0-rc3 released
5316
5317 2006-05-20 [colin]      2.2.0cvs41
5318
5319         * src/imap.c
5320                 Fix -rc2 problems:
5321                 - remove cache of moved messages from original folder
5322                 - apply new flags to messages even if they aren't appliable
5323                   via IMAP.
5324
5325 2006-05-20 [colin]
5326
5327         * 2.3.0-rc2 released
5328
5329 2006-05-19 [colin]      2.2.0cvs40
5330
5331         * src/imap.c
5332                 Don't issue SELECT in imap_change_flags
5333                 before having checked that we indeed have
5334                 some flags to change. MSG_POSTFILTERED for
5335                 example can't be used on IMAP.
5336                 Fixes bug #955 (copying messages between 
5337                 imap folders is extremely slow), which was
5338                 a regression.
5339
5340 2006-05-19 [colin]      2.2.0cvs39
5341
5342         * src/folder.c
5343         * src/folder.h
5344         * src/folderview.c
5345                 Try to fix bug #830 (Some unread messages 
5346                 get marked read in IMAP inbox):
5347                 - Prevent scanning a folder if it's being 
5348                   opened via the GUI
5349                 - Postpone opening via the GUI of a folder
5350                   currently scanned.
5351
5352
5353 2006-05-19 [wwp]        2.2.0cvs38
5354
5355         * manual/advanced.xml
5356                 fix English+typo (thanks to Paul).
5357
5358 2006-05-19 [wwp]        2.2.0cvs37
5359
5360         * manual/advanced.xml
5361         * manual/fr/advanced.xml
5362         * src/gtk/logwindow.c
5363         * src/prefs_common.c
5364         * src/prefs_common.h
5365                 added hidden prefs to allow customization of colors used in
5366                 protocol log window (useful for dark gtk+ themes).
5367
5368 2006-05-19 [wwp]        2.2.0cvs36
5369
5370         * ChangeLog
5371                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5372
5373 2006-05-19 [paul]       2.2.0cvs35
5374
5375         * src/textview.c
5376                 make Reply-To fully clickable
5377         * src/gtk/logwindow.c
5378                 more colouring (SMTP ESMTP)
5379         Both patches by Pawel Pekala
5380
5381 2006-05-19 [cleroy]     2.2.0cvs34
5382
5383         * src/mh.c
5384                 Don't update flags from current folder
5385                 Probably fixes bug #935 (Read Messages 
5386                 Revert to Being Marked as Unread)
5387
5388 2006-05-18 [colin]      2.2.0cvs33
5389
5390         * src/imap.c
5391                 Warning fix
5392         * src/compose.c
5393         * src/mainwindow.c
5394         * src/summaryview.c
5395         * src/toolbar.c
5396                 Allow replying to multiple emails
5397                 in multiple windows
5398         * src/mimeview.c
5399         * src/etpan/imap-thread.c
5400                 Leak fixes
5401
5402 2006-05-18 [paul]       2.2.0cvs32
5403
5404         * src/summaryview.c
5405                 keep Mailing-List menu refreshed
5406                 Thanks to Colin
5407
5408 2006-05-18 [paul]       2.2.0cvs31
5409
5410         * manual/advanced.xml
5411         * manual/faq.xml
5412         * manual/glossary.xml
5413         * manual/handling.xml
5414         * manual/intro.xml
5415         * manual/plugins.xml
5416         * manual/sylpheed-claws-manual.xml
5417                 update URLs
5418                 add info about mailing-list support
5419                 edit filtering info
5420         * src/wizard.c
5421         * src/common/defs.h
5422         * src/gtk/about.c
5423         * src/plugins/dillo_viewer/README
5424                 update URLs
5425
5426 2006-05-17 [wwp]        2.2.0cvs30
5427
5428         * manual/handling.xml
5429         * manual/fr/handling.xml
5430                 documented the ability to enabled/disable filtering/processing rules.
5431
5432 2006-05-17 [colin]      2.2.0cvs29
5433
5434         * src/main.c
5435                 Don't initialize g_thread subsystem if it's 
5436                 already done (thanks to Hiro)
5437         * src/mimeview.c
5438                 Fix saving of parts when there name can't be
5439                 converted from UTF-8.
5440
5441 2006-05-17 [paul]       2.2.0cvs28
5442
5443         * po/Makefile.in.in
5444                 fix config.status warning with autoconf 2.60
5445
5446 2006-05-17 [paul]       2.2.0cvs27
5447
5448         * po/POTFILES.in
5449                 add src/mbox.c
5450
5451 2006-05-17 [wwp]        2.2.0cvs26
5452
5453         * src/mainwindow.c
5454                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5455
5456 2006-05-17 [wwp]        2.2.0cvs25
5457
5458         * src/plugins/demo/demo.c
5459                 updated product name in plugin demo (many plugins need to be
5460                 sync'ed w/ that change).
5461
5462 2006-05-17 [colin]      2.2.0cvs24
5463
5464         * src/mh.c
5465                 Fix leak
5466
5467 2006-05-16 [colin]      2.2.0cvs23
5468
5469         * src/mainwindow.c
5470                 Stupid me hit again. Fix cvs22.
5471
5472 2006-05-16 [colin]      2.2.0cvs22
5473
5474         * src/mainwindow.c
5475                 Fix bug #922 (sylpheed-claws crashed after 
5476                 pushing on Inbox folder)
5477
5478 2006-05-16 [colin]      2.2.0cvs21
5479
5480         * src/compose.c
5481                 Make From header be copy/paste/select-able
5482
5483 2006-05-16 [wwp]        2.2.0cvs20
5484
5485         * src/export.c
5486         * src/matcher.c
5487         * src/summaryview.c
5488         * src/etpan/imap-thread.c
5489                 fix some compiler warnings (thanks to Colin).
5490
5491 2006-05-16 [wwp]        2.2.0cvs19
5492
5493         * src/action.c
5494         * src/gedit-print.c
5495         * src/inc.c
5496         * src/mainwindow.c
5497         * src/mh.c
5498         * src/statusbar.c
5499         * src/send_message.c
5500         * src/summaryview.c
5501                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5502
5503 2006-05-15 [colin]      2.2.0cvs18
5504
5505         * src/procmsg.c
5506                 Fix automatic rule creation with List-Post
5507
5508 2006-05-15 [paul]       2.2.0cvs17
5509
5510         * tools/filter_conv_new.pl
5511                 updated for rule enabling/disabling
5512                 claws version >= 2.3.x required
5513
5514 2006-05-15 [cleroy]     2.2.0cvs16
5515
5516         * src/main.c
5517                 Revert test
5518
5519 2006-05-15 [cleroy]     2.2.0cvs15
5520
5521         * src/main.c
5522                 test
5523
5524 2006-05-15 [wwp]        2.2.0cvs14
5525
5526         * manual/pl/.cvsignore
5527                 ignore generated files.
5528
5529 2006-05-14 [wwp]        2.3.0-rc1
5530
5531         * 2.3.0-rc1 released
5532
5533 2006-05-13 [wwp]        2.2.0cvs13
5534
5535         * src/filtering.c
5536         * src/filtering.h
5537         * src/matcher.c
5538         * src/matcher_parser_lex.l
5539         * src/matcher_parser_parse.y
5540         * src/prefs_filtering.c
5541                 new feature: provide the ability to disable filtering and processing
5542                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
5543                 adaptations.
5544
5545 2006-05-13 [colin]      2.2.0cvs12
5546
5547         * src/compose.c
5548                 Remove useless if (a) b; else b;
5549                 Thanks to wwp
5550
5551 2006-05-13 [wwp]        2.2.0cvs11
5552
5553         * src/export.c
5554         * src/import.c
5555         * src/mainwindow.c
5556         * src/mbox.c
5557         * src/summaryview.c
5558         * src/summaryview.h
5559                 no more silent failures (or at least less ones) when importing
5560                 or exporting from/to mbox. Also start importing/exporting if
5561                 the necessary info is set.
5562
5563 2006-05-13 [wwp]        2.2.0cvs10
5564
5565         * RELEASE_NOTES
5566                 restored up-to-date release notes.
5567
5568 2006-05-13 [paul]       2.2.0cvs9
5569
5570         * po/nl.po
5571         * po/ru.po
5572                 updated by Tim Dijkstra and Pavlo Bohmat
5573
5574 2006-05-12 [colin]      2.2.0cvs8
5575
5576         * src/gtk/quicksearch.c
5577                 Add "k" as shortcut for "colorlabel". Patch
5578                 by ath42@users.sf.net.
5579
5580 2006-05-12 [paul]       2.2.0cvs7
5581
5582         * src/prefs_common.h
5583         * src/prefs_summaries.c
5584         * src/summaryview.c
5585                 when entering a folder also allow
5586                 going directly to first Marked message
5587
5588 2006-05-12 [paul]       2.2.0cvs6
5589
5590         * src/summaryview.c
5591                 always obey 'confirm before marking all
5592                 mails read' option
5593
5594 2006-05-12 [paul]       2.2.0cvs5
5595
5596         * src/textview.c
5597                 make Sender fully clickable
5598
5599 2006-05-12 [colin]      2.2.0cvs4
5600
5601         * src/compose.c
5602         * src/compose.h
5603                 Let From be editable
5604         * src/main.c
5605         * src/mh.c
5606                 Full support of .mh_sequences' Unseen seq
5607
5608 2006-05-12 [colin]      2.2.0cvs3
5609
5610         * src/folder.c
5611         * src/mainwindow.c
5612         * src/mainwindow.h
5613         * src/messageview.c
5614         * src/prefs_spelling.c
5615         * src/procheader.c
5616         * src/procmsg.c
5617         * src/procmsg.h
5618         * src/summaryview.c
5619         * src/toolbar.c
5620         * src/toolbar.h
5621                 Add contextual menu on Compose toolbar
5622                 button. Fixes bug #944 (Automatic
5623                 addresses not applied when changing account
5624                 from compose window)
5625                 add Mailing List support
5626                 based on the old 0.6.5claws25 patch by
5627                 Melvin Hadasht, with finishing touches
5628                 by Colin
5629                 Fix "ignore thread" when mails are threaded by
5630                 subject (and weren't ignored although appearing
5631                 in the thread).
5632                 GUI rework.
5633                 Both patches by Pawel.
5634
5635 2006-05-08 [paul]       2.2.0cvs2
5636
5637         * src/mainwindow.c
5638         * src/mainwindow.h
5639         * src/messageview.c
5640         * src/procheader.c
5641         * src/procmsg.c
5642         * src/procmsg.h
5643         * src/summaryview.c
5644                 add Mailing List support
5645                 based on the old 0.6.5claws25 patch by 
5646                 Melvin Hadasht, with finishing touches
5647                 by Colin
5648
5649 2006-05-08 [colin]      2.2.0cvs1
5650
5651         * src/mainwindow.c
5652         * src/toolbar.c
5653         * src/toolbar.h
5654                 Add contextual menu on Compose toolbar 
5655                 button. Fixes bug #944 (Automatic 
5656                 addresses not applied when changing account 
5657                 from compose window)
5658
5659 2006-05-08 [paul]       2.2.0
5660
5661         2.2.0 released
5662
5663 2006-05-08 [paul]       2.1.1cvs51
5664
5665         * po/cs.po
5666         * po/de.po
5667         * po/en_GB.po
5668         * po/fi.po
5669         * po/fr.po
5670         * po/pt_BR.po
5671         * po/sr.po
5672         * po/zh_CN.po
5673                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5674                 Fabien Vantard, Frederico Goncalves Guimaraes,
5675                 Aleksandar Urosevic, and Ralgh Young
5676
5677 2006-05-12 [colin]      2.1.1cvs50
5678
5679         * po/cs.po
5680         * po/de.po
5681         * po/en_GB.po
5682         * po/es.po
5683         * po/fi.po
5684         * po/fr.po
5685         * po/pt_BR.po
5686         * po/sr.po
5687         * po/zh_CN.po
5688                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5689                 Fabien Vantard, Frederico Goncalves Guimaraes,
5690                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
5691
5692 2006-05-05 [colin]      2.1.1cvs49
5693
5694         * manual/Makefile.am
5695         * manual/pl/Makefile.am
5696         * manual/pl/account.xml
5697         * manual/pl/ack.xml
5698         * manual/pl/addrbook.xml
5699         * manual/pl/advanced.xml
5700         * manual/pl/faq.xml
5701         * manual/pl/glossary.xml
5702         * manual/pl/gpl.xml
5703         * manual/pl/handling.xml
5704         * manual/pl/intro.xml
5705         * manual/pl/keyboard.xml
5706         * manual/pl/plugins.xml
5707         * manual/pl/starting.xml
5708         * manual/pl/sylpheed-claws-manual.xml
5709         * manual/pl/dist/.cvsignore
5710         * manual/pl/dist/Makefile.am
5711         * manual/pl/dist/html/.cvsignore
5712         * manual/pl/dist/html/Makefile.am
5713         * manual/pl/dist/pdf/.cvsignore
5714         * manual/pl/dist/pdf/Makefile.am
5715         * manual/pl/dist/ps/.cvsignore
5716         * manual/pl/dist/ps/Makefile.am
5717         * manual/pl/dist/txt/.cvsignore
5718         * manual/pl/dist/txt/Makefile.am
5719                 Add the polish translation of the manual,
5720                 Authored by Pawel Pekala.
5721
5722 2006-05-05 [cleroy]     2.1.1cvs48
5723
5724         * src/main.c
5725                 Re-read matcherrc after loading plugins 
5726                 if some of them add folders.
5727
5728 2006-05-03 [colin]      2.1.1cvs47
5729
5730         * src/imap.c
5731                 I'm idiot
5732
5733 2006-05-03 [colin]      2.1.1cvs46
5734
5735         * src/imap.c
5736                 Be sure to have a session when
5737                 getting separator
5738
5739 2006-05-03 [colin]      2.1.1cvs45
5740
5741         * src/imap.c
5742         * src/imap.h
5743         * src/imap_gtk.c
5744                 Fix preventing renaming with namespace 
5745                 separator.
5746
5747 2006-05-01 [colin]      2.1.1cvs44
5748
5749         * src/action.c
5750                 Don't reload messageview when result of
5751                 action is piped.
5752
5753 2006-04-29 [colin]      2.1.1cvs43
5754
5755         * src/prefs_receive.c
5756         * src/plugins/spamassassin/spamassassin_gtk.c
5757         * src/plugins/clamav/clamav_plugin_gtk.c
5758                 GUI fixes by Pawel
5759
5760 2006-04-29 [colin]      2.1.1cvs42
5761
5762         * src/prefs_compose_writing.c
5763         * src/prefs_quote.c
5764                 Cleanups. Patch by Pawel
5765
5766 2006-04-28 [paul]       2.1.1cvs41
5767
5768         * src/matcher.c
5769                 fix returned quick search results when search
5770                 term contains an underscore.
5771                 Thanks to Colin
5772
5773 2006-04-28 [paul]       2.1.1cvs40
5774
5775         * src/prefs_message.c
5776         * src/prefs_receive.c
5777                 GUI cleanups
5778                 Patches by Pawel Pekala
5779
5780 2006-04-27 [colin]      2.1.1cvs39
5781
5782         * src/wizard.c
5783                 Differentiate subject Welcome from
5784                 window's title Welcome
5785
5786 2006-04-27 [paul]
5787
5788         2.2.0-rc1 released
5789
5790 2006-04-27 [paul]       2.1.1cvs38
5791
5792         * manual/advanced.xml
5793         * manual/fr/advanced.xml
5794                 add info about compose_no_markup hidden pref
5795
5796 2006-04-27 [paul]       2.1.1cvs37
5797
5798         * src/prefs_account.c
5799                 improve privacy labels
5800         * src/prefs_msg_colors.c
5801                 change some strings for translators' convenience
5802         * src/gtk/gtkutils.c
5803                 don't underline the link button text
5804
5805 2006-04-25 [colin]      2.1.1cvs36
5806
5807         * src/folder.c
5808                 Complete 2.1.1cvs33 (once more ;)
5809
5810 2006-04-25 [colin]      2.1.1cvs35
5811
5812         * src/editldap.c
5813                 Fix tooltip
5814
5815 2006-04-25 [cleroy]     2.1.1cvs34
5816
5817         * src/compose.c
5818         * src/gtk/gtkaspell.c
5819                 Fix crash on redirect (related to the return 
5820                 of the aspell menu in compose's toolbar)
5821         * src/prefs_msg_colors.c
5822                 Fix sensitivity widgets
5823         * src/image_viewer.c
5824         * src/gtk/pluginwindow.c
5825         * src/gtk/prefswindow.c
5826                 Change released signals to clicked (Fabien)
5827         * po/POTFILES.in
5828         * src/common/socket.c
5829         * src/plugins/spamassassin/spamassassin.c
5830                 Translate strings (Fabien)
5831
5832 2006-04-25 [paul]       2.1.1cvs33
5833
5834         * src/folder.c
5835         * src/folder.h
5836         * src/folderview.c
5837                 complete the fix of bug #912
5838                 Thanks to Colin
5839
5840 2006-04-25 [colin]      2.1.1cvs32
5841
5842         * src/news.c
5843                 Better progress bar
5844         * src/mimeview.c
5845         * src/summaryview.c
5846         * src/summaryview.h
5847                 Fix focus chain
5848                 Patches by Pawel Pekala
5849
5850 2006-04-24 [colin]      2.1.1cvs31
5851
5852         * src/compose.c
5853                 Fix compilation warnings (Fabien)
5854
5855 2006-04-24 [colin]      2.1.1cvs30
5856
5857         * src/addrindex.c
5858         * src/editldap.c
5859         * src/editldap_basedn.c
5860         * src/editldap_basedn.h
5861         * src/ldapctrl.c
5862         * src/ldapctrl.h
5863         * src/ldapquery.c
5864         * src/ldaputil.c
5865         * src/ldaputil.h
5866                 Fix bug #901 (LDAPS support)
5867
5868 2006-04-24 [colin]      2.1.1cvs29
5869
5870         * src/compose.c
5871                 Fix logic on error with send dialog on
5872         * src/imap.c
5873                 Fix compilation without libetpan, thanks
5874                 to Fabien
5875         * src/summaryview.c
5876                 Fix 'context-menu' key
5877
5878 2006-04-23 [colin]      2.1.1cvs28
5879
5880         * src/folder.c
5881                 Never free current's cache to free up 
5882                 memory. Fixes bug #912 (new count 
5883                 randomly set to message count)
5884
5885 2006-04-23 [colin]      2.1.1cvs27
5886
5887         * src/gtk/quicksearch.c
5888                 And remove printf...
5889
5890 2006-04-23 [colin]      2.1.1cvs26
5891
5892         * src/gtk/quicksearch.c
5893                 Fix replacing in quicksearch, and fix inserting
5894                 in the middle of the string. (introduced at 2.1.0cvs22)
5895
5896 2006-04-23 [colin]      2.1.1cvs25
5897
5898         * src/imap.c
5899                 Make sure uidnext is initialized in get_num_list
5900                 (not for stable, related to 2.1.1cvs8 and friends)
5901
5902 2006-04-23 [colin]      2.1.1cvs24
5903
5904         * src/imap.c
5905                 Output something when login is successful
5906                 too
5907
5908 2006-04-23 [colin]      2.1.1cvs23
5909
5910         * src/etpan/imap-thread.c
5911                 Better logging (line-per-line, hide data in fetch)
5912                 Fix a const warning
5913         * src/gtk/logwindow.c
5914         * src/gtk/logwindow.h
5915                 Better logging (color for input/output)
5916
5917 2006-04-21 [colin]      2.1.1cvs22
5918
5919         * src/gtk/quicksearch.c
5920                 On gtk+-2.8, use stock buttons in quicksearch
5921                 Based on a patch by Fabien and a design by Paul
5922
5923 2006-04-21 [colin]      2.1.1cvs21
5924
5925         * src/folderview.c
5926         * src/mainwindow.c
5927                 Fix occasional flicker in folderview
5928         * src/common/utils.c
5929                 Fix bug #943 (Incorrectly parsed email address 
5930                 list in short headers on message view and in 
5931                 printouts)
5932
5933 2006-04-20 [colin]      2.1.1cvs20
5934
5935         * src/imap.c
5936         * src/imap.h
5937         * src/prefs_account.c
5938                 Add ANONYMOUS auth for IMAP
5939
5940 2006-04-20 [paul]       2.1.1cvs19
5941
5942         * src/main.c
5943                 proper fix for 2.1.1cvs18
5944                 Thanks to Colin
5945
5946 2006-04-20 [paul]       2.1.1cvs18
5947
5948         * src/main.c
5949                 fix build warnings
5950
5951 2006-04-20 [paul]       2.1.1cvs17
5952
5953         * src/gtk/quicksearch.c
5954                 fix standard, non-extended Quick search,
5955                 was broken in 2.1.1cvs15.
5956                 Thanks to Colin.
5957
5958 2006-04-20 [colin]      2.1.1cvs16
5959
5960         * src/prefs_matcher.c
5961                 Fix values when reselecting a ~test
5962                 rule
5963
5964 2006-04-19 [colin]      2.1.1cvs15
5965
5966         * src/compose.c
5967         * src/compose.h
5968         * src/gtk/gtkaspell.c
5969         * src/gtk/gtkaspell.h
5970                 Put back Options menu in Spelling/
5971         * src/gtk/quicksearch.c
5972                 Don't search, and show error, if the
5973                 advanced search has a syntax error
5974
5975 2006-04-18 [colin]      2.1.1cvs14
5976
5977         * src/textview.c
5978                 Fix gdk warnings on set_cursor when textview
5979                 isn't visible
5980
5981 2006-04-18 [colin]      2.1.1cvs13
5982
5983         * src/gtk/gtksctree.c
5984                 Remove seemingly useless refresh that causes
5985                 flicker - watch this commit in case of 
5986                 problems before planned backport to stable
5987
5988 2006-04-18 [colin]      2.1.1cvs12
5989
5990         * src/imap.c
5991                 Factorize get/set_xml code
5992         * src/compose.c
5993         * src/prefs_account.c
5994         * src/prefs_account.h
5995         * src/procmsg.c
5996                 Add Encrypt to self option
5997
5998 2006-04-17 [colin]      2.1.1cvs11
5999
6000         * configure.ac
6001                 Fix search on encrpyt function on dragonfly
6002                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6003
6004 2006-04-17 [colin]      2.1.1cvs10
6005
6006         * src/prefs_account.c
6007                 Be safe by default: remove mails from POP3
6008                 after 7 days, not immediately
6009
6010 2006-04-17 [colin]      2.1.1cvs9
6011
6012         * src/etpan/imap-thread.c
6013                 Fix build on DragonFly - patch by 
6014                 Jonathan Buschmann <jonthn@agmact.com>
6015
6016 2006-04-17 [colin]      2.1.1cvs8
6017
6018         * src/imap.c
6019                 Save uidnext between sessions
6020
6021 2006-04-17 [colin]      2.1.1cvs7
6022
6023         * src/imap.c
6024                 scan is required when uid validity changes
6025
6026 2006-04-17 [colin]      2.1.1cvs6
6027
6028         * src/folderview.c
6029                 Don't scan if not necessary, apart in current
6030                 folder and INBOX to fetch flags.
6031         * src/imap.c
6032                 Scan is necessary if unread count changes
6033
6034 2006-04-17 [colin]      2.1.1cvs5
6035
6036         * src/imap.c
6037                 ...But always fetch ANSWERED and DELETED flags for
6038                 INBOX, as filtering can happen on these flags.
6039
6040 2006-04-17 [colin]      2.1.1cvs4
6041
6042         * src/imap.c
6043                 Don't fetch REPLIED and DELETED flags when synchronising
6044                 flags with a closed folder. We only need UNSEEN and FLAGGED
6045                 to update the folderview.
6046
6047 2006-04-17 [colin]      2.1.1cvs3
6048
6049         * src/imap.c
6050                 Faster flag search when there are new mails 
6051                 in a folder. We can do a full search if the 
6052                 folder contains less messages than the new
6053                 list.
6054
6055 2006-04-17 [colin]      2.1.1cvs2
6056
6057         * po/cs.po
6058         * po/de.po
6059         * po/fr.po
6060         * po/nl.po
6061         * po/pt_BR.po
6062                 Update translations from stable branch
6063
6064 2006-04-17 [colin]      2.1.1cvs1
6065
6066         * configure.ac
6067                 Bump version to follow stable release
6068
6069 2006-04-16 [mones]      2.1.0cvs50
6070
6071         * po/es.po
6072                 Updated for release
6073
6074 2006-04-16 [colin]      2.1.0cvs49
6075
6076         * src/textview.c
6077                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6078                 with gtk < 2.8. Thanks to Fabien Vantard.
6079
6080 2006-04-15 [colin]      2.1.0cvs48
6081
6082         * src/etpan/imap-thread.c
6083                 Fix bug #919 (libetpan: SEGV when connecting 
6084                 using command)
6085
6086 2006-04-14 [colin]      2.1.0cvs47
6087
6088         * src/main.c
6089                 Fix race on --select (should be done better)
6090
6091 2006-04-14 [wwp]        2.1.0cvs46
6092
6093         * src/send_message.c
6094                 enforce a check for domain in account prefs (a sending
6095                 error could be faced if domain was checked but no value set),
6096                 thanks to Colin.
6097
6098 2006-04-14 [colin]      2.1.0cvs45
6099
6100         * src/codeconv.c
6101                 when converting from unknown to unknown, if the
6102                 string is UTF8, don't convert it to the locale
6103                 (which breaks it)
6104
6105 2006-04-14 [colin]      2.1.0cvs44
6106
6107         * src/compose.c
6108                 Don't try to use ASCII for converting headers
6109                 (as done in body)
6110
6111 2006-04-14 [paul]       2.1.0cvs43
6112
6113         * src/crash.c
6114                 add locale/charset info to crash report
6115         * src/gtk/about.c
6116                 add wwp to doc team
6117                 replace 'e-mail' with preferred 'email'
6118         * src/gtk/authors.h
6119                 ensure contributors list is in alphabetical
6120                 order
6121
6122 2006-04-13 [colin]      2.1.0cvs42
6123
6124         * src/textview.c
6125                 Prevent gdk warnings
6126
6127 2006-04-13 [colin]      2.1.0cvs41
6128
6129         * src/common/ssl_certificate.c
6130         * src/common/ssl_certificate.h
6131         * src/gtk/sslcertwindow.c
6132                 Warn on expired certs, and display the expiration date
6133
6134 2006-04-13 [colin]      2.1.0cvs40
6135
6136         * src/plugins/spamassassin/spamassassin_gtk.c
6137                 Fix missing set_text on unix socket
6138
6139 2006-04-13 [wwp]        2.1.0cvs39
6140
6141         * manual/fr/advanced.xml
6142         * manual/fr/glossary.xml
6143                 applied new spam/ham/email lexicon (pourriel, courriel)
6144
6145 2006-04-13 [paul]       2.1.0cvs38
6146
6147         * src/plugins/pgpmime/plugin.c
6148                 remove the mention of S/MIME from the
6149                 description. This is now handled by the
6150                 S/MIME plugin.
6151
6152 2006-04-13 [paul]       2.1.0cvs37
6153
6154         * src/prefs_msg_colors.c
6155                 rework dialog
6156         * src/prefs_folder_item.c
6157         * src/prefs_spelling.c
6158                 add a tooltip to the colour selector buttons
6159
6160 2006-04-13 [wwp]        2.1.0cvs36
6161
6162         * manual/advanced.xml
6163         * manual/glossary.xml
6164         * manual/handling.xml
6165         * manual/keyboard.xml
6166         * manual/plugins.xml
6167         * manual/starting.xml
6168         * manual/fr/account.xml
6169         * manual/fr/ack.xml
6170         * manual/fr/addrbook.xml
6171         * manual/fr/advanced.xml
6172         * manual/fr/faq.xml
6173         * manual/fr/glossary.xml
6174         * manual/fr/gpl.xml
6175         * manual/fr/handling.xml
6176         * manual/fr/intro.xml
6177         * manual/fr/keyboard.xml
6178         * manual/fr/plugins.xml
6179         * manual/fr/starting.xml
6180         * manual/fr/sylpheed-claws-manual.xml
6181                 fixes to the manuals:
6182                  - summaryview -> Message List (same in French)
6183                  - translate key names
6184                  - fix French punctuation, use non-breakable spaces when
6185                    necessary, don't use &thinsp; which is not portable
6186                  - tell what maildir and mbox formats we support
6187
6188 2006-04-12 [wwp]        2.1.0cvs35
6189
6190         * src/prefs_toolbar.c
6191                 unified a replace button more,
6192                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6193
6194 2006-04-12 [wwp]        2.1.0cvs34
6195
6196         * src/prefs_common.c
6197         * src/prefs_msg_colors.c
6198                 make default color labels translatable,
6199                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6200                 thanks to Tim <timbrain@post.cz> for reporting.
6201
6202 2006-04-12 [wwp]        2.1.0cvs33
6203
6204         * manual/glossary.xml
6205         * manual/intro.xml
6206         * manual/plugins.xml
6207         * manual/starting.xml
6208         * manual/sylpheed-claws-manual.xml
6209         * manual/fr/.cvsignore
6210         * manual/fr/account.xml
6211         * manual/fr/ack.xml
6212         * manual/fr/addrbook.xml
6213         * manual/fr/advanced.xml
6214         * manual/fr/faq.xml
6215         * manual/fr/glossary.xml
6216         * manual/fr/handling.xml
6217         * manual/fr/intro.xml
6218         * manual/fr/keyboard.xml
6219         * manual/fr/plugins.xml
6220         * manual/fr/starting.xml
6221         * manual/fr/sylpheed-claws-manual.xml
6222                 various fixes: typos, missing .fr translations, punctuation,
6223                 capitalization, links, accents and some bad French more.
6224
6225 2006-04-12 [wwp]        2.1.0cvs32
6226
6227         * src/prefs_gtk.c
6228                 fix for bug #935: always store prefs files in UTF-8 (thanks
6229                 to Colin).
6230
6231 2006-04-11 [colin]      2.1.0cvs31
6232
6233         * src/compose.c
6234                 Fix inserting files not in utf8 when locale is utf8
6235
6236 2006-04-11 [colin]      2.1.0cvs30
6237
6238         * src/inc.c
6239                 Don't show error dialog when cancelling connection
6240                 Patch by Pawel
6241
6242 2006-04-11 [cleroy]     2.1.0cvs29
6243
6244         * src/compose.c
6245                 Implement multiple quote levels
6246         * src/prefs_common.c
6247                 Change a little bit the quote bgcolor for 2nd level
6248
6249 2006-04-11 [colin]      2.1.0cvs28
6250
6251         * src/gtk/about.c
6252                 Add locale and charset in the label
6253
6254 2006-04-10 [colin]      2.1.0cvs27
6255
6256         * src/compose.c
6257         * src/prefs_common.c
6258         * src/prefs_common.h
6259         * src/prefs_msg_colors.c
6260         * src/textview.c
6261                 Allow optional background color in quotes
6262                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6263                 GTK+-2.8.x feature
6264
6265 2006-04-10 [colin]      2.1.0cvs26
6266
6267         * src/main.c
6268         * src/mainwindow.c
6269         * src/mainwindow.h
6270                 Implement --select
6271
6272 2006-04-10 [colin]      2.1.0cvs25
6273
6274         * manual/plugins.xml
6275         * manual/fr/plugins.xml
6276                 Document libcurl's proxy variables
6277
6278 2006-04-09 [colin]      2.1.0cvs24
6279
6280         * src/prefs_common.c
6281                 gettext() returns statically allocated stuff. We have
6282                 to strdup it in order to be able to free it.
6283
6284 2006-04-09 [colin]      2.1.0cvs23
6285
6286         * AUTHORS
6287         * src/gtk/authors.h
6288                 Add Alexei
6289
6290 2006-04-09 [colin]      2.1.0cvs22
6291
6292         * src/mainwindow.c
6293         * src/gtk/quicksearch.c
6294                 Fix bug #859 (problems with cyrilic input in 
6295                 search panel) - Patch by Alexey Illarionov 
6296                 <littlesavage@rambler.ru>
6297
6298 2006-04-09 [colin]      2.1.0cvs21
6299
6300         * src/prefs_customheader.c
6301                 I prefer removing then freeing rather than the contrary
6302                 (even if it doesn't change anything ;-)
6303         * src/prefs_account.c
6304                 Fix bug #933 (Crash re-entering the custom headers list 
6305                 dialog in accounts prefs)
6306                 The problem happened when cancelling the Account 
6307                 Preferences' dialogs - in which case we didn't do 
6308                 anything to the PrefsAccount * struct. In case of applying,
6309                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6310                 working with in this dialog. The problem is that 
6311                 prefs_customheader.c, working on this tmp_ac_prefs, always
6312                 changes the ->customhdr_list pointer, even when cancelled. 
6313                 So in case of cancelling the prefs_account dialog, we still
6314                 have to update ->customhdr_list in the real account.
6315
6316 2006-04-08 [colin]      2.1.0cvs20
6317
6318         * manual/fr/glossary.xml
6319         * manual/fr/keyboard.xml
6320                 Forgot some headers :)
6321
6322 2006-04-08 [colin]      2.1.0cvs19
6323
6324         * manual/Makefile.am
6325         * manual/fr/Makefile.am
6326         * manual/fr/account.xml
6327         * manual/fr/ack.xml
6328         * manual/fr/addrbook.xml
6329         * manual/fr/advanced.xml
6330         * manual/fr/faq.xml
6331         * manual/fr/glossary.xml
6332         * manual/fr/gpl.xml
6333         * manual/fr/handling.xml
6334         * manual/fr/intro.xml
6335         * manual/fr/keyboard.xml
6336         * manual/fr/plugins.xml
6337         * manual/fr/starting.xml
6338         * manual/fr/sylpheed-claws-manual.xml
6339         * manual/fr/dist/.cvsignore
6340         * manual/fr/dist/Makefile.am
6341         * manual/fr/dist/html/.cvsignore
6342         * manual/fr/dist/html/Makefile.am
6343         * manual/fr/dist/pdf/.cvsignore
6344         * manual/fr/dist/pdf/Makefile.am
6345         * manual/fr/dist/ps/.cvsignore
6346         * manual/fr/dist/ps/Makefile.am
6347         * manual/fr/dist/txt/.cvsignore
6348         * manual/fr/dist/txt/Makefile.am
6349                 Add the french translation of the manual. Thanks to
6350                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6351                 account.xml, ack.xml, addrbook.xml and advanced.xml
6352
6353 2006-04-08 [colin]      2.1.0cvs18
6354
6355         * manual/plugins.xml
6356         * manual/starting.xml
6357                 More fixes
6358
6359 2006-04-07 [colin]      2.1.0cvs17
6360
6361         * manual/faq.xml
6362         * manual/intro.xml
6363         * manual/keyboard.xml
6364                 Little fixes
6365
6366 2006-04-07 [colin]      2.1.0cvs16
6367
6368         * README
6369         * src/compose.c
6370         * src/prefs_common.c
6371         * src/prefs_common.h
6372                 Add hidden compose_no_markup pref
6373
6374 2006-04-07 [wwp]        2.1.0cvs15
6375
6376         * src/summary_search.c
6377         * .cvsignore
6378                 Bugfix: stop button was sticky when searching in an empty folder.
6379                 Applied curly brackets code style to the whole file (summary_search.c).
6380                 More files to ignore.
6381
6382 2006-04-07 [wwp]        2.1.0cvs14
6383
6384         * src/message_search.c
6385         * src/summary_search.c
6386                 changed default button when search bumps at file/folder
6387                 beginning or end, for convenience (thanks to Colin).
6388
6389 2006-04-07 [paul]       2.1.0cvs13
6390
6391         * src/plugins/dillo_viewer/dillo_prefs.c
6392                 avoid future potential for namespace collision
6393                 Patch by Colin
6394
6395 2006-04-06 [wwp]        2.1.0cvs12
6396
6397         * src/summary_search.c
6398                 Unify extended/advanced searches names (and thus factorize labels),
6399                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6400
6401 2006-04-06 [wwp]        2.1.0cvs11
6402
6403         * src/folderview.c
6404         * src/prefs_themes.c
6405         * src/summaryview.c
6406                 Fixed some compilation warnings.
6407
6408 2006-04-06 [colin]      2.1.0cvs10
6409
6410         * manual/advanced.xml
6411                 Document the wizard template and how to deploy
6412                 Sylpheed-Claws effectively
6413
6414 2006-04-06 [colin]      2.1.0cvs9
6415
6416         * src/folderview.c
6417                 gettext patch to tell translators about _("#"),
6418                 by Maxim Britov
6419
6420 2006-04-06 [colin]      2.1.0cvs8
6421
6422         * src/textview.c
6423                 Fix invalid GtkTextBIter after clicking "Display as text"
6424
6425 2006-04-06 [mones]      2.1.0cvs7
6426
6427         * src/addr_compl.c
6428         * src/addrindex.c
6429         * src/addritem.c
6430         * src/codeconv.c
6431         * src/compose.c
6432         * src/filtering.c
6433         * src/folder.c
6434         * src/folder_item_prefs.c
6435         * src/folderview.c
6436         * src/localfolder.c
6437         * src/matcher.c
6438         * src/mimeview.c
6439         * src/prefs_msg_colors.c
6440         * src/prefs_spelling.c
6441         * src/prefs_themes.c
6442         * src/procmime.c
6443         * src/procmsg.c
6444         * src/stock_pixmap.c
6445         * src/summaryview.c
6446         * src/textview.c
6447         * src/toolbar.c
6448         * src/common/mgutils.c
6449         * src/common/prefs.c
6450         * src/common/ssl_certificate.c
6451         * src/gtk/colorlabel.c
6452         * src/gtk/quicksearch.c
6453         * src/plugins/pgpmime/pgpmime.c
6454         * src/plugins/spamassassin/spamassassin.c
6455                 Removed redundant NULL checks for g_free() calls.
6456                 Patch by Pawel Pekala.
6457
6458 2006-04-06 [mones]      2.1.0cvs6
6459
6460         * src/prefs_actions.c
6461         * src/prefs_filtering.c
6462         * src/prefs_filtering_action.c
6463         * src/prefs_matcher.c
6464         * src/prefs_template.c
6465         * src/gtk/gtkutils.c
6466         * src/gtk/gtkutils.h
6467                 Have a nice replace button. Patch by Pawel Pekala
6468
6469 2006-04-06 [colin]      2.1.0cvs5
6470
6471         * src/addressbook.c
6472                 Fix crash with empty columns
6473
6474 2006-04-05 [colin]      2.1.0cvs4
6475
6476         * src/wizard.c
6477         * src/prefs_gtk.c
6478                 Allow wizard customization with pre-filled values
6479
6480 2006-04-05 [colin]      2.1.0cvs3
6481
6482         * src/textview.c
6483         * src/mimeview.c
6484         * src/mimeview.h
6485                 Nicer messages in mimeview
6486
6487 2006-04-05 [colin]      2.1.0cvs2
6488
6489         * src/addressbook.c
6490         * src/prefs_summaries.c
6491                 i18n fix
6492
6493 2006-04-05 [colin]      2.1.0cvs1
6494
6495         * src/plugins/pgpcore/plugin.c
6496         * src/plugins/pgpcore/select-keys.c
6497         * src/plugins/pgpcore/select-keys.h
6498         * src/plugins/pgpcore/sgpgme.c
6499         * src/plugins/pgpcore/sgpgme.h
6500         * src/plugins/pgpinline/pgpinline.c
6501         * src/plugins/pgpinline/plugin.c
6502         * src/plugins/pgpmime/pgpmime.c
6503         * src/plugins/pgpmime/plugin.c
6504                 Factorize and generalize a bit 
6505                 Drop S/MIME signature verification from PGP/MIME
6506                 (adding it as another, more complete plugin)
6507
6508 2006-04-05 [paul]       2.1.0
6509
6510         2.1.0 released
6511
6512 2006-04-05 [paul]       2.0.0cvs186
6513
6514         * manual/advanced.xml
6515                 add info on colour labels
6516
6517 2006-04-05 [paul]       2.0.0cvs185
6518
6519         * po/bg.po
6520         * po/cs.po
6521         * po/de.po
6522         * po/el.po
6523         * po/en_GB.po
6524         * po/fi.po
6525         * po/fr.po
6526         * po/it.po
6527         * po/nl.po
6528         * po/pl.po
6529         * po/pt_BR.po
6530         * po/sr.po
6531         * po/zh_CN.po
6532                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6533                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6534                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6535                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6536         * src/gtk/authors.h
6537         * tools/claws.i18n.status.pl
6538                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
6539                 and new Czech translator, Tim <timbrain@post.cz>
6540
6541 2006-04-05 [mones]      2.0.0cvs184
6542
6543         * po/es.po
6544                 Updated translation
6545
6546 2006-04-05 [colin]      2.0.0cvs183
6547
6548         * src/gtk/quicksearch.c
6549                 Fix bug #929 (unnecessary reload in quick search bar)
6550
6551 2006-04-05 [colin]      2.0.0cvs182
6552
6553         * src/compose.c
6554                 Fix crash on Reply with no From:
6555                 Show signature and conversion error on queuing 
6556                 (but not sending)
6557         * src/mainwindow.c
6558         * src/summaryview.c
6559         * src/summaryview.h
6560                 Factorize threading code and make sure msginfo 
6561                 is not null when it comes from a GtkCTreeRow's 
6562                 data
6563         * src/gtk/gtkaspell.c
6564                 Check for necessary things
6565         * src/gtk/gtksctree.c
6566         * src/gtk/gtksctree.h
6567                 Reset anchor if necessary when removing node
6568
6569 2006-03-29 [colin]      2.0.0cvs181
6570
6571         * src/folderview.c
6572                 Warn for disabled IMAP accounts (due to lack of
6573                 libetpan). Breaks string-freeze - sorry - but it
6574                 is kind of important ;)
6575
6576 2006-03-28 [colin]      2.0.0cvs180
6577
6578         * src/gtk/gtkutils.c
6579         * src/gtk/gtkutils.h
6580                 Add a gtkut_get_link_btn() function that
6581                 creates a button which acts like an URI
6582         * src/prefs_themes.c
6583         * src/gtk/about.c
6584                 Use this function (factorizes codes)
6585         * src/common/defs.h
6586         * src/gtk/pluginwindow.c
6587                 Add a "Get more..." in the plugins window
6588
6589 2006-03-28 [colin]      2.0.0cvs179
6590
6591         * src/common/smtp.c
6592         * src/common/passcrypt.c
6593         * src/undo.c
6594                 Warning fixes. Patch by Pawel Pekala
6595
6596 2006-03-27 [colin]      2.0.0cvs178
6597
6598         * src/undo.c
6599                 Fix undoing by blocks with spaces
6600
6601 2006-03-27 [colin]      2.0.0cvs177
6602
6603         * src/textview.c
6604                 Set margin to 3px for headers
6605
6606 2006-03-27 [paul]
6607
6608         2.1.0-rc2 released
6609
6610 2006-03-27 [wwp]        2.0.0cvs176
6611
6612         * src/summaryview.c
6613                 don't reset quicksearch when updating the message list.
6614                 Thanks to Colin.
6615
6616 2006-03-26 [wwp]        2.0.0cvs175
6617
6618         * src/compose.c
6619                 use a unified border width ('other' tab in the compose window,
6620                 patch by Pawel Pekala).
6621
6622
6623 2006-03-26 [wwp]        2.0.0cvs174
6624
6625         * src/common/quoted-printable.c
6626         * src/addressbook.c
6627                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
6628
6629 2006-03-26 [colin]      2.0.0cvs173
6630
6631         * src/quote_fmt_parse.y
6632                 Fix non-UTF8 date formats messing up the whole quote a 
6633                 little bit
6634
6635 2006-03-26 [colin]      2.0.0cvs172
6636
6637         * src/procheader.c
6638                 Make sure the date is UTF8 valid, or try to make it
6639                 so. IncrediMail is really IncrediStupid.
6640         * src/compose.c
6641                 Fix possible conversions. 
6642                 
6643
6644 2006-03-26 [colin]      2.0.0cvs171
6645
6646         * src/matcher.c
6647                 Fix corner cases in body search. This is still a
6648                 hack... It seems impossible to make it good and 
6649                 reasonably fast at the same time.
6650
6651 2006-03-26 [colin]      2.0.0cvs170
6652
6653         * src/summaryview.c
6654                 I think I killed the twilight zone bug!
6655                 summary_select_node() flushes GTK events in order
6656                 to be able to center the view. But this also 
6657                 flushes keypresses like Ctrl-Alt-U, so this can
6658                 call summary_show from summary_select_node (itself
6659                 called from summary_show, etc.). And the summaryview
6660                 has to be unlocked in this function. So just locking
6661                 while processing GTK events, and bailing if locked, 
6662                 should fix it.
6663                 Fixes bug #927 (SIGSEGV during Update Summary)
6664
6665 2006-03-25 [colin]      2.0.0cvs169
6666
6667         * src/matcher.c
6668                 Fix search in QP-encoded bodies
6669                 Fix utf-8 searches in bodies encoded in the
6670                 locale's encoding
6671         * src/common/quoted-printable.c
6672         * src/common/quoted-printable.h
6673                 Add a decode function that doesn't overwrite
6674                 the original pointer
6675                 
6676
6677 2006-03-24 [colin]      2.0.0cvs168
6678
6679         * src/action.c
6680         * src/summaryview.c
6681         * src/summaryview.h
6682                 Update message cache after action
6683                 Patch by H. Merijn Brand
6684         * src/prefs_msg_colors.c
6685                 Factorize label 
6686                 Patch by Fabien Vantard
6687         * src/plugins/spamassassin/spamassassin_gtk.c
6688                 Remove useless translation
6689                 Patch by Fabien Vantard
6690
6691 2006-03-23 [colin]      2.0.0cvs167
6692
6693         * src/common/ssl.c
6694                 Let 30 seconds to SSL_connect
6695
6696 2006-03-23 [wwp]        2.0.0cvs166
6697
6698         * src/summaryview.c
6699         * src/gtk/description_window.c
6700                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
6701                 and headers are translated; adjust description windows' width to fit their
6702                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
6703
6704 2006-03-23 [paul]       2.0.0cvs165
6705
6706         * src/common/utils.c
6707                 fix highlighting of URIs containing "()"
6708                 (2.0.0cvs164's reversal fixed)
6709                 Thanks to Colin.
6710
6711 2006-03-23 [paul]       2.0.0cvs164
6712
6713         * src/common/utils.c
6714                 revert patch, (postponing a fix), at 2.0.0cvs120
6715                 as it breaks more URIs than it fixes.
6716                 Allow '-' to be a terminating character in a URI
6717
6718 2006-03-22 [colin]      2.0.0cvs163
6719
6720         * configure.ac
6721                 Require libetpan 0.45
6722                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
6723
6724 2006-03-22 [paul]       2.0.0cvs162
6725
6726         * src/editgroup.c
6727                 replace '<-' and '->' buttons with GTK_STOCK graphical
6728                 buttons
6729         * src/summary_search.c
6730                 don't offer '...' for translation
6731                 add a tooltip to advanced search '...' button
6732         * src/gtk/quicksearch.c
6733                 don't offer '...' for translation
6734
6735 2006-03-21 [colin]      2.0.0cvs161
6736
6737         * src/compose.c
6738                 Fix middle-click pasting (insert at click
6739                 position instead of cursor position, don't
6740                 remove existing selection and allow pasting
6741                 our own selection)
6742         * src/addressbook.c
6743                 "LDAP Server" -> "LDAP servers"
6744
6745 2006-03-21 [wwp]        2.0.0cvs160
6746
6747         * src/etpan/imap-thread.c
6748                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
6749
6750 2006-03-20 [colin]      2.0.0cvs159
6751
6752         * src/summaryview.c
6753                 Don't reload summaryview after an execute with no
6754                 move action
6755
6756 2006-03-19 [colin]      2.0.0cvs158
6757
6758         * src/addressbook.c
6759                 and put groups at the top, always
6760
6761 2006-03-19 [colin]      2.0.0cvs157
6762
6763         * src/addressbook.c
6764                 Order groups before names, as previously
6765
6766 2006-03-19 [colin]      2.0.0cvs156
6767
6768         * src/addressbook.c
6769                 - Sort case-unsensitive
6770                 - Put the sort arrow at opening too
6771
6772 2006-03-19 [wwp]        2.0.0cvs155
6773
6774         * src/addressbook.c
6775                 allow sorting by name/email/remarks, ensure that right-pane's contents
6776                 matches the left-pane selection (cleared when appropriate).
6777                 Patch by Pawel Pekala <c0rn@o2.pl>.
6778
6779 2006-03-18 [colin]      2.0.0cvs154
6780
6781         * src/textview.c
6782                 Fix text cursor ;)
6783
6784 2006-03-18 [colin]      2.0.0cvs153
6785
6786         * src/gtk/filesel.c
6787                 Make sure we hide the preview if we didn't get
6788                 a filename
6789
6790 2006-03-18 [colin]      2.0.0cvs152
6791
6792         * src/summaryview.c
6793                 Set cursor to watch for execution (fixes lack
6794                 of watch-cursor when dnd'ing hundreds of mails)
6795         * src/gtk/filesel.c
6796                 Check that mime type is 'image/*' before updating
6797                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
6798
6799 2006-03-18 [colin]      2.0.0cvs151
6800
6801         * src/mainwindow.c
6802         * src/textview.c
6803         * src/textview.h
6804                 Put a watch cursor in textview too when the mainwindow's
6805                 cursor in a watch
6806
6807 2006-03-18 [colin]      2.0.0cvs150
6808
6809         * src/folder.c
6810                 Change wrong asserts to simple tests
6811
6812 2006-03-17 [colin]      2.0.0cvs149
6813
6814         * src/mainwindow.c
6815         * src/mainwindow.h
6816         * src/prefs_msg_colors.c
6817         * src/summaryview.c
6818         * src/summaryview.h
6819         * src/gtk/colorlabel.c
6820         * src/gtk/colorlabel.h
6821                 Add a color label menu in the main menubar
6822                 Add (fixed) accels Ctrl-{0-7} to change the color
6823                 They have to be fixed because the menu's dynamic,
6824                 the items are complex widgets, hence we can't use
6825                 a GtkItemFactory.
6826
6827
6828 2006-03-17 [wwp]        2.0.0cvs148
6829
6830         * src/compose.c
6831                 rollback few lines from my previous commit (those lines come from
6832                 a pending patch, accidentally commited, even if neutral as they are
6833                 commented out).
6834
6835 2006-03-17 [wwp]        2.0.0cvs147
6836
6837         * src/compose.c
6838                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
6839                 applied code style/indentation to the modified function.
6840
6841 2006-03-17 [wwp]        2.0.0cvs146
6842
6843         * src/procmsg.c
6844         * src/compose.c
6845                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
6846
6847 2006-03-17 [paul]
6848
6849         2.1.0-rc1 released
6850
6851 2006-03-17 [paul]       2.0.0cvs145
6852
6853         * src/main.c
6854                 addressbook_read_file() was called twice
6855         * src/textview.c
6856                 X-Mailer highlighting
6857
6858 2006-03-16 [colin]      2.0.0cvs144
6859
6860         * src/sourcewindow.c
6861         * src/sourcewindow.h
6862                 And the last one, in source window.
6863
6864 2006-03-16 [colin]      2.0.0cvs143
6865
6866         * src/compose.c
6867         * src/compose.h
6868                 Fix the same stuff in compose
6869
6870 2006-03-16 [colin]      2.0.0cvs142
6871
6872         * src/messageview.c
6873                 Complete the previous messageview crash fix
6874
6875 2006-03-16 [colin]      2.0.0cvs141
6876
6877         * src/procmsg.h
6878         * src/procmsg.c
6879         * src/folder.c
6880                 Fix POSTPROCESSING hook
6881                 Patch by H. Merijn Brand
6882
6883         * src/procmime.c
6884         * src/procmime.h
6885                 Parse Content-Location
6886
6887         * src/toolbar.c
6888         * src/messageview.c
6889         * src/messageview.h
6890                 Don't crash when a top-level MessageView has
6891                 been closed on us. Same problematic than
6892                 yesterday's quicksearch issue.
6893
6894 2006-03-15 [colin]      2.0.0cvs140
6895
6896         * src/gtk/quicksearch.c
6897                 Fix a bitchy race we didn't think about when we
6898                 added quicksearch cancellation:
6899                 If the search is not on cached fields, for example
6900                 body_part matchcase "stuff"
6901                 the matcher code has to get the whole message. If
6902                 we're on IMAP, that can be slow, and in order to
6903                 be non-blocking, the IMAP code idle loop processes
6904                 gtk events too. So it is possible to cancel a
6905                 quicksearch while the matcher is getting the mail's
6906                 body. After matcher got its body, it will start to
6907                 iterate over the matcher list that the Quicksearch's
6908                 clear_search_cb() just freed via prepare_matcher().
6909                 SIGSEGV ensues.
6910                 The fix consists of guarding the matcherlist_match()
6911                 call with a boolean 'matching'. If we reset the
6912                 quicksearch while matching is TRUE, we don't free
6913                 the matcherlist anymore like we did, but we set
6914                 another new flag, deferred_free, to TRUE. Then,
6915                 in quicksearch_match(), just after returning from
6916                 matcherlist_match() and unsetting the matching flag,
6917                 we check the deferred_free flag and do the
6918                 prepare_matcher() (which does the matcherlist_free)
6919                 for real, so we free the matcherlist once it's not
6920                 used anymore.
6921                 As all of this runs via the glib main loop, we
6922                 luckily don't need a mutex.
6923         * src/summaryview.c
6924                 Also, show progress while searching.
6925
6926
6927 2006-03-14 [colin]      2.0.0cvs139
6928
6929         * src/alertpanel.c
6930                 Make alertpanel_is_open non-static
6931
6932 2006-03-14 [colin]      2.0.0cvs138
6933
6934         * src/prefs_spelling.c
6935                 Cleanups - Fabien Vantard
6936
6937 2006-03-14 [wwp]        2.0.0cvs137
6938
6939         * src/main.c
6940                 code style normalization (curly braces, indentation).
6941
6942 2006-03-14 [wwp]        2.0.0cvs137
6943
6944         * src/main.c
6945                 code style (braces, indentation)
6946
6947 2006-03-12 [paul]       2.0.0cvs136
6948
6949         * src/prefs_common.c
6950                 trans_hdr defaults to FALSE to be RFC-savvy
6951         * src/prefs_summaries.c
6952                 add a tooltip to the trans_hdr option
6953                 
6954
6955 2006-03-12 [paul]       2.0.0cvs135
6956
6957         * src/prefs_matcher.c
6958                 give a little more width to the combos
6959         * src/prefs_display_header.c
6960         * src/textview.c
6961                 translate headers if prefs_common.trans_hdr
6962                 is TRUE
6963
6964         Patches by Pawel Pekala
6965
6966 2006-03-12 [paul]       2.0.0cvs134
6967
6968         * src/plugins/clamav/clamav_plugin.c
6969         * src/plugins/dillo_viewer/dillo_viewer.c
6970         * src/plugins/pgpcore/plugin.c
6971         * src/plugins/pgpinline/plugin.c
6972         * src/plugins/pgpmime/plugin.c
6973         * src/plugins/spamassassin/spamassassin.c
6974                 update/add to descriptions
6975         * src/plugins/spamassassin/spamassassin_gtk.c
6976                 fixes to the english, remove superfluous
6977                 tooltips, clean up a little
6978
6979 2006-03-12 [paul]       2.0.0cvs133
6980
6981         * src/compose.c
6982                 fix Bug 924, 'Account combo box shows up wrong 
6983                 if & is in account name'
6984
6985 2006-03-11 [colin]      2.0.0cvs132
6986
6987         * src/summaryview.c
6988                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
6989                 messed up shift-selection because is slows down
6990                 moving around summaryview. thanks -users
6991
6992 2006-03-10 [colin]      2.0.0cvs131
6993
6994         * src/plugins/spamassassin/spamassassin_gtk.c
6995                 Put back Paul's engrish fixes
6996
6997 2006-03-10 [colin]      2.0.0cvs130
6998
6999         * src/plugins/spamassassin/spamassassin.c
7000         * src/plugins/spamassassin/spamassassin.h
7001         * src/plugins/spamassassin/spamassassin_gtk.c
7002                 Cleanup SA prefs page (more)
7003                 Patch by Fabien Vantard
7004
7005 2006-03-10 [paul]       2.0.0cvs129
7006
7007         * src/prefs_msg_colors.c
7008         * src/prefs_spelling.c
7009                 widget sensitivity
7010
7011 2006-03-09 [mones]      2.0.0cvs128
7012
7013         * po/es.po
7014                 Update for next RC
7015
7016 2006-03-09 [wwp]        2.0.0cvs127
7017
7018         * configure.ac
7019                 revert accidental commit (requirement for libetpan 0.43), this time
7020                 not in HEAD.
7021
7022 2006-03-09 [wwp]        2.0.0cvs125
7023
7024         * configure.ac
7025                 revert accidental commit (requirement for libetpan 0.43)
7026
7027 2006-03-09 [paul]       2.0.0cvs126
7028
7029         * src/prefs_receive.c
7030                 remove useless frame
7031                 replace 'incorporation' with 'receiving'
7032         * src/plugins/clamav/clamav_plugin_gtk.c
7033         * src/plugins/spamassassin/spamassassin_gtk.c
7034                 improve widget sensitivity
7035                 fix a bit his engrish
7036
7037 2006-03-09 [wwp]        2.0.0cvs125
7038
7039         * src/addressadd.c
7040         * src/foldersel.c
7041         * src/prefs_common.c
7042         * src/prefs_common.h
7043                 remember some more windows' sizes (add to addressbook and
7044                 select folder).
7045
7046 2006-03-09 [paul]       2.0.0cvs124
7047
7048         * src/plugins/pgpcore/prefs_gpg.c
7049                 normalise construction of dialogue
7050
7051 2006-03-09 [paul]       2.0.0cvs123
7052
7053         * src/plugins/trayicon/Makefile.am
7054                 add missing slash
7055
7056 2006-03-08 [colin]      2.0.0cvs122
7057
7058         * src/plugins/trayicon/Makefile.am
7059                 Fix build in separate dir 
7060                 Patch by Bamanzi <bamanzi@gmail.com>
7061
7062 2006-03-08 [colin]      2.0.0cvs121
7063
7064         * src/procmsg.c
7065                 Batch move and copies from summaryview with delayed execution
7066                 too
7067
7068 2006-03-07 [paul]       2.0.0cvs120
7069
7070         * src/common/utils.c
7071                 fix highlighting of URIs containing "()"
7072                 Patch by Pawel Pekala
7073
7074 2006-03-07 [paul]       2.0.0cvs119
7075
7076         * src/folder.c
7077         * src/folder.h
7078         * src/folderview.c
7079                 immediately do alphabetical resort when
7080                 changing a folder's name
7081                 Patch by Pawel Pekala
7082
7083 2006-03-07 [paul]       2.0.0cvs118
7084
7085         * src/news.c
7086         * src/news_gtk.c
7087                 when unsubscribing a newsgroup, remove the
7088                 folder and msgs in .sylpheed-claws/newscache
7089                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7090
7091 2006-03-07 [paul]       2.0.0cvs117
7092
7093         * src/textview.c
7094                 fix wrong Fake URL Warning
7095                 Thanks to Hiro
7096
7097 2006-03-07 [colin]      2.0.0cvs116
7098
7099         * src/imap.c
7100                 Return immediately when password dialog was
7101                 cancelled
7102         * src/gtk/inputdialog.c
7103                 Allow empty strings for passwords
7104
7105
7106 2006-03-06 [colin]      2.0.0cvs115
7107
7108         * src/imap.c
7109                 Prevent double-timeouts when connection fails
7110
7111 2006-03-06 [colin]
7112
7113         2.0.1-rc1 released
7114
7115 2006-03-06 [colin]      2.0.0cvs114
7116
7117         * src/imap.c
7118                 Refresh session during potentially long
7119                 operations
7120
7121 2006-03-06 [wwp]        2.0.0cvs113
7122
7123         * src/prefs_msg_colors.h
7124                 forgot that one (custom color labels).
7125
7126 2006-03-06 [wwp]        2.0.0cvs112
7127
7128         * src/prefs_common.c
7129         * src/prefs_common.h
7130         * src/prefs_msg_colors.c
7131         * src/summaryview.c
7132         * src/summaryview.h
7133         * src/gtk/colorlabel.c
7134         * src/gtk/colorlabel.h
7135                 colors in messages list are now customizable. Color values and names can
7136                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7137                 Thanks to Paul and Colin for their help with this longstanding patch!
7138
7139 2006-03-06 [wwp]        2.0.0cvs111
7140
7141         * src/textview.c
7142                 don't crash if (x)face is bad.
7143
7144 2006-03-05 [paul]       2.0.0cvs110
7145
7146         * AUTHORS
7147         * configure.ac
7148         * src/Makefile.am
7149         * src/common/Makefile.am
7150         * src/common/utils.h
7151         * src/etpan/imap-thread.c
7152         * src/gtk/authors.h
7153         * src/plugins/clamav/Makefile.am
7154         * src/plugins/demo/Makefile.am
7155         * src/plugins/dillo_viewer/Makefile.am
7156         * src/plugins/pgpcore/Makefile.am
7157         * src/plugins/pgpcore/passphrase.c
7158         * src/plugins/pgpinline/Makefile.am
7159         * src/plugins/pgpmime/Makefile.am
7160         * src/plugins/spamassassin/Makefile.am
7161         * src/plugins/trayicon/Makefile.am
7162                 fix builiding on cygwin
7163                 Patch by Ralgh Young <bamanzi@gmail.com>
7164
7165 2006-03-04 [wwp]        2.0.0cvs109
7166
7167         * manual/keyboard.xml
7168                 fix mixed up/down keys.
7169
7170 2006-03-04 [wwp]        2.0.0cvs108
7171
7172         * README
7173         * INSTALL
7174                 updated links to SpamAssassin.
7175
7176 2006-03-04 [wwp]        2.0.0cvs107
7177
7178         * manual/plugins.xml
7179         * src/plugins/spamassassin/README
7180                 updated SpamAssassin plugin docs to reflect new functional additions
7181                 (also fix/update/documents few technical stuff more, see the README).
7182
7183 2006-03-04 [wwp]        2.0.0cvs106
7184
7185         * src/prefs_message.c
7186                 normalized capitalization of message-prefs paths.
7187
7188 2006-03-04 [wwp]        2.0.0cvs105
7189
7190         * manual/advanced.xml
7191                 typo.
7192
7193 2006-03-03 [colin]      2.0.0cvs104
7194
7195         * src/plugins/clamav/clamav_plugin_gtk.c
7196                 Rework prefs page, patch by Fabien 
7197
7198 2006-03-03 [colin]      2.0.0cvs103
7199
7200         * src/plugins/clamav/clamav_plugin.c
7201                 Set error on all errors
7202
7203 2006-03-03 [colin]      2.0.0cvs102
7204
7205         * src/common/plugin.c
7206                 Initialize error to avoid crashing when a plugin fails
7207                 without setting error
7208
7209 2006-03-02 [wwp]        2.0.0cvs101
7210
7211         * configure.ac
7212                 fixed linker flags for libetpan support on Cygwin
7213                 (thanks to H.Merijn Brand).
7214
7215 2006-03-02 [wwp]        2.0.0cvs100
7216
7217         * src/addressbook.c
7218                 fix some AB error messages: one for punctuation and
7219                 one wrongly duplicate (thanks, maxbritov).
7220
7221 2006-03-02 [wwp]        2.0.0cvs99
7222
7223         * src/plugins/spamassassin/spamassassin.c
7224                 make sync calls to sa-learn/spamc to prevent
7225                 system (whatever local or client/server) overload.
7226
7227 2006-03-02 [colin]      2.0.0cvs98
7228
7229         * src/summaryview.c
7230                 Put the spam icon in the status column instead of the
7231                 mark one
7232
7233 2006-03-01 [colin]      2.0.0cvs97
7234
7235         * src/plugins/spamassassin/spamassassin.c
7236                 Fix segfault (g_file_set_contents fails for some 
7237                 reason and err==0x2f. Can't find out why with
7238                 valgrind, using working function :-)
7239
7240 2006-03-01 [colin]      2.0.0cvs96
7241
7242         * src/inc.c
7243                 Offline overriding: let 'No' be cached only 3 seconds
7244
7245 2006-03-01 [colin]      2.0.0cvs95
7246
7247         * src/addr_compl.c
7248         * src/addrbook.c
7249         * src/addressbook.c
7250         * src/addrindex.c
7251         * src/folder_item_prefs.c
7252         * src/headerview.c
7253         * src/imap.c
7254         * src/inc.c
7255         * src/ldif.c
7256         * src/mainwindow.c
7257         * src/mh.c
7258         * src/msgcache.c
7259         * src/prefs_common.h
7260         * src/prefs_msg_colors.c
7261         * src/procheader.c
7262         * src/procheader.h
7263         * src/procmime.c
7264         * src/procmsg.c
7265         * src/procmsg.h
7266         * src/send_message.h
7267         * src/simple-gettext.c
7268         * src/summaryview.c
7269         * src/summaryview.h
7270         * src/syldap.c
7271         * src/textview.c
7272         * src/undo.c
7273         * src/common/ssl_certificate.c
7274         * src/common/utils.c
7275         * src/gtk/colorsel.c
7276         * src/gtk/gtksctree.c
7277         * src/gtk/gtkshruler.c
7278         * src/plugins/trayicon/trayicon.c
7279                 #if 0 goes to /dev/null
7280
7281 2006-03-01 [colin]      2.0.0cvs94
7282
7283         * src/compose.c
7284         * src/imap.c
7285         * src/inc.c
7286         * src/inc.h
7287         * src/messageview.c
7288         * src/news.c
7289         * src/plugins/spamassassin/spamassassin.c
7290                 Allow to add information in the "working offline"
7291                 window
7292
7293 2006-03-01 [wwp]        2.0.0cvs93
7294
7295         * src/plugins/spamassassin/spamassassin.c
7296                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7297                 'cause it seems that calling `spamc ... < inputfile` with
7298                 g_spawn_(a)sync simply.. erm doesn't work :-).
7299
7300 2006-03-01 [wwp]        2.0.0cvs92
7301
7302         * src/toolbar.c
7303         * src/toolbar.h
7304                 simplify the adding of spam/ham button to the messageview toolbar
7305                 (it gets more clear now that the same button will be "Mark as spam"
7306                 or "Mark as ham" according to the current message status,
7307                 thanks to Colin).
7308
7309 2006-03-01 [wwp]        2.0.0cvs91
7310
7311         * src/messageview.c
7312         * src/procmsg.c
7313         * src/procmsg.h
7314         * src/summaryview.c
7315         * src/plugins/spamassassin/spamassassin.c
7316         * src/plugins/spamassassin/spamassassin.h
7317                 make learner callbacks return a status (0 for ok),
7318                 handle it in main code to avoid setting flags when learning failed,
7319                 don't learn on TCP if offline in spamassassin,
7320                 thanks to Colin.
7321
7322                 
7323
7324 2006-03-01 [wwp]        2.0.0cvs90
7325
7326         * src/compose.c
7327                 some work around the compose window's account menu,
7328                 patch by Fabien Vantard.
7329
7330 2006-03-01 [wwp]        2.0.0cvs89
7331
7332         * src/plugins/spamassassin/spamassassin.c
7333                 fixed bad logics, was using spamc in local mode and sa-learn
7334                 in remote mode (thanks, Colin).
7335
7336 2006-03-01 [wwp]        2.0.0cvs88
7337
7338         * src/plugins/spamassassin/spamassassin.c
7339         * src/plugins/spamassassin/spamassassin.h
7340         * src/plugins/spamassassin/spamassassin_gtk.c
7341                 made processing of emails w/ sa-plugin an option (default is TRUE),
7342                 fixed Engrish some tooltips, capitalization of some debug messages
7343                 and warnings. The spamassassin plugin now provides two separate
7344                 services: process emails upon incorporation and spamd training.
7345                 Both services (un)register independently but use some common
7346                 plugin settings (transport settings, spam storage location).
7347
7348 2006-02-28 [wwp]        2.0.0cvs87
7349
7350         * src/plugins/spamassassin/spamassassin.c
7351                 fix async flag to spamc cmdline execution (batch exec should
7352                 be asynchronous).
7353
7354 2006-02-27 [wwp]        2.0.0cvs86
7355
7356         * src/plugins/spamassassin/spamassassin.c
7357         * src/plugins/spamassassin/spamassassin.h
7358         * src/plugins/spamassassin/spamassassin_gtk.c
7359                 - added the ability to learn a remote spamassassin server (spamd),
7360                 using spamc.
7361                 - added the spamassassin option 'username', that applies to all
7362                 spamassassin operations (filtering, learning, local or remote).
7363                 The default username is the current unix user (if left blank
7364                 from gtk prefs or config file).
7365                 - commented out some unused code (notebook widget), removed unused
7366                 layout (hbox1).
7367                 - make more widgets sensitive to the transport type.
7368
7369 2006-02-27 [colin]      2.0.0cvs85
7370
7371         * src/plugins/spamassassin/spamassassin.c
7372                 Fix sa-learn call when offline
7373
7374 2006-02-27 [colin]      2.0.0cvs84
7375
7376         * configure.ac
7377         * src/Makefile.am
7378         * src/mainwindow.c
7379         * src/mainwindow.h
7380         * src/messageview.c
7381         * src/messageview.h
7382         * src/prefs_toolbar.c
7383         * src/procmsg.c
7384         * src/stock_pixmap.c
7385         * src/stock_pixmap.h
7386         * src/summaryview.c
7387         * src/toolbar.c
7388         * src/toolbar.h
7389         * src/pixmaps/ham_btn.xpm
7390         * src/pixmaps/spam.xpm
7391         * src/pixmaps/spam_btn.xpm
7392         * src/plugins/spamassassin/spamassassin.c
7393                 Add button in toolbar for spam learning
7394                 Fix a few bugs from the last related commit
7395                 Revert 1.9.6cvs23 which messed up shift-selection
7396
7397 2006-02-24 [colin]      2.0.0cvs83
7398
7399         * src/procmsg.c
7400         * src/summaryview.c
7401         * src/summaryview.h
7402         * src/plugins/spamassassin/spamassassin.c
7403         * src/plugins/spamassassin/spamassassin.h
7404         * src/plugins/spamassassin/spamassassin_gtk.c
7405                 Unregister learner when spamassassin is either
7406                 disabled or over tcp
7407
7408 2006-02-24 [colin]      2.0.0cvs82
7409
7410         * src/Makefile.am
7411         * src/mainwindow.c
7412         * src/mainwindow.h
7413         * src/procmsg.c
7414         * src/procmsg.h
7415         * src/stock_pixmap.c
7416         * src/stock_pixmap.h
7417         * src/summaryview.c
7418         * src/summaryview.h
7419         * src/gtk/icon_legend.c
7420         * src/pixmaps/spam.xpm  ** NEW FILE **
7421         * src/plugins/spamassassin/spamassassin.c
7422         * src/plugins/spamassassin/spamassassin_gtk.c
7423                 Add spam learning interface (Mark/Mark as 
7424                 (spam|ham) menus)
7425
7426 2006-02-24 [wwp]        2.0.0cvs81
7427
7428         * src/compose.c
7429         * src/compose.h
7430         * src/filtering.c
7431                 hide compose window when sending message in batch mode
7432                 (filtering: forward and redirect). Also fixed a wrong
7433                 value returned when sending failed, neutral anyway.
7434                 (Colin, me) 
7435
7436 2006-02-24 [wwp]        2.0.0cvs80
7437
7438         * src/mainwindow.c
7439                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7440
7441 2006-02-24 [paul]       2.0.0cvs79
7442
7443         * src/news.c
7444         * src/news.h
7445         * src/news_gtk.c
7446                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7447                 Thanks to Colin
7448
7449 2006-02-23 [colin]      2.0.0cvs78
7450
7451         * src/alertpanel.c
7452                 Change OK to Close in alertpanel with View log
7453                 button; add accel to View log. Patch by Fabien
7454                 Vantard
7455
7456 2006-02-23 [wwp]        2.0.0cvs77
7457
7458         * src/compose.c
7459                 silly me, there were much more tests to perform, since toolbars can
7460                 really have down to 1 element only.
7461
7462 2006-02-23 [wwp]        2.0.0cvs76
7463
7464         * commitHelper
7465                 fixed indentation from my previous commit. Fallback to VISUAL if
7466                 EDITOR is not set (and to vi, at last resort).
7467
7468 2006-02-23 [wwp]        2.0.0cvs75
7469
7470         * commitHelper
7471                 improved error detection (Colin, me).
7472
7473 2006-02-23 [wwp]        2.0.0cvs74
7474
7475         * src/prefs_toolbar.c
7476                 simplify and fix prefs/toolbars layouting. Combos' contents can
7477                 now be really displayed.
7478
7479 2006-02-23 [wwp]        2.0.0cvs73
7480         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7481         be really displayed.
7482
7483 2006-02-22 [wwp]        2.0.0cvs72
7484
7485         * src/compose.c
7486                 fix a typo in my previous commit (sorry!).
7487
7488 2006-02-22 [wwp]        2.0.0cvs71
7489
7490         * src/prefs_toolbar.c
7491                 fix a crash when adding separators to toolbars,
7492                 also fix some separator item information.
7493
7494 2006-02-22 [wwp]        2.0.0cvs70
7495
7496         * src/compose.c
7497                 fix a crash when redirecting (for instance) when compose window's
7498                 toolbar contents has been customized (when some buttons have been
7499                 removed in fact).
7500
7501 2006-02-21 [wwp]        2.0.0cvs69
7502
7503         * src/summaryview.c
7504         * src/gtk/pluginwindow.c
7505         * src/plugins/pgpcore/prefs_gpg.c
7506                 fix some compilation warnings (feat. remains of removed code).
7507
7508 2006-02-21 [wwp]        2.0.0cvs68
7509
7510         * src/gtk/gtkutils.c
7511                 fix two compilation issues, thanks to Stephan Sachse.
7512
7513 2006-02-20 [colin]      2.0.0cvs67
7514
7515         * src/mainwindow.c
7516                 Don't reselect displayed mail on refocus
7517                 This fixes actions misbehaving 
7518
7519 2006-02-20 [wwp]        2.0.0cvs66
7520
7521         * src/summaryview.c
7522         * src/gtk/gtksctree.c
7523         * src/gtk/gtkshruler.c
7524                 changed more runtime typecast checks.
7525
7526 2006-02-20 [wwp]        2.0.0cvs65
7527
7528         * src/summary_search.c
7529                 find all - summaryview refresh issue fixed, thanks to Colin.
7530
7531 2006-02-20 [wwp]        2.0.0cvs64
7532
7533         * src/gtk/gtkutils.c
7534                 better runtime typecast checks.
7535
7536 2006-02-20 [wwp]        2.0.0cvs63
7537
7538         * src/summary_search.c
7539                 enhancements to the summary search:
7540                         - add the ability to stop the running search
7541                           (upon ESC-key press, new Stop button or when Clear button is pressed)
7542                         - don't search if no criteria (From/To/Subject/Body) is set
7543                         - ensure that a busy mouse pointer is always shown when searching,
7544                           show it even a bit earlier
7545
7546 2006-02-19 [colin]      2.0.0cvs62
7547
7548         * src/compose.c
7549         * src/imap.c
7550         * src/etpan/imap-thread.c
7551         * src/etpan/imap-thread.h
7552                 (Future) IMAP speed improvement on sending
7553                 Will require a libetpan update
7554         * src/summaryview.c
7555         * src/gtk/quicksearch.c
7556                 Make quicksearch clearable while running.
7557
7558 2006-02-17 [colin]      2.0.0cvs61
7559
7560         * src/imap.c
7561         * src/etpan/imap-thread.c
7562         * src/etpan/imap-thread.h
7563                 Check for IMAP certificates
7564                 ** Requires libetpan-0.42-cvs4 
7565                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
7566
7567 2006-02-17 [colin]      2.0.0cvs60
7568
7569         * src/messageview.c
7570         * src/prefs_common.c
7571         * src/prefs_common.h
7572         * src/prefs_message.c
7573                 Add pref to display HTML-only mails with plugin, 
7574                 if possible (defaulting to FALSE of course).
7575
7576 2006-02-16 [colin]      2.0.0cvs59
7577
7578         * src/main.c
7579         * src/common/plugin.c
7580         * src/common/plugin.h
7581         * src/gtk/pluginwindow.c
7582                 Keep track of requested (but unloaded) plugins
7583                 in some error cases.
7584
7585 2006-02-16 [wwp]        2.0.0cvs58
7586
7587         * src/gtk/gtkaspell.c
7588         * src/gtk/gtkaspell.h
7589         * src/prefs_spelling.c
7590         * src/compose.c
7591         * src/prefs_common.c
7592         * src/prefs_common.h
7593                 implemented new optional spellchecker behaviour: re-check message when
7594                 dictionary got changed (from compose-window/context-menu/Change dictionary).
7595
7596 2006-02-16 [wwp]        2.0.0cvs57
7597
7598         * src/quote_fmt_parse.y
7599                 pclose popen'ed pipe.
7600
7601 2006-02-15 [colin]      2.0.0cvs56
7602
7603         * src/mimeview.c
7604         * src/mimeview.h
7605                 Let MimeViewers know which MimeView they
7606                 depend of.
7607         * src/summaryview.c
7608                 Swap From/To columns in Sent/Queue/Drafts
7609                 folders
7610         * src/etpan/imap-thread.c
7611                 Use mailstream_low_tls_open() for STARTTLS
7612                 instead of mailstream_low_ssl_open()
7613                 ** REQUIRES libetpan 0.42cvs3 **
7614
7615 2006-02-15 [wwp]        2.0.0cvs55
7616
7617         * src/compose.c
7618         * src/compose.h
7619         * src/message_search.c
7620         * src/message_search.h
7621         * src/textview.c
7622         * src/gtk/gtkutils.c
7623         * src/gtk/gtkutils.h
7624                 added the ability to Find text in the compose window (and a bit
7625                 of code factorization).
7626
7627 2006-02-15 [wwp]        2.0.0cvs54
7628
7629         * src/prefs_gtk.c
7630                 yet another one file was missing (fix for some widgets' sensitivity).
7631                 Thanks Colin!
7632
7633 2006-02-15 [wwp]        2.0.0cvs53
7634
7635         * src/prefs_gtk.h
7636                 oops forgot that file (fix for some widgets' sensitivity).
7637
7638 2006-02-15 [wwp]        2.0.0cvs52
7639
7640         * src/summary_search.c
7641                 implemented advanced summary search options (added the ability
7642                 to use matcher conditions in an advanced search mode).
7643
7644 2006-02-15 [wwp]        2.0.0cvs51
7645
7646         * src/plugins/pgpcore/prefs_gpg.c
7647         * src/prefs_account.c
7648                 fix some widget sensitivity, mostly around some labels in
7649                 account prefs.
7650
7651 2006-02-15 [paul]       2.0.0cvs50
7652
7653         * manual/advanced.xml
7654                 improve Templates info
7655                 written by wwp
7656
7657 2006-02-14 [colin]      2.0.0cvs49
7658
7659         * src/pixmaps/address_book.xpm
7660         * src/pixmaps/preferences.xpm
7661         * src/pixmaps/properties.xpm
7662                 Fix pixmap size - patch by Fabien Vantard
7663
7664 2006-02-13 [colin]      2.0.0cvs48
7665
7666         * src/procmime.c
7667                 Add missing fclose()s on error
7668         * src/textview.c
7669                 Remove unused code
7670         * src/common/utils.c
7671                 Fix temp files not being deleted on windows
7672         Patches by Thomas Gilgin
7673
7674 2006-02-13 [colin]      2.0.0cvs47
7675
7676         * src/mainwindow.c
7677                 Fix exit crash
7678
7679 2006-02-13 [wwp]        2.0.0cvs46
7680
7681         * src/plugins/pgpcore/prefs_gpg.c
7682                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
7683
7684 2006-02-12 [colin]      2.0.0cvs45
7685
7686         * src/folderview.c
7687         * src/main.c
7688         * src/mainwindow.c
7689                 Fix "stuff" when quitting
7690
7691 2006-02-12 [wwp]        2.0.0cvs44
7692
7693         * src/prefs_themes.c
7694                 fix typos in debug messages.
7695
7696 2006-02-11 [colin]      2.0.0cvs43
7697
7698         * src/summaryview.c
7699                 don't allow drag/drop from ourself
7700
7701 2006-02-10 [wwp]        2.0.0cvs42
7702
7703         * src/exporthtml.c
7704         * src/html.c
7705         * src/html.h
7706         * src/procmime.c
7707         * src/textview.c
7708                 renamed html_ prefixed functions and data structures to avoid
7709                 namespace clashes w/ other software (gtkhtml2 for instance).
7710                 Closes bug #907.
7711
7712
7713 2006-02-09 [colin]      2.0.0cvs41
7714
7715         * src/summaryview.c
7716                 Fix shitty logic messed up. Thanks Ticho for the hint!
7717
7718 2006-02-09 [wwp]        2.0.0cvs40
7719
7720         * src/gtk/about.c
7721         * src/compose.c
7722         * src/prefs_account.c
7723         * src/prefs_gtk.h
7724         * src/editaddress.c
7725                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
7726                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
7727                 Browse buttons in accounts prefs.
7728
7729 2006-02-09 [colin]      2.0.0cvs39
7730
7731         * src/matcher.c
7732                 Check for pointer before using its members
7733         * src/gtk/gtksourceprintjob.c
7734                 Fix a wrong warning
7735
7736 2006-02-09 [wwp]        2.0.0cvs38
7737
7738         * src/gtk/filesel.c
7739                 fix few compiler warnings (type mismatch).
7740
7741 2006-02-09 [paul]       2.0.0cvs37
7742
7743         * po/fr.po
7744                 updated by Fabien Vantard
7745
7746 2006-02-08 [colin]      2.0.0cvs36
7747
7748         * src/prefs_common.c
7749         * src/common/defs.h
7750         * src/common/plugin.c
7751                 allow windows and linux configurations to coexist
7752                 patch by Thomas Gilgin
7753
7754 2006-02-08 [colin]      2.0.0cvs35
7755
7756         * src/filtering.c
7757         * src/matcher.c
7758         * src/matcher.h
7759         * src/matcher_parser_parse.y
7760         * src/prefs_filtering_action.c
7761         * src/prefs_matcher.c
7762                 Add the "Ignore thread" filtering
7763                 action
7764
7765 2006-02-08 [colin]      2.0.0cvs34
7766
7767         * src/compose.c
7768         * src/procmime.c
7769         * src/procmime.h
7770                 Fix bug #905 (damaged attachment)
7771                 text files with raw \0's aren't really text files
7772         FOR_STABLE
7773
7774 2006-02-08 [colin]      2.0.0cvs33
7775
7776         * src/summaryview.c
7777                 Fix crasher introduced yesterday
7778
7779 2006-02-08 [wwp]        2.0.0cvs32
7780
7781         * src/compose.c
7782         * src/compose.h
7783                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
7784
7785 2006-02-08 [wwp]        2.0.0cvs31
7786
7787         * src/prefs_template.c
7788                 templates enhancement: allow address completion for Cc and Bcc fields
7789                 (it was currently possible for the To field only)
7790
7791 2006-02-08 [colin]      2.0.0cvs30
7792
7793         * src/compose.c
7794                 Don't unblock if not blocked
7795         FOR_STABLE
7796
7797 2006-02-07 [colin]      2.0.0cvs29
7798
7799         * src/action.c
7800                 Forgot to refresh summaryview
7801
7802 2006-02-07 [colin]      2.0.0cvs28
7803
7804         * src/action.c
7805                 Freeze/thaw message list and folder list while
7806                 processing %as{} actions 
7807         * src/compose.c
7808                 Fix auto-wrap disabling after a middle-click
7809                 paste - FOR_STABLE
7810
7811 2006-02-07 [paul]       2.0.0cvs27
7812
7813         * src/folder.c
7814                 fix freeing of uninitialised pointers
7815                 Thanks to Colin
7816
7817 2006-02-06 [colin]      2.0.0cvs26
7818
7819         * src/folder.c
7820                 Use g_slist_prepend in potentially big list
7821
7822 2006-02-06 [colin]      2.0.0cvs25
7823
7824         * src/folder.c
7825                 Completely skip processing if it doesn't 
7826                 exist (faster!)
7827
7828 2006-02-06 [colin]      2.0.0cvs24
7829
7830         * src/folder.c
7831         * src/summaryview.c
7832                 Batch filtering in summaryview (from Tools menu)
7833                 and pre/post//-processing too
7834
7835 2006-02-06 [colin]      2.0.0cvs23
7836
7837         * src/procmsg.h
7838         * src/filtering.c
7839                 Use a special field for batch filtering instead
7840                 of stepping on deferred execution's toes
7841
7842 2006-02-06 [colin]      2.0.0cvs22
7843
7844         * src/action.c
7845         * src/filtering.c
7846         * src/filtering.h
7847         * src/folder.c
7848         * src/summaryview.c
7849                 Fix filtering via menus and actions
7850
7851 2006-02-06 [colin]      2.0.0cvs21
7852
7853         * src/imap.c
7854                 Put the added file directly to cache if possible (will work
7855                 with next libetpan)
7856         * src/filtering.c
7857         * src/filtering.h
7858         * src/inc.c
7859         * src/folder.c
7860         * src/mbox.c
7861         * src/procmsg.h
7862                 Move and copy filtered messages by batches instead of one
7863                 by one - faster on IMAP
7864         * src/procmsg.c
7865                 Add a function that'll possibly be useful later
7866
7867 2006-02-06 [colin]      2.0.0cvs20
7868
7869         * src/addressbook.c
7870                 Use internal mime-type instead of text/plain for d'n'd
7871         * src/compose.c
7872                 Allow attaching files from mimeview's icon list via d'n'd
7873         * src/folderview.c
7874         * src/folderview.h
7875                 Use internal mime-type instead of text/plain for d'n'd
7876                 Don't try to selected opened folder if none is
7877                 Factorize d'n'd from other apps code
7878         * src/headerview.c
7879         * src/textview.c
7880         * src/gtk/gtkutils.c
7881         * src/gtk/gtkutils.h
7882                 Factorize Face/X-Face stuff
7883         * src/mimeview.c
7884                 Fix d'n'd to other apps
7885         * src/prefs_message.c
7886                 Let the XFace pref be usable without libcompface as it also
7887                 applies to Face
7888         * src/summaryview.c
7889                 Fix d'n'd to other apps
7890                 Factorize d'n'd from other apps code
7891
7892 2006-02-06 [wwp]        2.0.0cvs19
7893
7894         * po/it.po
7895                 Italian translation fixes by Andrea Spadaccini (no more confusion
7896                 between filtering and processing, and few changes in the About
7897                 dialog).
7898
7899
7900 2006-02-06 [mones]      2.0.0cvs18
7901
7902         * src/gtk/icon_legend.c
7903                 Improved descriptions allowing better translations
7904
7905 2006-02-05 [colin]      2.0.0cvs17
7906
7907         * src/imap.c
7908                 Add the f*cking missing expunge that caused imap_fetch_env
7909                 to fail after an add_msgs ! :-///
7910         * src/etpan/imap-thread.c
7911                 Add a bit of debug
7912         FOR_STABLE
7913
7914 2006-02-05 [colin]      2.0.0cvs16
7915
7916         * src/common/utils.c
7917                 Don't check for return-path (or we can't put
7918                 back non-sent mails)
7919
7920 2006-02-05 [colin]      2.0.0cvs15
7921
7922         * src/textview.c
7923                 Don't try to display Face header in textview
7924                 when teh headerview's active
7925
7926 2006-02-05 [colin]      2.0.0cvs14
7927
7928         * tools/tbird2syl.py
7929         * tools/Makefile.am
7930                 Add script to import Thunderbird mails
7931
7932 2006-02-05 [colin]      2.0.0cvs13
7933
7934         * src/headerview.c
7935         * src/procheader.c
7936         * src/procmsg.c
7937         * src/procmsg.h
7938         * src/textview.c
7939                 Show Face headers - patch partially by Klaus Flittner
7940
7941 2006-02-05 [colin]      2.0.0cvs12
7942
7943         * src/folderview.c
7944         * src/summaryview.c
7945         * src/common/utils.c
7946         * src/common/utils.h
7947                 Let dnd work from mime icons to summaryview
7948                 and to folderview too
7949                 Add a crude test to avoid trying to add files
7950                 drag'n'dropped when they're not mails
7951
7952 2006-02-04 [colin]      2.0.0cvs11
7953
7954         * src/summaryview.c
7955         * src/mimeview.c
7956                 Fix utf8 conversion
7957
7958 2006-02-04 [colin]      2.0.0cvs10
7959
7960         * src/compose.c
7961         * src/folderview.c
7962         * src/mimeview.c
7963         * src/summaryview.c
7964         * src/summaryview.h
7965                 Added various drag and drop capas:
7966                 From                    To
7967                 summaryview             other apps
7968                 mimeview icons          other apps
7969                 other apps              summaryview
7970                 other apps              folderview
7971
7972                 This shouldn't have broken the existing:
7973                 From                    To
7974                 summaryview             folderview
7975                 folderview              folderview
7976                 summaryview             compose's attachments
7977
7978         Tests welcomed.
7979
7980 2006-02-02 [paul]       2.0.0cvs9
7981
7982         * src/mainwindow.c
7983                 move global option 'Set displayed columns...' out
7984                 of folder option grouping.
7985                 fix sensitivity of 'harvest addresses'
7986         FOR_STABLE
7987
7988 2006-02-01 [colin]      2.0.0cvs8
7989
7990         * src/mimeview.c
7991                 Revert the alertpanel patch, it sucks (intrusive
7992                 and gets in the way of "open")
7993
7994 2006-02-01 [colin]      2.0.0cvs7
7995
7996         * src/compose.c
7997         * src/prefs_account.c
7998         * src/prefs_common.c
7999         * src/common/defs.h
8000         * src/common/utils.c
8001         * src/common/utils.h
8002                 Add ability to edit the signature file
8003                 from the account preferences, and use
8004                 a default for the text editor.
8005                 Patch by Fabien Vantard
8006
8007 2006-02-01 [colin]      2.0.0cvs6
8008
8009         * src/mimeview.c
8010                 Try to get mime type by extension if it is
8011                 application/octet-stream
8012                 Display a window with possible choices when
8013                 encountering unknown mime types
8014         * src/gtk/filesel.c
8015         * src/gtk/filesel.h
8016                 Add preview
8017                 Allow multiple selection in filtered filesel
8018                 (patch by Fabien Vantard)
8019         * src/gtk/pluginwindow.c
8020                 Use it (patch by Fabien Vantard)
8021
8022 2006-02-01 [paul]       2.0.0cvs5
8023
8024         * src/jpilot.c
8025                 fix crash on creating jpilot address book
8026                 Thanks to Colin - FOR_STABLE
8027         * src/prefs_summaries.c
8028         * src/prefs_wrapping.c
8029         * src/gtk/icon_legend.c
8030         * src/gtk/quicksearch.c
8031                 string fixes and additions
8032
8033 2006-02-01 [paul]       2.0.0cvs4
8034
8035         * src/compose.c
8036         * src/mainwindow.c
8037         * src/messageview.c
8038         * src/prefs_send.c
8039                 add Arabic encoding option
8040                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8041
8042 2006-01-31 [colin]      2.0.0cvs3
8043
8044         * src/plugins/pgpcore/passphrase.c
8045                 Convert passphrase to locale encoding
8046         * src/compose.c
8047                 Fix drafting on IMAP. Crappy bug sneaked in
8048                 the release :-/
8049         FOR_STABLE
8050
8051 2006-01-30 [paul]       2.0.0cvs2
8052
8053         * src/gtk/icon_legend.c
8054                 show the new entries
8055
8056 2006-01-30 [colin]      2.0.0cvs1
8057
8058         * src/manual.c
8059                 Check for the file to be present before 
8060                 enabling the menu - FOR_STABLE
8061         * src/gtk/icon_legend.c
8062                 Add folders icons (not all of them, there
8063                 are too much, but the most intriguing ones)
8064
8065 2006-01-30 [paul]       2.0.0
8066
8067         version 2.0.0 released
8068
8069 2006-01-30 [paul]       1.9.100cvs200
8070
8071         * manual/faq.xml
8072         * manual/gpl.xml
8073         * manual/intro.xml
8074         * manual/starting.xml
8075         * manual/sylpheed-claws-manual.xml
8076                 fixes, additions
8077
8078 2006-01-29 [mones]      1.9.100cvs199
8079
8080         * manual/account.xml
8081         * manual/advanced.xml
8082         * manual/glossary.xml
8083                 Some typos fixed, added LDIF term to glossary
8084         * po/es.po
8085                 Fixed leading plus symbol
8086
8087 2006-01-29 [paul]       1.9.100cvs198
8088
8089         * po/fi.po
8090         * po/sk.po
8091                 updated by Tommi Pirinen and Andrej Kacian
8092
8093 2006-01-29 [paul]       1.9.100cvs197
8094
8095         * src/gtk/authors.h
8096                 remove duplicates
8097
8098 2006-01-29 [paul]       1.9.100cvs196
8099
8100         * AUTHORS
8101         * po/nl.po
8102         * src/gtk/authors.h
8103         * tools/claws.i18n.status.pl
8104                 nl translation updated by Tim Dijkstra
8105
8106 2006-01-29 [paul]       1.9.100cvs195
8107
8108         * po/sr.po
8109         * po/sv.po
8110                 updated by Aleksandar Urosevic and Anders Troback
8111
8112 2006-01-28 [colin]      1.9.100cvs194
8113
8114         * src/gtk/gtksourceprintjob.c
8115                 Don't fiddle with PangoLayout when we
8116                 have an image
8117
8118 2006-01-28 [paul]       1.9.100cvs193
8119
8120         * AUTHORS
8121         * po/el.po
8122         * po/zh_CN.po
8123         * src/gtk/authors.h
8124         * tools/claws.i18n.status.pl
8125                 updated translations submitted by Stavros Giannouris
8126                 and Ralgh Young
8127
8128 2006-01-27 [colin]      1.9.100cvs192
8129
8130         * src/summaryview.c
8131         * src/gtk/gtksourceprintjob.c
8132                 Add image printing 
8133                 (libgnomeprint only, of course)
8134
8135 2006-01-27 [paul]       1.9.100cvs191
8136
8137         * po/fr.po
8138         * po/it.po
8139                 updated by Fabien Vantard and Andrea Spadaccini
8140
8141 2006-01-26 [colin]      1.9.100cvs190
8142
8143         * manual/Makefile.am
8144         * configure.ac
8145                 Make building the manual optional 
8146                 (--disable-manual)
8147
8148 2006-01-26 [paul]       1.9.100cvs189
8149
8150         * manual/glossary.xml
8151         * manual/plugins.xml
8152                 edited
8153         * po/en_GB.po
8154                 updated
8155
8156 2006-01-26 [paul]       1.9.100cvs188
8157
8158         * src/prefs_display_header.c
8159         * src/prefs_folder_column.c
8160         * src/prefs_msg_colors.c
8161         * src/prefs_summaries.c
8162         * src/prefs_summary_column.c
8163                 HIGify
8164
8165 2006-01-25 [colin]      1.9.100cvs187
8166
8167         * src/imap.c
8168                 Don't allow moving/copying mails between
8169                 queue/drafts and non-queue/drafts folders
8170                 Fixes bug #897 (message header is resetted 
8171                 if one is copied to Drafts)
8172
8173 2006-01-25 [colin]      1.9.100cvs186
8174
8175         * src/folder.c
8176         * src/mainwindow.c
8177                 Fix subscribed folders not found
8178         * src/compose.c
8179                 Don't try to encode as original mail's charset
8180                 if it's ascii 
8181
8182 2006-01-25 [paul]       1.9.100cvs185
8183
8184         * AUTHORS
8185         * po/Makevars
8186                 updated
8187         * po/de.po
8188         * po/pl.po
8189         * po/pt_BR.po
8190         * po/sr.po
8191                 updates submitted by Stephan Sachse, Emilian Nowak
8192                 and Quar, Frederico Goncalves Guimaraes, and
8193                 Aleksandar Urosevic
8194                 Fix Bug 896, 'PT_BR locale broken'.
8195         * src/gtk/authors.h
8196                 updated
8197
8198 2006-01-24 [mones]      1.9.100cvs184
8199
8200         * manual/glossary.xml
8201                 All current terms finished. Reviewers welcome ;-)
8202         * manual/keyboard.xml
8203                 Fixed column width for pdf output.
8204         * po/es.po
8205                 Updated
8206
8207 2006-01-24 [paul]       1.9.100cvs183
8208
8209         * manual/glossary.xml
8210                 fix id name
8211         * manual/dist/html/Makefile.am
8212         * manual/dist/pdf/Makefile.am
8213         * manual/dist/ps/Makefile.am
8214         * manual/dist/txt/Makefile.am
8215                 fix make deps
8216                 Thanks to Colin
8217
8218 2006-01-24 [mones]      1.9.100cvs182
8219
8220         * manual/glossary.xml
8221                 Nearly finished, some terms missing.
8222
8223 2006-01-23 [paul]       1.9.100cvs181
8224
8225         * manual/dist/html/Makefile.am
8226         * manual/dist/pdf/Makefile.am
8227         * manual/dist/ps/Makefile.am
8228         * manual/dist/txt/Makefile.am
8229         * src/mainwindow.c
8230                 re-enable manual
8231                 Thanks to Colin
8232
8233 2006-01-22 [colin]      1.9.100cvs180
8234
8235         * src/compose.c
8236         * src/gtk/gtkaspell.c
8237                 Don't deselect stuff before right-clicking, with aspell.
8238                 (This prevented right-click Copy, for example).
8239                 Thanks to Clo!
8240
8241 2006-01-22 [paul]       1.9.100cvs179
8242
8243         * src/summary_search.c
8244                 don't fix the widget size as it causes problems
8245                 under localisation.
8246                 Thanks to Emilian Nowak
8247
8248 2006-01-21 [paul]       1.9.100cvs178
8249
8250         * src/prefs_themes.c
8251                 fix broken underlining of label text
8252                 with some translations
8253
8254 2006-01-21 [colin]      1.9.100cvs177
8255
8256         * po/fr.po
8257                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8258
8259 2006-01-20 [colin]      1.9.100cvs176
8260
8261         * configure.ac
8262         * Makefile.am
8263         * manual/Makefile
8264         * manual/dist/html/.cvsignore
8265         * manual/dist/html/Makefile.am
8266         * manual/dist/pdf/.cvsignore
8267         * manual/dist/pdf/Makefile.am
8268         * manual/dist/ps/.cvsignore
8269         * manual/dist/ps/Makefile.am
8270         * manual/dist/txt/.cvsignore
8271         * manual/dist/txt/Makefile.am
8272                 Autotool-ize manual
8273
8274 2006-01-20 [paul]       1.9.100cvs175
8275
8276         * manual/handling.xml
8277                 make Filtering and Searching entries easier to find
8278         * manual/keyboard.xml
8279                 add the remaining default keybinds
8280         * src/prefs_summaries.c
8281                 update the default keybinds
8282
8283 2006-01-20 [paul]       1.9.100cvs174
8284
8285         * src/addressbook.c
8286         * src/addrgather.c
8287         * src/addrharvest.c
8288         * src/editaddress.c
8289         * src/editgroup.c
8290         * src/exphtmldlg.c
8291         * src/expldifdlg.c
8292         * src/exporthtml.c
8293         * src/exportldif.c
8294         * src/ldif.c
8295                 replace 'e-mail' with 'email'
8296         * src/summary_search.c
8297                 add mnemonic to "Find all" button
8298
8299 2006-01-20 [wwp]        1.9.100cvs173
8300
8301         * src/export.c
8302         * src/import.c
8303                 touched mbox import/export buttons for HIG-compliance
8304
8305 2006-01-19 [paul]       1.9.100cvs172
8306
8307         * manual/account.xml
8308         * manual/addrbook.xml
8309         * manual/advanced.xml
8310         * manual/faq.xml
8311         * manual/handling.xml
8312         * manual/intro.xml
8313         * manual/plugins.xml
8314         * manual/starting.xml
8315                 more editing
8316
8317 2006-01-19 [paul]       1.9.100cvs171
8318
8319         * src/toolbar.c
8320                 allow use of trash button while receiving
8321                 Thanks to Colin
8322
8323 2006-01-19 [wwp]        1.9.100cvs170
8324
8325         * src/gtk/quicksearch.c
8326         * src/compose.c
8327                 force text color to black when yellow background is set
8328
8329 2006-01-19 [colin]      1.9.100cvs169
8330
8331         * src/plugins/trayicon/trayicon.c
8332                 Gray out Get Mail when already getting mail
8333
8334 2006-01-18 [paul]       1.9.100cvs168
8335
8336         * src/compose.c
8337                 give widget yellow background was To is
8338                 set via folder prefs
8339         * src/gtk/quicksearch.c
8340                 give widget yellow background when quick
8341                 search is active.
8342                 Thanks to Colin
8343
8344 2006-01-18 [paul]       1.9.100cvs167
8345
8346         * doc/man/sylpheed-claws.1
8347                 add --subscribe option
8348
8349 2006-01-18 [paul]       1.9.100cvs166
8350
8351         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8352         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8353                 use %U instead of %F (%F is broken for user installed
8354                 files in kde 3.5)
8355
8356 2006-01-18 [colin]      1.9.100cvs165
8357
8358         * src/summaryview.c
8359                 Default to Yes in "No more * messages" dialogs
8360
8361 2006-01-17 [colin]      1.9.100cvs164
8362
8363         * src/compose.c
8364                 Possibly fix an invalid iterator causing
8365                 crash
8366
8367 2006-01-17 [colin]      1.9.100cvs163
8368
8369         * src/mimeview.c
8370                 Fix crash when the image disappears under the
8371                 image viewer
8372
8373 2006-01-16 [colin]      1.9.100cvs162
8374
8375         * src/compose.c
8376                 Fix reenabling autowrap
8377
8378 2006-01-16 [colin]      1.9.100cvs161
8379
8380         * src/compose.c
8381                 reset quote_len before getting quote_str
8382
8383 2006-01-16 [colin]      1.9.100cvs160
8384
8385         * src/account.c
8386         * src/account.h
8387         * src/folder.c
8388         * src/imap_gtk.c
8389         * src/mh_gtk.c
8390                 Fix bug #883 (default inbox does not track folder move)
8391
8392 2006-01-16 [colin]      1.9.100cvs159
8393
8394         * src/compose.c
8395         * src/plugins/pgpcore/passphrase.c
8396                 More buttons fixes
8397
8398 2006-01-16 [paul]       1.9.100cvs158
8399
8400         * src/prefs_actions.c
8401         * src/prefs_filtering_action.c
8402         * src/prefs_matcher.c
8403         * src/quote_fmt.c
8404         * src/gtk/description_window.c
8405         * src/gtk/description_window.h
8406         * src/gtk/quicksearch.c
8407                 description window cleanups
8408
8409 2006-01-15 [colin]      1.9.100cvs157
8410
8411         * src/addressbook.c
8412         * src/prefs_filtering.c
8413                 Same here
8414
8415 2006-01-15 [colin]      1.9.100cvs156
8416
8417         * src/folderview.c
8418         * src/mainwindow.c
8419                 Same for "Empty trash"
8420
8421 2006-01-15 [colin]      1.9.100cvs155
8422
8423         * src/inc.c
8424                 Override offline dialog had Yes by default
8425
8426 2006-01-15 [colin]      1.9.100cvs154
8427
8428         * src/summaryview.c
8429                 Delete selected messages? previously had Yes the default
8430
8431 2006-01-15 [colin]      1.9.100cvs153
8432
8433         * src/folder.c
8434         * src/folder.h
8435         * src/main.c
8436                 Check if a mailbox is loaded after all
8437                 plugins are loaded.
8438
8439 2006-01-15 [colin]      1.9.100cvs152
8440
8441         * src/folder.c
8442                 Don't start wizard when there are unloaded folders (will help
8443                 people with only mbox or maildir mailboxes)
8444
8445 2006-01-14 [colin]      1.9.100cvs151
8446
8447         * src/addressbook.c
8448         * src/expldifdlg.c
8449         * src/importldif.c
8450         * src/importmutt.c
8451         * src/importpine.c
8452         * src/mh_gtk.c
8453                 More HIG compliance and fixes
8454
8455 2006-01-14 [colin]      1.9.100cvs150
8456
8457         * src/prefs_filtering_action.c
8458         * src/foldersel.c
8459                 Two forgotten button order changes
8460
8461 2006-01-14 [colin]      1.9.100cvs149
8462
8463         * src/account.c
8464         * src/addressbook.c
8465         * src/compose.c
8466         * src/folderview.c
8467         * src/imap_gtk.c
8468         * src/mainwindow.c
8469         * src/mh_gtk.c
8470         * src/news_gtk.c
8471         * src/prefs_actions.c
8472         * src/prefs_customheader.c
8473         * src/prefs_filtering.c
8474         * src/prefs_matcher.c
8475         * src/prefs_template.c
8476         * src/ssl_manager.c
8477         * src/summaryview.c
8478         * src/textview.c
8479         * src/toolbar.c
8480                 All deletion confirmations are now "Cancel, Delete" 
8481                 instead of "No, Yes"
8482                 Clarified most of the other "No, Yes" to 
8483                 "Cancel, Descriptive_action"
8484                 Rechanged the "Entry not saved" alerts to have 
8485                 "Close, Continue editing"
8486
8487
8488 2006-01-14 [paul]
8489
8490         * 2.0.0-rc4 released
8491
8492 2006-01-14 [paul]       1.9.100cvs148
8493
8494         * src/account.c
8495         * src/addressadd.c
8496         * src/addressbook.c
8497         * src/compose.c
8498         * src/editaddress.c
8499         * src/editbook.c
8500         * src/editgroup.c
8501         * src/editjpilot.c
8502         * src/editldap.c
8503         * src/editvcard.c
8504         * src/exphtmldlg.c
8505         * src/expldifdlg.c
8506         * src/folderview.c
8507         * src/grouplistdialog.c
8508         * src/imap_gtk.c
8509         * src/importmutt.c
8510         * src/importpine.c
8511         * src/inc.c
8512         * src/main.c
8513         * src/mainwindow.c
8514         * src/message_search.c
8515         * src/messageview.c
8516         * src/mh_gtk.c
8517         * src/mimeview.c
8518         * src/news_gtk.c
8519         * src/prefs_actions.c
8520         * src/prefs_customheader.c
8521         * src/prefs_filtering.c
8522         * src/prefs_matcher.c
8523         * src/prefs_template.c
8524         * src/prefs_themes.c
8525         * src/ssl_manager.c
8526         * src/summary_search.c
8527         * src/summaryview.c
8528         * src/textview.c
8529         * src/toolbar.c
8530         * src/gtk/foldersort.c
8531         * src/gtk/gtkaspell.c
8532         * src/gtk/inputdialog.c
8533         * src/gtk/prefswindow.c
8534         * src/plugins/pgpcore/select-keys.c
8535         * src/plugins/trayicon/trayicon.c
8536                 HIG compliant button order
8537
8538 2006-01-14 [mones]      1.9.100cvs147
8539
8540         * po/es.po
8541                 Updated translation
8542
8543 2006-01-13 [paul]       1.9.100cvs146
8544
8545         * AUTHORS
8546         * ChangeLog
8547         * src/gtk/authors.h
8548                 add Joshua M. Kwan to contributors list
8549
8550 2006-01-13 [colin]      1.9.100cvs145
8551
8552         * src/gtk/quicksearch.c
8553                 Don't refocus quick search after executing (Esc or Enter)
8554                 Allows to '/'search something then move up/down in 
8555                 summaryview, and to Esc a search and be back in the 
8556                 summaryview
8557
8558 2006-01-13 [paul]       1.9.100cvs144
8559
8560         * src/plugins/pgpinline/pgpinline.c
8561                 support Content-Type 'application/pgp'
8562                 patch by Joshua M. Kwan <joshuak@users.sf.net>
8563
8564 2006-01-13 [paul]       1.9.100cvs143
8565
8566         * manual/account.xml
8567                 make mention of partial retrieval
8568                 thanks to Colin
8569
8570 2006-01-13 [paul]       1.9.100cvs142
8571
8572         * src/account.c
8573         * src/account.h
8574         * src/action.c
8575         * src/action.h
8576         * src/adbookbase.h
8577         * src/addr_compl.c
8578         * src/addr_compl.h
8579         * src/addrbook.c
8580         * src/addrcache.c
8581         * src/addrcache.h
8582         * src/addrcindex.c
8583         * src/addrcindex.h
8584         * src/addrclip.c
8585         * src/addrclip.h
8586         * src/addrdefs.h
8587         * src/addressadd.c
8588         * src/addressadd.h
8589         * src/addressbook.c
8590         * src/addressbook.h
8591         * src/addrgather.c
8592         * src/addrgather.h
8593         * src/addrharvest.c
8594         * src/addrharvest.h
8595         * src/addrindex.c
8596         * src/addrindex.h
8597         * src/addritem.c
8598         * src/addritem.h
8599         * src/addrquery.c
8600         * src/addrquery.h
8601         * src/addrselect.c
8602         * src/addrselect.h
8603         * src/alertpanel.c
8604         * src/alertpanel.h
8605         * src/browseldap.c
8606         * src/browseldap.h
8607         * src/codeconv.c
8608         * src/codeconv.h
8609         * src/compose.c
8610         * src/compose.h
8611         * src/customheader.c
8612         * src/customheader.h
8613         * src/displayheader.c
8614         * src/displayheader.h
8615         * src/editaddress.c
8616         * src/editaddress.h
8617         * src/editbook.c
8618         * src/editbook.h
8619         * src/editgroup.c
8620         * src/editgroup.h
8621         * src/editjpilot.c
8622         * src/editjpilot.h
8623         * src/editldap.c
8624         * src/editldap.h
8625         * src/editldap_basedn.c
8626         * src/editldap_basedn.h
8627         * src/editvcard.c
8628         * src/editvcard.h
8629         * src/exphtmldlg.c
8630         * src/exphtmldlg.h
8631         * src/expldifdlg.c
8632         * src/expldifdlg.h
8633         * src/export.h
8634         * src/exporthtml.c
8635         * src/exporthtml.h
8636         * src/exportldif.c
8637         * src/exportldif.h
8638         * src/filtering.c
8639         * src/filtering.h
8640         * src/folder.c
8641         * src/folder.h
8642         * src/folder_item_prefs.c
8643         * src/folder_item_prefs.h
8644         * src/foldersel.c
8645         * src/foldersel.h
8646         * src/folderutils.c
8647         * src/folderutils.h
8648         * src/folderview.c
8649         * src/folderview.h
8650         * src/grouplistdialog.c
8651         * src/grouplistdialog.h
8652         * src/headerview.c
8653         * src/html.c
8654         * src/html.h
8655         * src/image_viewer.c
8656         * src/image_viewer.h
8657         * src/imap.c
8658         * src/imap.h
8659         * src/imap_gtk.c
8660         * src/imap_gtk.h
8661         * src/import.h
8662         * src/importldif.c
8663         * src/importldif.h
8664         * src/importmutt.c
8665         * src/importmutt.h
8666         * src/importpine.c
8667         * src/importpine.h
8668         * src/inc.c
8669         * src/inc.h
8670         * src/jpilot.c
8671         * src/jpilot.h
8672         * src/ldapctrl.c
8673         * src/ldapctrl.h
8674         * src/ldaplocate.c
8675         * src/ldaplocate.h
8676         * src/ldapquery.c
8677         * src/ldapquery.h
8678         * src/ldapserver.c
8679         * src/ldapserver.h
8680         * src/ldaputil.c
8681         * src/ldaputil.h
8682         * src/ldif.c
8683         * src/ldif.h
8684         * src/main.c
8685         * src/main.h
8686         * src/mainwindow.c
8687         * src/mainwindow.h
8688         * src/manual.c
8689         * src/manual.h
8690         * src/mbox.c
8691         * src/mbox.h
8692         * src/message_search.c
8693         * src/message_search.h
8694         * src/messageview.c
8695         * src/messageview.h
8696         * src/mh.c
8697         * src/mh.h
8698         * src/mh_gtk.c
8699         * src/mh_gtk.h
8700         * src/mimeview.c
8701         * src/mimeview.h
8702         * src/msgcache.c
8703         * src/msgcache.h
8704         * src/mutt.c
8705         * src/mutt.h
8706         * src/news.c
8707         * src/news.h
8708         * src/news_gtk.c
8709         * src/news_gtk.h
8710         * src/partial_download.c
8711         * src/partial_download.h
8712         * src/pine.c
8713         * src/pine.h
8714         * src/pop.c
8715         * src/pop.h
8716         * src/prefs_account.c
8717         * src/prefs_account.h
8718         * src/prefs_actions.c
8719         * src/prefs_actions.h
8720         * src/prefs_common.c
8721         * src/prefs_common.h
8722         * src/prefs_compose_writing.c
8723         * src/prefs_compose_writing.h
8724         * src/prefs_customheader.c
8725         * src/prefs_customheader.h
8726         * src/prefs_display_header.c
8727         * src/prefs_display_header.h
8728         * src/prefs_filtering.c
8729         * src/prefs_filtering.h
8730         * src/prefs_filtering_action.c
8731         * src/prefs_filtering_action.h
8732         * src/prefs_folder_column.c
8733         * src/prefs_folder_column.h
8734         * src/prefs_folder_item.c
8735         * src/prefs_folder_item.h
8736         * src/prefs_fonts.c
8737         * src/prefs_fonts.h
8738         * src/prefs_gtk.c
8739         * src/prefs_gtk.h
8740         * src/prefs_image_viewer.c
8741         * src/prefs_image_viewer.h
8742         * src/prefs_matcher.c
8743         * src/prefs_matcher.h
8744         * src/prefs_message.c
8745         * src/prefs_msg_colors.c
8746         * src/prefs_msg_colors.h
8747         * src/prefs_other.c
8748         * src/prefs_quote.c
8749         * src/prefs_receive.c
8750         * src/prefs_send.c
8751         * src/prefs_spelling.c
8752         * src/prefs_spelling.h
8753         * src/prefs_summaries.c
8754         * src/prefs_summaries.h
8755         * src/prefs_summary_column.c
8756         * src/prefs_summary_column.h
8757         * src/prefs_template.c
8758         * src/prefs_template.h
8759         * src/prefs_themes.c
8760         * src/prefs_themes.h
8761         * src/prefs_toolbar.c
8762         * src/prefs_toolbar.h
8763         * src/prefs_wrapping.c
8764         * src/prefs_wrapping.h
8765         * src/privacy.c
8766         * src/privacy.h
8767         * src/procheader.c
8768         * src/procheader.h
8769         * src/procmime.c
8770         * src/procmime.h
8771         * src/procmsg.c
8772         * src/procmsg.h
8773         * src/quote_fmt.c
8774         * src/quote_fmt_parse.y
8775         * src/recv.c
8776         * src/recv.h
8777         * src/remotefolder.c
8778         * src/remotefolder.h
8779         * src/send_message.c
8780         * src/send_message.h
8781         * src/setup.c
8782         * src/setup.h
8783         * src/sourcewindow.c
8784         * src/sourcewindow.h
8785         * src/ssl_manager.c
8786         * src/ssl_manager.h
8787         * src/statusbar.c
8788         * src/statusbar.h
8789         * src/stock_pixmap.c
8790         * src/stock_pixmap.h
8791         * src/summary_search.c
8792         * src/summary_search.h
8793         * src/summaryview.c
8794         * src/summaryview.h
8795         * src/syldap.c
8796         * src/syldap.h
8797         * src/textview.c
8798         * src/textview.h
8799         * src/toolbar.c
8800         * src/toolbar.h
8801         * src/undo.c
8802         * src/undo.h
8803         * src/unmime.c
8804         * src/unmime.h
8805         * src/vcard.c
8806         * src/vcard.h
8807         * src/wizard.c
8808         * src/wizard.h
8809         * src/common/base64.c
8810         * src/common/base64.h
8811         * src/common/defs.h
8812         * src/common/hooks.c
8813         * src/common/hooks.h
8814         * src/common/log.c
8815         * src/common/log.h
8816         * src/common/mgutils.c
8817         * src/common/mgutils.h
8818         * src/common/nntp.c
8819         * src/common/nntp.h
8820         * src/common/passcrypt.c
8821         * src/common/passcrypt.h.in
8822         * src/common/plugin.c
8823         * src/common/plugin.h
8824         * src/common/prefs.c
8825         * src/common/prefs.h
8826         * src/common/progressindicator.c
8827         * src/common/progressindicator.h
8828         * src/common/quoted-printable.c
8829         * src/common/quoted-printable.h
8830         * src/common/session.c
8831         * src/common/session.h
8832         * src/common/smtp.c
8833         * src/common/smtp.h
8834         * src/common/socket.c
8835         * src/common/socket.h
8836         * src/common/ssl.c
8837         * src/common/ssl.h
8838         * src/common/ssl_certificate.c
8839         * src/common/ssl_certificate.h
8840         * src/common/stringtable.c
8841         * src/common/stringtable.h
8842         * src/common/sylpheed.c
8843         * src/common/sylpheed.h
8844         * src/common/template.c
8845         * src/common/template.h
8846         * src/common/timing.h
8847         * src/common/utils.c
8848         * src/common/utils.h
8849         * src/common/version.h.in
8850         * src/common/xml.c
8851         * src/common/xml.h
8852         * src/common/xmlprops.c
8853         * src/common/xmlprops.h
8854         * src/gtk/colorlabel.c
8855         * src/gtk/colorsel.c
8856         * src/gtk/colorsel.h
8857         * src/gtk/description_window.c
8858         * src/gtk/description_window.h
8859         * src/gtk/filesel.c
8860         * src/gtk/filesel.h
8861         * src/gtk/foldersort.c
8862         * src/gtk/foldersort.h
8863         * src/gtk/gtkutils.c
8864         * src/gtk/gtkutils.h
8865         * src/gtk/inputdialog.c
8866         * src/gtk/inputdialog.h
8867         * src/gtk/logwindow.c
8868         * src/gtk/logwindow.h
8869         * src/gtk/manage_window.c
8870         * src/gtk/manage_window.h
8871         * src/gtk/menu.c
8872         * src/gtk/menu.h
8873         * src/gtk/pluginwindow.c
8874         * src/gtk/pluginwindow.h
8875         * src/gtk/prefswindow.c
8876         * src/gtk/prefswindow.h
8877         * src/gtk/progressdialog.c
8878         * src/gtk/progressdialog.h
8879         * src/gtk/sslcertwindow.c
8880         * src/gtk/sslcertwindow.h
8881         * src/plugins/clamav/clamav_plugin.c
8882         * src/plugins/clamav/clamav_plugin.h
8883         * src/plugins/clamav/clamav_plugin_gtk.c
8884         * src/plugins/demo/demo.c
8885         * src/plugins/dillo_viewer/dillo_prefs.c
8886         * src/plugins/dillo_viewer/dillo_prefs.h
8887         * src/plugins/dillo_viewer/dillo_viewer.c
8888         * src/plugins/pgpcore/passphrase.c
8889         * src/plugins/pgpcore/passphrase.h
8890         * src/plugins/pgpcore/plugin.c
8891         * src/plugins/pgpcore/select-keys.c
8892         * src/plugins/pgpcore/select-keys.h
8893         * src/plugins/pgpcore/sgpgme.c
8894         * src/plugins/pgpcore/sgpgme.h
8895         * src/plugins/pgpinline/pgpinline.c
8896         * src/plugins/pgpinline/pgpinline.h
8897         * src/plugins/pgpinline/plugin.c
8898         * src/plugins/pgpmime/pgpmime.c
8899         * src/plugins/pgpmime/pgpmime.h
8900         * src/plugins/pgpmime/plugin.c
8901         * src/plugins/spamassassin/spamassassin.c
8902         * src/plugins/spamassassin/spamassassin.h
8903         * src/plugins/spamassassin/spamassassin_gtk.c
8904         * src/plugins/trayicon/trayicon.c
8905                 update copyright header
8906
8907 2006-01-13 [paul]       1.9.100cvs141
8908
8909         * src/account.c
8910         * src/export.c
8911         * src/import.c
8912         * src/mainwindow.c
8913         * src/prefs_account.c
8914         * src/prefs_display_header.c
8915         * src/prefs_receive.c
8916         * src/prefs_send.c
8917         * src/prefs_summaries.c
8918         * src/prefs_themes.c
8919         * src/prefs_toolbar.c
8920         * src/gtk/about.c
8921                 various cleanups
8922
8923 2006-01-12 [colin]      1.9.100cvs140
8924
8925         * src/folder.c
8926         * src/folder.h
8927         * src/main.c
8928                 Add --subscribe option
8929                 Let sylpheed-claws email@domain.com equivalent to --compose
8930                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
8931
8932 2006-01-12 [paul]       1.9.100cvs139
8933
8934         * src/mainwindow.c
8935                 append 'Change folder order' label with '...'
8936         * src/prefs_actions.c
8937                 allow reordering of actions list by dnd
8938         * src/gtk/foldersort.c
8939                 make the dialog nicer
8940
8941 2006-01-11 [colin]      1.9.100cvs138
8942
8943         * src/compose.c
8944                 Allow templates without text
8945
8946 2006-01-11 [paul]       1.9.100cvs137
8947
8948         * tools/README
8949         * tools/filter_conv_new.pl
8950                 add info to README
8951                 also check .sylpheed for filter.xml
8952                 be a bit informative to the user
8953
8954 2006-01-11 [colin]      1.9.100cvs136
8955
8956         * src/textview.c
8957                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
8958
8959 2006-01-10 [paul]       1.9.100cvs135
8960
8961         * tools/Makefile.am
8962         * tools/filter_conv_new.pl
8963                 add script to convert new style Sylpheed
8964                 filter rules (Sylpheed >= 0.9.99) to
8965                 Claws filtering rules
8966
8967 2006-01-10 [colin]      1.9.100cvs134
8968
8969         * src/compose.c
8970                 Fix broken line joins in certain conditions
8971                 (between two quoted lines: <enter><enter><up>
8972                  <type a wrapped sentence><go in the first line>
8973                  <insert more text><watch as line joining failed>)
8974
8975 2006-01-10 [paul]       1.9.100cvs133
8976
8977         * src/compose.c
8978                 don't report success in error dialog
8979                 thanks to Colin
8980         * src/common/utils.c
8981                 include some trailing punctuations as URI
8982                 thanks to Hiro
8983
8984 2006-01-10 [paul]       1.9.100cvs132
8985
8986         * src/mimeview.c
8987                 fix incompatible pointer type
8988                 warning
8989
8990 2006-01-10 [paul]       1.9.100cvs131
8991
8992         * src/compose.c
8993                 change Subject in window title
8994                 instantaneously
8995
8996 2006-01-09 [colin]      1.9.100cvs130
8997
8998         * src/addressbook.c
8999         * src/headerview.c
9000         * src/mainwindow.c
9001         * src/messageview.c
9002         * src/mimeview.c
9003         * src/noticeview.c
9004         * src/summaryview.c
9005                 Fix possible crashes on exit and in addressbook
9006
9007 2006-01-09 [paul]       1.9.100cvs129
9008
9009         * src/prefs_msg_colors.c
9010                 some cleanups that I forgot last time
9011
9012 2006-01-09 [paul]       1.9.100cvs128
9013
9014         * README
9015         * src/folderview.c
9016         * src/prefs_msg_colors.c
9017                 add previously hidden option, color_new, to
9018                 the gui
9019                 move the page to Display/
9020                 rework the gui
9021
9022 2006-01-09 [wwp]        1.9.100cvs127
9023
9024         * src/prefs_themes.c
9025                 made the prefs/display/themes layouts spacing less condensed
9026                 (and so they match other prefs/pages' look).
9027
9028 2006-01-09 [paul]       1.9.100cvs126
9029
9030         * src/compose.c
9031         * src/prefs_common.c
9032         * src/prefs_common.h
9033         * src/prefs_wrapping.c
9034                 remove 'wrap at send' option
9035
9036 2006-01-06 [colin]      1.9.100cvs125
9037
9038         * src/compose.c
9039                 Just make completely sure we don't insert "manual line breaks" 
9040                 when wrapping... 
9041
9042 2006-01-04 [paul]
9043
9044         * 2.0.0-rc3 released
9045
9046 2006-01-04 [paul]       1.9.100cvs124
9047
9048         * src/folderview.c
9049                 fix bug 882, 'quick scroll in folder list
9050                 displays wrong folder contents'
9051
9052 2006-01-04 [paul]       1.9.100cvs123
9053
9054         * src/plugins/pgpmime/pgpmime.c
9055                 better debug information when signing
9056                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9057
9058 2006-01-03 [colin]      1.9.100cvs122
9059
9060         * configure.ac
9061                 We need to recheck for gpgme 1.0.0 after checking
9062                 for 1.1.1, because if 1.1.1 isn't available, 
9063                 GPGME_LIBS and friends are blanked out by the 
9064                 second check.
9065
9066 2006-01-03 [colin]      1.9.100cvs121
9067
9068         * src/common/prefs.c
9069                 Windows unlink-before rename fix
9070         * src/plugins/pgpcore/sgpgme.c
9071                 Add support for PKA info if available
9072                 Both patches by Werner Koch
9073
9074 2006-01-03 [paul]       1.9.100cvs120
9075
9076         * src/messageview.c
9077                 fix bug 884, 'Send receipt' button visible in queue
9078                 Thanks to Colin
9079
9080 2006-01-02 [colin]      1.9.100cvs119
9081
9082         * src/compose.c
9083         * src/imap.c
9084                 Fix autosave on IMAP and more generally try to
9085                 return the correct ID on a newly added IMAP message
9086
9087 2006-01-02 [paul]       1.9.100cvs118
9088
9089         * manual/keyboard.xml
9090                 edited
9091
9092 2006-01-01 [paul]       1.9.100cvs117
9093
9094         * src/gtk/authors.h
9095                 alphabetical order
9096
9097 2005-12-30 [colin]      1.9.100cvs116
9098
9099         * manual/advanced.xml
9100                 Explain Pre/Post-processing differences.
9101
9102 2005-12-30 [colin]      1.9.100cvs115
9103
9104         * src/mh.c
9105                 Implement copy_msgs for a little optimization
9106         * src/imap.c
9107                 Finish yesterday's fix
9108
9109 2005-12-29 [colin]      1.9.100cvs114
9110
9111         * src/imap.c
9112                 Fix occasional failure in fetching a mail over
9113                 IMAP
9114
9115 2005-12-29 [colin]      1.9.100cvs113
9116
9117         * src/compose.c
9118                 Don't remove a draft when sending it, if it is 
9119                 locked.
9120
9121 2005-12-28 [colin]      1.9.100cvs112
9122
9123         * src/summaryview.c
9124                 Fix leak for real
9125
9126 2005-12-28 [wwp]        1.9.100cvs111
9127
9128         * doc/faq/.cvsignore
9129         * doc/faq/de/.cvsignore
9130         * doc/faq/en/.cvsignore
9131         * doc/faq/es/.cvsignore
9132         * doc/faq/fr/.cvsignore
9133         * doc/faq/it/.cvsignore
9134         * doc/manual/.cvsignore
9135         * doc/manual/de/.cvsignore
9136         * doc/manual/en/.cvsignore
9137         * doc/manual/es/.cvsignore
9138         * doc/manual/fr/.cvsignore
9139         * doc/manual/ja/.cvsignore
9140         * src/plugins/mathml_viewer/.cvsignore
9141                 rollback revival of those files (my bad, sorry for the noise).
9142
9143 2005-12-28 [wwp]        1.9.100cvs110
9144
9145         * src/compose.c
9146                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9147
9148 2005-12-28 [wwp]        1.9.100cvs109
9149
9150         * doc/faq/.cvsignore
9151         * doc/faq/de/.cvsignore
9152         * doc/faq/en/.cvsignore
9153         * doc/faq/es/.cvsignore
9154         * doc/faq/fr/.cvsignore
9155         * doc/faq/it/.cvsignore
9156         * doc/manual/.cvsignore
9157         * doc/manual/de/.cvsignore
9158         * doc/manual/en/.cvsignore
9159         * doc/manual/es/.cvsignore
9160         * doc/manual/fr/.cvsignore
9161         * doc/manual/ja/.cvsignore
9162         * src/plugins/mathml_viewer/.cvsignore
9163         * po/.cvsignore
9164                 more files to ignore.
9165
9166 2005-12-24 [colin]      1.9.100cvs108
9167
9168         * AUTHORS
9169         * src/gtk/authors.h
9170                 Update for Werner
9171
9172 2005-12-24 [colin]      1.9.100cvs107
9173
9174         * src/procmsg.c
9175                 Allow NULL src_msginfo in 
9176                 procmsg_msginfo_new_from_mimeinfo
9177
9178 2005-12-23 [paul]       1.9.100cvs106
9179
9180         * src/plugins/pgpinline/mypgpcore.def
9181                 add this forgotten file
9182
9183 2005-12-23 [colin]      1.9.100cvs105
9184
9185         * src/mainwindow.c
9186                 Fix missing break
9187
9188 2005-12-23 [colin]      1.9.100cvs104
9189
9190         * autogen.sh
9191         * src/folder.c
9192         * src/mh.c
9193         * src/common/plugin.c
9194         * src/common/socket.c
9195         * src/common/socket.h
9196         * src/common/utils.c
9197         * src/common/utils.h
9198         * src/gtk/pluginwindow.c
9199         * src/plugins/pgpcore/plugin.def
9200         * src/plugins/pgpcore/sylpheed.def
9201         * src/plugins/pgpinline/Makefile.am
9202         * src/plugins/pgpinline/plugin.def
9203         * src/plugins/pgpinline/sylpheed.def
9204         * src/plugins/pgpmime/plugin.def
9205         * src/plugins/pgpmime/sylpheed.def
9206                 Various w32 fixes by Werner Koch
9207
9208 2005-12-22 [paul]       1.9.100cvs103
9209
9210         * src/wizard.c
9211                 don't offer IMAP as 'server type' if
9212                 libetpan isn't built in
9213
9214 2005-12-22 [paul]       1.9.100cvs102
9215
9216         * AUTHORS
9217         * src/mainwindow.c
9218         * src/mainwindow.h
9219         * src/toolbar.c
9220         * src/gtk/authors.h
9221                 support GTK_TOOLBAR_BOTH_HORIZ (text
9222                 next to icon) Patch by Marien Zwart
9223                 marienz@users.sf.net
9224                 Also reword the text
9225
9226 2005-12-21 [colin]      1.9.100cvs101
9227
9228         * configure.ac
9229                 Fix DATADIRNAME
9230         * COPYING
9231                 Fix missing section and explicit the exception better
9232         * src/compose.c
9233                 Prevent mail from being lost without notice when an
9234                 SMTP error happens on trying to send an unmodified
9235                 drafted mail.
9236         * src/send_message.c
9237         * src/common/smtp.c
9238                 Fix password remembering when wrong, and add return
9239                 value checks where they should have been
9240         * src/plugins/pgpcore/sylpheed.def
9241         * src/plugins/pgpinline/sylpheed.def
9242         * src/plugins/pgpmime/sylpheed.def
9243                 Add a few symbols needed
9244
9245 2005-12-21 [paul]       1.9.100cvs100
9246
9247         * m4/codeset.m4
9248         * m4/glibc21.m4
9249         * m4/intdiv0.m4
9250         * m4/inttypes-pri.m4
9251         * m4/inttypes.m4
9252         * m4/inttypes_h.m4
9253         * m4/isc-posix.m4
9254         * m4/lcmessage.m4
9255         * m4/stdint_h.m4
9256         * m4/uintmax_t.m4
9257                 gettextization
9258                 thanks to Colin
9259
9260 2005-12-21 [paul]       1.9.100cvs99
9261
9262         * po/sv.po
9263                 fixed by Colin
9264
9265 2005-12-20 [paul]       1.9.100cvs98
9266
9267         * po/sv.po
9268                 updated by Anders Trobäck
9269
9270 2005-12-20 [colin]      1.9.100cvs97
9271
9272         * ABOUT-NLS
9273         * Makefile.am
9274         * autogen.sh
9275         * configure.ac
9276         * config/config.rpath
9277         * config/mkinstalldirs
9278         * m4/Makefile.am
9279         * m4/glibc2.m4
9280         * m4/gnupg.m4
9281         * m4/gpgme.m4
9282         * m4/intmax.m4
9283         * m4/longdouble.m4
9284         * m4/longlong.m4
9285         * m4/printf-posix.m4
9286         * m4/signed.m4
9287         * m4/size_max.m4
9288         * m4/ulonglong.m4
9289         * m4/wchar_t.m4
9290         * m4/wint_t.m4
9291         * m4/xsize.m4
9292         * po/Makefile.in.in
9293         * po/Makevars
9294         * po/bg.po
9295         * po/ca.po
9296         * po/cs.po
9297         * po/de.po
9298         * po/el.po
9299         * po/en_GB.po
9300         * po/es.po
9301         * po/fi.po
9302         * po/fr.po
9303         * po/hr.po
9304         * po/hu.po
9305         * po/it.po
9306         * po/ja.po
9307         * po/ko.po
9308         * po/nb.po
9309         * po/nl.po
9310         * po/pl.po
9311         * po/pt_BR.po
9312         * po/ru.po
9313         * po/sk.po
9314         * po/sr.po
9315         * po/stamp-po
9316         * po/sv.po
9317         * po/zh_CN.po
9318         * po/zh_TW.po
9319         * src/Makefile.am
9320         * src/codeconv.c
9321         * src/compose.c
9322         * src/exporthtml.c
9323         * src/exportldif.c
9324         * src/folder.c
9325         * src/main.c
9326         * src/manual.c
9327         * src/mh.c
9328         * src/mimeview.c
9329         * src/send_message.c
9330         * src/common/Makefile.am
9331         * src/common/fnmatch.c
9332         * src/common/fnmatch.h
9333         * src/common/fnmatch_loop.c
9334         * src/common/nntp.c
9335         * src/common/plugin.c
9336         * src/common/smtp.c
9337         * src/common/socket.c
9338         * src/common/string_match.c
9339         * src/common/sylpheed.c
9340         * src/common/utils.c
9341         * src/common/utils.h
9342         * src/common/w32_dirent.c
9343         * src/common/w32_reg.c
9344         * src/common/w32_signal.c
9345         * src/common/w32_stat.c
9346         * src/common/w32_stdio.c
9347         * src/common/w32_stdlib.c
9348         * src/common/w32_string.c
9349         * src/common/w32_time.c
9350         * src/common/w32_unistd.c
9351         * src/common/w32_wait.c
9352         * src/common/w32lib.h
9353         * src/etpan/Makefile.am
9354         * src/gtk/Makefile.am
9355         * src/plugins/clamav/Makefile.am
9356         * src/plugins/demo/Makefile.am
9357         * src/plugins/dillo_viewer/Makefile.am
9358         * src/plugins/pgpcore/Makefile.am
9359         * src/plugins/pgpcore/passphrase.c
9360         * src/plugins/pgpcore/plugin.def
9361         * src/plugins/pgpcore/sgpgme.c
9362         * src/plugins/pgpcore/sylpheed.def
9363         * src/plugins/pgpcore/version.rc
9364         * src/plugins/pgpinline/Makefile.am
9365         * src/plugins/pgpinline/plugin.def
9366         * src/plugins/pgpinline/sylpheed.def
9367         * src/plugins/pgpinline/version.rc
9368         * src/plugins/pgpmime/Makefile.am
9369         * src/plugins/pgpmime/mypgpcore.def
9370         * src/plugins/pgpmime/plugin.def
9371         * src/plugins/pgpmime/sylpheed.def
9372         * src/plugins/pgpmime/version.rc
9373         * src/plugins/spamassassin/Makefile.am
9374                 Very little ;-) patch from Werner Koch, providing
9375                 infrastructure for cross-compiling to Win32
9376
9377 2005-12-20 [paul]       1.9.100cvs96
9378
9379         * src/account.c
9380         * src/account.h
9381         * src/mainwindow.c
9382         * src/mainwindow.h
9383         * src/toolbar.c
9384         * src/toolbar.h
9385                 add a combo to the Get All button, allowing
9386                 quick retrieval from any account
9387                 Patch by Fabien Vantard, slightly modified
9388                 by Colin
9389         * src/gtk/about.c
9390                 i18n fix. Patch by Fabien Vantard
9391
9392 2005-12-19 [colin]      1.9.100cvs95
9393
9394         * src/compose.c
9395         * src/compose.h
9396                 Don't automatically join lines when they've 
9397                 been separated by the user and not automatically
9398
9399 2005-12-19 [paul]       1.9.100cvs94
9400
9401         * src/gtk/pluginwindow.c
9402                 i18n fix.
9403                 Patch by Fabien Vantard
9404
9405 2005-12-15 [paul]       1.9.100cvs93
9406
9407         * src/common/plugin.c
9408         * src/common/plugin.h
9409         * src/gtk/pluginwindow.c
9410         * src/plugins/clamav/clamav_plugin.c
9411         * src/plugins/demo/demo.c
9412         * src/plugins/dillo_viewer/dillo_viewer.c
9413         * src/plugins/pgpcore/plugin.c
9414         * src/plugins/pgpinline/plugin.c
9415         * src/plugins/pgpmime/plugin.c
9416         * src/plugins/spamassassin/spamassassin.c
9417         * src/plugins/trayicon/trayicon.c
9418                 add plugin_version()
9419
9420 2005-12-15 [colin]      1.9.100cvs92
9421
9422         * src/compose.c
9423                 Further fix bug #875
9424
9425 2005-12-15 [paul]       1.9.100cvs91
9426
9427         * src/gtk/filesel.c
9428                 fix attach_load_dir getting set to
9429                 PLUGINDIR on plugin load
9430
9431 2005-12-14 [mones]      1.9.100cvs90
9432
9433         * manual/ack.xml
9434         * manual/keyboard.xml
9435                 Initial draft and some shortcuts added
9436                 
9437         * po/es.po
9438                 Updated translation
9439
9440 2005-12-14 [colin]      1.9.100cvs89
9441
9442         * src/compose.c
9443         * src/imap.c
9444         * src/summaryview.c
9445         * src/gtk/gtkaspell.c
9446                 More leaks fixed
9447         * src/prefs_folder_item.c
9448                 Fix recursive prefs apply
9449
9450
9451 2005-12-14 [colin]      1.9.100cvs88
9452
9453         * src/compose.c
9454                 Fix bug #875 (Freeze On Inline Forward of 
9455                 Large Message)
9456
9457 2005-12-13 [colin]      1.9.100cvs87
9458
9459         * src/compose.c
9460                 Uniq-ify and sort the mimetypes list
9461                 Patch by Fabien Vantard
9462
9463 2005-12-13 [colin]      1.9.100cvs86
9464
9465         * src/imap.c
9466         * src/etpan/imap-thread.c
9467                 Fix leaks (patch by Hoa)
9468         * src/news.c
9469         * src/common/plugin.c
9470                 Fix leaks
9471
9472 2005-12-12 [colin]
9473
9474         * 2.0.0-rc2 released
9475
9476 2005-12-12 [colin]      1.9.100cvs85
9477
9478         * src/matcher.c
9479                 Fix a leak
9480
9481 2005-12-12 [wwp]        1.9.100cvs84
9482
9483         * src/gtk/icon_legend.c
9484                 fix misbehaviour and crash when closing the legend window
9485         using the Esc key (patch by Fabien Vantard).
9486
9487 2005-12-12 [paul]       1.9.100cvs83
9488
9489         * src/browseldap.c
9490         * src/foldersel.c
9491         * src/prefs_actions.c
9492         * src/prefs_filtering.c
9493         * src/prefs_matcher.c
9494         * src/prefs_spelling.glade      ** REMOVED **
9495         * src/prefs_template.c
9496         * src/gtk/foldersort.glade      ** REMOVED **
9497         * src/gtk/pluginwindow.c
9498         * src/gtk/pluginwindow.glade    ** REMOVED **
9499         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9500                 cleanups
9501
9502 2005-12-11 [paul]       1.9.100cvs82
9503
9504         * src/gtk/filesel.c
9505                 fix attach_load_dir crasher (double free)
9506
9507 2005-12-09 [paul]       1.9.100cvs81
9508
9509         * po/POTFILES.in
9510         * src/mainwindow.c
9511         * src/gtk/Makefile.am
9512         * src/gtk/icon_legend.c
9513         * src/gtk/icon_legend.h
9514                 add icon legend
9515         * src/manual.c
9516                 cleanup
9517
9518 2005-12-09 [paul]       1.9.100cvs80
9519
9520         * src/plugins/pgpcore/passphrase.c
9521                 wrap the label in the dialog
9522
9523 2005-12-09 [colin]      1.9.100cvs79
9524
9525         * src/plugins/pgpcore/sgpgme.c
9526                 Display (untrusted) on not trusted signatures
9527                 Patch by Michal Èihaø <michal@cihar.com>
9528                 Closes bug #867 (Report also key trust)
9529
9530 2005-12-09 [colin]      1.9.100cvs78
9531
9532         * src/common/plugin.c
9533                 Update licence check, following Eben Moglen's advice
9534
9535 2005-12-08 [colin]      1.9.100cvs77
9536
9537         * src/folder.c
9538                 Fix the occasionnal item->cache != NULL 
9539                 assertion failure. 
9540
9541 2005-12-08 [colin]      1.9.100cvs76
9542
9543         * src/mimeview.c
9544         * src/plugins/pgpcore/sgpgme.c
9545                 Print key id when unable to check it
9546                 Closes bug #866 (Show key id when missing)
9547
9548 2005-12-08 [paul]       1.9.100cvs75
9549
9550         * src/prefs_common.c
9551         * src/prefs_common.h
9552         * src/gtk/filesel.c
9553                 remember load attachment dir
9554
9555 2005-12-07 [colin]      1.9.100cvs74
9556
9557         * src/prefs_toolbar.c
9558                 Gtk fixes, patch by Fabien Vantard
9559
9560 2005-12-07 [colin]      1.9.100cvs73
9561
9562         * src/action.c
9563         * src/compose.c
9564         * src/compose.h
9565                 Fix bug #839 (Quoted text isn't colored after 
9566                 executing an action)
9567         * src/common/plugin.c
9568                 Require plugins to declare their licence in plugin_licence()
9569                 Refuse to load non-GPL plugins as they'd be illegal (as 
9570                 derived works of Sylpheed-Claws, they must be GPL).
9571         * src/plugins/clamav/clamav_plugin.c
9572         * src/plugins/demo/demo.c
9573         * src/plugins/dillo_viewer/dillo_viewer.c
9574         * src/plugins/pgpcore/plugin.c
9575         * src/plugins/pgpinline/plugin.c
9576         * src/plugins/pgpmime/plugin.c
9577         * src/plugins/spamassassin/spamassassin.c
9578         * src/plugins/trayicon/trayicon.c
9579                 Add plugin_licence()
9580
9581 2005-12-07 [paul]       1.9.100cvs72
9582
9583         * configure.ac
9584         * src/mainwindow.c
9585         * src/manual.c
9586         * src/manual.h
9587         * src/common/defs.h
9588                 clean up after local FAQ removal and
9589                 temporary manual removal
9590
9591 2005-12-06 [colin]      1.9.100cvs71
9592
9593         * configure.ac
9594         * doc/Makefile.am
9595         * doc/faq/.cvsignore
9596         * doc/faq/Makefile.am
9597         * doc/faq/de/.cvsignore
9598         * doc/faq/de/Makefile.am
9599         * doc/faq/de/sylpheed-faq-1.html
9600         * doc/faq/de/sylpheed-faq-2.html
9601         * doc/faq/de/sylpheed-faq-3.html
9602         * doc/faq/de/sylpheed-faq.html
9603         * doc/faq/en/.cvsignore
9604         * doc/faq/en/Makefile.am
9605         * doc/faq/en/sylpheed-faq-1.html
9606         * doc/faq/en/sylpheed-faq-2.html
9607         * doc/faq/en/sylpheed-faq-3.html
9608         * doc/faq/en/sylpheed-faq-4.html
9609         * doc/faq/en/sylpheed-faq.html
9610         * doc/faq/es/.cvsignore
9611         * doc/faq/es/Makefile.am
9612         * doc/faq/es/sylpheed-faq-1.html
9613         * doc/faq/es/sylpheed-faq-2.html
9614         * doc/faq/es/sylpheed-faq-3.html
9615         * doc/faq/es/sylpheed-faq-4.html
9616         * doc/faq/es/sylpheed-faq.html
9617         * doc/faq/fr/.cvsignore
9618         * doc/faq/fr/Makefile.am
9619         * doc/faq/fr/sylpheed-faq-1.html
9620         * doc/faq/fr/sylpheed-faq-2.html
9621         * doc/faq/fr/sylpheed-faq-3.html
9622         * doc/faq/fr/sylpheed-faq.html
9623         * doc/faq/it/.cvsignore
9624         * doc/faq/it/Makefile.am
9625         * doc/faq/it/sylpheed-faq-1.html
9626         * doc/faq/it/sylpheed-faq-2.html
9627         * doc/faq/it/sylpheed-faq-3.html
9628         * doc/faq/it/sylpheed-faq.html
9629         * doc/manual/.cvsignore
9630         * doc/manual/Makefile.am
9631         * doc/manual/de/.cvsignore
9632         * doc/manual/de/Makefile.am
9633         * doc/manual/de/sylpheed-1.html
9634         * doc/manual/de/sylpheed-10.html
9635         * doc/manual/de/sylpheed-11.html
9636         * doc/manual/de/sylpheed-12.html
9637         * doc/manual/de/sylpheed-13.html
9638         * doc/manual/de/sylpheed-14.html
9639         * doc/manual/de/sylpheed-15.html
9640         * doc/manual/de/sylpheed-16.html
9641         * doc/manual/de/sylpheed-17.html
9642         * doc/manual/de/sylpheed-18.html
9643         * doc/manual/de/sylpheed-19.html
9644         * doc/manual/de/sylpheed-2.html
9645         * doc/manual/de/sylpheed-20.html
9646         * doc/manual/de/sylpheed-3.html
9647         * doc/manual/de/sylpheed-4.html
9648         * doc/manual/de/sylpheed-5.html
9649         * doc/manual/de/sylpheed-6.html
9650         * doc/manual/de/sylpheed-7.html
9651         * doc/manual/de/sylpheed-8.html
9652         * doc/manual/de/sylpheed-9.html
9653         * doc/manual/de/sylpheed.html
9654         * doc/manual/en/.cvsignore
9655         * doc/manual/en/Makefile.am
9656         * doc/manual/en/sylpheed-1.html
9657         * doc/manual/en/sylpheed-10.html
9658         * doc/manual/en/sylpheed-11.html
9659         * doc/manual/en/sylpheed-12.html
9660         * doc/manual/en/sylpheed-13.html
9661         * doc/manual/en/sylpheed-14.html
9662         * doc/manual/en/sylpheed-15.html
9663         * doc/manual/en/sylpheed-16.html
9664         * doc/manual/en/sylpheed-17.html
9665         * doc/manual/en/sylpheed-18.html
9666         * doc/manual/en/sylpheed-19.html
9667         * doc/manual/en/sylpheed-2.html
9668         * doc/manual/en/sylpheed-20.html
9669         * doc/manual/en/sylpheed-21.html
9670         * doc/manual/en/sylpheed-22.html
9671         * doc/manual/en/sylpheed-3.html
9672         * doc/manual/en/sylpheed-4.html
9673         * doc/manual/en/sylpheed-5.html
9674         * doc/manual/en/sylpheed-6.html
9675         * doc/manual/en/sylpheed-7.html
9676         * doc/manual/en/sylpheed-8.html
9677         * doc/manual/en/sylpheed-9.html
9678         * doc/manual/en/sylpheed.html
9679         * doc/manual/es/.cvsignore
9680         * doc/manual/es/Makefile.am
9681         * doc/manual/es/sylpheed-1.html
9682         * doc/manual/es/sylpheed-10.html
9683         * doc/manual/es/sylpheed-11.html
9684         * doc/manual/es/sylpheed-12.html
9685         * doc/manual/es/sylpheed-13.html
9686         * doc/manual/es/sylpheed-14.html
9687         * doc/manual/es/sylpheed-15.html
9688         * doc/manual/es/sylpheed-16.html
9689         * doc/manual/es/sylpheed-17.html
9690         * doc/manual/es/sylpheed-18.html
9691         * doc/manual/es/sylpheed-19.html
9692         * doc/manual/es/sylpheed-2.html
9693         * doc/manual/es/sylpheed-20.html
9694         * doc/manual/es/sylpheed-3.html
9695         * doc/manual/es/sylpheed-4.html
9696         * doc/manual/es/sylpheed-5.html
9697         * doc/manual/es/sylpheed-6.html
9698         * doc/manual/es/sylpheed-7.html
9699         * doc/manual/es/sylpheed-8.html
9700         * doc/manual/es/sylpheed-9.html
9701         * doc/manual/es/sylpheed.html
9702         * doc/manual/fr/.cvsignore
9703         * doc/manual/fr/Makefile.am
9704         * doc/manual/fr/sylpheed-1.html
9705         * doc/manual/fr/sylpheed-10.html
9706         * doc/manual/fr/sylpheed-11.html
9707         * doc/manual/fr/sylpheed-12.html
9708         * doc/manual/fr/sylpheed-13.html
9709         * doc/manual/fr/sylpheed-14.html
9710         * doc/manual/fr/sylpheed-15.html
9711         * doc/manual/fr/sylpheed-16.html
9712         * doc/manual/fr/sylpheed-17.html
9713         * doc/manual/fr/sylpheed-18.html
9714         * doc/manual/fr/sylpheed-19.html
9715         * doc/manual/fr/sylpheed-2.html
9716         * doc/manual/fr/sylpheed-20.html
9717         * doc/manual/fr/sylpheed-3.html
9718         * doc/manual/fr/sylpheed-4.html
9719         * doc/manual/fr/sylpheed-5.html
9720         * doc/manual/fr/sylpheed-6.html
9721         * doc/manual/fr/sylpheed-7.html
9722         * doc/manual/fr/sylpheed-8.html
9723         * doc/manual/fr/sylpheed-9.html
9724         * doc/manual/fr/sylpheed.html
9725         * doc/manual/ja/.cvsignore
9726         * doc/manual/ja/Makefile.am
9727         * doc/manual/ja/sylpheed-1.html
9728         * doc/manual/ja/sylpheed-10.html
9729         * doc/manual/ja/sylpheed-11.html
9730         * doc/manual/ja/sylpheed-12.html
9731         * doc/manual/ja/sylpheed-13.html
9732         * doc/manual/ja/sylpheed-14.html
9733         * doc/manual/ja/sylpheed-15.html
9734         * doc/manual/ja/sylpheed-16.html
9735         * doc/manual/ja/sylpheed-17.html
9736         * doc/manual/ja/sylpheed-18.html
9737         * doc/manual/ja/sylpheed-19.html
9738         * doc/manual/ja/sylpheed-2.html
9739         * doc/manual/ja/sylpheed-20.html
9740         * doc/manual/ja/sylpheed-3.html
9741         * doc/manual/ja/sylpheed-4.html
9742         * doc/manual/ja/sylpheed-5.html
9743         * doc/manual/ja/sylpheed-6.html
9744         * doc/manual/ja/sylpheed-7.html
9745         * doc/manual/ja/sylpheed-8.html
9746         * doc/manual/ja/sylpheed-9.html
9747         * doc/manual/ja/sylpheed.html
9748         * doc/manual/ja/sylpheed.sgml
9749         * src/mainwindow.c
9750                 Remove outdated manual and faq. Noisy, eh?
9751
9752 2005-12-06 [colin]      1.9.100cvs70
9753
9754         * src/compose.c
9755         * src/quote_fmt_parse.y
9756         * src/undo.c
9757         * src/undo.h
9758                 Allow %X to position cursor at 0 
9759                 (no %X = before signature)
9760                 Fix paste as quotation putting the cursor at 0
9761                 Fix undo offsets when pasting
9762                 Insert the quote_fmt at once instead of line 
9763                 by line
9764                 Fix [Edited] when starting to reply/forward
9765
9766 2005-12-06 [paul]       1.9.100cvs69
9767
9768         * src/plugins/clamav/clamav_plugin_gtk.c
9769                 add another tooltip
9770         * src/plugins/spamassassin/spamassassin_gtk.c
9771                 rework spamassassin_create_widget_func()
9772
9773 2005-12-05 [colin]      1.9.100cvs68
9774
9775         * po/POTFILES.in
9776                 Fix make release ;-)
9777
9778 2005-12-05 [colin]      1.9.100cvs67
9779
9780         * src/compose.c
9781         * src/compose.h
9782                 Fix cursor positioning (not obeying %X)
9783
9784 2005-12-05 [paul]       1.9.100cvs66
9785
9786         * src/plugins/dillo_viewer/dillo_prefs.c
9787                 fix compilation warning
9788
9789 2005-12-05 [paul]       1.9.100cvs65
9790
9791         * src/prefs_spelling.c
9792         * src/plugins/trayicon/trayicon.c
9793                 cleanups - remove unused stuff
9794
9795 2005-12-05 [paul]       1.9.100cvs64
9796
9797         * README
9798         * manual/plugins.xml
9799                 remove info about removed mathml_viewer plugin
9800
9801 2005-12-05 [paul]       1.9.100cvs63
9802
9803         * configure.ac
9804         * src/plugins/Makefile.am
9805         * src/plugins/mathml_viewer/.cvsignore
9806         * src/plugins/mathml_viewer/Makefile.am
9807         * src/plugins/mathml_viewer/mathml_viewer.c
9808                 remove unmaintained mathml_viewer plugin
9809
9810 2005-12-05 [paul]       1.9.100cvs62
9811
9812         * src/summaryview.c
9813                 obey prefs_common.always_show_msg when
9814                 moving a msg
9815                 Thanks to Colin
9816
9817 2005-12-05 [paul]       1.9.100cvs61
9818
9819         * src/compose.c
9820         * src/prefs_account.c
9821         * src/prefs_filtering.c
9822         * src/prefs_quote.c
9823         * src/prefs_spelling.c
9824         * src/prefs_toolbar.c
9825         * src/summaryview.c
9826         * src/gtk/gtkutils.c
9827         * src/gtk/quicksearch.c
9828         * src/plugins/dillo_viewer/dillo_prefs.c
9829                 dialog cleanups
9830
9831 2005-12-04 [paul]       1.9.100cvs60
9832
9833         * src/inc.c
9834         * src/prefs_account.c
9835         * src/prefs_account.h
9836                 allow a Local account to specify a
9837                 default inbox
9838                 (closes bug 843 'Inbox cannot be changed for local
9839                  mailboxes')
9840
9841 2005-12-04 [colin]      1.9.100cvs59
9842
9843         * src/plugins/trayicon/trayicon.c
9844                 Remove Get, rename Get All to Get Mail in order to
9845                 be consistent with the default main toolbar
9846
9847 2005-12-03 [colin]      1.9.100cvs58
9848
9849         * manual/gpl.xml
9850         * manual/sylpheed-claws-manual.xml
9851                 Add GPL appendix
9852
9853 2005-12-03 [paul]       1.9.100cvs57
9854
9855         * AUTHORS
9856         * po/sv.po
9857         * src/gtk/authors.h
9858                 new (partially complete) Swedish translation
9859                 by Anders Troback <sylpheed@troback.com>
9860
9861 2005-12-02 [paul]       1.9.100cvs56
9862
9863         * configure.ac
9864                 libetpan 0.41 required
9865
9866 2005-12-02 [paul]       1.9.100cvs55
9867
9868         * src/plugins/clamav/clamav_plugin.c
9869         * src/plugins/clamav/clamav_plugin.h
9870         * src/plugins/clamav/clamav_plugin_gtk.c
9871         * src/plugins/spamassassin/spamassassin.c
9872         * src/plugins/spamassassin/spamassassin.h
9873         * src/plugins/spamassassin/spamassassin_gtk.c
9874                 unregister prefs pages on unloading, thus
9875                 preventing a crash
9876                 (thanks to Colin for the hint)
9877
9878 2005-12-02 [wwp]        1.9.100cvs54
9879
9880         * src/quote_fmt.h
9881         * src/quote_fmt_parse.y
9882                 fix misuse of gboolean*, use gboolean instead
9883                 (thanks to Paul, Colin, for pointing out that scaring one)
9884
9885 2005-12-02 [paul]       1.9.100cvs53
9886
9887         * src/plugins/clamav/clamav_plugin.c
9888                 int no --> unsigned int no
9889         * src/plugins/clamav/clamav_plugin_gtk.c
9890                 rework config page
9891
9892 2005-12-02 [wwp]        1.9.100cvs52
9893
9894         * src/compose.c
9895         * src/prefs_template.c
9896         * src/quote_fmt.h
9897         * src/quote_fmt_parse.y
9898                 prevent from executing |f and |p templates commands when
9899                 adding or replacing templates in prefs (avoids annoying and
9900                 potentially dangerous behaviours)
9901
9902 2005-12-02 [paul]       1.9.100cvs51
9903
9904         * src/prefs_common.c
9905                 allow translation of some default values
9906                 Patch by Fabien Vantard
9907
9908 2005-12-02 [paul]       1.9.100cvs50
9909
9910         * src/codeconv.c
9911         * src/codeconv.h
9912         * src/prefs_common.c
9913         * src/prefs_common.h
9914         * src/prefs_message.c
9915         * src/textview.c
9916                 remove obsolete 'convert_mb_alnum' option
9917                 and related stuff
9918         * src/gtk/about.c
9919                 remove unused 'about_textview_visibility_notify'
9920
9921 2005-12-02 [paul]       1.9.100cvs49
9922
9923         * src/prefs_account.c
9924         * src/prefs_compose_writing.c
9925         * src/prefs_fonts.c
9926         * src/prefs_gtk.h
9927         * src/prefs_image_viewer.c
9928         * src/prefs_message.c
9929         * src/prefs_other.c
9930         * src/prefs_receive.c
9931         * src/prefs_send.c
9932         * src/prefs_spelling.c
9933         * src/prefs_summaries.c
9934         * src/prefs_wrapping.c
9935         * src/plugins/dillo_viewer/dillo_prefs.c
9936         * src/plugins/pgpcore/prefs_gpg.c
9937                 several cleanups to the prefs dialogs
9938                 (slightly modified) patch by Fabien Vantard
9939
9940 2005-12-02 [paul]       1.9.100cvs48
9941
9942         * src/main.c
9943                 --exit means exit
9944         * src/send_message.c
9945                 fix crash on send when connection fails
9946
9947         Thanks to Colin
9948
9949 2005-12-01 [colin]      1.9.100cvs47
9950
9951         * src/html.c
9952                 Translate &hellip; to "..."
9953
9954 2005-11-30 [colin]      1.9.100cvs46
9955
9956         * src/matcher.c
9957         * src/matcher.h
9958                 Optimize back yesterday's fix.
9959
9960 2005-11-30 [paul]       1.9.100cvs45
9961
9962         * manual/faq.xml
9963                 standardised
9964         * manual/intro.xml
9965                 written by Colin, edited by me
9966
9967 2005-11-29 [colin]      1.9.100cvs44
9968
9969         * src/matcher.c
9970                 Skip headers unconditionnaly in match_body if the
9971                 rule is not message or ~message
9972
9973 2005-11-29 [colin]      1.9.100cvs43
9974
9975         * src/matcher.c
9976                 Fix body_part and such, not skipping headers 
9977                 if the matchcriteria wasn't the first in the rule
9978
9979 2005-11-29 [colin]      1.9.100cvs42
9980
9981         * src/compose.c
9982                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
9983                 option missing from message view window)
9984                 Fix double text D'n'D with gtk-2.8
9985         * src/matcher.c
9986                 Fix ~message, ~headers_part, ~body_part rules
9987         * src/messageview.c
9988                 Add Windows-1252 (Closes bug #863)
9989                 Fix accels
9990         * src/gtk/gtkaspell.c
9991                 Properly destroy accels in all menus
9992
9993 2005-11-29 [mones]      1.9.100cvs41
9994
9995         * po/es.po
9996                 Updated.
9997
9998 2005-11-27 [colin]      1.9.100cvs40
9999
10000         * src/mh_gtk.c
10001                 "/Remove mailbox" -> "/Remove mailbox..."
10002
10003 2005-11-27 [paul]       1.9.100cvs39
10004
10005         * AUTHORS
10006         * po/de.po
10007         * src/gtk/authors.h
10008                 updated by new maintainer, Stephan Sachse
10009
10010 2005-11-27 [paul]       1.9.100cvs38
10011
10012         * manual/faq.xml
10013                 written by Colin, edited by me
10014
10015 2005-11-27 [paul]       1.9.100cvs37
10016
10017         * src/prefs_common.c
10018         * src/prefs_common.h
10019         * src/prefs_receive.c
10020         * src/prefs_summaries.c
10021                 move 'go to inbox after receiving new mail'
10022                 option from display/sumamaries to mail
10023                 handling/receive, and rework prefs_summaries
10024                 dialog a little
10025
10026 2005-11-25 [martin]     1.9.100cvs36
10027
10028         * po/de.po
10029             fixed windows-1252 translation;
10030             translated some new and fuzzy strings
10031
10032 2005-11-25 [paul]       1.9.100cvs35
10033
10034         * src/plugins/clamav/clamav_plugin.c
10035                 complete the update done in cvs34
10036
10037 2005-11-25 [paul]       1.9.100cvs34
10038
10039         * src/plugins/clamav/clamav_plugin.c
10040                 reflect upstream changes
10041
10042 2005-11-25 [paul]       1.9.100cvs33
10043
10044         * manual/ack.xml
10045         * manual/plugins.xml
10046         * manual/sylpheed-claws-manual.xml
10047                 written/updated by Colin, edited by me
10048         * tools/acroread2sylpheed.pl
10049                 update binary name
10050
10051 2005-11-24 [colin]      1.9.100cvs32
10052
10053         * src/compose.c
10054                 Fix bug #856 (reediting messages forgets Request
10055                 Return Receipt)
10056
10057 2005-11-24 [paul]       1.9.100cvs31
10058
10059         * manual/addrbook.xml
10060         * manual/starting.xml
10061                 written by Colin, proofread, edited, adapted by me
10062         * manual/advanced.xml
10063                 add some Actions examples
10064         * src/importldif.c
10065                 use a Save button instead of a Close button
10066         * src/wizard.c
10067                 indicate mandatory fields
10068                 fix page display
10069                 Thanks to Colin
10070
10071 2005-11-23 [colin]      1.9.100cvs30
10072
10073         * src/addressbook.c
10074                 Rename menu item, fix possible crash after
10075                 deletion of books
10076         * src/addrindex.c
10077                 Allow searching for '*' in ldap
10078         * src/browseldap.c
10079                 Fix "Browse Entry" (did anyone use it?)
10080         * src/wizard.c
10081                 Add guards for mandatory information
10082
10083 2005-11-23 [paul]       1.9.100cvs29
10084
10085         * manual/advanced.xml
10086                 corrections to the English
10087
10088 2005-11-23 [colin]      1.9.100cvs28
10089
10090         * src/mimeview.c
10091                 Fix possible crash at exit. After the call to
10092                 gtk_container_remove(), the Viewer's widget has no
10093                 more parent so gtk+ automatically frees it and its
10094                 sons. If destroy_viewer() then try to access it,
10095                 problems ensue.
10096
10097 2005-11-22 [colin]      1.9.100cvs27
10098
10099         * src/compose.c
10100         * src/gtk/gtkaspell.c
10101                 Fix right-clicking on a misspelled word
10102                 Fix More... in suggestions menu
10103
10104 2005-11-22 [wwp]        1.9.100cvs26
10105
10106         * src/prefs_template.c
10107                 templates works: re-sort templates list when adding or replacing,
10108                 prevent from adding or replacing when the template name is empty
10109
10110 2005-11-21 [colin]      1.9.100cvs25
10111
10112         * src/addressbook.c
10113                 Fix some addressbook suckage (dnd, select all)
10114         * src/compose.c
10115         * src/gtk/gtkaspell.c
10116         * src/gtk/gtkaspell.h
10117                 Make the spellchecker menu work with the 
10118                 GtkTextView one instead of overriding it
10119
10120 2005-11-20 [paul]       1.9.100cvs24
10121
10122         * manual/handling.xml
10123                 proofread and corrected
10124
10125 2005-11-20 [paul]       1.9.100cvs23
10126
10127         * manual/Makefile
10128                 generate html as one file
10129         * manual/advanced.xml
10130                 fix output generation
10131                 reformat hidden options list
10132         * manual/manual.xml     ** REMOVED **
10133         * manual/sylpheed-claws-manual.xml      ** ADDED **
10134                 renamed
10135
10136 2005-11-18 [colin]      1.9.100cvs22
10137
10138         * src/prefs_account.c
10139                 Fix layout in news and mbox accounts
10140         * manual/account.xml
10141         * manual/advanced.xml
10142                 New contents for Paul to check :)
10143
10144 2005-11-18 [wwp]        1.9.100cvs21
10145
10146         * src/gtk/quicksearch.c
10147                 don't update extended quicksearch buttons twice
10148
10149 2005-11-18 [paul]       1.9.100cvs20
10150
10151         * src/textview.c
10152                 complete 1.9.100cvs19
10153
10154 2005-11-18 [paul]       1.9.100cvs19
10155
10156         * src/compose.c
10157                 cosmetic improvements
10158         * src/textview.c
10159                 also list text/* attachments
10160
10161 2005-11-18 [colin]      1.9.100cvs18
10162
10163         * src/summaryview.c
10164                 Use column 0 instead of -1 in 
10165                 gtk_ctree_node_moveto, in a naive
10166                 hope it'll fix the gtk-related crashes
10167
10168 2005-11-18 [colin]      1.9.100cvs17
10169
10170         * src/gtk/inputdialog.c
10171                 Fix icon staying the first one
10172
10173 2005-11-17 [wwp]        1.9.100cvs16
10174                 fix possible problem showing some quicksearch buttons, and a bad
10175                 call to g_return_if_fail in a function that returns a value (both
10176                 fixes by Fabien Vantard)
10177
10178 2005-11-15 [wwp]        1.9.100cvs15
10179
10180         * src/gtk/quicksearch.c
10181                 added a tooltip to that obscure ... quicksearch button
10182
10183 2005-11-15 [wwp]        1.9.100cvs14
10184
10185         * src/gtk/quicksearch.c
10186                 add a quicksearch helper to filtering expression users: the ... button
10187                 raises the condition expr window. condition expressions set up w/ this
10188                 window are used by the quicksearch if the user closes it pressing OK.
10189
10190 2005-11-14 [paul]       1.9.100cvs13
10191
10192         * src/plugins/clamav/clamav_plugin.c
10193         * src/plugins/spamassassin/spamassassin.c
10194                 change plugin type following recent merging
10195
10196 2005-11-14 [wwp]        1.9.100cvs12
10197
10198         * src/folder.c
10199                 prevent from crashing when copying/moving message(s) from and
10200                 to the same folder
10201
10202 2005-11-14 [paul]       1.9.100cvs11
10203
10204         * src/plugins/clamav/Makefile.am
10205         * src/plugins/clamav/clamav_plugin.c
10206         * src/plugins/clamav/clamav_plugin.h
10207         * src/plugins/clamav/clamav_plugin_gtk.c
10208                 also merge clamav and clamav_gtk plugins
10209
10210 2005-11-13 [colin]      1.9.100cvs10
10211
10212         * configure.ac
10213         * src/plugins/spamassassin/Makefile.am
10214         * src/plugins/spamassassin/spamassassin.c
10215         * src/plugins/spamassassin/spamassassin.h
10216         * src/plugins/spamassassin/spamassassin_gtk.c
10217                 Merge spamassassin and spamassassin_gtk plugins,
10218                 and build it by default.
10219
10220 2005-11-12 [colin]      1.9.100cvs9
10221
10222         * src/etpan/imap-thread.c
10223                 Fix gcc warning
10224
10225 2005-11-12 [colin]      1.9.100cvs8
10226
10227         * src/procmime.c
10228                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10229
10230 2005-11-10 [colin]      1.9.100cvs7
10231
10232         * src/main.c
10233                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10234                 minimised state)
10235
10236 2005-11-10 [wwp]        1.9.100cvs6
10237
10238         * src/gtk/description_window.c
10239                 fix a crash when closing description windows using the WM's [X] button
10240
10241 2005-11-09 [colin]      1.9.100cvs5
10242
10243         * src/common/ssl.c
10244                 Update libetpan call to follow upstream
10245                 (yes, this requires libetpan-0.40cvs3)
10246
10247 2005-11-08 [colin]      1.9.100cvs4
10248
10249         * src/compose.c
10250         * src/textview.c
10251         * src/common/utils.c
10252         * src/common/utils.h
10253                 Enhance the email parser
10254
10255 2005-11-08 [colin]      1.9.100cvs3
10256
10257         * src/procmime.c
10258                 Fix what looks like an off-by-one (fixes 
10259                 attachments from the Bat)
10260
10261 2005-11-08 [wwp]        1.9.100cvs2
10262
10263         * src/main.c
10264                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10265
10266 2005-11-08 [wwp]        1.9.100cvs1
10267
10268         * src/main.c
10269                 allow exiting Sylpheed-Claws from command-line
10270
10271 2005-11-08 [paul]       1.9.100
10272
10273         1.9.100 released
10274
10275 2005-11-07 [colin]      1.9.99cvs17
10276
10277         * src/addritem.c
10278         * src/ldif.c
10279                 Fix import of base-64 encoded items
10280
10281 2005-11-07 [colin]      1.9.99cvs16
10282
10283         * src/send_message.c
10284                 Fix bug #314 (Queue does not empty under certain 
10285                 circumstances)
10286
10287 2005-11-07 [paul]       1.9.99cvs15
10288
10289         * src/mutt.c
10290         * src/pine.c
10291                 fix buffer overflows
10292                 Thanks to Colin
10293
10294 2005-11-07 [paul]       1.9.99cvs14
10295
10296         * doc/man/Makefile.am
10297         * doc/man/sylpheed-claws.1      ** ADDED **
10298         * doc/man/sylpheed.1            ** DELETED **
10299                 rename and update the man file
10300
10301 2005-11-06 [colin]      1.9.99cvs13
10302
10303         * src/ldif.c
10304                 Fix ldif_get_line() that returned empty strings
10305                 (Didn't understand why). Also fix a possible
10306                 buffer overflow.
10307
10308 2005-11-06 [wwp]        1.9.99cvs12
10309
10310         * src/textview.c
10311         * src/gtk/about.c
10312         * src/gtk/gtkutils.c
10313         * src/gtk/gtkutils.h
10314                 fix a compilation warning,
10315                 make links sensitive in the about dialog
10316
10317 2005-11-04 [wwp]        1.9.99cvs11
10318
10319         * src/gtk/about.c
10320                 don't wrap or translate URIs, and a bit text format cleanup
10321
10322 2005-11-04 [wwp]        1.9.99cvs10
10323
10324         * src/gtk/about.c
10325                 better textview tagging implementation (no more use of marks for
10326                 postponed tagging)
10327
10328 2005-11-02 [colin]      1.9.99cvs9
10329
10330         * src/common/ssl.c
10331                 Forgot an ifdef
10332
10333 2005-11-02 [colin]      1.9.99cvs8
10334
10335         * configure.ac
10336                 Require libetpan-0.40 due to upstream fix
10337         * src/common/ssl.c
10338                 Tell libetpan not to call SSL_Library_Init,
10339                 as we do it ourselves.
10340
10341 2005-11-02 [colin]      1.9.99cvs7
10342
10343         * po/POTFILES.in
10344                 Add missing files (thanks to Fabien Vantard)
10345
10346 2005-11-02 [colin]      1.9.99cvs6
10347
10348         * src/summaryview.c
10349                 Fix totals when read messages are hidden or quicksearch
10350                 is on
10351         * src/ssl_manager.c
10352         * src/ssl_manager.h
10353         * src/common/ssl_certificate.c
10354         * src/common/ssl_certificate.h
10355         * src/gtk/sslcertwindow.c
10356         * src/gtk/sslcertwindow.h
10357                 Fix copyright on my stuff
10358
10359 2005-11-02 [wwp]        1.9.99cvs5
10360
10361         * src/prefs_themes.c
10362                 fix directory name checking (theme installation/removal),
10363                 made related error a bit more verbose
10364
10365 2005-11-02 [colin]      1.9.99cvs4
10366
10367         * src/summaryview.c
10368                 Fix typo (probably fixes bug #841 (Sort by the From 
10369                 field doesn't work)
10370
10371 2005-11-02 [paul]       1.9.99cvs3
10372
10373         * po/ko.po
10374         * po/nb.po
10375                 updated by SungHyun Nam, Geir Helland
10376         * src/wizard.c
10377                 fix typo in welcome message. spotted by
10378                 Andrea Spadaccini
10379
10380 2005-11-01 [colin]      1.9.99cvs2
10381
10382         * src/compose.c
10383                 Fix replying to ml wen confirming subscription
10384         * src/messageview.c
10385         * src/mimeview.c
10386         * src/mimeview.h
10387         * src/privacy.h
10388         * src/summaryview.c
10389                 Make key check non blocking
10390
10391 2005-10-31 [paul]       1.9.99cvs1
10392
10393         * tools/claws.i18n.status.pl
10394                 updated for ChangeLog
10395
10396 2005-10-31 [paul]       1.9.99
10397
10398         1.9.99 released
10399
10400 2005-10-31 [paul]       1.9.15cvs131
10401
10402         * .cvsignore
10403         * ChangeLog
10404         * ChangeLog.claws       ** REMOVED **
10405         * ChangeLog-gtk2.claws  ** REMOVED **
10406         * ChangeLog.gtk1        ** ADDED **
10407         * INSTALL
10408         * Makefile.am
10409         * NEWS
10410         * README
10411         * README.claws          ** REMOVED **
10412         * README.jp             ** REMOVED **
10413         * RELEASE_NOTES         ** ADDED **
10414         * RELEASE_NOTES.claws   ** REMOVED **
10415         * commitHelper
10416         * configure.ac
10417         * sylpheed.spec.in      ** REMOVED **
10418                 tidy up and update the default docs:
10419                 ChangeLog.claws is renamed ChangeLog.gtk1
10420                 ChangeLog-gtk2.claws is renamed ChangeLog
10421                 README.claws is renamed README
10422                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10423
10424 2005-10-31 [paul]       1.9.15cvs130
10425
10426         * po/it.po
10427                 fix errors
10428
10429 2005-10-31 [paul]       1.9.15cvs129
10430
10431         * po/ca.po
10432         * po/de.po
10433         * po/en_GB.po
10434         * po/fr.po
10435         * po/it.po
10436         * po/pt_BR.po
10437         * po/sk.po
10438         * po/sr.po
10439         * po/zh_CN.po
10440                 updated by Miquel Oliete, Stephan Sachse and
10441                 Thomas Gilgin, me, Fabien Vantard, Andrea
10442                 Spadaccini, Frederico Goncalves Guimaraes,
10443                 Andrej Kacian, Aleksandar Urosevic, and
10444                 Ralgh Young.
10445
10446 2005-10-31 [mones]      1.9.15cvs128
10447
10448         * manual/faq.xml
10449                 More questions.
10450         
10451         * po/es.po
10452                 Updated for release.
10453
10454 2005-10-30 [colin]      1.9.15cvs127
10455
10456         * src/compose.c
10457                 Place cursor before rewrapping (fixes cursor
10458                 pos if quotation gets rewrapped)
10459
10460 2005-10-29 [paul]       1.9.15cvs126
10461
10462         * src/crash.c
10463         * src/foldersel.c
10464         * src/main.c
10465         * src/messageview.c
10466         * src/toolbar.c
10467         * src/gtk/authors.h
10468                 corrections to text items
10469
10470 2005-10-28 [colin]      1.9.15cvs125
10471
10472         * src/messageview.c
10473                 Make "hit 'C' to check sig" work from extern 
10474                 messageviews
10475
10476 2005-10-27 [colin]      1.9.15cvs124
10477
10478         * src/summaryview.c
10479                 Add a hack to avoid segfaulting when hammering 
10480                 on gtk's events
10481
10482 2005-10-27 [wwp]        1.9.15cvs123
10483
10484         * src/prefs_themes.c
10485                 sort list of themes names in themes prefs
10486
10487 2005-10-27 [paul]       1.9.15cvs122
10488
10489         * src/folder.c
10490         * src/prefs_account.c
10491                 fix building on Solaris
10492                 Patch by Alex Moore
10493
10494 2005-10-27 [wwp]        1.9.15cvs121
10495
10496         * src/summaryview.c
10497         * src/gtk/gtksctree.c
10498                 speed up unselecting messages in summary view (thanks to Colin)
10499
10500 2005-10-27 [paul]       1.9.15cvs120
10501
10502         * src/mainwindow.c
10503                 fix a compilation warning
10504         * src/summaryview.c
10505                 fix updating of 'n items selected' count
10506                 when deselecting
10507
10508 2005-10-27 [martin]     1.9.15cvs119
10509
10510         * src/action.c
10511                 ignore actions with a leading '/' in the action menu name
10512                 fixes a crash on menu creation
10513         * src/prefs_actions.c
10514                 do not allow a leading '/' in the action menu name
10515
10516 2005-10-27 [paul]       1.9.15cvs118
10517
10518         * src/main.c
10519                 fix compilation warning
10520
10521 2005-10-27 [paul]       1.9.15cvs117
10522
10523         * src/procmime.c
10524                 add #if HAVE_LOCALE_H
10525
10526 2005-10-27 [paul]       1.9.15cvs116
10527
10528         * src/plugins/clamav/clamav_plugin.c
10529         * src/plugins/dillo_viewer/dillo_viewer.c
10530         * src/plugins/mathml_viewer/mathml_viewer.c
10531         * src/plugins/pgpcore/plugin.c
10532         * src/plugins/pgpinline/plugin.c
10533         * src/plugins/pgpmime/plugin.c
10534         * src/plugins/spamassassin/spamassassin.c
10535         * src/plugins/trayicon/trayicon.c
10536                 plugin_init() : make error messages more
10537                 informative
10538
10539 2005-10-26 [wwp]        1.9.15cvs115
10540
10541         * src/prefs_matcher.c
10542                 enlarge boolean op widget width a bit (wasn't always showing text contents)
10543
10544 2005-10-26 [wwp]        1.9.15cvs114
10545
10546         * src/procmime.c
10547         * src/gtk/gtksctree.c
10548         * src/plugins/spamassassin/libspamc.c
10549         * src/plugins/spamassassin/spamassassin.c
10550                 fix some compilation warnings more
10551
10552 2005-10-26 [mones]      1.9.15cvs113
10553
10554         * po/es.po
10555                 Updated translation
10556
10557 2005-10-26 [paul]       1.9.15cvs112
10558
10559         * src/prefs_message.c
10560                 give all display_xface stuff the
10561                 #if HAVE_LIBCOMPFACE treatment, thus
10562                 preventing a crash
10563                 (Thanks to Wolfgang Enderlein)
10564
10565 2005-10-26 [colin]      1.9.15cvs111
10566
10567         * src/gedit-print.c
10568                 Fix date format
10569         * src/imap_gtk.c
10570         * src/news_gtk.c
10571                 Remove context menu items that should not be there
10572         * src/jpilot.c
10573                 Fix encoding
10574         * src/main.c
10575         * src/mainwindow.c
10576                 Don't show the mainwindow too soon
10577
10578 2005-10-26 [wwp]        1.9.15cvs110
10579
10580         * src/folder.c
10581         * src/manual.c
10582         * src/summaryview.c
10583                 fix uninitialized pointers in the folder updating hook
10584                 (thanks to Colin)
10585
10586 2005-10-25 [mones]      1.9.15cvs109
10587
10588         * manual/faq.xml
10589                 General information subsection completed. 
10590                 Removed archaic references.
10591                 
10592         * manual/Makefile
10593         * manual/dtd/manual.dsl
10594                 Added customization stylesheet for getting paragraphs
10595                 fully justified in PDF output (as suggested by Colin).
10596
10597 2005-10-25 [colin]      1.9.15cvs108
10598
10599         * src/compose.c
10600                 Fix a second leak
10601
10602 2005-10-25 [colin]      1.9.15cvs107
10603
10604         * src/addrbook.c
10605         * src/addrindex.c
10606                 Fix leak (xml_get_element() allocates memory)
10607         * src/compose.c
10608                 Fix leak + dead code (shame!)
10609         * src/procmime.c
10610                 Fix leak
10611
10612 2005-10-25 [colin]      1.9.15cvs106
10613
10614         * src/mimeview.c
10615                 Fix encoding issue in Save all and in 
10616                 overwrite-confirmation alertpanel
10617
10618 2005-10-25 [colin]      1.9.15cvs105
10619
10620         * src/common/socket.c
10621                 Fix a leak - Thanks to Christopher Aillon
10622                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
10623
10624 2005-10-25 [paul]       1.9.15cvs104
10625
10626         * src/wizard.c
10627                 Always guess servers from the right-hand
10628                 email part and guess username from the
10629                 left-hand part. (Thanks to Colin)
10630                 add an X-Face to the welcome message
10631
10632 2005-10-25 [paul]       1.9.15cvs103
10633
10634         * manual/handling.xml
10635                 written by Colin, edited by me
10636
10637 2005-10-25 [wwp]        1.9.15cvs102
10638
10639         * src/folderview.c
10640         * src/grouplistdialog.c
10641         * src/imap.c
10642         * src/noticeview.c
10643                 fix some compilation warnings
10644
10645 2005-10-24 [paul]
10646
10647         1.9.99-rc3 released
10648
10649 2005-10-24 [paul]       1.9.15cvs101
10650
10651         * src/gtk/about.c
10652                 fix window sizing
10653
10654 2005-10-24 [paul]       1.9.15cvs100
10655
10656         * src/pixmaps/offline.xpm
10657         * src/pixmaps/online.xpm
10658                 replace with last default versions
10659
10660 2005-10-24 [colin]      1.9.15cvs99
10661
10662         * src/imap.c
10663                 Fix bug when moving a folder
10664         * src/imap_gtk.c
10665         * src/mh_gtk.c
10666                 "Delete folder" pops up a window, so it 
10667                 should be suffixed with "..."
10668         * src/plugins/pgpcore/sgpgme.c
10669                 Include locale.h
10670
10671 2005-10-24 [mones]      1.9.15cvs98
10672
10673         * manual/Makefile
10674         * manual/account.xml
10675         * manual/ack.xml
10676         * manual/addrbook.xml
10677         * manual/advanced.xml
10678         * manual/faq.xml
10679         * manual/glossary.xml
10680         * manual/gpl.xml
10681         * manual/handling.xml
10682         * manual/intro.xml
10683         * manual/keyboard.xml
10684         * manual/manual.xml
10685         * manual/plugins.xml
10686         * manual/starting.xml
10687         * manual/dtd/sdocbook.dtd
10688                 Initial manual structure and some content.
10689
10690 2005-10-23 [wwp]        1.9.15cvs97
10691
10692         * src/gtk/about.c
10693                 fix a typo
10694
10695 2005-10-23 [wwp]        1.9.15cvs96
10696
10697         * src/gtk/about.c
10698         * src/gtk/authors.h
10699                 rework of the about window (main work by Paul), also featuring a few
10700                 fixes for typos and duplicate names
10701
10702 2005-10-23 [wwp]        1.9.15cvs95
10703
10704         * src/.cvsignore
10705                 Ignore the right binary name (sylpheed-claws now)
10706
10707 2005-10-23 [paul]       1.9.15cvs94
10708
10709         * src/compose.c
10710                 when using Folder Pref 'Default To for
10711                 replies' make the entry in the Compose
10712                 window bold
10713                 Patch by Fabien Vantard
10714
10715 2005-10-22 [colin]      1.9.15cvs93
10716
10717         * src/codeconv.c
10718                 Fix leak
10719
10720 2005-10-22 [colin]      1.9.15cvs92
10721
10722         * src/codeconv.c
10723                 try to convert using locale (apart utf8) if necessary
10724
10725 2005-10-22 [colin]      1.9.15cvs91
10726
10727         * src/pixmaps/new.xpm
10728         * src/pixmaps/unread.xpm
10729                 Make the unread envelope blue again and
10730                 saturate the new one a bit more.
10731
10732 2005-10-22 [colin]      1.9.15cvs90
10733
10734         * src/compose.c
10735                 When replying to a mail sent by one of our accounts,
10736                 use the original list of recipients. Let 'Reply All'
10737                 and 'Reply to sender' work like previously.
10738
10739 2005-10-21 [colin]      1.9.15cvs89
10740
10741         * src/prefs_filtering.c
10742                 Clear fields after add and replace
10743         * src/textview.c
10744                 Display xface differently (better)
10745         * src/plugins/pgpinline/pgpinline.c
10746                 Fix crappy encodings/recodings
10747
10748 2005-10-21 [paul]       1.9.15cvs88
10749
10750         * src/compose.c
10751         * src/prefs_folder_item.c
10752         * src/toolbar.c
10753                 fix news folder Folder Properties
10754                 (thanks to Colin)
10755         * src/folderview.c
10756                 update folderview after Themes change
10757                 keep selected folder selected
10758                 (thanks to Colin)
10759
10760 2005-10-21 [paul]       1.9.15cvs87
10761
10762         * tools/Makefile.am
10763         * tools/OOo2sylpheed.pl
10764         * tools/README
10765         * tools/README.sylprint
10766         * tools/asus_mailled.sh         ** REMOVED **
10767         * tools/filter_conv.pl
10768         * tools/freshmeat_search.pl
10769         * tools/google_search.pl
10770         * tools/gpg-sign-syl            ** REMOVED **
10771         * tools/kmail2sylpheed.pl
10772         * tools/kmail2sylpheed_v2.pl
10773         * tools/multiwebsearch.pl
10774         * tools/nautilus2sylpheed.sh
10775         * tools/newscache_clean.pl
10776         * tools/outlook2sylpheed.pl
10777         * tools/sylpheed-switcher       ** REMOVED **
10778         * tools/sylprint.pl
10779         * tools/sylprint.rc
10780         * tools/tb2sylpheed
10781         * tools/vcard2xml.py
10782         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10783                 update default config dir
10784                 update binary name (thanks to Fabien Vantard)
10785                 remove obsolete scripts
10786
10787 2005-10-21 [colin]      1.9.15cvs86
10788
10789         * src/inc.c
10790                 Fix possible leak and units. Based on a patch by
10791                 Fabien Vantard.
10792
10793 2005-10-20 [colin]      1.9.15cvs85
10794
10795         * src/textview.c
10796                 Clear xface when clearing textview
10797
10798 2005-10-20 [colin]      1.9.15cvs84
10799
10800         * configure.ac
10801         * src/folderview.c
10802         * src/headerview.c
10803         * src/main.c
10804         * src/prefs_common.c
10805         * src/prefs_common.h
10806         * src/prefs_message.c
10807         * src/textview.c
10808         * src/textview.h
10809         * src/common/defs.h
10810         * src/common/utils.c
10811         * src/common/utils.h
10812         * src/gtk/gtkutils.c
10813         * src/gtk/gtkutils.h
10814                 Migrate config to .sylpheed-claws (Automatically)
10815                 Add a way to get the Xface in the TextView
10816
10817 2005-10-20 [colin]      1.9.15cvs83
10818
10819         * src/gtk/Makefile.am
10820         * src/gtk/about.c
10821         * src/gtk/authors.h
10822                 Make the about dialog *grooovy*
10823
10824 2005-10-20 [colin]      1.9.15cvs82
10825
10826         * src/mimeview.c
10827                 Use "Open with" on double click if no command
10828                 was found
10829
10830 2005-10-20 [colin]      1.9.15cvs81
10831
10832         * src/imap.c
10833         * src/etpan/imap-thread.c
10834                 Fix possible crash.
10835
10836 2005-10-20 [paul]       1.9.15cvs80
10837
10838         * src/folder.c
10839                 don't show clipkey icon if the only
10840                 attachment is the signature
10841                 Patch by Colin
10842
10843 2005-10-20 [paul]       1.9.15cvs79
10844
10845         * AUTHORS
10846         * src/plugins/pgpmime/pgpmime.c
10847                 name the PGP/MIME signature 'signature.asc'
10848                 Patch by Andrew Nelson <freeandy@gmail.com>
10849
10850 2005-10-19 [colin]      1.9.15cvs78
10851
10852         * src/plugins/pgpmime/pgpmime.c
10853                 Oops, no need to double-check though
10854
10855 2005-10-19 [colin]      1.9.15cvs77
10856
10857         * src/plugins/pgpinline/pgpinline.c
10858         * src/plugins/pgpmime/pgpmime.c
10859                 Check that my_tmpfile() doesn't 
10860                 return NULL
10861
10862 2005-10-19 [colin]      1.9.15cvs76
10863
10864         * src/common/utils.c
10865                 Use shorter mime boundaries to avoid having
10866                 MTAs rewrapping our headers, breaking the
10867                 PGP signature in the process 
10868         * src/compose.c
10869         * src/plugins/pgpmime/pgpmime.c
10870                 Check for boundary uniqueness to be sure
10871                 it won't happen, instead of hoping for the
10872                 best
10873
10874 2005-10-19 [colin]      1.9.15cvs75
10875
10876         * sylpheed-claws.desktop
10877         * src/Makefile.am
10878         * src/main.c
10879                 Ship a sylpheed-claws binary instead
10880                 of a sylpheed one. Change the socket
10881                 name, too
10882         * src/folderview.c
10883                 Update folder only if it changed
10884         * src/wizard.c
10885                 Fix i18n in welcome mail, patch by
10886                 Fabien Vantard
10887
10888 2005-10-19 [paul]
10889
10890         1.9.99-rc2 released
10891
10892 2005-10-19 [paul]       1.9.15cvs74
10893
10894         * src/folder.c
10895         * src/folderview.c
10896                 fix summaryview update
10897                 Patch by Colin
10898
10899 2005-10-18 [colin]      1.9.15cvs73
10900
10901         * src/plugins/pgpcore/passphrase.c
10902                 Don't XGrabServer, and try a bit more to 
10903                 sync everything before grabbing mouse/keyboard
10904
10905 2005-10-18 [colin]      1.9.15cvs72
10906
10907         * src/Makefile.am
10908         * src/addressadd.c
10909         * src/addressbook.c
10910         * src/folderview.c
10911         * src/grouplistdialog.c
10912         * src/mimeview.c
10913         * src/stock_pixmap.c
10914         * src/stock_pixmap.h
10915         * src/summaryview.c
10916         * src/gtk/gtksctree.c
10917         * src/gtk/gtksctree.h
10918         * src/pixmaps/empty.xpm
10919                 Implement a wrapper call for gtk_ctree_set_node_info
10920                 and gtk_ctree_insert_node, that uses a 1x1 transparent
10921                 pixmap instead of a NULL one. This works around some
10922                 memory problems deep inside gtk, revealed by valgrind,
10923                 and fixes bug #834 (Pressing CTRl-D on a message marked 
10924                 as locked crashes sylpheed.), as well as, probably, 
10925                 wwp's 4th dimension problems that happen in gtk_ctree_*.
10926
10927 2005-10-17 [colin]      1.9.15cvs71
10928
10929         * src/mimeview.c
10930                 Provide visual feedback when checking
10931                 signature
10932
10933 2005-10-17 [colin]      1.9.15cvs70
10934
10935         * src/main.c
10936                 Keep the folder list frozen while checking caches...
10937
10938 2005-10-17 [colin]      1.9.15cvs69
10939
10940         * src/addr_compl.c
10941                 Fi bug #833 (Autocompleting from addressbook 
10942                 fails with extended chars)
10943         * src/imap.c
10944                 Fix 'adding messages' staying in statusbar
10945                 after an error
10946
10947 2005-10-17 [wwp]        1.9.15cvs68
10948
10949         * src/ssl_manager.c
10950                 Fix buttons' layout resizing when window size changes
10951
10952 2005-10-17 [wwp]        1.9.15cvs67
10953
10954         * src/account.c
10955         * src/prefs_account.c
10956         * src/prefs_common.c
10957         * src/prefs_common.h
10958         * src/prefs_folder_item.c
10959         * src/prefs_gtk.c
10960         * src/gtk/logwindow.c
10961         * src/gtk/pluginwindow.c
10962         * src/gtk/prefswindow.c
10963         * src/gtk/prefswindow.h
10964                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
10965
10966 2005-10-17 [paul]       1.9.15cvs66
10967
10968         * configure.ac
10969                 fix missing libetpan message
10970         * po/en_GB.po
10971                 updated
10972         * src/crash.c
10973         * src/manual.c
10974         * src/prefs_themes.c
10975         * src/common/defs.h
10976                 add some new URI defines, change some
10977                 others
10978         * src/wizard.c
10979                 make welcome message translatable
10980                 small improvements to english
10981                 other tweaks
10982         * src/gtk/menu.c
10983                 fix warnings
10984
10985 2005-10-17 [paul]       1.9.15cvs65
10986
10987         * src/summaryview.c
10988                 fix column titles
10989
10990 2005-10-16 [mones]      1.9.15cvs64
10991
10992         * po/es.po
10993                 Updated translation
10994
10995 2005-10-16 [colin]
10996
10997         1.9.99-rc1 released
10998
10999 2005-10-16 [colin]      1.9.15cvs63
11000
11001         * src/wizard.c
11002                 Fix whitespace
11003
11004 2005-10-16 [colin]      1.9.15cvs62
11005
11006         * src/toolbar.c
11007                 s/Get All/Get Mail/
11008         * src/wizard.c
11009                 Real welcome mail text, thanks Paul
11010
11011 2005-10-16 [colin]      1.9.15cvs61
11012
11013         * src/editldap.c
11014         * src/exporthtml.c
11015         * src/main.c
11016         * src/mainwindow.c
11017         * src/prefs_themes.c
11018         * src/prefs_toolbar.c
11019         * src/plugins/demo/demo.c
11020         * src/plugins/trayicon/trayicon.c
11021                 s/Sylpheed/Sylpheed-Claws/
11022
11023 2005-10-16 [colin]      1.9.15cvs60
11024
11025         * src/wizard.c
11026                 Add a welcome email in the first empty mailbox
11027         * src/prefs_common.c
11028                 Change one more default
11029
11030 2005-10-16 [colin]      1.9.15cvs59
11031
11032         * src/wizard.c
11033                 Remove printf
11034
11035 2005-10-16 [colin]      1.9.15cvs58
11036
11037         * src/toolbar.c
11038         * src/prefs_common.c
11039                 Change some defaults
11040
11041 2005-10-16 [colin]      1.9.15cvs57
11042
11043         * src/toolbar.c
11044         * src/prefs_common.c
11045                 Change some defaults
11046
11047 2005-10-16 [colin]      1.9.15cvs56
11048
11049         * src/wizard.c
11050                 By default, initialize fonts to have
11051                 the same size as normal GtkWidgets
11052
11053 2005-10-16 [colin]      1.9.15cvs55
11054
11055         * src/mimeview.c
11056                 Fix message a bit more
11057
11058 2005-10-16 [colin]      1.9.15cvs54
11059
11060         * src/addressbook.c
11061                 Second attempt at flicker fixing
11062
11063 2005-10-16 [colin]      1.9.15cvs53
11064
11065         * src/addressbook.c
11066                 Fix flicker
11067
11068 2005-10-16 [wwp]        1.9.15cvs52
11069
11070         * src/addressbook.c
11071         * src/editaddress.c
11072         * src/prefs_common.c
11073         * src/prefs_common.h
11074                 Remember window sizes (address book)
11075
11076 2005-10-16 [wwp]        1.9.15cvs51
11077
11078         * src/plugins/clamav/clamav_plugin_gtk.c
11079         * src/plugins/spamassassin/spamassassin_gtk.c
11080                 Fix compilation warnings (missing #include).
11081
11082 2005-10-16 [colin]      1.9.15cvs50
11083
11084         * src/mimeview.c
11085         * src/summaryview.c
11086         * src/textview.c
11087                 Make 'c' check signature, and forward
11088                 c, l, y, t from summaryview to mimeview
11089
11090 2005-10-16 [colin]      1.9.15cvs49
11091
11092         * src/addressbook.c
11093                 Put border around buttons
11094         * src/mainwindow.c
11095         * src/summaryview.c
11096                 Rework menus (Patch based on a patch
11097                 by Paul)
11098
11099 2005-10-15 [wwp]        1.9.15cvs48
11100
11101         * src/editjpilot.c
11102         * src/editldap.c
11103         * src/editvcard.c
11104         * src/exphtmldlg.c
11105         * src/expldifdlg.c
11106         * src/export.c
11107         * src/import.c
11108         * src/importldif.c
11109         * src/importmutt.c
11110         * src/importpine.c
11111         * src/prefs_account.c
11112         * src/prefs_spelling.c
11113         * src/gtk/gtkutils.c
11114         * src/gtk/gtkutils.h
11115         * src/plugins/clamav/clamav_plugin_gtk.c
11116         * src/plugins/spamassassin/spamassassin_gtk.c
11117                 use nicer browse-for-file/dir buttons than the "..." ones,
11118                 code factorizing more.
11119
11120 2005-10-14 [colin]      1.9.15cvs47
11121
11122         * src/mainwindow.c
11123                 set relief on the account switcher so that people see it
11124                 grey out Create processing rules when no message is selected
11125         * src/prefs_filtering.c
11126                 ask before closing if the rule has not been modified, even if
11127                 it's not valid
11128         * src/prefs_matcher.c
11129                 fix sensitivity when entering the dialog
11130         * src/gtk/inputdialog.c
11131                 display a better icon on password ask
11132         * src/plugins/pgpcore/passphrase.c
11133                 make the dialog look better
11134
11135 2005-10-14 [paul]       1.9.15cvs46
11136
11137         * src/folderview.c
11138                 indicate presense of marked msgs in
11139                 unexpanded subfolders
11140
11141 2005-10-14 [paul]       1.9.15cvs45
11142
11143         * src/prefs_actions.c
11144         * src/prefs_common.c
11145         * src/prefs_common.h
11146         * src/prefs_filtering_action.c
11147         * src/prefs_matcher.c
11148         * src/prefs_template.c
11149                 remember window sizes
11150                 fix Info button size
11151
11152         Patches by wwp
11153
11154 2005-10-13 [colin]      1.9.15cvs44
11155
11156         * src/mimeview.c
11157         * src/noticeview.c
11158         * src/noticeview.h
11159                 Add a tooltip on the icon (optional) 
11160                 Get rid of the signature buttons and only
11161                 use the icon+tooltip
11162
11163 2005-10-13 [colin]      1.9.15cvs43
11164
11165         * src/noticeview.c
11166         * src/noticeview.h
11167                 Add hand cursor for hovering over icon
11168
11169 2005-10-13 [colin]      1.9.15cvs42
11170
11171         * src/summaryview.c
11172                 Fix crash when quicksearch's hidden 
11173                 at startup
11174
11175 2005-10-13 [colin]      1.9.15cvs41
11176
11177         * src/compose.c
11178                 Set subject when forwarding multiple mails
11179                 Check that other recipient than the default Cc or Bcc
11180                 have been set before sending.
11181
11182 2005-10-13 [colin]      1.9.15cvs40
11183
11184         * src/imap.c
11185                 Batch per-folder
11186                 Introduce locking, but don't use it yet
11187
11188 2005-10-13 [colin]      1.9.15cvs39
11189
11190         * src/gtk/quicksearch.c
11191                 Reset quicksearch when hiding it
11192                 Make sticky a real pref
11193
11194 2005-10-13 [colin]      1.9.15cvs38
11195
11196         * src/summaryview.c
11197                 Faster prefs apply
11198
11199 2005-10-13 [colin]      1.9.15cvs37
11200
11201         * src/mimeview.c
11202         * src/noticeview.c
11203         * src/noticeview.h
11204         * src/plugins/pgpcore/sgpgme.c
11205                 Make privacy icon clickable
11206                 Move Trust field in Full info
11207                 When trust is less than full, don't display
11208                 a warning icon
11209
11210 2005-10-13 [colin]      1.9.15cvs36
11211
11212         * src/folder.c
11213                 Batch on flags sync
11214         * src/folderview.c
11215                 Revert speed hack which is dangerous in fact
11216                 Apply prefs faster
11217
11218 2005-10-13 [colin]      1.9.15cvs35
11219
11220         * src/folder_item_prefs.c
11221                 Fix pref corruption on folder move. Patch
11222                 by wwp
11223
11224 2005-10-13 [paul]       1.9.15cvs34
11225
11226         * src/export.c
11227         * src/import.c
11228                 fix typos in g_warnings
11229         * src/prefs_account.c
11230                 add a file selector for Signature file
11231
11232         Patches by wwp
11233
11234 2005-10-12 [colin]      1.9.15cvs33
11235
11236         * src/mimeview.c
11237                 Provide a quick way to go back from a
11238                 signature's full info to the email part
11239
11240 2005-10-12 [colin]      1.9.15cvs32
11241
11242         * src/compose.c
11243                 Remove old hack of encoding signed mails with base64.
11244                 QP works equally well.
11245
11246 2005-10-12 [colin]      1.9.15cvs31
11247
11248         * src/crash.c
11249                 Replace deprecated GtkText with GtkTextView
11250         * src/imap.c
11251                 Fix a logic bug about counts in imap_select
11252                 (previously un-triggered)
11253         * src/mainwindow.c
11254         * src/summaryview.c
11255         * src/news.c
11256                 Allow local deletion of news posts
11257         * src/mimeview.c
11258                 Show GPG noticeview on the message/rfc822 part
11259                 in addition to the text/plain one
11260         * src/prefs_image_viewer.c
11261           src/plugins/pgpcore/prefs_gpg.c
11262                 Polish (set the label as part of the checkbox)
11263         * src/wizard.c
11264                 Don't sit there doing nothing after destroying
11265                 the window - return err
11266
11267 2005-10-11 [colin]      1.9.15cvs30
11268
11269         * src/folderview.c
11270                 Apply processing rules before showing folders.
11271                 Early folder show (before flags sync) will only
11272                 be done when there are no processing rules (nor
11273                 pre- or post- ones)
11274         * src/imap.c
11275                 Fix stuff related to mail subdir, creation and 
11276                 deletion of folders 
11277         * src/imap_gtk.c
11278                 Don't allow creation of folders in NoInferior
11279                 folders, as it won't work
11280
11281 2005-10-10 [colin]      1.9.15cvs29
11282
11283         * src/compose.c
11284                 Reselect "None" Privacy system when selecting an
11285                 account with no privacy system defined
11286
11287 2005-10-10 [colin]      1.9.15cvs28
11288
11289         * src/mainwindow.c
11290                 Add Windows-1252 encoding
11291         * src/prefs_common.c
11292                 Rework some defaults:
11293                 - autosave to draft by default
11294                 - don't show header pane (it's already in the textview)
11295                 - Select first new or unread mail on entry
11296                 - Assume 'Yes' to change folder when there's no more
11297                   unread message
11298         * src/prefs_matcher.c
11299                 Fix a gtk assertion failure
11300         * src/gtk/colorlabel.c
11301                 Workaround bad repainting on selection
11302         * src/main.c
11303                 Freeze/thaw (a bit faster on ssh -X)
11304         * src/msgcache.c
11305                 Get rid of StrdupConverter that just adds an
11306                 extra strdup/free 
11307         * src/etpan/imap_thread.c
11308                 memset buf to 0
11309
11310 2005-10-10 [colin]      1.9.15cvs27
11311
11312         * src/export.c
11313         * src/import.c
11314                 Fix compile on gtk 2.4. Patch by wwp
11315
11316 2005-10-09 [colin]      1.9.15cvs26
11317
11318         * src/mainwindow.c
11319         * src/messageview.c
11320         * src/summaryview.c
11321                 Clarify forward menus. Patch by wwp
11322
11323 2005-10-09 [colin]      1.9.15cvs25
11324
11325         * src/compose.c
11326         * src/compose.h
11327                 Fix bug #829 (Non-working "Encrypt message by 
11328                 default when replying to an encrypted message")
11329
11330 2005-10-08 [colin]      1.9.15cvs24
11331
11332         * src/wizard.c
11333                 Fix bug #827 ("Welcome" setup wizard after a 
11334                 permission error gives up & forgets itself.)
11335
11336 2005-10-08 [colin]      1.9.15cvs23
11337
11338         * src/procmime.c
11339                 Fix bug #828 (Ignoring headers with spaces around = sign)
11340
11341 2005-10-08 [colin]      1.9.15cvs22
11342
11343         * src/export.c
11344                 Warning fix by wwp
11345
11346 2005-10-08 [colin]      1.9.15cvs21
11347
11348         * src/folder.c
11349         * src/folder.h
11350                 Add a processing_pending indicator, set on 
11351                 folder_item_open and cleared after 
11352                 folder_item_process_open
11353         * src/folderview.c
11354         * src/summaryview.c
11355                 wrap procmsg_msginfo_*_flags, and in the
11356                 wrapper check that there's no folder processing 
11357                 pending. If there is, defer the flags change until 
11358                 processing is done to avoid stepping over each
11359                 other's toes.
11360                 Freeze during processing, but not during scanning.
11361
11362 2005-10-07 [colin]      1.9.15cvs20
11363
11364         * src/plugins/pgpcore/passphrase.c
11365                 Fix bug #826 (X-Server hangs when 
11366                 right-clicking a PGP encrypted message)
11367
11368 2005-10-07 [paul]       1.9.15cvs19
11369
11370         * src/compose.c
11371                 fix compose_entries[]
11372                 patch by Fabien Vantard
11373
11374 2005-10-06 [colin]      1.9.15cvs18
11375
11376         * src/pixmaps/address.xpm
11377         * src/pixmaps/address_book.xpm
11378         * src/pixmaps/book.xpm
11379         * src/pixmaps/check_spelling.xpm
11380         * src/pixmaps/checkbox_off.xpm
11381         * src/pixmaps/checkbox_on.xpm
11382         * src/pixmaps/close.xpm
11383         * src/pixmaps/complete.xpm
11384         * src/pixmaps/continue.xpm
11385         * src/pixmaps/deleted.xpm
11386         * src/pixmaps/down_arrow.xpm
11387         * src/pixmaps/exec.xpm
11388         * src/pixmaps/forwarded.xpm
11389         * src/pixmaps/group.xpm
11390         * src/pixmaps/ignorethread.xpm
11391         * src/pixmaps/interface.xpm
11392         * src/pixmaps/jpilot.xpm
11393         * src/pixmaps/ldap.xpm
11394         * src/pixmaps/linewrap.xpm
11395         * src/pixmaps/linewrapcurrent.xpm
11396         * src/pixmaps/mail.xpm
11397         * src/pixmaps/mail_attach.xpm
11398         * src/pixmaps/mail_compose.xpm
11399         * src/pixmaps/mail_forward.xpm
11400         * src/pixmaps/mail_receive.xpm
11401         * src/pixmaps/mail_receive_all.xpm
11402         * src/pixmaps/mail_reply.xpm
11403         * src/pixmaps/mail_reply_to_all.xpm
11404         * src/pixmaps/mail_reply_to_author.xpm
11405         * src/pixmaps/mail_send.xpm
11406         * src/pixmaps/mail_send_queue.xpm
11407         * src/pixmaps/mime_application.xpm
11408         * src/pixmaps/mime_audio.xpm
11409         * src/pixmaps/mime_image.xpm
11410         * src/pixmaps/mime_message.xpm
11411         * src/pixmaps/mime_text_enriched.xpm
11412         * src/pixmaps/mime_text_html.xpm
11413         * src/pixmaps/mime_text_plain.xpm
11414         * src/pixmaps/mime_unknown.xpm
11415         * src/pixmaps/new.xpm
11416         * src/pixmaps/news_compose.xpm
11417         * src/pixmaps/offline.xpm
11418         * src/pixmaps/online.xpm
11419         * src/pixmaps/paste.xpm
11420         * src/pixmaps/preferences.xpm
11421         * src/pixmaps/privacy_emblem_encrypted.xpm
11422         * src/pixmaps/privacy_expired.xpm
11423         * src/pixmaps/privacy_failed.xpm
11424         * src/pixmaps/privacy_passed.xpm
11425         * src/pixmaps/privacy_signed.xpm
11426         * src/pixmaps/privacy_unknown.xpm
11427         * src/pixmaps/privacy_warn.xpm
11428         * src/pixmaps/properties.xpm
11429         * src/pixmaps/replied.xpm
11430         * src/pixmaps/search.xpm
11431         * src/pixmaps/unread.xpm
11432         * src/pixmaps/up_arrow.xpm
11433         * src/pixmaps/vcard.xpm
11434                 Modernize internal theme, with icons from the 
11435                 Gnomaws theme. Keep some of the old ones where
11436                 they were better.
11437
11438 2005-10-06 [colin]      1.9.15cvs17
11439
11440         * src/summaryview.c
11441                 Little optimisations + bugfix
11442         * src/toolbar.c
11443                 Remove default useless items - useless being defined
11444                 by the default relevant prefs
11445         * src/wizard.c
11446                 include config.h to make gettext work
11447         * src/prefs_themes.c
11448                 Fix selection of current theme in prefs
11449
11450 2005-10-06 [colin]      1.9.15cvs16
11451
11452         * src/prefs_common.c
11453         * src/prefs_common.h
11454         * src/prefs_summaries.c
11455         * src/folderview.c
11456                 Add a warning dialog on Mark all read 
11457                 (with pref to get rid of it)
11458
11459 2005-10-06 [paul]       1.9.15cvs15
11460
11461         * po/nb.po
11462         * po/pt_BR.po
11463                 updated by Geir Helland and Frederico
11464                 Goncalves Guimaraes
11465
11466 2005-10-05 [colin]      1.9.15cvs14
11467
11468         * src/folder.c
11469         * src/folder.h
11470         * src/folderview.c
11471         * src/folderview.h
11472         * src/imap_gtk.c
11473         * src/mh_gtk.c
11474         * src/mainwindow.c
11475         * src/setup.c
11476                 add a way to rescan without rebuilding
11477                 make moving a bit faster (less folders changes)
11478                 don't lock the tree on Get 
11479         * src/imap.c
11480                 Don't re-delete deleted messages before expunging
11481         * src/summaryview.c
11482                 Set batch mode when deleting mails
11483
11484 2005-10-05 [paul]       1.9.15cvs13
11485
11486         * src/mainwindow.c
11487         * src/mainwindow.h
11488                 fix disabled Execute menu item
11489         * src/toolbar.c
11490                 match the change in 1.9.15cvs10: use Compose
11491                 instead of News by default
11492
11493 2005-10-04 [colin]      1.9.15cvs12
11494
11495         * src/compose.c
11496                 When replying to an ML post with Reply-To set
11497                 to the poster's email, honor it (as before),
11498                 but also honor our user's request to reply to
11499                 the mailing list: set the ML address in the To
11500                 field and the Reply-To address in the Cc: 
11501                 field.
11502
11503 2005-10-04 [colin]      1.9.15cvs11
11504
11505         * src/plugins/trayicon/trayicon.c
11506                 Finish cosmetic change - thanks to wwp
11507
11508 2005-10-04 [colin]      1.9.15cvs10
11509
11510         * src/toolbar.c
11511                 Use Compose instead of Email by default.
11512                 Spotted by wwp.
11513
11514 2005-10-04 [colin]      1.9.15cvs9
11515
11516         * src/folder.c
11517         * src/folder.h
11518         * src/folderview.c
11519         * src/imap.c
11520         * src/etpan/imap-thread.c
11521         * src/etpan/imap-thread.h
11522                 Try to make IMAP faster, by simplifying SEARCH
11523                 commands, avoiding sending two STATUS in a row,
11524                 and deferring flags sync and processing just
11525                 after displaying the folder. 
11526                 This will update the SummaryView in certain
11527                 cases (new mails not already fetched, flags
11528                 changed from another client) but in a non-
11529                 blocking manner.
11530
11531 2005-10-04 [colin]      1.9.15cvs8
11532
11533         * src/plugins/trayicon/trayicon.c
11534                 Relabel "Offline" to "Work offline"
11535
11536 2005-10-04 [colin]      1.9.15cvs7
11537
11538         * src/export.c
11539         * src/import.c
11540         * src/mbox.c
11541                 Fix mbox import/export buglets
11542                 Patch by wwp
11543         * src/plugins/trayicon/trayicon.c
11544                 Add offline swithc
11545                 Patch by wwp
11546
11547 2005-10-04 [colin]      1.9.15cvs6
11548
11549         * src/folder.c
11550         * src/folderview.c
11551         * src/summaryview.c
11552                 Better fix (don't break mark all read) for cvs2
11553
11554 2005-10-03 [colin]      1.9.15cvs5
11555
11556         * src/folder.c
11557                 Use a sane sort by default
11558
11559 2005-10-03 [colin]      1.9.15cvs4
11560
11561         * src/inc.c
11562                 Add a 'Only once' button for overriding offline mode
11563         * src/prefs_account.c
11564         * src/wizard.c
11565                 Add Local mbox to the wizard
11566                 Add IMAP subdir to the wizard (or the wizard is useless
11567                 for such accounts, or even worse than useless)
11568                 Move IMAP subdir from Advanced to Receive tab, as it's
11569                 not that uncommon
11570
11571 2005-10-03 [colin]      1.9.15cvs3
11572
11573         * src/send_message.c
11574                 Forgot this one in cvs1
11575
11576 2005-10-03 [colin]      1.9.15cvs2
11577
11578         * src/folder.c
11579                 Faster close when leaving a folder with lots
11580                 of new mails. Idea by David Relson.
11581
11582 2005-10-03 [colin]      1.9.15cvs1
11583
11584         * src/compose.c
11585         * src/imap.c
11586         * src/inc.c
11587         * src/main.c
11588         * src/messageview.c
11589         * src/news.c
11590         * src/summaryview.c
11591         * src/gtk/sslcertwindow.c
11592         * src/plugins/trayicon/trayicon.c
11593                 Add accels to every AlertPanel. Patch by Fabien 
11594                 Vantard
11595
11596 2005-10-03 [paul]       1.9.15
11597
11598         1.9.15 released
11599
11600 2005-10-03 [paul]       1.9.14cvs68
11601
11602         * po/ca.po
11603         * po/de.po
11604         * po/es.po
11605         * po/fi.po
11606         * po/fr.po
11607         * po/sk.po
11608         * po/sr.po
11609         * po/zh_CN.po
11610                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11611                 Mones Lastra, Tommi Pirinen, Fabien vantard,
11612                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
11613
11614 2005-10-03 [paul]       1.9.14cvs67
11615
11616         * src/send_message.c
11617                 prevent hang on Cancel
11618                 patch by Colin
11619
11620 2005-10-03 [paul]       1.9.14cvs66
11621
11622         * src/main.c
11623                 fix crash in IMAP caused by discrepancy
11624                 between check_at_startup and offline mode
11625                 Patch by Colin
11626
11627 2005-10-01 [paul]       1.9.14cvs65
11628
11629         * src/inc.c
11630                 fix engrish
11631
11632 2005-10-01 [paul]       1.9.14cvs64
11633         * src/export.c
11634         * src/import.c
11635                 synchronise import_mbox() and export_mbox()
11636         * src/mbox.c
11637                 proc_mbox(): add alert if file cannot be opened
11638                 export_list_to_mbox(): test if dest file exists,
11639                 prompt user to overwrite if it does. add alert
11640                 if file cannot be created
11641                                                                 
11642         Patch by wwp
11643                                                                                                                 
11644
11645 2005-09-30 [paul]       1.9.14cvs63
11646
11647         * src/addressbook.c
11648                 Fix sensitivity of a menu
11649         * src/codeconv.c
11650                 Respect hidden pref for mails with no encoding
11651         * src/common/xml.c
11652                 Fix memory corruption
11653         * src/plugins/pgpcore/sgpgme.c
11654                 Fix segfault on incomplete sigs, and display
11655                 of S/Mime UIDs
11656
11657         Patches by Colin
11658
11659 2005-09-30 [colin]      1.9.14cvs62
11660
11661         * src/partial_download.c
11662                 Little logic fix in almost-dead code
11663         * src/pop.c
11664                 Fix partial download when there's no new mail
11665
11666 2005-09-29 [paul]       1.9.14cvs61
11667
11668         * src/plugins/pgpinline/pgpinline.c
11669                 fix bug 819, 'crash accessing sign message'
11670                 Patch by Colin
11671
11672 2005-09-28 [martin]     1.9.14cvs60
11673
11674         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11675                 fix bug #790 (Crash when restarting window manager (fluxbox))
11676
11677 2005-09-28 [paul]       1.9.14cvs59
11678
11679         * src/gtk/gtkaspell.c
11680                 fix off-by-one typo
11681
11682 2005-09-27 [colin]      1.9.14cvs58
11683
11684         * src/plugins/pgpcore/sgpgme.c
11685                 Report error when there's one, instead of
11686                 "Signature unchecked" 
11687
11688 2005-09-27 [colin]      1.9.14cvs57
11689
11690         * src/prefs_quote.c
11691                 Fix bug #816 (Weird quotation with spaces)
11692
11693 2005-09-27 [colin]      1.9.14cvs56
11694
11695         * src/codeconv.c
11696         * src/compose.c
11697         * src/compose.h
11698                 Put subject in compose's title
11699                 Fix Automatic encoding so that it's really automatic:
11700                 first try default locale's charset, then charset of the replied mail, 
11701                 then utf-8
11702                 Fix encoding of headers (must be in strict mode too)
11703
11704 2005-09-26 [colin]      1.9.14cvs55
11705
11706         * src/gtk/gtkaspell.c
11707                 Fix previous patch - don't color the space,
11708                 just uncolor it :)
11709
11710 2005-09-26 [colin]      1.9.14cvs54
11711
11712         * src/gtk/gtkaspell.c
11713                 Unmark space if possible
11714
11715 2005-09-26 [colin]      1.9.14cvs53
11716
11717         * src/imap.c
11718                 log_error instead of alertpanel according to the pref
11719         * src/etpan/imap-thread.c
11720                 Print connect status, copy only necessary size to 
11721                 logger
11722         * src/plugins/pgpmime/pgpmime.c
11723                 Handle S/Mime signatures (verification only). Patch based
11724                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
11725
11726 2005-09-26 [paul]       1.9.14cvs52
11727
11728         * src/common/passcrypt.c
11729                 this 'workaround' not necessary on NetBSD.
11730                 Thanks to Daniel Gustafson
11731
11732 2005-09-26 [paul]
11733
11734         1.9.15-rc4 released
11735
11736 2005-09-26 [paul]       1.9.14cvs51
11737
11738         * src/summaryview.c
11739                 Skip currently selected message when
11740                 looking for next new or unread message
11741                 in current folder. Patch by Colin
11742         * src/common/passcrypt.c
11743                 eliminate warnings on *BSD. Patch by
11744                 Daniel Gustafson
11745
11746 2005-09-26 [colin]      1.9.14cvs50
11747
11748         * src/procmsg.c
11749                 Call postfiltering hook anyway
11750
11751 2005-09-22 [colin]      1.9.14cvs49
11752
11753         * src/codeconv.c
11754         * src/codeconv.h
11755                 Add a strict mode that doesn't replace with _
11756         * src/compose.c
11757         * src/compose.h
11758                 Use strict conversion while sending
11759                 Fix race when drafting while sending (happens
11760                 on IMAP)
11761                 Fix d'n'd of messages from summaryview
11762         * src/prefs_common.c
11763         * src/prefs_common.h
11764                 add hidden utf8_instead_of_locale_for_broken_mail 
11765                 pref for people that preferred the default charset 
11766                 to be utf8 for broken mails
11767         * src/quote_fmt_parse.y
11768                 fix bug #815 (No quote insert if "From:" fied 
11769                 contained Russian letters)
11770         * src/summaryview.c
11771                 Fix d'n'd of messages to compose
11772
11773 2005-09-22 [paul]       1.9.14cvs48
11774
11775         * src/compose.c
11776                 fix bug where attachments Name entry
11777                 would display Path instead
11778
11779 2005-09-21 [paul]       1.9.14cvs47
11780
11781         * README
11782         * README.jp
11783         * configure.ac
11784         * config/config.rpath
11785         * doc/manual/en/sylpheed-20.html
11786         * doc/manual/es/sylpheed-20.html
11787         * po/bg.po
11788         * po/ca.po
11789         * po/de.po
11790         * po/es.po
11791         * po/fr.po
11792         * po/it.po
11793         * po/pt_BR.po
11794         * po/sk.po
11795         * po/zh_TW.po
11796         * src/account.c
11797         * src/account.h
11798         * src/action.c
11799         * src/action.h
11800         * src/adbookbase.h
11801         * src/addr_compl.c
11802         * src/addr_compl.h
11803         * src/addrbook.c
11804         * src/addrbook.h
11805         * src/addrcache.c
11806         * src/addrcache.h
11807         * src/addrcindex.c
11808         * src/addrcindex.h
11809         * src/addrclip.c
11810         * src/addrclip.h
11811         * src/addrdefs.h
11812         * src/addressadd.c
11813         * src/addressadd.h
11814         * src/addressbook.c
11815         * src/addressbook.h
11816         * src/addressitem.h
11817         * src/addrgather.c
11818         * src/addrgather.h
11819         * src/addrharvest.c
11820         * src/addrharvest.h
11821         * src/addrindex.c
11822         * src/addrindex.h
11823         * src/addritem.c
11824         * src/addritem.h
11825         * src/addrquery.c
11826         * src/addrquery.h
11827         * src/addrselect.c
11828         * src/addrselect.h
11829         * src/alertpanel.c
11830         * src/alertpanel.h
11831         * src/browseldap.c
11832         * src/browseldap.h
11833         * src/codeconv.c
11834         * src/codeconv.h
11835         * src/compose.c
11836         * src/compose.h
11837         * src/crash.c
11838         * src/crash.h
11839         * src/customheader.c
11840         * src/customheader.h
11841         * src/displayheader.c
11842         * src/displayheader.h
11843         * src/editaddress.c
11844         * src/editaddress.h
11845         * src/editbook.c
11846         * src/editbook.h
11847         * src/editgroup.c
11848         * src/editgroup.h
11849         * src/editjpilot.c
11850         * src/editjpilot.h
11851         * src/editldap.c
11852         * src/editldap.h
11853         * src/editldap_basedn.c
11854         * src/editldap_basedn.h
11855         * src/editvcard.c
11856         * src/editvcard.h
11857         * src/enriched.c
11858         * src/enriched.h
11859         * src/exphtmldlg.c
11860         * src/exphtmldlg.h
11861         * src/expldifdlg.c
11862         * src/expldifdlg.h
11863         * src/export.c
11864         * src/export.h
11865         * src/exporthtml.c
11866         * src/exporthtml.h
11867         * src/exportldif.c
11868         * src/exportldif.h
11869         * src/filtering.c
11870         * src/filtering.h
11871         * src/folder.c
11872         * src/folder.h
11873         * src/folder_item_prefs.c
11874         * src/folder_item_prefs.h
11875         * src/foldersel.c
11876         * src/foldersel.h
11877         * src/folderutils.c
11878         * src/folderutils.h
11879         * src/folderview.c
11880         * src/folderview.h
11881         * src/grouplistdialog.c
11882         * src/grouplistdialog.h
11883         * src/headerview.c
11884         * src/headerview.h
11885         * src/html.c
11886         * src/html.h
11887         * src/image_viewer.c
11888         * src/image_viewer.h
11889         * src/imap.c
11890         * src/imap.h
11891         * src/imap_gtk.c
11892         * src/imap_gtk.h
11893         * src/import.c
11894         * src/import.h
11895         * src/importldif.c
11896         * src/importldif.h
11897         * src/importmutt.c
11898         * src/importmutt.h
11899         * src/importpine.c
11900         * src/importpine.h
11901         * src/inc.c
11902         * src/inc.h
11903         * src/jpilot.c
11904         * src/jpilot.h
11905         * src/ldapctrl.c
11906         * src/ldapctrl.h
11907         * src/ldaplocate.c
11908         * src/ldaplocate.h
11909         * src/ldapquery.c
11910         * src/ldapquery.h
11911         * src/ldapserver.c
11912         * src/ldapserver.h
11913         * src/ldaputil.c
11914         * src/ldaputil.h
11915         * src/ldif.c
11916         * src/ldif.h
11917         * src/localfolder.c
11918         * src/localfolder.h
11919         * src/main.c
11920         * src/main.h
11921         * src/mainwindow.c
11922         * src/mainwindow.h
11923         * src/manual.c
11924         * src/manual.h
11925         * src/matcher.c
11926         * src/matcher.h
11927         * src/matcher_parser.h
11928         * src/matcher_parser_lex.l
11929         * src/matcher_parser_parse.y
11930         * src/mbox.c
11931         * src/mbox.h
11932         * src/message_search.c
11933         * src/message_search.h
11934         * src/messageview.c
11935         * src/messageview.h
11936         * src/mh.c
11937         * src/mh.h
11938         * src/mh_gtk.c
11939         * src/mh_gtk.h
11940         * src/mimeview.c
11941         * src/mimeview.h
11942         * src/msgcache.c
11943         * src/msgcache.h
11944         * src/mutt.c
11945         * src/mutt.h
11946         * src/news.c
11947         * src/news.h
11948         * src/news_gtk.c
11949         * src/news_gtk.h
11950         * src/noticeview.c
11951         * src/noticeview.h
11952         * src/partial_download.c
11953         * src/partial_download.h
11954         * src/pine.c
11955         * src/pine.h
11956         * src/pop.c
11957         * src/pop.h
11958         * src/prefs_account.c
11959         * src/prefs_account.h
11960         * src/prefs_actions.c
11961         * src/prefs_actions.h
11962         * src/prefs_common.c
11963         * src/prefs_common.h
11964         * src/prefs_compose_writing.c
11965         * src/prefs_compose_writing.h
11966         * src/prefs_customheader.c
11967         * src/prefs_customheader.h
11968         * src/prefs_display_header.c
11969         * src/prefs_display_header.h
11970         * src/prefs_ext_prog.c
11971         * src/prefs_ext_prog.h
11972         * src/prefs_filtering.c
11973         * src/prefs_filtering.h
11974         * src/prefs_filtering_action.c
11975         * src/prefs_filtering_action.h
11976         * src/prefs_folder_column.c
11977         * src/prefs_folder_column.h
11978         * src/prefs_folder_item.c
11979         * src/prefs_folder_item.h
11980         * src/prefs_fonts.c
11981         * src/prefs_fonts.h
11982         * src/prefs_gtk.c
11983         * src/prefs_gtk.h
11984         * src/prefs_image_viewer.c
11985         * src/prefs_image_viewer.h
11986         * src/prefs_matcher.c
11987         * src/prefs_matcher.h
11988         * src/prefs_message.c
11989         * src/prefs_message.h
11990         * src/prefs_msg_colors.c
11991         * src/prefs_msg_colors.h
11992         * src/prefs_other.c
11993         * src/prefs_other.h
11994         * src/prefs_quote.c
11995         * src/prefs_quote.h
11996         * src/prefs_receive.c
11997         * src/prefs_receive.h
11998         * src/prefs_send.c
11999         * src/prefs_send.h
12000         * src/prefs_spelling.c
12001         * src/prefs_spelling.h
12002         * src/prefs_summaries.c
12003         * src/prefs_summaries.h
12004         * src/prefs_summary_column.c
12005         * src/prefs_summary_column.h
12006         * src/prefs_template.c
12007         * src/prefs_template.h
12008         * src/prefs_themes.c
12009         * src/prefs_themes.h
12010         * src/prefs_toolbar.c
12011         * src/prefs_toolbar.h
12012         * src/prefs_wrapping.c
12013         * src/prefs_wrapping.h
12014         * src/privacy.c
12015         * src/privacy.h
12016         * src/procheader.c
12017         * src/procheader.h
12018         * src/procmime.c
12019         * src/procmime.h
12020         * src/procmsg.c
12021         * src/procmsg.h
12022         * src/quote_fmt.c
12023         * src/quote_fmt_parse.y
12024         * src/recv.c
12025         * src/recv.h
12026         * src/remotefolder.c
12027         * src/remotefolder.h
12028         * src/send_message.c
12029         * src/send_message.h
12030         * src/setup.c
12031         * src/setup.h
12032         * src/simple-gettext.c
12033         * src/sourcewindow.c
12034         * src/sourcewindow.h
12035         * src/ssl_manager.c
12036         * src/ssl_manager.h
12037         * src/statusbar.c
12038         * src/statusbar.h
12039         * src/stock_pixmap.c
12040         * src/stock_pixmap.h
12041         * src/summary_search.c
12042         * src/summary_search.h
12043         * src/summaryview.c
12044         * src/summaryview.h
12045         * src/syldap.c
12046         * src/syldap.h
12047         * src/textview.c
12048         * src/textview.h
12049         * src/toolbar.c
12050         * src/toolbar.h
12051         * src/undo.c
12052         * src/undo.h
12053         * src/unmime.c
12054         * src/unmime.h
12055         * src/vcard.c
12056         * src/vcard.h
12057         * src/wizard.c
12058         * src/wizard.h
12059         * src/common/base64.c
12060         * src/common/base64.h
12061         * src/common/defs.h
12062         * src/common/hooks.c
12063         * src/common/hooks.h
12064         * src/common/log.c
12065         * src/common/log.h
12066         * src/common/md5.c
12067         * src/common/md5.h
12068         * src/common/mgutils.c
12069         * src/common/mgutils.h
12070         * src/common/nntp.c
12071         * src/common/nntp.h
12072         * src/common/passcrypt.c
12073         * src/common/passcrypt.h.in
12074         * src/common/plugin.c
12075         * src/common/plugin.h
12076         * src/common/prefs.c
12077         * src/common/prefs.h
12078         * src/common/progressindicator.c
12079         * src/common/progressindicator.h
12080         * src/common/quoted-printable.c
12081         * src/common/quoted-printable.h
12082         * src/common/session.c
12083         * src/common/session.h
12084         * src/common/smtp.c
12085         * src/common/smtp.h
12086         * src/common/socket.c
12087         * src/common/socket.h
12088         * src/common/ssl.c
12089         * src/common/ssl.h
12090         * src/common/ssl_certificate.c
12091         * src/common/ssl_certificate.h
12092         * src/common/string_match.c
12093         * src/common/string_match.h
12094         * src/common/stringtable.c
12095         * src/common/sylpheed.c
12096         * src/common/sylpheed.h
12097         * src/common/template.c
12098         * src/common/template.h
12099         * src/common/timing.h
12100         * src/common/utils.c
12101         * src/common/utils.h
12102         * src/common/uuencode.c
12103         * src/common/uuencode.h
12104         * src/common/version.h.in
12105         * src/common/xml.c
12106         * src/common/xml.h
12107         * src/common/xmlprops.c
12108         * src/common/xmlprops.h
12109         * src/gtk/about.c
12110         * src/gtk/about.h
12111         * src/gtk/colorlabel.c
12112         * src/gtk/colorlabel.h
12113         * src/gtk/colorsel.c
12114         * src/gtk/colorsel.h
12115         * src/gtk/description_window.c
12116         * src/gtk/description_window.h
12117         * src/gtk/filesel.c
12118         * src/gtk/filesel.h
12119         * src/gtk/foldersort.c
12120         * src/gtk/foldersort.h
12121         * src/gtk/gtkutils.c
12122         * src/gtk/gtkutils.h
12123         * src/gtk/inputdialog.c
12124         * src/gtk/inputdialog.h
12125         * src/gtk/logwindow.c
12126         * src/gtk/logwindow.h
12127         * src/gtk/manage_window.c
12128         * src/gtk/manage_window.h
12129         * src/gtk/menu.c
12130         * src/gtk/menu.h
12131         * src/gtk/pluginwindow.c
12132         * src/gtk/pluginwindow.h
12133         * src/gtk/prefswindow.c
12134         * src/gtk/prefswindow.h
12135         * src/gtk/progressdialog.c
12136         * src/gtk/progressdialog.h
12137         * src/gtk/quicksearch.c
12138         * src/gtk/quicksearch.h
12139         * src/gtk/sslcertwindow.c
12140         * src/gtk/sslcertwindow.h
12141         * src/plugins/clamav/clamav_plugin.c
12142         * src/plugins/clamav/clamav_plugin.h
12143         * src/plugins/clamav/clamav_plugin_gtk.c
12144         * src/plugins/demo/demo.c
12145         * src/plugins/dillo_viewer/dillo_prefs.c
12146         * src/plugins/dillo_viewer/dillo_prefs.h
12147         * src/plugins/dillo_viewer/dillo_viewer.c
12148         * src/plugins/mathml_viewer/mathml_viewer.c
12149         * src/plugins/pgpcore/passphrase.c
12150         * src/plugins/pgpcore/passphrase.h
12151         * src/plugins/pgpcore/plugin.c
12152         * src/plugins/pgpcore/prefs_gpg.c
12153         * src/plugins/pgpcore/prefs_gpg.h
12154         * src/plugins/pgpcore/select-keys.c
12155         * src/plugins/pgpcore/select-keys.h
12156         * src/plugins/pgpcore/sgpgme.c
12157         * src/plugins/pgpcore/sgpgme.h
12158         * src/plugins/pgpinline/pgpinline.c
12159         * src/plugins/pgpinline/pgpinline.h
12160         * src/plugins/pgpinline/plugin.c
12161         * src/plugins/pgpmime/pgpmime.c
12162         * src/plugins/pgpmime/pgpmime.h
12163         * src/plugins/pgpmime/plugin.c
12164         * src/plugins/spamassassin/spamassassin.c
12165         * src/plugins/spamassassin/spamassassin.h
12166         * src/plugins/spamassassin/spamassassin_gtk.c
12167         * src/plugins/trayicon/trayicon.c
12168         * tools/OOo2sylpheed.pl
12169         * tools/acroread2sylpheed.pl
12170         * tools/asus_mailled.sh
12171         * tools/filter_conv.pl
12172         * tools/freshmeat_search.pl
12173         * tools/google_search.pl
12174         * tools/kmail2sylpheed.pl
12175         * tools/kmail2sylpheed_v2.pl
12176         * tools/maildir2sylpheed.pl
12177         * tools/multiwebsearch.pl
12178         * tools/newscache_clean.pl
12179         * tools/outlook2sylpheed.pl
12180         * tools/sylpheed-switcher
12181         * tools/update-po
12182         * tools/vcard2xml.py
12183         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12184                 update FSF address
12185
12186 2005-09-21 [colin]      1.9.14cvs46
12187
12188         * src/gedit-print.c
12189         * src/procmsg.c
12190         * src/procmsg.h
12191         * src/textview.c
12192         * src/summaryview.c
12193                 Remove some printing hacks (deselection/reselection),
12194                 which by the way fix printing the currently 
12195                 displayed mime part (still only text)
12196                 Plus a little optimisation of summary_show
12197
12198
12199 2005-09-20 [colin]      1.9.14cvs45
12200
12201         * src/mainwindow.c
12202         * src/messageview.c
12203                 GUI fixups: add accels, set message
12204                 view title to displayed mail's subject
12205         * src/prefs_spelling.c
12206         * src/gtk/gtkaspell.c
12207                 GUI fixups: allow underlining misspelled
12208                 words instead of coloring them (a11y!)
12209
12210 2005-09-19 [colin]
12211
12212         1.9.15rc3 released
12213
12214 2005-09-19 [colin]      1.9.14cvs44
12215
12216         * src/compose.c
12217                 Fix draft message
12218         * src/gtk/gtkaspell.c
12219                 Fix wrong test ;-)
12220
12221 2005-09-19 [colin]      1.9.14cvs43
12222
12223         * src/addressbook.c
12224                 Fix sensitivity of Delete button
12225         * src/compose.c
12226                 Warn if the requested Privacy system
12227                 is not available
12228         * src/exphtmldlg.c
12229         * src/expldifdlg.c
12230         * src/importldif.c
12231         * src/importmutt.c
12232         * src/importpine.c
12233                 Fix crappy UI
12234         * src/
12235         * src/ssl.h
12236         * src/prefs_account.h
12237         * src/prefs_account.c
12238                 Save SSL prefs even in builds that have
12239                 SSL support disable
12240         * src/imap.c
12241         * src/inc.c
12242         * src/news.c
12243         * src/send_message.c
12244                 Warn if connection should be secure, but
12245                 SSL support isn't compiled in
12246         * src/gtkaspell.c
12247                 Fix word separation on UTF-8 systems
12248                 Fixes bug #812 (Strange inline spellchecking)
12249         * src/compose.c
12250                 Warn if the requested Privacy system
12251                 is not available
12252                 Factorize offline warning
12253         * src/imap.c
12254         * src/imap_gtk.c
12255         * src/imap_gtk.h
12256         * src/inc.h
12257         * src/news_gtk.c
12258         * src/news_gtk.h
12259         * src/messageview.c
12260                 Factorize offline warning
12261
12262 2005-09-19 [paul]
12263
12264         1.9.15-rc2 released
12265
12266 2005-09-18 [colin]      1.9.14cvs42
12267
12268         * src/codeconv.c
12269         * src/codeconv.h
12270         * src/procmime.c
12271                 Add a way to get locale's charset ignoring utf-8,
12272                 and use that as default encoding for broken mails
12273
12274 2005-09-18 [colin]      1.9.14cvs41
12275
12276         * src/gtk/logwindow.c
12277                 Translate string. Patch by Fabien Vantard
12278
12279 2005-09-18 [colin]      1.9.14cvs40
12280
12281         * configure.ac
12282                 Fix bug #803 (IMAP/SSL support breaks with 
12283                 GnuTLS libetpan 0.38)
12284
12285 2005-09-18 [colin]      1.9.14cvs39
12286
12287         * src/codeconv.c
12288         * src/compose.c
12289         * src/procmime.c
12290                 More charsets fixes. Fixes bug #806 (non
12291                 ascii characters in subject line)
12292
12293 2005-09-17 [paul]       1.9.14cvs38
12294
12295         * src/folderview.c
12296         * src/mainwindow.c
12297                 fix gcc-2.95 issues
12298                 Patch by Pawel Pekala
12299
12300 2005-09-17 [colin]      1.9.14cvs37
12301
12302         * src/addrindex.c
12303                 bugfix for NO-USE LDAP compilation, patch 
12304                 by Fabien Vantard
12305
12306 2005-09-17 [colin]      1.9.14cvs36
12307
12308         * src/prefs_actions.c
12309         * src/prefs_customheader.c
12310         * src/prefs_display_header.c
12311         * src/prefs_filtering_action.c
12312         * src/prefs_matcher.c
12313         * src/prefs_toolbar.c
12314                 Fix strange casts (less elegant but
12315                 works better)
12316
12317 2005-09-16 [colin]      1.9.14cvs35
12318
12319         * src/jpilot.c
12320                 Missed that one
12321
12322 2005-09-16 [colin]      1.9.14cvs34
12323
12324         * configure.ac
12325         * src/Makefile.am
12326         * src/addr_compl.c
12327         * src/addrindex.c
12328         * src/browseldap.c
12329         * src/editldap.c
12330         * src/ldaplocate.c
12331         * src/ldapquery.c
12332         * src/ldapquery.h
12333         * src/ldapserver.c
12334         * src/ldapserver.h
12335         * src/main.c
12336         * src/matcher_parser_parse.y
12337         * src/prefs_themes.c
12338         * src/etpan/Makefile.am
12339         * src/gtk/description_window.c
12340         * src/plugins/clamav/Makefile.am
12341         * src/plugins/clamav/clamav_plugin.c
12342         * src/plugins/dillo_viewer/Makefile.am
12343         * src/plugins/pgpcore/Makefile.am
12344         * src/plugins/pgpinline/Makefile.am
12345         * src/plugins/pgpmime/Makefile.am
12346         * src/plugins/trayicon/Makefile.am
12347                 Fix 100% cpu usage in address completion list
12348                 Fix little bugs (return with no values etc)
12349                 Fix all warnings (with common CFLAGS)
12350
12351 2005-09-15 [colin]      1.9.14cvs33
12352
12353         * src/addressbook.c
12354                 Fix bug where sometimes a group's email list is empty,
12355                 force its refresh (probably fixes "Re: how to create a 
12356                 distribution list")
12357         * src/ldapquery.c
12358                 Don't return to the callback in the main thread from the
12359                 fetch thread (or face segs!)
12360
12361 2005-09-15 [paul]       1.9.14cvs32
12362
12363         * src/prefs_matcher.c
12364                 forgotten in last commit
12365
12366 2005-09-15 [paul]       1.9.14cvs31
12367
12368         * src/prefs_actions.c
12369         * src/prefs_filtering_action.c
12370         * src/prefs_quote.c
12371         * src/quote_fmt.c
12372         * src/summaryview.c
12373         * src/gtk/description_window.c
12374         * src/gtk/description_window.h
12375         * src/gtk/quicksearch.c
12376                 allow interaction with the called
12377                 description window
12378                 Patch by Anders Hammar
12379
12380 2005-09-14 [paul]       1.9.14cvs30
12381
12382         * src/compose.c
12383                 fix a little annoyance when pasting with 3rd button 
12384                 with wrap_pastes=0 and wrap_input=1
12385                 Patch by Colin
12386
12387 2005-09-14 [paul]       1.9.14cvs29
12388
12389         * src/prefs_account.c
12390                 disable 'Filter messages on receiving' for
12391                 SMTP-only accounts
12392                 Patch  by Anders Hammar
12393
12394 2005-09-14 [paul]       1.9.14cvs28
12395
12396         * po/sk.po
12397                 fix crash
12398                 updated by Andrej Kacian
12399
12400 2005-09-14 [paul]
12401
12402         1.9.15-rc1 released
12403
12404 2005-09-14 [paul]       1.9.14cvs27
12405
12406         * po/es.po
12407                 updated by Ricardo Mones Lastra
12408         * src/compose.c
12409         * src/compose.h
12410                 associate no_wrap_tags to Compose windows
12411                 instead of using a static one
12412                 Patch by Colin
12413         * src/mbox.c
12414                 fix proc_mbox()
12415                 Patch by wwp
12416         * src/textview.c
12417                 remove unneeded printf()
12418
12419 2005-09-14 [paul]       1.9.14cvs26
12420
12421         * src/addrcache.c
12422         * src/codeconv.h
12423         * src/folder.h
12424         * src/mainwindow.h
12425         * src/mh.c
12426         * src/mimeview.h
12427         * src/partial_download.c
12428         * src/pop.c
12429         * src/prefs_account.c
12430         * src/prefs_account.h
12431         * src/prefs_actions.c
12432         * src/prefs_customheader.c
12433         * src/prefs_display_header.c
12434         * src/prefs_filtering_action.c
12435         * src/prefs_matcher.c
12436         * src/prefs_toolbar.c
12437         * src/privacy.h
12438         * src/procmime.c
12439         * src/procmime.h
12440         * src/procmsg.h
12441         * src/textview.c
12442         * src/undo.h
12443         * src/common/plugin.c
12444         * src/common/session.h
12445         * src/common/socket.c
12446         * src/common/socket.h
12447         * src/common/template.c
12448         * src/gtk/gtkaspell.c
12449         * src/gtk/quicksearch.h
12450         * src/plugins/pgpcore/passphrase.c
12451         * src/plugins/pgpcore/prefs_gpg.h
12452         * src/plugins/pgpcore/select-keys.c
12453         * src/plugins/pgpcore/select-keys.h
12454         * src/plugins/pgpcore/sgpgme.c
12455         * src/plugins/pgpinline/pgpinline.c
12456         * src/plugins/pgpmime/pgpmime.c
12457         * src/plugins/trayicon/trayicon.c
12458                 fix compilation warnings
12459                 Patch by Daniel Gustafson
12460
12461 2005-09-14 [paul]       1.9.14cvs25
12462
12463         * src/addressbook.c
12464                 add missing column header, and other small
12465                 bug fixes
12466                 Patch by Anders Hammar
12467
12468 2005-09-13 [colin]      1.9.14cvs24
12469
12470         * src/gtk/gtkaspell.c
12471                 Fix non-utf8 in menu
12472                 Fix little leaks
12473                 Nullify struct members after free()s
12474
12475 2005-09-13 [colin]      1.9.14cvs23
12476
12477         * src/compose.c
12478                 Test utf8 compliance before inserting to 
12479                 buffer, and try to convert if necessary
12480         * src/procmime.c
12481                 If no charset is present, use the locale 
12482                 one instead of us-ascii
12483         * src/procmsg.c
12484                 Add Sender, List-Post and To in the checked 
12485                 headers for automatic rules creation 
12486                 (thanks to wwp)
12487         * src/prefs_themes.c
12488         * src/gtk/gtkaspell.c
12489                 Remove deprecated functions. 
12490                 patch by Daniel Gustafson
12491
12492 2005-09-12 [colin]      1.9.14cvs22
12493
12494         * src/compose.c
12495                 Fix bug #448 (Scrolling/Redraw issue with 
12496                 address-fields in Header)
12497         * src/mainwindow.c
12498         * src/summaryview.c
12499         * src/summaryview.h
12500                 Fix loss of MSG_MARKED on move/copy
12501                 Fix bug #804 (Quicksearch togglebutton doesn't 
12502                 get depressed after '/' key is pressed)
12503
12504 2005-09-12 [paul]       1.9.14cvs21
12505
12506         * AUTHORS
12507         * src/gtk/logwindow.c
12508                 add 'Clear Log' to popup menu
12509                 Patch by Anders Hammar <anders.hammar@telia.com>
12510
12511 2005-09-12 [paul]       1.9.14cvs20
12512
12513         * src/compose.c
12514                 set correct sensitivity on attachments
12515                 popup menu
12516         * src/folder.c
12517                 fix typo
12518         * src/prefs_spelling.c
12519                 fix crash when no LANG env is set
12520         * src/common/xml.c
12521                 fix crash in wizard
12522                 don't use memeory after free
12523
12524         All patches by Daniel Gustafson
12525
12526 2005-09-12 [paul]       1.9.14cvs19
12527
12528         * src/prefs_themes.c
12529                 make theme info selectable
12530         * src/gtk/description_window.c
12531                 make window non-modal
12532         * tools/README
12533                 add details of asus_mailed.sh
12534         * tools/claws.i18n.status.pl
12535                 update for new zh_TW translator
12536                 widen the output
12537                 create alternate coloured lines
12538                 improve readability
12539
12540 2005-09-10 [colin]      1.9.14cvs18
12541
12542         * src/plugins/pgpcore/select-keys.c
12543                 Better order for the buttons
12544
12545 2005-09-10 [colin]      1.9.14cvs17
12546
12547         * src/compose.c
12548         * src/plugins/pgpcore/select-keys.c
12549         * src/plugins/pgpcore/select-keys.h
12550         * src/plugins/pgpcore/sgpgme.c
12551                 Add a "Don't encrypt" button to the key
12552                 selection dialog. Fixes bug #177 (There should be a 
12553                 'Don't encrypt button in the Select Keys dialog)
12554
12555 2005-09-10 [colin]      1.9.14cvs16
12556
12557         * src/compose.c
12558                 Fix bug #572 (%X option does not work with templates)
12559
12560 2005-09-10 [colin]      1.9.14cvs15
12561
12562         * src/toolbar.c 
12563                 Remove g_print
12564
12565 2005-09-10 [colin]      1.9.14cvs14
12566
12567         * src/imap.c
12568                 Fix a possible crash
12569
12570 2005-09-09 [colin]      1.9.14cvs13
12571
12572         * src/imap.c
12573         * src/etpan/imap-thread.c
12574         * src/etpan/imap-thread.h
12575                 Fix moving from queue or drafts to normal folders
12576                 Fix bug #794 (No way to delete without expunging)
12577                 Take flags unset by other mailers into account
12578                 Take deleted flag set by other mailers into account
12579                 Fix unsetting REPLIED flag
12580                 Fix crash when capabilities can't be retrieved
12581         * src/mainwindow.c
12582         * src/mainwindow.h
12583                 Add M_DELAYED_FLAGS condition, and let the user use
12584                 Execute in order to be able to expunge deleted mails,
12585                 even if he's not in delayed execute mode
12586         * src/prefs_spelling.c
12587                 Use 'en' dictionary by default if LANG is POSIX or C
12588         * src/gtk/prefswindow.c
12589                 Fix bug #767 (Preferences windows expanding) by making
12590                 the window a bit larger when the resolution is greater
12591                 than 640x480, and by putting the prefs in a
12592                 GtkScrolledWindow.
12593
12594 2005-09-09 [paul]       1.9.14cvs12
12595
12596         * AUTHORS
12597         * configure.ac
12598         * po/zh_TW.Big5.po      ** REMOVED **
12599         * po/zh_TW.po           ** ADDED **
12600                 updated by Wei-Lun Chao
12601
12602 2005-09-09 [paul]       1.9.14cvs11
12603
12604         * src/mainwindow.c
12605                 fix asserts
12606         * src/common/xml.c
12607                 delay memory allocation until file is
12608                 opened successfully
12609                 Patch by Daniel Gustafson
12610
12611 2005-09-09 [colin]      1.9.14cvs10
12612
12613         * src/imap.c
12614                 Add guards
12615
12616 2005-09-08 [colin]      1.9.14cvs9
12617
12618         * src/compose.c
12619                 Alert when we can't save draft
12620                 Fix various wrap/color issues
12621                 Add mid-click pasting respecting wrap_paste option
12622         * src/folder.c
12623         * src/folder.h
12624         * src/folder_item_prefs.c
12625         * src/folder_item_prefs.h
12626         * src/imap.c
12627         * src/imap_gtk.c
12628         * src/imap_gtk.h
12629         * src/main.c
12630         * src/mainwindow.c
12631         * src/mainwindow.h
12632         * src/news.c
12633         * src/news_gtk.c
12634         * src/news_gtk.h
12635         * src/prefs_folder_item.c
12636                 Fix the impossibility to synchronise folders for
12637                 offline use (IMAP and NNTP are concerned)
12638
12639 2005-09-08 [colin]      1.9.14cvs8
12640
12641         * configure.ac
12642                 Build LDAP and JPilot by default if available
12643         * src/textview.c
12644                 Fix use after free
12645
12646 2005-09-08 [paul]       1.9.14cvs7
12647
12648         * doc/manual/en/sylpheed-1.html
12649         * doc/manual/en/sylpheed-18.html
12650         * doc/manual/en/sylpheed-19.html
12651         * doc/manual/en/sylpheed-4.html
12652         * doc/manual/en/sylpheed-6.html
12653         * doc/manual/en/sylpheed.html
12654                 a few minor updates, plus include some
12655                 details about plugins and their requirements
12656         * src/mainwindow.c
12657                 minor changes to English in /View/Sort
12658
12659 2005-09-07 [colin]      1.9.14cvs6
12660
12661         * doc/manual/en/sylpheed-1.html
12662         * doc/manual/en/sylpheed-10.html
12663         * doc/manual/en/sylpheed-11.html
12664         * doc/manual/en/sylpheed-12.html
12665         * doc/manual/en/sylpheed-13.html
12666         * doc/manual/en/sylpheed-14.html
12667         * doc/manual/en/sylpheed-15.html
12668         * doc/manual/en/sylpheed-16.html
12669         * doc/manual/en/sylpheed-17.html
12670         * doc/manual/en/sylpheed-18.html
12671         * doc/manual/en/sylpheed-19.html
12672         * doc/manual/en/sylpheed-2.html
12673         * doc/manual/en/sylpheed-20.html
12674         * doc/manual/en/sylpheed-21.html
12675         * doc/manual/en/sylpheed-22.html
12676         * doc/manual/en/sylpheed-3.html
12677         * doc/manual/en/sylpheed-4.html
12678         * doc/manual/en/sylpheed-5.html
12679         * doc/manual/en/sylpheed-6.html
12680         * doc/manual/en/sylpheed-7.html
12681         * doc/manual/en/sylpheed-8.html
12682         * doc/manual/en/sylpheed-9.html
12683         * doc/manual/en/sylpheed.html
12684                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
12685
12686 2005-09-07 [colin]      1.9.14cvs5
12687
12688         * src/mainwindow.c
12689                 Make labels more to-the-point
12690
12691 2005-09-07 [colin]      1.9.14cvs4
12692
12693         * doc/manual/en/sylpheed-1.html
12694         * doc/manual/en/sylpheed-12.html
12695         * doc/manual/en/sylpheed-13.html
12696         * doc/manual/en/sylpheed-14.html
12697         * doc/manual/en/sylpheed-15.html
12698         * doc/manual/en/sylpheed-16.html
12699         * doc/manual/en/sylpheed-17.html
12700         * doc/manual/en/sylpheed-18.html
12701         * doc/manual/en/sylpheed-19.html
12702         * doc/manual/en/sylpheed-2.html
12703         * doc/manual/en/sylpheed-20.html
12704         * doc/manual/en/sylpheed-21.html
12705         * doc/manual/en/sylpheed-22.html
12706         * doc/manual/en/sylpheed-4.html
12707         * doc/manual/en/sylpheed-5.html
12708         * doc/manual/en/sylpheed-6.html
12709         * doc/manual/en/sylpheed-7.html
12710         * doc/manual/en/sylpheed-8.html
12711         * doc/manual/en/sylpheed-9.html
12712         * doc/manual/en/sylpheed.html
12713                 Update manual
12714
12715 2005-09-07 [colin]      1.9.14cvs3
12716
12717         * doc/faq/en/sylpheed-faq-1.html
12718         * doc/faq/en/sylpheed-faq-2.html
12719         * doc/faq/en/sylpheed-faq-3.html
12720         * doc/faq/en/sylpheed-faq.html
12721                 Update FAQ
12722
12723 2005-09-07 [colin]      1.9.14cvs2
12724
12725         * src/folderview.c
12726         * src/procmsg.c
12727         * src/summaryview.c
12728         * src/toolbar.c
12729                 Fix special subfolders:
12730                 - Inherit parent's icon
12731                 - sent contents of queues subfolders
12732                 - empty subfolders of trashes
12733         * src/mainwindow.c
12734                 Remove outdated manual and faq entries
12735         * src/common/utils.c
12736                 Add quotes around %s coming from mailcap
12737
12738 2005-09-07 [colin]      1.9.14cvs1
12739
12740         * src/compose.c
12741                 After saving draft, set modified to FALSE
12742         * src/mimeview.c
12743         * src/common/utils.c
12744         * src/common/utils.h
12745                 Try to open mime parts using what is 
12746                 indicated in ~/.mailcap or /etc/mailcap,
12747                 if possible.
12748
12749 2005-09-05 [paul]       1.9.14
12750
12751         1.9.14 released
12752
12753         * po/sk.po
12754                 updated by Andrej Kacian
12755
12756 2005-09-05 [paul]       1.9.13cvs83
12757
12758         * po/de.po
12759         * po/es.po
12760         * po/fi.po
12761         * po/fr.po
12762         * po/nb.po
12763         * po/pt_BR.po
12764         * po/sr.po
12765                 updated translations by Thomas Gilgin, Ricardo Mones
12766                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
12767                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
12768
12769 2005-09-04 [paul]       1.9.13cvs82
12770
12771         * src/compose.c
12772                 only warn about exceeded line length limit
12773                 on send
12774
12775 2005-09-04 [paul]       1.9.13cvs81
12776
12777         * src/compose.c
12778                 fix crash in 'line length exceeded' dialogue
12779
12780 2005-09-02 [paul]       1.9.13cvs80
12781
12782         * src/imap.c
12783                 fix bug 795, 'Connection lost IMAP'
12784                 and add statusbar prints
12785                 Patch by Colin
12786
12787 2005-09-02 [paul]       1.9.13cvs79
12788
12789         * src/compose.c
12790                 compose_wrap_paragraph() becomes
12791                 compose_beautify_paragraph()
12792                 Patch by Colin
12793
12794 2005-09-02 [colin]      1.9.13cvs78
12795
12796         * src/folderview.c
12797                 Micro-fix
12798
12799 2005-09-01 [colin]      1.9.13cvs77
12800
12801         * src/imap.c
12802                 Maybe fix bug #795 (Connection lost IMAP)
12803                 Don't try to send logout when we're disconnected.
12804         * src/summaryview.c
12805                 Include locked and marked emails in HRM
12806                 view. Fixes bug #800 (Locked messages no longer 
12807                 show up when hide read messages is used)
12808
12809 2005-09-01 [paul]       1.9.13cvs76
12810
12811         * src/prefs_common.c
12812                 fix bad cutting
12813
12814 2005-08-31 [colin]      1.9.13cvs75
12815
12816         * src/folderview.c
12817         * src/folderview.h
12818         * src/prefs_summaries.c
12819         * src/summaryview.c
12820                 Fix "go to next new", fix preference
12821                 (Open unread/next swapped)
12822
12823 2005-08-31 [paul]       1.9.13cvs74
12824
12825         * src/compose.c
12826         * src/folderview.c
12827         * src/headerview.c
12828         * src/headerview.h
12829         * src/mainwindow.c
12830         * src/prefs_common.c
12831         * src/prefs_common.h
12832         * src/prefs_fonts.c
12833         * src/summaryview.c
12834         * src/textview.c
12835         * src/common/defs.h
12836                 remove obsolete BOLD_FONT setting
12837                 fix font update in headerview and textview
12838                 headers after prefs change
12839                 Patch By Colin
12840
12841 2005-08-31 [paul]
12842
12843         1.9.14-rc4 released
12844
12845 2005-08-30 [colin]      1.9.13cvs73
12846
12847         * src/summaryview.c
12848                 When Hide read messages is selected and we
12849                 refresh the summaryview, don't remove the 
12850                 currently displayed message. Fixes bug #797
12851                 (Summary view reloads when new mail is 
12852                 downloaded in 1.9.14 rc)
12853
12854 2005-08-30 [colin]      1.9.13cvs72
12855
12856         * src/folderview.c
12857                 Fix flickering
12858         * src/mainwindow.c
12859                 Remove useless callback
12860         * src/mimeview.c
12861         * src/gtk/filesel.c
12862         * src/gtk/filesel.h
12863                 Add a filesel_select_file_save_folder() - used by Save All
12864
12865 2005-08-29 [paul]       1.9.13cvs71
12866
12867         * AUTHORS
12868         * src/matcher_parser_parse.y
12869         * src/etpan/imap-thread.c
12870                 fix building on FreeBSD
12871                 Patch by Daniel Gustafson <daniel@hobbit.se>
12872
12873 2005-08-29 [paul]       1.9.13cvs70
12874
12875         * src/plugins/pgpinline/pgpinline.c
12876                 only initialise sig result if it's been handled
12877                 Patch by Colin
12878
12879 2005-08-29 [paul]       1.9.13cvs69
12880         
12881         Patches by Colin:
12882
12883         * src/imap.c
12884         * src/common.utils.c
12885         * src/common/utils.h
12886                 optimisation
12887         * src/stock_pixmap.h
12888                 fix wrong icon reference
12889         * src/pixmaps/trash_btn.xpm
12890                 replace with nicer image
12891
12892 2005-08-28 [colin]      1.9.13cvs68
12893
12894         * src/Makefile.am
12895         * src/stock_pixmap.c
12896         * src/stock_pixmap.h
12897         * src/toolbar.c
12898         * src/pixmaps/trash_btn.xpm
12899                 Add a specific trash xpm for the button
12900
12901 2005-08-28 [colin]      1.9.13cvs67
12902
12903         * src/imap.c
12904                 Fix leak
12905
12906 2005-08-27 [colin]      1.9.13cvs66
12907
12908         * src/imap.c
12909         * src/procmime.c
12910                 Correctly fix "Problem with replies", fixes
12911                 pgpmime encryption too. 
12912
12913 2005-08-27 [colin]      1.9.13cvs65
12914
12915         * src/folder.c
12916         * src/procmsg.c
12917         * src/procmsg.h
12918         * src/summaryview.c
12919                 Fix bug #517 (messages removed from summaryview 
12920                 when moving fails)
12921
12922 2005-08-27 [colin]      1.9.13cvs64
12923
12924         * tools/Makefile.am
12925         * tools/asus_mailled.sh
12926                 Add a script to blink ASUS laptops' mail LED where there
12927                 is unread mail.
12928
12929 2005-08-27 [colin]      1.9.13cvs63
12930
12931         * src/imap.c
12932         * src/etpan/imap-thread.c
12933         * src/etpan/imap-thread.h
12934                 Implement automatic choosing of login method
12935                 Fixes bug #791
12936         * src/gtk/.cvsignore
12937                 Add sylpheed-marshal.[ch]
12938
12939 2005-08-27 [colin]      1.9.13cvs62
12940
12941         * src/common/utils.c
12942                 Fix confusing perror
12943
12944 2005-08-27 [colin]      1.9.13cvs61
12945
12946         * src/toolbar.c
12947         * src/toolbar.h
12948                 Remove A_DELETE, replace it with 
12949                 A_TRASH and A_DELETE_REAL. Automatically
12950                 rewrite config files to replace A_DELETE
12951                 with A_TRASH (no functionality change).
12952                 Fixes half of #794
12953
12954 2005-08-26 [colin]      1.9.13cvs60
12955
12956         * src/procmime.c
12957                 Previous "Problem with replies" fix brought other
12958                 problems, fixing them
12959
12960 2005-08-26 [colin]      1.9.13cvs59
12961
12962         * src/procmime.c
12963                 Fix "Problem with replies". This happened only
12964                 on IMAP...
12965         * src/procmsg.c
12966                 Factorize code a bit
12967         * src/compose.c
12968                 Speed improvement on very long messages (wrapping)
12969                 Fix signature color on Reedit and Redirect
12970                 On Reedit, don't attach pgp-signatures parts, but
12971                 set signing to On.
12972
12973 2005-08-24 [paul]       1.9.13cvs58
12974
12975         * src/compose.c
12976                 don't claim success when clicking
12977                 Cancel on the passphrase box.
12978                 Patch by Colin
12979
12980 2005-08-24 [paul]       1.9.13cvs57
12981
12982         * src/main.c
12983                 fix misplaced sylpheed.log
12984         * src/common/defs.h
12985                 define UIDL_DIR
12986
12987 2005-08-24 [paul]       1.9.13cvs56
12988
12989         * src/imap.c
12990         * src/etpan/imap-thread.c
12991         * src/etpan/imap-thread.h
12992                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
12993                 Patch by Colin
12994         * src/gtk/sylpheed-marshal.c    ** REMOVED **
12995         * src/gtk/sylpheed-marshal.h    ** REMOVED **
12996                 remove autogenerated files
12997         * tools/kdeservicemenu/README
12998         * tools/kdeservicemenu/install.sh
12999         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13000         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13001                 use Claws icon, use 'Sylpheed-Claws' in menu,
13002                 use kdialog, and other cleanups
13003
13004 2005-08-23 [paul]       1.9.13cvs55
13005
13006         * src/compose.c
13007                 fix paste/wrap crash
13008                 Patch by Colin
13009
13010 2005-08-23 [paul]       1.9.13cvs54
13011
13012         * src/main.c
13013                 fix crash recovery
13014                 Patch by Colin
13015
13016 2005-08-23 [paul]       1.9.13cvs53
13017
13018         * src/addressbook.c
13019         * src/editaddress.c
13020                 view all data of LDAP contacts
13021                 Patch by Colin
13022
13023 2005-08-23 [paul]       1.9.13cvs52
13024
13025         * src/addressbook.c
13026                 fix issues with the Search field
13027                 Patch by Colin
13028
13029 2005-08-22 [paul]       1.9.13cvs51
13030
13031         * src/folderview.c
13032                 put name of folder in processing dialog
13033                 title
13034         * src/prefs_folder_item.c
13035                 improve english usage
13036
13037 2005-08-22 [paul]       1.9.13cvs50
13038
13039         * src/filtering.c
13040         * src/filtering.h
13041         * src/matcher.c
13042         * src/matcher_parser_lex.l
13043         * src/matcher_parser_parse.y
13044         * src/prefs_filtering.c
13045                 add Filtering/Processing rule names feature.
13046                 (the incompatible old matcherrc is saved as
13047                 matcherrc.pre_names).
13048                 Patch by Colin
13049
13050 2005-08-22 [paul]       1.9.13cvs49
13051
13052         * src/procmsg.c
13053                 fix colour labelling
13054                 Patch by Colin
13055
13056 2005-08-22 [paul]       1.9.13cvs48
13057
13058         * src/textview.c
13059                 fix open_image_cb()
13060
13061 2005-08-22 [paul]       1.9.13cvs47
13062
13063         * src/imap.c
13064                 fix bug 789, 'SC crashes with imap (CVS ver)'
13065                 Patch by Colin
13066
13067 2005-08-22 [paul]       1.9.13cvs46
13068
13069         * src/mimeview.c
13070         * src/prefs_common.c
13071         * src/common/defs.h
13072                 define reused defaults in defs.h
13073         * src/textview.c
13074                 add 'Open image' to image popup menu
13075
13076 2005-08-21 [colin]      1.9.13cvs45
13077
13078         * src/summaryview.c
13079                 Fix bug #788 (Bogus "From" address displayed)
13080
13081 2005-08-20 [colin]      1.9.13cvs44
13082
13083         * src/folder.c
13084                 Fix buf #787 (multilevel delete causes SIGSEGV)
13085
13086 2005-08-19 [colin]      1.9.13cvs43
13087
13088         * src/inc.c
13089         * src/prefs_common.c
13090         * src/prefs_common.h
13091                 Add an hidden pref to allow modifying the
13092                 update stepping in incorporation.
13093                 Patch by wwp.
13094
13095 2005-08-19 [colin]      1.9.13cvs42
13096
13097         * src/compose.c
13098         * src/procmime.c
13099                 Workaround for broken MUAs: encode 
13100                 Content-type: name: as ASCII and 
13101                 Content-Disposition: filename: as
13102                 per rfc2231
13103         * src/prefs_account.c
13104                 Fix invisible-ness of SMTP SSL prefs
13105                 in NNTP accounts
13106
13107 2005-08-19 [paul]       1.9.13cvs41
13108
13109         * src/compose.c
13110         * src/prefs_common.c
13111         * src/prefs_common.h
13112         * src/prefs_wrapping.c
13113                 paste with or without wrapping.
13114                 patch by Colin
13115
13116 2005-08-19 [paul]       1.9.13cvs40
13117
13118         * src/prefs_common.c
13119         * src/prefs_common.h
13120         * src/summaryview.c
13121                 reintroduce enable_swap_from as a
13122                 hidden pref. patch by Colin
13123         * src/quote_fmt_parse.y
13124         * src/plugins/clamav/clamav_plugin.c
13125         * src/plugins/dillo_viewer/dillo_viewer.c
13126         * src/plugins/mathml_viewer/mathml_viewer.c
13127         * src/plugins/pgpcore/sgpgme.c
13128         * src/plugins/pgpinline/pgpinline.c
13129         * src/plugins/pgpmime/pgpmime.c
13130                 tidy up. patch by Colin
13131
13132 2005-08-19 [paul]       1.9.13cvs39
13133
13134         * configure.ac
13135                 complete cvs38's sync
13136         * src/editaddress.c
13137         * src/gedit-print.c
13138         * src/mutt.c
13139         * src/etpan/etpan-log.c
13140         * src/etpan/imap-thread.c
13141         * src/gtk/gtksourceprintjob.c
13142                 fix compilation warnings
13143                 (patch by Colin)
13144
13145 2005-08-19 [paul]       1.9.13cvs38
13146
13147         sync with main:
13148
13149         * src/account.c
13150         * src/action.c
13151         * src/addrbook.c
13152         * src/addrcache.c
13153         * src/addrharvest.c
13154         * src/addrindex.c
13155         * src/codeconv.c
13156         * src/compose.c
13157         * src/crash.c
13158         * src/exporthtml.c
13159         * src/exportldif.c
13160         * src/folder.c
13161         * src/image_viewer.c
13162         * src/inc.c
13163         * src/inc.h
13164         * src/jpilot.c
13165         * src/ldif.c
13166         * src/main.c
13167         * src/matcher.c
13168         * src/mbox.c
13169         * src/messageview.c
13170         * src/mh.c
13171         * src/mimeview.c
13172         * src/msgcache.c
13173         * src/mutt.c
13174         * src/news.c
13175         * src/partial_download.c
13176         * src/pine.c
13177         * src/pop.c
13178         * src/prefs_actions.c
13179         * src/prefs_common.c
13180         * src/prefs_customheader.c
13181         * src/prefs_display_header.c
13182         * src/prefs_gtk.c
13183         * src/prefs_themes.c
13184         * src/procheader.c
13185         * src/procmime.c
13186         * src/procmsg.c
13187         * src/recv.c
13188         * src/send_message.c
13189         * src/simple-gettext.c
13190         * src/sourcewindow.c
13191         * src/textview.c
13192         * src/vcard.c
13193         * src/common/defs.h
13194         * src/common/log.c
13195         * src/common/plugin.c
13196         * src/common/prefs.c
13197         * src/common/session.c
13198         * src/common/session.h
13199         * src/common/socket.c
13200         * src/common/socket.h
13201         * src/common/ssl_certificate.c
13202         * src/common/template.c
13203         * src/common/utils.c
13204         * src/common/utils.h
13205         * src/common/xml.c
13206         * src/gtk/about.c
13207         added wrappers for C library function that
13208                 take pathname arguments.
13209                 enabled compilation with MinGW.
13210                 use GDir instead of directly using opendir().
13211                 added rename_force().
13212
13213 2005-08-19 [paul]       1.9.13cvs37
13214         
13215         patches by Colin:
13216         * src/compose.c
13217                 fix privacy settings on re-editing
13218                 a sent message
13219         * src/jpilot.c
13220                 fix encoding bug
13221         * src/folder.c
13222         * src/procmsg.c
13223         * src/procmsg.h
13224         * src/summaryview.c
13225                 flag changing optimisation
13226
13227 2005-08-18 [martin]     1.9.13cvs36
13228
13229         * commitHelper
13230             added my login
13231         * src/addrcache.c
13232         * src/addrharvest.c
13233         * src/addrindex.c
13234         * src/compose.c
13235         * src/grouplistdialog.c
13236         * src/main.c
13237         * src/mainwindow.c
13238         * src/msgcache.c
13239         * src/mutt.c
13240         * src/pine.c
13241         * src/prefs_account.c
13242         * src/prefs_themes.c
13243         * src/stock_pixmap.c
13244         * src/summaryview.c
13245         * src/gtk/about.c
13246         * src/gtk/logwindow.c
13247             removed deprecated glib and gdk stuff
13248         * src/plugins/pgpcore/select-keys.c
13249             convert attributes from locale to utf8
13250
13251 2005-08-17 [paul]       1.9.13cvs35
13252
13253         * src/account.c
13254         * src/addressbook.c
13255                 use new GTK_STOCK_ icons if available
13256         * src/summaryview.c
13257         * src/gtk/gtksctree.c
13258         * src/gtk/gtksctree.h
13259                 faster range select. patch by Colin
13260
13261 2005-08-17 [paul]       1.9.13cvs34
13262
13263         patches by colin:
13264         * src/addressbook.c
13265         * src/addressitem.h
13266                 Add an edit button for contacts, fix selections
13267                 of gtksctree items
13268         * src/editaddress.c
13269                 Change labels, let Save be always possible in the
13270                 email and user atributes tabs
13271         * src/folderview.c
13272                 fix sort issues
13273         * src/summaryview.c
13274                 select next item instead of the displayed one
13275                 after deletion
13276
13277         * src/gtk/progressdialog.c
13278                 use prefs_common.enable_rules_hint
13279
13280 2005-08-13 [hoa]        1.9.13cvs33
13281
13282         * src/etpan/imap-thread.c
13283                 fixed build on Solaris.
13284
13285 2005-08-10 [colin]      1.9.13cvs32
13286
13287         * src/procmsg.c
13288                 Fix cvs31 (missing fclose before reading
13289                 the file)
13290
13291 2005-08-10 [colin]      1.9.13cvs31
13292
13293         * src/procmsg.c
13294                 Fix procmsg_msginfo_new_from_mimeinfo() when
13295                 the MimeInfo isn't stored in memory. This fixes
13296                 replying to an attached message.
13297
13298 2005-08-10 [colin]      1.9.13cvs30
13299
13300         * src/mainwindow.c
13301                 Fix slowness in account changing
13302
13303 2005-08-10 [colin]      1.9.13cvs29
13304
13305         * src/folder.c
13306         * src/folderutils.c
13307         * src/folderview.c
13308         * src/imap_gtk.c
13309         * src/mainwindow.c
13310         * src/mh_gtk.c
13311         * src/procmsg.c
13312         * src/summaryview.c
13313                 Optimize folder_has_parent_of_type
13314                 Prevent moving special sub-folders from contextual menus
13315                 Rework message a bit ("Empty all messages" -> "Delete all
13316                 messages")
13317                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13318                 and "Deleted Items" folders)
13319
13320 2005-08-08 [colin]      1.9.13cvs28
13321
13322         * src/summaryview.c
13323         * src/prefs_summaries.c
13324                 Make "Select first unread|new" more flexible
13325                 (just prioritize new or unread)
13326
13327 2005-08-08 [colin]      1.9.13cvs27
13328
13329         * src/summaryview.c
13330                 If "select first new" is selected and there only
13331                 are unread messages, fallback to "select first
13332                 unread".
13333
13334 2005-08-08 [colin]      1.9.13cvs26
13335
13336         * src/folder.c
13337                 Fix shameful bugs (and bug #779)
13338
13339 2005-08-08 [colin]      1.9.13cvs25
13340
13341         * src/folder.c
13342         * src/folder.h
13343                 Cache parents' type to make folder_has_parent_of_type
13344                 faster
13345         * src/folderview.c
13346                 Forbid DnD of special sub-folders
13347         * src/procmsg.c
13348         * src/procmsg.h
13349                 Add MAIL_POSTFILTERING_HOOK
13350         * src/summaryview.c
13351                 Revert over-zealous deletion of the use_addr_book 
13352                 code
13353
13354 2005-08-07 [colin]      1.9.13cvs24
13355
13356         * src/folder.c
13357                 Fix big mistake (passing MsgInfo instead 
13358                 of FolderItem)
13359
13360 2005-08-07 [colin]      1.9.13cvs23
13361
13362         * src/compose.c
13363         * src/folder.c
13364         * src/folder.h
13365         * src/foldersel.c
13366         * src/folderutils.c
13367         * src/folderview.c
13368         * src/imap.c
13369         * src/mainwindow.c
13370         * src/messageview.c
13371         * src/mh.c
13372         * src/msgcache.c
13373         * src/procmime.c
13374         * src/summaryview.c
13375                 Make subfolders of Drafts, Queue, Outbox, Trash
13376                 work like their parents. 
13377                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13378
13379 2005-08-07 [colin]      1.9.13cvs22
13380
13381         * src/addressbook.c
13382                 Fix bug #771 (Dragged contacts not saved)
13383
13384 2005-08-07 [paul]       1.9.13cvs21
13385
13386         * src/summaryview.c
13387                 fix bug 32 'Search Doesn't display results
13388                 if "Hide Read Messages" is chosen'
13389                 be more literal in interpreting 'Hide read
13390                 messages'
13391
13392 2005-08-07 [colin]      1.9.13cvs20
13393
13394         * src/folderview.c
13395                 Add debug
13396         * src/summaryview.c
13397                 Faster 'unthread_for_execution'
13398
13399 2005-08-06 [paul]       1.9.13cvs19
13400
13401         * src/mainwindow.c
13402                 add mnemonics to Set displayed columns
13403                 fix bug where msgview_visible option was
13404                 overwritten as TRUE on startup
13405
13406 2005-08-06 [paul]       1.9.13cvs18
13407
13408         * src/mainwindow.c
13409                 refer to 'displayed columns in folder/message
13410                 list' not 'displayed items in summary/message view'
13411         * src/prefs_display_header.c
13412                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13413                 be consistent with similar dialogues
13414         * src/prefs_folder_column.c
13415         * src/prefs_summary_column.c
13416                 'columns' not 'items', and folder and message lists,
13417                 instead of folder and summary views;
13418                 Use 'Hidden columns' as list heading not 'Available
13419                 items';
13420                 move the 'Remove' button to the right hand side;
13421                 top-align the buttons;
13422                 remove unneeded vbox
13423         * src/prefs_summaries.c
13424                 put the 2 column prefs buttons in a frame to reduce
13425                 overall width; refer to columns not items &c.
13426
13427 2005-08-05 [colin]      1.9.13cvs17
13428
13429         * src/prefs_common.c
13430         * src/prefs_common.h
13431         * src/mainwindow.c
13432         * src/compose.c
13433         * src/messageview.c
13434                 Add an hidden toolbar_detachable pref, so
13435                 that I can get rid of these painful handles
13436                 in the toolbars. Defaults to TRUE to avoid
13437                 changing the GUI on unsuspecting people...
13438
13439 2005-08-05 [colin]      1.9.13cvs16
13440
13441         * src/Makefile.am
13442         * src/prefs_folder_column.c
13443         * src/prefs_folder_column.h
13444                 Add prefs for folder columns
13445         * src/folderview.c
13446         * src/folderview.h
13447         * src/mainwindow.c
13448         * src/mainwindow.h
13449         * src/prefs_common.c
13450         * src/prefs_common.h
13451         * src/prefs_summaries.c
13452                 Use them
13453         * src/prefs_summary_column.c
13454         * src/summaryview.c
13455         * src/summaryview.h
13456                 Add a To column
13457         * src/textview.c
13458         * src/common/utils.c
13459         * src/common/utils.h
13460                 Move uri colourisation functions
13461                 to utils
13462         * src/compose.c
13463                 Colourise URIs
13464         * src/imap.c
13465                 Fix bug with LIST where we'd try
13466                 to get Folder//////[...]/// 
13467
13468 2005-08-05 [paul]       1.9.13cvs15
13469
13470         * src/prefs_summaries.c
13471                 improve the English usage
13472         * src/summaryview.c
13473                 set font on column change
13474                 thanks to Colin
13475
13476 2005-08-05 [paul]       1.9.13cvs14
13477
13478         * src/prefs_common.c
13479         * src/prefs_common.h
13480         * src/prefs_summaries.c
13481         * src/summaryview.c
13482                 replace 'open_unread_on_enter' option with
13483                 'select_on_entry' option. opening/not opening
13484                 is now exclusively controlled by 'always_show_msg'
13485
13486 2005-08-04 [colin]      1.9.13cvs13
13487
13488         * src/compose.c
13489                 Remove dead code
13490                 Add colourisation of quotes and signatures
13491         * src/folderview.c
13492                 Fix possible crashes
13493         * src/messageview.c
13494                 Change an assert that is no problem
13495         * src/news.c
13496         * src/news_gtk.c
13497         * src/news_gtk.h
13498                 Fix offline mode
13499         * src/gtk/quicksearch.c
13500                 Fix a possible crash
13501
13502 2005-08-03 [colin]      1.9.13cvs12
13503
13504         * src/prefs_account.c
13505                 Fix bug #777 (Sylpheed crash in account configuration)
13506
13507 2005-08-03 [colin]      1.9.13cvs11
13508
13509         * src/addressbook.c
13510         * src/editaddress.c
13511         * src/editgroup.c
13512                 Fixing addressbook, round 2
13513         * src/textview.c
13514                 Fix emphasis color on rechecking 'Colorize messages'
13515
13516 2005-08-03 [paul]       1.9.13cvs10
13517
13518         sync with main
13519
13520         * src/addr_compl.c
13521         * src/compose.c
13522         * src/main.c
13523         * src/pop.c
13524         * src/prefs_account.c
13525         * src/procmime.c
13526         * src/procmsg.c
13527         * src/quote_fmt_parse.y
13528         * src/textview.c
13529         * src/common/quoted-printable.c
13530         * src/common/utils.c
13531         * src/common/utils.h
13532         * src/common/xml.c
13533                 replaced incorrect locale-independent
13534                 ctype functions with GLib's. Corrected
13535                 signedness mismatch.
13536         * src/headerview.c
13537                 headerview_create(): added spacing for vbox.
13538         * src/gtk/about.c
13539                 set focus to the OK button.
13540
13541 2005-08-03 [colin]      1.9.13cvs9
13542
13543         * src/folderview.c
13544                 Fix possible crash
13545
13546 2005-08-02 [colin]      1.9.13cvs8
13547
13548         * src/mainwindow.c
13549                 Fix cast
13550         * src/addressbook.c
13551         * src/addressitem.h
13552                 Fix a cast and more generally, try to make the
13553                 GUI more intuitive and consistent (round 1)
13554
13555 2005-08-02 [paul]       1.9.13cvs7
13556
13557         * src/folder.h
13558                 missing in 1.9.13cvs6
13559
13560 2005-08-02 [colin]      1.9.13cvs6
13561
13562         * src/folder.c
13563                 Fix one more leak
13564
13565 2005-08-02 [colin]      1.9.13cvs5
13566
13567         * src/folder.c
13568         * src/folderview.c
13569         * src/imap.c
13570         * src/main.c
13571         * src/mbox.c
13572         * src/procmsg.c
13573         * src/summaryview.c
13574                 Fix a number of folder_item_get_msg_list()-related
13575                 leaks (missing procmsg_msginfo_free()s)
13576
13577 2005-08-01 [colin]      1.9.13cvs4
13578
13579         * src/folderview.c
13580         * src/folderview.h
13581         * src/mainwindow.c
13582         * src/prefs_fonts.c
13583         * src/prefs_summaries.c
13584         * src/prefs_themes.c
13585         * src/summaryview.c
13586         * src/summaryview.h
13587         * src/textview.c
13588         * src/textview.h
13589                 Fix instant-apply of summary and folderview-related prefs
13590                 Fix erroneous g_free and alertpanels in prefs_theme
13591                 Add instant-apply for fonts
13592                 Defer applying of prefs a little bit so it's done only
13593                 once even if requested by multiples prefs pages
13594
13595 2005-08-01 [paul]       1.9.13cvs3
13596
13597         * src/main.c
13598                 fix bug 776 'S.C. crashes on close'
13599                 thanks to Colin
13600         * src/etpan/etpan-thread-manager-types.h
13601                 add missing include
13602                 thanks to Hoa
13603
13604 2005-07-25 [paul]       1.9.13cvs2
13605
13606         * src/summaryview.c
13607                 fix typos. spotted by Fabien Vantard
13608
13609 2005-07-24 [paul]       1.9.13cvs1
13610
13611         * doc/man/sylpheed.1
13612                 update man page, incorporating fix of
13613                 bug 769 'Typo in manpage'
13614         * src/etpan/imap-thread.c
13615                 fix NetBSD openssl dependencies. patch by
13616                 George Michaelson <ggm@apnic.net>
13617         * po/pt_BR.po
13618                 updated by Frederico Goncalves Guimaraes
13619
13620 2005-07-22 [paul]       1.9.13
13621
13622         1.9.13 release
13623
13624 2005-07-22 [paul]       1.9.12cvs91
13625
13626         * AUTHORS
13627         * INSTALL
13628         * README.claws
13629         * RELEASE_NOTES.claws
13630                 updated for release
13631         * configure.ac
13632         * po/nb.po
13633         * tools/claws.i18n.status.pl
13634                 add Norwegian translation. submiited by
13635                 Geir Helland <pjallabais@users.sourceforge.net>
13636         * po/ca.po
13637         * po/de.po
13638         * po/es.po
13639         * po/fi.po
13640         * po/fr.po
13641         * po/it.po
13642         * po/sk.po
13643         * po/sr.po
13644         * po/zh_CN.po
13645                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13646                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
13647                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
13648                 Yang Guilong
13649         * src/plugins/clamav/clamav_plugin_gtk.c
13650         * src/plugins/spamassassin/spamassassin_gtk.c
13651                 replace outdated description strings
13652
13653 2005-07-21 [colin]      1.9.12cvs90
13654
13655         * src/folder.c
13656                 Set folder to batch mode when scanning it. Makes deletion
13657                 of unread mails on IMAP much faster (due to the UNREAD 
13658                 flag unsetting)
13659
13660 2005-07-21 [darko]      1.9.12cvs89
13661
13662         * configure.ac
13663                 link against libresolv if necessary (patch by Paul)
13664         * src/msgcache.c
13665                 use glib's portable macros to determine endianness
13666
13667 2005-07-21 [paul]       1.9.12cvs88
13668
13669         * src/crash.c
13670         * src/gtk/about.c
13671                 update compiled-in features list
13672
13673 2005-07-20 [colin]      1.9.12cvs87
13674
13675         * src/folder.c
13676         * src/textview.c
13677                 Gcc 2.9x compilation fixes, thanks to Darko
13678         * src/plugins/clamav/clamav_plugin.c
13679                 Little optimisation: load virus database only once
13680         * src/plugins/spamassassin/spamassassin.c
13681                 Big optimisation: filtering one mail took at least 1 second,
13682                 now it takes at least 50ms. Doesn't speed up spamassassin 
13683                 itself, but should already be much more tolerable.
13684
13685 2005-07-20 [colin]      1.9.12cvs86
13686
13687         * src/summaryview.c
13688                 Fix performance issue
13689
13690 2005-07-19 [colin]      1.9.12cvs85
13691
13692         * src/plugins/pgpinline/plugin.c
13693                 Fix warning
13694
13695 2005-07-19 [colin]      1.9.12cvs84
13696
13697         * configure.ac
13698         * src/plugins/Makefile.am
13699         * src/plugins/pgpinline/.cvsignore
13700         * src/plugins/pgpinline/Makefile.am
13701         * src/plugins/pgpinline/pgpinline.c
13702         * src/plugins/pgpinline/pgpinline.deps
13703         * src/plugins/pgpinline/pgpinline.h
13704         * src/plugins/pgpinline/plugin.c
13705                 Put pgpinline in the main tree
13706
13707 2005-07-19 [paul]       1.9.12cvs83
13708
13709         * src/prefs_actions.c
13710                 prevent '//' in menu names, which cause a crash
13711                 thanks to Colin
13712
13713 2005-07-19 [paul]       1.9.12cvs82
13714
13715         * configure.ac
13716                 be generally more informative in configure output.
13717                 OpenSSL: correction: '[ --enable-openssl ...' -> 
13718                 '[ --disable-openssl ...', as --enable-openssl is default
13719                 PGP/MIME: don't check for GPGME again, check for
13720                 pgpcore instead. Therefore prevent the possibility of
13721                 attempting to build pgpmime if pgpcore dependencies are
13722                 not met
13723                 ClamAV: use pkgconfig to check for lib
13724                 libgnomeprint: revert logic on inner test to match
13725                 everything else
13726         * src/plugins/pgpcore/sgpgme.c
13727                 add missing include
13728
13729 2005-07-19 [colin]      1.9.12cvs81
13730
13731         * src/summaryview.c
13732                 Fix slow thread rebuilding in particular
13733                 cases
13734
13735 2005-07-19 [paul]       1.9.12cvs80
13736
13737         * sylpheed-claws.desktop
13738                 fix typo, spotted by Stephan Sachse
13739         * src/account.c
13740                 replace GTK_STOCK_ADD with
13741                 GTK_STOCK_NEW button
13742
13743 2005-07-18 [colin]      1.9.12cvs79
13744
13745         * src/etpan/imap-thread.c
13746                 Fix return value (Thanks Hoa)
13747
13748 2005-07-18 [colin]      1.9.12cvs78
13749
13750         * src/imap.c
13751                 Allow empty passwords
13752                 Create drafts/queue/outbox if necessary
13753         * src/summaryview.c
13754                 Remove old code
13755         * src/etpan/imap-thread.c
13756                 Fix STARTTLS (Thanks to Hoa)
13757
13758 2005-07-18 [paul]       1.9.12cvs77
13759
13760         * ChangeLog-gtk2.jp
13761         * ChangeLog.jp
13762                 removed
13763         * Makefile.am
13764                 updated to reflect additions and removals
13765         * TODO
13766                 updated to be claws-specific
13767         * TODO-gtk2
13768         * TODO-gtk2.jp
13769         * TODO.jp
13770         * sylpheed-128x128.png
13771         * sylpheed-64x64.png
13772                 removed
13773         * sylpheed-claws-128x128.png
13774         * sylpheed-claws-64x64.png
13775         * sylpheed-claws.desktop
13776         * sylpheed-claws.png
13777                 added
13778         * sylpheed.desktop
13779         * sylpheed.png
13780                 removed
13781
13782 2005-07-17 [paul]       1.9.12cvs76
13783
13784         * src/account.c
13785         * src/addressbook.c
13786         * src/alertpanel.c
13787         * src/alertpanel.h
13788         * src/compose.c
13789         * src/exphtmldlg.c
13790         * src/expldifdlg.c
13791         * src/folderview.c
13792         * src/imap_gtk.c
13793         * src/inc.c
13794         * src/message_search.c
13795         * src/messageview.c
13796         * src/mh_gtk.c
13797         * src/news_gtk.c
13798         * src/prefs_actions.c
13799         * src/prefs_filtering.c
13800         * src/prefs_matcher.c
13801         * src/prefs_template.c
13802         * src/prefs_themes.c
13803         * src/ssl_manager.c
13804         * src/summary_search.c
13805         * src/textview.c
13806         * src/toolbar.c
13807         * src/gtk/sslcertwindow.c
13808         * src/plugins/pgpcore/sgpgme.c
13809                 rework alertpanels
13810
13811 2005-07-17 [colin]      1.9.12cvs75
13812
13813         * src/privacy.c
13814                 add a PrivacySystem accessor that checks that
13815                 the system cached in a MimeInfo's privacydata
13816                 is still registered. Use this accessor instead
13817                 of directly using data->system. Fixes crashes
13818                 after unloading pgp plugins.
13819
13820 2005-07-17 [colin]      1.9.12cvs74
13821
13822         * src/alertpanel.c
13823                 Change geometry hints to a simple default size.
13824                 Fixes the certs dialogs.
13825
13826 2005-07-17 [colin]      1.9.12cvs73
13827
13828         * src/gtk/sslcertwindow.c
13829                 Use a gtkExpander
13830
13831 2005-07-17 [colin]      1.9.12cvs72
13832
13833         * src/plugins/pgpcore/Makefile.am
13834         * src/plugins/pgpmime/Makefile.am
13835                 Add gpgme libs
13836
13837 2005-07-17 [paul]       1.9.12cvs71
13838
13839         * configure.ac
13840                 add --disable-gnomeprint option
13841                 modified version of patch by Marius Mauch
13842
13843 2005-07-17 [paul]       1.9.12cvs70
13844
13845         * src/common/defs.h
13846                 update urls
13847         * src/account.c
13848         * src/action.c
13849         * src/addressbook.c
13850         * src/compose.c
13851         * src/foldersel.c
13852         * src/folderview.c
13853         * src/html.c
13854         * src/imap_gtk.c
13855         * src/main.c
13856         * src/mainwindow.c
13857         * src/messageview.c
13858         * src/mh_gtk.c
13859         * src/mimeview.c
13860         * src/news_gtk.c
13861         * src/prefs_account.c
13862         * src/prefs_send.c
13863         * src/prefs_summaries.c
13864         * src/procmsg.c
13865         * src/summaryview.c
13866         * src/common/utils.c
13867         * src/common/xml.c
13868         * src/plugins/pgpcore/passphrase.c
13869         * src/plugins/pgpcore/select-keys.c
13870                 replace inappropriately used backticks
13871                 with single quotes
13872
13873 2005-07-16 [colin]      1.9.12cvs69
13874
13875         * src/image_viewer.c
13876                 Add extra paranoid checks
13877
13878 2005-07-16 [colin]      1.9.12cvs68
13879
13880         * src/plugins/pgpcore/prefs_gpg.c
13881                 Don't auto-check sigs by default, as it
13882                 can be really slow.
13883
13884 2005-07-16 [colin]      1.9.12cvs67
13885
13886         * src/plugins/pgpcore/sgpgme.c
13887                 Make messages a bit better.
13888
13889 2005-07-16 [colin]      1.9.12cvs66
13890
13891         * src/imap.c
13892                 Remove pseudo-log
13893         * src/etpan/imap-thread.c
13894                 Add real log
13895
13896 2005-07-16 [colin]      1.9.12cvs65
13897
13898         * src/main.c
13899         * src/prefs_other.c
13900                 And now, fix build with libetpan :-/
13901
13902 2005-07-15 [colin]      1.9.12cvs64
13903
13904         * src/prefs_other.c
13905                 Continue fixing build without libetpan.
13906
13907 2005-07-15 [colin]      1.9.12cvs63
13908
13909         * src/main.c
13910                 Fix build with --disable-libetpan
13911
13912 2005-07-15 [colin]      1.9.12cvs62
13913
13914         * configure.ac
13915                 Bump libetpan's version
13916
13917 2005-07-15 [colin]      1.9.12cvs61
13918
13919         * src/etpan/imap-thread.c
13920                 Actually stop logging :)
13921
13922 2005-07-15 [colin]      1.9.12cvs60
13923
13924         * src/addressbook.c
13925                 Fix dnd of multiple addresses.
13926
13927 2005-07-15 [hoa]        1.9.12cvs59
13928
13929         * src/etpan/imap-thread.c
13930             disable login of IMAP password in libetpan log file.
13931
13932 2005-07-15 [paul]       1.9.12cvs58
13933
13934         * src/account.c
13935                 don't automatically sort
13936                 do allow drag n drop
13937
13938 2005-07-15 [paul]       1.9.12cvs57
13939
13940         * src/account.c
13941         * src/ssl_manager.c
13942                 alphabetical listing
13943
13944 2005-07-15 [paul]       1.9.12cvs56
13945
13946         * src/gtk/pluginwindow.c
13947                 sort plugin list alphabetically
13948
13949 2005-07-15 [paul]       1.9.12cvs55
13950
13951         * src/prefs_spelling.c
13952         * src/prefs_wrapping.c
13953                 unify English usage
13954
13955 2005-07-15 [colin]      1.9.12cvs54
13956
13957         * src/wizard.c
13958                 Typo fix
13959
13960 2005-07-15 [paul]       1.9.12cvs53
13961
13962         * src/prefs_message.c
13963                 make 'show cursor' a hidden option
13964
13965 2005-07-14 [colin]      1.9.12cvs52
13966
13967         * src/plugins/spamassassin/Makefile.am
13968         * src/plugins/clamav/Makefile.am
13969                 Fix double EXTRA_DISTs
13970
13971 2005-07-14 [colin]      1.9.12cvs51
13972
13973         * src/plugins/clamav/Makefile.am
13974         * src/plugins/clamav/clamav_plugin_gtk.deps
13975         * src/plugins/spamassassin/Makefile.am
13976         * src/plugins/spamassassin/spamassassin_gtk.deps
13977                 Make $plugin_gtk depend on $plugin
13978
13979 2005-07-14 [hoa]        1.9.12cvs50
13980
13981         * src/etpan/imap-thread.c
13982                 enable debug log of libetpan when running with --debug
13983
13984 2005-07-14 [colin]      1.9.12cvs49
13985
13986         * configure.ac
13987         * src/common/Makefile.am
13988         * src/common/plugin.c
13989         * src/common/plugin.h
13990                 Add a little plugin dependancy system.
13991                 Plugins can ship a $plugin_name.deps file
13992                 (near them in PLUGINDIR) so that their
13993                 dependancies are loaded if possible.
13994         * src/plugins/Makefile.am
13995         * src/plugins/pgpcore/Makefile.am
13996         * src/plugins/pgpcore/passphrase.c
13997         * src/plugins/pgpcore/passphrase.h
13998         * src/plugins/pgpcore/plugin.c
13999         * src/plugins/pgpcore/prefs_gpg.c
14000         * src/plugins/pgpcore/prefs_gpg.h
14001         * src/plugins/pgpcore/select-keys.c
14002         * src/plugins/pgpcore/select-keys.h
14003         * src/plugins/pgpcore/sgpgme.c
14004         * src/plugins/pgpcore/sgpgme.h
14005                 Introduce pgpcore, used by pgpmime and
14006                 pgpinline
14007         * src/plugins/pgpmime/Makefile.am
14008         * src/plugins/pgpmime/passphrase.c
14009         * src/plugins/pgpmime/passphrase.h
14010         * src/plugins/pgpmime/pgpmime.c
14011         * src/plugins/pgpmime/pgpmime.deps
14012         * src/plugins/pgpmime/plugin.c
14013         * src/plugins/pgpmime/prefs_gpg.c
14014         * src/plugins/pgpmime/prefs_gpg.h
14015         * src/plugins/pgpmime/select-keys.c
14016         * src/plugins/pgpmime/select-keys.h
14017         * src/plugins/pgpmime/sgpgme.c
14018         * src/plugins/pgpmime/sgpgme.h
14019                 Remove the core from pgpmime and add the
14020                 dependancy to pgpcore.
14021
14022 2005-07-14 [paul]       1.9.12cvs48
14023
14024         * src/stock_pixmap.c
14025                 forgot this in last commit
14026
14027 2005-07-14 [paul]       1.9.12cvs47
14028
14029         * src/account.c
14030         * src/addressbook.c
14031                 add accelerators for the buttons (sync with main)
14032         * src/compose.c
14033         * src/compose.h
14034                 add accelerators for the buttons.
14035                 fix editing with external editor.
14036                 replace gdk_input_*() with GIOChannel;
14037                 (sync with main)
14038         * src/foldersel.c
14039                 display folder names with new/unread
14040                 representation (sync with main)
14041         * src/main.c
14042                 specify default window icon (sync with main)
14043         * src/prefs_common.c
14044                 use_addr_book default to FALSE
14045         * src/summaryview.c
14046         * src/textview.c
14047                 add accelerators for the buttons (sync with main)
14048         * src/gtk/menu.c
14049                 fix typos
14050         * src/pixmaps/sylpheed_icon.xpm
14051                 updated
14052
14053 2005-07-13 [paul]       1.9.12cvs46
14054
14055         * src/plugins/pgpmime/pgpmime.c
14056         * src/plugins/pgpmime/sgpgme.c
14057                 (temporarily) use deprecated gpgme_data_rewind()
14058                 while largefile support is not present
14059                 (as suggested by Colin)
14060
14061 2005-07-13 [paul]       1.9.12cvs45
14062
14063         * configure.ac
14064                 remove large file support (for now):
14065                 it breaks too many things
14066
14067 2005-07-13 [paul]       1.9.12cvs44
14068
14069         * configure.ac
14070                 add large file support
14071         * src/html.c
14072                 fix bug #763 where href attribute was not
14073                 the very first attribute of a link
14074                 patch by Thomas Gilgin
14075
14076 2005-07-13 [colin]      1.9.12cvs43
14077
14078         * src/gtk/pluginwindow.c
14079                 Little portability fix
14080
14081 2005-07-13 [colin]      1.9.12cvs42
14082
14083         * src/plugins/pgpmime/sgpgme.c
14084                 Fix crasher.
14085
14086 2005-07-13 [colin]      1.9.12cvs41
14087
14088         * src/plugins/pgpmime/pgpmime.c
14089         * src/plugins/pgpmime/sgpgme.c
14090                 Use gpgme_data_release_and_get_mem instead
14091                 of gpgme_data_read.
14092
14093 2005-07-13 [colin]      1.9.12cvs40
14094
14095         * configure.ac
14096         * src/plugins/pgpmime/passphrase.c
14097         * src/plugins/pgpmime/passphrase.h
14098         * src/plugins/pgpmime/pgpmime.c
14099         * src/plugins/pgpmime/plugin.c
14100         * src/plugins/pgpmime/select-keys.c
14101         * src/plugins/pgpmime/select-keys.h
14102         * src/plugins/pgpmime/sgpgme.c
14103         * src/plugins/pgpmime/sgpgme.h
14104                 Port pgpmime to gpgme-1.0.
14105
14106 2005-07-12 [paul]       1.9.12cvs39
14107
14108         * AUTHORS
14109         * src/toolbar.c
14110         * src/toolbar.h
14111                 add a 'Go to Prev' button to the toolbar.
14112                 correct tooltip text of go to buttons.
14113                 based on patch by Yang Guilong <bamanzi@gmail.com>
14114
14115 2005-07-12 [colin]      1.9.12cvs38
14116
14117         * src/statusbar.c
14118                 Fix progress bar showing stuff at startup.
14119
14120 2005-07-12 [paul]       1.9.12cvs37
14121
14122         * src/editjpilot.c
14123                 fix building with jpilot support
14124
14125 2005-07-11 [colin]      1.9.12cvs36
14126
14127         * src/inc.c
14128                 Add visual indication that filtering is running
14129         * src/textview.c
14130                 Make {}[] uri delimiters
14131         * src/summaryview.c
14132                 Remove useless (and slow) calls
14133
14134 2005-07-11 [paul]       1.9.12cvs35
14135
14136         * src/plugins/clamav/clamav_plugin_gtk.c
14137         * src/plugins/dillo_viewer/dillo_prefs.c
14138         * src/plugins/pgpmime/prefs_gpg.c
14139         * src/plugins/spamassassin/spamassassin_gtk.c
14140                 gather plugins prefs together under their
14141                 own 'Plugins' heading
14142
14143 2005-07-11 [paul]       1.9.12cvs34
14144
14145         sync with main
14146
14147         * src/account.c
14148                 account_delete(): modified alert dialog
14149         * src/editjpilot.c
14150         * src/editvcard.c
14151                 fixed a crash when cancelling file selection
14152                 dialog by Escape key. Made non-ascii filename
14153                 selectable.
14154         * src/prefs_template.c
14155                 prefs_template_window_create(): make scrolled
14156                 window policy AUTOMATIC
14157
14158 2005-07-10 [hoa]        1.9.12cvs33
14159
14160         * src/etpan/imap-thread.c
14161                 workaround for old Courier IMAP servers.
14162
14163 2005-07-10 [colin]      1.9.12cvs32
14164
14165         * src/folder.c
14166         * src/statusbar.c
14167         * src/statusbar.h
14168                 Add visual progress indicator on filtering/processing
14169                 Factorize the progress bar code
14170         * src/imap.c
14171         * src/imap.h
14172         * src/etpan/imap-thread.c
14173                 Add a reference counter to avoid destroying the Folder
14174                 while it's in use by another callback.
14175
14176 2005-07-09 [hoa]        1.9.12cvs31
14177
14178         * src/imap.c
14179         * src/etpan/imap-thread.c
14180                 fixed deadlock when removing IMAP account.
14181
14182 2005-07-08 [colin]      1.9.12cvs30
14183
14184         * src/textview.c
14185         * src/unmime.c
14186                 Fix again problems decoding broken headers
14187         * src/gtk/inputdialog.c
14188                 Fix local variable shadowing a global one
14189
14190 2005-07-08 [colin]      1.9.12cvs29
14191
14192         * src/msgcache.c
14193                 Make the cache/mark files platform-agnostic by writing
14194                 them in little-endian format. Reading them is also done
14195                 in little-endian format, of course; however, in order
14196                 to avoid trashing mark data on big-endian machines, the
14197                 files are, at first, read from the native format if the
14198                 little-endian one doesn't exist. This is easy to deter-
14199                 mine by trying to open a file with a swapped data_ver
14200                 and seeing if it's the wanted version.
14201                 Little-endian using users should see absolutely no
14202                 difference, Big-endian users may get a very little
14203                 performance drop due to byte-swapping.
14204                 Tested on i386 and ppc32. 
14205                 Fixes bug #159 (The index file, in the mailboxes, is 
14206                 hardware depending).
14207
14208                 To have the cache/mark files updated to the new little-
14209                 endian format, "Check for new messages" or even
14210                 "Rebuild folder tree" aren't enough. Files will be
14211                 updated as soon as a folder has been opened/closed.
14212                 To update everything, just select all folders by
14213                 selecting them one by one.
14214
14215 2005-07-07 [colin]      1.9.12cvs28
14216
14217         * src/imap.c
14218                 Remember the folder separator per IMAPFolder
14219                 instead of globally.
14220                 Revive the Session on noop; fixes bug #761
14221                 (mark a bunch of unread messages as read takes 
14222                 forever)
14223
14224 2005-07-07 [darko]      1.9.12cvs27
14225
14226         * src/common/template.c
14227                 Sort templates alphabetically
14228
14229 2005-07-06 [colin]      1.9.12cvs26
14230
14231         * src/imap.c
14232                 Try to use the correct separator in
14233                 most cases. Possibly fixes bug #759
14234                 (only creates the INBOX folder when 
14235                 setting up new IMAP account) and 
14236                 bug #760 (Can't retrieve messages)
14237
14238 2005-07-06 [colin]      1.9.12cvs25
14239
14240         * src/imap.c
14241                 Use real_path in status command. This will
14242                 help later, when namespaces will be used.
14243
14244 2005-07-06 [colin]      1.9.12cvs24
14245
14246         * configure.ac
14247         * src/account.c
14248         * src/folder.c
14249         * src/imap.c
14250         * src/etpan/etpan-log.c
14251         * src/etpan/etpan-thread-manager.c
14252         * src/etpan/imap-thread.c
14253                 Add a --disable-libetpan parameter. With this,
14254                 users that don't want IMAP4 support can avoid
14255                 the new dependancy (and have no IMAP support).
14256                 Users that have IMAP4 accounts and use this
14257                 parameter won't lose their configuration, their
14258                 IMAP accounts will just be invisible and not
14259                 used.
14260         * src/textview.c
14261                 Make the "Copy ..." contextual menu items 
14262                 copy to both the X clipboard and the gtk 
14263                 clipboard - as most other apps do.
14264         * src/gtk/about.c
14265                 Add a notice about OpenSSL usage, in order to
14266                 comply with OpenSSL's license (point 6):
14267                 http://www.openssl.org/source/license.html
14268
14269 2005-07-06 [colin]      1.9.12cvs23
14270
14271         * src/alertpanel.c
14272                 Fix a minimum size for alertpanels
14273         * src/compose.c
14274                 Show 'No space left on device' type errors
14275                 when queuing/sending
14276         * src/imap_gtk.c
14277         * src/mh_gtk.c
14278                 Rework folder's deletion message (remove 
14279                 extra \n)
14280
14281 2005-07-05 [colin]      1.9.12cvs22
14282
14283         * src/imap.c
14284                 Add an alertpanel on auth error
14285                 Add pseudo-log
14286                 Remove pthread-related stuff
14287
14288 2005-07-05 [colin]      1.9.12cvs21
14289
14290         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14291                 Fix crash on plugin reloading (with a hack)
14292
14293 2005-07-05 [colin]      1.9.12cvs20
14294
14295         * src/prefs_account.c
14296         * src/prefs_account.h
14297                 Fix typo
14298         * src/gtk/filesel.c
14299         * src/gtk/filesel.h
14300                 Add a way to filter the view
14301         * src/gtk/pluginwindow.c
14302                 Filter loadable stuff
14303         * src/plugins/pgpmime/prefs_gpg.c
14304                 Fix missing unregistration
14305         * .cvsignore
14306         * src/etpan/.cvsignore
14307         * src/plugins/spamassassin/.cvsignore
14308                 Add more stuff to cvs ignored files
14309
14310 2005-07-04 [colin]      1.9.12cvs19
14311
14312         * src/imap.c
14313                 Fix scan_required returning FALSE when it
14314                 shouldn't. Maybe fix #760 (Can't retrieve
14315                 messages)
14316
14317 2005-07-04 [colin]      1.9.12cvs18
14318
14319         * src/summaryview.c
14320                 Fix always_show_msg pref
14321
14322 2005-07-04 [paul]       1.9.12cvs17
14323
14324         sync with main (forgotten in last commit)
14325         
14326         * src/common/utils.c
14327         * src/common/utils.h
14328                 check_line_length(): new.
14329                 is_dir_exist()
14330                 is_file_entry_exist()
14331                 dirent_is_regular_file()
14332                 dirent_is_directory(): use g_file_test() instead of stat().
14333
14334 2005-07-04 [paul]       1.9.12cvs16
14335
14336         sync with main:
14337
14338         * src/compose.c
14339                 compose_write_to_file(): check for line
14340                 length limit and display warning if exceeds
14341         * src/jpilot.c
14342                 use get_home_dir() instead of g_get_home_dir()
14343         * src/procheader.c
14344                 removed warning about invalid date
14345         * src/vcard.c
14346                 use get_home_dir() instead of g_get_home_dir()
14347
14348 2005-07-04 [paul]       1.9.12cvs15
14349
14350         * src/stock_pixmap.c
14351                 fix new pixmap naming errors
14352                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14353
14354 2005-07-04 [colin]      1.9.12cvs14
14355
14356         * src/imap.c
14357                 Fix debugging string with a warning
14358
14359 2005-07-04 [colin]      1.9.12cvs13
14360
14361         * configure.ac
14362                 Add a check for libetpan's version (>= 0.37)
14363
14364 2005-07-04 [hoa]        1.9.12cvs12
14365
14366         * commitHelper
14367         * src/imap.c
14368         * src/etpan/imap-thread.c
14369         * src/etpan/imap-thread.h
14370                 fixed IMAP implementation of check of mails.
14371
14372 2005-07-03 [hoa]        1.9.12cvs11
14373
14374         * src/etpan/Makefile.am
14375         * src/etpan/etpan-errors.h
14376         * src/etpan/etpan-log.[ch]
14377         * src/etpan/etpan-thread-manager-types.h
14378         * src/etpan/etpan-thread-manager.[ch]
14379         * src/etpan/imap-thread.[ch]
14380         * src/Makefile.am
14381         * src/imap.c
14382         * src/main.c
14383         * src/prefs_other.c
14384         * configure.ac
14385             merged imap branch.
14386             dependency on libetpan 0.37 is now added.
14387
14388 2005-07-01 [colin]      1.9.12cvs10
14389
14390         * src/Makefile.am
14391         * src/folder.c
14392         * src/folder.h
14393         * src/folderview.c
14394         * src/stock_pixmap.c
14395         * src/stock_pixmap.h
14396         * src/plugins/trayicon/trayicon.c
14397                 Add marked symbol on folders containing
14398                 marked messages
14399         * src/procmsg.c
14400         * src/procmsg.h
14401         * src/toolbar.c
14402         * src/prefs_common.c
14403         * src/prefs_common.h
14404         * src/prefs_send.c
14405                 Add an optional confirmation dialog on queue
14406                 sending. Patch by wwp.
14407         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14408         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14409         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14410         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14411         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14412         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14413         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14414         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14415         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14416         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14417         * src/pixmaps/trash_mark.xpm            ** ADDED **
14418                 New pixmaps
14419
14420 2005-07-01 [colin]      1.9.12cvs9
14421
14422         * src/summaryview.c
14423                 Fix a little threading bug
14424         * src/addrgather.c
14425         * src/mainwindow.c
14426                 A little bit of HIG normality never hurts
14427
14428 2005-07-01 [colin]      1.9.12cvs8
14429
14430         * src/compose.c
14431         * src/msgcache.c
14432         * src/pop.c
14433         * src/procmime.c
14434         * src/recv.c
14435         * src/common/log.c
14436         * src/common/template.c
14437         * src/common/utils.c
14438         * src/common/utils.h
14439                 Reverted the fwrite_atomic stuff. In fact
14440                 it is already atomic.
14441
14442 2005-06-30 [colin]      1.9.12cvs7
14443
14444         * src/common/utils.c
14445         * src/common/utils.h
14446                 Add an fwrite_atomic() function to make
14447                 sure we write everything: fwrite can make
14448                 short writes.
14449         * src/compose.c
14450         * src/msgcache.c
14451         * src/pop.c
14452         * src/procmime.c
14453         * src/recv.c
14454         * src/common/log.c
14455         * src/common/template.c
14456                 Use that (and fix swapping of size and nmemb).
14457                 Thanks to Rich Coe for the heads up.
14458
14459 2005-06-30 [colin]      1.9.12cvs6
14460
14461         * src/addressbook.c
14462                 Optimize addressbook opening 
14463
14464 2005-06-30 [colin]      1.9.12cvs5
14465
14466         * src/summaryview.c
14467                 Remove calls to summary_step after move/copy
14468
14469 2005-06-28 [paul]       1.9.12cvs4
14470
14471         * src/alertpanel.c
14472                 wrap and make the error msg selectable
14473
14474 2005-06-28 [paul]       1.9.12cvs3
14475
14476         * src/ssl_manager.c
14477                 replace the OK button with a Close button
14478         * src/gtk/foldersort.c
14479                 use GTK_STOCK_ icons/buttons
14480
14481 2005-06-28 [colin]      1.9.12cvs2
14482
14483         * src/gedit-print.c             ** ADDED **
14484         * src/gedit-print.h             ** ADDED **
14485         * src/gtk/gtksourceprintjob.c   ** ADDED **
14486         * src/gtk/gtksourceprintjob.h   ** ADDED **
14487                 I can't believe no one had enough time to tell
14488                 me I forgot the `cvs add`
14489
14490 2005-06-27 [colin]      1.9.12cvs1
14491
14492         * src/Makefile.am
14493         * src/gtk/Makefile.am
14494         * src/messageview.c
14495         * src/procmsg.c
14496         * src/summaryview.c
14497         * configure.ac
14498                 Add optional libgnomeprint-based printing
14499         * src/mainwindow.c
14500         * src/gtk/quicksearch.c
14501                 Add an Edit/Quick search menu item to show
14502                 and focus the quicksearch
14503
14504 2005-06-27 [paul]       1.9.12
14505
14506         1.9.12 release
14507
14508         * po/ca.po
14509         * po/de.po
14510         * po/es.po
14511         * po/fr.po
14512         * po/it.po
14513         * po/ko.po
14514         * po/pt_BR.po
14515         * po/sk.po
14516         * po/zh_CN.po
14517                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14518                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14519                 SungHyun Nam, Frederico Goncalves Guimaraes,
14520                 Andrej Kacian, and Yang Guilong
14521 2005-06-26 [colin]      1.9.11cvs106
14522
14523         * src/imap_gtk.c
14524                 Forgot one file for previous fix
14525
14526 2005-06-26 [colin]      1.9.11cvs105
14527
14528         * src/folder.c
14529         * src/imap.c
14530                 Fix problems with folder operations in no_select
14531                 imap folders. it applies only to mails, and 
14532                 creation/deletion/move/renaming of folders 
14533                 should be possible
14534
14535 2005-06-26 [paul]       1.9.11cvs104
14536
14537         * src/prefs_filtering.c
14538                 replace one more GTK_STOCK_REMOVE
14539                 with GTK_STOCK_DELETE
14540
14541 2005-06-25 [colin]      1.9.11cvs103
14542
14543         * src/imap.c
14544                 Optimize get_seq_set_from_seq_list
14545                 (Patch by Ricardo) 
14546
14547 2005-06-25 [colin]      1.9.11cvs102
14548
14549         * src/mh.c
14550                 If the directory exists, but not in the
14551                 correct encoding, rename it. This should
14552                 handle old-versions-induced bugs.
14553
14554 2005-06-25 [colin]      1.9.11cvs101
14555
14556         * src/mh.c
14557                 Fix path access with extended dir names
14558                 Fixes bug #589 (SC segfaults with wrong locale
14559                 settings)
14560
14561 2005-06-25 [colin]      1.9.11cvs100
14562
14563         * src/prefs_account.c
14564         * src/prefs_account.h
14565         * src/compose.c
14566                 Add an option to encrypt replies to
14567                 encrypted messages
14568
14569 2005-06-25 [colin]      1.9.11cvs99
14570
14571         * src/compose.c
14572         * src/quote_fmt_parse.y
14573                 ... And make it work with pgpinline.
14574
14575 2005-06-25 [colin]      1.9.11cvs98
14576
14577         * src/compose.c
14578         * src/procmime.c
14579         * src/procmime.h
14580         * src/quote_fmt_parse.y
14581                 o Make reedition of encrypted messages possible
14582                   (as long as it is encrypted to self too, no
14583                    magic there)
14584                 o Make replying with quote (and without selecting
14585                   text) possible for encrypted messages.
14586                 Closes bug #550 (Not possible to "reply with quote"
14587                 to gnupg encrypted messages)
14588
14589 2005-06-24 [paul]       1.9.11cvs97
14590
14591         * src/imap.c
14592                 add missing include
14593
14594 2005-06-24 [paul]       1.9.11cvs96
14595
14596         * src/editldap.c
14597                 made bind password entry invisible
14598                 (sync with main)
14599         * src/send_message.c
14600                 send_message_local(): check exit status
14601                 to detect errors (sync with main)
14602         * src/textview.c
14603                 use main's less ambiguous popup menu
14604                 wording
14605
14606 2005-06-24 [paul]       1.9.11cvs95
14607
14608         * src/prefs_actions.c
14609         * src/prefs_customheader.c
14610         * src/prefs_display_header.c
14611         * src/prefs_filtering_action.c
14612         * src/prefs_matcher.c
14613         * src/prefs_template.c
14614         * src/prefs_toolbar.c
14615                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
14616         * src/gtk/description_window.c
14617                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
14618
14619 2005-06-23 [colin]      1.9.11cvs94
14620
14621         * src/summaryview.c
14622                 Fix rough edges (be sure to call status_show whenever
14623                 necessary).
14624
14625 2005-06-23 [colin]      1.9.11cvs93
14626
14627         * src/summaryview.c
14628                 Optimize Select All
14629                 Before, in a 5K mails folder: 11s
14630                 After, in the same folder: 58000µs
14631                 The joys of locking... gtk_clist_select_all() fires a 
14632                 tree-select-row event for each selected row, which in 
14633                 summaryview, callbacks summary_selected which in turn,
14634                 calls summary_status_show, which walks the selected
14635                 rows. Hence, calling gtk_clist_select_all was 
14636                 exponential. Locking the summaryview makes 
14637                 summary_selected return early.
14638
14639 2005-06-23 [colin]      1.9.11cvs92
14640
14641         * src/imap.c
14642                 Move mutex at the important place to avoid
14643                 deadlocks
14644         * src/summaryview.c
14645                 Fix Del key deleting directly instead of
14646                 moving to trash
14647
14648 2005-06-22 [colin]      1.9.11cvs91
14649
14650         * src/plugins/spamassassin/libspamc.c
14651                 As we do spagetti code with assignations in multiple
14652                 places (see _message_read_raw where out = msg = raw),
14653                 let's be sure we don't free the same pointer twice.
14654                 Should fix bug #683 (Crash in libpam at 
14655                 message_cleanup).
14656
14657 2005-06-22 [colin]      1.9.11cvs90
14658
14659         * src/compose.c
14660         * src/messageview.c
14661         * src/toolbar.c
14662                 Make toolbar's delete use the move to trash stuff;
14663                 Add gtk_widget_realize to be sure pixmaps can get
14664                 created (that may fix an old worksforme bug which
14665                 I can't find back...)
14666
14667 2005-06-22 [colin]      1.9.11cvs89
14668
14669         * src/summaryview.c
14670         * src/summaryview.h
14671         * src/mainwindow.c
14672                 Rename "Message/Delete" to "Message/Move to trash"
14673                 Add "Message/Delete..." that directly destroys the
14674                 selected messages after asking for a confirmation.
14675
14676 2005-06-22 [colin]      1.9.11cvs88
14677
14678         * src/imap.c
14679                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
14680                 o Fix a deadlock (thanks Darko)
14681
14682 2005-06-22 [colin]      1.9.11cvs87
14683
14684         * src/gtk/foldersort.c
14685                 Add missing include for the i18n;
14686                 patch by Fabien Vantard
14687
14688 2005-06-21 [colin]      1.9.11cvs86
14689
14690         * src/folder.c
14691         * src/folderview.c
14692                 Respect the no_select flag
14693         * src/imap.c
14694                 Fix recursive deletion
14695         * src/imap_gtk.c
14696         * src/mh_gtk.c
14697                 Make the folder deletion's warning
14698                 more explicit
14699
14700 2005-06-21 [colin]      1.9.11cvs85
14701
14702         * src/textview.c
14703                 Prevent email addresses from spanning accross
14704                 lines - fixes bug # 646 (newline-chars in 
14705                 email addresses)
14706
14707 2005-06-20 [colin]      1.9.11cvs84
14708
14709         * src/folder.c
14710                 Be sure not to remove source if copy failed
14711
14712 2005-06-20 [colin]      1.9.11cvs83
14713
14714         * src/folderview.c
14715         * src/imap_gtk.c
14716                 remove summaryview's lock
14717         * src/imap.c
14718                 introduce threads to avoid problems when foreground tasks
14719                 interfere with background tasks
14720         * src/mh.c
14721                 prevent moving to drafts/queue
14722         * src/mimeview.c
14723                 fix leak
14724
14725 2005-06-19 [colin]      1.9.11cvs82
14726
14727         * src/imap_gtk.c
14728                 Remember that the user doesn't want to override
14729                 offline mode, for 3 seconds. It avoid presenting
14730                 him with N popups in a really short time.
14731
14732 2005-06-17 [colin]      1.9.11cvs81
14733
14734         * src/imap.c
14735                 Fix IMAP breaking on folders containing '('
14736                 (Probably won't be enough)
14737
14738 2005-06-17 [colin]      1.9.11cvs80
14739
14740         Forgotten files on 1.9.11cvs79
14741         * src/summaryview.c
14742                 Fix stepping when not immediately executing
14743         * src/imap.c
14744                 Really prevent UID FETCH 0
14745         * src/codeconv.c
14746                 Fix outgoing charset never set to utf-8
14747         * src/mh.c
14748                 Fix leak
14749
14750 2005-06-16 [colin]      1.9.11cvs79
14751
14752         * src/compose.c
14753                 Fix bug #707 (Dash splits rows)
14754                 Only wrap if we're on a line break position and
14755                 the previous one was a "white" (space) char.
14756                 Pango stuff is weird.
14757
14758 2005-06-16 [colin]      1.9.11cvs78
14759
14760         * src/imap_gtk.c
14761                 Lock summaryview while downloading messages
14762                 on user demand
14763         * src/procheader.c
14764         * src/unmime.c
14765         * src/common/utils.c
14766         * src/common/utils.h
14767                 Replace \r and \n with spaces in From and
14768                 Subject headers
14769
14770 2005-06-16 [paul]       1.9.11cvs77
14771
14772         * src/procmime.c
14773                 liberalise the mime parser
14774         * src/gtk/about.c
14775                 add text wrapping
14776
14777 2005-06-16 [paul]       1.9.11cvs76
14778
14779         * src/gtk/about.c
14780                 reworked
14781
14782 2005-06-15 [colin]      1.9.11cvs75
14783
14784         * src/compose.c
14785                 Finish header encoding fix
14786         * src/summaryview.c
14787                 Fix segfault
14788         * src/headerview.c
14789                 Fix compilation (Thanks Stephan
14790                 Sachse)
14791
14792 2005-06-15 [colin]      1.9.11cvs74
14793
14794         * Makefile.am
14795                 Install gnome2 stuff rather than gnome1, 
14796                 if both are present
14797         * src/codeconv.c
14798         * src/codeconv.h
14799         * src/compose.c
14800                 Fix headers encoding
14801         * src/folder.c
14802                 Visual progress when fetching all messages
14803         * src/folderview.c
14804         * src/summaryview.c
14805         * src/summaryview.h
14806                 Prevent changing current message while
14807                 incorporating
14808
14809 2005-06-15 [paul]       1.9.11cvs73
14810
14811         * src/gtk/gtkaspell.c
14812         * src/gtk/gtkaspell.h
14813                 fix build warnings
14814
14815 2005-06-15 [paul]       1.9.11cvs72
14816
14817         * src/prefs_filtering.c
14818                 allow reordering of filter rules by
14819                 drag n drop
14820
14821 2005-06-15 [paul]       1.9.11cvs71
14822
14823         * COPYING
14824                 updated
14825         * src/codeconv.c
14826                 replace deprecated function
14827         * src/inc.c
14828         * src/send_message.c
14829         * src/gtk/progressdialog.c
14830         * src/gtk/progressdialog.h
14831                 salvage and reuse parts of reverted sync
14832
14833 2005-06-15 [paul]       1.9.11cvs70
14834
14835         * src/inc.c
14836         * src/send_message.c
14837         * src/gtk/progressdialog.c
14838         * src/gtk/progressdialog.h
14839                 revert yesterday's sync with main
14840                 it contains deprecated functions
14841
14842 2005-06-15 [colin]      1.9.11cvs69
14843
14844         * src/headerview.c
14845                 Fix bug #670 (multi user to: will corrupt message 
14846                 headers display)
14847
14848 2005-06-15 [colin]      1.9.11cvs68
14849
14850         * src/compose.c
14851                 Fix bug #421 (Fix undo on wrapping)
14852
14853 2005-06-15 [colin]      1.9.11cvs67
14854
14855         * src/folder.c
14856                 Provide visual feedback while processing
14857                 folder's rules.
14858         * src/imap.c
14859                 Provide visual feedback while getting
14860                 short headers (for uncached messages)
14861
14862
14863 2005-06-14 [paul]       1.9.11cvs66
14864
14865         * src/account.c
14866                 change a couple stock icons
14867         * src/inc.c
14868         * src/send_message.c
14869         * src/gtk/progressdialog.c
14870         * src/gtk/progressdialog.h
14871                 sync main's GtkTreeView implementation
14872
14873 2005-06-14 [colin]      1.9.11cvs65
14874
14875         * src/imap.c
14876                 Various little fixes, mainly on error paths
14877
14878 2005-06-13 [colin]      1.9.11cvs64
14879
14880         * matcher.c
14881         * procmsg.c
14882         * procmsg.h
14883                 Add a way to fetch only headers. This speeds
14884                 up filtering on headers for IMAP. Fixes:
14885                 bug #481 extraneous imap commands slow down 
14886                         imap filtering
14887                 bug #522 Sylpheed downloads all messages 
14888                         when opening mailbox (IMAP)
14889                 bug #677 IMAP fetch is soooooooooooooo slow
14890         * src/folder.c
14891         * src/folder.h
14892                 Add a folder set_batch method so that
14893                 implementations can speed up flags changes
14894         * src/folderutils.c
14895         * src/summaryview.c
14896                 Use that in mark as (un)read and mark all read
14897                 Refix bug #679
14898         * src/imap.c
14899                 Implement set_batch - brings back deferred
14900                 flags in a less buggy manner. Fixes:
14901                 bug #729 IMAP immediate expunge of deleted messages
14902                 bug #191 remove list of messages with one command
14903                 Fix login with strange chars
14904                 Implement fetch_msg_full
14905                 Fix copy (wrong counts)
14906
14907 2005-06-12 [colin]      1.9.11cvs63
14908
14909         * src/folder.c
14910                 lock incorporation during long operations.
14911                 Avoids fucking up the IMAP socket.
14912
14913 2005-06-12 [colin]      1.9.11cvs62
14914
14915         * src/imap.c
14916                 Fix harmful typo
14917                 Factorize remove_all_msg
14918                 Thread-ize expunge
14919         * src/summaryview.c
14920                 Don't update partial-download status if unnecessary
14921         * src/folder.c
14922                 Use remove_msgs everywhere possible
14923
14924 2005-06-12 [colin]      1.9.11cvs61
14925
14926         * src/folder.c
14927         * src/folder.h
14928                 Add a remove_msgs function to remove a 
14929                 list of messages
14930         * src/imap.c
14931                 Implement that.
14932
14933 2005-06-12 [colin]      1.9.11cvs60
14934
14935         * src/imap.c
14936                 Remove flags-processing deferring... Too hard
14937                 to get it to work in all cases.
14938
14939 2005-06-11 [colin]      1.9.11cvs59
14940
14941         * src/imap.c
14942                 printf -> debug_print
14943
14944 2005-06-11 [colin]      1.9.11cvs58
14945
14946         * src/imap.c
14947                 o Fix build without USE_PTHREAD
14948                 o Factorize imap_open
14949                 o Alertpanel in case of impossible connection
14950                 o Alertpanel in case of impossible login
14951                 o Fix deferred flags processing to force a 
14952                   flush before adding some more flags to process,
14953                   but in another folder.
14954
14955 2005-06-10 [colin]      1.9.11cvs57
14956
14957         * src/imap.c
14958                 o Fix a format string error
14959                 o init ssl socket outside of the thread 
14960                   (it possibly invokes gtk calls)
14961         * src/procmime.c
14962                 o Put back the buffer to its necessary size
14963                 o Fix changing a file pointer without keeping
14964                   track of it (thanks Valgrind)
14965         * src/common/smtp.c
14966                 o Fix automatic STARTTLS if login should be done
14967                   and the server only allows it after starting TLS
14968         * src/gtk/gtkinputdialog.c
14969                 o Eat GDK_Return so that the combo popup doesn't 
14970                   appear when we press Enter to validate the combo
14971                   input dialog (as seen in the Open with... dialog)
14972
14973 2005-06-10 [colin]      1.9.11cvs56
14974
14975         * src/imap.c
14976                 o A bit less debug
14977                 o Fix a crash on deletion
14978                 o Threadize imap_select (it's called outside of 
14979                   threads)
14980                 o Defer treatment of DELETED flags
14981
14982
14983 2005-06-09 [colin]      1.9.11cvs55
14984
14985         * src/imap.c
14986                 Make sure we check imap_gtk_should_override(), which
14987                 potentially calls gtk stuff, before creating thread.
14988                 That way it should't be called via imap_get_session()
14989                 inside a thread.
14990
14991 2005-06-09 [colin]      1.9.11cvs54
14992
14993         * src/imap.c
14994                 o add a bit of status output
14995                 o remove some dead code
14996                 o threadize get_list_of_uids
14997                 o threadize imap_get_flags
14998                 o defer flag changing by 500ms so that they
14999                   can be batched
15000
15001
15002 2005-06-08 [colin]      1.9.11cvs53
15003
15004         * src/imap.c
15005                 Thread-ize imap_cmd_fetch
15006
15007 2005-06-08 [colin]      1.9.11cvs52
15008
15009         * src/main.c
15010                 Mmh, that broke POP3...
15011
15012 2005-06-08 [colin]      1.9.11cvs51
15013
15014         * src/main.c
15015                 Stabilize IMAP patch (thanks to Hoa)
15016
15017 2005-06-08 [colin]      1.9.11cvs50
15018
15019         * src/imap.c
15020                 Test patch to speed up imap. 
15021
15022 2005-06-08 [colin]      1.9.11cvs49
15023
15024         * src/imap_gtk.c
15025                 Warning fix
15026         * src/procmime.c
15027                 Apply patch from gentoo to use /usr/share/mime/globs if 
15028                 available, after un-breaking it
15029         * src/common/log.c
15030         * src/common/log.h
15031                 Use g_timeout for invoking hooks that possibly use gtk
15032                 calls. This should leave gtk calls in the main thread.
15033
15034 2005-06-08 [paul]       1.9.11cvs48
15035
15036         * src/codeconv.c
15037                 conv_get_outgoing_charset_str(): don't
15038                 use prefs_common setting
15039         * src/compose.c
15040         * src/compose.h
15041                 add /Options/Character encoding/... to
15042                 temporarily change the outgoing encoding
15043
15044         (belated sync with main)
15045
15046 2005-06-08 [paul]       1.9.11cvs47
15047
15048         * src/compose.c
15049                 correction to/completion of last
15050                 sync with main
15051
15052 2005-06-08 [paul]       1.9.11cvs46
15053
15054         sync with main:
15055         
15056         * src/codeconv.c
15057         * src/codeconv.h
15058                 always enabled Japanese auto-detection
15059                 if the first letters of locale string
15060                 is "ja"
15061         * src/compose.c
15062                 don't use "destroy" signal to destroy
15063                 Compose object (fix rare crashes on discard?)
15064         * src/mainwindow.c
15065         * src/messageview.c
15066         * src/prefs_send.c
15067                 added Hebrew encodings
15068         * src/sourcewindow.c
15069                 don't use "destroy" signal to destroy
15070                 objects
15071
15072 2005-06-07 [colin]      1.9.11cvs45
15073
15074         * src/summaryview.c
15075                 Add missing unlocks/locks
15076
15077 2005-06-07 [paul]       1.9.11cvs44
15078
15079         * src/summaryview.c
15080                 restore bug #749 fix
15081
15082 2005-06-06 [colin]      1.9.11cvs43
15083
15084         * src/summaryview.c
15085                 Fix selection bug when prefs_common.open_unread 
15086                 is FALSE
15087
15088 2005-06-06 [colin]      1.9.11cvs42
15089
15090         * src/common/md5.c
15091                 Fix a warning
15092         * src/summaryview.c
15093         * src/folderview.c
15094                 Factorize long operations beginning and end
15095                 (locking, freezing/thawing, cursor, ...)
15096                 Check selection->data member in selection-
15097                 related loops; this avoids dying an awful
15098                 death if the selection changes on us while
15099                 we're marking a whole IMAP folder unread, 
15100                 for example.
15101
15102 2005-06-06 [paul]       1.9.11cvs41
15103
15104         * src/textview.c
15105                 don't g_free() a static gchar buffer
15106
15107 2005-06-05 [colin]      1.9.11cvs40
15108
15109         * src/mainwindow.c
15110         * src/messageview.c
15111         * src/summaryview.c
15112                 Fix bug #749 (Show all headers should be
15113                 sticky as the GUI suggests)
15114
15115 2005-06-03 [paul]       1.9.11cvs39
15116
15117         * src/compose.c
15118                 don't allow editing of mail while sending.
15119                 patch by Colin
15120
15121 2005-06-03 [paul]       1.9.11cvs38
15122
15123         * src/folderview.c
15124                 add a freeze/thaw to speed up 'mark all read'
15125
15126 2005-06-03 [paul]       1.9.11cvs37
15127
15128         * src/prefs_message.c
15129                 reflect changes immediately
15130
15131 2005-06-02 [colin]      1.9.11cvs36
15132
15133         * po/POTFILES.in
15134                 Patch by Fabien Vantard.
15135
15136 2005-06-02 [colin]      1.9.11cvs35
15137
15138         * src/imap.c
15139                 Use a non-blocking imap_getline() if possible.
15140                 This should completely prevent the interface
15141                 from freezin on imap operations, although it
15142                 may do strange stuff in case of folder switching
15143                 while a big imap operation is taking place...
15144
15145                 In addition, fix a leak in the case thread
15146                 creation fails on connection.
15147
15148 2005-06-02 [colin]      1.9.11cvs34
15149
15150         * src/crash.c
15151         * src/prefs_common.h
15152                 Fix build (prefs_common_init() doesn't exist
15153                 anymore)
15154
15155 2005-06-02 [colin]      1.9.11cvs33
15156
15157         * src/prefs_account.c
15158                 Fix bug #245 (filtering rules broken when
15159                 renaming a remote account (imap4 or nntp)
15160
15161 2005-06-02 [colin]      1.9.11cvs32
15162
15163         * src/imap.c
15164                 Try to fix IMAP shortcomings: 
15165                 o Multithread imap_open()
15166                 o allow offline-mode overriding instead of
15167                   just returning NULL
15168         * src/imap_gtk.c
15169         * src/imap_gtk.h
15170                 Add a function to ask whether we want to
15171                 override offline-mode for 10 minutes (one-shot
15172                 asking was painful)
15173         * src/procheader.c
15174                 Fix segfault when imap parser isn't happy about
15175                 a missing {
15176
15177 2005-06-01 [colin]      1.9.11cvs31
15178
15179         * src/addrharvest.c
15180         * src/compose.c
15181         * src/mbox.c
15182         * src/mbox.h
15183         * src/mh.c
15184         * src/msgcache.c
15185         * src/send_message.c
15186         * src/setup.c
15187         * src/undo.c
15188         * src/common/hooks.c
15189         * src/common/prefs.c
15190         * src/common/template.c
15191         * src/common/utils.c
15192         * src/gtk/gtkutils.c
15193         * src/gtk/inputdialog.c
15194         * src/gtk/menu.c
15195         * src/gtk/pluginwindow.c
15196         * src/gtk/prefswindow.c
15197         * src/plugins/pgpmime/passphrase.c
15198         * src/plugins/pgpmime/prefs_gpg.c
15199                 More -Wall fixes
15200
15201         * src/common/Makefile.am
15202         * src/common/timing.h
15203                 Add basic timing code
15204
15205         * src/summaryview.c
15206                 Fix a bug with unread messages when 
15207                 re-sorting folders, and by the way
15208                 fix a big performance hit when 
15209                 re-sorting (10k mails: before 5s,
15210                 after .5s)
15211
15212         * src/prefs_compose_writing.c
15213         * src/prefs_compose_writing.h
15214         * src/prefs_message.c
15215         * src/prefs_message.h
15216         * src/prefs_other.c
15217         * src/prefs_other.h
15218         * src/prefs_quote.c
15219         * src/prefs_quote.h
15220         * src/prefs_receive.c
15221         * src/prefs_receive.h
15222         * src/prefs_send.c
15223         * src/prefs_send.h
15224         * src/prefs_summaries.c
15225         * src/prefs_summaries.h
15226                 Fix copyright banner
15227
15228 2005-06-01 [paul]       1.9.11cvs30
15229
15230         * po/fi.po
15231                 updated by Flammie Pirinen
15232         * src/procmime.c
15233                 fix 'Bad BASE64 content' output
15234
15235 2005-05-31 [colin]      1.9.11cvs29
15236
15237         * src/procmime.c
15238                 Oops, where did my hunk go.
15239
15240 2005-05-31 [colin]      1.9.11cvs28
15241
15242         * src/Makefile.am
15243         * src/account.c
15244         * src/action.c
15245         * src/addr_compl.c
15246         * src/addressbook.c
15247         * src/codeconv.c
15248         * src/compose.c
15249         * src/export.c
15250         * src/folder.c
15251         * src/folderview.c
15252         * src/image_viewer.c
15253         * src/main.c
15254         * src/mainwindow.c
15255         * src/messageview.c
15256         * src/mimeview.c
15257         * src/msgcache.c
15258         * src/prefs_account.c
15259         * src/prefs_actions.c
15260         * src/prefs_common.c
15261         * src/prefs_compose_writing.c
15262         * src/prefs_customheader.c
15263         * src/prefs_ext_prog.c
15264         * src/prefs_filtering.c
15265         * src/prefs_filtering_action.c
15266         * src/prefs_fonts.c
15267         * src/prefs_image_viewer.c
15268         * src/prefs_message.c
15269         * src/prefs_message.h
15270         * src/prefs_msg_colors.c
15271         * src/prefs_other.c
15272         * src/prefs_other.h
15273         * src/prefs_quote.c
15274         * src/prefs_receive.c
15275         * src/prefs_receive.h
15276         * src/prefs_send.c
15277         * src/prefs_send.h
15278         * src/prefs_spelling.c
15279         * src/prefs_summaries.c
15280         * src/prefs_summary_column.c
15281         * src/prefs_template.c
15282         * src/prefs_themes.c
15283         * src/prefs_toolbar.c
15284         * src/prefs_wrapping.c
15285         * src/procmime.c
15286         * src/procmsg.c
15287         * src/send_message.h
15288         * src/ssl_manager.c
15289         * src/summary_search.c
15290         * src/summaryview.c
15291         * src/textview.c
15292         * src/wizard.c
15293         * src/common/smtp.c
15294         * src/common/smtp.h
15295         * src/gtk/gtkutils.h
15296                 o Move the rest of Common prefs to new style
15297                 o Lots of -Wall warning fixes
15298                 o fix FIXME in cache memusage calculation
15299                 o Let return receipts be sent from any account
15300                 o Little cache optimisation (read)
15301                 o Fix bug #746 (don't treat commas as separators
15302                   when inside a quoted string)
15303
15304 2005-05-31 [paul]       1.9.11cvs27
15305
15306         * src/prefs_common.c
15307                 fix 'off-by-one' typo
15308
15309 2005-05-31 [paul]       1.9.11cvs26
15310
15311         * src/account.c
15312         * src/addr_compl.c
15313         * src/compose.c
15314         * src/foldersel.c
15315         * src/prefs_actions.c
15316         * src/prefs_common.c
15317         * src/prefs_common.h
15318         * src/prefs_customheader.c
15319         * src/prefs_display_header.c
15320         * src/prefs_filtering.c
15321         * src/prefs_filtering_action.c
15322         * src/prefs_matcher.c
15323         * src/prefs_summaries.c
15324         * src/prefs_summary_column.c
15325         * src/prefs_template.c
15326         * src/prefs_toolbar.c
15327         * src/ssl_manager.c
15328         * src/gtk/pluginwindow.c
15329         * src/gtk/prefswindow.c
15330         * src/gtk/progressdialog.c
15331                 add hidden prefs 'enable_rules_hint'
15332                 for gtk_tree_view_set_rules_hint()
15333                 (sync with main)
15334                 
15335
15336 2005-05-31 [colin]      1.9.11cvs25
15337
15338         * src/Makefile.am
15339         * src/main.c
15340         * src/prefs_common.c
15341         * src/prefs_summaries.c ** ADDED **
15342         * src/prefs_summaries.h ** ADDED **
15343                 Common/Display -> Display/Summaries
15344
15345 2005-05-31 [colin]      1.9.11cvs24
15346
15347         * src/Makefile.am
15348         * src/main.c
15349         * src/prefs_quote.c ** ADDED **
15350         * src/prefs_quote.h ** ADDED **
15351                 Move Common/Quote to Compose/Quoting
15352         * src/prefs_common.c
15353         * src/prefs_common.h
15354                 Remove old quote stuff, add
15355                 convenience functions for GtkTextView prefs
15356         * src/gtk/prefswindow.c
15357                 Set default height higher
15358
15359 2005-05-30 [colin]      1.9.11cvs23
15360
15361         * src/Makefile.am
15362         * src/main.c
15363         * src/prefs_common.c
15364         * src/prefs_compose_writing.c ** ADDED **
15365         * src/prefs_compose_writing.h ** ADDED **
15366                 Move Common/Compose prefs to Compose/Writing
15367
15368 2005-05-30 [colin]      1.9.11cvs22
15369
15370         * src/common/utils.c
15371                 Fix bug #651 (Confused Attract by Subject)
15372                 Patch by M. Benkmann <haferfrost@web.de>
15373         * AUTHORS
15374
15375 2005-05-30 [colin]      1.9.11cvs21
15376
15377         * src/compose.c
15378                 Fix concatenation of different headers of
15379                 the same type (bug #645)
15380         * src/prefs_folder_item.c
15381                 Fix bug #699 (setting color to black doesn't
15382                 work immediately)
15383         * src/procmime.c
15384                 Print out decoding error only once per
15385                 block
15386
15387 2005-05-30 [paul]       1.9.11cvs20
15388
15389         * src/common/template.c
15390                 fix Bcc
15391
15392 2005-05-30 [paul]       1.9.11cvs19
15393
15394         * doc/src/rfc2368.txt   **NEW FILE**
15395         * src/compose.c
15396                 compose_entries_set(): don't interpret Bcc
15397                 header field (conform to RFC 2368)
15398                 (sync with main)
15399
15400 2005-05-29 [colin]      1.9.11cvs18
15401
15402         * src/prefs_common.c
15403                 Let the default reply format respect
15404                 netiquette by cutting the signature.
15405
15406 2005-05-29 [colin]      1.9.11cvs17
15407
15408         * src/summaryview.c
15409                 Don't let always_show_msg override
15410                 open_unread_on_enter when opening a new
15411                 directory.
15412
15413 2005-05-27 [paul]       1.9.11cvs16
15414
15415         sync with main:
15416
15417         * src/main.c
15418                 app_will_exit(): cleanup tmp directory when exit
15419         * src/message_search.c
15420                 improved the interface and made code cleanup.
15421                 removed Clear button
15422         * src/send_message.c
15423                 send_message_local(): use GSpawn, and detect errors
15424         * src/summary_search.c
15425                 improved the interface and made code cleanup
15426         * src/textview.c
15427                 textview_write_link(): also skip non-ascii space
15428                  at the head of link strings (phishing check
15429                  didn't work at the case)
15430         * src/common/utils.c
15431                 get_command_output(): use g_spawn_command_line_sync()
15432                 instead of popen()
15433
15434 2005-05-26 [colin]      1.9.11cvs15
15435
15436         * src/folder.c
15437                 remove printf
15438
15439 2005-05-26 [colin]      1.9.11cvs14
15440
15441         * src/common/nntp.c
15442                 Fix nntp mode reader (bug #611)
15443                 Patch by Florian Mickler <florian@mickler.org>
15444
15445 2005-05-26 [colin]      1.9.11cvs13
15446
15447         * src/plugins/pgpmime/passphrase.c
15448                 Fix mouse grabbing (bug #557)
15449
15450 2005-05-26 [colin]      1.9.11cvs12
15451
15452         * src/prefs_themes.c
15453                 Fix g_warning (bug #541)
15454
15455 2005-05-26 [colin]      1.9.11cvs11
15456
15457         * src/prefs_actions.c
15458         * src/prefs_template.c
15459                 Fix bug #506 (no warning if action/template
15460                 is not saved)
15461         * src/common/template.c
15462                 Fix a possible crash
15463
15464 2005-05-26 [colin]      1.9.11cvs10
15465
15466         * src/folder.c
15467         * src/folderview.c
15468         * src/procmsg.c
15469         * src/summaryview.c
15470                 Forbid locked messages to be moved or
15471                 deleted. Locked messages in trashes 
15472                 still get deleted, for performance
15473                 reason (mh.c::mh_remove_all_msgs)
15474
15475 2005-05-25 [colin]      1.9.11cvs9
15476
15477         * src/procmime.c
15478                 Use correct encoding when sending mails
15479                 with attachments that have accentued 
15480                 chars in their name
15481
15482 2005-05-24 [colin]      1.9.11cvs8
15483
15484         * src/summaryview.c
15485                 Fix bug #688 f) read/unread marker not
15486                 changed on first click
15487                 Also, optimize summary_status_show()
15488                 calls
15489         * src/folder.c
15490         * src/inc.c
15491         * src/procmime.c
15492                 Fix bug #688 b) and c) wrt message
15493                 attachments and signature
15494         * src/stock_pixmap.c
15495         * src/stock_pixmap.h
15496         * src/stock_pixmap.c
15497         * src/stock_pixmap.h
15498         * src/Makefile.am
15499         * src/pixmaps/clip_gpg_signed.xpm
15500                 Add clip/signed icon
15501
15502 2005-05-24 [colin]      1.9.11cvs7
15503
15504         * src/folder_item_prefs.c
15505                 whitespace fix
15506
15507 2005-05-24 [colin]      1.9.11cvs6
15508
15509         * src/folderview.c
15510         * src/prefs_common.c
15511         * src/prefs_common.h
15512                 Add a confirmation to folder drag and drop
15513                 fixes bug #156
15514         * src/alertpanel.c
15515         * src/alertpanel.h
15516                 fix _with_disable parameters so that
15517                 the buttons labels are specifiable too
15518         * src/plugins/pgpmime/sgpgme.c
15519                 reflect said change
15520                 
15521
15522 2005-05-24 [colin]      1.9.11cvs5
15523
15524         * src/folderview.c
15525                 Uncollapse/collapse folders on double-click
15526                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15527                 closes bug #108
15528
15529 2005-05-23 [colin]      1.9.11cvs4
15530
15531         * src/common/socket.c
15532                 Check another special SSL_peek() error.
15533                 Should help wrt bug #728
15534
15535 2005-05-23 [colin]      1.9.11cvs3
15536
15537         * src/plugins/pgpmime/pgpmime.c
15538                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
15539                 breaking menu accelerators and stuff. Users will have to
15540                 reselect "PGP MIME" instead of "PGP/MIME" in their 
15541                 account's privacy preferences if needed.
15542
15543 2005-05-22 [paul]
15544
15545         * tools/kdeservicemenu/install.sh
15546                 use kdesu to prompt for root password if doing
15547                 global install/uninstall
15548
15549 2005-05-20 [colin]      1.9.11cvs2
15550
15551         * src/procmsg.c
15552                 Fix another compilation error with gcc-2.9x
15553                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
15554         * src/send_message.c
15555                 Don't send QUIT if we aren't connected
15556
15557 2005-05-19 [colin]      1.9.11cvs1
15558
15559         * src/procmsg.c
15560                 Fix compilation with gcc 2.9x
15561
15562 2005-05-19 [paul]       1.9.11
15563
15564         1.9.11 released
15565
15566 2005-05-19 [paul]       1.9.9cvs14
15567
15568         * src/gtk/inputdialog.c
15569                 prevent gettext warning
15570
15571 2005-05-19 [paul]       1.9.9cvs13
15572
15573         * src/mainwindow.c
15574         * src/prefs_common.c
15575         * src/prefs_common.h
15576         * src/textview.c
15577         * src/textview.h
15578                 add an option to toggle cursor in message
15579                 view (sync with main)
15580
15581 2005-05-18 [colin]      1.9.9cvs12
15582
15583         * src/compose.c
15584                 Dereference freed pointer
15585         * src/gtk/gtkaspell.c
15586                 Fix duplication of dictionaries (is it an aspell issue?)
15587
15588 2005-05-18 [colin]      1.9.9cvs11
15589
15590         * src/gtk/inputdialog.c
15591         * src/gtk/gtkaspell.c
15592                 HIGuify dialogs
15593         * src/alertpanel.c
15594                 Remove a double call
15595
15596 2005-05-17 [colin]      1.9.9cvs10
15597
15598         * src/gtk/gtkaspell.c
15599                 Fix dialogs, Ctrl-Enter accel
15600
15601 2005-05-17 [colin]      1.9.9cvs9
15602
15603         * src/gtk/gtkaspell.c
15604                 Fix some accelerators, escape in replace-window
15605
15606 2005-05-16 [colin]      1.9.9cvs8
15607
15608         * src/gtk/gtkaspell.c
15609                 Revert last commit, it was a mistake.
15610
15611 2005-05-16 [colin]      1.9.9cvs7
15612
15613         * src/gtk/gtkaspell.c
15614                 Remove buggy code while we're at it. It's a 
15615                 dead code path anyway.
15616
15617 2005-05-16 [colin]      1.9.9cvs6
15618
15619         * src/gtk/gtkaspell.c
15620                 Missed some gtk_menu_popup where deactivate
15621                 signal should be handled. Should fix bug
15622                 #629 a bit more.
15623
15624 2005-05-16 [colin]      1.9.9cvs5
15625
15626         * src/gtk/gtkaspell.c
15627                 Remove debug printf()s
15628
15629 2005-05-16 [colin]      1.9.9cvs4
15630
15631         * src/gtk/gtkaspell.c
15632                 Fix a bit aspell problems
15633                 (see bug #629)
15634
15635 2005-05-13 [colin]      1.9.9cvs3
15636
15637         * src/folderview.c
15638                 Fix the + appearing even when no subfolders
15639                 have unread messages. Thanks to wwp for the
15640                 bug report.
15641
15642 2005-05-11 [paul]       1.9.9cvs2
15643
15644         * src/folderview.c
15645                 correction to 1.9.9cvs1, only colour folders that
15646                 have new msgs (not unread msgs)
15647
15648 2005-05-10 [colin]      1.9.9cvs1
15649
15650         * src/folderview.c
15651         * src/summaryview.c
15652                 Try to fix bolding bugs again.
15653
15654 2005-05-09 [paul]
15655
15656         * tools/claws.i18n.status.pl
15657                 add Ricardo Mones Lastra's script that has been providing
15658                 the i18n status page for many months
15659
15660 2005-05-09 [paul]       1.9.9
15661
15662         1.9.9 release
15663
15664 2005-05-09 [paul]       1.9.6cvs58
15665
15666         * AUTHORS
15667         * INSTALL
15668         * README.claws
15669                 updated
15670         * Makefile.am 
15671         * RELEASE_NOTES.claws
15672                 add release notes to cvs to simplify release
15673                 procedure
15674         * configure.ac
15675                 add ca and fi to ALL_LINGUAS
15676         * po/Makefile.in.in
15677                 workaround for missing Makevars
15678         * po/ca.po
15679         * po/fi.po
15680                 add new Catalan and Finnish translations
15681                 submitted by Miquel Oliete and Flammie Pirinen
15682         * po/de.po
15683         * po/es.po
15684         * po/fr.po
15685         * po/it.po
15686         * po/pl.po
15687         * po/ru.po
15688         * po/sk.po
15689         * po/sr.po
15690         * po/zh_CN.po
15691                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
15692                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
15693                 Urke MMI, and Hansom Young
15694         * src/main.c
15695                 Fix drafting when quitting. compose_draft() closes the
15696                 compose windows, which modifies the compose_list GSList.
15697                 We have to refresh this list after echo drafting to avoid a
15698                 segfault
15699         * src/partial_download.c
15700                 fix segfault on exit
15701
15702 2005-05-06 [paul]       1.9.6cvs57
15703
15704         * src/grouplistdialog.c
15705                 quick fix/workaround for unresizeable newsgroup
15706                 name column 
15707
15708 2005-05-06 [paul]       1.9.6cvs56
15709
15710         * src/inc.c
15711         * src/mainwindow.c
15712                 use gettext plural forms
15713         * src/imap_gtk.c
15714         * src/mh_gtk.c
15715         * src/toolbar.c
15716                 small improvement to english usage
15717
15718 2005-05-05 [thorsten]   1.9.6cvs55
15719
15720         * src/folder.c
15721                 fix possible crash
15722
15723 2005-05-05 [paul]       1.9.6cvs54
15724         
15725         sync with HEAD
15726
15727         * AUTHORS
15728         * src/compose.c
15729                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
15730                 patch by Tim Mann
15731
15732 2005-05-05 [paul]       1.9.6cvs53
15733
15734         * src/mainwindow.c
15735                 fix resizing of separate message and
15736                 folder views
15737
15738 2005-05-05 [paul]       1.9.6cvs52
15739
15740         * src/account.c
15741         * src/addrgather.c
15742         * src/browseldap.c
15743         * src/exphtmldlg.c
15744         * src/expldifdlg.c
15745         * src/importmutt.c
15746         * src/importpine.c
15747         * src/main.c
15748         * src/mainwindow.c
15749         * src/noticeview.c
15750         * src/prefs_filtering.c
15751         * src/prefs_filtering_action.c
15752         * src/prefs_matcher.c
15753         * src/prefs_spelling.c
15754         * src/prefs_toolbar.c
15755         * src/toolbar.c
15756         * src/wizard.c
15757         * src/gtk/description_window.c
15758         * src/gtk/gtkvscrollbutton.c
15759         * src/gtk/progressdialog.c
15760         * src/gtk/quicksearch.c
15761         * src/plugins/pgpmime/prefs_gpg.c
15762         * src/plugins/spamassassin/spamassassin_gtk.c
15763                 replace deprecated gtk_widget_set_usize
15764
15765 2005-05-04 [colin]      1.9.6cvs51
15766
15767         * src/common/utils.c
15768                 Fix crash when subst_for_filename is called
15769                 with a NULL parameter
15770
15771 2005-05-04 [colin]      1.9.6cvs50
15772
15773         * src/partial_download.c
15774         * src/pop.c
15775                 Escape login when writing uidl file
15776                 fixes bug #736
15777
15778 2005-05-03 [colin]      1.9.6cvs49
15779
15780         * src/procmime.c
15781                 Fix possible DOS in mime parser
15782                 (see bug #634)
15783
15784 2005-05-02 [colin]      1.9.6cvs48
15785
15786         * src/compose.c
15787                 Try to fix the copy/paste mess once again.
15788
15789
15790 2005-04-30 [colin]      1.9.6cvs47
15791
15792         * src/prefs_account.h
15793         * src/procmsg.c
15794         * src/send_message.c
15795         * src/common/smtp.c
15796         * src/common/smtp.h
15797                 Try to batch sending mails (per account) instead of
15798                 reconnecting to server every time.
15799
15800 2005-04-29 [colin]      1.9.6cvs46
15801
15802         * src/messageview.c
15803                 Fix window resizing that refused to size down
15804         * src/prefs_common.c
15805         * src/prefs_common.h
15806         * src/prefs_filtering.c
15807                 Save Filtering's window size
15808
15809 2005-04-21 [paul]       1.9.6cvs45
15810
15811         * ChangeLog-gtk2.claws
15812         * src/setup.c
15813                 correction to sync
15814
15815 2005-04-21 [paul]       1.9.6cvs44
15816
15817         sync with main:
15818
15819         * src/setup.c
15820         * src/statusbar.c
15821         * src/statusbar.h
15822                 use gtkut_widget_draw_now(). Improved performance
15823                 of the update of statusbar
15824         * src/textview.c
15825                 textview_smooth_scroll_do(): redraw it after scroll
15826                 is done (fixed incorrect display when a part of the
15827                 view is hidden).
15828         * src/gtk/gtkutils.c
15829         * src/gtk/gtkutils.h
15830                 gtkut_widget_draw_now(): use gdk_window_process_updates()
15831                 to force update of widgets.
15832                 Removed gtkut_widget_wait_for_draw() which had a big
15833                 overhead  because of waiting for all events processed 
15834
15835 2005-04-20 [paul]       1.9.6cvs43
15836
15837         * src/codeconv.c
15838                 complete 1.9.6cvs42's sync:
15839                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
15840
15841 2005-04-19 [paul]       1.9.6cvs42
15842
15843         sync with main:
15844
15845         * src/action.c
15846                 catch_output(): correctly select the insert text
15847                 (fix invalid iterator warnings).
15848         * src/codeconv.c
15849         * src/codeconv.h
15850         * src/mainwindow.c
15851         * src/messageview.c
15852         * src/prefs_common.c
15853                 support GBK encoding.
15854         * src/common/session.c
15855         * src/common/session.h
15856                 use separate buffer for large data to be sent,
15857                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
15858
15859 2005-04-18 [paul]       1.9.6cvs41
15860
15861         * src/jpilot.c
15862                 convert unsigned long into guint32
15863                 patch by Paul LeoNerd Evans 
15864
15865 2005-04-17 [colin]      1.9.6cvs40
15866
15867         * src/compose.c
15868                 Fix 'Request return receipt' from folder
15869                 properties (bug #708)
15870
15871 2005-04-17 [colin]      1.9.6cvs39
15872
15873         * src/mainwindow.c
15874                 Fix duplicate hotkeys in Mainwindow's menu
15875
15876 2005-04-17 [colin]      1.9.6cvs38
15877
15878         * src/folderview.c
15879                 Fix duplicate hotkeys in Folderview's contextual
15880                 menu
15881
15882 2005-04-15 [colin]      1.9.6cvs37
15883
15884         * src/summaryview.c
15885                 Fix 'Save as...' with non-ascii filenames
15886
15887 2005-04-15 [colin]      1.9.6cvs36
15888
15889         * src/plugins/pgpmime/pgpmime.c
15890                 Fix bus error on 64bit. Spotted by 
15891                 macallan1888@gmail.com
15892
15893 2005-04-15 [colin]      1.9.6cvs35
15894
15895         * src/prefs_account.c
15896                 Fix cvs34.
15897
15898 2005-04-12 [colin]      1.9.6cvs34
15899
15900         * src/prefs_account.c
15901                 Fix smtp auth type off-by-one. We forgot to
15902                 add PLAIN in the prefs-to-gui setter func and
15903                 as a result, the selected auth when opening
15904                 account prefs was not the correct one.
15905
15906 2005-04-12 [paul]       1.9.6cvs33
15907
15908         * src/inc.c
15909                 if the recv dialog is visible, Cancel only
15910                 cancels the current account
15911
15912
15913 2005-04-10 [colin]      1.9.6cvs32
15914
15915         * src/filtering.c
15916                 Copy score when copying FilteringActions
15917                 Fix bug #674
15918
15919 2005-04-10 [colin]      1.9.6cvs31
15920
15921         * src/inc.c
15922                 Make Message -> Receive -> Cancel cancel 
15923                 incorporation on all accounts. Fixes
15924                 bug #693
15925
15926 2005-04-10 [colin]      1.9.6cvs30
15927
15928         * src/prefs_account.c
15929                 Update Privacy checkbuttons status based
15930                 on the selected privacy system
15931         * src/compose.c
15932                 Always connect the "None" privacy system; the
15933                 static boolean was probably there to avoid
15934                 reconnecting twice in the same compose window,
15935                 but as the parent function is only called once
15936                 per compose, it's only a bug - as a static is
15937                 initialized once per application instance.
15938                 Also, don't uncheck Sign and Encrypt when
15939                 selecting None as privacy system; just ignore
15940                 them when sending/queuing.
15941                 Should fix bug #695
15942
15943 2005-04-08 [colin]      1.9.6cvs29
15944
15945         * src/account.c
15946         * src/prefs_account.c
15947         * src/prefs_account.h
15948                 Add account preference to queue message in a certain
15949                 folder.
15950
15951 2005-04-06 [colin]      1.9.6cvs28
15952
15953         * src/prefs_account.c
15954                 Update old inbox path syntax
15955
15956 2005-04-06 [paul]       1.9.6cvs27
15957
15958         sync with main:
15959
15960         * configure.ac
15961                 changed -traditional-cpp to -no-cpp-precomp for newer
15962                 Mac OS X support
15963         * src/foldersel.c
15964                 made column resize automatically
15965         * src/send_message.c
15966                 send_message_smtp(): consider EOF right after QUIT
15967                 successful (workaround for Gmail SMTP server)
15968         * src/common/socket.c
15969                 ssl_read(), ssl_peek(): check EOF which violates the
15970                 SSL protocol
15971         * src/gtk/colorlabel.c
15972                 removed warnings when displaying colorlabel menu
15973                 (don't use GtkAlignment)
15974
15975 2005-04-05 [paul]       1.9.6cvs26
15976
15977         * src/plugins/trayicon/trayicon.c
15978                 fix clipping of icon under KDE3 
15979
15980 2005-04-05 [paul]       1.9.6cvs25
15981
15982         * src/summaryview.c
15983                 hide display of threading
15984                 patch by Alfons
15985
15986 2005-04-04 [thorsten]   1.9.6cvs24
15987
15988         * src/mh.c
15989                 marks lost on filesystems with different stat() results on
15990                 summer-/wintertime
15991
15992 2005-04-03 [colin]      1.9.6cvs23
15993
15994         * src/summaryview.c
15995                 Don't handle up/down. Patch by Alfons
15996
15997 2005-04-02 [colin]      1.9.6cvs22
15998
15999         * src/summaryview.c
16000                 Make scrolling faster. Patch by Alfons.
16001
16002 2005-04-01 [colin]      1.9.6cvs21
16003
16004         * src/Makefile.am
16005         * src/stock_pixmap.c
16006         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16007         * src/pixmaps/dir_noselect.xpm ** ADDED **
16008                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16009
16010 2005-04-01 [colin]      1.9.6cvs20
16011
16012         * src/image_viewer.c
16013         * src/image_viewer.h
16014         * src/procmime.c
16015         * src/procmime.h
16016         * src/textview.c
16017         * src/textview.h
16018                 Implement inline image resizing and right-clicking
16019
16020 2005-04-01 [paul]       1.9.6cvs19
16021
16022         * AUTHORS
16023         * Makefile.am
16024         * configure.ac
16025                 check for gnome2
16026                 patch by Luca Cavalli <loopback<AT>slackit.org>
16027         * po/ru.po
16028                 updated by Pavlo Bohmat
16029
16030 2005-03-31 [colin]      1.9.6cvs18
16031
16032         * src/news.c
16033                 Fix parsing references
16034         * src/msgcache.c
16035                 don't put nulls in the references list
16036         * src/procheader.c
16037                 commit that forgotten file in 1.9.6cvs14
16038
16039 2005-03-31 [colin]      1.9.6cvs17
16040
16041         * src/compose.c
16042                 Fix joining of signature separator again. 
16043                 Maybe Hiro could put it in main too...
16044
16045 2005-03-31 [colin]      1.9.6cvs16
16046
16047         * src/Makefile.am
16048         * src/foldersel.c
16049         * src/stock_pixmap.c
16050         * src/stock_pixmap.h
16051         * src/pixmaps/dir-noselect.xpm
16052                 Update foldersel.c (sync from main, patch by Alfons)
16053
16054 2005-03-30 [colin]      1.9.6cvs15
16055
16056         * src/imap.c
16057                 Fix handling of imap folders containing [] in 
16058                 their name. Thanks to Nahuel Angelinetti for
16059                 the detailed bugreport.
16060
16061 2005-03-30 [colin]      1.9.6cvs14
16062
16063         * src/common/utils.h
16064         * src/common/utils.c
16065         * src/common/defs.h
16066         * src/matcher.c
16067         * src/msgcache.c
16068         * src/news.c
16069         * src/procmsg.c
16070         * src/procmsg.h
16071         * src/quote_fmt_parse.y
16072         * src/summaryview.c
16073                 Update references system. Patch by Alfons
16074
16075 2005-03-30 [colin]      1.9.6cvs13
16076
16077         * src/common/socket.c
16078                 Force the glibc to read resolv.conf again when 
16079                 it has changed. Should fix issues when changing
16080                 networks on a laptop and not restarting sylpheed. 
16081
16082 2005-03-30 [paul]       1.9.6cvs12
16083
16084         partial sync with main:
16085
16086         * src/action.c
16087                 create_io_dialog(): use user-defined text font
16088                 (thanks to Alfons), and modified its appearance.
16089         * src/addrgather.c
16090         * src/addrharvest.c
16091         * src/browseldap.c
16092                 replace old code
16093         * src/compose.c
16094                 don't join (presumably) itemized lines on line-wrapping
16095                 fixed wrapping of quote when auto-wrapping is enabled
16096                 compose_destroy(): destroy paned only if it's not
16097                 attached to window. Fixed memory leak of popup menu.
16098         * src/exphtmldlg.c
16099         * src/expldifdlg.c
16100                 replace old code
16101         * src/html.c
16102         * src/html.h
16103         * src/importmutt.c
16104         * src/importpine.c
16105                 replace old code
16106         * src/main.c
16107                 removed redundant code
16108         * src/mainwindow.c
16109                 changed 'Code set' (which is rather incorrect)
16110                 in the menu to 'Character encoding'
16111                 main_window_set_widgets(): request size first
16112                 to prevent window size becoming wrong
16113                 fixed remembering of the state of the visibility
16114                 of MessageView
16115         * src/messageview.c
16116                 changed 'Code set' (which is rather incorrect)
16117                 in the menu to 'Character encoding'
16118         * src/prefs_common.c
16119         * src/prefs_common.h
16120                 added an option whether to render HTML as text or not
16121                 added separators to outgoing encoding menu
16122         * src/procheader.c
16123                 procheader_scan_date_string(): support header
16124                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16125         * src/summaryview.c
16126         * src/summaryview.h
16127                 minor code cleanup
16128         * src/textview.c
16129                 textview_show_html(): force output of newline
16130                 added an option whether to render HTML as text or not
16131         * src/common/utils.c
16132                 strncpy2(): optimized based on Alfons' code
16133         * src/gtk/gtkutils.c
16134         * src/gtk/gtkutils.h
16135                 removed non-used code
16136         * src/plugins/pgpmime/passphrase.c
16137                 partially fixed grab input of passphrase dialog
16138                 Confine pointer to window
16139
16140 2005-03-30 [colin]      1.9.6cvs11
16141
16142         * src/msgcache.c
16143         * src/msgcache.h
16144                 Read/write 32bit ints from cache & marks
16145                 From main.
16146
16147 2005-03-29 [paul]       1.9.6cvs10
16148
16149         * AUTHORS
16150         * ChangeLog.claws
16151         * src/compose.c
16152         * src/gtk/gtkaspell.c
16153                 sync with HEAD (don't pass NULL pointers) 
16154
16155 2005-03-24 [paul]
16156
16157         * tools/Makefile.am
16158         * tools/README
16159         * tools/acroread2sylpheed.pl
16160                 sync with HEAD (add script to send pdfs as
16161                 attachments from Adobe Reader 7)
16162
16163 2005-03-21 [paul]       1.9.6cvs9
16164
16165         * configure.ac
16166         * po/POTFILES.in
16167         * src/Makefile.am
16168         * src/crash.c
16169         * src/image_viewer.c ** ADDED **
16170         * src/image_viewer.h ** ADDED **
16171         * src/main.c
16172         * src/prefs_common.c
16173         * src/prefs_common.h
16174         * src/prefs_image_viewer.c ** ADDED **
16175         * src/prefs_image_viewer.h ** ADDED **
16176         * src/textview.c
16177         * src/gtk/about.c
16178         * src/pixmaps/sylpheed_logo.xpm
16179         * src/plugins/Makefile.am
16180         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16181         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16182         * src/plugins/image_viewer/plugin.c ** REMOVED **
16183         * src/plugins/image_viewer/viewer.c ** REMOVED **
16184         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16185         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16186         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16187         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16188         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16189                 as gdk-pixbuf is now built-in
16190                 remove image_viewer plugin and put code back into
16191                 main codebase
16192                 implement inline image display (sync with main)
16193
16194                 replace logo with newer, nicer, larger version  
16195
16196 2005-03-21 [paul]       1.9.6cvs8
16197
16198         * src/gtk/about.c
16199                 cosmetic improvement
16200
16201 2005-03-21 [holger]     1.9.6cvs7
16202
16203         * src/plugins/spamassassin/spamassassin.c
16204                 Sync with HEAD
16205                 (unregister hook on failed plugin init)
16206
16207 2005-03-20 [colin]      1.9.6cvs6
16208
16209         * src/common/plugin.c
16210                 Check that plugin isn't already loaded
16211                 Patch by Alfons
16212
16213 2005-03-20 [thorsten]   1.9.6cvs5
16214
16215         * src/compose.c
16216                 use a more compatible syntax
16217
16218 2005-03-20 [thorsten]   1.9.6cvs4
16219
16220         * src/prefs_toolbar.c
16221                 fix crash when selecting toolbar item (uninitialized pointer)
16222
16223 2005-03-20 [thorsten]   1.9.6cvs3
16224
16225         * src/procmime.c
16226                 fix mimetype detection (referenced free()d string)
16227
16228 2005-03-20 [paul]       1.9.6cvs2
16229
16230         * src/compose.c
16231                 sync with HEAD (1.0.3cvs5)
16232                 neglect Reply-To header if empty
16233                 Patch by Alfons 
16234
16235 2005-03-19 [holger]     1.9.6cvs1
16236
16237         * src/summaryview.c
16238         * src/summaryview.h
16239                 Sync with HEAD
16240
16241 2005-03-18 [paul]       1.9.6
16242
16243         initial GTK2 release
16244
16245 2005-03-18 [paul]       1.0.3cvs3.1
16246
16247         * AUTHORS
16248         * ChangeLog.claws
16249         * configure.ac
16250         * src/gtk/about.c
16251         * src/pixmaps/sylpheed_logo.xpm
16252                 sync with HEAD
16253
16254 2005-03-18 [colin]      1.0.3cvs2.6
16255
16256         * src/summaryview.c
16257                 Remove call to summary_step in summary_copy_selected_to
16258                 Can't see its purpose, and this causes bug when copying
16259                 a message if the next one is unread: it reads it.
16260
16261 2005-03-18 [paul]       1.0.3cvs2.5
16262
16263         * src/foldersel.c
16264                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16265
16266 2005-03-18 [paul]       1.0.3cvs2.4
16267
16268         * src/addrharvest.c
16269         * src/codeconv.c
16270         * src/codeconv.h
16271         * src/compose.c
16272         * src/news.c
16273         * src/procheader.c
16274         * src/procmime.c
16275         * src/unmime.c
16276         * src/unmime.h
16277                 fix buffer overflow, CAN-2005-0667, see
16278                 http://secunia.com/advisories/14491/
16279                 Patch by Alfons
16280
16281 2005-03-17 [colin]      1.0.3cvs2.3
16282
16283         * src/prefs_fonts.c
16284         * src/summaryview.c
16285                 Fix font bugs (both lists now officialy share 
16286                 the same font)
16287                 
16288
16289 2005-03-17 [paul]       1.0.3cvs2.2
16290
16291         * src/gtk/pluginwindow.c
16292                 make plugin descriptions uneditable
16293
16294 2005-03-11 [paul]       1.0.3cvs2.1
16295
16296         * ChangeLog.claws
16297         * configure.ac
16298         * po/POTFILES.in
16299         * src/plugins/trayicon/trayicon.c
16300                 sync with HEAD
16301                 add src/wizard.c to POTFILES.in
16302
16303 2005-03-11 [paul]       1.0.3cvs1.1
16304
16305         * ChangeLog
16306         * ChangeLog.claws
16307         * configure.ac
16308         * po/de.po
16309         * po/es.po
16310         * po/fr.po
16311         * po/it.po
16312         * po/pt_BR.po
16313         * po/ru.po
16314         * po/sk.po
16315         * po/sr.po
16316         * po/zh_CN.po
16317                 sync with HEAD
16318
16319 2005-03-04 [colin]      1.0.1cvs22.2
16320
16321         * src/compose.c
16322                 Fix signatures with accentued chars in it
16323
16324 2005-03-04 [colin]      1.0.1cvs22.1
16325
16326         * src/common/smtp.c
16327         * src/common/smtp.h
16328                 Don't use SIZE param in MAIL FROM: if server 
16329                 doesn't support it. Patch by Eugen Freiter
16330                 <eugen_f@users.sf.net>
16331
16332 2005-02-27 [paul]       1.0.1cvs20.1
16333
16334         * ChangeLog.claws
16335         * configure.ac
16336         * src/messageview.c
16337                 sync with HEAD
16338
16339 2005-02-27 [colin]      1.0.1cvs19.4
16340
16341         * src/procheader.c
16342         * src/procheader.h
16343                 Fix prototypes. Patch by Alfons
16344
16345 2005-02-27 [colin]      1.0.1cvs19.3
16346
16347         * src/compose.c
16348                 Don't auto-join the signature separator.
16349
16350 2005-02-26 [colin]      1.0.1cvs19.2
16351
16352         * src/summaryview.c
16353                 Fix 'mark all read' with collapsed threads.
16354                 Patch by Alfons.
16355
16356 2005-02-25 [paul]       1.0.1cvs19.1
16357
16358         * ChangeLog.claws
16359         * configure.ac
16360         * src/prefs_account.c
16361         * src/prefs_folder_item.c
16362         * src/gtk/prefswindow.c
16363         * src/gtk/prefswindow.h
16364                 sync with HEAD
16365
16366 2005-02-25 [paul]       1.0.1cvs15.12
16367
16368         * src/alertpanel.c
16369         * src/codeconv.c
16370         * src/compose.c
16371         * src/textview.c
16372         * src/gtk/gtkutils.c
16373         * src/gtk/gtkutils.h
16374         * src/gtk/logwindow.c
16375         * src/gtk/progressdialog.c
16376                 sync with main (revision 127)
16377                 and fix logwindow clipping
16378
16379 2005-02-24 [colin]      1.0.1cvs15.11
16380
16381         * src/plugins/pgpmime/passphrase.c
16382                 Disable input grabbing; it doesn't work yet.
16383
16384 2005-02-24 [colin]      1.0.1cvs15.10
16385
16386         * src/messageview.c
16387                 Don't send out receipts if offline. Ask.
16388
16389 2005-02-23 [colin]      1.0.1cvs15.9
16390
16391         * src/summaryview.c     
16392                 Fix expanding
16393
16394 2005-02-23 [colin]      1.0.1cvs15.8
16395
16396         * src/summaryview.c
16397                 Really fix Bug 568 by removing useless
16398                 calls. summary_thread_init() now called
16399                 in summary_sort(). This should please
16400                 Alfons as it should be faster than 
16401                 previously.
16402
16403 2005-02-23 [colin]      1.0.1cvs15.7
16404
16405         * src/compose.c
16406                 Encode parts as QP or B64 if signing
16407
16408 2005-02-23 [colin]      1.0.1cvs15.6
16409
16410         * src/compose.c
16411                 Fix Mimeinfo leakage (including tmp files)
16412         * src/procmsg.c
16413                 Fix tmp file leakage (spotted by Ivan Rayner)
16414
16415 2005-02-22 [colin]      1.0.1cvs15.5
16416
16417         * src/expldifdlg.c
16418                 Fix keyboard input. Patch by Alfons.
16419
16420 2005-02-21 [colin]      1.0.1cvs15.4
16421
16422         * src/compose.c
16423                 Fix Sign/Encrypt when unselecting privacy
16424                 system
16425         * src/prefs_common.c
16426                 Change default message font to Monospace
16427         * src/summaryview.c
16428                 More freezing during potentially large operations
16429
16430 2005-02-21 [paul]       1.0.1cvs15.3
16431
16432         * src/main.c
16433                 fix --help output
16434
16435 2005-02-21 [paul]       1.0.1cvs15.2
16436
16437         * po/Makefile.in.in
16438         * src/compose.c
16439         * src/summaryview.c
16440         * src/textview.c
16441         * src/common/utils.c
16442         * src/common/utils.h
16443                 sync with main (revision 117)
16444
16445 2005-02-20 [colin]      1.0.1cvs15.1
16446
16447         * src/common/defs.h
16448                 Change cache file to .sylpheed_claws_cache, as
16449                 suggested by Alfons. Allows people to switch
16450                 between Sylpheed and Sylpheed-Claws. it is
16451                 a good idea to "Check for new messages" at next
16452                 startup.
16453
16454
16455 2005-02-18 [colin]      1.0.1cvs14.1
16456
16457         * src/quote_fmt_lex.l
16458         * src/quote_fmt_parse.y
16459                 Fix parser initialisation. Patch by Ivan.
16460
16461 2005-02-18 [colin]      1.0.1cvs11.6
16462
16463         * src/folderview.c
16464                 Fix scrolldown (bug 662)
16465
16466 2005-02-17 [colin]      1.0.1cvs11.5
16467
16468         * src/codeconv.c
16469                 conv_filename_to_utf8: return clean 7bit instead
16470                 of broken utf8 if needed
16471         * src/mimeview.c
16472                 Fix display of parts with unclean 8bit names
16473
16474 2005-02-17 [paul]       1.0.1cvs11.4
16475
16476         * src/compose.c
16477         * src/exportldif.c
16478         * src/matcher_parser_parse.y
16479         * src/procmime.c
16480         * src/sourcewindow.c
16481         * src/common/Makefile.am
16482         * src/common/intl.h             ** REMOVED **
16483         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16484                 sync with main (revision 109)
16485                 and clean up
16486
16487 2005-02-16 [colin]      1.0.1cvs11.3
16488
16489         * src/summaryview.c
16490                 Fix collapsed thread not highlighting when new
16491                 messages in it (Bug 568) Patch by Stephan Sachse.
16492                 Fix messed up selection when reaching bounds (Bug 632)
16493         * src/prefs_themes.c
16494                 Fix theme installing (Bug 684)
16495
16496 2005-02-16 [colin]      1.0.1cvs11.2
16497
16498         * src/messageview.c
16499                 Fix messageview_select_all
16500
16501 2005-02-16 [colin]      1.0.1cvs11.1
16502
16503         * src/mh.c
16504                 Sync with HEAD (MH scan required function)
16505
16506 2005-02-15 [colin]      1.0.1cvs8.1
16507
16508         * src/mimeview.c
16509         * src/common/utils.c
16510                 Sync with HEAD (filename chars substitution)
16511
16512 2005-02-15 [colin]      1.0.1cvs7.3
16513
16514         * src/gtk/pluginwindow.c
16515                 Fix button spacing
16516
16517 2005-02-15 [colin]      1.0.1cvs7.2
16518
16519         * src/mimeview.c
16520                 Fix mime icons not reset across message when
16521                 scrolled down
16522
16523 2005-02-15 [colin]      1.0.1cvs7.1
16524
16525         * src/compose.c
16526         * src/procmime.c
16527                 Sync with HEAD (optimisation of cvs6)
16528
16529 2005-02-14 [colin]      1.0.1cvs6.1
16530
16531         * src/compose.c
16532         * src/procmime.c
16533                 Sync with HEAD (encode "From " at line beginning)
16534
16535 2005-02-14 [colin]      1.0.1cvs5.3
16536
16537         * src/compose.c
16538                 Fix wrapping with accentued chars.
16539
16540 2005-02-13 [colin]      1.0.1cvs5.2
16541
16542         * src/textview.c
16543                 Fix email informative part parsing with
16544                 accentued chars in it. ispunct() returns
16545                 true for them in utf8...
16546
16547 2005-02-12 [colin]      1.0.1cvs5.1
16548
16549         * src/filtering.c
16550                 Sync with HEAD (remove wrong use of compose after send)
16551
16552 2005-02-12 [paul]       1.0.1cvs4.5
16553
16554         * src/textview.c
16555                 remove unnecessary code (thanks to Alfons)
16556
16557 2005-02-12 [paul]       1.0.1cvs4.4
16558
16559         * src/textview.c
16560                 add 'Copy' to contextual menu on emails
16561
16562 2005-02-11 [colin]      1.0.1cvs4.3
16563
16564         * src/compose.c
16565                 revert 1.0.0cvs28.2, it doesn't work that well.
16566
16567 2005-02-11 [paul]       1.0.1cvs4.2
16568
16569         * po/Makefile.in.in
16570                 fix 'make release'
16571
16572 2005-02-10 [paul]       1.0.1cvs4.1
16573
16574         * ChangeLog
16575         * ChangeLog.claws
16576         * ChangeLog.jp
16577         * configure.ac
16578         * src/compose.c
16579                 sync with HEAD (sync with main)
16580
16581 2005-02-10 [paul]       1.0.1cvs3.2
16582
16583         * AUTHORS
16584         * Makefile.am
16585         * autogen.sh
16586         * configure.ac
16587         * config/mkinstalldirs
16588         * intl/.cvsignore
16589         * intl/ChangeLog
16590         * intl/VERSION
16591         * intl/bindtextdom.c
16592         * intl/config.charset
16593         * intl/dcgettext.c
16594         * intl/dcigettext.c
16595         * intl/dcngettext.c
16596         * intl/dgettext.c
16597         * intl/dngettext.c
16598         * intl/eval-plural.h
16599         * intl/explodename.c
16600         * intl/finddomain.c
16601         * intl/gettext.c
16602         * intl/gettextP.h
16603         * intl/gmo.h
16604         * intl/hash-string.h
16605         * intl/intl-compat.c
16606         * intl/l10nflist.c
16607         * intl/libgnuintl.h.in
16608         * intl/loadinfo.h
16609         * intl/loadmsgcat.c
16610         * intl/localcharset.c
16611         * intl/localcharset.h
16612         * intl/locale.alias
16613         * intl/localealias.c
16614         * intl/localename.c
16615         * intl/log.c
16616         * intl/ngettext.c
16617         * intl/os2compat.c
16618         * intl/os2compat.h
16619         * intl/osdep.c
16620         * intl/plural-exp.c
16621         * intl/plural-exp.h
16622         * intl/plural.c
16623         * intl/plural.y
16624         * intl/ref-add.sin
16625         * intl/ref-del.sin
16626         * intl/relocatable.c
16627         * intl/relocatable.h
16628         * intl/textdomain.c
16629         * m4/Makefile.am
16630         * po/Makefile.in.in
16631         * src/Makefile.am
16632         * src/account.c
16633         * src/action.c
16634         * src/addr_compl.c
16635         * src/addressadd.c
16636         * src/addressbook.c
16637         * src/addrgather.c
16638         * src/addrindex.c
16639         * src/alertpanel.c
16640         * src/browseldap.c
16641         * src/codeconv.c
16642         * src/codeconv.h
16643         * src/compose.c
16644         * src/compose.h
16645         * src/crash.c
16646         * src/editaddress.c
16647         * src/editbook.c
16648         * src/editgroup.c
16649         * src/editjpilot.c
16650         * src/editldap.c
16651         * src/editldap_basedn.c
16652         * src/editvcard.c
16653         * src/exphtmldlg.c
16654         * src/expldifdlg.c
16655         * src/export.c
16656         * src/exporthtml.c
16657         * src/filtering.c
16658         * src/folder.c
16659         * src/folder_item_prefs.c
16660         * src/foldersel.c
16661         * src/folderview.c
16662         * src/grouplistdialog.c
16663         * src/headerview.c
16664         * src/imap.c
16665         * src/imap_gtk.c
16666         * src/import.c
16667         * src/importldif.c
16668         * src/importmutt.c
16669         * src/importpine.c
16670         * src/inc.c
16671         * src/ldif.c
16672         * src/main.c
16673         * src/mainwindow.c
16674         * src/matcher.c
16675         * src/mbox.c
16676         * src/message_search.c
16677         * src/messageview.c
16678         * src/mh.c
16679         * src/mh_gtk.c
16680         * src/mimeview.c
16681         * src/msgcache.c
16682         * src/news.c
16683         * src/news_gtk.c
16684         * src/noticeview.c
16685         * src/partial_download.c
16686         * src/pop.c
16687         * src/prefs_account.c
16688         * src/prefs_actions.c
16689         * src/prefs_common.c
16690         * src/prefs_customheader.c
16691         * src/prefs_display_header.c
16692         * src/prefs_ext_prog.c
16693         * src/prefs_filtering.c
16694         * src/prefs_filtering_action.c
16695         * src/prefs_folder_item.c
16696         * src/prefs_fonts.c
16697         * src/prefs_gtk.c
16698         * src/prefs_matcher.c
16699         * src/prefs_msg_colors.c
16700         * src/prefs_spelling.c
16701         * src/prefs_summary_column.c
16702         * src/prefs_template.c
16703         * src/prefs_themes.c
16704         * src/prefs_toolbar.c
16705         * src/prefs_wrapping.c
16706         * src/privacy.c
16707         * src/procheader.c
16708         * src/procmime.c
16709         * src/procmsg.c
16710         * src/quote_fmt.c
16711         * src/recv.c
16712         * src/send_message.c
16713         * src/setup.c
16714         * src/sourcewindow.c
16715         * src/ssl_manager.c
16716         * src/statusbar.c
16717         * src/summary_search.c
16718         * src/summaryview.c
16719         * src/textview.c
16720         * src/toolbar.c
16721         * src/wizard.c
16722         * src/common/nntp.c
16723         * src/common/plugin.c
16724         * src/common/smtp.c
16725         * src/common/ssl.c
16726         * src/common/ssl_certificate.c
16727         * src/common/string_match.c
16728         * src/common/sylpheed.c
16729         * src/common/template.c
16730         * src/common/utils.c
16731         * src/gtk/about.c
16732         * src/gtk/colorlabel.c
16733         * src/gtk/description_window.c
16734         * src/gtk/filesel.c
16735         * src/gtk/foldersort.c
16736         * src/gtk/gtkaspell.c
16737         * src/gtk/gtkutils.c
16738         * src/gtk/inputdialog.c
16739         * src/gtk/logwindow.c
16740         * src/gtk/menu.c
16741         * src/gtk/pluginwindow.c
16742         * src/gtk/prefswindow.c
16743         * src/gtk/progressdialog.c
16744         * src/gtk/quicksearch.c
16745         * src/gtk/sslcertwindow.c
16746         * src/plugins/clamav/clamav_plugin.c
16747         * src/plugins/clamav/clamav_plugin_gtk.c
16748         * src/plugins/demo/demo.c
16749         * src/plugins/dillo_viewer/dillo_prefs.c
16750         * src/plugins/dillo_viewer/dillo_viewer.c
16751         * src/plugins/image_viewer/plugin.c
16752         * src/plugins/image_viewer/viewer.c
16753         * src/plugins/image_viewer/viewerprefs.c
16754         * src/plugins/mathml_viewer/mathml_viewer.c
16755         * src/plugins/pgpmime/passphrase.c
16756         * src/plugins/pgpmime/plugin.c
16757         * src/plugins/pgpmime/prefs_gpg.c
16758         * src/plugins/pgpmime/select-keys.c
16759         * src/plugins/pgpmime/sgpgme.c
16760         * src/plugins/spamassassin/spamassassin.c
16761         * src/plugins/spamassassin/spamassassin_gtk.c
16762         * src/plugins/trayicon/trayicon.c
16763                 sync with main (revision 104)
16764
16765 2005-02-10 [colin]      1.0.1cvs3.1
16766
16767         * src/mainwindow.c
16768                 Sync with HEAD (fix occasional crasher)
16769
16770 2005-02-10 [colin]      1.0.1cvs2.1
16771
16772         * src/messageview.c
16773                 Synw with HEAD (don't automatically display html)
16774
16775 2005-02-09 [colin]      1.0.1cvs1.3
16776
16777         * src/textview.c
16778         * src/textview.h
16779                 Add contextual menu on emails
16780
16781 2005-02-09 [colin]      1.0.1cvs1.2
16782
16783         * src/codeconv.c
16784                 Fix converting from broken headers and 
16785                 put back the _ in missing places
16786                 (feature broke with cvs24.2 sync, main 
16787                  possibly affected?)
16788
16789 2005-02-09 [colin]      1.0.1cvs1.1
16790
16791         * src/messageview.c
16792         * src/mimeview.c
16793         * src/mimeview.h
16794                 Sync with HEAD (display non text/plain mails with plugin)
16795
16796 2005-02-08 [colin]      1.0.1.1
16797
16798         * ChangeLog.claws
16799         * po/pt_BR.po
16800                 Sync with HEAD
16801         * configure.ac
16802                 Make default configuration directory 
16803                 be .sylpheed-gtk2
16804
16805 2005-02-08 [colin]      1.0.0cvs29.1
16806
16807         * po/de.po
16808         * po/es.po
16809         * po/fr.po
16810         * po/it.po
16811         * po/sk.po
16812         * po/sr.po
16813                 Sync translations with HEAD
16814
16815 2005-02-06 [colin]      1.0.0cvs28.3
16816
16817         * src/compose.c
16818                 Make compose a bit faster - patch by Alfons.
16819
16820 2005-02-06 [colin]      1.0.0cvs28.2
16821
16822         * src/compose.c
16823                 Make pasting via middle-click more reliable
16824
16825 2005-02-05 [paul]       1.0.0cvs28.1
16826
16827         * ChangeLog
16828         * ChangeLog.claws
16829         * ChangeLog.jp
16830         * configure.ac
16831         * src/compose.c
16832                 sync with HEAD
16833                 (fix bug 682 'redirect is broken'
16834
16835 2005-02-05 [torte]      1.0.0cvs27.1
16836
16837         * ChangeLog.claws
16838         * configure.ac
16839         * src/partial_download.c
16840                 Sync with HEAD (fix buf overflow)
16841
16842 2005-02-03 [colin]      1.0.0cvs26.1
16843
16844         * src/common/plugin.c
16845                 Sync with HEAD (avoid plugin mismatches)
16846
16847 2005-02-03 [paul]       1.0.0cvs25.3
16848
16849         * src/folderview.c
16850         * src/headerview.c
16851         * src/summaryview.c
16852         * src/textview.c
16853         * src/gtk/colorlabel.c
16854                 third and final part of initial sync with main-gtk2
16855
16856 2005-02-03 [paul]       1.0.0cvs25.2
16857
16858         * src/jpilot.c
16859                 fix building with jpilot support
16860
16861 2005-02-02 [colin]      1.0.0cvs25.1
16862
16863         * src/messageview.c
16864                 Sync with HEAD (fix dangerous typo)
16865
16866 2005-02-01 [colin]      1.0.0cvs24.3
16867
16868         * src/common/xml.c
16869                 Write file as advertised (UTF-8)
16870
16871 2005-02-01 [paul]       1.0.0cvs24.2
16872
16873         * src/addrbook.c
16874         * src/addrindex.c
16875         * src/alertpanel.h
16876         * src/codeconv.c
16877         * src/codeconv.h
16878         * src/compose.c
16879         * src/export.c
16880         * src/folder_item_prefs.c
16881         * src/html.c
16882         * src/imap.c
16883         * src/import.c
16884         * src/jpilot.c
16885         * src/mainwindow.c
16886         * src/matcher_parser_lex.l
16887         * src/messageview.c
16888         * src/mh.c
16889         * src/prefs_account.c
16890         * src/prefs_actions.c
16891         * src/prefs_common.c
16892         * src/prefs_gtk.c
16893         * src/prefs_gtk.h
16894         * src/prefs_themes.c
16895         * src/procheader.c
16896         * src/procmime.c
16897         * src/sourcewindow.c
16898         * src/statusbar.c
16899         * src/summaryview.c
16900         * src/textview.c
16901         * src/toolbar.c
16902         * src/unmime.c
16903         * src/common/template.c
16904         * src/common/utils.c
16905         * src/common/xml.c
16906         * src/common/xml.h
16907         * src/gtk/gtkaspell.c
16908         * src/plugins/clamav/clamav_plugin.c
16909         * src/plugins/dillo_viewer/dillo_prefs.c
16910         * src/plugins/image_viewer/viewerprefs.c
16911         * src/plugins/pgpmime/passphrase.c
16912         * src/plugins/pgpmime/prefs_gpg.c
16913         * src/plugins/pgpmime/select-keys.c
16914         * src/plugins/spamassassin/spamassassin.c
16915                 second part of initial sync with main-gtk2
16916                 (more to follow)
16917
16918 2005-01-31 [colin]      1.0.0cvs24.1
16919
16920         * src/compose.c
16921                 Sync with HEAD
16922
16923 2005-01-29 [paul]       1.0.0cvs23.2
16924
16925         * src/account.c
16926         * src/action.c
16927         * src/addressadd.c
16928         * src/addressbook.c
16929         * src/alertpanel.c
16930         * src/compose.c
16931         * src/editaddress.c
16932         * src/editbook.c
16933         * src/editgroup.c
16934         * src/editjpilot.c
16935         * src/editldap.c
16936         * src/editldap_basedn.c
16937         * src/editvcard.c
16938         * src/export.c
16939         * src/foldersel.c
16940         * src/grouplistdialog.c
16941         * src/import.c
16942         * src/importldif.c
16943         * src/inc.c
16944         * src/main.c
16945         * src/mainwindow.c
16946         * src/message_search.c
16947         * src/messageview.c
16948         * src/mimeview.c
16949         * src/prefs_actions.c
16950         * src/prefs_common.c
16951         * src/prefs_common.h
16952         * src/prefs_customheader.c
16953         * src/prefs_display_header.c
16954         * src/prefs_filtering.c
16955         * src/prefs_filtering_action.c
16956         * src/prefs_gtk.c
16957         * src/prefs_matcher.c
16958         * src/prefs_summary_column.c
16959         * src/prefs_template.c
16960         * src/sourcewindow.c
16961         * src/summary_search.c
16962         * src/summaryview.c
16963         * src/textview.c
16964         * src/gtk/about.c
16965         * src/gtk/description_window.c
16966         * src/gtk/gtkshruler.c
16967         * src/gtk/gtkutils.c
16968         * src/gtk/gtkutils.h
16969         * src/gtk/inputdialog.c
16970         * src/gtk/logwindow.c
16971         * src/gtk/prefswindow.c
16972         * src/gtk/progressdialog.c
16973         * src/gtk/progressdialog.h
16974                 first part of initial sync with main-gtk2
16975                 (more to follow)
16976
16977 2005-01-28 [colin]      1.0.0cvs23.1
16978
16979         * src/folderview.c
16980                 Sync with HEAD
16981
16982 2005-01-27 [colin]      1.0.0cvs21.1
16983
16984         * src/folder.c
16985         * src/folderview.c
16986                 Sync with HEAD
16987
16988 2005-01-27 [colin]      1.0.0cvs19.1
16989
16990         * src/procmime.c
16991                 Sync with HEAD
16992
16993 2005-01-27 [colin]      1.0.0cvs18.1
16994
16995         * src/messageview.c
16996         * src/summaryview.c
16997         * src/mainwindow.c
16998         * src/compose.c
16999         * src/compose.h
17000         * src/procmsg.c
17001         * src/procmsg.h
17002         * src/toolbar.c
17003                 Sync with HEAD
17004
17005 2005-01-26 [paul]       1.0.0cvs15.2
17006
17007         * src/compose.c
17008                 compose_entries_set(): convert subject and body to
17009                 utf8 if necessary. patch by Felix Eckhofer
17010
17011 2005-01-26 [paul]       1.0.0cvs15.1
17012
17013         * configure.ac
17014         * src/common/template.c
17015                 sync with HEAD (fix memory leak)
17016
17017 2005-01-25 [paul]       1.0.0cvs14.1
17018
17019         * configure.ac
17020         * src/compose.c
17021                 sync with HEAD
17022
17023 2005-01-24 [colin]      1.0.0cvs13.1
17024
17025         * src/summaryview.c
17026                 Sync with HEAD
17027
17028 2005-01-24 [paul]       1.0.0cvs12.1
17029
17030         * configure.ac
17031         * src/messageview.c
17032         * src/mh.c
17033         * src/common/utils.c
17034                 sync with HEAD
17035
17036 2005-01-24 [colin]      1.0.0cvs11.1
17037
17038         * src/procheader.c
17039                 Sync with HEAD
17040
17041 2005-01-24 [colin]      1.0.0cvs10.1
17042
17043         * src/folderview.c
17044                 Sync with HEAD
17045
17046 2005-01-23 [colin]      1.0.0cvs9.1
17047
17048         * src/crash.c
17049                 Sync with HEAD
17050
17051 2005-01-22 [colin]      1.0.0cvs8.1
17052
17053         * src/summaryview.c
17054         * src/gtk/quicksearch.c
17055                 Sync with HEAD
17056
17057 2005-01-21 [colin]      1.0.0cvs7.1
17058
17059         * src/summaryview.c
17060                 Sync with HEAD
17061
17062 2005-01-21 [colin]      1.0.0cvs6.1
17063
17064         * src/summaryview.c
17065                 Sync with HEAD
17066
17067 2005-01-21 [colin]      1.0.0cvs5.1
17068
17069         * src/gtk/quicksearch.c
17070         * src/prefs_common.c
17071         * src/prefs_common.h
17072                 Sync with HEAD (recurse option)
17073
17074 2005-01-21 [colin]      1.0.0cvs4.1
17075
17076         * src/folder.h
17077         * src/folderview.c
17078         * src/folderview.h
17079         * src/summaryview.c
17080         * src/gtk/quicksearch.c
17081         * src/gtk/quicksearch.h
17082                 Sync with HEAD (recursive quicksearch)
17083
17084 2005-01-20 [colin]      1.0.0cvs3.4
17085
17086         * src/ssl_manager.c
17087                 Remove useless code
17088
17089 2005-01-20 [colin]      1.0.0cvs3.3
17090
17091         * src/ssl_manager.c
17092                 Fix leak, thanks to Alfons.
17093
17094 2005-01-20 [colin]      1.0.0cvs3.2
17095
17096         * src/ssl_manager.c
17097                 Port SSL certificate window to GTK2.
17098
17099 2005-01-20 [paul]       1.0.0cvs3.1
17100
17101         * ChangeLog.claws
17102         * configure.ac
17103         * src/addrindex.c
17104         * src/addrindex.h
17105                 sync with HEAD
17106
17107 2005-01-19 [colin]      1.0.0cvs2.2
17108
17109         * src/plugins/trayicon/trayicon.c
17110                 Fix freeze with gtk-2.6, the easy way
17111                 (signal blocking helpless there...)
17112                 Closes bug #668.
17113
17114 2005-01-19 [colin]      1.0.0cvs2.1
17115
17116         * src/mbox.c
17117         * src/mbox.h
17118         * src/mainwindow.c
17119         * src/summaryview.c
17120         * src/summaryview.h
17121                 Sync with HEAD
17122
17123 2005-01-19 [paul]       1.0.0cvs1.1
17124
17125         * configure.ac
17126         * po/de.po
17127         * po/es.po
17128         * po/fr.po
17129         * po/hr.po
17130         * po/it.po
17131         * po/ja.po
17132         * po/ko.po
17133         * po/pt_BR.po
17134         * po/ru.po
17135         * po/sk.po
17136         * po/sr.po
17137                 sync with HEAD (update translations)
17138
17139 2005-01-18 [colin]      1.0.0cvs0.1
17140
17141         * src/foldersel.c
17142                 Specify search column - patch by Alfons
17143
17144 2005-01-18 [colin]      0.9.13cvs36.3
17145
17146         * src/prefs_toolbar.c
17147                 Change Delete to Remove
17148         * src/prefs_fonts.c
17149                 GTK2 version and leak fixes
17150         * src/prefs_actions.c
17151                 Add stock buttons.
17152                 All patches by Alfons
17153
17154 2005-01-17 [colin]      0.9.13cvs36.2
17155
17156         * src/compose.c
17157                 Fix DnD inserting twice. While at it,
17158                 add DnD support for text/plain in the
17159                 body, and add support in the headers.
17160
17161 2005-01-16 [colin]      0.9.13cvs36.1
17162
17163         * ChangeLog
17164         * ChangeLog.jp
17165         * ChangeLog.claws
17166                 Sync with HEAD (nothing applicable)
17167
17168 2005-01-16 [colin]      0.9.13cvs33.2
17169
17170         * src/prefs_toolbar.c
17171                 GTK2ize prefs_toolbar, by Alfons.
17172
17173 2005-01-14 [colin]      0.9.13cvs33.1
17174
17175         * src/html.c
17176         * src/msgcache.c
17177                 Sync with HEAD
17178
17179 2005-01-14 [colin]      0.9.13cvs32.1
17180
17181         * src/html.c
17182         * src/html.h
17183         * src/msgcache.c
17184         * AUTHORS
17185         * tools/calypso_convert.pl
17186                 Sync with HEAD
17187
17188 2005-01-08 [colin]      0.9.13cvs29.2
17189
17190         * src/prefs_filtering_action.c
17191         * src/prefs_filtering.c
17192                 2 more gtk2 patches by Alfons
17193
17194 2005-01-07 [paul]       0.9.13cvs29.1
17195
17196         * ChangeLog
17197         * ChangeLog.claws
17198         * ChangeLog.jp
17199         * configure.ac
17200         * src/pop.c
17201         * src/pop.h
17202                 sync with HEAD
17203
17204 2005-01-07 [colin]      0.9.13cvs28.3
17205
17206         * src/gtk/progressdialog.c
17207         * src/gtk/progressdialog.h
17208         * src/inc.c
17209         * src/send_message.c
17210                 GTK2 for the incorporation dialog. The CList isn't dead
17211                 yet, for a more smooth migration. Patch by Alfons.
17212
17213 2005-01-06 [colin]      0.9.13cvs28.2
17214
17215         * src/prefs_display_header.c
17216                 GTK2 conversion by Alfons
17217         * src/prefs_actions.c
17218         * src/prefs_matcher.c
17219                 Fix 2 leaks - patch by Alfons
17220
17221 2005-01-06 [colin]      0.9.13cvs28.1
17222
17223         * src/prefs_matcher.c
17224                 Sync with HEAD
17225
17226 2005-01-06 [colin]      0.9.13cvs27.4
17227
17228         * src/prefs_matcher.c
17229                 Fix double-free. Patch by Alfons
17230
17231 2005-01-06 [colin]      0.9.13cvs27.3
17232
17233         * src/prefs_matcher.c
17234                 GTK2 widgets + memleak
17235                 Patch by Alfons
17236
17237 2005-01-05 [colin]      0.9.13cvs27.2
17238
17239         * src/account.c
17240         * src/addr_compl.c
17241         * src/foldersel.c
17242         * src/stock_pixmap.c
17243         * src/stock_pixmap.h
17244                 3 more GTK2 patches by Alfons.
17245
17246 2005-01-04 [colin]      0.9.13cvs27.1
17247
17248         * src/folderview.c
17249         * src/imap_gtk.c
17250         * src/news_gtk.c
17251                 Sync with HEAD
17252
17253 2005-01-04 [colin]      0.9.13cvs25.9
17254
17255         * src/compose.c
17256                 Fix Show Ruler menuitem
17257         * src/prefs_template.c
17258                 Convert to GTK2
17259         * src/common/utils.c
17260                 Make auto pointer stuff handles NULLs
17261                 Patches by Alfons.
17262
17263 2005-01-04 [colin]      0.9.13cvs25.8
17264
17265         * src/compose.c
17266                 Move the attachment list to gtk2
17267                 Patch by Alfons.
17268
17269 2005-01-04 [colin]      0.9.13cvs25.7
17270
17271         * src/textview.c
17272                 Make some keys work again
17273                 Patch by SungHyun Nam <namsh@kldp.org>
17274
17275 2005-01-04 [colin]      0.9.13cvs25.6
17276
17277         * src/gtk/gtkshruler.c
17278                 Move the ruler to GTK2
17279                 Patch by Alfons
17280
17281 2005-01-03 [colin]      0.9.13cvs25.5
17282
17283         * src/compose.c
17284                 Fix my broken patch apply 
17285
17286 2005-01-03 [colin]      0.9.13cvs25.4
17287
17288         * src/common/utils.c
17289         * src/common/utils.h
17290         * src/gtk/prefswindow.c
17291                 Move auto pointer stuff to utils.c
17292                 Patch by Alfons again :)
17293
17294 2005-01-03 [colin]      0.9.13cvs25.3
17295
17296         * src/compose.c
17297         * src/prefs_gtk.c
17298         * src/prefs_template.c
17299         * src/textview.c
17300                 Empty text widgets with empty strings, not NULL char
17301                 Patch by SungHyun Nam <namsh@kldp_org>
17302
17303 2005-01-03 [colin]      0.9.13cvs25.2
17304
17305         * src/main.c
17306         * AUTHORS
17307                 Sync with HEAD
17308
17309 2005-01-03 [colin]      0.9.13cvs25.1
17310
17311         * src/pop.c
17312         * src/pop.h
17313                 Sync with HEAD
17314
17315 2005-01-03 [colin]      0.9.13cvs24.3
17316
17317         * src/account.c
17318                 Two patches from Alfons and Alex S Moore:
17319                 fix images, fix return value.
17320
17321 2005-01-01 [colin]      0.9.13cvs24.2
17322
17323         * src/prefs_actions.c
17324                 Fix over-zealous assertion. Patch by Alfons
17325
17326 2005-01-01 [colin]      0.9.13cvs24.1
17327
17328         * src/procmime.c
17329                 Sync with HEAD (leak fix)
17330
17331 2004-12-31 [colin]      0.9.13cvs23.2
17332
17333         * src/prefs_common.c
17334                 GTK2 widgets + stock buttons - patch by Alfons
17335
17336 2004-12-31 [paul]       0.9.13cvs23.1
17337
17338         * configure.ac
17339                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17340         * src/gtk/pluginwindow.c
17341                 use GTK2 widgets and plug memory leaks,
17342                 patches by Alfons
17343
17344 2004-12-30 [colin]      0.9.13cvs22.4
17345
17346         * src/account.c
17347         * src/action.c
17348         * src/export.c
17349         * src/foldersel.c
17350         * src/import.c
17351         * src/message_search.c
17352         * src/prefs_actions.c
17353         * src/prefs_common.c
17354         * src/prefs_customheader.c
17355         * src/prefs_filtering.c
17356         * src/prefs_summary_column.c
17357         * src/summary_search.c
17358         * src/gtk/about.c
17359         * src/gtk/description_window.c
17360         * src/gtk/gtkutils.c
17361         * src/gtk/gtkutils.h
17362         * src/gtk/inputdialog.c
17363         * src/gtk/prefswindow.c
17364                 Use GTK2 stock buttons. Patches by Alfons.
17365
17366 2004-12-30 [colin]      0.9.13cvs22.3
17367
17368         * src/account.c
17369                 Sync with HEAD
17370         * src/prefs_actions.c
17371         * src/prefs_customheader.c
17372         * src/prefs_filtering.c
17373         * src/prefs_msg_colors.c
17374         * src/prefs_summary_column.c
17375         * src/gtk/prefswindow.c
17376                 Use GtkTreeView instead of deprecated 
17377                 widgets. Patches by Alfons.
17378
17379 2004-12-30 [paul]       0.9.13cvs22.2
17380
17381         * src/foldersel.c
17382                 use GTK 2 Tree View
17383                 patch by Alfons, with root folder sorting fix
17384                 by Stephan Sachse
17385
17386 2004-12-30 [paul]       0.9.13cvs22.1
17387
17388         * ChangeLog
17389         * ChangeLog.claws
17390         * ChangeLog.jp
17391         * NEWS
17392         * configure.ac
17393         * src/account.c
17394                 sync with HEAD
17395
17396 2004-12-22 [martin]     0.9.13cvs21.2
17397
17398         * src/action.c
17399                 free the command line after its use
17400
17401 2004-12-18 [paul]       0.9.13cvs21.1
17402
17403         * AUTHORS
17404         * ChangeLog
17405         * ChangeLog.claws
17406         * ChangeLog.jp
17407         * NEWS
17408         * configure.ac
17409         * src/action.c
17410         * src/compose.c
17411         * src/syldap.c
17412                 sync with HEAD
17413
17414 2004-12-17 [martin]     0.9.13cvs17.2
17415
17416         * src/action.c
17417                 convert actions input to locale
17418         * src/inc.c
17419                 convert notification command to locale
17420         * src/plugins/pgpmime/select-keys.c
17421                 convert attributes to utf8
17422
17423 2004-12-14 [colin]      0.9.13cvs17.1
17424
17425         * ChangeLog
17426         * ChangeLog.jp
17427         * ChangeLog.claws
17428         * src/action.c
17429         * src/common/utils.c
17430         * src/gtk/prefswindow.c
17431         * src/gtk/gtkutils.c
17432         * src/gtk/gtkutils.h
17433         * src/plugins/spamassassin/libspamc.c
17434                 Sync with HEAD
17435
17436 2004-12-13 [colin]      0.9.13cvs14.1
17437
17438         * src/quote_fmt_parse.y
17439                 Sync with HEAD
17440
17441 2004-12-10 [colin]      0.9.13cvs12.1
17442
17443         * src/prefs_themes.c
17444         * src/mainwindow.c
17445         * src/messageview.c
17446                 Sync with HEAD
17447
17448 2004-12-09 [colin]      0.9.13cvs10.1
17449
17450         * src/procmime.c
17451                 Sync with HEAD (fix B64 encoding from memory)
17452
17453 2004-12-08 [colin]      0.9.13cvs9.1
17454
17455         * src/gtk/colorlabel.c
17456                 Sync with HEAD
17457
17458 2004-12-08 [paul]       0.9.13cvs8.2
17459
17460         * src/gtk/pluginwindow.c
17461                 fix window resizing oddities
17462
17463 2004-12-08 [colin]      0.9.13cvs8.1
17464
17465         * src/quote_fmt_parse.y
17466                 Sync with HEAD
17467
17468 2004-12-08 [colin]      0.9.13cvs7.1
17469
17470         * src/matcher_parser_parse.y
17471         * src/msgcache.c
17472         * src/prefs_matcher.c
17473         * src/procheader.c
17474         * src/matcher.c
17475         * src/common/defs.h
17476         * po/sr.po
17477                 Sync with HEAD
17478
17479 2004-12-08 [colin]      0.9.13cvs6.1
17480
17481         * src/quote_fmt_parse.y
17482         * src/textview.c
17483                 Sync with HEAD
17484         * src/gtk/prefswindow.c
17485         * src/gtk/pluginwindow.c
17486                 Fix G_CALLBACKS protos (thanks to Alfons)
17487
17488 2004-12-07 [torte]      0.9.13cvs2.2
17489
17490         * src/procmime.c
17491                 [Bug 650] reply button causes crash
17492                 Thanks to David Relson and Christoph
17493
17494 2004-12-07 [colin]      0.9.13cvs2.1
17495
17496         * ChangeLog.claws
17497         * AUTHORS
17498         * po/sk.po
17499         * src/procmime.c
17500         * src/prefs_account.c
17501         * src/common/smtp.c
17502         * src/common/smtp.h
17503                 Sync with HEAD
17504
17505 2004-12-06 [colin]      0.9.12cvs187.1
17506
17507         * ChangeLog.claws
17508         * INSTALL
17509         * Makefile.am
17510         * README.claws
17511         * TODO.claws
17512         * configure.ac
17513         * po/bg.po
17514         * po/cs.po
17515         * po/el.po
17516         * po/en_GB.po
17517         * po/es.po
17518         * po/fr.po
17519         * po/hr.po
17520         * po/hu.po
17521         * po/it.po
17522         * po/ja.po
17523         * po/ko.po
17524         * po/nl.po
17525         * po/pl.po
17526         * po/pt_BR.po
17527         * po/ru.po
17528         * po/sk.po
17529         * po/sr.po
17530         * po/sv.po
17531         * po/zh_CN.po
17532         * po/zh_TW.Big5.po
17533         * src/compose.c
17534         * tools/Makefile.am
17535         * tools/README
17536         * tools/filter_conv.pl
17537         * tools/kdeservicemenu/README
17538         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17539         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17540                 Sync with HEAD
17541
17542 2004-12-04 [colin]      0.9.12cvs183.1
17543
17544         * src/compose.c
17545                 Sync with HEAD (compose window position saving)
17546
17547 2004-12-04 [paul]       0.9.12cvs182.3
17548
17549         * src/messageview.c
17550         * src/mimeview.c
17551         * src/prefs_customheader.c
17552         * src/gtk/quicksearch.c
17553                 replace some forgotten GTK_SIGNAL_FUNCs
17554
17555 2004-12-04 [paul]       0.9.12cvs182.2
17556
17557         * src/Makefile.am
17558                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
17559                 committed in error      
17560
17561 2004-12-04 [paul]       0.9.12cvs182.1
17562
17563         * ChangeLog
17564         * ChangeLog.claws
17565         * ChangeLog.jp
17566         * INSTALL
17567         * NEWS
17568         * README
17569         * README.jp
17570         * configure.ac
17571         * doc/manual/ja/Makefile.am
17572         * doc/manual/ja/sylpheed-1.html
17573         * doc/manual/ja/sylpheed-10.html
17574         * doc/manual/ja/sylpheed-11.html
17575         * doc/manual/ja/sylpheed-12.html
17576         * doc/manual/ja/sylpheed-13.html
17577         * doc/manual/ja/sylpheed-14.html
17578         * doc/manual/ja/sylpheed-15.html
17579         * doc/manual/ja/sylpheed-16.html
17580         * doc/manual/ja/sylpheed-17.html
17581         * doc/manual/ja/sylpheed-18.html
17582         * doc/manual/ja/sylpheed-19.html
17583         * doc/manual/ja/sylpheed-2.html
17584         * doc/manual/ja/sylpheed-20.html
17585         * doc/manual/ja/sylpheed-3.html
17586         * doc/manual/ja/sylpheed-4.html
17587         * doc/manual/ja/sylpheed-5.html
17588         * doc/manual/ja/sylpheed-6.html
17589         * doc/manual/ja/sylpheed-7.html
17590         * doc/manual/ja/sylpheed-8.html
17591         * doc/manual/ja/sylpheed-9.html
17592         * doc/manual/ja/sylpheed.html
17593         * doc/manual/ja/sylpheed.sgml
17594         * po/de.po
17595         * src/Makefile.am
17596         * src/compose.c
17597         * src/procmime.c
17598         * src/pixmaps/regular.xpm **REMOVED**
17599         * src/plugins/pgpmime/pgpmime.c
17600         * src/plugins/pgpmime/plugin.c
17601         * src/plugins/pgpmime/prefs_gpg.c
17602                 sync with HEAD
17603
17604 2004-12-03 [paul]       0.9.12cvs180.1
17605
17606         * ChangeLog
17607         * ChangeLog.claws
17608         * ChangeLog.jp
17609         * configure.ac
17610         * src/Makefile.am
17611         * src/pop.c
17612         * src/common/utils.c
17613         * src/common/utils.h
17614         * src/pixmaps/continue.xpm
17615         * src/pixmaps/dir_close.xpm
17616         * src/pixmaps/dir_open.xpm
17617         * src/pixmaps/drafts_close.xpm
17618         * src/pixmaps/drafts_open.xpm
17619         * src/pixmaps/folder.xpm **REMOVED**
17620         * src/pixmaps/group.xpm
17621         * src/pixmaps/unread.xpm
17622                 sync with HEAD
17623
17624 2004-12-02 [colin]      0.9.12cvs179.1
17625
17626         * src/compose.c
17627                 Sync with HEAD (non-duplicated reedition)
17628
17629 2004-12-02 [colin]      0.9.12cvs178.1
17630
17631         * src/compose.c
17632                 Sync with HEAD (linewrap_quote fix)
17633
17634 2004-12-01 [colin]      0.9.12cvs177.3
17635
17636         * src/addrharvest.c
17637                 Replace sizeof with strlen
17638
17639 2004-12-01 [paul]       0.9.12cvs177.2
17640
17641         * src/addrharvest.c
17642                 fix 'harvest addresses'
17643
17644 2004-11-30 [colin]      0.9.12cvs177.1
17645
17646         * src/gtk/prefswindow.c
17647         * src/gtk/pluginwindow.c
17648                 Sync with HEAD
17649
17650 2004-11-29 [colin]      0.9.12cvs176.1
17651
17652         * src/folderview.c
17653                 sync with HEAD (Fix disappearing separators in folderview's popup)
17654
17655 2004-11-29 [colin]      0.9.12cvs175.1
17656
17657         * src/procmime.c
17658                 Sync with head (another format fix)
17659
17660 2004-11-29 [colin]      0.9.12cvs174.1
17661
17662         * src/pop.c
17663                 Sync with HEAD (format string fix)
17664
17665 2004-11-26 [colin]      0.9.12cvs173.1
17666
17667         * src/common/smtp.c
17668         * src/common/smtp.h
17669                 Sync with HEAD
17670
17671 2004-11-24 [colin]      0.9.12cvs172.1
17672
17673         * src/plugins/pgpmime/pgpmime.c
17674                 Sync with HEAD
17675
17676 2004-11-24 [colin]      0.9.12cvs171.1
17677
17678         * src/plugins/pgpmime/pgpmime.c
17679                 Sync with head (gpgmectx leaks)
17680
17681 2004-11-24 [colin]      0.9.12cvs169.1
17682
17683         * src/plugins/pgpmime/plugin.c
17684         * src/plugins/trayicon/Makefile.am
17685         * src/plugins/trayicon/newmarkedmail.xpm
17686         * src/plugins/trayicon/trayicon.c
17687         * src/plugins/trayicon/unreadmarkedmail.xpm
17688                 Sync with HEAD
17689
17690 2004-11-23 [colin]      0.9.12cvs168.1
17691
17692         * src/partial_download.c
17693         * src/partial_download.h
17694         * src/plugins/pgpmime/plugin.c
17695                 Sync with HEAD
17696
17697 2004-11-23 [colin]      0.9.12cvs166.1
17698
17699         * src/Makefile.am
17700         * src/codeconv.c
17701         * src/compose.c
17702         * src/folderview.c
17703         * src/main.c
17704         * src/partial_download.c
17705         * src/partial_download.h
17706         * src/prefs_account.c
17707         * src/prefs_account.h
17708         * src/privacy.c
17709         * src/privacy.h
17710         * src/procmime.c
17711         * src/common/Makefile.am
17712         * src/common/base64.h
17713         * src/common/partial_download.c
17714         * src/common/partial_download.h
17715         * src/gtk/prefswindow.c
17716         * src/gtk/prefswindow.h
17717         * src/plugins/pgpmime/pgpmime.c
17718         * src/plugins/pgpmime/prefs_gpg.c
17719         * src/plugins/pgpmime/prefs_gpg.h
17720         * src/plugins/pgpmime/sgpgme.c
17721         * src/plugins/pgpmime/sgpgme.h
17722                 Sync with HEAD
17723
17724 2004-11-23 [colin]      0.9.12cvs163.1
17725
17726         * src/main.c
17727                 Sync with HEAD (cursor optimization)
17728
17729 2004-11-23 [colin]      0.9.12cvs162.1
17730
17731         * src/prefs_common.c
17732         * src/prefs_themes.c
17733         * src/procmsg.c
17734                 Sync with HEAD
17735
17736 2004-11-23 [colin]      0.9.12cvs158.9
17737
17738         * src/compose.c
17739                 Fix double-free when forwarding
17740         * src/msgcache.c
17741                 Fix leak on error path
17742                 
17743
17744 2004-11-23 [colin]      0.9.12cvs158.8
17745
17746         * src/compose.c
17747                 Fix possible double-free
17748                 Spotted by Alfons
17749
17750 2004-11-23 [colin]      0.9.12cvs158.7
17751
17752         * src/compose.c
17753                 Fix some signal handlers' prototypes
17754                 Spotted by Alfons
17755
17756 2004-11-22 [colin]      0.9.12cvs158.6
17757
17758         * src/compose.c
17759                 Remove unneeded code and duplicated
17760                 wrapping - patch by Alfons
17761
17762 2004-11-22 [colin]      0.9.12cvs158.5
17763
17764         * src/prefs_themes.c
17765                 Fix oversized selector
17766
17767 2004-11-22 [colin]      0.9.12cvs158.4
17768
17769         * src/compose.c
17770                 fix dump_text()
17771                 patch by Alfons
17772
17773 2004-11-19 [colin]      0.9.12cvs158.3
17774
17775         * src/textview.c
17776                 Add a context menu on links (open, copy)
17777
17778 2004-11-18 [paul]       0.9.12cvs158.2
17779
17780         * src/addrgather.c
17781         * src/exphtmldlg.c
17782         * src/expldifdlg.c
17783         * src/mimeview.c
17784         * src/prefs_common.c
17785         * src/plugins/image_viewer/viewer.c
17786         * src/plugins/spamassassin/spamassassin_gtk.c
17787                 replace deprecated gtk_notebook_set_page
17788                 and gtk_notebook_current_page
17789
17790 2004-11-18 [paul]       0.9.12cvs158.1
17791
17792         * configure.ac
17793         * src/compose.c
17794         * src/mainwindow.c
17795         * src/messageview.c
17796         * src/prefs_common.c
17797         * src/common/utils.c
17798         * src/common/utils.h
17799                 sync with HEAD
17800
17801 2004-11-17 [colin]      0.9.12cvs156.1
17802
17803         * src/prefs_account.c
17804         * src/prefs_account.h
17805         * src/procmsg.c
17806                 Sync with HEAD (add pref to store encrypted mails encrypted)
17807
17808 2004-11-17 [paul]       0.9.12cvs155.1
17809
17810         * ChangeLog
17811         * ChangeLog.claws
17812         * ChangeLog.jp
17813         * NEWS
17814         * configure.ac
17815         * src/compose.c
17816         * src/jpilot.c
17817         * src/privacy.c
17818         * src/procmime.c
17819         * src/procmime.h
17820         * src/procmsg.c
17821         * src/toolbar.c
17822         * src/pixmaps/error.xpm
17823                 sync with HEAD
17824
17825 2004-11-17 [colin]      0.9.12cvs151.1
17826
17827         * src/plugins/pgpmime/pgpmime.c
17828                 Sync with HEAD (remove debug printf)
17829
17830 2004-11-17 [colin]      0.9.12cvs150.1
17831
17832         * src/plugins/pgpmime/pgpmime.c
17833                 Sync with HEAD (off-by-one fix)
17834
17835 2004-11-17 [colin]      0.9.12cvs149.1
17836
17837         * src/procmsg.c
17838                 Sync with HEAD (coding style fixes)
17839
17840 2004-11-16 [colin]      0.9.12cvs148.1
17841
17842         * src/procmsg.c
17843                 Sync with head (Fix the fix)
17844
17845 2004-11-16 [colin]      0.9.12cvs147.1
17846
17847         * src/procmsg.c
17848                 Sync with Main (leak fix)
17849
17850 2004-11-16 [colin]      0.9.12cvs146.14
17851
17852         * src/compose.c
17853                 Remove useless chunk of code
17854                 Patch by Alfons
17855
17856 2004-11-15 [colin]      0.9.12cvs146.13
17857
17858         * src/compose.c
17859                 Fix drafting after insertion
17860                 Patch by Alfons
17861
17862 2004-11-15 [colin]      0.9.12cvs146.12
17863
17864         * src/compose.c
17865         * src/prefs_filtering.c
17866         * src/prefs_filtering_action.c
17867         * src/prefs_toolbar.c
17868                 Fix some const-correctness
17869
17870 2004-11-15 [colin]      0.9.12cvs146.11
17871
17872         * src/summaryview.c
17873         * src/prefs_themes.c
17874         * src/messageview.c
17875                 Fix some leaks
17876
17877 2004-11-15 [colin]      0.9.12cvs146.10
17878
17879         * src/codeconv.c
17880                 More unreadable locale fixes
17881
17882 2004-11-14 [colin]      0.9.12cvs146.9
17883
17884         * src/textview.c
17885                 Fix uri_security_check
17886                 Patch by Alfons
17887
17888 2004-11-13 [paul]       0.9.12cvs146.8
17889
17890         * src/folder.c
17891         * src/procmime.c
17892                 fix 2 bugs introduced in last commit
17893
17894 2004-11-13 [paul]       0.9.12cvs146.7
17895
17896         * src/compose.c
17897         * src/exporthtml.c
17898         * src/exportldif.c
17899         * src/folder.c
17900         * src/imap.c
17901         * src/imap_gtk.c
17902         * src/main.c
17903         * src/mainwindow.c
17904         * src/messageview.c
17905         * src/mh_gtk.c
17906         * src/prefs_themes.c
17907         * src/procmime.c
17908         * src/setup.c
17909         * src/summaryview.c
17910                 replace deprecated g_basename
17911
17912 2004-11-13 [paul]       0.9.12cvs146.6
17913
17914         * src/compose.c
17915         * src/imap.c
17916         * src/matcher_parser.h
17917         * src/matcher_parser_parse.y
17918         * src/prefs_filtering.c
17919         * src/prefs_filtering_action.c
17920         * src/prefs_themes.c
17921         * src/prefs_toolbar.c
17922         * src/common/utils.c
17923                 various small fixes/cleanups
17924
17925 2004-11-12 [colin]      0.9.12cvs146.5
17926
17927         * src/textview.c
17928                 Validate event's origin on visibility notify
17929                 Patch by Alfons.
17930
17931 2004-11-12 [paul]       0.9.12cvs146.4
17932
17933         * src/exporthtml.c
17934         * src/exportldif.c
17935         * src/imap.c
17936         * src/mh.c
17937         * src/mimeview.c
17938         * src/prefs_spelling.c
17939         * src/prefs_themes.c
17940                 replace deprecated g_dirname    
17941
17942 2004-11-12 [colin]      0.9.12cvs146.3
17943
17944         * src/textview.c
17945                 Some coding style fixes
17946
17947 2004-11-12 [colin]      0.9.12cvs146.2
17948
17949         * src/codeconv.c
17950                 We want to replace _all_ extended chars in
17951                 conv_unreadable_*, because any string containing
17952                 extended chars not parsing as UTF8 is 
17953                 undisplayed on gtk2.
17954
17955 2004-11-12 [paul]       0.9.12cvs146.1
17956
17957         * ChangeLog
17958         * ChangeLog.claws
17959         * ChangeLog.jp
17960         * NEWS
17961         * configure.ac
17962         * src/account.c
17963         * src/folderview.c
17964         * src/folderview.h
17965         * src/imap.c
17966         * src/imap_gtk.c
17967         * src/inc.c
17968         * src/mainwindow.c
17969         * src/mh_gtk.c
17970         * src/news_gtk.c
17971         * src/pop.c
17972         * src/prefs_account.c
17973         * src/prefs_account.h
17974         * src/prefs_ext_prog.c
17975         * src/procmime.c
17976         * src/procmime.h
17977         * src/procmsg.c
17978         * src/procmsg.h
17979         * src/summary_search.c
17980         * src/summaryview.c
17981         * src/textview.c
17982         * src/common/defs.h
17983         * src/common/utils.c
17984         * src/common/utils.h
17985         * src/gtk/menu.c
17986         * src/gtk/menu.h
17987                 sync with HEAD
17988
17989 2004-11-11 [colin]      0.9.12cvs144.2
17990
17991         * src/textview.c
17992                 Fix URI range selection (patch by Alfons)
17993
17994 2004-11-09 [colin]      0.9.12cvs144.1
17995
17996         * ChangeLog.claws
17997         * src/compose.c
17998         * src/folder.c
17999         * src/folder_item_prefs.c
18000         * src/prefs_account.c
18001         * src/prefs_account.h
18002         * src/plugins/pgpmime/pgpmime.c
18003                 Sync with HEAD
18004
18005 2004-11-08 [colin]      0.9.12cvs143.1
18006
18007         * src/summaryview.c
18008                 Sync with HEAD (optimize quicksearch)
18009
18010 2004-11-08 [colin]      0.9.12cvs142.2
18011
18012         * src/compose.c
18013                 Don't wrap when Edit/Auto wrapping is disabled
18014
18015 2004-11-08 [colin]      0.9.12cvs142.1
18016
18017         * src/textview.c
18018                 Sync with HEAD
18019
18020 2004-11-08 [colin]      0.9.12cvs141.1
18021
18022         * src/textview.c
18023                 Sync with HEAD (fix some mail URIs)
18024
18025 2004-11-08 [colin]      0.9.12cvs140.3
18026
18027         * src/textview.c
18028                 o Use text cursor instead of arrow when
18029                   not on a link
18030                 o Fix handling of contiguous links (as in
18031                   "colin@colino.net" <colin@colino.net>)
18032                   This one unveils a bug in get_email_part()
18033
18034 2004-11-07 [colin]      0.9.12cvs140.2
18035
18036         * src/textview.c
18037                 Fix memleak. Patch by Alfons.
18038
18039 2004-11-06 [colin]      0.9.12cvs140.1
18040
18041         * src/compose.c
18042                 Sync with HEAD (don't ask passphrase
18043                 when drafting)
18044
18045 2004-11-06 [paul]       0.9.12cvs139.2
18046
18047         * AUTHORS
18048         * src/textview.c
18049         * src/textview.h
18050                 textview URI handling. hovering over a 
18051                 link displays it in the status bar,
18052                 and changes the mouse pointer to a hand 
18053                 cursor. a link is activated with a single 
18054                 click. (Modified from the) patch by Jean-Yves 
18055                 Lefort <jylefort@users.sourceforge.net>
18056                 
18057
18058 2004-11-05 [colin]      0.9.12cvs139.1
18059
18060         * src/compose.c
18061         * src/procmime.c
18062                 Sync with HEAD again ^^
18063
18064 2004-11-05 [colin]      0.9.12cvs139.1
18065
18066         * src/compose.c
18067         * src/procmime.c
18068                 Sync with HEAD
18069
18070 2004-11-03 [paul]       0.9.12cvs138.1
18071
18072         * ChangeLog.claws
18073         * configure.ac
18074         * po/POTFILES.in
18075         * src/prefs_ext_prog.c
18076         * src/procmime.c
18077         * tools/kdeservicemenu/README
18078         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18079         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18080                 sync with HEAD
18081
18082 2004-11-01 [christoph]  0.9.12cvs136.2
18083
18084         * src/procmime.c
18085                 convert MIME parameters to UTF-8
18086
18087 2004-10-29 [colin]      0.9.12cvs136.1
18088
18089         * src/common/utils.c
18090                 Sync with HEAD (don't use '=' in mime boundary)
18091
18092 2004-10-29 [paul]       0.9.12cvs135.1
18093
18094         * configure.ac
18095         * doc/src/rfc2231.txt
18096         * src/procmime.c
18097         * src/common/quoted-printable.c
18098         * src/common/utils.c
18099         * src/common/utils.h
18100                 sync with HEAD
18101
18102 2004-10-27 [paul]       0.9.12cvs134.1
18103
18104         * configure.ac
18105         * src/main.c
18106         * src/procmime.c
18107         * src/plugins/pgpmime/pgpmime.c
18108                 sync with HEAD
18109
18110 2004-10-26 [paul]       0.9.12cvs132.3
18111
18112         * src/account.c
18113         * src/addressbook.c
18114         * src/addrgather.c
18115         * src/addrharvest.c
18116         * src/codeconv.c
18117         * src/compose.c
18118         * src/customheader.c
18119         * src/editaddress.c
18120         * src/editgroup.c
18121         * src/enriched.c
18122         * src/expldifdlg.c
18123         * src/exporthtml.c
18124         * src/exportldif.c
18125         * src/folder.c
18126         * src/foldersel.c
18127         * src/folderview.c
18128         * src/grouplistdialog.c
18129         * src/html.c
18130         * src/imap.c
18131         * src/jpilot.c
18132         * src/ldapserver.c
18133         * src/ldif.c
18134         * src/mimeview.c
18135         * src/news.c
18136         * src/news_gtk.c
18137         * src/pop.c
18138         * src/prefs_display_header.c
18139         * src/prefs_gtk.c
18140         * src/prefs_msg_colors.c
18141         * src/prefs_toolbar.c
18142         * src/procheader.c
18143         * src/procmime.c
18144         * src/summaryview.c
18145         * src/textview.c
18146         * src/toolbar.c
18147         * src/vcard.c
18148         * src/common/mgutils.c
18149         * src/common/nntp.c
18150         * src/common/smtp.c
18151         * src/common/template.c
18152         * src/common/utils.c
18153         * src/common/xmlprops.c
18154         * src/plugins/pgpmime/pgpmime.c
18155         * src/plugins/pgpmime/select-keys.c
18156         * src/plugins/pgpmime/sgpgme.c
18157                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18158                 g_string_sprintfa(), gtk_notebook_current_page()
18159
18160 2004-10-26 [colin]      0.9.12cvs132.2
18161
18162         * src/prefs_folder_item.c
18163                 Fix default-account selection
18164
18165 2004-10-21 [colin]      0.9.12cvs133
18166
18167         * src/compose.c
18168                 Sync with HEAD (Remove extra separator in compose's Options)
18169         * src/textview.c
18170                 Set wrapping to char
18171
18172 2004-10-21 [paul]       0.9.12cvs131.2
18173
18174         * src/compose.c
18175         * src/sourcewindow.c
18176                 fix wrapping
18177                 fix window shrinking 
18178
18179 2004-10-21 [colin]      0.9.12cvs131.1
18180
18181         * ChangeLog.claws
18182         * src/compose.c
18183                 Sync with HEAD
18184
18185 2004-10-21 [paul]       0.9.12cvs130.2
18186
18187         * src/prefs_folder_item.c
18188                 sync with HEAD (Apply to subfolders)
18189
18190 2004-10-19 [colin]      0.9.12cvs130.1
18191
18192         * ChangeLog.claws
18193         * src/compose.c
18194         * src/common/utils.c
18195         * src/gtk/menu.c
18196                 Sync with HEAD
18197
18198 2004-10-19 [colin]      0.9.12cvs128.1
18199
18200         * src/addrbook.c
18201         * src/addrcache.c
18202         * src/addressbook.c
18203         * src/codeconv.c
18204         * src/compose.c
18205         * src/customheader.c
18206         * src/editaddress.c
18207         * src/editgroup.c
18208         * src/exporthtml.c
18209         * src/folder.c
18210         * src/folderview.c
18211         * src/imap.c
18212         * src/jpilot.c
18213         * src/main.c
18214         * src/matcher_parser_parse.y
18215         * src/mbox.c
18216         * src/pop.c
18217         * src/prefs_account.c
18218         * src/prefs_gtk.c
18219         * src/prefs_msg_colors.c
18220         * src/procheader.c
18221         * src/procmime.c
18222         * src/procmime.h
18223         * src/procmsg.c
18224         * src/summaryview.c
18225         * src/textview.c
18226         * src/common/base64.c
18227         * src/common/partial_download.c
18228         * src/common/socket.c
18229         * src/common/sylpheed.c
18230         * src/common/utils.c
18231         * src/common/utils.h
18232         * src/gtk/pluginwindow.c
18233         * src/gtk/quicksearch.c
18234         * src/plugins/clamav/clamav_plugin.c
18235         * src/plugins/clamav/clamav_plugin.h
18236         * src/plugins/clamav/clamav_plugin_gtk.c
18237         * src/plugins/pgpmime/passphrase.c
18238         * src/plugins/pgpmime/pgpmime.c
18239         * src/plugins/pgpmime/plugin.c
18240         * src/plugins/pgpmime/prefs_gpg.c
18241         * src/plugins/pgpmime/prefs_gpg.h
18242         * src/plugins/pgpmime/select-keys.c
18243         * src/plugins/pgpmime/sgpgme.c
18244         * src/plugins/spamassassin/libspamc.c
18245         * src/plugins/spamassassin/spamassassin.c
18246         * src/plugins/spamassassin/spamassassin.h
18247         * src/plugins/spamassassin/spamassassin_gtk.c
18248         * src/plugins/trayicon/trayicon.c
18249         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18250                 Sync with HEAD
18251
18252 2004-10-14 [colin]      0.9.12cvs126.2
18253
18254         * src/codeconv.c
18255         * src/textview.c
18256                 Fix conv_unreadable_locale
18257
18258 2004-10-13 [colin]      0.9.12cvs126.1
18259
18260         * src/compose.c
18261                 Sync with HEAD (don't convert charset for 
18262                 drafted messages, minor cleanup)
18263
18264 2004-10-13 [colin]      0.9.12cvs125.1
18265
18266         * po/POTFILES.in
18267                 Sync with HEAD (POTFILES fix)
18268
18269 2004-10-12 [colin]      0.9.12cvs124.3
18270
18271         * src/compose.c
18272                 Fix encoding bug from latest sync
18273
18274 2004-10-12 [paul]       0.9.12cvs124.2
18275
18276         * src/plugins/pgpmime/prefs_gpg.c
18277         * src/plugins/pgpmime/prefs_gpg.h
18278                 forgotten in last commit        
18279
18280 2004-10-12 [paul]       0.9.12cvs124.1
18281
18282         * ChangeLog.claws
18283         * configure.ac
18284         * m4/spamassassin.m4
18285         * src/Makefile.am
18286         * src/account.c
18287         * src/compose.c
18288         * src/compose.h
18289         * src/crash.c
18290         * src/main.c
18291         * src/mimeview.c
18292         * src/passphrase.c
18293         * src/passphrase.h
18294         * src/prefs_account.c
18295         * src/prefs_account.h
18296         * src/prefs_common.c
18297         * src/privacy.c
18298         * src/privacy.h
18299         * src/procmime.c
18300         * src/procmime.h
18301         * src/procmsg.c
18302         * src/rfc2015.c
18303         * src/rfc2015.h
18304         * src/select-keys.c
18305         * src/select-keys.h
18306         * src/textview.c
18307         * src/common/utils.c
18308         * src/common/utils.h
18309         * src/gtk/about.c
18310         * src/plugins/pgpmime/Makefile.am
18311         * src/plugins/pgpmime/passphrase.c
18312         * src/plugins/pgpmime/passphrase.h
18313         * src/plugins/pgpmime/pgpmime.c
18314         * src/plugins/pgpmime/plugin.c
18315         * src/plugins/pgpmime/select-keys.c
18316         * src/plugins/pgpmime/select-keys.h
18317         * src/plugins/pgpmime/sgpgme.c
18318         * src/plugins/pgpmime/sgpgme.h
18319                 sync with HEAD
18320
18321 2004-10-04 [colin]      0.9.12cvs122.1
18322
18323         * src/mainwindow.c
18324         * src/messageview.c
18325         * src/messageview.h
18326         * src/textview.c
18327                 Sync with HEAD
18328
18329 2004-10-04 [colin]      0.9.12cvs121.1
18330
18331         * src/summaryview.c
18332                 Sync with HEAD
18333
18334 2004-10-04 [paul]       0.9.12cvs120.1
18335
18336         * configure.ac
18337                 sync with HEAD [don't try to build 
18338                 pgpmime plugin when gpgme is disabled]
18339
18340 2004-10-03 [colin]      0.9.12cvs119.3
18341
18342         * src/gtk/gtksctree.c
18343                 Lots of side effects. Put back as before 117.2.
18344         * src/summaryview.c
18345                 Fix bug #602
18346
18347 2004-10-03 [colin]      0.9.12cvs119.2
18348
18349         * src/gtk/gtksctree.c
18350                 Revert 608 fix that doesn't work that good
18351
18352 2004-10-02 [colin]      0.9.12cvs119.1
18353
18354         * src/mainwindow.c
18355         * src/messageview.c
18356         * src/prefs_common.h
18357         * src/procmime.c
18358         * src/procmime.h
18359         * src/textview.c
18360                 Sync with HEAD
18361         * src/gtk/gtksctree.c
18362                 Close bug #608
18363
18364 2004-10-01 [colin]      0.9.12cvs118.1
18365
18366         * src/mimeview.c
18367                 Sync with HEAD (better Save All fix)
18368
18369 2004-10-01 [colin]      0.9.12cvs117.2
18370
18371         * src/gtk/gtksctree.c
18372                 Faster on selection
18373
18374 2004-10-01 [colin]      0.9.12cvs117.1
18375
18376         * src/mimeview.c
18377                 Sync with HEAD (Save All: only attachments)
18378
18379 2004-10-01 [paul]       0.9.12cvs116.1
18380
18381         * ChangeLog.claws
18382         * configure.ac
18383         * src/account.c
18384         * src/prefs_common.c
18385         * src/gtk/colorlabel.c
18386                 sync with HEAD
18387
18388 2004-09-30 [colin]      0.9.12cvs115.1
18389
18390         * src/stock_pixmap.c
18391         * src/stock_pixmap.h
18392         * src/folderview.c
18393         * src/Makefile.am
18394         * src/pixmaps/read.xpm
18395                 Sync with HEAD (new pixmap)
18396
18397 2004-09-29 [colin]      0.9.12cvs114.1
18398
18399         * src/compose.c
18400                 Sync with HEAD
18401                 Fix focus handling in headers
18402
18403 2004-09-29 [paul]       0.9.12cvs113.1
18404
18405         * src/quote_fmt_parse.y
18406                 sync with HEAD
18407  
18408
18409 2004-09-28 [colin]      0.9.12cvs112.1
18410
18411         * src/folderview.c
18412         * src/mainwindow.c
18413                 Sync with HEAD
18414
18415 2004-09-28 [colin]      0.9.12cvs110.1
18416
18417         * src/folderview.c
18418                 Sync with HEAD (Contextual Empty trash menu)
18419
18420 2004-09-28 [colin]      0.9.12cvs108.1
18421
18422         * src/addressbook.c
18423                 Sync with HEAD (addressbook edit on double-click)
18424
18425 2004-09-28 [colin]      0.9.12cvs106.1
18426
18427         * src/inc.c
18428                 Sync with HEAD (folder_item freeze on inc)
18429
18430 2004-09-27 [colin]      0.9.12cvs105.1
18431
18432         * src/folderview.c
18433                 Sync with HEAD (right-align new and unread column)
18434
18435 2004-09-27 [colin]      0.9.12cvs104.1
18436
18437         * src/main.c
18438                 Sync with HEAD (revert 0.9.12cvs101)
18439
18440 2004-09-24 [colin]      0.9.12cvs103.2
18441
18442         * src/wizard.c
18443                 Fix gtk warnings and use domain part of the email address 
18444                 when domain detection fails (no dot in domain name)
18445
18446 2004-09-23 [colin]      0.9.12cvs103.1
18447
18448         * src/plugins/spamassassin/libspamc.c
18449         * src/plugins/spamassassin/libspamc.h
18450         * src/plugins/spamassassin/utils.c
18451         * src/plugins/spamassassin/utils.h
18452                 Sync with HEAD (Update spamassassin to 3.0)
18453
18454 2004-09-21 [colin]      0.9.12cvs102.3
18455
18456         * src/action.c
18457                 Add horizontal scrollbar in action io dialog as needed
18458                 Patch by Alfons.
18459
18460 2004-09-20 [colin]      0.9.12cvs102.2
18461
18462         * src/plugins/image_viewer/viewer.c
18463                 Remove imlib stuff
18464                 use gtk_pixmap_set when clearing
18465                 (would be better to use gtkImages, but causes size-allocate 
18466                 signals storm)
18467
18468 2004-09-17 [paul]       0.9.12cvs102.1
18469
18470         * ChangeLog
18471         * ChangeLog.claws
18472         * ChangeLog.jp
18473         * configure.ac
18474         * src/inc.c
18475                 sync with HEAD
18476
18477
18478 2004-09-17 [colin]      0.9.12cvs101.1
18479
18480         * ChangeLog.claws
18481         * src/main.c
18482                 Sync with HEAD (fix segs at exit)
18483
18484 2004-09-14 [colin]      0.9.12cvs99.5
18485
18486         * src/common/socket.c
18487         * AUTHORS
18488                 Fix send error on 64bit platforms
18489                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18490
18491 2004-09-14 [colin]      0.9.12cvs99.4
18492
18493         * src/action.c
18494                 Fix action output with utf8 
18495                 Patch by Alfons.
18496
18497 2004-09-14 [colin]      0.9.12cvs99.3
18498
18499         * ChangeLog.claws
18500         * src/folder.c
18501                 Sync with HEAD
18502
18503 2004-09-09 [colin]      0.9.12cvs99.2
18504
18505         * src/action.c
18506                 Fix progress bar (displaying "Completed %v/%u")
18507                 Patch by Alfons.
18508
18509 2004-09-08 [colin]      0.9.12cvs99.1
18510
18511         * src/account.c
18512         * src/folder.c
18513         * src/procmsg.c
18514         * src/procmsg.h
18515         * src/plugins/pgpmime/pgpmime.c
18516                 Sync with HEAD
18517
18518 2004-09-08 [colin]      0.9.12cvs97.2
18519
18520         * src/summaryview.c
18521                 Don't select mails in collapsed threads 
18522                 when navigating with up/down
18523
18524 2004-09-07 [colin]      0.9.12cvs97.1
18525
18526         * src/inc.c
18527                 Sync with HEAD (meaningful error messages)
18528
18529 2004-09-06 [colin]      0.9.12cvs96.1
18530
18531         * src/toolbar.c
18532                 Sync with HEAD (fix Redirect graying out)
18533
18534 2004-09-06 [colin]      0.9.12cvs95.1
18535
18536         * src/summaryview.c
18537         * src/mimeview.c
18538                 Sync with HEAD (fix dropped URIs)
18539
18540 2004-09-06 [colin]      0.9.12cvs94.1
18541
18542         * src/addressbook.c
18543         * src/addressitem.h
18544         * src/addritem.c
18545         * src/addritem.h
18546                 Sync with HEAD (addressbook DnD)
18547
18548 2004-09-03 [colin]      0.9.12cvs93.1
18549
18550         * src/summaryview.c
18551                 Sync with HEAD (next/prev unread)
18552
18553 2004-09-03 [colin]      0.9.12cvs92.1
18554
18555         * src/prefs_common.c
18556         * src/prefs_common.h
18557         * src/summaryview.c
18558                 Sync with HEAD ('mark_as_read_delay' pref)
18559
18560 2004-09-02 [colin]      0.9.12cvs91.2
18561
18562         * src/common/xml.c
18563                 Fix leak
18564
18565 2004-09-02 [colin]      0.9.12cvs91.1
18566
18567         * src/gtk/menu.c
18568                 Sync with HEAD (menu accel don't work, but whatever)
18569
18570 2004-09-02 [colin]      0.9.12cvs90.1
18571
18572         * src/account.c
18573                 Sync with HEAD (fix bug 582)
18574
18575 2004-09-02 [colin]      0.9.12cvs89.1
18576
18577         * src/addrindex.c
18578                 Sync with HEAD (free deleted queries)
18579
18580 2004-09-02 [colin]      0.9.12cvs88.1
18581
18582         * src/ldapquery.c
18583                 Sync with HEAD (fix LDAP freezes)
18584
18585 2004-09-02 [colin]      0.9.12cvs87.1
18586
18587         * src/prefs_spelling.c
18588                 Sync with HEAD (add default dictionary)
18589
18590 2004-09-01 [colin]      0.9.12cvs86.1
18591
18592         * src/filtering.c
18593         * src/folderview.c
18594         * src/imap.c
18595         * src/prefs_matcher.c
18596         * src/stock_pixmap.c
18597         * src/summary_search.c
18598         * src/summaryview.c
18599         * src/wizard.c
18600         * src/wizard.h
18601                 Sync with HEAD (uninitialized vars fixes)
18602                 + gtk2 specific warning fixes
18603
18604 2004-08-31 [colin]      0.9.12cvs85.1
18605
18606         * src/folder.c
18607                 Sync with HEAD (Fix memory corruption due to 
18608                 uninitialized var)
18609
18610 2004-08-31 [colin]      0.9.12cvs84.4
18611
18612         * src/summary_search.c
18613                 Fix segfaults when searching in folders with broken headers
18614
18615 2004-08-31 [colin]      0.9.12cvs84.3
18616
18617         * src/compose.c
18618         * src/textview.c
18619                 Fix some more encoding/decoding issues
18620
18621 2004-08-30 [colin]      0.9.12cvs84.2
18622
18623         * src/mimeview.c
18624         * src/prefs_themes.c
18625         * src/gtk/filesel.c
18626         * src/gtk/filesel.h
18627                 Add a folder-mode selection (fixes mimeview's "Save all")
18628
18629 2004-08-29 [colin]      0.9.12cvs84.1
18630
18631         * src/mimeview.c
18632                 Sync with HEAD (don't escape saved filenames)
18633
18634 2004-08-27 [colin]      0.9.12cvs83.1
18635
18636         * ChangeLog
18637         * ChangeLog.claws
18638         * ChangeLog.jp
18639         * src/mh.c
18640         * src/procheader.c
18641         * src/procmsg.c
18642         * src/procmsg.h
18643         * src/common/utils.c
18644         * src/gtk/menu.h
18645         * po/
18646                 Sync with HEAD 0.9.12cvs83 (sync with main)
18647
18648 2004-08-26 [colin]      0.9.12cvs82.4
18649
18650         * src/codeconv.c
18651                 Fix strange stack corruption
18652                 Convert to utf8 after unmime, not before
18653
18654 2004-08-26 [colin]      0.9.12cvs82.3
18655
18656         * src/main.c
18657         * src/wizard.c
18658                 Fix account folders duplication
18659
18660 2004-08-25 [colin]      0.9.12cvs82.2
18661
18662         * src/wizard.c
18663                 Remove ports
18664                 Add SSL selection
18665                 Use login@server as account name
18666
18667 2004-08-25 [colin]      0.9.12cvs82.1
18668
18669         * src/plugins/pgpmime/pgpmime.c
18670                 Sync with HEAD (leak fix).
18671
18672 2004-08-25 [colin]      0.9.12cvs81.1
18673
18674         * src/plugins/pgpmime/pgpmime.c
18675         * src/plugins/pgpmime/sgpgme.c
18676         * src/plugins/pgpmime/sgpgme.h
18677                 Sync with HEAD (Handle combined messages).
18678
18679 2004-08-24 [colin]      0.9.12cvs80.3
18680
18681         * src/wizard.c
18682                 Fix full name, ports, and imap
18683
18684 2004-08-24 [colin]      0.9.12cvs80.2
18685
18686         * src/Makefile.am
18687         * src/main.c
18688         * src/setup.c
18689         * src/setup.h
18690         * src/stock_pixmap.c
18691         * src/stock_pixmap.h
18692         * src/wizard.c ** ADDED **
18693         * src/wizard.h ** ADDED ** 
18694         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
18695                 Add a setup wizard 
18696
18697 2004-08-24 [colin]      0.9.12cvs80.1
18698
18699         * src/folder.c
18700                 Sync with HEAD (set mimeflags on all messages)
18701
18702 2004-08-24 [colin]      0.9.12cvs79.3
18703
18704         * src/matcher_parser_lex.l
18705                 Fix 8bits strings not in utf8
18706
18707 2004-08-24 [colin]      0.9.12cvs79.2
18708
18709         * src/compose.c
18710                 Check conversion result before replacing buffer
18711
18712 2004-08-23 [colin]      0.9.12cvs79.1
18713
18714         * src/compose.c
18715                 Sync with HEAD (create message header in memory)
18716
18717 2004-08-23 [colin]      0.9.12cvs78.1
18718
18719         * src/rfc2015.c
18720         * src/rfc2015.h
18721                 Sync with HEAD (fix bug 197 again)
18722
18723 2004-08-23 [colin]      0.9.12cvs77.3
18724
18725         * src/compose.c
18726                 Fix again inline gpg signing (which outputs utf8
18727                 in gtk2). Not syncing this fix to HEAD as this 
18728                 code is meant to die.
18729
18730 2004-08-23 [colin]      0.9.12cvs77.2
18731
18732         * src/prefs_account.h
18733                 Remove useless include
18734
18735 2004-08-23 [colin]      0.9.12cvs77.1
18736
18737         * src/imap.c
18738         * po/es.po
18739         * po/fr.po
18740         * po/it.po
18741         * po/pl.po
18742         * po/pt_BR.po
18743         * po/sk.po
18744         * po/sr.po
18745                 Sync with HEAD (fix bug 577)
18746
18747 2004-08-22 [colin]      0.9.12cvs76.1
18748
18749         * src/plugins/trayicon/trayicon.c
18750                 Sync with HEAD (fix formatting bug)
18751
18752 2004-08-21 [colin]      0.9.12cvs74.2
18753
18754         * src/gtk/colorsel.c
18755                 Fix bug 564 (Folder color selection window exits on any
18756                 keypress)
18757
18758 2004-08-21 [colin]      0.9.12cvs74.1
18759
18760         * ChangeLog.claws
18761         * src/compose.c
18762         * src/summaryview.c
18763         * src/toolbar.c
18764                 Sync with HEAD (fix bug 576)
18765
18766 2004-08-21 [colin]      0.9.12cvs70.1
18767
18768         * src/compose.c
18769         * src/mainwindow.c
18770                 Sync with HEAD
18771                 
18772
18773 2004-08-21 [paul]       0.9.12cvs66.4
18774
18775         * src/mainwindow.c
18776         * src/messageview.c
18777         * src/gtk/menu.c
18778         * src/plugins/spamassassin/spamassassin_gtk.c
18779                 remove some deprecated gtk1 functions
18780
18781
18782 2004-08-21 [colin]      0.9.12cvs66.3
18783
18784         * src/compose.c
18785         * src/codeconv.c
18786                 Fix warnings
18787                 Remove encoding hacks
18788                 Fix bug 575 (Strange character messes up message)
18789                 Don't display conversion error when drafting
18790
18791 2004-08-21 [paul]       0.9.12cvs66.2
18792
18793         * src/prefs_account.c
18794                 fix GnuPG mode bugs
18795
18796
18797 2004-08-20 [colin]      0.9.12cvs66.1
18798
18799         * src/codeconv.c
18800                 Sync with HEAD 0.9.12cvs66
18801
18802 2004-08-20 [paul]
18803
18804         * src/plugins/pgpmime/plugin.c
18805                 modify PGP/MIME plugin's description
18806
18807 2004-08-17 [colin]      0.9.12cvs65.1
18808
18809         * src/common/ssl.c
18810         * src/plugins/pgpmime/plugin.c
18811                 Sync with HEAD
18812
18813 2004-08-14 [colin]      0.9.12cvs60.3
18814
18815         * src/plugins/trayicon/trayicon.c
18816                 Put back resize callback, on size-request signal
18817                 rather than size-allocate to avoid infinite 
18818                 callback loop
18819
18820 2004-08-13 [colin]      0.9.12cvs60.2
18821
18822         * src/common/defs.h
18823                 Cache versions have been fixed
18824
18825 2004-08-13 [colin]      0.9.12cvs60.1
18826
18827         * src/folderutils.c
18828                 Sync with HEAD
18829
18830 2004-08-12 [colin]      0.9.12cvs59.1
18831
18832         * src/plugins/trayicon/trayicon.c
18833                 Sync with HEAD
18834
18835 2004-08-12 [colin]      0.9.12cvs57.5
18836
18837         * sylpheed.desktop
18838         * configure.ac
18839         * src/Makefile.am
18840         * src/main.c
18841                 Add support for Freedesktop.org's startup notification
18842
18843 2004-08-11 [colin]      0.9.12cvs57.4
18844
18845         * src/textview.c
18846                 Fix off-by-one
18847
18848 2004-08-11 [colin]      0.9.12cvs57.3
18849
18850         * src/message_search.c
18851         * src/summary_search.c
18852                 Make searches case insensitive by default
18853         * src/textview.c
18854                 Fix case-insensitive search in message
18855
18856 2004-08-11 [colin]      0.9.12cvs57.2
18857
18858         * src/summary_search.c
18859                 Let case-sensitive be specified
18860
18861 2004-08-10 [colin]      0.9.12cvs55.4
18862
18863         * src/common/socket.c
18864                 Fix the possible race condition
18865
18866 2004-08-09 [paul]       0.9.12cvs55.3
18867
18868         * configure.ac
18869         * src/Makefile.am
18870         * src/common/Makefile.am
18871                 sync with HEAD
18872
18873
18874 2004-08-09 [paul]       0.9.12cvs55.2
18875
18876         * autogen.sh
18877         * po/poconv.sh
18878                 remove unneeded script
18879
18880         * configure.ac
18881                 add forgotten USE_LDAP_TLS (sync with HEAD)
18882
18883
18884 2004-08-09 [colin]      0.9.12cvs55.1
18885
18886         * src/main.c
18887         * src/common/ssl.c
18888         * src/common/sylpheed.c
18889         * src/common/sylpheed.h
18890                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
18891
18892 2004-08-09 [paul]       0.9.12cvs54.1
18893
18894         * ChangeLog
18895         * ChangeLog.claws
18896         * ChangeLog.jp
18897         * configure.ac
18898         * po/POTFILES.in
18899         * src/Makefile.am
18900         * src/folderutils.c
18901         * src/main.c
18902         * src/pgpmime.c
18903         * src/pgpmime.h
18904         * src/sgpgme.c
18905         * src/sgpgme.h
18906         * src/plugins/Makefile.am
18907         * src/plugins/pgpmime/.cvsignore
18908         * src/plugins/pgpmime/Makefile.am
18909         * src/plugins/pgpmime/pgpmime.c
18910         * src/plugins/pgpmime/pgpmime.h
18911         * src/plugins/pgpmime/plugin.c
18912         * src/plugins/pgpmime/sgpgme.c
18913         * src/plugins/pgpmime/sgpgme.h
18914                 sync with HEAD
18915
18916 2004-08-08 [paul]       0.9.12cvs51.1
18917
18918         * configure.ac
18919         * src/folder.c
18920                 sync with HEAD
18921
18922 2004-08-07 [colin]      0.9.12cvs50.1
18923
18924         * src/pop.c
18925         * src/common/partial_download.c
18926                 fix warnings (sync from HEAD)
18927
18928 2004-08-07 [colin]      0.9.12cvs48.1
18929
18930         * src/prefs_folder_item.c
18931                 sync with HEAD 0.9.12cvs48
18932
18933 2004-08-06 [colin]      0.9.12cvs47.1
18934
18935         * src/compose.c
18936                 Sync with HEAD
18937
18938 2004-08-06 [christoph]  0.9.12cvs46.2
18939
18940         * src/main.c
18941         * src/plugins/clamav/clamav_plugin_gtk.c
18942         * src/plugins/dillo_viewer/dillo_viewer.c
18943         * src/plugins/image_viewer/plugin.c
18944         * src/plugins/mathml_viewer/mathml_viewer.c
18945         * src/plugins/spamassassin/spamassassin_gtk.c
18946         * src/plugins/trayicon/trayicon.c
18947                 don't mix GTK1.2 plugin with GTK2 plugins
18948
18949 2004-08-06 [colin]      0.9.12cvs46.1
18950
18951         * ChangeLog
18952         * ChangeLog.claws
18953         * ChangeLog.jp
18954         * configure.ac
18955         * sylpheed-claws.pc.in
18956         * src/folder.c
18957         * src/imap.c
18958         * src/localfolder.c
18959         * src/messageview.c
18960         * src/mimeview.c
18961         * src/mimeview.h
18962         * src/msgcache.c
18963         * src/news.c
18964         * src/prefs_ext_prog.c
18965         * src/prefs_folder_item.c
18966         * src/prefs_fonts.c
18967         * src/prefs_msg_colors.c
18968         * src/prefs_spelling.c
18969         * src/prefs_themes.c
18970         * src/prefs_toolbar.c
18971         * src/prefs_wrapping.c
18972         * src/procmime.h
18973         * src/common/defs.h
18974         * src/common/nntp.c
18975         * src/common/session.c
18976         * src/common/session.h
18977         * src/common/socket.c
18978         * src/common/utils.h
18979         * src/common/xml.c
18980         * src/common/xml.h
18981         * src/gtk/prefswindow.c
18982         * src/gtk/prefswindow.h
18983         * src/plugins/clamav/clamav_plugin_gtk.c
18984         * src/plugins/dillo_viewer/dillo_prefs.c
18985         * src/plugins/image_viewer/viewerprefs.c
18986         * src/plugins/spamassassin/spamassassin_gtk.c
18987         * m4/openssl.m4 *** REMOVED ***
18988                 Sync with HEAD 0.9.12cvs46
18989
18990 2004-08-03 [paul]       0.9.12cvs40.2
18991
18992         * src/action.c
18993         * src/addressadd.c
18994         * src/addressbook.c
18995         * src/addrgather.c
18996         * src/browseldap.c
18997         * src/compose.c
18998         * src/crash.c
18999         * src/editaddress.c
19000         * src/editgroup.c
19001         * src/editldap_basedn.c
19002         * src/foldersel.c
19003         * src/importldif.c
19004         * src/mimeview.c
19005         * src/prefs_common.c
19006         * src/prefs_template.c
19007         * src/sourcewindow.c
19008         * src/summaryview.c
19009         * src/gtk/about.c
19010         * src/gtk/foldersort.c
19011         * src/gtk/logwindow.c
19012         * src/gtk/pluginwindow.c
19013         * src/gtk/prefswindow.c
19014                 change all gtk_scrolled_window_set_policy from 
19015                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19016
19017 2004-08-02 [paul]       0.9.12cvs40.1
19018
19019         * AUTHORS
19020                 update translation team section
19021         * po/pt_BR.po
19022                 updated by Frederico Goncalves Guimaraes
19023                 <fggdebian@yahoo.com.br>
19024
19025 2004-07-31 [colin]      0.9.12cvs39.9
19026
19027         * src/exphtmldlg.c
19028                 Fix compilation
19029
19030 2004-07-31 [colin]      0.9.12cvs39.8
19031
19032         * src/exphtmldlg.c
19033                 Fix an alertpanel type
19034
19035 2004-07-30 [colin]      0.9.12cvs39.7
19036
19037         * src/alertpanel.c
19038                 Fix alertpanel_error_log's icon
19039
19040 2004-07-30 [colin]      0.9.12cvs39.6
19041
19042         * src/pop.c
19043                 Two of them should still be warnings
19044
19045 2004-07-30 [colin]      0.9.12cvs39.5
19046
19047         * src/pop.c
19048                 More warning -> error
19049 2004-07-29 [colin]      0.9.12cvs39.4
19050
19051         * src/pop.c
19052                 Warning -> error
19053
19054 2004-07-29 [colin]      0.9.12cvs39.3
19055
19056         * src/prefs_matcher.c
19057                 Fix segfault
19058
19059 2004-07-29 [colin]      0.9.12cvs39.2
19060
19061         * src/alertpanel.c
19062                 More nice-looking alertpanels
19063
19064 2004-07-29 [colin]      0.9.12cvs39.1
19065
19066         * src/messageview.c
19067                 sync with head
19068                 (inform user when partial mail is deleted on server)
19069
19070 2004-07-29 [colin]      0.9.12cvs38.1
19071
19072         * src/messageview.c
19073                 sync with head
19074
19075 2004-07-28 [paul]       0.9.12cvs37.7
19076
19077         * src/mainwindow.c
19078                 complete the replacement of deprecated gtk_progress_*
19079
19080 2004-07-28 [paul]       0.9.12cvs37.6
19081
19082         * src/action.c
19083         * src/inc.c
19084         * src/mainwindow.c
19085         * src/send_message.c
19086         * src/gtk/progressdialog.c
19087         * src/gtk/progressdialog.h
19088                 replace deprecated gtk_progress_*
19089
19090 2004-07-28 [paul]       0.9.12cvs37.5
19091
19092         * src/gtk/filesel.c
19093                 remove gtk_window_set_wmclass()
19094 2004-07-28 [paul]       0.9.12cvs37.4
19095
19096         * src/addressbook.c
19097         * src/compose.c
19098         * src/foldersel.c
19099         * src/mainwindow.c
19100         * src/messageview.c
19101         * src/sourcewindow.c
19102         * src/gtk/logwindow.c
19103                 remove gtk_window_set_wmclass()
19104                 
19105         * src/prefs_filtering.c
19106         * src/prefs_filtering_action.c
19107         * src/prefs_fonts.c
19108         * src/prefs_gtk.c
19109         * src/prefs_matcher.c
19110         * src/ssl_manager.c
19111         * src/gtk/prefswindow.c
19112                 replace gtk_window_position()
19113
19114 2004-07-28 [colin]      0.9.12cvs37.3
19115
19116         * src/alertpanel.c
19117         * src/alertpanel.h
19118                 Add a way to specify panel type for specific
19119                 panels (alertpanel())
19120         * src/account.c
19121         * src/addressbook.c
19122         * src/compose.c
19123         * src/expldifdlg.c
19124         * src/main.c
19125         * src/messageview.c
19126         * src/summaryview.c
19127         * src/textview.c
19128         * src/gtk/sslcertwindow.c
19129                 Fix alertpanel()s so that their icon match
19130                 their real type
19131
19132 2004-07-28 [paul]       0.9.12cvs37.2
19133
19134         * src/addr_compl.c
19135         * src/addressbook.c
19136         * src/alertpanel.c
19137         * src/compose.c
19138         * src/export.c
19139         * src/foldersel.c
19140         * src/folderview.c
19141         * src/grouplistdialog.c
19142         * src/import.c
19143         * src/mainwindow.c
19144         * src/message_search.c
19145         * src/messageview.c
19146         * src/passphrase.c
19147         * src/prefs_actions.c
19148         * src/prefs_common.c
19149         * src/prefs_customheader.c
19150         * src/prefs_display_header.c
19151         * src/prefs_filtering.c
19152         * src/prefs_filtering_action.c
19153         * src/prefs_gtk.c
19154         * src/prefs_matcher.c
19155         * src/prefs_msg_colors.c
19156         * src/prefs_summary_column.c
19157         * src/prefs_template.c
19158         * src/sourcewindow.c
19159         * src/ssl_manager.c
19160         * src/summary_search.c
19161         * src/gtk/colorsel.c
19162         * src/gtk/description_window.c
19163         * src/gtk/gtkaspell.c
19164         * src/gtk/inputdialog.c
19165         * src/gtk/logwindow.c
19166         * src/gtk/prefswindow.c
19167         * src/gtk/progressdialog.c
19168                 replace deprecated gtk_window_set_policy
19169
19170 2004-07-27 [colin]      0.9.12cvs37.1
19171
19172         * src/msgcache.c
19173                 More fixes (synced for head again)
19174
19175 2004-07-27 [colin]      0.9.12cvs35.3
19176
19177         * src/msgcache.c
19178                 Fix wrong test
19179
19180 2004-07-27 [colin]      0.9.12cvs35.2
19181
19182         * src/mimeview.c
19183                 Fix width a bit (by Paul)
19184         * src/alertpanel.c
19185         * src/alertpanel.h
19186                 Specialize icons, make alertpanel_message()
19187                 private
19188         * src/message_search.c
19189         * src/sgpgme.c
19190         * src/summary_search.c
19191                 Suit alertpanel changes
19192
19193 2004-07-27 [colin]      0.9.12cvs35.1
19194
19195         * src/alertpanel.c
19196                 Add an icon
19197         * src/passphrase.c
19198                 Add debug output - maybe someone will
19199                 want to look at the problem with Grab
19200                 Input :)
19201         Bump version as we're synced with HEAD
19202
19203 2004-07-26 [colin]      0.9.12cvs33.26
19204
19205         * src/pop.c
19206                 Fix uidl-file parsing when not in new
19207                 format
19208
19209 2004-07-26 [colin]      0.9.12cvs33.25
19210
19211         * src/gtk/menu.c
19212                 Move popup menu up if necessary (fixes 
19213                 account selector)
19214         * src/mainwindow.c
19215                 Set account selector's button height to
19216                 minimum
19217
19218 2004-07-26 [colin]      0.9.12cvs33.24
19219
19220         * src/alertpanel.c
19221                 Maybe fix 551 (Truncated font in alert window)
19222
19223 2004-07-26 [colin]      0.9.12cvs33.23
19224
19225         * po/de.po
19226         * po/es.po
19227         * po/fr.po
19228         * po/it.po
19229         * po/ja.po
19230         * po/pl.po
19231         * po/ru.po
19232         * po/sk.po
19233         * po/sr.po
19234         * po/zh_CN.po
19235                 Sync po files with HEAD
19236
19237 2004-07-26 [paul]       0.9.12cvs33.22
19238
19239         * src/compose.c
19240                 fix Bug 556 'Organisation-header is sent even if empty'
19241
19242 2004-07-24 [colin]      0.9.12cvs33.21
19243
19244         * src/compose.c
19245         * src/gtk/gtkaspell.c
19246         * src/gtk/gtkaspell.h
19247                 Fix speller accelerators (require hack)
19248
19249 2004-07-24 [colin]      0.9.12cvs33.20
19250
19251         * src/gtk/gtkaspell.c
19252                 Fix over-eager code deletion breaking
19253                 Check while typing
19254
19255 2004-07-24 [colin]      0.9.12cvs33.19
19256
19257         * src/browseldap.c
19258         * src/ldapctrl.c
19259         * src/ldapctrl.h
19260         * src/ldapserver.h
19261                 Sync ldap with HEAD
19262         (Fixes 546 LDAP completely broken)
19263
19264 2004-07-24 [colin]      0.9.12cvs33.18
19265
19266         * src/prefs_msg_colors.c
19267                 Fix prototype mismatch
19268         (Fixes 547 void function cannot return value)
19269
19270 2004-07-24 [colin]      0.9.12cvs33.17
19271
19272         * src/mainwindow.c
19273                 Fix sort going back to previous sort key
19274                 when changing sort direction
19275
19276 2004-07-24 [colin]      0.9.12cvs33.16
19277
19278         * src/compose.c
19279                 Fix space insertion when re-wrapping at 
19280                 cursor point
19281
19282 2004-07-24 [colin]      0.9.12cvs33.15
19283
19284         * src/gtk/gtkaspell.c
19285                 Don't change cursor position in insert-text
19286                 callback
19287         (Fixes 539 Word wrapping on input transposes letters)
19288
19289 2004-07-24 [colin]      0.9.12cvs33.14
19290
19291         * src/gtk/gtkaspell.c
19292                 Reencode non-ascii chars to dictionary's
19293                 encoding
19294         (Fixes 544 Spell check broken non english locale)
19295
19296 2004-07-24 [colin]      0.9.12cvs33.13
19297
19298         * src/summaryview.c
19299                 Fix Shift+Down, add Home/End/PgUp/PgDown
19300
19301 2004-07-21 [colin]      0.9.12cvs33.12
19302
19303         * src/prefs_common.c
19304                 Fix a gtk warning (Patch by Andrej Kacian)
19305
19306 2004-07-21 [colin]      0.9.12cvs33.11
19307
19308         * src/gtk/filesel.c
19309                 More check
19310
19311 2004-07-21 [colin]      0.9.12cvs33.10
19312
19313         * src/compose.c
19314         * src/crash.c
19315         * src/export.c
19316         * src/import.c
19317         * src/messageview.c
19318         * src/mimeview.c
19319         * src/prefs_spelling.c
19320         * src/prefs_themes.c
19321         * src/summaryview.c
19322         * src/gtk/filesel.c
19323         * src/gtk/filesel.h
19324         * src/gtk/pluginwindow.c
19325                 Untwist open/save mode guessing logic, make
19326                 it explicit
19327
19328 2004-07-20 [colin]      0.9.12cvs33.9
19329
19330         * src/codeconv.c
19331                 conv_encode_header: src_charset is UTF-8 on
19332                 gtk2
19333         * src/compose.c
19334                 Remove double encoding of the headers
19335
19336 2004-07-20 [colin]      0.9.12cvs33.8
19337
19338         * src/codeconv.c
19339                 Fix typo
19340
19341 2004-07-20 [colin]      0.9.12cvs33.7
19342
19343         * src/mainwindow.c
19344                 Set the separated messageview to the saved
19345                 size of Claws' messageview (Patch by Alfons)
19346                 Fix a callback prototype (me)
19347
19348 2004-07-20 [colin]      0.9.12cvs33.6
19349
19350         * src/codeconv.h
19351                 Forgot one hunk in 0.9.12cvs33.4
19352
19353 2004-07-19 [colin]      0.9.12cvs33.5
19354
19355         * src/action.c
19356                 Action output fix
19357                 Patch by Alfons
19358
19359 2004-07-19 [colin]      0.9.12cvs33.4
19360
19361         * src/compose.c
19362                 Fix outgoing charset bug in headers
19363         * src/codeconv.c
19364                 Clean for glib2 - Patch by Alfons
19365
19366 2004-07-19 [colin]      0.9.12cvs33.3
19367
19368         * src/statusbar.c
19369                 Remove grip from the statusbar
19370                 Patch by Alfons
19371
19372 2004-07-19 [colin]      0.9.12cvs33.2
19373
19374         * src/messageview.c
19375         * src/textview.c
19376                 Fix messageview remembering the previous
19377                 scroll position when loading a new message
19378                 Patch by Alfons
19379
19380 2004-07-19 [colin]      0.9.12cvs33.1
19381
19382         * src/folder.h
19383         * src/folderview.c
19384         * src/summaryview.c
19385                 Sync with HEAD
19386
19387 2004-07-18 [colin]      0.9.12cvs32.7
19388
19389         * configure.ac
19390                 Remove useless check for XIM - noticed
19391                 by Alfons
19392
19393 2004-07-18 [colin]      0.9.12cvs32.6
19394
19395         * src/summaryview.c
19396                 Remove non-modified and shift-modified
19397                 accelerators in summaryview's popup
19398                 menu, as that doesn't get catched by
19399                 the accel-activate signal catcher...
19400
19401 2004-07-18 [colin]      0.9.12cvs32.5
19402
19403         * src/prefs_common.c
19404                 Define sensible default prefs for 
19405                 wrapping
19406
19407 2004-07-18 [colin]      0.9.12cvs32.4
19408
19409         * src/compose.c
19410         * src/prefs_common.c
19411         * src/prefs_common.h
19412         * src/prefs_wrapping.c
19413                 Remove Smart Wrapping pref, which does
19414                 nothing on gtk2 branch
19415
19416 2004-07-18 [colin]      0.9.12cvs32.3
19417
19418         * src/sourcewindow.c
19419                 Proper utf8
19420
19421 2004-07-18 [colin]      0.9.12cvs32.2
19422
19423         * src/compose.c
19424                 Save attachment status when drafting
19425
19426 2004-07-18 [colin]      0.9.12cvs32.1
19427
19428         * src/gtk/filesel.c
19429                 Fix erratic folder selection in open mode
19430
19431 2004-07-18 [colin]      0.9.12cvs31.11
19432
19433         * src/pop.c
19434                 Don't let partial messages get deleted
19435                 even with "dowload all"
19436                 (0.9.12cvs31.8 fix extension)
19437 2004-07-18 [colin]      0.9.12cvs31.10
19438
19439         * src/gtk/logwindow.c
19440                 Fix log scrolling
19441
19442 2004-07-18 [colin]      0.9.12cvs31.9
19443
19444         * src/common/utils.c
19445                 Fix non-utf8 strings coming from commands
19446                 and files
19447
19448 2004-07-18 [colin]      0.9.12cvs31.8
19449
19450         * src/pop.c
19451                 Fix partial download bug with Download all
19452                 messages option
19453
19454 2004-07-18 [colin]      0.9.12cvs31.7
19455
19456         * src/textview.c
19457                 Fix bug introduced in 0.9.12cvs31.2
19458                 (blocked in select mode after double click)
19459
19460 2004-07-18 [colin]      0.9.12cvs31.6
19461
19462         * src/compose.c
19463         * src/gtk/menu.c
19464                 More glib-warning fixes
19465
19466 2004-07-18 [colin]      0.9.12cvs31.5
19467
19468         * src/compose.c
19469                 Fix trashing the primary clipboard when moving 
19470                 around with tab
19471         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19472
19473 2004-07-18 [colin]      0.9.12cvs31.4
19474
19475         * src/codeconv.c
19476                 convert unencoded iso headers to utf8
19477         (Fix Bug 538 Unencoded local characters in subject make it 
19478          disappear)
19479
19480 2004-07-18 [colin]      0.9.12cvs31.3
19481
19482         * src/compose.c
19483                 Fix tab char handling in wrapping
19484         (Fix Bug 537 Line wrap problem - TAB character treated as 
19485          one character instead of 8)
19486
19487 2004-07-18 [colin]      0.9.12cvs31.2
19488
19489         * src/textview.c
19490                 return FALSE on GDK_MOTION_NOTIFY
19491         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19492          (unable to highlight))
19493
19494 2004-07-18 [colin]      0.9.12cvs31.1
19495
19496         * src/folderview.c
19497                 Sync with 0.9.12cvs31
19498
19499 2004-07-18 [colin]      0.9.12cvs30.4
19500
19501         * src/compose.c
19502                 Also block text_inserted when inserting a file
19503
19504 2004-07-18 [colin]      0.9.12cvs30.3
19505
19506         * src/compose.c
19507                 Fix smart wrapping (block text_inserted handler
19508                 while putting quotation to avoid wrap on input,
19509                 don't join lines if next is sig separator)
19510
19511 2004-07-17 [colin]      0.9.12cvs30.2
19512
19513         * src/folderview.c
19514         * src/mainwindow.c
19515         * src/mimeview.c
19516         * src/summaryview.c
19517         * src/gtk/quicksearch.c
19518         * src/gtk/quicksearch.h
19519                 Block key events handlers *and* accels while
19520                 quicksearch is focused
19521         (Fixes Bug 534 quick-search bar not accepting certain letters)
19522
19523 2004-07-17 [colin]      0.9.12cvs30.1
19524
19525         * src/folder.h
19526         * src/folderview.c
19527         * src/summaryview.c
19528                 Sync with 0.9.12cvs30
19529
19530 2004-07-17 [colin]      0.9.12cvs28.2
19531
19532         * src/mimeview.c
19533         * src/procmime.c
19534         * src/summaryview.c
19535         * src/gtk/menu.c
19536                 Squash some compile and glib warnings
19537
19538 2004-07-17 [paul]       0.9.12cvs28.1
19539
19540         * src/mimeview.c
19541                 sync with 0.9.12cvs28 HEAD
19542
19543 2004-07-16 [paul]       0.9.12cvs26.1
19544         
19545         * src/gtk/quicksearch.c
19546         * src/account.c
19547         * src/account.h
19548         * src/compose.c
19549         * src/customheader.c
19550         * src/folder_item_prefs.c
19551         * src/main.c
19552         * src/mainwindow.c
19553         * src/messageview.c
19554         * src/mimeview.c
19555         * src/news.c
19556         * src/pgpmime.c
19557         * src/pop.c
19558         * src/pop.h
19559         * src/prefs_account.c
19560         * src/prefs_account.h
19561         * src/prefs_common.c
19562         * src/prefs_common.h
19563         * src/prefs_display_header.c
19564         * src/prefs_gtk.c
19565         * src/prefs_gtk.h
19566         * src/procheader.c
19567         * src/procmime.c
19568                 sync with 0.9.12cvs26 HEAD      
19569
19570 2004-07-15 [colin]      0.9.12cvs18.14
19571
19572         * src/folder.c
19573                 Disable GPG signature check during
19574                 folder move and scan
19575         (Closes Bug 521 Signature checking slows down Folder-Move)
19576
19577 2004-07-14 [colin]      0.9.12cvs18.13
19578
19579         * src/common/partial_download.c
19580                 update includes
19581
19582 2004-07-14 [colin]      0.9.12cvs18.12
19583
19584         * src/common/partial_download.c
19585         * src/common/partial_download.h
19586                 Move doc at top, add correct copyright
19587
19588 2004-07-14 [colin]      0.9.12cvs18.11
19589
19590         * src/folder.c
19591         * src/messageview.c
19592         * src/pop.c
19593         * src/pop.h
19594         * src/procmsg.c
19595         * src/summaryview.c
19596         * src/common/Makefile.am
19597         * src/common/partial_download.c ** NEW FILES **
19598         * src/common/partial_download.h ** NEW FILES **
19599                 Move partial-download related stuff to its
19600                 own file
19601
19602 2004-07-14 [colin]      0.9.12cvs18.10
19603
19604         * src/send_message.c
19605                 Fix smtp auth when user is null or empty
19606
19607 2004-07-13 [colin]      0.9.12cvs18.9
19608
19609         * src/gtk/quicksearch.c
19610                 Use alphabetic order
19611
19612 2004-07-13 [colin]      0.9.12cvs18.8
19613
19614         * src/pop.c
19615                 Be paranoid on the checks
19616
19617 2004-07-13 [colin]      0.9.12cvs18.7
19618
19619         * src/gtk/quicksearch.c
19620                 Fix Engrish once again
19621
19622 2004-07-13 [colin]      0.9.12cvs18.6
19623
19624         * src/procmsg.c
19625         * src/summaryview.c
19626                 Mark messages for deletion when they are about to
19627                 be removed from trash
19628
19629 2004-07-13 [colin]      0.9.12cvs18.5
19630
19631         * src/matcher.c
19632         * src/matcher.h
19633         * src/matcher_parser_parse.y
19634         * src/prefs_matcher.c
19635         * src/gtk/quicksearch.c
19636                 Add 'partial' ('p') match string to find partially
19637                 downloaded messages
19638
19639 2004-07-13 [colin]      0.9.12cvs18.4
19640
19641         * src/pop.c
19642                 Fix misplaced block
19643
19644 2004-07-13 [colin]      0.9.12cvs18.3
19645
19646         * src/pop.c
19647         * src/pop.h
19648         * src/messageview.c
19649                 Refactor API (to avoid passing 5+ params and code
19650                 duplication)
19651         * src/folder.c
19652         * src/msgcache.c
19653         * src/procheader.c
19654         * src/common/defs.h
19655                 Add planned_download to cache
19656                 Don't mess uidl file when moving partially downloaded
19657                 mails (they change folder, we should change it in the
19658                 uidl list too or we'll remove an incorrect message)
19659                 (this also helps removing hacks when changing 
19660                 planned_download in messageview.c)
19661
19662 2004-07-12 [colin]      0.9.12cvs18.2
19663
19664         * src/gtk/quicksearch.c
19665                 Fix missing status update in quicksearch
19666
19667 2004-07-12 [paul]       0.9.12cvs18.1
19668
19669         * po/POTFILES.in
19670         * src/Makefile.am
19671         * src/account.c
19672         * src/codeconv.c
19673         * src/compose.c
19674         * src/inc.c
19675         * src/main.c
19676         * src/prefs_common.c
19677         * src/procmsg.h
19678         * src/toolbar.c
19679         * src/prefs_msg_colors.[ch]     ** NEW FILES **
19680         * src/prefs_wrapping.[ch]       ** NEW FILES **
19681         * src/common/intl.h
19682         * src/common/utils.[ch]
19683         * src/gtk/quicksearch.[ch]
19684                 sync with 0.9.12cvs18 HEAD
19685
19686 2004-07-12 [colin]      0.9.11cvs17.25
19687
19688         * src/folder.c
19689         * src/folder.h
19690                 Remove unused function added by me in 0.9.11cvs17.10
19691
19692 2004-07-11 [colin]      0.9.11cvs17.24
19693
19694         * src/inc.c
19695         * src/messageview.c
19696         * src/pop.c
19697         * src/pop.h
19698                 Use folderitem and msgnum instead of filename to
19699                 know which mail to delete
19700                 Move old partial mail deletion to pop.c
19701
19702 2004-07-10 [colin]      0.9.11cvs17.23
19703
19704         * src/inc.c
19705                 Add debug
19706         * src/pop.c
19707         * src/pop.h
19708                 Don't re-use same enums for unrelated stuff: it's 
19709                 completely misleading !
19710                 Document a bit
19711
19712 2004-07-09 [colin]      0.9.11cvs17.22
19713
19714         * src/inc.c
19715                 Remove folder-type check and do
19716                 more tests to be sure everything's
19717                 ok
19718         * src/messageview.c
19719                 Punctuation update, remove useless
19720                 code, fix two warnings
19721         * src/noticeview.c
19722                 Layout cleaning, reset 2nd button
19723                 when specifying one
19724
19725 2004-07-09 [colin]      0.9.11cvs17.21
19726
19727         * src/messageview.c
19728         * src/pop.c
19729         * src/pop.h
19730                 Allow user to change his mind
19731                 and postpone decision (by
19732                 unmarking the mail)
19733
19734 2004-07-09 [colin]      0.9.11cvs17.20
19735
19736         * src/messageview.c
19737                 Fix bug with delete state
19738         * src/pop.c
19739         * src/pop.h
19740                 Fix buffer leak (fread doesn't 
19741                 terminate buffers with \0)
19742                 Refactoring (remove magic 
19743                 numbers)
19744
19745 2004-07-09 [colin]      0.9.11cvs17.19
19746
19747         * src/pop.c
19748                 Don't log "Skipping message" if 
19749                 we're going to TOP it two lines
19750                 later
19751
19752 2004-07-09 [colin]      0.9.11cvs17.18
19753
19754         * src/messageview.c
19755                 Fix Engrish
19756
19757 2004-07-09 [colin]      0.9.11cvs17.17
19758
19759         * src/pop.c
19760                 strlen checking...
19761         * src/messageview.c
19762                 refactoring a bit
19763
19764 2004-07-08 [colin]      0.9.11cvs17.16
19765
19766         * src/noticeview.c
19767         * src/noticeview.h
19768                 Add an optional second button
19769         * src/messageview.c
19770         * src/pop.c
19771         * src/pop.h
19772                 Don't delete partially received mails after a certain
19773                 time; rather, let the user decide.
19774
19775 2004-07-08 [colin]      0.9.11cvs17.15
19776
19777         * src/common/smtp.h
19778                 Sync with HEAD
19779
19780 2004-07-08 [colin]      0.9.11cvs17.14
19781
19782         * src/messageview.c
19783         * src/common/smtp.c
19784                 Use to_human_readable() for sizes
19785
19786 2004-07-08 [colin]      0.9.11cvs17.13
19787
19788         * src/inc.c
19789         * src/messageview.c
19790         * src/pop.c
19791         * src/pop.h
19792         * src/procmsg.c
19793                 Fix partial-downloading issues:
19794                         catch unsupported TOP
19795                         don't delete partially downloaded mails before 5 days
19796                         don't update existing with non-MH folders; that'll
19797                         make dups, but it's better than trashing the folder
19798                         free new msginfo parts
19799                 Fix indentation ;-)
19800
19801 2004-07-08 [colin]      0.9.11cvs17.12
19802
19803         * src/common/smtp.c
19804         * src/common/smtp.h
19805                 Sync smtp size verification with HEAD
19806
19807 2004-07-08 [colin]      0.9.11cvs17.11
19808
19809         * src/summaryview.c
19810         * src/prefs_common.c
19811         * src/prefs_common.h
19812         * src/gtk/quicksearch.c
19813         * src/gtk/quicksearch.h
19814                 Sync sticky pref with HEAD
19815
19816 2004-07-08 [colin]      0.9.11cvs17.10
19817
19818         * src/folder.c [1.213.2.6]
19819         * src/folder.h [1.87.2.6]
19820         * src/inc.c [1.149.2.7]
19821         * src/messageview.c [1.94.2.8]
19822         * src/procheader.c [1.47.2.6]
19823         * src/procmsg.c [1.150.2.4]
19824         * src/procmsg.h [1.60.2.5]
19825         * src/pop.c [1.56.2.4]
19826         * src/pop.h [1.17.2.3]
19827                 Let too big messages get downloaded, but truncated
19828                 Add a button to download them completely
19829                 
19830 2004-07-06 [colin]      0.9.11cvs17.9
19831
19832         * src/gtk/quicksearch.c [1.1.2.3]
19833                 Add a Clear button
19834         * commitHelper
19835         * PATCHSETS
19836                 Add a script to help with cvs
19837
19838 2004-07-03 [colin]      0.9.11cvs17.8
19839
19840         * src/plugins/imageviewer/viewer.c
19841                 fix imageviewer (which was staying on the first
19842                 displayed image)
19843
19844 2004-07-03 [colin]      0.9.11cvs17.7
19845
19846         Removed FIXME_GTK2 warnings
19847         * src/gtk/gtkutils.c
19848                 useless #warnings
19849         * src/gtk/menu.c
19850                 useless #warnings (no need to mess with menu rc)
19851         * src/gtk/menu.h
19852                 unused functions
19853         
19854
19855 2004-07-03 [colin]      0.9.11cvs17.6
19856
19857         Removed FIXME_GTK2 warnings
19858         * src/codeconv.c
19859                 useless #warnings (rewrite needed)
19860         * src/compose.c
19861                 useless #warnings (rewrite needed)
19862                 useless #warnings (gtk2 is like that)
19863                 useless #warnings (previously fixed)
19864         * src/main.c
19865                 useless #warnings (previously fixed)
19866         * src/message_search.c
19867                 useless #warnings (gtk2 is like that)
19868                 Made apparent that search is case-sensitive
19869         * src/mimeview.c
19870                 useless #warnings (rewrite needed)
19871                 useless #warnings (gtk2 is like that)
19872                 reimplemented real warnings
19873         * src/prefs_common.c
19874                 Removed block cursor option (not it gtk2)
19875         * src/prefs_gtk.c
19876                 useless #warnings (rewrite needed)
19877         * src/procheader.c
19878                 useless #warnings (rewrite needed)
19879         * src/sourcewindow.c
19880                 useless #warnings (incorrect placing)
19881         * src/summary_search.c
19882                 useless #warnings (gtk2 is like that)
19883                 Made apparent that search is case-sensitive
19884         * src/action.c
19885                 useless #warnings (gtk2 is like that)
19886         * src/textview.c
19887                 useless #warnings (rewrite needed)
19888         * src/toolbar.c
19889                 useless #warnings (rewrite needed)
19890
19891 2004-07-03 [colin]      0.9.11cvs17.5
19892
19893         * src/textview.c
19894                 Fix mismerge which broke URI opening
19895                 
19896 2004-07-01 [colin]      0.9.11cvs17.4
19897
19898         * src/gtk/filesel.c
19899                 Fill filename when saving
19900                 
19901 2004-06-27 [colin]      0.9.11cvs17.3
19902
19903         * src/gtk/filesel.[ch]
19904                 Use the new GTK file selector
19905                 Update prototype to match the reality: multiple file
19906                 selection is open-only          
19907         * src/compose.c
19908                 Match the new prototypes        
19909         * configure.ac
19910                 Match the new requirements (gtk 2.4.0)
19911                         
19912 2004-06-26 [colin]      0.9.11cvs17.2
19913
19914         * src/plugins/trayicon/trayicon.c
19915                 Remove useless signal handler on resize, which causes
19916                 an infinite "loop"
19917         
19918 2004-06-26 [colin]      0.9.11cvs17.1
19919         
19920         * tools/Makefile.am
19921                 remove launch_firebird and add nautilus2sylpheed.sh
19922         * src/quicksearch.c
19923           src/summaryview.c
19924                 Fix show/hide "Extended symbols" button problem
19925                 Fix apparition at startup
19926                 Fix const warnings
19927         * src/plugins/image_viewer/Makefile.am
19928                 Fix configure 
19929         * common/ssl.c
19930                 Re-enable certificate check, as it doesn't seem to
19931                 cause Xlib errors anymore
19932
19933 2004-06-25 [paul]       0.9.11cvs17
19934
19935         * sync with 0.9.11cvs17 HEAD
19936         
19937         NOTE: QuickSearch is broken
19938
19939 2004-06-07 [colin]      0.9.10claws67.10
19940         * src/plugins/trayicon/trayicon.c
19941           src/plugins/trayicon/libeggtrayicon/Makefile.am
19942           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19943                 Fix gettextization in trayicon plugin
19944
19945 2004-06-07 [colin]      0.9.10claws67.9
19946         
19947         * src/summaryview.c
19948           src/gtk/gtksctree.[ch]
19949                 Let Shift+{Up,Down} work in summaryview
19950                 (well, Down "works" and Up works)
19951                 Let the list scroll when using these keys
19952
19953 2004-06-06 [colin]      0.9.10claws67.8
19954
19955         * src/plugins/trayicon/trayicon.c
19956                 Fix pixmap update
19957
19958 2004-06-06 [colin]      0.9.10claws67.7
19959
19960         * src/addressbook.c
19961                 Fix signal handling causing system-wide focus grab
19962
19963 2004-05-25 [paul]       0.9.10claws67.6
19964
19965         * Makefile.am
19966           src/Makefile.am
19967                 clean up
19968
19969 2004-05-25 [paul]       0.9.10claws67.5
19970
19971         * replace deprecated gtk_signal... functions
19972
19973 2004-05-23 [colin]      0.9.10claws67.4
19974
19975         * src/compose.c
19976                 Fix wrapping
19977
19978 2004-05-22 [colin]      0.9.10claws67.3
19979
19980         * src/compose.c
19981                 Re-fix [Edited] in compose.c::compose_reedit()
19982
19983 2004-05-22 [colin]      0.9.10claws67.2
19984
19985         * src/procmime.c
19986                 Fix parsing of multiparts mails
19987
19988 2004-05-22 [colin]      0.9.10claws67.1
19989
19990         * src/summaryview.c
19991                 Fix quicksearch
19992
19993 2004-05-22 [paul]       0.9.10claws67
19994
19995         * sync with 0.9.10claws67 HEAD
19996
19997 2004-05-14 [alfons]
19998
19999         * src/procmime.h
20000                 add forgotton prototype
20001
20002 2004-05-10 [paul]       0.9.10claws57
20003
20004         * sync with 0.9.10claws57 HEAD
20005
20006 2004-05-05 [paul]       0.9.9.claws1
20007
20008         * ChangeLog-gtk2        ** REMOVED **
20009           ChangeLog-gtk2.claws  ** ADDED **
20010                 rename and adopt the normal claws format
20011                 
20012         * configure.ac
20013                 require gtkmathview >= 0.5
20014
20015         * ac/*                          ** REMOVED **
20016           ac/                           ** REMOVED **
20017           intl/Makefile.in              ** REMOVED **
20018           m4/                           ** ADDED **
20019           m4/missing                    ** ADDED **
20020           m4/missing/gdk-pixbuf.m4      ** ADDED **
20021           m4/missing/gettext.m4         ** ADDED **
20022           m4/missing/gpgme.m4           ** ADDED **
20023           m4/missing/imlib.m4           ** ADDED **
20024           m4/.cvsignore                 ** ADDED **
20025           m4/Makefile.am                ** ADDED **
20026           m4/README                     ** ADDED **
20027           m4/aclocal-include.m4         ** ADDED **
20028           m4/aspell.m4                  ** ADDED **
20029           m4/check-type.m4              ** ADDED **
20030           m4/gnupg-check-typedef.m4     ** ADDED **
20031           m4/openssl.m4                 ** ADDED **
20032           m4/spamassassin.m4            ** ADDED **
20033           po/ChangeLog                  ** REMOVED **
20034           po/Makefile.in.in             ** REMOVED **
20035           po/Rules-quot                 ** REMOVED **
20036           po/boldquot.sed               ** REMOVED **
20037           po/en@boldquot.header         ** REMOVED **
20038           po/en@quot.header             ** REMOVED **
20039           po/insert-header.sin          ** REMOVED **
20040           po/quot.sed                   ** REMOVED **
20041           po/remove-potcdate.sed        ** REMOVED **
20042           po/remove-potcdate.sin        ** REMOVED **
20043           po/stamp-po                   ** REMOVED **
20044           Makefile.am
20045           autogen.sh
20046           configure.ac
20047                 enable building with automake 1.8.x
20048                 add 'autopoint --force' to autogen.sh and remove all
20049                 auto-generated files, remove ac/ directory and use
20050                 m4/ directory instead
20051                 
20052         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20053                 fix gettextization
20054
20055 2004-02-28 Colin Leroy <colin@colino.net>
20056         * src/prefs_matcher.c
20057           src/prefs_filtering.c
20058           src/prefs_filtering_action.c
20059                 Fix non-editable GtkEntries
20060
20061 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20062         * src/prefs_themes.c
20063                 utf8 conversion for theme info
20064
20065 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20066         * sync 0.9.9claws
20067
20068 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20069         * src/grouplistdialog.c
20070                 allow multiple selections without ctrl key
20071
20072 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20073         * src/main.c
20074                 enable customizable accelerators
20075
20076 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20077         * src/prefs_common.c
20078                 re-enable different font settings for gtk1/2
20079         * src/prefs_folder_item.c
20080                 fix folder prefs displayed wrong
20081         * src/textview.c
20082                 set 'sunken' shadow type
20083
20084 2004-02-07 Colin Leroy <colin@colino.net>
20085         * src/compose.c
20086                 Fix message being always [Edited]
20087                 Encode headers correctly (utf8 buf)
20088
20089 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20090         * src/socket.c
20091                 remove double g_source_attach()
20092                 (Thanks to Colin Leroy)
20093
20094 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20095         * src/gtk/gtksctree.c
20096                 Fix SSL certificate list not shown
20097         * src/mimeview.c
20098                 Fix clicks in mime tree
20099
20100 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20101         * src/common/socket.c
20102                 Fix SSL receive
20103         * src/compose.c
20104                 Fix clipboard menu hotkeys
20105
20106 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20107         * src/gtk/gtkaspell.[ch]
20108           src/compose.c
20109                 reimplement spellchecker
20110
20111 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20112         * src/gtk/filesel.c
20113                 crash when inserting file in compose window
20114                 (TODO: keep old selection on clicks)
20115         * src/main.c
20116                 use gtkrc-2.0 instead of gtkrc
20117
20118 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20119         * src/messageview.c
20120                 remove orphaned mimeview unref()
20121
20122 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20123         * src/grouplistdialog.c
20124                 expand nodes containing subscribed groups
20125
20126 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20127         * src/textview.c
20128                 textview: hide cursor, restore old click behaviour
20129
20130 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20131         * src/textview.c
20132                 variable names messed up
20133
20134 2004-01-17 Colin Leroy <colin@colino.net>
20135         * src/addr_compl.c
20136                 Fix completion address too thin
20137         * src/compose.c
20138                 Fix tab-to-subject behaviour
20139         * src/summaryview.c
20140                 Implement key up & down in summaryview
20141
20142 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20143
20144         * sync 098claws
20145
20146 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20147         * configure.ac
20148           Makefile.am
20149           doc/.cvsignore
20150           doc/Makefile.am
20151                 faq, man, manual moved to doc/
20152         * ac/aspell.m4
20153           ac/check-type.m4
20154           ac/gnupg-check-typedef.m4
20155           ac/openssl.m4
20156           ac/spamassassin.m4
20157           ac/missing/gdk-pixbuf.m4
20158           ac/missing/gpgme.m4
20159           ac/missing/imlib.m4
20160                 fix automake warnings
20161
20162 2003-12-06 Colin Leroy <colin@colino.net>
20163         * src/summaryview.c
20164                 Fix quicksearch
20165
20166 2003-12-05 Colin Leroy <colin@colino.net>
20167         * src/summaryview.c
20168                 Fix going to next unread folder
20169
20170 2003-12-05 Colin Leroy <colin@colino.net>
20171         * src/crash.c
20172                 Fix gtk2 compilation
20173         * src/session.c
20174                 Remove iotag source handler at disconnection
20175         * src/socket.[ch] 
20176                 Remove source handler when closing socket 
20177                 (fixes another seg)
20178
20179 2003-12-04 Colin Leroy <colin@colino.net>
20180         * src/compose.c
20181           src/prefs_account.c
20182           src/prefs_common.c
20183                 Fix some dropdown menus
20184
20185 2003-12-04 Colin Leroy <colin@colino.net>
20186         * src/compose.c
20187                 Fix event handlers on header fields
20188         * src/common/socket.c
20189           src/common/session.c
20190                 Fix segfault with callback (SSL)
20191                 Fix end of session 
20192
20193 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20194
20195         * Fix compile bug in src/compose.c
20196         * removed src/gtk/gtkstext.[ch]
20197
20198 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20199
20200         * Convert character set and escape "text" attributes in toolbar setting
20201         files.
20202         * Fixed bug in button-press-event handling.
20203
20204 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20205
20206         * Fixed bug in key-press-event handling.
20207
20208 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20209
20210         * Enabled to compile tray-icon plugin (Ad-hoc).
20211         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20212
20213 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20214
20215         * Enabled to compile on sylpheed-claws.
20216         (tray-icon plugin still cannot compile yet.)
20217
20218 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20219
20220         * Updated to 0.9.5.
20221
20222 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20223
20224         * Updated to 0.9.4.
20225         * Ported monitoring SSL mechanism to GSource of GLib2
20226         (I don't confirm it)
20227         * Added _gtk2 suffix to key name of font preference to avoid
20228         ovverwriting preference of Gtk+-1.2 version.
20229
20230 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20231
20232         * Updated to 0.9.2.
20233
20234 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20235
20236         * Updated to 0.9.1.
20237         * Translate po files into UTF-8 when execute autogen.sh.
20238
20239 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20240
20241         * Updated to 0.9.0.
20242
20243 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20244
20245         * Plugged GError related memory leaks.
20246
20247 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20248
20249         * Changed default size of fonts.
20250         * Enabled to set titile font size of warning dialog.
20251
20252 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20253
20254         * Embed a sylpheed icon into executable binary on Windows.
20255
20256 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20257
20258         * I forgot to traslate character set of element string in src/xml.c.
20259
20260 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20261
20262         * Fixed detecting bind_textdomain_codeset in configure.in.
20263         * The bug in which "Example" of "Date fromat" preference isn't displayed
20264         correctly has been fixed.
20265
20266 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20267
20268         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20269           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20270           glib-gettextize
20271           Removed intl directory.
20272           Translated po files into UTF-8.
20273           (Thanks! Ryuji Abe)
20274
20275 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20276
20277         * The bug which doesn't unscape string in xml.c has been fixed.
20278
20279 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20280
20281         * The bug which is failed to translate encoding of file name thorough
20282         file dialog has been fixed.
20283
20284 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20285
20286         * Modified to translate file names which is used in inporting/expoting
20287         mbox feature and "Save as" feature into locale encoding.
20288         * Translate file names into locale encoding when "Attache file" and
20289         "Insert file".
20290         * Force set G_BROKEN_FILENAMES environment variable.
20291         * Other minor fixes.
20292
20293 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20294
20295         * Modified to treat MH folder's name as locale encoding.
20296
20297 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20298
20299         * The bug which clash on switching candidates of auto completion of
20300         addresses, cannot use auto completion in Japanesse is fixed
20301         (Thanks! Tokunaga-san)¡¥
20302
20303 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20304
20305         * The bug which cannot switch key accelerator preference has been fixed
20306         (Thanks! smbd-san)¡¥
20307
20308 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20309
20310         * version 0.8.11-gtk2-20030314
20311
20312 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20313
20314         * The bug in which character set conversion of filtering messages has
20315         been fixed.(Thanks! COCOA-san).
20316
20317 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20318
20319         * Revived "Leave space on head" preference in "Message" category.
20320         * A bug which clash when put the cursor to end of buffer and execute
20321         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20322
20323 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20324
20325         * version 0.8.11-gtk2-20030312
20326
20327 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20328
20329         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20330         * Modified to use Pango's API directly for font preference.
20331         * Integrated GtkTextView of textview to one widget.
20332         * Set fonts of header title in textview by "header_title" tag.
20333         * Removed some deprecated codes.
20334
20335 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20336
20337         * Updated to 0.8.11.
20338         * Merged cygwin patch(Thanks! Sakai-san).
20339
20340 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20341
20342         * version 0.8.10-gtk2-20030309