2006-11-14 [paul] 2.6.0cvs46
[claws.git] / ChangeLog
1 2006-11-14 [paul]       2.6.0cvs46
2
3         * po/Makevars
4                 enable Q_ macro
5         * src/Makefile.am
6         * src/stock_pixmap.c
7         * src/stock_pixmap.h
8         * src/gtk/about.c
9         * src/pixmaps/active.xpm
10         * src/pixmaps/inactive.xpm
11                 add a new page, 'Features', to the About dialog
12                 showing which features are compiled in and which
13                 are not
14
15 2006-11-14 [paul]       2.6.0cvs45
16
17         * po/ru.po
18                 updated by Pavlo Bohmat
19
20 2006-11-14 [colin]      2.6.0cvs44
21
22         * src/compose.c
23         * src/inc.c
24         * src/messageview.c
25         * src/news.c
26         * src/pop.c
27         * src/procmsg.c
28         * src/gtk/gtkaspell.c
29                 Fix 64-bit-related warnings
30         * src/ssl_manager.c
31                 Fix possible infinite loop
32         * src/plugins/pgpcore/sgpgme.c
33                 Remove useless check
34
35 2006-11-13 [colin]      2.6.0cvs43
36
37         * src/gtk/Makefile.am
38                 authors.h isn't generated
39
40 2006-11-13 [colin]      2.6.0cvs42
41
42         * src/plugins/pgpinline/pgpinline.c
43         * src/plugins/pgpmime/pgpmime.c
44                 Very probably fix bug 1061, 'crash on 
45                 opening signed email'. Another cast
46                 problem
47
48 2006-11-13 [colin]      2.6.0cvs41
49
50         * src/plugins/pgpcore/sgpgme.c
51                 Maybe fix bug 1061, 'crash on opening 
52                 signed email'
53
54 2006-11-13 [wwp]        2.6.0cvs40
55
56         * src/plugins/pgpinline/pgpinline.c
57                 fix candidate for bug #1057, thanks to Colin.
58
59 2006-11-13 [wwp]        2.6.0cvs39
60
61         * src/compose.c
62         * src/quote_fmt_parse.y
63                 fix bug 1052: current parser buffer was not always 
64                 allocated, ptr to this buffer could be returned as 
65                 NULL whereas no parser error has occurred. in 
66                 consequence, defining a template body as "%d" 
67                 (w/o the quotes) for the first time of the instance 
68                 of claws-mail, was reporting a parser error. make 
69                 sure that the buffer is always allocated, even to 
70                 an empty string.
71                 fix mis-unescaping in compose.:compose_quote_fmt(): 
72                 unescaping of the fmt string was always done 
73                 whereas it must be done *only* when receiving 
74                 quote format strings issued from the prefs 
75                 (compose new message, reply, forward, redirect 
76                 formats), *not* when applying templates.  in 
77                 consequences, applying templates w/ sequences 
78                 like \\|p{echo} were failing. make sure that 
79                 unescaping is done only when necessary.
80
81 2006-11-12 [colin]      2.6.0cvs38
82
83         * po/de.po
84                 Fix typo (s/KB/MB)
85
86 2006-11-12 [colin]      2.6.0cvs37
87
88         * src/plugins/pgpinline/pgpinline.c
89         * src/plugins/pgpmime/pgpmime.c
90                 Release GPG context at the latest 
91                 possible moment. Maybe fixes 
92                 bug 1057, 'crash on sending signed 
93                 message to a newsgroup'
94                 
95
96 2006-11-12 [colin]      2.6.0cvs36
97
98         * src/plugins/pgpcore/sgpgme.c
99                 Tell a bit more when gpg's status doesn't
100                 contain any signature
101
102 2006-11-12 [colin]      2.6.0cvs35
103
104         * src/compose.c
105                 Fix bug 1060, 'compilation error with 
106                 Irix's cc'
107
108 2006-11-12 [paul]       2.6.0cvs34
109
110         * doc/man/claws-mail.1
111         * src/prefs_gtk.c
112         * src/plugins/clamav/README
113         * src/plugins/spamassassin/README
114         * tools/README
115         * tools/freshmeat_search.pl
116         * tools/google_search.pl
117         * tools/multiwebsearch.pl
118                 more renaming
119         * src/plugins/trayicon/trayicon.c
120                 fix compiliation warning
121
122 2006-11-11 [colin]      2.6.0cvs33
123
124         * src/folderview.c
125                 Forbid drag and drop from/to different
126                 folders of type F_UNKNOWN
127
128 2006-11-11 [colin]      2.6.0cvs32
129
130         * src/plugins/pgpinline/pgpinline.c
131                 Fix typo in previous commit:
132                 - gpgme_new(&ctx);
133                 + if ((err = gpgme_new(&data->ctx)) ...)
134
135 2006-11-11 [colin]      2.6.0cvs31
136
137         * src/plugins/pgpinline/pgpinline.c
138         * src/plugins/pgpmime/pgpmime.c
139                 Check success after calling gpgme_new
140                 Maybe fixes bug 1057, 'crash on sending 
141                 signed message to a newsgroup'
142
143 2006-11-11 [colin]      2.6.0cvs30
144
145         * src/undo.c
146                 init undostruct to 0s (from
147                 valgrind log of bug 1057)
148
149 2006-11-10 [colin]      2.6.0cvs29
150
151         * src/mainwindow.c
152                 Set cursor to wait before filtering
153                 duplicates in all folders
154         * src/plugins/bogofilter/bogofilter.c
155         * src/plugins/bogofilter/bogofilter.h
156         * src/plugins/bogofilter/bogofilter_gtk.c
157                 Completely thread away the bogofilter
158                 filtering
159
160 2006-11-10 [mones]      2.6.0cvs28
161
162         * src/compose.c
163         * src/compose.h
164                 added COMPOSE_CHECK_BEFORE_SEND hook
165
166 2006-11-10 [paul]       2.6.0cvs27
167
168         * src/crash.c
169                 more renaming
170                 add libSM to get_compiled_in_features()
171         * src/main.c
172                 more renaming
173
174 2006-11-10 [colin]      2.6.0cvs26
175
176         * src/etpan/imap-thread.c
177                 Add a reference to libetpan's sasl engine
178                 so that sasl_done() doesn't get called by
179                 libetpan, and doesn't break openssl.
180                 Should fix bug 1053, 'SC fails to reestablish 
181                 a secure connection'
182                 Patch by Hoa
183
184 2006-11-10 [colin]      2.6.0cvs25
185
186         * manual/addrbook.xml
187         * manual/advanced.xml
188         * manual/faq.xml
189         * manual/intro.xml
190                 Some more renaming
191
192 2006-11-09 [colin]      2.6.0cvs24
193
194         * src/plugins/bogofilter/bogofilter_gtk.c
195                 Add comment about annoyance
196
197 2006-11-09 [colin]      2.6.0cvs23
198
199         * src/plugins/bogofilter/bogofilter.c
200         * src/plugins/bogofilter/bogofilter_gtk.c
201                 Prepare things needed to thread bogofilter
202                 filtering: separate bogo stuff and possible GUI
203                 stuff. 
204
205 2006-11-09 [colin]      2.6.0cvs22
206
207         * src/account.c
208         * src/compose.c
209                 Search for one of our accounts in Delivered-To
210                 (helps for auto-account selection when 
211                  replying/forwarding)
212         * src/folderview.c
213         * src/mainwindow.c
214         * src/mainwindow.h
215         * src/plugins/trayicon/trayicon.c
216                 Allow opening a new mail with any account from
217                 the contextual menu
218
219 2006-11-09 [wwp]        2.6.0cvs21
220
221         * src/compose.c
222         * src/prefs_common.c
223         * src/prefs_common.h
224         * src/prefs_compose_writing.c
225                 add a compose new message format (in prefs/compose/writing), it's a
226                 simple subject+body template to use when opening a new composition
227                 window. It's similar to the existent reply and forward formats.
228
229                 enhanced the template/format % symbols substitution mechanism to
230                 use current composition window information when % are used in
231                 the compose new message format or in templates applied to new
232                 messages (there were useless in that situations before). When
233                 applied to new messages, %d corresponds to the system time/date.
234
235 2006-11-09 [paul]       2.6.0cvs20
236
237         * src/gtk/authors.h
238                 fix last commit
239
240 2006-11-09 [paul]       2.6.0cvs19
241
242         * src/gtk/authors.h
243                 keep tje alphabetical order
244
245 2006-11-08 [colin]      2.6.0cvs18
246
247         * src/etpan/imap-thread.c
248                 Fix bug 1054, 'Slowness logging big 
249                 data chunks'
250
251 2006-11-08 [paul]       2.6.0cvs17
252
253         * tools/Makefile.am
254                 fix the renaming
255
256 2006-11-08 [paul]       2.6.0cvs16
257
258         * src/common/defs.h
259                 update BUGZILLA_URI
260
261 2006-11-08 [paul]       2.6.0cvs15
262
263         * tools/Makefile.am
264         * tools/OOo2claws-mail.pl
265         * tools/OOo2sylpheed.pl
266         * tools/README
267         * tools/acroread2claws-mail.pl
268         * tools/acroread2sylpheed.pl
269         * tools/kmail2claws-mail.pl
270         * tools/kmail2claws-mail_v2.pl
271         * tools/kmail2sylpheed.pl
272         * tools/kmail2sylpheed_v2.pl
273         * tools/maildir2claws-mail.pl
274         * tools/maildir2sylpheed.pl
275         * tools/nautilus2claws-mail.sh
276         * tools/nautilus2sylpheed.sh
277         * tools/outlook2claws-mail.pl
278         * tools/outlook2sylpheed.pl
279         * tools/tb2claws-mail
280         * tools/tb2sylpheed
281         * tools/tbird2claws.py
282         * tools/tbird2syl.py
283         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
284         * tools/kdeservicemenu/install.sh
285         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
286         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
287         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
288         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
289         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
290                 renamed (removed, added) tools files
291
292 2006-11-08 [paul]       2.6.0cvs14
293
294         * src/main.c
295         * src/common/defs.h
296                 Migrate sylpheedrc to clawsrc, and fix the standard
297                 plugins path in the process
298
299 2006-11-07 [colin]      2.6.0cvs13
300
301         * src/Makefile.am
302                 Symlink sylpheed-claws relative to 
303                 claws-mail
304
305 2006-11-07 [colin]      2.6.0cvs12
306
307         * src/compose.c
308                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
309
310 2006-11-07 [paul]       2.6.0cvs11
311
312         * src/gtk/about.c
313                 Fix a missed occurence of
314                 Sylpheed-Claws
315
316 2006-11-07 [paul]       2.6.0cvs10
317
318         * src/Makefile.am
319                 Fix symlink installation
320
321 2006-11-07 [paul]       2.6.0cvs9
322
323         * src/Makefile.am
324                 Symlink claws-mail to sylpheed-claws
325         * src/common/utils.c
326                 Fix migrating symlinks
327         * src/etpan/imap-thread.c
328                 check certificate only when there's
329                 no error
330
331 2006-11-07 [paul]       2.6.0cvs8
332
333         * Makefile.am
334                 Fix icon breakages with Gtk, which needs a 
335                 cache updated to see them.
336
337 2006-11-07 [paul]       2.6.0cvs7
338
339         * .cvsignore
340         * AUTHORS
341         * COPYING
342         * INSTALL
343         * Makefile.am
344         * NEWS
345         * README
346         * RELEASE_NOTES
347         * autogen.sh
348         * claws-mail-128x128.png
349         * claws-mail-64x64.png
350         * claws-mail.ico
351         * claws-mail.pc.in
352         * claws-mail.png
353         * configure.ac
354         * sylpheed-claws-128x128.png
355         * sylpheed-claws-64x64.png
356         * sylpheed-claws.desktop
357         * sylpheed-claws.ico
358         * sylpheed-claws.pc.in
359         * sylpheed-claws.png
360         * debian/README.Debian
361         * debian/changelog
362         * debian/claws-mail.desktop
363         * debian/claws-mail.menu
364         * debian/claws-mail.postinst.debhelper
365         * debian/claws-mail.postrm.debhelper
366         * debian/control
367         * debian/copyright
368         * debian/files
369         * debian/rules
370         * debian/sylpheed-claws.desktop
371         * debian/sylpheed-claws.menu
372         * debian/sylpheed-claws.postinst.debhelper
373         * debian/sylpheed-claws.postrm.debhelper
374         * doc/man/Makefile.am
375         * doc/man/claws-mail.1
376         * doc/man/sylpheed-claws.1
377         * doc/src/ChangeLog.claws-pre0.8.0
378         * manual/Makefile.am
379         * manual/account.xml
380         * manual/ack.xml
381         * manual/addrbook.xml
382         * manual/advanced.xml
383         * manual/claws-mail-manual.xml
384         * manual/faq.xml
385         * manual/glossary.xml
386         * manual/handling.xml
387         * manual/intro.xml
388         * manual/keyboard.xml
389         * manual/plugins.xml
390         * manual/starting.xml
391         * manual/sylpheed-claws-manual.xml
392         * manual/xml2pdf
393         * manual/dist/.cvsignore
394         * manual/dist/html/.cvsignore
395         * manual/dist/html/Makefile.am
396         * manual/dist/pdf/.cvsignore
397         * manual/dist/pdf/Makefile.am
398         * manual/dist/ps/.cvsignore
399         * manual/dist/ps/Makefile.am
400         * manual/dist/txt/.cvsignore
401         * manual/dist/txt/Makefile.am
402         * manual/es/Makefile.am
403         * manual/es/advanced.xml
404         * manual/es/claws-mail-manual.xml
405         * manual/es/faq.xml
406         * manual/es/glossary.xml
407         * manual/es/handling.xml
408         * manual/es/intro.xml
409         * manual/es/plugins.xml
410         * manual/es/sylpheed-claws-manual.xml
411         * manual/es/dist/.cvsignore
412         * manual/es/dist/html/.cvsignore
413         * manual/es/dist/html/Makefile.am
414         * manual/es/dist/pdf/.cvsignore
415         * manual/es/dist/pdf/Makefile.am
416         * manual/es/dist/ps/.cvsignore
417         * manual/es/dist/ps/Makefile.am
418         * manual/es/dist/txt/.cvsignore
419         * manual/es/dist/txt/Makefile.am
420         * manual/fr/Makefile.am
421         * manual/fr/account.xml
422         * manual/fr/ack.xml
423         * manual/fr/addrbook.xml
424         * manual/fr/advanced.xml
425         * manual/fr/claws-mail-manual.xml
426         * manual/fr/faq.xml
427         * manual/fr/glossary.xml
428         * manual/fr/handling.xml
429         * manual/fr/intro.xml
430         * manual/fr/keyboard.xml
431         * manual/fr/plugins.xml
432         * manual/fr/starting.xml
433         * manual/fr/sylpheed-claws-manual.xml
434         * manual/fr/dist/.cvsignore
435         * manual/fr/dist/html/.cvsignore
436         * manual/fr/dist/html/Makefile.am
437         * manual/fr/dist/pdf/.cvsignore
438         * manual/fr/dist/pdf/Makefile.am
439         * manual/fr/dist/ps/.cvsignore
440         * manual/fr/dist/ps/Makefile.am
441         * manual/fr/dist/txt/.cvsignore
442         * manual/fr/dist/txt/Makefile.am
443         * manual/pl/Makefile.am
444         * manual/pl/account.xml
445         * manual/pl/ack.xml
446         * manual/pl/addrbook.xml
447         * manual/pl/advanced.xml
448         * manual/pl/claws-mail-manual.xml
449         * manual/pl/faq.xml
450         * manual/pl/glossary.xml
451         * manual/pl/handling.xml
452         * manual/pl/intro.xml
453         * manual/pl/keyboard.xml
454         * manual/pl/plugins.xml
455         * manual/pl/starting.xml
456         * manual/pl/sylpheed-claws-manual.xml
457         * manual/pl/dist/.cvsignore
458         * manual/pl/dist/html/.cvsignore
459         * manual/pl/dist/html/Makefile.am
460         * manual/pl/dist/pdf/.cvsignore
461         * manual/pl/dist/pdf/Makefile.am
462         * manual/pl/dist/ps/.cvsignore
463         * manual/pl/dist/ps/Makefile.am
464         * manual/pl/dist/txt/.cvsignore
465         * manual/pl/dist/txt/Makefile.am
466         * po/.cvsignore
467         * po/Makevars
468         * src/.cvsignore
469         * src/Makefile.am
470         * src/account.c
471         * src/account.h
472         * src/action.c
473         * src/action.h
474         * src/adbookbase.h
475         * src/addr_compl.c
476         * src/addr_compl.h
477         * src/addrbook.c
478         * src/addrcache.c
479         * src/addrcache.h
480         * src/addrcindex.c
481         * src/addrcindex.h
482         * src/addrclip.c
483         * src/addrclip.h
484         * src/addrdefs.h
485         * src/addressadd.c
486         * src/addressadd.h
487         * src/addressbook.c
488         * src/addressbook.h
489         * src/addressbook_foldersel.c
490         * src/addressbook_foldersel.h
491         * src/addrgather.c
492         * src/addrgather.h
493         * src/addrharvest.c
494         * src/addrharvest.h
495         * src/addrindex.c
496         * src/addrindex.h
497         * src/addritem.c
498         * src/addritem.h
499         * src/addrquery.c
500         * src/addrquery.h
501         * src/addrselect.c
502         * src/addrselect.h
503         * src/alertpanel.c
504         * src/alertpanel.h
505         * src/browseldap.c
506         * src/browseldap.h
507         * src/codeconv.c
508         * src/codeconv.h
509         * src/compose.c
510         * src/crash.c
511         * src/crash.h
512         * src/customheader.c
513         * src/customheader.h
514         * src/displayheader.c
515         * src/displayheader.h
516         * src/editaddress.c
517         * src/editaddress.h
518         * src/editbook.c
519         * src/editbook.h
520         * src/editgroup.c
521         * src/editgroup.h
522         * src/editjpilot.c
523         * src/editjpilot.h
524         * src/editldap.c
525         * src/editldap.h
526         * src/editldap_basedn.c
527         * src/editldap_basedn.h
528         * src/editvcard.c
529         * src/editvcard.h
530         * src/exphtmldlg.c
531         * src/exphtmldlg.h
532         * src/expldifdlg.c
533         * src/expldifdlg.h
534         * src/export.c
535         * src/exporthtml.c
536         * src/exporthtml.h
537         * src/exportldif.c
538         * src/exportldif.h
539         * src/filtering.c
540         * src/filtering.h
541         * src/folder.c
542         * src/folder.h
543         * src/folder_item_prefs.c
544         * src/folder_item_prefs.h
545         * src/foldersel.c
546         * src/foldersel.h
547         * src/folderutils.c
548         * src/folderutils.h
549         * src/folderview.c
550         * src/folderview.h
551         * src/grouplistdialog.c
552         * src/grouplistdialog.h
553         * src/html.c
554         * src/html.h
555         * src/image_viewer.c
556         * src/image_viewer.h
557         * src/imap.c
558         * src/imap.h
559         * src/imap_gtk.c
560         * src/imap_gtk.h
561         * src/import.c
562         * src/import.h
563         * src/importldif.c
564         * src/importldif.h
565         * src/importmutt.c
566         * src/importmutt.h
567         * src/importpine.c
568         * src/importpine.h
569         * src/inc.c
570         * src/inc.h
571         * src/jpilot.c
572         * src/jpilot.h
573         * src/ldapctrl.c
574         * src/ldapctrl.h
575         * src/ldaplocate.c
576         * src/ldaplocate.h
577         * src/ldapquery.c
578         * src/ldapquery.h
579         * src/ldapserver.c
580         * src/ldapserver.h
581         * src/ldaputil.c
582         * src/ldaputil.h
583         * src/ldif.c
584         * src/ldif.h
585         * src/localfolder.c
586         * src/localfolder.h
587         * src/main.c
588         * src/main.h
589         * src/mainwindow.c
590         * src/mainwindow.h
591         * src/manual.c
592         * src/manual.h
593         * src/matcher.c
594         * src/matcher.h
595         * src/matcher_parser.h
596         * src/matcher_parser_lex.l
597         * src/matcher_parser_parse.y
598         * src/mbox.c
599         * src/mbox.h
600         * src/message_search.c
601         * src/message_search.h
602         * src/messageview.c
603         * src/messageview.h
604         * src/mh.c
605         * src/mh.h
606         * src/mh_gtk.c
607         * src/mh_gtk.h
608         * src/mimeview.c
609         * src/mimeview.h
610         * src/msgcache.c
611         * src/msgcache.h
612         * src/mutt.c
613         * src/mutt.h
614         * src/news.c
615         * src/news.h
616         * src/news_gtk.c
617         * src/news_gtk.h
618         * src/noticeview.c
619         * src/noticeview.h
620         * src/partial_download.c
621         * src/partial_download.h
622         * src/pine.c
623         * src/pine.h
624         * src/pop.c
625         * src/pop.h
626         * src/prefs_account.c
627         * src/prefs_account.h
628         * src/prefs_actions.c
629         * src/prefs_actions.h
630         * src/prefs_common.c
631         * src/prefs_common.h
632         * src/prefs_compose_writing.c
633         * src/prefs_compose_writing.h
634         * src/prefs_customheader.c
635         * src/prefs_customheader.h
636         * src/prefs_display_header.c
637         * src/prefs_display_header.h
638         * src/prefs_ext_prog.c
639         * src/prefs_ext_prog.h
640         * src/prefs_filtering.c
641         * src/prefs_folder_column.c
642         * src/prefs_folder_column.h
643         * src/prefs_folder_item.c
644         * src/prefs_folder_item.h
645         * src/prefs_fonts.c
646         * src/prefs_fonts.h
647         * src/prefs_gtk.c
648         * src/prefs_gtk.h
649         * src/prefs_image_viewer.c
650         * src/prefs_image_viewer.h
651         * src/prefs_matcher.c
652         * src/prefs_matcher.h
653         * src/prefs_message.c
654         * src/prefs_message.h
655         * src/prefs_msg_colors.c
656         * src/prefs_msg_colors.h
657         * src/prefs_other.c
658         * src/prefs_other.h
659         * src/prefs_quote.c
660         * src/prefs_quote.h
661         * src/prefs_receive.c
662         * src/prefs_receive.h
663         * src/prefs_send.c
664         * src/prefs_send.h
665         * src/prefs_spelling.c
666         * src/prefs_spelling.h
667         * src/prefs_summaries.c
668         * src/prefs_summaries.h
669         * src/prefs_summary_column.c
670         * src/prefs_summary_column.h
671         * src/prefs_template.c
672         * src/prefs_template.h
673         * src/prefs_themes.c
674         * src/prefs_themes.h
675         * src/prefs_toolbar.c
676         * src/prefs_toolbar.h
677         * src/prefs_wrapping.c
678         * src/prefs_wrapping.h
679         * src/privacy.c
680         * src/privacy.h
681         * src/procheader.c
682         * src/procheader.h
683         * src/procmime.c
684         * src/procmime.h
685         * src/procmsg.c
686         * src/procmsg.h
687         * src/quote_fmt.c
688         * src/quote_fmt_parse.y
689         * src/recv.c
690         * src/recv.h
691         * src/remotefolder.c
692         * src/remotefolder.h
693         * src/send_message.c
694         * src/send_message.h
695         * src/setup.c
696         * src/setup.h
697         * src/sourcewindow.c
698         * src/sourcewindow.h
699         * src/ssl_manager.c
700         * src/ssl_manager.h
701         * src/statusbar.c
702         * src/statusbar.h
703         * src/stock_pixmap.c
704         * src/stock_pixmap.h
705         * src/summary_search.c
706         * src/summary_search.h
707         * src/summaryview.c
708         * src/summaryview.h
709         * src/syldap.c
710         * src/syldap.h
711         * src/textview.c
712         * src/textview.h
713         * src/toolbar.c
714         * src/toolbar.h
715         * src/undo.c
716         * src/undo.h
717         * src/unmime.c
718         * src/unmime.h
719         * src/vcard.c
720         * src/vcard.h
721         * src/wizard.c
722         * src/wizard.h
723         * src/common/base64.c
724         * src/common/base64.h
725         * src/common/defs.h
726         * src/common/hooks.c
727         * src/common/hooks.h
728         * src/common/log.c
729         * src/common/log.h
730         * src/common/mgutils.c
731         * src/common/mgutils.h
732         * src/common/nntp.c
733         * src/common/nntp.h
734         * src/common/passcrypt.c
735         * src/common/passcrypt.h.in
736         * src/common/plugin.c
737         * src/common/plugin.h
738         * src/common/prefs.c
739         * src/common/prefs.h
740         * src/common/progressindicator.c
741         * src/common/progressindicator.h
742         * src/common/quoted-printable.c
743         * src/common/quoted-printable.h
744         * src/common/session.c
745         * src/common/session.h
746         * src/common/smtp.c
747         * src/common/smtp.h
748         * src/common/socket.c
749         * src/common/socket.h
750         * src/common/ssl.c
751         * src/common/ssl.h
752         * src/common/stringtable.c
753         * src/common/stringtable.h
754         * src/common/sylpheed.c
755         * src/common/sylpheed.h
756         * src/common/template.c
757         * src/common/template.h
758         * src/common/timing.h
759         * src/common/utils.c
760         * src/common/utils.h
761         * src/common/version.h.in
762         * src/common/xml.c
763         * src/common/xml.h
764         * src/common/xmlprops.c
765         * src/common/xmlprops.h
766         * src/gtk/about.c
767         * src/gtk/colorlabel.c
768         * src/gtk/colorlabel.h
769         * src/gtk/colorsel.c
770         * src/gtk/colorsel.h
771         * src/gtk/combobox.c
772         * src/gtk/combobox.h
773         * src/gtk/description_window.c
774         * src/gtk/description_window.h
775         * src/gtk/filesel.c
776         * src/gtk/filesel.h
777         * src/gtk/foldersort.c
778         * src/gtk/foldersort.h
779         * src/gtk/gtkaspell.c
780         * src/gtk/gtkaspell.h
781         * src/gtk/gtksctree.c
782         * src/gtk/gtkshruler.c
783         * src/gtk/gtkshruler.h
784         * src/gtk/gtkutils.c
785         * src/gtk/gtkutils.h
786         * src/gtk/icon_legend.c
787         * src/gtk/icon_legend.h
788         * src/gtk/logwindow.c
789         * src/gtk/logwindow.h
790         * src/gtk/manage_window.c
791         * src/gtk/manage_window.h
792         * src/gtk/pluginwindow.c
793         * src/gtk/pluginwindow.h
794         * src/gtk/prefswindow.c
795         * src/gtk/prefswindow.h
796         * src/gtk/quicksearch.c
797         * src/gtk/quicksearch.h
798         * src/pixmaps/claws-mail.xpm
799         * src/pixmaps/claws-mail_icon.xpm
800         * src/pixmaps/claws-mail_logo.xpm
801         * src/pixmaps/sylpheed-claws.xpm
802         * src/pixmaps/sylpheed-claws_icon.xpm
803         * src/pixmaps/sylpheed-claws_logo.xpm
804         * src/plugins/bogofilter/Makefile.am
805         * src/plugins/bogofilter/bogofilter.c
806         * src/plugins/bogofilter/bogofilter.h
807         * src/plugins/bogofilter/bogofilter_gtk.c
808         * src/plugins/clamav/Makefile.am
809         * src/plugins/clamav/clamav_plugin.c
810         * src/plugins/clamav/clamav_plugin.h
811         * src/plugins/clamav/clamav_plugin_gtk.c
812         * src/plugins/demo/Makefile.am
813         * src/plugins/demo/demo.c
814         * src/plugins/dillo_viewer/Makefile.am
815         * src/plugins/dillo_viewer/README
816         * src/plugins/dillo_viewer/dillo_prefs.c
817         * src/plugins/dillo_viewer/dillo_prefs.h
818         * src/plugins/dillo_viewer/dillo_viewer.c
819         * src/plugins/pgpcore/Makefile.am
820         * src/plugins/pgpcore/passphrase.c
821         * src/plugins/pgpcore/passphrase.h
822         * src/plugins/pgpcore/pgp_viewer.c
823         * src/plugins/pgpcore/pgp_viewer.h
824         * src/plugins/pgpcore/plugin.c
825         * src/plugins/pgpcore/prefs_gpg.c
826         * src/plugins/pgpcore/prefs_gpg.h
827         * src/plugins/pgpcore/select-keys.c
828         * src/plugins/pgpcore/select-keys.h
829         * src/plugins/pgpcore/sgpgme.c
830         * src/plugins/pgpcore/sgpgme.h
831         * src/plugins/pgpcore/sylpheed.def
832         * src/plugins/pgpcore/version.rc
833         * src/plugins/pgpinline/Makefile.am
834         * src/plugins/pgpinline/pgpinline.c
835         * src/plugins/pgpinline/pgpinline.h
836         * src/plugins/pgpinline/plugin.c
837         * src/plugins/pgpinline/sylpheed.def
838         * src/plugins/pgpinline/version.rc
839         * src/plugins/pgpmime/Makefile.am
840         * src/plugins/pgpmime/pgpmime.c
841         * src/plugins/pgpmime/pgpmime.h
842         * src/plugins/pgpmime/plugin.c
843         * src/plugins/pgpmime/sylpheed.def
844         * src/plugins/pgpmime/version.rc
845         * src/plugins/spamassassin/Makefile.am
846         * src/plugins/spamassassin/README
847         * src/plugins/spamassassin/spamassassin.c
848         * src/plugins/spamassassin/spamassassin.h
849         * src/plugins/spamassassin/spamassassin_gtk.c
850         * src/plugins/trayicon/Makefile.am
851         * src/plugins/trayicon/trayicon.c
852         * tools/OOo2sylpheed.pl
853         * tools/README
854         * tools/README.sylprint
855         * tools/acroread2sylpheed.pl
856         * tools/claws.i18n.status.pl
857         * tools/filter_conv.pl
858         * tools/filter_conv_new.pl
859         * tools/freshmeat_search.pl
860         * tools/google_search.pl
861         * tools/kmail2sylpheed.pl
862         * tools/kmail2sylpheed_v2.pl
863         * tools/make.themes.project
864         * tools/multiwebsearch.pl
865         * tools/nautilus2sylpheed.sh
866         * tools/outlook2sylpheed.pl
867         * tools/sylprint.pl
868         * tools/sylprint.rc
869         * tools/tb2sylpheed
870         * tools/textviewer.sh
871         * tools/vcard2xml.py
872         * tools/kdeservicemenu/README
873         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
874         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
875         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
876                 Change name to Claws Mail. Announce to follow...
877
878 2006-11-06 [wwp]        2.6.0cvs6
879
880         * src/prefs_template.c
881                 unify messages related to quote format/template errors (fix
882                 capitalization), again.
883
884 2006-11-06 [wwp]        2.6.0cvs5
885
886         * src/prefs_quote.c
887                 unify messages related to quote format/template errors.
888
889 2006-11-06 [wwp]        2.6.0cvs4
890
891         * src/prefs_msg_colors.c
892                 more uses of Q_ macro for contextual translations, thanks
893                 to Fabien (fzzzzz).
894
895 2006-11-06 [wwp]        2.6.0cvs3
896
897         * src/compose.c
898         * src/common/utils.c
899         * src/common/utils.h
900                 show an alertpanel to make sure users are aware that sensitive
901                 files are attached (it's file blacklist-based). This will fix
902                 interaction w/ GoogleEarth for instance, thanks to Colin.
903
904 2006-11-06 [wwp]        2.6.0cvs2
905
906         * src/prefs_quote.c
907         * src/prefs_template.c
908         * src/prefs_template.h
909                 check quote format when applying/closing prefs. For now this only
910                 shows up an error dialog box, not preventing the user from using
911                 a broken quote (reply, forwards) format.
912
913 2006-11-06 [wwp]        2.6.0cvs1
914
915         * src/prefs_template.c
916                 fix missing checks of some template fields.
917
918 2006-11-06 [paul]       2.6.0
919
920         * NEWS
921         * README
922         * RELEASE_NOTES
923                 2.6.0 released
924
925 2006-11-06 [paul]       2.5.6cvs22
926
927         * manual/advanced.xml
928         * manual/es/advanced.xml
929                 put 'respect_flowed_format' info in the correct
930                 place
931
932 2006-11-06 [mones]      2.5.6cvs21
933
934         * po/es.po
935                 Minor fixes for release
936
937 2006-11-06 [paul]       2.5.6cvs20
938
939         * po/cs.po
940         * po/de.po
941         * po/fr.po
942         * po/it.po
943         * po/nl.po
944         * po/pt_BR.po
945         * po/sk.po
946         * po/sv.po
947         * po/zh_CN.po
948                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
949                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
950                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
951                 Young
952
953 2006-11-02 [colin]      2.5.6cvs19
954
955         * src/imap.c
956         * src/imap.h
957         * src/prefs_account.c
958         * src/etpan/imap-thread.c
959                 Add GSSAPI support - fixes Debian bug #383274
960
961 2006-11-01 [colin]      2.5.6cvs18
962
963         * src/jpilot.c
964                 Handle libpisock12 support. Probably
965                 fixes bug 1046, 'jpilot AddressDB.pdb 
966                 import fail'
967
968 2006-11-01 [colin]      2.5.6cvs17
969
970         * src/folderutils.c
971                 debug_print() folderutils_mark_all_read()
972
973 2006-11-01 [colin]      2.5.6cvs16
974
975         * COPYING
976                 Add missed files to the Apache exception
977
978 2006-10-31 [colin]      2.5.6cvs15
979
980         * src/folder.c
981         * src/folder.h
982                 Add a copy_private_data() func to FolderClasses
983                 Doesn't break the feature freeze, because we 
984                 won't use it (right now) in the core.
985
986 2006-10-31 [colin]      2.5.6cvs14
987
988         * COPYING
989                 Allow linking with the Apache licensed files in
990                 src/plugins/spamassassin. Hopefully fixes 
991                 bug 1048, 'Spamassassin plugin license problem'
992
993 2006-10-31 [wwp]        2.5.6cvs13
994
995         * src/compose.c
996                 fix and optimize trimming of leading linefeeds in body loop.
997
998 2006-10-31 [colin]      2.5.6cvs12
999
1000         * src/etpan/imap-thread.c
1001         * src/imap.c
1002                 Make really sure to have NULL sets in case
1003                 of error
1004
1005 2006-10-30 [wwp]        2.5.6cvs11
1006
1007         * src/prefs_common.c
1008         * src/prefs_common.h
1009         * src/compose.c
1010                 fix broken storage of quote format template when it contains \-escape
1011                 sequences. The application of such sequences is also fixed now (\t
1012                 in quote format will be a real tab instead of a 't', for instance).
1013
1014 2006-10-27 [colin]      2.5.6cvs10
1015
1016         * src/compose.c
1017                 Probably fix bug 1045, 'sylpheed-claws 
1018                 doesn't remove the mail from the IMAP 
1019                 Queue folder after sending'. From
1020                 2.5.6cvs3-stable
1021
1022 2006-10-27 [colin]      2.5.6cvs9
1023
1024         * configure.ac
1025                 Require libetpan-0.48. I'm so annoying,
1026                 I know ;-)
1027
1028 2006-10-27 [colin]      2.5.6cvs8
1029
1030         * src/folder.c
1031         * src/imap.c
1032                 Probably fix bug 1044, 'sylpheed-claws 
1033                 segfaults while moving mails' - Fix relation
1034                 usage when moving to an IMAP mailbox from another
1035                 mailbox
1036
1037 2006-10-26 [paul]       2.5.6cvs7
1038
1039         * src/gtk/about.c
1040                 add libSM to compiled-in features
1041                 list
1042
1043 2006-10-24 [colin]      2.5.6cvs6
1044
1045         * src/textview.c
1046         * src/gtk/gtkutils.c
1047                 Fix crash when printing emails with an
1048                 xface
1049
1050 2006-10-24 [mones]      2.5.6cvs5
1051
1052         * manual/es/advanced.xml
1053                 Synchronize hidden option respect_flowed_format
1054         * po/es.po
1055                 Updated translation
1056
1057 2006-10-21 [paul]       2.5.6cvs4
1058
1059         * src/gtk/authors.h
1060         * src/plugins/pgpcore/pgp_viewer.c
1061         * src/plugins/pgpcore/sgpgme.c
1062                 fix building on BSDs
1063                 Thanks to Michael Hughes
1064                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1065
1066 2006-10-20 [colin]      2.5.6cvs3
1067
1068         * configure.ac
1069                 Bump up libetpan requirement
1070                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1071         * src/common/utils.c
1072         * src/common/utils.h
1073                 Add convenience get_file_mtime()
1074         * src/imap.c
1075         * src/etpan/imap-thread.c
1076         * src/etpan/imap-thread.h
1077                 Implement UIDPLUS support if the server
1078                 supports it - faster sending in this case
1079
1080 2006-10-19 [colin]      2.5.6cvs2
1081
1082         * src/gtk/quicksearch.c
1083                 Fix emptying in type-ahead+extended mode
1084         * src/mainwindow.c
1085         * src/mainwindow.h
1086                 Add a hook for offline state change
1087         * src/plugins/trayicon/trayicon.c
1088                 Use it to display offline icons
1089         * src/plugins/trayicon/Makefile.am
1090         * src/plugins/trayicon/newmail.offline.xpm
1091         * src/plugins/trayicon/newmarkedmail.offline.xpm
1092         * src/plugins/trayicon/nomail.offline.xpm
1093         * src/plugins/trayicon/unreadmail.offline.xpm
1094         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1095                 Add the icons
1096
1097 2006-10-12 [paul]       2.5.6cvs1
1098
1099         * NEWS
1100         * README
1101         * configure.ac
1102                 Update version number following
1103                 stable release
1104
1105 2006-10-19 [colin]      2.5.5cvs18
1106
1107         * manual/handling.xml
1108                 Add type-ahead search
1109
1110 2006-10-18 [colin]      2.5.5cvs17
1111
1112         * src/gtk/quicksearch.c
1113                 Remove "save to history only if there's
1114                 no syntax error", it breaks for some 
1115                 reason which I'll investigate later.
1116
1117 2006-10-18 [colin]      2.5.5cvs16
1118
1119         * src/prefs_common.c
1120         * src/prefs_common.h
1121         * src/summaryview.c
1122         * src/gtk/quicksearch.c
1123         * src/gtk/quicksearch.h
1124                 Add a type-ahead option for fast searches
1125                 Patch by Fabien Vantard
1126
1127 2006-10-18 [colin]      2.5.5cvs15
1128
1129         * src/compose.c
1130         * src/compose.h
1131                 Add Options/Reply mode/ menu to be able to
1132                 change the recipients of a reply on the fly
1133
1134 2006-10-18 [colin]      2.5.5cvs14
1135
1136         * src/compose.c
1137                 Fix redirecting of our own sent mails
1138
1139 2006-10-17 [wwp]        2.5.5cvs13
1140
1141         * src/send_message.c
1142                 Fix duplicate error messages when sending, and missing
1143                 newline in such error messages.
1144
1145 2006-10-17 [colin]      2.5.5cvs12
1146
1147         * src/compose.c
1148                 Compare addresses case-insensitive
1149
1150 2006-10-17 [colin]      2.5.5cvs11
1151
1152         * src/plugins/pgpcore/sgpgme.c
1153                 Fix return status
1154
1155 2006-10-17 [colin]      2.5.5cvs10
1156
1157         * src/plugins/pgpcore/pgp_viewer.c
1158                 Fix return status
1159
1160 2006-10-17 [colin]      2.5.5cvs9
1161
1162         * src/quote_fmt.c
1163                 Fix a typo (thanks to Fabien)
1164
1165 2006-10-16 [colin]      2.5.5cvs8
1166
1167         * src/textview.c
1168                 Fix problem with quote-folding when emails
1169                 don't convert cleanly to UTF-8
1170
1171 2006-10-14 [colin]      2.5.5cvs7
1172
1173         * src/prefs_template.c
1174                 Reset fields when reopening
1175                 the window
1176
1177 2006-10-13 [paul]       2.5.5cvs6
1178
1179         * manual/advanced.xml
1180         * src/prefs_message.c
1181                 make 'respect_flowed_format' a hidden
1182                 option, and add a manual entry for it
1183                 Thanks to Colin
1184
1185 2006-10-12 [colin]      2.5.5cvs5
1186
1187         * src/codeconv.c
1188                 Revert part of 2.5.2cvs21:
1189                 Don't optimise by reusing the 
1190                 last iconv converter if possible:
1191                 it seems slightly broken in a 
1192                 very hard way to reproduce
1193
1194 2006-10-12 [colin]      2.5.5cvs4
1195
1196         * src/prefs_common.c
1197         * src/prefs_common.h
1198         * src/prefs_message.c
1199         * src/procmime.c
1200                 Fix bug 1035, 'Incorrect handling 
1201                 of flowed lines'. We now optionnaly
1202                 handle this format (preference is in
1203                 Message View/Text options section)
1204
1205 2006-10-12 [colin]      2.5.5cvs3
1206
1207         * po/POTFILES.in
1208                 Add new file
1209         * src/plugins/pgpcore/pgp_viewer.c
1210         * src/plugins/pgpcore/sgpgme.c
1211                 Don't try to import without asking
1212
1213 2006-10-12 [colin]      2.5.5cvs2
1214
1215         * src/compose.c
1216                 Fix bug 1036, 'Forwarding a mutlipart
1217                 mail with a "text/html" block to ms
1218                 outlook users leeds to freeze of
1219                 outlook'. Poor outlook users...
1220
1221 2006-10-12 [paul]       2.5.5cvs1
1222
1223         * NEWS
1224         * README
1225         * configure.ac
1226                 Update version number following
1227                 stable release
1228
1229 2006-10-11 [paul]       2.5.4cvs1
1230
1231         * NEWS
1232         * README
1233         * configure.ac
1234                 Update version number following
1235                 stable release
1236
1237 2006-10-11 [paul]       2.5.3cvs32
1238
1239         * src/textview.c
1240                 fix bug 1032, 'Segmentation fault when showing
1241                 message' (bug in quote folding)
1242                 Thanks to Colin
1243
1244 2006-10-10 [colin]      2.5.3cvs31
1245
1246         * src/quote_fmt.c
1247                 Rephrase english a bit
1248
1249 2006-10-10 [colin]      2.5.3cvs30
1250
1251         * src/prefs_compose_writing.c
1252                 Stop making the page larger than the window
1253
1254 2006-10-10 [wwp]        2.5.3cvs29
1255
1256         * src/compose.c
1257         * src/prefs_template.c
1258         * src/quote_fmt.c
1259         * src/quote_fmt.h
1260         * src/quote_fmt_lex.l
1261         * src/quote_fmt_parse.y
1262                 Extend the quote parser a bit: allow to get access to
1263                 basic (composing) account info.
1264
1265 2006-10-10 [colin]      2.5.3cvs28
1266
1267         * src/procheader.c
1268                 Fix this \t problem in subject
1269
1270 2006-10-09 [colin]      2.5.3cvs27
1271
1272         * src/main.c
1273         * src/prefs_gtk.c
1274                 Prepare cache a bit later
1275                 If section already exists, skip the new one 
1276                 (as previously); avoid writing the same block
1277                 twice - if we find a second block with the 
1278                 same id, skip it.
1279         * src/plugins/pgpcore/pgp_viewer.c
1280                 Set cursor to busy when retrieving a key
1281         * src/plugins/pgpcore/sgpgme.c
1282                 allow 5 seconds for gpg to export the key
1283                 
1284
1285 2006-10-09 [colin]      2.5.3cvs26
1286
1287         * configure.ac
1288         * src/msgcache.c
1289         * src/prefs_gtk.c
1290                 Check for existence of fgets_unlocked
1291                 and fwrite_unlocked
1292
1293 2006-10-09 [paul]       2.5.3cvs25
1294
1295         * src/prefs_summaries.c
1296                 replace strftime() with fast_strftime() and in
1297                 the consequence fix the bug in the display of
1298                 AM/PM in the 'Example' string
1299
1300 2006-10-09 [ticho]      2.5.3cvs24
1301
1302         * po/sk.po
1303                 Updated (and fixed up somewhat) Slovak translation.
1304
1305 2006-10-08 [colin]      2.5.3cvs23
1306
1307         * src/prefs_folder_item.c
1308                 Explain why prefs in the top-level folder
1309                 aren't retained, but are still useful
1310
1311 2006-10-08 [colin]      2.5.3cvs22
1312
1313         * src/prefs_gtk.c
1314                 Don't cache anything if caching fails
1315
1316 2006-10-08 [colin]      2.5.3cvs21
1317
1318         * src/common/utils.c
1319                 always include gi18n.h
1320
1321 2006-10-07 [colin]      2.5.3cvs20
1322
1323         * src/plugins/pgpcore/pgp_viewer.c
1324                 Kill gpg after 5 seconds wait
1325
1326 2006-10-07 [colin]      2.5.3cvs19
1327
1328         * src/plugins/pgpcore/pgp_viewer.c
1329         * src/plugins/pgpcore/pgp_viewer.h
1330                 Fix copyright
1331
1332 2006-10-07 [colin]      2.5.3cvs18
1333
1334         * src/plugins/pgpcore/pgp_viewer.c
1335         * src/plugins/pgpcore/pgp_viewer.h
1336                 Actually add the files to CVS
1337
1338 2006-10-07 [colin]      2.5.3cvs17
1339
1340         * src/plugins/pgpcore/sgpgme.c
1341                 Be sure not to crash on 'application/pgp-signature' that
1342                 are not application/pgp-signatures
1343
1344 2006-10-07 [colin]      2.5.3cvs16
1345
1346         * src/textview.c
1347         * src/textview.h
1348                 Make a bit more of the API available
1349         * src/plugins/pgpcore/Makefile.am
1350         * src/plugins/pgpcore/plugin.c
1351         * src/plugins/pgpcore/sgpgme.c
1352                 Add basic key import/export
1353
1354 2006-10-07 [colin]      2.5.3cvs15
1355
1356         * src/folderview.c
1357         * src/imap.c
1358         * src/prefs_account.c
1359         * src/wizard.c
1360                 Warn users *everywhere* if libetpan's not
1361                 linked in
1362
1363 2006-10-06 [mones]      2.5.3cvs14
1364
1365         * po/de.po
1366         * po/es.po
1367                 updated by Stephan Sachse and me
1368
1369 2006-10-06 [colin]      2.5.3cvs13
1370
1371         * src/main.c
1372         * src/common/sylpheed.c
1373                 Don't load common plugins if --exit is passed
1374         * src/prefs_gtk.c
1375         * src/prefs_gtk.h
1376                 Implement a cache to avoid reading the same
1377                 files over and over again at startup
1378
1379 2006-10-06 [colin]      2.5.3cvs12
1380
1381         * src/summaryview.c
1382         * src/gtk/quicksearch.c
1383                 Update display every 5k mails on fast searches
1384
1385 2006-10-06 [colin]      2.5.3cvs11
1386
1387         * src/textview.c
1388                 Don't do quote folding on HTML or ERTF.
1389                 May fix the Cygwin issues if they were
1390                 happening with HTML mails?
1391
1392 2006-10-05 [colin]      2.5.3cvs10
1393
1394         * src/prefs_gtk.c
1395                 Oops, forgot one
1396
1397 2006-10-05 [colin]      2.5.3cvs9
1398
1399         * src/prefs_gtk.c
1400                 Use unlocked_stdio here too
1401
1402 2006-10-05 [colin]      2.5.3cvs8
1403
1404         * src/folderview.c
1405                 Fix go to next * after preferences apply
1406         * src/msgcache.c
1407                 Do the fd lock/unlock ourselves instead of
1408                 letting the libc do it at each write 
1409
1410 2006-10-05 [colin]      2.5.3cvs7
1411
1412         * src/common/utils.c
1413                 Faster division, thanks to Jean Diraison
1414
1415 2006-10-05 [paul]       2.5.3cvs6
1416
1417         * src/common/utils.c
1418                 fix building with --disable-nls
1419
1420 2006-10-04 [colin]      2.5.3cvs5
1421
1422         * src/folder.c
1423                 Maybe fix a segfault
1424
1425 2006-10-04 [wwp]        2.5.3cvs4
1426
1427         * src/prefs_folder_item.c
1428                 Fine-tune layouts in folder item prefs. Suggested by
1429                 Fabien Vantard <fzzzzz@gmail.com>.
1430
1431 2006-10-04 [wwp]        2.5.3cvs3
1432
1433         * src/prefs_folder_item.c
1434                 Kill the clandestine passengers. You didn't see anything.
1435
1436 2006-10-04 [wwp]        2.5.3cvs2
1437
1438         * src/prefs_folder_item.c
1439                 Add a way to test the subject simplify regexp in
1440                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1441                 w/ few layout changes.
1442
1443 2006-20-04 [paul]       2.5.3cvs1
1444
1445         * NEWS
1446         * README
1447         * configure.ac
1448                 Update version number following
1449                 stable release
1450
1451 2006-10-04 [colin]      2.5.2cvs42
1452
1453         * src/folder.c
1454         * src/folder.h
1455         * src/summaryview.c
1456                 Provide a way for folder classes to set their sort
1457                 type and key
1458
1459 2006-10-03 [colin]      2.5.2cvs41
1460
1461         * src/mh.c
1462                 Don't use strlen() to know if the
1463                 string's empty
1464
1465 2006-10-03 [colin]      2.5.2cvs40
1466
1467         * src/mh.c
1468                 Fix "check for new folders" with accentued folders
1469
1470 2006-10-03 [ticho]      2.5.2cvs39
1471
1472         * src/filtering.c
1473         * src/folder.c
1474         * src/inc.c
1475         * src/mbox.c
1476                 Colin's fix for "copy" filtering rules.
1477
1478 2006-10-02 [colin]      2.5.2cvs38
1479
1480         * src/folderview.c
1481                 Fix for double-click too
1482
1483 2006-10-02 [colin]      2.5.2cvs37
1484
1485         * src/folderview.c
1486                 correct fix for cvs36
1487
1488 2006-10-02 [colin]      2.5.2cvs36
1489
1490         * src/folderview.c
1491                 Fix 'goto next unread' after collapsing/expanding 
1492                 a node.
1493
1494 2006-10-02 [colin]      2.5.2cvs35
1495
1496         * src/summaryview.c
1497                 Fix double freeze/thaw
1498         * src/common/utils.c
1499         * src/common/utils.h
1500                 Reimplement strftime
1501         * src/procheader.c
1502                 Use it
1503
1504
1505 2006-10-02 [colin]      2.5.2cvs34
1506
1507         * src/mh.c
1508                 Time mh_write_sequences() - it's fast
1509         * src/summaryview.c
1510                 Init a variable to shut up gcc
1511
1512 2006-10-01 [colin]      2.5.2cvs33
1513
1514         * src/folder.c
1515         * src/mh.c
1516         * src/mh.h
1517         * src/msgcache.c
1518                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1519                 Add fsync but disable it, it's slow as hell
1520
1521 2006-10-01 [colin]      2.5.2cvs32
1522
1523         * src/mh.c
1524         * src/msgcache.c
1525                 fflush() caches and mh_sequences before
1526                 fclose()ing
1527
1528 2006-10-01 [colin]      2.5.2cvs31
1529
1530         * src/msgcache.c
1531                 Don't ftruncate when not using mmap
1532
1533 2006-09-30 [colin]      2.5.2cvs30
1534
1535         * src/main.c
1536                 Write folder list *after* saving caches
1537
1538 2006-09-30 [colin]      2.5.2cvs29
1539
1540         * src/folder.c
1541         * src/mh.c
1542                 Debug forced mtime changes
1543
1544 2006-09-30 [colin]      2.5.2cvs28
1545
1546         * src/folder.c
1547         * src/main.c
1548                 Remove useless debug_print()s (code
1549                 well-tested)
1550
1551 2006-09-30 [colin]      2.5.2cvs27
1552
1553         * src/mh.c
1554                 Do stuff faster when writing mh_sequences
1555
1556 2006-09-30 [colin]      2.5.2cvs26
1557
1558         * src/mh.c
1559                 Don't let the writing of .mh_sequences, which
1560                 can change the folder's mtime, let us think
1561                 we need to scan.
1562
1563 2006-09-30 [colin]      2.5.2cvs25
1564
1565         * src/folder.c
1566                 Move a debug_print where it belongs 
1567                 (processing)
1568         * src/summaryview.c
1569                 Don't mess with a huge slow subject
1570                 table if we're not threading by
1571                 subject
1572
1573 2006-09-30 [colin]      2.5.2cvs24
1574
1575         * src/msgcache.c
1576                 Reenable mmaped reads (*not* writes!)
1577         * src/procmsg.c
1578                 Don't destroy and recreate hashtables just
1579                 for fun
1580         * src/common/utils.c
1581                 Remove useless reply prefixes (it's case
1582                 unsensitive)
1583
1584 2006-09-30 [wwp]        2.5.2cvs23
1585
1586         * tools/fix_date.sh
1587                 Fixed a minor bug in date value extraction, added a switch
1588                 to replace non RFC-compliant Date: value, added a switch
1589                 to use strict RFC matching patterns for dates.
1590
1591 2006-09-29 [colin]      2.5.2cvs22
1592
1593         * src/matcher_parser.h
1594         * src/matcher_parser_parse.y
1595         * src/prefs_filtering.c
1596         * src/statusbar.c
1597         * src/summary_search.c
1598         * src/summaryview.c
1599         * src/gtk/quicksearch.c
1600         * src/gtk/quicksearch.h
1601                 Optimise searches by setting different
1602                 refresh intervals (depending if the 
1603                 search is fast or not)
1604
1605 2006-09-29 [colin]      2.5.2cvs21
1606
1607         * src/codeconv.c
1608                 Optimise by reusing the last iconv converter
1609                 if possible
1610         * src/textview.c
1611                 Optimise a bit (the foldable quotes feature
1612                 still has an awful O(n^2) algo
1613
1614 2006-09-29 [colin]      2.5.2cvs20
1615
1616         * src/gtk/gtksctree.c
1617         * src/gtk/gtksctree.h
1618                 Optimise de-selection via up/down or
1619                 another key
1620
1621 2006-09-28 [colin]      2.5.2cvs19
1622
1623         * src/action.c
1624         * src/compose.c
1625         * src/folderview.c
1626         * src/mainwindow.c
1627         * src/messageview.c
1628         * src/summary_search.c
1629         * src/toolbar.c
1630                 Avoid using summaryview->ctree directly
1631
1632 2006-09-28 [colin]      2.5.2cvs18
1633
1634         * src/summaryview.c
1635         * src/summaryview.h
1636                 Add helpers to freeze/thaw/grab_focus
1637                 Factorize calls to freeze/thaw/grab_focus
1638                 
1639
1640 2006-09-28 [colin]      2.5.2cvs17
1641
1642         * src/main.c
1643                 More guards for the session management
1644
1645 2006-09-28 [colin]      2.5.2cvs16
1646
1647         * src/folderview.c
1648         * src/gtk/gtksctree.c
1649         * src/gtk/gtksctree.h
1650                 Make expanding not recursive in folderview
1651
1652 2006-09-28 [colin]      2.5.2cvs15
1653
1654         * src/addressbook.c
1655                 If nothing is selected in the list (right part)
1656                 and a group is selected in the tree (left part),
1657                 mail this group.
1658
1659 2006-09-28 [colin]      2.5.2cvs14
1660
1661         * src/Makefile.am
1662                 Actually use SM_LIBS
1663
1664 2006-09-28 [ticho]      2.5.2cvs13
1665
1666         * src/export.c
1667         * src/messageview.c
1668         * src/mimeview.c
1669         * src/news.c
1670         * src/pop.c
1671         * src/prefs_themes.c
1672         * src/procmsg.c
1673                 Small i18n string optimization.
1674         * src/send_message.c
1675         * src/summaryview.c
1676         * src/common/session.c
1677         * src/common/smtp.c
1678         * src/common/ssl_certificate.c
1679         * src/common/utils.c
1680                 Use "Couldn't" instead of "Can't" in UI messages,
1681                 where appropriate.
1682
1683 2006-09-28 [colin]      2.5.2cvs12
1684
1685         * configure.ac
1686                 Possibly fix link errors
1687
1688 2006-09-27 [wwp]        2.5.2cvs11
1689
1690         * src/gtk/authors.h
1691         * doc/man/sylpheed-claws.1
1692         * manual/ack.xml
1693         * manual/es/ack.xml
1694         * manual/fr/ack.xml
1695         * manual/pl/ack.xml
1696                 Updated authors info (me, myself and I).
1697
1698 2006-09-27 [colin]      2.5.2cvs10
1699
1700         * src/addressbook.c
1701                 Remove useless printf
1702
1703 2006-09-27 [wwp]        2.5.2cvs9
1704
1705         * src/editgroup.c
1706         * src/send_message.c
1707         * src/inc.c
1708         * src/prefs_common.c
1709         * src/prefs_common.h
1710         * src/gtk/progressdialog.c
1711                 remember more windows' sizes (send dialog, received dialog,
1712                 edit group in addressbook).
1713
1714 2006-09-27 [colin]      2.5.2cvs8
1715
1716         * configure.ac
1717         * src/main.c
1718         * src/mainwindow.h
1719                 Use libSM to communicate with the session
1720                 manager, so that we can know when the 
1721                 session ends, save our caches, and draft
1722                 our compose windows.
1723
1724 2006-09-27 [colin]      2.5.2cvs7
1725
1726         * src/addressbook.c
1727                 Fix issues:
1728                 o Allow Book and Group creation from the tree's
1729                   contextual menu
1730                 o Do not actually delete the contacts when 
1731                   deleting groups from the tree (duh!)
1732
1733 2006-09-27 [colin]      2.5.2cvs6
1734
1735         * src/compose.c
1736         * src/compose.h
1737         * src/mainwindow.c
1738         * src/textview.c
1739         * src/toolbar.c
1740                 o Allow passing an email address to 
1741                   compose_new_with_folderitem
1742                 o Update callers
1743                 o Use current folderitem when clicking
1744                   on a TextView mailto: link
1745                 o Fix a possible leak in TextView
1746
1747 2006-09-27 [colin]      2.5.2cvs5
1748
1749         * src/html.c
1750                 Use UTF-8 chars to replace HTML entities
1751
1752 2006-09-27 [colin]      2.5.2cvs4
1753
1754         * AUTHORS
1755         * src/prefs_account.c
1756         * src/gtk/authors.h
1757                 Fix bug #1024 (Array index out of
1758                 range in sylpheed-claws-2.5.2)
1759                 Patch by Ales Nosek <anosek@suse.cz>
1760
1761 2006-09-27 [colin]      2.5.2cvs3
1762
1763         * src/addr_compl.c
1764                 Actually do the test
1765
1766 2006-09-27 [colin]      2.5.2cvs2
1767
1768         * src/addr_compl.c
1769         * src/addr_compl.h
1770                 Allow completing with comma (in certain cases: vCalendar
1771                 for example doesn't support that)
1772                 Patch by Fabien Vantard
1773
1774 2006-09-26 [colin]      2.5.2cvs1
1775
1776         * src/Makefile.am
1777         * src/addr_compl.c
1778         * src/addr_compl.h
1779         * src/addrbook.c
1780         * src/addrbook.h
1781         * src/addressbook.c
1782         * src/addrindex.c
1783         * src/addrindex.h
1784         * src/compose.c
1785         * src/prefs_common.c
1786         * src/prefs_filtering_action.c
1787         * src/prefs_folder_item.c
1788         * src/prefs_template.c
1789         * src/stock_pixmap.c
1790         * src/stock_pixmap.h
1791         * src/pixmaps/addr_one.xpm
1792         * src/pixmaps/addr_two.xpm
1793                 Add auto-completion on groups
1794
1795 2006-09-26 [colin]      2.5.2
1796
1797         * NEWS
1798         * README
1799         * RELEASE_NOTES
1800                 2.5.2 released
1801
1802 2006-09-26 [colin]      2.5.1cvs5
1803
1804         * src/matcher.c
1805                 Fix condition
1806
1807 2006-09-26 [colin]      2.5.1cvs4
1808
1809         * src/mbox.c
1810                 Revert cvs1 (useless as the message is printed 
1811                 every 500 mails)
1812
1813 2006-09-26 [colin]      2.5.1cvs3
1814
1815         * src/partial_download.c
1816                 Fix crasher found by Alexsandar Urosevic
1817
1818 2006-09-26 [colin]      2.5.1cvs2
1819
1820         * src/summaryview.c
1821                 Fix bug #1023 (Sylpheed deletes too much messages)
1822
1823 2006-09-26 [ticho]      2.5.1cvs1
1824
1825         * src/mbox.c
1826                 Make use of gettext's multiple plurals for statusbar
1827                 progress message.
1828
1829 2006-09-25 [paul]       2.5.1
1830
1831         * NEWS
1832         * README
1833         * RELEASE_NOTES
1834                 2.5.1 released
1835
1836 2006-09-25 [colin]      2.5.0cvs3
1837
1838         * src/plugins/bogofilter/bogofilter.c
1839         * src/plugins/clamav/clamav_plugin.c
1840         * src/plugins/spamassassin/spamassassin.c
1841                 BogoFilter, Spamassassin: Fix double hook registering after
1842                 visiting preferences
1843                 Spamassassin, Clamav: Just set the mails to move instead of
1844                 doing the move - caller will move the things at once.
1845
1846 2006-09-25 [colin]      2.5.0cvs2
1847
1848         * src/imap.c
1849         * src/etpan/imap-thread.c
1850                 Use UID SEARCH ALL instead of UID 1:*
1851                 (braindead servers can't figure out that's
1852                 the same...)
1853
1854 2006-09-25 [wwp]        2.5.0cvs1
1855
1856         * src/message_search.c
1857                 Added the ability to stop a running search (in message body).
1858
1859 2006-09-25 [paul]       2.5.0
1860
1861         * NEWS
1862         * README
1863         * RELEASE_NOTES
1864                 2.5.0 released
1865
1866 2006-09-25 [paul]       2.4.0cvs214
1867
1868         * po/cs.po
1869         * po/de.po
1870         * po/fi.po
1871         * po/fr.po
1872         * po/nl.po
1873         * po/pt_BR.po
1874         * po/sk.po
1875         * po/sr.po
1876         * po/zh_CN.po
1877                 updated by Tim, Stephan Sachse, Flammie Pirinen,
1878                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
1879                 Ticho, Aleksander Urosevic, Ralgh Young
1880
1881 2006-09-24 [mones]      2.4.0cvs213
1882
1883         * po/es.po
1884                 Updated for release
1885
1886 2006-09-23 [colin]      2.4.0cvs212
1887
1888         * src/gtk/inputdialog.c
1889                 Fix [ ] remember this appearing in normal
1890                 input dialogs after it's been used by
1891                 mimeview.
1892         * src/folder.c
1893         * src/folderview.c
1894         * src/msgcache.c
1895         * src/procmsg.c
1896         * src/summaryview.c
1897         * src/textview.c
1898         * src/common/timing.h
1899                 Enable timings in debug mode and make it
1900                 look prettier.
1901
1902 2006-09-22 [colin]      2.4.0cvs211
1903
1904         * README
1905                 Revert test change
1906         * commitHelper
1907                 ping the correct URI
1908
1909 2006-09-22 [colin]      2.4.0cvs210
1910
1911         * README
1912                 Let's see if bug #1022 is fixed
1913
1914 2006-09-21 [colin]      2.4.0cvs209
1915
1916         * src/wizard.c
1917         * src/common/plugin.c
1918                 Prepare infra to load predefined plugins when
1919                 no configuration existed. Don't actually load
1920                 anything yet (feat. freeze)
1921
1922 2006-09-21 [wwp]        2.4.0cvs208
1923
1924         * manual/fr/faq.xml
1925                 Partial sync w/ 2.4.0cvs72:
1926                 wrap file and minor updates.
1927
1928 2006-09-21 [wwp]        2.4.0cvs207
1929
1930         * tools/fix_date.sh
1931                 several fixes and enhancements. A new --force switch has been
1932                 added to prevent overriding by default Date: header when
1933                 already existing.
1934
1935 2006-09-21 [paul]       2.4.0cvs206
1936
1937         * src/common/utils.c
1938                 add Chinese UTF8 Re prefix
1939
1940 2006-09-21 [wwp]        2.4.0cvs205
1941
1942         * tools/Makefile.am
1943                 Fics alfabettical order.
1944
1945 2006-09-21 [wwp]        2.4.0cvs204
1946
1947         * tools/fix_date.sh
1948         * tools/Makefile.am
1949                 Added an action tool to fix missing Date field in emails.
1950                 Updated Makefile.am to reflect those last two additions.
1951
1952 2006-09-21 [wwp]        2.4.0cvs203
1953
1954         * tools/uuooffice
1955                 Added a action tool to open uuencoded docs w/
1956                 OpenOffice (based on uudec method).
1957
1958 2006-09-21 [colin]      2.4.0cvs202
1959
1960         * src/compose.c
1961         * src/textview.c
1962                 Workaround possible GTK crash: remove selection 
1963                 clipboard before destroying widget, or GTK+-2.10
1964                 dies. Thanks to Hiro.
1965
1966 2006-09-20 [colin]      2.4.0cvs201
1967
1968         * src/compose.c
1969                 Fix free-after-use in some cases (when 
1970                 procmime_encode_content() frees mimeinfo->data.mem
1971                 and turns it to a temp file)
1972
1973 2006-09-20 [colin]      2.4.0cvs200
1974
1975         * src/folderview.c
1976         * src/summaryview.c
1977         * src/gtk/gtksctree.c
1978         * src/gtk/gtksctree.h
1979                 Add tooltips in the folderview and summaryview
1980                 (Doesn't break string freeze as they already
1981                 exist)
1982         * src/toolbar.c
1983                 Put the spam button in the default configuration
1984                 if compiled with bogo plugin too
1985
1986 2006-09-19 [colin]      2.4.0cvs199
1987
1988         * src/summaryview.c
1989         * src/summaryview.h
1990                 Update folder name label on folder rename
1991         * src/prefs_matcher.c
1992         * src/gtk/logwindow.h
1993                 Fix warnings
1994                 Patches by Fabien
1995
1996 2006-09-19 [wwp]        2.4.0cvs198
1997
1998         * src/summary_search.c
1999                 fix can't click forward/backward buttons in the
2000                 search messages.
2001
2002 2006-09-18 [paul]       2.4.0cvs197
2003
2004         * src/wizard.c
2005                 add missing bracket, capitalise the A of
2006                 'SpamAssassin'
2007
2008 2006-09-18 [paul]       2.4.0cvs196
2009
2010         * src/compose.c
2011                 fix bug 1012 'crashed upon sending mail
2012                 from compose window'
2013                 Thanks to Colin
2014
2015 2006-09-16 [colin]      2.4.0cvs195
2016
2017         * src/folderview.c
2018                 Fix "real-time" sorting by freezing/thawing
2019
2020 2006-09-16 [colin]      2.4.0cvs194
2021
2022         * manual/faq.xml
2023                 Fix the anti-spam entry a bit
2024
2025 2006-09-16 [colin]      2.4.0cvs193
2026
2027         * src/wizard.c
2028                 Make sure reviewers have no excuse when stating
2029                 Sylpheed-Claws doesn't have antispam capabilities.
2030
2031 2006-09-16 [colin]      2.4.0cvs192
2032
2033         * src/main.c
2034                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2035                 as if the SIGPIPE comes from etpan's thread we could
2036                 trigger a GUI update from this thread.
2037
2038 2006-09-16 [colin]      2.4.0cvs191
2039
2040         * src/summaryview.c
2041                 Init all members of the struct
2042
2043 2006-09-16 [paul]       2.4.0cvs190
2044
2045         * src/account.c
2046                 improvements to the English
2047
2048 2006-09-15 [colin]      2.4.0cvs189
2049
2050         * src/summaryview.c
2051                 HIG order on dialog
2052
2053 2006-09-14 [colin]      2.4.0cvs188
2054
2055         * src/common/socket.c
2056         * src/common/socket.h
2057         * src/common/ssl.c
2058         * src/common/ssl_certificate.c
2059         * src/common/ssl_certificate.h
2060         * src/etpan/imap-thread.c
2061                 the get_fqdn() call done to get canonical name when
2062                 checking an SSL certificate is blocking, which is
2063                 sad as we just did a non-blocking lookup to connect.
2064                 Fix that by letting the fqdn available to the SockInfo,
2065                 and use that in ssl_certificate_check(). For IMAP,
2066                 we don't do it as the lookup's done by libetpan, but
2067                 it's less annoying as IMAP connections as much more
2068                 rare than POP3 connections.
2069
2070 2006-09-14 [paul]       2.4.0cvs187
2071
2072         * manual/advanced.xml
2073                 improvements to the English,
2074                 properly place the new hidden options
2075                 within the alphabetical order
2076         * src/gtk/pluginwindow.c
2077                 improvements to the English
2078
2079 2006-09-14 [colin]      2.4.0cvs186
2080
2081         * src/prefs_common.c
2082         * src/prefs_common.h
2083         * src/gtk/gtksctree.c
2084         * manual/advanced.xml
2085                 New hidden pref, stripes_color_offset, to change
2086                 the value added/substracted to normal bgcolor to
2087                 create the stripes in summaries
2088
2089 2006-09-13 [colin]      2.4.0cvs185
2090
2091         * src/gedit-print.c
2092         * src/messageview.c
2093         * src/messageview.h
2094         * src/summaryview.c
2095         * src/textview.c
2096                 Fix misc. printing issues: 
2097                 - Bad font for linkified headers
2098                 - Different font if the mail was displayed or not
2099                 - Factorize the thing
2100
2101 2006-09-13 [colin]      2.4.0cvs184
2102
2103         * src/common/ssl_certificate.c
2104                 Only get FQDN once when checking certificate
2105
2106 2006-09-13 [colin]      2.4.0cvs183
2107
2108         * src/account.c
2109         * src/gtk/pluginwindow.c
2110                 Misc. GUI fixes by Fabien
2111
2112 2006-09-13 [wwp]        2.4.0cvs182
2113
2114         * configure.ac
2115         * src/common/utils.h
2116         * src/common/utils.c
2117                 get rid of unused wide-char functions.
2118
2119 2006-09-13 [wwp]        2.4.0cvs181
2120
2121         * src/plugins/pgpinline/sylpheed.def
2122         * src/textview.c
2123                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2124                 add privacy_reset_error to the .def file,
2125                 do not fork for an external textviewer.
2126
2127 2006-09-13 [wwp]        2.4.0cvs180
2128
2129         * src/prefs_common.c
2130                 fix broken font entry in prefs (patch issued by the gpg4win team,
2131                 probably by Marcus Brinkmann <marcus@g10code.de>).
2132
2133 2006-09-13 [colin]      2.4.0cvs179
2134
2135         * src/folder.h
2136                 Fix a warning in summaryview.c
2137         * src/mainwindow.c
2138         * src/summaryview.c
2139         * src/summaryview.h
2140                 Add missing Mark/* elements in the
2141                 main menu
2142
2143 2006-09-12 [colin]      2.4.0cvs178
2144
2145         * src/prefs_actions.c
2146         * src/prefs_filtering_action.c
2147         * src/prefs_matcher.c
2148                 Use (New) instead of New everywhere
2149
2150 2006-09-12 [wwp]        2.4.0cvs177
2151
2152         * manual/fr/addrbook.xml
2153         * manual/fr/handling.xml
2154                 updated some quotes in the fr manual to match the fr translation.
2155
2156 2006-09-12 [wwp]        2.4.0cvs176
2157
2158         * src/prefs_matcher.c
2159                 don't store translated string elements in matcher expressions.
2160                 Also fixed a misused of Q_().
2161
2162 2006-09-11 [wwp]        2.4.0cvs175
2163
2164         * src/plugins//bogofilter/bogofilter.c
2165         * src/plugins//clamav/clamav_plugin.c
2166         * src/plugins//demo/demo.c
2167         * src/plugins//dillo_viewer/dillo_viewer.c
2168         * src/plugins//pgpcore/plugin.c
2169         * src/plugins//pgpinline/plugin.c
2170         * src/plugins//pgpmime/plugin.c
2171         * src/plugins//spamassassin/spamassassin.c
2172                 gettext-ize more strings (mostly plugin error messages).
2173
2174 2006-09-11 [colin]      2.4.0cvs174
2175
2176         * src/alertpanel.c
2177                 Make maximum buffer size bigger to avoid
2178                 truncating translated messages. Patch by
2179                 Fabien
2180
2181 2006-09-11 [colin]      2.4.0cvs173
2182
2183         * src/etpan/imap-thread.c
2184                 Fix compilation on OpenBSD, thanks to 
2185                 Landry
2186
2187 2006-09-10 [wwp]        2.4.0cvs172
2188
2189         * manual/account.xml
2190         * manual/addrbook.xml
2191         * manual/handling.xml
2192         * manual/es/handling.xml
2193         * manual/fr/account.xml
2194         * manual/fr/addrbook.xml
2195         * manual/fr/handling.xml
2196                 documented addressbook matching (condition configuration):
2197                   addrbook.xml, en fr
2198                 documented per-account filtering rules (handling/filtering
2199                   section, account section):
2200                   account.xml, handling.xml, en fr
2201                 slightly updated the handling/searching section to tell few
2202                   words about the extended search ability:
2203                   handling.xml, en fr
2204                 added missing <quote></quotes> to Quick Search:
2205                   handling.xml, en fr es
2206                 fixed a typo (auomatically):
2207                   handling.xml, en
2208                 changes revisited by Paul.
2209
2210 2006-09-10 [paul]       2.4.0cvs171
2211
2212         * src/prefs_actions.c
2213         * src/prefs_filtering.c
2214         * src/prefs_template.c
2215                 adjustments to the gui
2216                 Patch by Fabien Vantard (slightly modified)
2217
2218 2006-09-10 [colin]      2.4.0cvs170
2219
2220         * src/summaryview.c
2221                 Check folderitem/summaryview consistency
2222                 (basically automates Update summary). Fixes
2223                 #1011 (wrong (negative) count on unread 
2224                 messages)
2225
2226 2006-09-10 [colin]      2.4.0cvs169
2227
2228         * src/gtk/gtksctree.c
2229                 Fix recursive expansion via mouse
2230         * src/plugins/bogofilter/bogofilter.c
2231                 Use normal filtering way of moving
2232                 messages (batching), possibly fixing
2233                 bug #1015 (Bogofilter plugin doubles 
2234                 new messages)
2235
2236 2006-09-09 [wwp]        2.4.0cvs168
2237
2238         * src/prefs_filtering.c
2239                 better place for this fix.
2240
2241 2006-09-09 [wwp]        2.4.0cvs167
2242
2243         * src/prefs_filtering.c
2244                 fix a minor bug when the enabled status of a filtering/processing
2245                 rule always got set to TRUE when replacing this rule. That still
2246                 make sense when adding a new rule, but now when replacing, we
2247                 don't override the value of 'enabled'.
2248                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2249                 to prefs_filtering_list_view_get_info() as this function not only
2250                 returns the name, but also the account_id and the enabled status.
2251
2252 2006-09-09 [mones]      2.4.0cvs166
2253
2254         * manual/glossary.xml
2255         * manual/plugins.xml
2256                 Minor format corrections
2257         * manual/gpl.xml
2258                 Fix misplaced NO WARRANTY section
2259         * manual/es/advanced.xml
2260         * manual/es/faq.xml
2261         * manual/es/glossary.xml
2262         * manual/es/gpl.xml
2263         * manual/es/handling.xml
2264         * manual/es/plugins.xml
2265         * manual/es/starting.xml
2266                 Incorporate changes from English version
2267         * manual/fr/ack.xml
2268         * manual/pl/ack.xml
2269         * manual/es/ack.xml
2270                 Fix address, (add translation credits in es version)
2271         * po/es.po
2272                 Updated translation
2273
2274 2006-09-09 [wwp]        2.4.0cvs165
2275
2276         * src/prefs_filtering.c
2277                 fix a crash when opening filtering prefs, if matcherrc file contains
2278                 broken data (non-existing account id, which is theoretically not
2279                 possible).
2280
2281 2006-09-08 [colin]      2.4.0cvs164
2282
2283         * src/folder.c
2284                 Wrong assert, make it an if()
2285         * src/gtk/gtksctree.c
2286                 Fix bug #1013 (expand selected thread 
2287                 tree) - expanding is now recursive
2288
2289 2006-09-07 [wwp]        2.4.0cvs163
2290
2291         * src/prefs_matcher.c
2292                 make better sentences about addressbook matching in the
2293                 matcher prefs. This should make translators' work easier
2294                 too.
2295
2296 2006-09-07 [wwp]        2.4.0cvs162
2297
2298         * src/prefs_filtering.c
2299                 code simplification (get rid of dup var. assignment).
2300
2301 2006-09-07 [wwp]        2.4.0cvs161
2302
2303         * src/summaryview.c
2304                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2305                 <fzzzzz@gmail.com>.
2306
2307 2006-09-07 [paul]       2.4.0cvs160
2308
2309         * src/mimeview.c
2310                 fix compilation warnings
2311                 Thanks to Colin
2312
2313 2006-09-07 [paul]       2.4.0cvs159
2314
2315         * src/mimeview.c
2316                 select the mimepart icon when
2317                 displaying as text
2318                 Thanks to Colin
2319
2320 2006-09-06 [paul]       2.4.0cvs158
2321
2322         * src/prefs_filtering.c
2323                 fix labels and table element spacing
2324                 Patch by Fabien Vantard
2325
2326 2006-09-06 [paul]
2327
2328         2.5.0-rc3 released
2329
2330 2006-09-06 [paul]       2.4.0cvs157
2331
2332         * manual/es/advanced.xml
2333                 fix typo
2334
2335 2006-09-06 [wwp]        2.4.0cvs156
2336
2337         * src/mainwindow.c
2338                 fix an dup launch issue when iconified, thanks to Colin.
2339
2340 2006-09-06 [wwp]        2.4.0cvs155
2341
2342         * src/gtk//gtksctree.h
2343                 oops, forgot that one!
2344
2345 2006-09-06 [wwp]        2.4.0cvs154
2346
2347         * manual/pl/advanced.xml
2348         * manual/advanced.xml
2349         * manual/es/advanced.xml
2350         * manual/fr/advanced.xml
2351         * src/prefs_customheader.c
2352         * src/prefs_filtering_action.c
2353         * src/foldersel.c
2354         * src/prefs_summaries.c
2355         * src/prefs_filtering.c
2356         * src/account.c
2357         * src/compose.c
2358         * src/prefs_summary_column.c
2359         * src/addr_compl.c
2360         * src/prefs_actions.c
2361         * src/prefs_folder_column.c
2362         * src/ssl_manager.c
2363         * src/prefs_template.c
2364         * src/prefs_display_header.c
2365         * src/prefs_common.h
2366         * src/prefs_matcher.c
2367         * src/prefs_common.c
2368         * src/prefs_toolbar.c
2369         * src/summaryview.c
2370         * src/folderview.c
2371         * src/gtk/gtksctree.c
2372         * src/gtk/pluginwindow.c
2373         * src/gtk/progressdialog.c
2374         * src/gtk/prefswindow.c
2375                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2376                 to make its meaning more obvious (all versions of the manual reflect
2377                 the change).
2378                 added an extra hidden option use_stripes_in_summary to allow
2379                 discarding these stripes in mainwindow's folder and message lists;
2380                 en and fr manuals only are OK towards this.
2381
2382 2006-09-06 [colin]      2.4.0cvs153
2383
2384         * src/textview.c
2385                 Hide Sylpheed-Claws' internal queue headers
2386                 when showing all headers. They'll be present
2387                 only in Source window.
2388
2389 2006-09-05 [colin]      2.4.0cvs152
2390
2391         * src/plugins/trayicon/trayicon.c
2392                 Fix crash at exit - we have to disconnect
2393                 our handlers
2394         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2395                 Update eggtrayicon - patch adapted from a
2396                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2397                 on Sylpheed's ML
2398
2399 2006-09-05 [colin]      2.4.0cvs151
2400
2401         * src/mainwindow.c
2402         * src/gtk/logwindow.c
2403                 Fix race condition when something writes
2404                 to the log too soon during init. Thanks
2405                 to Fabien Vantard
2406
2407 2006-09-05 [colin]      2.4.0cvs150
2408
2409         * src/mimeview.c
2410                 Don't select part on right-click either
2411
2412 2006-09-05 [paul]       2.4.0cvs149
2413
2414         * src/mimeview.c
2415                 completion of previous commit
2416                 Thanks to Colin
2417
2418 2006-09-05 [colin]      2.4.0cvs148
2419
2420         * src/mimeview.c
2421                 Don't force selection on middle-click, just open
2422
2423 2006-09-04 [colin]      2.4.0cvs147
2424
2425         * src/mimeview.c
2426                 Looks like gtk_notebook_set_current_page()
2427                 sometimes steals focus, and this annoys us
2428                 in MimeViewers as it renders navigation
2429                 keys useless. Take back focus after switching
2430                 pages.
2431
2432 2006-09-04 [colin]      2.4.0cvs146
2433
2434         * src/messageview.c
2435                 Set stop_loading when clicking on Next
2436                 during load. Don't add a callback to 
2437                 avoid over-complicating things.
2438
2439 2006-09-04 [colin]      2.4.0cvs145
2440
2441         * src/mimeview.c
2442         * src/messageview.c
2443                 Fix multiple loads in separate messageview
2444
2445 2006-09-04 [colin]      2.4.0cvs144
2446
2447         * src/summaryview.c
2448                 Let navigation keys be handled during 
2449                 load
2450
2451 2006-09-04 [colin]      2.4.0cvs143
2452
2453         * src/messageview.c
2454         * src/summaryview.c
2455         * src/textview.c
2456         * src/textview.h
2457                 Make loading of huge mails (lots of text and/or
2458                 images) cancellable, so the GUI doesn't block 
2459
2460 2006-09-04 [colin]      2.4.0cvs142
2461
2462         * src/plugins/trayicon/trayicon.c
2463                 Fix annoyance when removing a folder with 
2464                 unread mails: trayicon didn't update
2465
2466 2006-09-04 [paul]       2.4.0cvs141
2467
2468         * src/gtk/icon_legend.c
2469                 straighten up columns
2470                 Patch by Fabien Vantard
2471
2472 2006-09-04 [wwp]        2.4.0cvs140
2473
2474         * src/prefs_filtering.c
2475                 fix new line's account name in filtering prefs:
2476                 was "All", is now "(New)".
2477
2478 2006-09-04 [paul]       2.4.0cvs139
2479
2480         * tools/make.themes.project
2481                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2482                 instead of homebrewed "make release"
2483
2484 2006-09-03 [colin]      2.4.0cvs138
2485
2486         * src/folderview.c
2487                 Fix bug #1007 (Wrong folder highlighted)
2488
2489 2006-09-03 [colin]      2.4.0cvs137
2490
2491         * src/compose.c
2492                 Don't set Newsgroup: header to a mail folder
2493                 path
2494
2495 2006-09-03 [paul]       2.4.0cvs136
2496
2497         * src/prefs_other.c
2498         * src/prefs_spelling.c
2499                 unify the gui
2500
2501 2006-09-03 [paul]       2.4.0cvs135
2502
2503         * src/prefs_summaries.c
2504                 correct menu item text in prefs_keybind_apply_clicked()
2505
2506 2006-09-03 [paul]       2.4.0cvs134
2507
2508         * manual/advanced.xml
2509                 some improvements to the descriptions
2510         * src/mainwindow.c
2511         * src/messageview.c
2512         * src/summaryview.c
2513         * src/gtk/menu.c
2514                 fix menu sensitivity issues
2515         * src/prefs_message.c
2516                 drop the useless word 'short'
2517         * src/prefs_other.c
2518                 add the word 'lines' indicating log length
2519                 is a measure of lines
2520         * src/textview.c
2521                 fix compilation warnings
2522
2523 2006-09-02 [colin]      2.4.0cvs133
2524
2525         * src/messageview.c
2526                 Display a special return-receipt message
2527                 if the message is from the user
2528         * src/summaryview.c
2529                 Fix missing freeze of the list when marking
2530                 all read and unthreading for exec. Thanks
2531                 to Stephan Sachse.
2532
2533 2006-09-02 [paul]       2.4.0cvs132
2534
2535         * src/mainwindow.c
2536         * src/prefs_message.c
2537         * src/summaryview.c
2538                 fix some english
2539
2540 2006-09-02 [wwp]        2.4.0cvs131
2541
2542         * src/prefs_filtering.c
2543                 added an account name column to the filtering rules
2544                 dialog.
2545
2546 2006-09-02 [colin]      2.4.0cvs130
2547
2548         * src/gtk/logwindow.c
2549         * src/gtk/logwindow.h
2550                 Block scrolling if we're not at the end
2551                 of the log
2552
2553 2006-09-02 [colin]      2.4.0cvs129
2554
2555         * src/folder.c
2556                 Make sure account-specific rules can't
2557                 be used in {pre-,post-,}processing
2558         * src/mainwindow.c
2559         * src/gtk/logwindow.c
2560         * src/gtk/logwindow.h
2561                 Jump to last error when clicking on the
2562                 warning icon
2563
2564 2006-09-02 [colin]      2.4.0cvs128
2565
2566         * src/imap.c
2567         * src/import.c
2568         * src/mainwindow.c
2569         * src/mainwindow.h
2570                 Fix warning icon
2571         * src/inc.c
2572         * src/mbox.c
2573         * src/mbox.h
2574                 Let proc_mbox know its account, for
2575                 account-specific rules
2576
2577 2006-09-01 [colin]      2.4.0cvs127
2578
2579         * src/codeconv.c
2580                 Don't uselessly use iconv to convert from
2581                 us-ascii
2582         * src/alertpanel.c
2583         * src/mainwindow.c
2584         * src/mainwindow.h
2585         * src/inc.c
2586                 Fix certain log cases, disable warning icon
2587                 for now, the correct way to display it when
2588                 necessary and only when necessary is probably
2589                 to do it manually rather than use error logs
2590         * src/etpan/imap-thread.c
2591                 Clean up UID logging a bit
2592         * src/gtk/logwindow.c
2593         * src/gtk/logwindow.h
2594                 Make logging faster when the window's closed
2595
2596 2006-09-01 [wwp]        2.4.0cvs126
2597
2598         * manual/fr/account.xml
2599                 reflect changes to the ref. manual (parts of cvs72):
2600                 fix tabnames and quotes.
2601
2602 2006-09-01 [wwp]        2.4.0cvs125
2603
2604         * manual/fr/plugins.xml
2605                 reflect changes to the reference manual (cvs42):
2606                 update IRC channel info.
2607
2608 2006-09-01 [wwp]        2.4.0cvs124
2609
2610         * commitHelper
2611                 use CVSEDITOR env. var. if set, according to `man cvs`.
2612
2613 2006-09-01 [wwp]        2.4.0cvs123
2614
2615         * manual/advanced.xml
2616                 better sentence again (thanks to Paul).
2617
2618 2006-09-01 [wwp]        2.4.0cvs122
2619
2620         * manual/advanced.xml
2621         fix definition of toolbar_detachable and rework a bit the one of
2622         enable_dotted_lines.
2623
2624 2006-09-01 [mones]      2.4.0cvs121
2625
2626         * manual/advanced.xml
2627                 Document enable_dotted_lines
2628
2629 2006-09-01 [paul]       2.4.0cvs120
2630
2631         * src/folderview.c
2632         * src/folderview.h
2633         * src/imap.c
2634         * src/mainwindow.c
2635         * src/summaryview.c
2636                 obey the 'When entering folder...' option
2637                 when using the /View/Go to/... menu items
2638                 Thanks to Colin
2639
2640 2006-08-31 [colin]      2.4.0cvs119
2641
2642         * src/folderview.c
2643                 Revert 2.4.0cvs116, wrong fix.
2644
2645 2006-08-31 [colin]      2.4.0cvs118
2646
2647         * src/gtk/gtksctree.c
2648                 Better state the various copyrights
2649
2650 2006-08-31 [colin]      2.4.0cvs117
2651
2652         * src/prefs_common.c
2653                 fix enable_dotted_lines
2654
2655 2006-08-31 [colin]      2.4.0cvs116
2656
2657         * src/folderview.c
2658                 Use pref "Always open on select" when going
2659                 to next unread folder
2660         * src/gtk/gtksctree.c
2661                 Fix link failure to _gtk_clist_create_cell_layout
2662                 on certain computers. (Why not mine, I wonder)
2663
2664 2006-08-31 [colin]      2.4.0cvs115
2665
2666         * src/procmsg.c
2667         * src/textview.c
2668         * src/plugins/bogofilter/bogofilter.c
2669         * src/plugins/spamassassin/spamassassin.c
2670                 Requalify some "errors" to warnings
2671         * src/mainwindow.c
2672         * src/mainwindow.h
2673         * src/statusbar.c
2674                 Add an icon in the statusbar to notify
2675                 of errors
2676         * src/gtk/gtksctree.c
2677         * src/folderview.c
2678         * src/summaryview.c
2679                 Make the GtkSCTree look more modern by
2680                 alternating background lines
2681         * src/prefs_common.c
2682         * src/prefs_common.h
2683                 Add a pref to let people have the old
2684                 way if they prefer
2685
2686
2687 2006-08-30 [colin]      2.4.0cvs114
2688
2689         * src/procmsg.c
2690         * src/procmsg.h
2691                 Provide a way to filter a list of
2692                 messages in an optimised manner, and
2693                 add a list-filtering hook
2694         * src/folder.c
2695         * src/inc.c
2696         * src/mbox.c
2697                 Use the list filtering
2698         * src/plugins/bogofilter/bogofilter.c
2699                 Use the list-filtering hook
2700                 Use -b (bulk) mode for more speed
2701                 when learning and filtering
2702         * src/etpan/imap-thread.c
2703                 Make log output shorter in UID SEARCH
2704
2705
2706 2006-08-30 [colin]      2.4.0cvs113
2707
2708         * src/plugins/bogofilter/bogofilter.c
2709                 Really fast mass learning - thanks to David
2710                 Relson for the options explanations :)
2711
2712 2006-08-30 [colin]      2.4.0cvs112
2713
2714         * src/msgcache.c
2715                 Fix compilation on FreeBSD. Thanks
2716                 to Michael Hugues
2717
2718 2006-08-29 [colin]      2.4.0cvs111
2719
2720         * src/folderview.c
2721                 Handle "popup_menu" signal (for popping the 
2722                 menu via the keyboard)
2723         * src/mimeview.c
2724         * src/mimeview.h
2725         * src/summaryview.c
2726         * src/textview.c
2727         * src/gtk/gtkutils.c
2728         * src/gtk/gtkutils.h
2729                 Factorize scrolling code, and add an API 
2730                 for MimeViewers to handle scroll orders
2731
2732 2006-08-29 [wwp]        2.4.0cvs110
2733
2734         * src/plugins//bogofilter/bogofilter.c
2735         * src/plugins//spamassassin/spamassassin.c
2736                 make the bogofilter/spamassassin filtering error dialogs at
2737         incorporation obey to the "don't popup error dialog on
2738         receive error" option. If disabled, feed the log window w/
2739         the error message.
2740
2741 2006-08-29 [paul]
2742
2743         2.5.0-rc2 released
2744
2745 2006-08-29 [paul]       2.4.0cvs109
2746
2747         * Makefile.am
2748                 remove 'make release', it's not needed
2749                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
2750
2751 2006-08-29 [paul]       2.4.0cvs108
2752
2753         * src/foldersel.c
2754         * src/summary_search.c
2755         * src/gtk/progressdialog.c
2756         * src/plugins/pgpcore/passphrase.c
2757                 replace deprecated gtk_window_set_policy()
2758
2759 2006-08-29 [colin]      2.4.0cvs107
2760
2761         * src/folder.c
2762                 Fix data loss when copy fails during a move:
2763                 only use fast remove_msgs if everything was
2764                 copied OK; else use slow remove_msg on the
2765                 mails that got copied only.
2766
2767 2006-08-28 [paul]       2.4.0cvs106
2768
2769         * src/mh.c
2770                 revert change in 2.4.0cvs104, it breaks
2771                 stuff
2772
2773 2006-08-28 [paul]       2.4.0cvs105
2774
2775         * src/plugins/spamassassin/spamassassin.c
2776                 english fix
2777
2778 2006-08-28 [paul]       2.4.0cvs104
2779
2780         * src/mh.c
2781                 fix data loss when moving to another
2782                 mailbox fails
2783         * src/prefs_spelling.c
2784                 improve the english
2785         * src/gtk/pluginwindow.c
2786                 improve the layout of the dialog text
2787         All thanks to Colin
2788
2789 2006-08-28 [paul]       2.4.0cvs103
2790
2791         * src/plugins/bogofilter/bogofilter.c
2792         * src/plugins/bogofilter/bogofilter_gtk.c
2793                 fix english up a bit, innit
2794
2795 2006-08-28 [paul]       2.4.0cvs102
2796
2797         * configure.ac
2798         * po/Makefile.in.in
2799         * po/Makevars
2800                 require autoconf 2.60, enabling building
2801                 with gettext 0.15 (gettext 0.14.x build still
2802                 possible). Replace Makefiles with versions
2803                 from gettext 0.15.
2804                 Remove configure options --with-localedir and
2805                 --with-mandir. The options that are provided
2806                 directly by autoconf 2.60 can be used instead:
2807                 --mandir --localedir
2808
2809 2006-08-27 [colin]      2.4.0cvs101
2810
2811         * src/plugins/bogofilter/Makefile.am
2812                 Fix make dist (no README)
2813
2814 2006-08-27 [colin]      2.4.0cvs100
2815
2816         * src/folder.c
2817                 Don't use F_UNKNOWN folders for any default
2818                 outbox/trash/etc
2819         * src/plugins/bogofilter/bogofilter.c
2820         * src/plugins/bogofilter/bogofilter.h
2821         * src/plugins/bogofilter/bogofilter_gtk.c
2822                 Add an option to specify the path to bogofilter
2823                 Use single-quotes to be able to learn in folders
2824                 with spaces in their names
2825                 Verify learning status
2826
2827 2006-08-27 [colin]      2.4.0cvs99
2828
2829         * manual/faq.xml
2830         * manual/plugins.xml
2831                 Document Bogofilter plugin
2832
2833 2006-08-27 [colin]      2.4.0cvs98
2834
2835         * src/compose.c
2836         * src/messageview.c
2837         * src/procmsg.c
2838         * src/procmsg.h
2839                 When possible, copy the queued mail to sent folder
2840                 instead of re-adding. Much faster on IMAP.
2841
2842 2006-08-27 [colin]      2.4.0cvs97
2843
2844         * src/msgcache.c
2845                 Disable mmaped caches - huge metadata loss
2846                 here after a power failure.
2847         * src/summaryview.c
2848                 Add quicksearch timing
2849         * src/common/plugin.c
2850         * src/common/plugin.h
2851                 Implement an interface to tell what plugins
2852                 provide. Prevent loading of similar plugins.
2853         * src/plugins/clamav/clamav_plugin.c
2854         * src/plugins/demo/demo.c
2855         * src/plugins/dillo_viewer/dillo_viewer.c
2856         * src/plugins/pgpcore/plugin.c
2857         * src/plugins/pgpinline/pgpinline.c
2858         * src/plugins/pgpmime/pgpmime.c
2859         * src/plugins/spamassassin/spamassassin.c
2860         * src/plugins/trayicon/trayicon.c
2861                 Implement plugin_provides()
2862
2863 2006-08-27 [colin]      2.4.0cvs96
2864
2865         * configure.ac
2866         * src/plugins/Makefile.am
2867         * src/plugins/bogofilter/.cvsignore
2868         * src/plugins/bogofilter/Makefile.am
2869         * src/plugins/bogofilter/bogofilter.c
2870         * src/plugins/bogofilter/bogofilter.h
2871         * src/plugins/bogofilter/bogofilter_gtk.c
2872                 New Bogofilter plugin, provides filtering and
2873                 learning. Spamassassin will go to extra plugins.
2874
2875 2006-08-26 [mones]      2.4.0cvs95
2876
2877         * manual/handling.xml
2878                 Fix subfolder path in the example (thanks to Paul) 
2879
2880 2006-08-26 [mones]      2.4.0cvs94
2881
2882         * manual/glossary.xml
2883                 2.2. + add ISP to the glossary
2884                 7.5. + Add UIDL to glossary
2885                 7.7. + Add TCP to glossary
2886         * manual/handling.xml
2887                 7.1. + Mentions GNU/Linux distribution, what about the non...
2888                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
2889                 7.3. + Mentions .bashrc, what about the non-bash ones? 
2890                 7.4. = Use appropriate quotation for commands
2891                 7.6. = change "" to <quote></quote>
2892         * manual/plugins.xml
2893                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
2894         * manual/starting.xml
2895                 2.1. + local mbox file: some examples of mbox file locations...
2896                 Also reformatted files requiring it
2897
2898 2006-08-26 [wwp]        2.4.0cvs93
2899
2900         * src/summary_search.c
2901                 disable find buttons while summary search is running.
2902
2903 2006-08-25 [colin]      2.4.0cvs92
2904
2905         * src/folder.c
2906         * src/folderutils.c
2907         * src/mh.c
2908         * src/procmsg.h
2909         * src/summaryview.c
2910                 Speed up MH moving, and add progressbar
2911                 for MH deletion
2912         * src/msgcache.c
2913                 Write cache files using mmap() too
2914
2915 2006-08-25 [wwp]        2.4.0cvs91
2916
2917         * src/summaryview.c
2918                 switch spam<->ham button when a message has been marked as spam or ham
2919                 and is still selected. Thanks to Colin.
2920
2921 2006-08-25 [paul]       2.4.0cvs90
2922
2923         * src/Makefile.am
2924         * src/stock_pixmap.c
2925         * src/stock_pixmap.h
2926         * src/summaryview.c
2927         * src/gtk/icon_legend.c
2928         * src/pixmaps/copied.xpm
2929         * src/pixmaps/moved.xpm
2930                 add icons for delayed execution marked for
2931                 copying, marked for moving
2932
2933 2006-08-25 [mones]      2.4.0cvs89
2934
2935         * manual/glossary.xml
2936                 Fix the other glossary items:
2937                 5.1. = Inmmediate execution -> <quote>immediate execution...
2938                 5.2. = Fix MBOX capitalization -> Mbox
2939                 5.3. + Improve Plugins def. w/ tech. ref.
2940                 5.4. = Quotation -> replace '>' by <quote>></quote>
2941                 5.5. - SMTP Server. -> remove dot
2942         * po/es.po
2943                 Updated translation
2944
2945 2006-08-25 [mones]      2.4.0cvs88
2946
2947         * manual/ack.xml
2948                 Reformatted, changed email address
2949         * manual/glossary.xml
2950                 Reformatted, fixed MANUAL-TODO items:
2951                 8.2. + add ROT-13 to glossary
2952                 8.4. + add URL to glossary
2953         * manual/es/advanced.xml
2954                 Fixed <literal>s
2955
2956 2006-08-25 [paul]       2.4.0cvs87
2957
2958         * src/gtk/icon_legend.c
2959                 add 'marked for deletion' icon
2960                 arrange icons by containing column
2961                 wrap long label text
2962
2963 2006-08-25 [colin]      2.4.0cvs86
2964
2965         * src/common/utils.c
2966         * src/common/utils.h
2967                 Add the sc_g_*list_bigger functions in
2968                 a place everyone can use it
2969         * src/summaryview.c
2970                 Only freeze/thaw the list when working
2971                 on the selection, if it's bigger than 1
2972         * src/gtk/gtksctree.c
2973                 Only freeze/thaw the list when unselec-
2974                 ting 'all' if ('all' != 1)
2975                 This avoids some flickering
2976
2977 2006-08-24 [colin]      2.4.0cvs85
2978
2979         * src/addressbook.c
2980                 Fix strange list selection
2981                 Fix random seg (Invalid read of freed memory)
2982
2983 2006-08-24 [colin]      2.4.0cvs84
2984
2985         * src/alertpanel.c
2986         * src/gtk/inputdialog.c
2987         * src/plugins/pgpcore/passphrase.c
2988                 Revert minimal width patch of 2.4.0cvs67,
2989                 as it is also a maximal width. Use 
2990                 gtk_window_set_default_size instead.
2991
2992 2006-08-24 [colin]      2.4.0cvs83
2993
2994         * src/msgcache.c
2995                 Write cache/mark to temp files before
2996                 overwriting old ones (avoids metadata
2997                 loss if writing the new files fail).
2998                 Use mmap() to read cache/mark file, as
2999                 this makes cache reading faster. Dis-
3000                 abled for big-endian machines until it
3001                 can be tested. (Big-endian users: set
3002                 msgcache_use_mmap = TRUE in the relevant
3003                 #if).
3004         * src/procmsg.h
3005                 Move rarely used fields of MsgInfo in 
3006                 another structure, which will only be
3007                 allocated if needed. Face, X-Face,
3008                 Return receipt headers and List-*
3009                 headers are moved. Mails having none
3010                 of these occupy 52 bytes less with
3011                 this patch, which makes 2.5MB of RAM
3012                 saved on a 50k folder).
3013         * src/headerview.c
3014         * src/mainwindow.c
3015         * src/messageview.c
3016         * src/partial_download.c
3017         * src/procheader.c
3018         * src/procmsg.c
3019         * src/textview.c
3020                 Follow this structure change.
3021
3022 2006-08-24 [wwp]        2.4.0cvs82
3023
3024         * manual/es/.cvsignore
3025         * manual/es/dist/.cvsignore
3026         * manual/es/dist/html/.cvsignore
3027         * manual/es/dist/pdf/.cvsignore
3028         * manual/es/dist/ps/.cvsignore
3029         * manual/es/dist/txt/.cvsignore
3030                 more (generated) files to ignore.
3031
3032 2006-08-24 [colin]      2.4.0cvs81
3033
3034         * src/folder.c
3035         * src/mh.c
3036                 Fix possible problems with local delivery. Check the folder doesn't
3037                 need scan before setting its mtime when saving cache (which can be
3038                 done long after the folder's been modified by an external process);
3039                 Check that the stored item's mtime didn't change in mh functions.
3040
3041 2006-08-24 [mones]      2.4.0cvs80
3042
3043         * manual/advanced.xml
3044                 Rewrapping, some fixes and MANUAL-TODO items:
3045                 8.1. = change "" to <quote></quote>
3046                 8.3. = quote menu items
3047                 8.5. - deploying -> new user ... ideally a new user (redundant)
3048
3049 2006-08-23 [colin]      2.4.0cvs79
3050
3051         * src/gtk/gtksctree.c
3052                 When selecting or deselecting range, only
3053                 freeze/thaw when selection is bigger than 10
3054
3055 2006-08-23 [colin]      2.4.0cvs78
3056
3057         * src/messageview.c
3058         * src/mimeview.c
3059         * src/mimeview.h
3060         * src/plugins/dillo_viewer/dillo_viewer.c
3061                 Provide an API for MimeViewer plugins to
3062                 return a text selection for replying
3063
3064 2006-08-23 [colin]      2.4.0cvs77
3065
3066         * src/image_viewer.c
3067         * src/textview.c
3068                 Use gtk_pixbuf_new_from_file_at_scale(), which
3069                 is faster than getting the pixbuf then resizing
3070                 it.
3071
3072 2006-08-23 [colin]      2.4.0cvs76
3073
3074         * src/procmime.c
3075                 UTF-8 should be sent Quoted-printable
3076
3077 2006-08-22 [colin]      2.4.0cvs75
3078
3079         * src/mh.c
3080                 Check if scan is required before touching
3081                 the folder (or it'll be required every time)
3082
3083 2006-08-22 [colin]      2.4.0cvs74
3084
3085         * configure.ac
3086                 Require libetpan 0.46 (crasher fix when built
3087                 against gnutls)
3088
3089 2006-08-22 [colin]      2.4.0cvs73
3090
3091         * src/folder.c
3092                 Set folder's mtime after writing its
3093                 cache
3094         * src/folderview.c
3095                 Add some timing
3096         * src/procmsg.c
3097                 Don't do useless stuff if we don't 
3098                 thread by subject
3099         * src/summaryview.c
3100                 Add some timing, don't deselect prior
3101                 to selecting (gtksctree does it itself),
3102                 remove crash avoidance hacks as it's been
3103                 properly fixed since a while
3104         * src/common/utils.c
3105                 Optimize to_human_readable(): _() is slow,
3106                 do it only once, and avoid %f format for KB
3107                 (the most common in a summaryview)
3108         * src/gtk/gtksctree.c
3109                 Don't uselessly freeze/thaw (fixes flicker
3110                 on next unread and friends), reduce number
3111                 of g_list_nth/g_list_position where possible
3112         * src/gtk/gtkutils.c
3113         * src/gtk/gtkutils.h
3114                 Reduce number of g_list_nth/g_list_position
3115                 where possible.
3116                 All of this makes loading as 70k folder 2.1
3117                 seconds instead of 3.2 (with hot FS caches).
3118                 (1.3 seconds without Date and Size columns...)
3119
3120 2006-08-22 [paul]       2.4.0cvs72
3121
3122         wrap documents and do some items from mones' MANUAL-TODO:
3123
3124         * manual/account.xml
3125                 4.1. = fix tabname references to <quote>tabname</quote>
3126                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3127         * manual/faq.xml
3128                 1.1. = mentioned options don't match UI
3129                 Add information about the 'Never send Return Receipts'
3130                 option
3131         * manual/handling.xml
3132                 6.2. = Mentions Extended symbols button, but now is
3133                 named Information
3134                 6.3. = Mentions ... button, which is now Edit
3135
3136 2006-08-22 [colin]      2.4.0cvs71
3137
3138         * src/gtk/pluginwindow.c
3139                 Fix layout in verbose translations (such
3140                 as french)
3141
3142 2006-08-22 [paul]       2.4.0cvs70
3143
3144         * manual/Makefile.am
3145                 build manuals in alphabetical order
3146         * src/addressbook.c
3147         * src/prefs_themes.c
3148                 replace/remove deprecated symbols
3149         * src/gtk/gtkutils.c
3150                 fix a warning
3151         * src/gtk/pluginwindow.c
3152                 replace deprecated symbol
3153                 replace label text and move it
3154         * src/plugins/pgpcore/prefs_gpg.c
3155                 move the 'Generate...' button out of the
3156                 Sign Key frame, replace the English used
3157         * src/plugins/pgpcore/sgpgme.c
3158                 fixes to the English
3159
3160 2006-08-21 [colin]      2.4.0cvs69
3161
3162         * src/plugins/trayicon/trayicon.c
3163                 Add more strings for translation; patch
3164                 by Pawel
3165
3166 2006-08-21 [colin]      2.4.0cvs68
3167
3168         * src/compose.c
3169                 fix replied flag not set after drafting
3170         * src/matcher.c
3171                 fix body quicksearch in non-encoded bodies
3172                 containing '='
3173         * src/msgcache.c
3174                 Get rid of the g_malloc workaround for
3175                 corrupted caches, use g_try_malloc
3176
3177 2006-08-21 [colin]      2.4.0cvs67
3178
3179         * src/alertpanel.c
3180         * src/gtk/inputdialog.c
3181         * src/plugins/pgpcore/passphrase.c
3182                 Set minimal width to 375
3183         * src/mainwindow.c
3184                 Fix switching to offline, asking if it 
3185                 should be overriden for synchronising
3186         * src/mimeview.c
3187                 Don't offer to remember command on Open 
3188                 with for text parts, as the browser or 
3189                 text editor command isn't changed from 
3190                 there
3191
3192 2006-08-20 [paul]       2.4.0cvs66
3193
3194         * po/ko.po
3195         * po/zh_CN.po
3196                 fix plural form errors. revealed by stricter
3197                 checking of gettext 0.15
3198
3199 2006-08-18 [paul]       2.4.0cvs65
3200
3201         * src/stock_pixmap.c
3202                 fix the fix of 2.4.0cvs64
3203                 Thanks to Colin
3204
3205 2006-08-18 [paul]       2.4.0cvs64
3206
3207         * src/stock_pixmap.c
3208                 fix leaks
3209                 Thanks to Colin
3210
3211 2006-08-18 [paul]       2.4.0cvs63
3212
3213         * src/compose.c
3214         * src/procmsg.c
3215                 fix occasional IMAP bug where large msgs
3216                 were left in the queue folder after sending
3217                 Thanks to Colin
3218
3219 2006-08-18 [paul]       2.4.0cvs62
3220
3221         * src/folderview.c
3222                 freeze the summaryview while quicksearch results
3223                 are displayed
3224                 (fixes bug 456 'current message is hidden when the
3225                 view is refreshed and extended search is "unread 
3226                 messages"')
3227                 Thanks to Colin
3228         * src/textview.c
3229                 add missing #include "inputdialog.h"
3230         * src/common/utils.h
3231                 add missing mailcap_update_default() and improve
3232                 readability
3233
3234 2006-08-17 [colin]      2.4.0cvs61
3235
3236         * src/plugins/pgpcore/select-keys.c
3237                 Fix warnings :)
3238
3239 2006-08-17 [colin]      2.4.0cvs60
3240
3241         * src/compose.c
3242                 Don't continue queuing if Cancel is clicked
3243                 in select-keys
3244
3245 2006-08-17 [colin]      2.4.0cvs59
3246
3247         * src/plugins/pgpcore/select-keys.c
3248                 When encrypting, if only one key matches and it 
3249                 matches exactly, automatically use it.
3250
3251 2006-08-17 [colin]      2.4.0cvs58
3252
3253         * src/mimeview.c
3254         * src/prefs_common.c
3255         * src/prefs_common.h
3256         * src/prefs_ext_prog.c
3257         * src/textview.c
3258                 Fix issues with previous patch (text/html)
3259                 Remove outdated prefs
3260
3261 2006-08-17 [colin]      2.4.0cvs57
3262
3263         * src/imap.c
3264                 Add View Log button on auth error
3265         * src/procmsg.c
3266                 Fix encrypted mail marked as new when
3267                 saved in normal folders
3268         * src/plugins/pgpinline/pgpinline.c
3269                 Fix encrypt bug on IMAP
3270         * src/mimeview.c
3271         * src/common/utils.c
3272         * src/common/utils.h
3273         * src/gtk/inputdialog.c
3274         * src/gtk/inputdialog.h
3275                 Get rid of metamail stuff, simplify
3276                 opening, and allow remembering of user's
3277                 choices (by updating ~/.mailcap). There's
3278                 still to drop "Audio player" and "Image
3279                 viewer" preferences.
3280
3281 2006-08-17 [mones]      2.4.0cvs56
3282
3283         * manual/es/sylpheed-claws-manual.xml
3284                 fix DTD path
3285
3286 2006-08-17 [mones]      2.4.0cvs55
3287
3288         * configure.ac
3289         * manual/Makefile.am
3290         * manual/es/Makefile.am
3291         * manual/es/account.xml
3292         * manual/es/ack.xml
3293         * manual/es/addrbook.xml
3294         * manual/es/advanced.xml
3295         * manual/es/faq.xml
3296         * manual/es/glossary.xml
3297         * manual/es/gpl.xml
3298         * manual/es/handling.xml
3299         * manual/es/intro.xml
3300         * manual/es/keyboard.xml
3301         * manual/es/plugins.xml
3302         * manual/es/starting.xml
3303         * manual/es/sylpheed-claws-manual.xml
3304         * manual/es/dist/Makefile.am
3305         * manual/es/dist/html/Makefile.am
3306         * manual/es/dist/pdf/Makefile.am
3307         * manual/es/dist/ps/Makefile.am
3308         * manual/es/dist/txt/Makefile.am
3309                 Spanish translation for the manual
3310
3311 2006-08-16 [colin]      2.4.0cvs54
3312
3313         * src/compose.c
3314         * src/main.c
3315         * src/mainwindow.c
3316                 Fix send button sensitivity at startup
3317                 Set send menu sensitivity (patch by Fabien)
3318         * src/ssl_manager.c
3319                 Enable closing with esc (patch by Fabien)
3320         * src/gtk/foldersort.c
3321                 Enable closing with esc (patch by Fabien)
3322         * src/procmime.c
3323                 Optimisation (no need to copy to tempfile to
3324                 "decode" 7bit and 8bit)
3325         * src/summaryview.c
3326                 Fix cruft in swap_from case
3327         * src/textview.c
3328                 Fix missing last line in some mail cases 
3329                 (Fixes debian #381872)
3330         * src/plugins/pgpcore/prefs_gpg.c
3331         * src/plugins/pgpcore/sgpgme.c
3332         * src/plugins/pgpcore/sgpgme.h
3333                 Don't show "no key found" when user explicitely
3334                 wants to create a key
3335
3336 2006-08-16 [paul]       2.4.0cvs53
3337
3338         * configure.ac
3339         * src/account.c
3340         * src/addressbook.c
3341         * src/headerview.c
3342         * src/prefs_account.c
3343         * src/prefs_message.c
3344         * src/gtk/gtkutils.c
3345                 bump up minimum required versions of GTK+ and
3346                 GLIB to 2.6.0
3347
3348 2006-08-16 [paul]       2.4.0cvs52
3349
3350         * src/toolbar.c
3351                 workaround GTK+ Bug 351600 - 'Can't re-click
3352                 on button after sensitivity update'
3353                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3354                 Thanks to Colin
3355
3356 2006-08-15 [colin]      2.4.0cvs51
3357
3358         * src/plugins/pgpcore/prefs_gpg.c
3359                 Set options sensitivity according to
3360                 key existence
3361         * src/plugins/pgpcore/sgpgme.c
3362                 Allow to create key with no passphrase
3363
3364 2006-08-14 [cleroy]     2.4.0cvs50
3365
3366         * src/gtk/pluginwindow.c
3367                 New layout (maybe to be changed?)
3368         * src/gtk/gtkutils.c
3369                 Fix a bit label_window
3370         * src/plugins/pgpcore/passphrase.c
3371         * src/plugins/pgpcore/passphrase.h
3372         * src/plugins/pgpcore/plugin.c
3373         * src/plugins/pgpcore/prefs_gpg.c
3374         * src/plugins/pgpcore/prefs_gpg.h
3375         * src/plugins/pgpcore/sgpgme.c
3376         * src/plugins/pgpcore/sgpgme.h
3377                 Allow to create a PGP private key via the GUI
3378
3379 2006-08-14 [wwp]        2.4.0cvs49
3380
3381         * src/addressbook_foldersel.c
3382                 fix strict ISO C90 compliance.
3383
3384 2006-08-14 [paul]       2.4.0cvs48
3385
3386         * src/gtk/prefswindow.c
3387                 re-set scrolled window on opening
3388                 Patch by Ticho
3389
3390 2006-08-14 [paul]
3391
3392         2.5.0-rc1 released
3393
3394 2006-08-14 [paul]       2.4.0cvs47
3395
3396         * src/prefs_display_header.c
3397                 re-enable user-defined Displayed Headers
3398
3399 2006-08-14 [paul]       2.4.0cvs46
3400
3401         * src/prefs_account.c
3402                 use GTK_STOCK_EDIT
3403
3404 2006-08-13 [colin]      2.4.0cvs45
3405
3406         * src/common/utils.c
3407                 Fix "a" in quote when the original message is empty,
3408                 by using \0 instead of 'a' to test writability of
3409                 temp files.
3410
3411 2006-08-13 [wwp]        2.4.0cvs44
3412
3413         * src/plugins/spamassassin/spamassassin.c
3414                 fix capitalization of "SpamAssassin" in some debug, log and
3415                 dialog messages.
3416
3417 2006-08-13 [paul]       2.4.0cvs43
3418
3419         * src/editldap.c
3420                 fix overlapping widgets
3421         * src/prefs_account.c
3422                 fix translation of protocol_names[]
3423                 fix label disappearing off the edge of the
3424                 visible area
3425
3426 2006-08-12 [paul]       2.4.0cvs42
3427
3428         * manual/plugins.xml
3429                 update IRC channel info before it gets forgotten
3430                 about
3431
3432 2006-08-11 [colin]      2.4.0cvs41
3433
3434         * src/compose.c
3435         * src/mainwindow.c
3436         * src/mainwindow.h
3437         * src/procmsg.c
3438         * src/procmsg.h
3439         * src/summaryview.c
3440         * src/toolbar.c
3441                 Grey out the Send button if
3442                 - Queue folders are empty, or
3443                 - We're sending already
3444
3445 2006-08-11 [wwp]        2.4.0cvs40
3446
3447         * src/main.c
3448                 fix a logic issue when quitting while a compose window is
3449                 still open, thanks to Colin.
3450
3451 2006-08-10 [colin]      2.4.0cvs39
3452
3453         * src/main.c
3454                 Fix default font size setting after wizard run
3455         * src/imap.c
3456         * src/etpan/imap-thread.c
3457         * src/etpan/imap-thread.h
3458                 Fix bug #999 (Timing out on TSL cert validation 
3459                 dialog makes ugly things happen). Also, STARTTLS
3460                 unconditionnaly if initial capabilities contain
3461                 LOGINDISABLED and STARTTLS.
3462
3463 2006-08-09 [colin]      2.4.0cvs38
3464
3465         * src/mainwindow.c
3466         * src/mainwindow.h
3467                 Fix Tools/Actions sensitivity when there are
3468                 no actions
3469
3470 2006-08-09 [colin]      2.4.0cvs37
3471
3472         * src/prefs_filtering.c
3473                 Warning fix, patch by Paul
3474         * src/messageview.c
3475         * src/prefs_actions.c
3476         * src/prefs_filtering_action.c
3477         * src/prefs_matcher.c
3478                 Uniformisation of "Info ..." to "Info..." (for
3479                 old gtk), patch by Fabien
3480         * src/plugins/clamav/clamav_plugin_gtk.c
3481                 Sensitivity fix by Fabien
3482
3483 2006-08-09 [colin]      2.4.0cvs36
3484
3485         * src/main.c
3486         * src/main.h
3487                 Add a function to know whether we're exiting
3488         * src/plugins/trayicon/trayicon.c
3489                 If exiting, don't do anything. Faster, and
3490                 avoids gtk_main_iteration reentracy causing
3491                 segfaults at exit
3492
3493 2006-08-09 [colin]      2.4.0cvs35
3494
3495         * src/messageview.c
3496         * src/mimeview.c
3497         * src/mimeview.h
3498                 Fix lack of part selection when automatically 
3499                 jumping to a specific part
3500         * src/msgcache.c
3501                 Little optimisation in cache reading
3502
3503 2006-08-09 [colin]      2.4.0cvs34
3504
3505         * src/compose.c
3506                 Fix crash setting the priority on reedit
3507                 (Accessing compose before creating it!)
3508
3509 2006-08-08 [colin]      2.4.0cvs33
3510
3511         * src/procmime.c
3512                 Fix bug #998 (last attachment is not accessible)
3513                 Bad RFC interpretation on multipart close-delimiters
3514         * src/mimeview.c
3515         * src/mimeview.h
3516         * src/gtk/gtkvscrollbutton.c
3517         * src/gtk/gtkvscrollbutton.h
3518                 Make attachments list wheel-scrollable
3519
3520 2006-08-07 [colin]      2.4.0cvs32
3521
3522         * src/gtk/gtkaspell.c
3523                 Fix bug #973 (Unicode punctation characters 
3524                 are not recognized as separators by the
3525                 spell checker); fix unsigned stuff
3526
3527 2006-08-07 [colin]      2.4.0cvs31
3528
3529         * src/compose.c
3530                 Fix bug #956 (DnD text with accents in compose 
3531                 text entry); fix gccc's signed/unsigned fuss
3532
3533 2006-08-06 [colin]      2.4.0cvs30
3534
3535         * src/main.c
3536                 Fix bug #979 (Plugin crashes when exiting 
3537                 sylpheed-claws) : handle exit request only 
3538                 once
3539
3540 2006-08-05 [colin]      2.4.0cvs29
3541
3542         * src/news.c
3543                 Just make sure we have a msgid.
3544
3545 2006-08-05 [colin]      2.4.0cvs28
3546
3547         * src/news.c
3548         * src/summaryview.c
3549                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3550                 by reimplementing it
3551         * src/textview.c
3552                 Fix bug when hiding quotes with level > 3 and quote
3553                 colors are recycled
3554
3555 2006-08-04 [colin]      2.4.0cvs27
3556
3557         * src/compose.c
3558         * src/undo.c
3559         * src/undo.h
3560                 Fix a bit replace-by-pasting undo
3561         * src/mainwindow.c
3562         * src/messageview.c
3563                 Fix Fold quotes menu synchro in
3564                 mainwindow when it changes in 
3565                 messageview
3566         * src/textview.c
3567                 Fix right-click on quotes blocks
3568         * src/common/utils.c
3569                 Verify that the file created by
3570                 my_tmpfile() is writable. Fixes
3571                 bug #988 (very specific filesystem
3572                 issue)
3573         * src/plugins/pgpcore/sgpgme.c
3574                 Fix file descriptor leak
3575         * src/plugins/spamassassin/spamassassin.c
3576                 Warn once if spamd isn't reachable
3577
3578 2006-08-04 [colin]      2.4.0cvs26
3579
3580         * src/toolbar.c
3581                 i18n context patch by Fabien
3582
3583 2006-08-03 [colin]      2.4.0cvs25
3584
3585         * src/mainwindow.c
3586         * src/messageview.c
3587                 Rename "Hide quotes" to "Fold quotes"
3588         * src/textview.c
3589                 Don't use hand cursor on quotes. "all 
3590                 the bonuses of the feature and none of 
3591                 unwelcome side-effects"
3592
3593 2006-08-03 [colin]      2.4.0cvs24
3594
3595         * AUTHORS
3596         * sylpheed-claws.desktop
3597         * src/gtk/authors.h
3598                 Bring the desktop file to XDG compliance
3599                 Patch by Charles A. Edwards
3600
3601 2006-08-03 [colin]      2.4.0cvs23
3602
3603         * src/textview.c
3604                 Fix links offset when they are preceded
3605                 by accentued chars (g_utf8_strlen!)
3606         * src/mainwindow.c
3607                 Fix wrong status when starting offline
3608
3609
3610 2006-08-03 [wwp]        2.4.0cvs22
3611
3612         * src/prefs_common.h
3613                 ask what to do w/ filtering rules that belong to an account when
3614                 applying filtering rules manually from the main window (skip,
3615                 apply regardless of the account, use current account). This dialog
3616                 can be skipped and the last reply used.
3617                 (forgot that file)
3618
3619 2006-08-03 [wwp]        2.4.0cvs21
3620
3621         * src/filtering.c
3622         * src/filtering.h
3623         * src/prefs_common.c
3624         * src/summaryview.c
3625         * src/alertpanel.c
3626         * src/alertpanel.h
3627         * src/messageview.c
3628                 ask what to do w/ filtering rules that belong to an account when
3629                 applying filtering rules manually from the main window (skip,
3630                 apply regardless of the account, use current account). This dialog
3631                 can be skipped and the last reply used.
3632
3633
3634 2006-08-03 [colin]      2.4.0cvs20
3635
3636         * src/textview.c
3637                 Optimize previous patch
3638
3639 2006-08-03 [cleroy]     2.4.0cvs19
3640
3641         * src/textview.c
3642                 Fix quotes getting toggled back when the
3643                 mail has an even number of text parts
3644
3645 2006-08-02 [colin]      2.4.0cvs18
3646
3647         * src/messageview.c
3648                 Add Hide quotes menu
3649
3650 2006-08-02 [colin]      2.4.0cvs17
3651
3652         * src/mainwindow.c
3653         * src/prefs_common.c
3654         * src/textview.c
3655         * src/textview.h
3656         * src/gtk/about.c
3657                 Allow per-level quote hiding,
3658                 Allow toggling quotes by double-clicking them
3659                 Rename RemoteURI to ClickableText to reflect
3660                 the fact it's used for a variety of things
3661
3662 2006-08-02 [wwp]        2.4.0cvs16
3663
3664         * src/mainwindow.c
3665                 fix "View/Hide quotes" menu item status initialization.
3666
3667 2006-08-02 [wwp]        2.4.0cvs15
3668
3669         * src/matcher_parser_parse.y
3670                 remove a debug trace.
3671
3672 2006-08-02 [paul]       2.4.0cvs14
3673
3674         * src/plugins/pgpcore/passphrase.c
3675                 don't set initial dialog size
3676                 make it resizable
3677
3678 2006-08-02 [paul]       2.4.0cvs13
3679
3680         * src/noticeview.c
3681                 remove the rogue '/' character
3682
3683 2006-08-02 [paul]       2.4.0cvs12
3684
3685         * src/noticeview.c
3686                 allow buttons to resize as necessary
3687
3688 2006-08-01 [wwp]        2.4.0cvs11
3689
3690         * src/mbox.c
3691                 fix strict ISO C90 compliance.
3692
3693 2006-08-01 [wwp]        2.4.0cvs10
3694
3695         * tools/update-po
3696                 updated update-po tool to work w/ context-dependent translations.
3697                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3698
3699 2006-08-01 [wwp]        2.4.0cvs9
3700
3701         * src/matcher.c
3702         * src/prefs_filtering.c
3703         * src/prefs_matcher.c
3704                 allow context-dependent translations for "All",
3705                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3706
3707 2006-07-31 [colin]      2.4.0cvs8
3708
3709         * AUTHORS
3710         * src/gtk/authors.h
3711                 Add Rafal to authors
3712
3713 2006-07-31 [colin]      2.4.0cvs7
3714
3715         * src/compose.c
3716         * src/mainwindow.c
3717         * src/messageview.h
3718         * src/prefs_common.c
3719         * src/prefs_common.h
3720         * src/textview.c
3721                 Add 'View/Hide quotes'. Patch based on a patch
3722                 by Rafal Weglarz
3723
3724 2006-07-31 [colin]      2.4.0cvs6
3725
3726         * src/action.c
3727                 Fix problem with "> stuff >" actions
3728
3729 2006-07-31 [paul]       2.4.0cvs5
3730
3731         * po/nb.po
3732                 updated by Geir Helland
3733
3734 2006-07-31 [wwp]        2.4.0cvs4
3735
3736         * src/mainwindow.c
3737         * src/summaryview.c
3738         * src/summaryview.h
3739                 add "View/Go to/Parent message" and "View/Go to/Last read message",
3740                 thanks to Colin.
3741
3742 2006-07-31 [wwp]        2.4.0cvs3
3743
3744         * src/Makefile.am
3745         * src/addr_compl.c
3746         * src/addr_compl.h
3747         * src/addressbook.c
3748         * src/addressbook.h
3749         * src/addressbook_foldersel.c
3750         * src/addressbook_foldersel.h
3751         * src/addrindex.c
3752         * src/addrindex.h
3753         * src/matcher.c
3754         * src/matcher.h
3755         * src/matcher_parser_lex.l
3756         * src/matcher_parser_parse.y
3757         * src/prefs_common.c
3758         * src/prefs_common.h
3759         * src/prefs_filtering.c
3760         * src/prefs_matcher.c
3761         * src/prefs_matcher.h
3762         * src/summaryview.c
3763                 introduce filtering against the address book. It's now possible to add
3764                 matched conditions to determine if any email address in a message matches
3765                 or doesn't match any or all books or folders in the address book.
3766
3767 2006-07-31 [wwp]        2.4.0cvs2
3768
3769         * src/account.c
3770         * src/filtering.c
3771         * src/filtering.h
3772         * src/folder.c
3773         * src/folderview.c
3774         * src/inc.c
3775         * src/mainwindow.c
3776         * src/matcher.c
3777         * src/matcher_parser_lex.l
3778         * src/matcher_parser_parse.y
3779         * src/mbox.c
3780         * src/prefs_filtering.c
3781         * src/prefs_filtering.h
3782         * src/procmsg.c
3783         * src/procmsg.h
3784         * src/summaryview.c
3785                 introduce per-account filtering rules. Each filtering rule can now be assigned
3786                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
3787                 when applying filtering rules manually, as all rules will apply - even the ones
3788                 assigned to an account. This issue will be addressed soon.
3789  
3790
3791
3792 2006-07-31 [wwp]        2.4.0cvs1
3793
3794         * src/quote_fmt.c
3795                 make more strings translatable.
3796
3797 2006-07-31 [paul]       2.4.0
3798
3799         2.4.0 released
3800
3801 2006-07-31 [paul]       2.3.1cvs91
3802
3803         * po/ca.po
3804                 updated by Miquel Oliete
3805
3806 2006-07-31 [paul]       2.3.1cvs90
3807
3808         * po/de.po
3809         * po/el.po
3810         * po/fr.po
3811         * po/it.po
3812         * po/pl.po
3813         * po/pt_BR.po
3814         * po/sr.po
3815         * po/zh_CN.po
3816                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
3817                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
3818                 Aleksandar Urosevic, and Ralgh Young
3819
3820 2006-07-31 [paul]       2.3.1cvs89
3821
3822         * src/account.c
3823         * src/main.c
3824         * src/mainwindow.c
3825         * src/mainwindow.h
3826                 Fix a race condition when, after an SC crash, rescanning
3827                 folders took more than 0.5 seconds
3828                 Thanks to Colin
3829
3830 2006-07-31 [paul]       2.3.1cvs88
3831
3832         * src/folderview.c
3833                 don't translate separator strings
3834
3835 2006-07-30 [mones]      2.3.1cvs87
3836
3837         * doc/man/sylpheed-claws.1
3838                 Fixed non-ASCII chars in Hoa's name
3839         * po/es.po
3840                 Updated for release
3841
3842 2006-07-27 [colin]      2.3.1cvs86
3843
3844         * src/textview.c
3845                 Don't include the leading \n in links
3846                 Patch by Fabien
3847
3848 2006-07-25 [colin]      2.3.1cvs85
3849
3850         * src/mainwindow.c
3851         * src/common/socket.h
3852         * src/etpan/imap-thread.c
3853                 Refresh resolvers before connecting
3854                 to IMAP servers, and after switching
3855                 to online. Thanks to Paul.
3856
3857 2006-07-18 [colin]
3858
3859         * 2.4.0-rc4 released
3860
3861 2006-07-17 [colin]      2.3.1cvs84
3862
3863         * src/inc.c
3864                 Show connection attempt in statusbar before
3865                 connecting (previously first message was
3866                 "Retrieving messages from ..." after the
3867                 connection succeeded.
3868
3869 2006-07-16 [wwp]        2.3.1cvs83
3870
3871         * sylpheed-claws.ico
3872                 Added .ico file (windows multi-size icon file, generated).
3873
3874 2006-07-12 [wwp]        2.3.1cvs82
3875
3876         * src/messageview.c
3877                 remove Message/Re-edit menu entry from messageview window,
3878                 as sent/draft/queued messages are opened in compose window when
3879                 re-edited and it's not possible to re-edit other msgs.
3880
3881 2006-07-12 [paul]       2.3.1cvs81
3882
3883         * AUTHORS
3884         * src/mainwindow.c
3885         * src/gtk/authors.h
3886                 check online state before resetting
3887                 mailcheck timer. Useful if some program
3888                 verifies connection state and updates
3889                 Claws.
3890                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
3891
3892 2006-07-12 [paul]       2.3.1cvs80
3893
3894         * sylpheed-claws-128x128.png
3895         * sylpheed-claws-64x64.png
3896         * sylpheed-claws.png
3897         * src/Makefile.am
3898         * src/main.c
3899         * src/prefs_toolbar.c
3900         * src/stock_pixmap.c
3901         * src/stock_pixmap.h
3902         * src/wizard.c
3903         * src/gtk/about.c
3904         * src/gtk/gtkutils.c
3905         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
3906         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
3907         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
3908         * src/pixmaps/sylpheed.xpm              ** REMOVED **
3909         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
3910         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
3911                 updated and renamed logo/icon files and related
3912                 logo by Jesper Schultz
3913
3914 2006-07-11 [paul]       2.3.1cvs79
3915
3916         * src/main.c
3917                 fix the labels a smidgin
3918
3919 2006-07-09 [colin]      2.3.1cvs78
3920
3921         * src/textview.c
3922                 Show errors in textviewer's command
3923                 Patch by H. Merijn Brand
3924
3925 2006-07-09 [colin]      2.3.1cvs77
3926
3927         * src/compose.c
3928                 Save FMID in drafts too
3929
3930 2006-07-08 [colin]      2.3.1cvs76
3931
3932         * src/compose.c
3933                 Svae RMID in drafted mails too
3934                 Save quote_fmt vars for whole mails,
3935                 don't reset at each quote_fmt_init:
3936                 allows to use the same |i{var} in
3937                 various template fields
3938         * src/prefs_template.c
3939         * src/quote_fmt.h
3940         * src/quote_fmt_parse.y
3941                 Same
3942
3943 2006-07-08 [colin]      2.3.1cvs75
3944
3945         * src/textview.c
3946                 Fix highlighting of attached parts URIs
3947
3948 2006-07-08 [colin]      2.3.1cvs74
3949
3950         * src/main.c
3951                 Prevent bug #981 (sc 2.3.1 segfaults with 
3952                 gtk+ 2.10) from being reported again:
3953                 if Sylpheed-Claws has been compiled against
3954                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
3955                 of if Sylpheed-Claws has been compiled against
3956                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
3957                 error out.
3958
3959 2006-07-07 [colin]      2.3.1cvs73
3960
3961         * src/prefs_actions.c
3962                 Fix label
3963
3964 2006-07-07 [colin]      2.3.1cvs72
3965
3966         * src/prefs_actions.c
3967                 Fix compile on gtk < 2.8. argh :)
3968
3969 2006-07-07 [paul]       2.3.1cvs71
3970
3971         * src/common/defs.h
3972                 update DONATE_URI
3973
3974 2006-07-07 [colin]      2.3.1cvs70
3975
3976         * po/POTFILES.in
3977         * src/quote_fmt.c
3978         * src/quote_fmt_lex.l
3979         * src/quote_fmt_parse.y
3980                 Add |i{var}, a way to insert user-entered
3981                 text in a template
3982
3983 2006-07-07 [colin]
3984
3985         * 2.4.0-rc3 released
3986
3987 2006-07-07 [colin]      2.3.1cvs69
3988
3989         * src/folder.c
3990                 Don't consider inboxes of UNKNOWN folder 
3991                 classes to be useable as default inboxes
3992
3993 2006-07-07 [paul]       2.3.1cvs68
3994
3995         * src/textview.c
3996                 add missing #include <errno.h>
3997                 Thanks to René J. Blokland
3998
3999 2006-07-07 [paul]       2.3.1cvs67
4000
4001         * src/action.c
4002                 Return now Closes dialog
4003         * src/mimeview.c
4004         * src/mimeview.h
4005         * src/textview.c
4006                 add contextual menu to mime parts listed
4007                 in the textview
4008                 Thanks to Colin
4009         * src/common/utils.c
4010                 reversal: ' is a valid character in URLs
4011
4012 2006-07-06 [colin]      2.3.1cvs66
4013
4014         * src/remotefolder.h
4015                 Forgotten in previous commit
4016
4017 2006-07-06 [colin]      2.3.1cvs65
4018
4019         * src/folder.c
4020                 Set summary update flag whenever
4021                 totals changed
4022         * src/imap.c
4023         * src/prefs_account.c
4024         * src/common/utils.h
4025         * src/etpan/imap-thread.c
4026                 Fix warnings, thanks to Fabien and
4027                 Ricardo
4028
4029 2006-07-06 [wwp]        2.3.1cvs64
4030
4031         * src/gtk/gtkutils.c
4032                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4033
4034 2006-07-06 [wwp]        2.3.1cvs63
4035
4036         * src/account.c
4037         * src/addressbook.c
4038         * src/addressitem.h
4039         * src/folderview.c
4040         * src/mainwindow.c
4041         * src/manual.c
4042         * src/manual.h
4043         * src/message_search.c
4044         * src/prefs_actions.c
4045         * src/prefs_filtering.c
4046         * src/prefs_filtering.h
4047         * src/prefs_template.c
4048         * src/summary_search.c
4049         * src/summaryview.c
4050         * src/gtk/gtkutils.c
4051         * src/gtk/gtkutils.h
4052         * src/gtk/pluginwindow.c
4053                 add help buttons to some dialogs. Clicking such buttons opens a
4054                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4055
4056 2006-07-06 [paul]       2.3.1cvs62
4057
4058         * src/textview.c
4059                 fix attachments contextual menu
4060                 Thanks to Colin
4061
4062 2006-07-05 [colin]      2.3.1cvs61
4063
4064         * src/textview.c
4065         * src/compose.c
4066                 Handle sftp:// links
4067
4068 2006-07-05 [paul]       2.3.1cvs60
4069
4070         * src/gtk/filesel.c
4071                 grab save button by default
4072                 Thanks to Colin
4073
4074 2006-07-05 [wwp]        2.3.1cvs59
4075
4076         * manual/xml2pdf
4077                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4078
4079 2006-07-04 [colin]      2.3.1cvs58
4080
4081         * src/mimeview.c
4082         * src/textview.c
4083                 Use left click to select, middle click to open
4084                 on mimeparts links
4085         * src/common/utils.c
4086                 Fix segfault
4087
4088 2006-07-04 [colin]      2.3.1cvs57
4089
4090         * src/mainwindow.c
4091         * src/news.c
4092                 Warning fixes, thanks to Fabien
4093
4094 2006-07-04 [colin]      2.3.1cvs56
4095
4096         * src/mimeview.c
4097         * src/mimeview.h
4098         * src/textview.c
4099                 Allow parts to be selected via their text label
4100                 in textview
4101
4102 2006-07-04 [colin]      2.3.1cvs55
4103
4104         * src/folderview.c
4105                 Feedback when closing (for big folders)
4106         * src/prefs_actions.c
4107         * src/prefs_filtering.c
4108         * src/prefs_matcher.c
4109         * src/prefs_template.c
4110                 Fix default button when closing without
4111                 having saved
4112
4113 2006-07-04 [colin]      2.3.1cvs54
4114
4115         * src/news.c
4116                 Delete local file on deletion
4117
4118 2006-07-03 [colin]      2.3.1cvs53
4119
4120         * src/folderview.c
4121         * src/main.c
4122                 Don't freeze when rescanning after crash
4123
4124 2006-07-03 [wwp]        2.3.1cvs52
4125
4126         * src/compose.c
4127         * src/privacy.c
4128         * src/privacy.h
4129         * src/plugins/pgpinline/pgpinline.c
4130         * src/plugins/pgpmime/pgpmime.c
4131                 don't report an error when the user cancels the passphrase dialog.
4132
4133 2006-07-02 [colin]      2.3.1cvs51
4134
4135         * src/folderview.c
4136                 Open message when crossing folders with Space,
4137                 goto next unread and friends
4138
4139 2006-07-01 [colin]      2.3.1cvs50
4140
4141         * src/prefs_account.c
4142                 Typographic rules varying from language
4143                 to language (in french "Protocole :"),
4144                 we have to do that :)
4145
4146 2006-07-01 [ticho]      2.3.1cvs49
4147
4148         * src/prefs_account.c
4149                 Only use one temporary gchar* variable in
4150                 prefs_account_protocol_set_optmenu().
4151
4152 2006-07-01 [ticho]      2.3.1cvs48
4153
4154         * src/prefs_account.c
4155         * src/prefs_account.h
4156                 Use GtkLabel for existing account protocol name.
4157                 Created an array for protocol names and populate the
4158                 combobox from it in a for() cycle.
4159
4160 2006-06-30 [colin]      2.3.1cvs47
4161
4162         * src/compose.c
4163                 Block undo when changing signature (by changing
4164                 account)
4165
4166 2006-06-30 [paul]       2.3.1cvs46
4167
4168         * src/send_message.c
4169                 when editing From in the Compose window, use that address
4170                 in the Return-Path: header
4171                 Thanks to Colin
4172
4173 2006-06-30 [colin]      2.3.1cvs45
4174
4175         * src/compose.c
4176                 Fix signature replacement:
4177                 - when no newline before separator
4178                 - when reediting
4179
4180 2006-06-29 [colin]      2.3.1cvs44
4181
4182         * src/folderview.c
4183         * src/folderview.h
4184         * src/mainwindow.c
4185         * src/summaryview.c
4186                 Let 'View/Go to/Next marked' work like
4187                 Next new & Next unread: across folders
4188                 Change the select_on_entry pref to do
4189                 what we want when changing folder
4190         * src/common/utils.c
4191                 Fix single-quoted links 
4192
4193 2006-06-29 [colin]      2.3.1cvs43
4194
4195         * src/gtk/gtkaspell.c
4196                 "Sylpheed" and "Sylpheed-Claws" do exist !
4197
4198 2006-06-29 [colin]      2.3.1cvs42
4199
4200         * src/imap.c
4201                 Forgot to remove debug
4202
4203 2006-06-29 [colin]      2.3.1cvs41
4204
4205         * src/imap.c
4206         * src/imap.h
4207         * src/mainwindow.c
4208                 Disconnect from IMAP servers when going
4209                 offline. Fixes bug #978 (going to offline-mode 
4210                 won't close connections)
4211
4212 2006-06-29 [colin]      2.3.1cvs40
4213
4214         * src/main.c
4215                 Fix transient setting on failing plugins
4216                 Patch by Fabien
4217         * src/plugins/pgpcore/sgpgme.c
4218                 Only warn for OpenPGP. Most people don't
4219                 have CMS available.
4220
4221 2006-06-29 [colin]      2.3.1cvs39
4222
4223         * src/compose.c
4224                 Fix Spelling menu (discrepancy between context menu
4225                 and top menu when folder's dictionary isn't the 
4226                 default one)
4227         * src/plugins/pgpcore/sgpgme.c
4228                 More error reporting about why gpgme can fail
4229
4230 2006-06-29 [wwp]        2.3.1cvs38
4231
4232         * src/mainwindow.c
4233                 honor the display-header-pane setting even when the message view
4234                 is a separate window.
4235
4236 2006-06-29 [wwp]        2.3.1cvs37
4237
4238         * src/prefs_actions.c
4239                 forgot to commit that one (use of GTK_STOCK_INFO).
4240
4241 2006-06-29 [colin]      2.3.1cvs36
4242
4243         * src/imap.c
4244                 Better handling of login errors (ask the password
4245                 again once), alert in case of error. Fix three
4246                 signedness warnings.
4247
4248 2006-06-28 [wwp]        2.3.1cvs35
4249
4250         * src/prefs_template.c
4251         * src/prefs_matcher.c
4252         * src/prefs_filtering_action.c
4253         * src/prefs_quote.c
4254                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4255                 patch by Fabien Vantard, slightly modified.
4256
4257 2006-06-28 [paul]
4258
4259         2.4.0-rc2 released
4260
4261 2006-06-28 [colin]      2.3.1cvs34
4262
4263         * src/prefs_account.c
4264                 Fix bug #977 (Can't add or edit imap accounts)
4265
4266 2006-06-28 [colin]      2.3.1cvs33
4267
4268         * src/mimeview.c
4269                 Fix previous
4270
4271 2006-06-28 [colin]      2.3.1cvs32
4272
4273         * src/mimeview.c
4274                 Save named inlined attachments with "Save all"
4275         * src/main.c
4276         * src/mbox.c
4277         * src/common/plugin.c
4278         * src/common/plugin.h
4279         * src/common/sylpheed.c
4280         * src/common/utils.c
4281         * src/plugins/pgpcore/sylpheed.def
4282         * src/plugins/pgpinline/sylpheed.def
4283         * src/plugins/pgpmime/sylpheed.def
4284                 Win32 compatibility patch, by
4285                 Werner Koch
4286
4287 2006-06-28 [wwp]        2.3.1cvs31
4288
4289         * src/imap.c
4290         * src/prefs_folder_item.c
4291                 less compilation warnings (thanks to Fabien Vantard), less typos.
4292
4293 2006-06-28 [paul]       2.3.1cvs30
4294
4295         * src/gtk/gtkutils.c
4296                 gtk_combo_box_set_focus_on_click() is only
4297                 available since gtk 2.6.0
4298
4299 2006-06-28 [paul]       2.3.1cvs29
4300
4301         * src/prefs_ext_prog.c
4302                 fix engrish and add a tooltip for the
4303                 'command for 'Display as text' option
4304
4305 2006-06-28 [paul]
4306
4307         2.4.0-rc1 released
4308
4309 2006-06-28 [paul]       2.3.1cvs28
4310
4311         * ChangeLog
4312         * tools/Makefile.am
4313                 include textviewer.pl in releases
4314
4315 2006-06-28 [paul]       2.3.1cvs27
4316
4317         * src/prefs_ext_prog.c
4318                 hide Print command option if libgnomeprint
4319                 support is present
4320
4321 2006-06-27 [colin]      2.3.1cvs26
4322
4323         * src/compose.c
4324                 Fix Esc handling in insert/attach dialog
4325                 Don't show this dialog if dragging something
4326                 else than text/uri-list
4327                 Thanks to Fabien Vantard
4328         * tools/textviewer.pl
4329                 Filter script to display stuff as text
4330                 by H. Merijn Brand
4331
4332 2006-06-27 [wwp]        2.3.1cvs25
4333
4334         * src/messageview.c
4335                 use the exact product name (message view title), patch
4336                 by Fabien Vantard.
4337
4338 2006-06-27 [ticho]      2.3.1cvs24
4339
4340         * src/prefs_account.c
4341         * src/prefs_common.c
4342         * src/prefs_common.h
4343         * src/prefs_ext_prog.c
4344         * src/textview.c
4345                 Add a preference (Preferences/External programs)
4346                 to allow "Display as text" to be done via a script
4347                 (patch by H.Merijn Brand).
4348                 Use GtkComboBox for protocol selection in account
4349                 preferences.
4350                 Only include current choice for existing accounts, and
4351                 insensitivize the combobox.
4352
4353 2006-06-27 [paul]       2.3.1cvs23
4354
4355         * src/mbox.c
4356                 fix crasher introduced in cvs21.
4357                 Thanks to Colin
4358
4359 2006-06-26 [colin]      2.3.1cvs22
4360
4361         * src/mbox.c
4362                 Fix double-frees when leaving folders
4363                 after exporting to mbox
4364
4365 2006-06-26 [colin]      2.3.1cvs21
4366
4367         * src/mbox.c
4368                 More feedback (and optimisation)
4369                 on import/export
4370         * src/common/utils.c
4371                 Fix case when looking for mail addresses
4372         * src/gtk/gtkutils.c
4373                 Extra check for (X-)Face
4374
4375 2006-06-25 [ticho]      2.3.1cvs20
4376
4377         * src/compose.c
4378         * src/exphtmldlg.c
4379         * src/gtk/gtkutils.c
4380         * src/gtk/gtkutils.h
4381                 Added second argument to gtkut_sc_combobox_create() to
4382                 control focus-on-click for the widget.
4383                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4384
4385 2006-06-25 [ticho]      2.3.1cvs19
4386
4387         * src/compose.c
4388         * src/gtk/Makefile.am
4389         * src/gtk/combobox.c
4390         * src/gtk/combobox.h
4391         * src/gtk/gtkutils.c
4392         * src/gtk/gtkutils.h
4393                 Use GtkComboBox instead of deprecated GtkOptionMenu
4394                 for account selector in compose window and for encoding
4395                 selector in attachment properties.
4396                 Also factorise working with the new GtkComboBox somewhat.
4397
4398 2006-06-24 [paul]       2.3.1cvs18
4399
4400         * src/prefs_common.c
4401                 use the correct default value
4402
4403 2006-06-24 [paul]       2.3.1cvs17
4404
4405         * src/compose.c
4406         * src/prefs_common.c
4407         * src/prefs_common.h
4408         * src/prefs_compose_writing.c
4409                 enable setting of default action when
4410                 dnd'ing files in the compose window.
4411                 (Collaborative effort with wwp)
4412
4413 2006-06-23 [wwp]        2.3.1cvs16
4414
4415         * src/compose.c
4416                 i18n fix (thanks to Fabien Vantard)
4417
4418 2006-06-22 [colin]      2.3.1cvs15
4419
4420         * src/prefs_customheader.c
4421                 Don't use filters in custom headers' file 
4422                 selector. Remember, extensions mean nothing :)
4423
4424 2006-06-22 [paul]       2.3.1cvs14
4425
4426         * configure.ac
4427                 allow setting of man directory location
4428
4429 2006-06-22 [colin]      2.3.1cvs13
4430
4431         * src/mainwindow.c
4432                 Add 'View/Go to/Next unread folder'.
4433                 I missed that :)
4434
4435 2006-06-22 [colin]      2.3.1cvs12
4436
4437         * src/common/utils.c
4438                 Add some subject prefixes
4439                 Patch by Bjorn T Johansen <btj@havleik.no>
4440
4441 2006-06-22 [colin]      2.3.1cvs11
4442
4443         * manual/advanced.xml
4444                 Forgotten hidden pref
4445
4446 2006-06-21 [paul]       2.3.1cvs10
4447
4448         * src/prefs_account.c
4449                 complete the removal of 'Add date header' option
4450
4451 2006-06-21 [paul]       2.3.1cvs9
4452
4453         * src/account.c
4454         * src/compose.c
4455         * src/prefs_account.c
4456         * src/prefs_account.h
4457                 remove option to add date header - always
4458                 add date header
4459         * src/etpan/imap-thread.c
4460                 fix warnings (Thanks to Colin)
4461
4462 2006-06-21 [wwp]        2.3.1cvs8
4463
4464         * src/folder.c
4465                 set the attachment flag when inline text part are (file)named. This is more convenient
4466                 when receiving (for instance) inline source files or patches sent using thunderbird.
4467
4468 2006-06-21 [paul]       2.3.1cvs7
4469
4470         * src/inc.c
4471                 fix off-by-one count of current msg in
4472                 statusbar filtering progressbar
4473
4474 2006-06-21 [paul]       2.3.1cvs6
4475
4476         * src/folder.c
4477                 Show attachment icon even if the part is 'inline'
4478                 if the following conditions are met:
4479                 - content-type != 'text/plain'
4480                 - content-type != '*/pgp-signature'
4481                 - either 'name' or 'filename' parameter is not NULL
4482                 
4483                 Thanks to Colin
4484
4485 2006-06-21 [paul]       2.3.1cvs5
4486
4487         * src/messageview.c
4488         * src/prefs_common.c
4489         * src/prefs_common.h
4490         * src/prefs_other.c
4491                 add an option to 'Never send Return
4492                 Receipts'
4493                 Thanks to Colin
4494
4495 2006-06-20 [mones]      2.3.1cvs4
4496
4497         * po/es.po
4498                 updated
4499         * src/compose.c
4500                 typo fixed (space after comma)
4501         * tools/make.themes.project
4502                 remove exec mode from tarball files
4503
4504 2006-06-20 [colin]      2.3.1cvs3
4505
4506         * src/news.c
4507         * src/procheader.c
4508         * src/unmime.c
4509                 Better fix for \n's in headers (don't 
4510                 break Received: and others)
4511
4512 2006-06-20 [paul]       2.3.1cvs2
4513
4514         * src/alertpanel.c
4515         * src/textview.c
4516                 improve legibility of phishing attempt
4517                 dialog
4518
4519 2006-06-20 [paul]       2.3.1cvs1
4520
4521         * NEWS
4522         * README
4523         * configure.ac
4524                 Update version number following
4525                 stable release
4526
4527 2006-06-20 [colin]      2.3.0cvs26
4528
4529         * src/compose.c
4530                 When dragging a file to the text of the compose
4531                 window, ask whether we want to insert or attach
4532                 (I know lots of people who do that to attach)
4533
4534 2006-06-20 [colin]      2.3.0cvs25
4535
4536         * src/etpan/imap-thread.c
4537                 Fix threshold (the append command is often > 32 bytes)
4538
4539 2006-06-19 [colin]      2.3.0cvs24
4540
4541         * src/imap.c
4542         * src/etpan/imap-thread.c
4543                 Workaround Rockliffe IMAP server bug: replace
4544                 "x UID SEARCH (ANSWERED UID 1:*)" with
4545                 "x UID SEARCH ANSWERED"
4546                 (Rockliffe doesn't handle the parenthesis)
4547
4548 2006-06-19 [colin]      2.3.0cvs23
4549
4550         * src/compose.c
4551         * src/imap.c
4552         * src/etpan/imap-thread.c
4553                 Probably fix bug #972 (Freezes when adding 
4554                 an attachment to the message)
4555         * src/common/defs.h
4556                 Modernize Firefox cmd
4557
4558
4559 2006-06-18 [colin]      2.3.0cvs22
4560
4561         * src/prefs_customheader.c
4562                 Only allow correct filenames for various
4563                 custom headers
4564
4565 2006-06-18 [colin]      2.3.0cvs21
4566
4567         * src/prefs_customheader.c
4568                 Add a 'From File...' button in custom headers prefs, which
4569                 try to do the right thing: 
4570                 for normal headers, use file as plaintext,
4571                 for X-Face, calls compface,
4572                 for Face, encode to b64.
4573
4574 2006-06-17 [colin]      2.3.0cvs20
4575
4576         * src/mh.c
4577                 Warning fix
4578
4579 2006-06-16 [colin]      2.3.0cvs19
4580
4581         * src/summaryview.c
4582                 Recursive quicksearch: show message list
4583                 in current folder, *then* search children
4584                 in the background.
4585
4586 2006-06-16 [colin]      2.3.0cvs18
4587
4588         * src/main.c
4589                 Instead of ignoring SIGPIPE, save caches
4590                 when getting one. Will fix the fact that
4591                 hot caches are out-of-date when logging 
4592                 out of Xorg.
4593         * src/compose.c
4594         * src/prefs_compose_writing.c
4595                 Only save text (not attachments) when 
4596                 auto-saving to drafts
4597         * src/unmime.c
4598                 Always replace \n, \r and \t with spaces
4599                 in headers
4600         * manual/dist/html/Makefile.am
4601         * manual/dist/pdf/Makefile.am
4602         * manual/dist/ps/Makefile.am
4603         * manual/dist/txt/Makefile.am
4604         * manual/fr/dist/html/Makefile.am
4605         * manual/fr/dist/pdf/Makefile.am
4606         * manual/fr/dist/ps/Makefile.am
4607         * manual/fr/dist/txt/Makefile.am
4608         * manual/pl/dist/html/Makefile.am
4609         * manual/pl/dist/pdf/Makefile.am
4610         * manual/pl/dist/ps/Makefile.am
4611         * manual/pl/dist/txt/Makefile.am
4612                 Fix make clean removing pregenerated manuals
4613
4614
4615 2006-06-16 [colin]      2.3.0cvs17
4616
4617         * src/plugins/pgpcore/sgpgme.c
4618         * src/plugins/pgpmime/pgpmime.c
4619         * src/plugins/pgpinline/pgpinline.c
4620                 Better error reporting in setup_signers.
4621                 Don't fallback to default key if specified
4622                 key isn't found.
4623                 Don't allow signing if more than one secret
4624                 key matches the one specified in prefs.
4625
4626 2006-06-15 [colin]      2.3.0cvs16
4627
4628         * src/folderview.c
4629                 Add "Send queue" in the folder's contextual
4630                 menu
4631         * src/compose.c
4632         * src/messageview.c
4633         * src/privacy.c
4634         * src/privacy.h
4635         * src/procmime.c
4636         * src/procmsg.c
4637         * src/plugins/pgpcore/passphrase.c
4638         * src/plugins/pgpcore/sgpgme.c
4639         * src/plugins/pgpinline/pgpinline.c
4640         * src/plugins/pgpmime/pgpmime.c
4641                 Better error reporting
4642         * src/mbox.c
4643                 Probably fix bug #971 (2.2.3 cannot read mail 
4644                 from local mbox)
4645
4646
4647 2006-06-15 [mones]      2.3.0cvs15
4648
4649         * tools/make.themes.project
4650                 creates the themes project from the web page
4651
4652 2006-06-15 [colin]      2.3.0cvs14
4653
4654         * src/folder.c
4655                 Better fix (avoid losing the folder if scan_tree 
4656                 fails)
4657
4658 2006-06-15 [cleroy]     2.3.0cvs13
4659
4660         * src/folder.c
4661                 Probably fix Bug #969 (crash on rebuilding 
4662                 imap folder)
4663
4664 2006-06-14 [colin]      2.3.0cvs12
4665
4666         * manual/dtd/manual.xsl
4667         * manual/sylpheed-claws-manual.xml
4668         * manual/fr/sylpheed-claws-manual.xml
4669         * manual/pl/sylpheed-claws-manual.xml
4670                 Insert pagebreaks between sections
4671
4672 2006-06-14 [paul]       2.3.0cvs11
4673
4674         * configure.ac
4675                 better fix than 2.3.0cvs10
4676
4677 2006-06-14 [paul]       2.3.0cvs10
4678
4679         * configure.ac
4680                 fix setting of PACKAGE_DATA_DIR with newer autoconf
4681                 (backwards compatible)
4682
4683 2006-06-13 [colin]      2.3.0cvs9
4684
4685         * src/messageview.c
4686                 Fix sending of return receipt with the new queue folders
4687
4688 2006-06-13 [wwp]        2.3.0cvs8
4689
4690         * src/quote_fmt_lex.l
4691                 fix wrong tokens returned in quote_fmt lexer, query not().
4692
4693 2006-06-13 [wwp]        2.3.0cvs7
4694
4695         * src/folder.c
4696         * src/prefs_folder_item.c
4697                 allow changing folder type even when folder is not a top-level one,
4698                 thanks to Colin.
4699
4700 2006-06-12 [colin]      2.3.0cvs6
4701
4702         * src/folderview.c
4703                 Fix double-ask of "Do you want to mark all
4704                 as read"
4705
4706 2006-06-12 [colin]      2.3.0cvs5
4707
4708         * src/compose.c
4709         * src/compose.h
4710         * src/folder.c
4711         * src/folder.h
4712         * src/imap.c
4713         * src/inc.c
4714         * src/main.c
4715         * src/messageview.c
4716         * src/mh.c
4717         * src/prefs_folder_item.c
4718         * src/procheader.c
4719         * src/procmime.c
4720         * src/procmsg.c
4721         * src/procmsg.h
4722         * src/send_message.c
4723         * src/summaryview.c
4724         * src/toolbar.c
4725                 Apply bug #964's patch (Queue and drafts aren't normal)
4726                 The Drafts and Queue folder now contain RFC-822 files,
4727                 allowing to move and copy mails from and to these 
4728                 folders. Moving from Drafts to Queue will prepare the
4729                 mail for sending (PGP signature, encryption, etc).
4730                 This patch also rework sending errors handling to try
4731                 to be more helpful.
4732                 Also, allow redefining folder types via the GUI 
4733                 (Folder type in its Properties)
4734
4735 2006-06-12 [colin]      2.3.0cvs4
4736
4737         * src/summaryview.c
4738         * src/prefs_common.c
4739         * src/prefs_common.h
4740         * src/gedit-print.c
4741                 Allow to define a specific print font - patch
4742                 by Bernhard Walle <bernhard.walle@gmx.de>
4743         * src/prefs_fonts.c
4744         * manual/advanced.xml
4745         * manual/fr/advanced.xml
4746                 Add a hidden pref to allow deletion without
4747                 confirmation
4748
4749 2006-06-12 [wwp]        2.3.0cvs3
4750
4751         * .cvsignore
4752                 more files to ignore.
4753
4754 2006-06-12 [wwp]        2.3.0cvs2
4755
4756         * src/quote_fmt.c
4757         * src/quote_fmt_lex.l
4758         * src/quote_fmt_parse.y
4759                 extend the quote_fmt parser (templates and quotes):
4760                 - allow limited sub-expressions in |p{} and |f{} expressions,
4761                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
4762                 - implemented/fixed missing implementation of query_references and show_references,
4763                 - completed, fixed contents and format of the symbols help dialog,
4764                 - fix some compilation warnings.
4765
4766 2006-06-12 [wwp]        2.3.0cvs1
4767
4768         * manual/advanced.xml
4769         * manual/fr/advanced.xml
4770                 updates in the "templates" section of the manual (eng/fr):
4771                  - be more precise (both versions)
4772                  - completed to match the english reference (fr version)
4773                  - touchups (both versions)
4774
4775 2006-06-12 [paul]       2.3.0
4776
4777         2.3.0 released
4778
4779 2006-06-12 [paul]       2.2.3cvs14
4780
4781         * po/ca.po
4782         * po/cs.po
4783         * po/de.po
4784         * po/el.po
4785         * po/fr.po
4786         * po/it.po
4787         * po/pt_BR.po
4788         * po/sr.po
4789         * po/zh_CN.po
4790                 updated by Miquel Oliete, Tim, Stephan Sachse,
4791                 Stavros Giannouris, Fabien Vantard, Andrea
4792                 Spadaccini, Frederico Goncalves Guimaraes,
4793                 Aleksandar Urosevic, and Ralgh Young
4794
4795 2006-06-12 [colin]      2.2.3cvs13
4796
4797         * src/mbox.c
4798                 Add missing header
4799
4800 2006-06-11 [colin]      2.2.3cvs12
4801
4802         * src/msgcache.c
4803                 Verify that g_malloc() succeeded
4804
4805 2006-06-11 [colin]      2.2.3cvs11
4806
4807         * src/wizard.c
4808                 Add Face header to welcome mail
4809
4810 2006-06-10 [colin]      2.2.3cvs10
4811
4812         * src/textview.c
4813                 Revert previous (Forgot it changes the
4814                 margin on the whole mail)
4815
4816 2006-06-10 [colin]      2.2.3cvs9
4817
4818         * src/textview.c
4819                 Don't overlap long headers under (X-)Face
4820
4821 2006-06-10 [mones]      2.2.3cvs8
4822
4823         * manual/xml2pdf
4824                 allow generation of manual on systems lacking saxon binary
4825                 but with java and the saxon library installed
4826
4827         * po/es.po
4828                 updated for release
4829
4830 2006-06-09 [colin]      2.2.3cvs7
4831
4832         * src/summaryview.c
4833                 Fix leak when using Display Sender using Addressbook
4834
4835 2006-06-09 [colin]      2.2.3cvs6
4836
4837         * src/compose.c
4838         * src/folder.c
4839         * src/folderview.c
4840         * src/mimeview.c
4841         * src/summaryview.c
4842                 More leaks fixes
4843
4844 2006-06-09 [paul]       2.2.3cvs5
4845
4846         * AUTHORS
4847         * src/gtk/authors.h
4848         * tools/claws.i18n.status.pl
4849                 updated with new info
4850
4851 2006-06-09 [paul]       2.2.3cvs4
4852
4853         * README
4854                 updated
4855         * manual/ack.xml
4856                 add wwp to authors list
4857         * src/gtk/authors.h
4858                 update mine and Colin's addresses
4859
4860 2006-06-08 [colin]      2.2.3cvs3
4861
4862         * src/etpan/imap-thread.c
4863                 Fix leak on SSL cert check
4864
4865 2006-06-08 [colin]      2.2.3cvs2
4866
4867         * src/common/utils.c
4868                 Fix leak
4869
4870 2006-06-08 [paul]       2.2.3cvs1
4871
4872         * configure.ac
4873                 Update version number following
4874                 stable release
4875
4876 2006-06-07 [colin]      2.2.2cvs3
4877
4878         * src/msgcache.c
4879                 Fix catching cache read errors (guint instead of gint)
4880                 Prevent malloc'ing more than 8MB (means cache corruption)
4881
4882 2006-06-07 [paul]       2.2.2cvs2
4883
4884         * src/exporthtml.c
4885         * src/exportldif.c
4886         * src/mh.c
4887         * src/mutt.c
4888         * src/pine.c
4889         * src/common/utils.c
4890                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
4891                 obey $HOME'
4892                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
4893                 Thanks to Colin
4894
4895 2006-06-06 [paul]       2.2.2cvs1
4896
4897         * configure.ac
4898                 Update version number following
4899                 stable release
4900
4901 2006-06-06 [paul]       2.2.1cvs6
4902
4903         * src/matcher.c
4904                 fix  implicit declaration of
4905                 sylpheed_do_idle()
4906                 Patch by Fabien Vantard
4907
4908 2006-06-06 [paul]       2.2.1cvs5
4909
4910         * src/matcher.c
4911                 fix age_greater and age_lower so that they
4912                 mean what say and not '...or equal to'
4913                 Thanks to Colin
4914
4915 2006-06-06 [paul]       2.2.1cvs4
4916
4917         * src/textview.c
4918         * src/common/utils.c
4919                 fix URI check
4920                 Thanks to Colin
4921
4922 2006-06-05 [wwp]        2.2.1cvs3
4923
4924         * manual/fr/account.xml
4925                 minor language fixes (thanks to Fabien Vantard).
4926
4927 2006-06-05 [colin]      2.2.1cvs2
4928
4929         * src/prefs_folder_item.c
4930         * src/folderview.c
4931                 Allow recursive setting of properties 
4932                 for whole mailboxes
4933         * src/matcher.c
4934                 Don't freeze on 'test' filtering rule
4935
4936 2006-06-05 [colin]      2.2.1cvs1
4937
4938         * configure.ac
4939                 Update version number following
4940                 stable release
4941
4942 2006-06-04 [wwp]        2.2.0cvs82
4943
4944         * manual/glossary.xml
4945         * manual/account.xml
4946         * manual/fr/glossary.xml
4947         * manual/fr/account.xml
4948                 added glossary section and references/links related to the Face custom header.
4949
4950 2006-06-04 [colin]      2.2.0cvs81
4951
4952         * src/summaryview.c
4953                 Skip to next message on move with no
4954                 immediate execution
4955
4956 2006-06-04 [wwp]        2.2.0cvs80
4957
4958         * manual/xml2pdf
4959                 added sanity checks, exit when needed.
4960
4961 2006-06-03 [paul]       2.2.0cvs79
4962
4963         * src/prefs_receive.c
4964                 page name is now 'Receiving'
4965         * src/prefs_send.c
4966                 page name is now 'Sending'
4967
4968 2006-06-03 [colin]      2.2.0cvs78
4969
4970         * src/plugins/spamassassin/spamassassin_gtk.c
4971                 Autoswitch to Localhost if transport was previously
4972                 disabled. Else people had to check [] Enable, then
4973                 *reselect* transport.
4974
4975 2006-06-03 [colin]      2.2.0cvs77
4976
4977         * src/plugins/pgpinline/pgpinline.c
4978         * src/plugins/pgpmime/pgpmime.c
4979                 Check that gpg_data_release_and_get_mem 
4980                 didn't fail (now, why this happens...)
4981
4982 2006-06-03 [colin]      2.2.0cvs76
4983
4984         * src/mbox.c
4985                 Fix bug #962 (Manual and/or UI should 
4986                 warn about incompatible locking 
4987                 causing dataloss)
4988
4989 2006-06-02 [cleroy]     2.2.0cvs75
4990
4991         * src/filtering.c
4992         * src/folder.c
4993         * src/procmsg.c
4994         * src/summaryview.c
4995                 Fix a few leaks
4996
4997 2006-06-02 [colin]      2.2.0cvs74
4998
4999         * src/main.c
5000                 On exit, free caches after writing them
5001                 Shuts up some valgrind false positives
5002         * src/procmsg.c
5003         * src/send_message.c
5004                 Fix races when reusing existing SMTP connections
5005                 Fix inexistant session timeout
5006         * src/toolbar.c
5007                 Display alertpanel after all queues have
5008                 been processed, not after each
5009
5010 2006-06-02 [wwp]        2.2.0cvs73
5011
5012         * manual/fr/glossary.xml
5013         * manual/fr/ack.xml
5014         * manual/ack.xml
5015                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5016
5017 2006-06-02 [wwp]        2.2.0cvs72
5018
5019         * manual/xml2pdf
5020         * manual/dist/pdf/Makefile.am
5021         * manual/dtd/manual.xsl
5022         * manual/fr/dist/pdf/Makefile.am
5023         * manual/pl/dist/pdf/Makefile.am
5024                 we changed the procedure to generate the .pdf version of the manual.
5025                 The procedure is more modern and the .pdf we get now has a valid index.
5026                 Here are the new pre-requisites:
5027
5028                 - JRE 1.x (1.4 here): there must be one from your distro
5029                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5030                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5031                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5032
5033                 See my posts for further info about the installation of this toolchain:
5034
5035                 Date: Fri, 19 May 2006 19:40:06 +0200
5036                 From: wwp <subscript@free.fr>
5037                 To: sylpheed-claws-devel@lists.sourceforge.net
5038                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5039
5040                 and
5041
5042                 Date: Wed, 24 May 2006 12:58:49 +0200
5043                 From: wwp <subscript@free.fr>
5044                 To: sylpheed-claws-devel@lists.sourceforge.net
5045                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5046
5047 2006-06-01 [colin]      2.2.0cvs71
5048
5049         * src/compose.c
5050                 Better guards against IMAP races
5051         * src/main.c
5052         * src/prefs_common.c
5053         * src/prefs_common.h
5054         * src/common/ssl_certificate.c
5055         * src/etpan/imap-thread.c
5056         * src/etpan/imap-thread.h
5057         * src/gtk/sslcertwindow.c
5058                 New hidden option ssl_skip_cert_check to 
5059                 avoid dups of bug #959 (libetpan linked
5060                 against gnutls and gnutls buggy on 64bit)
5061                 Present expired warning only once per
5062                 session/server.
5063         * manual/advanced.xml
5064         * manual/fr/advanced.xml
5065                 Document new option
5066
5067 2006-06-01 [wwp]        2.2.0cvs70
5068
5069         * src/messageview.c
5070                 fix for bug #961 (return receipt dialog 
5071                 complains incorrectly about return-path 
5072                 email adress being different), thanks 
5073                 to Colin.
5074
5075 2006-05-31 [cleroy]     2.2.0cvs69
5076
5077         * src/common/ssl.c
5078                 Guard against NULLs, although this
5079                 should never be an issue
5080
5081 2006-05-31 [colin]      2.2.0cvs68
5082
5083         * src/filtering.c
5084                 Use g_slist_prepend
5085         * src/imap.c
5086                 Don't remove caches when destroying folder, it
5087                 could (should) be done at exit
5088         * src/inc.c
5089                 free processing cache after incorporation
5090         * src/etpan/imap-thread.c
5091                 Maybe fix bug #959 (Crash on moving to emails 
5092                 to a imap account per ssl with a expired 
5093                 certificate.)
5094
5095 2006-05-30 [colin]      2.2.0cvs67
5096
5097         * src/summaryview.c
5098                 Put back event flush when displaying message
5099                 It avoids reading a bunch of messages just
5100                 by hitting shift-n for too long ;)
5101
5102 2006-05-29 [colin]      2.2.0cvs66
5103
5104         * src/summaryview.c
5105                 Remove useless g_warnings
5106
5107 2006-05-29 [colin]      2.2.0cvs65
5108
5109         * src/imap.c
5110                 Fix g_slist_append()s for performance
5111
5112 2006-05-29 [colin]      2.2.0cvs64
5113
5114         * src/compose.c
5115         * src/common/utils.c
5116                 Fix extraneous tab at start of addresses
5117         * src/mainwindow.c
5118                 Fix warnings (thanks to Fabien)
5119                 Fix crash at exit when composing messages 
5120                 exist
5121         * src/pop.c
5122                 Fix progress bar when deleting expired mails
5123                 Thanks to Hiro
5124         * src/summaryview.c
5125         * src/gtk/gtksctree.c
5126                 Fix re-sorting slowness
5127
5128 2006-05-29 [paul]       2.2.0cvs63
5129
5130         * src/mh.c
5131                 fetch full message when moving mails
5132                 from another mailbox, (fixed data loss
5133                 when filtering from IMAP to MH, introduced
5134                 in 2.2.0cvs57).
5135                 Thanks to Colin
5136
5137 2006-05-29 [mones]      2.2.0cvs62
5138
5139         * src/gtk/gtksctree.c
5140                 Unselect faster (patch by Colin)        
5141
5142 2006-05-26 [colin]      2.2.0cvs61
5143
5144         * src/summaryview.c
5145                 Unplug MSGINFO_UPDATE callback on delete too.
5146
5147 2006-05-26 [colin]      2.2.0cvs60
5148
5149         * src/foldersel.c
5150                 Fix bold in folder selection window with glib2.10
5151                 thanks Hiro
5152
5153 2006-05-26 [colin]      2.2.0cvs59
5154
5155         * src/procheader.c
5156                 Convert date only if necessary (and don't
5157                 try to convert from utf8 to utf8, too)
5158         * src/summaryview.c
5159                 Only set column's text if the column's 
5160                 displayed
5161
5162 2006-05-26 [colin]      2.2.0cvs58
5163
5164         * src/summaryview.c
5165         * src/gtk/gtkutils.c
5166                 Fix useless warning
5167
5168 2006-05-26 [colin]      2.2.0cvs57
5169
5170         * src/mainwindow.c
5171                 Make summaryview selectable as long as 
5172                 no message has focus
5173         * src/mh.c
5174                 Faster deletion (by implementing mh_remove_msgs)
5175                 Faster copy (avoid using mh_fetch_msg just to get
5176                 the filename)
5177                 Faster move (using move_file instead of copy_file
5178                 if MSG_IS_MOVE)
5179                 No progressbar if total number of mails to cp/mv 
5180                 is less than 100
5181         * src/summaryview.c
5182                 Fix removal from subject_table when mail gets moved
5183                 Faster deletion (g_slist_prepend instead of append)
5184         * src/gtk/gtksctree.c
5185                 Remove useless code
5186
5187 2006-05-25 [colin]      2.2.0cvs56
5188
5189         * src/common/ssl_certificate.c
5190                 Fix leak in expired cert check
5191
5192 2006-05-25 [colin]      2.2.0cvs55
5193
5194         * src/mh.c
5195                 Disable flags syncing on .mh_sequences - it
5196                 is buggy and marks mails read under unknown
5197                 conditions.
5198
5199 2006-05-25 [paul]
5200
5201         * 2.3.0-rc4 released
5202
5203 2006-05-24 [colin]      2.2.0cvs54
5204
5205         attention cvs users: if you manage to crash
5206         Sylpheed-Claws while moving, copying or deleting
5207         mails, we *are* interested in stack traces and
5208         valgrind logs. It looks stable, but one never
5209         knows...
5210
5211         * src/folder.c
5212                 Add progressbar for cache updates
5213         * src/folderutils.c
5214                 Optimize Mark all read in the current
5215                 folder
5216         * src/mh.c
5217                 Add progressbar for copy/move
5218         * src/procmsg.c
5219                 Optimize O(n^2) in copy/move
5220         * src/summaryview.c
5221         * src/gtk/gtksctree.c
5222                 Optimize O(n^2) algos
5223         * src/common/timing.h
5224                 Display ms instead of us
5225
5226 2006-05-24 [wwp]        2.2.0cvs53
5227
5228         * manual/fr/advanced.xml
5229                 updates to the French manual.
5230
5231 2006-05-24 [wwp]        2.2.0cvs52
5232
5233         * src/common/utils.c
5234                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5235
5236 2006-05-24 [wwp]        2.2.0cvs51
5237
5238         * src/folderutils.c
5239                 fixed "mark all read" in MH folders (thanks to Colin).
5240
5241 2006-05-24 [paul]       2.2.0cvs50
5242
5243         * doc/man/sylpheed-claws.1
5244                 updated the man page
5245
5246 2006-05-23 [colin]      2.2.0cvs49
5247
5248         * src/folderview.c
5249         * src/imap.c
5250         * src/inc.c
5251         * src/mbox.c
5252         * src/messageview.c
5253         * src/news.c
5254         * src/send_message.c
5255         * src/summaryview.c
5256         * src/gtk/sslcertwindow.c
5257                 alertpanel fixes, by Fabien
5258
5259 2006-05-23 [colin]      2.2.0cvs48
5260
5261         * src/folder.c
5262         * src/folderview.c
5263         * src/msgcache.c
5264         * src/summaryview.c
5265         * src/gtk/gtksctree.c
5266         * src/gtk/gtksctree.h
5267                 More timings
5268                 Fix slow loading problem, which was caused by the
5269                 use of some gtk_ctree funcs and their use of
5270                 g_list_position while gtk_ctree_(un)link'ing.
5271                 Reap more functions from gtkctree.c to be sure we
5272                 use our (fast) version instead of theirs.
5273         * src/mh.c
5274                 Fix copy of unread mails
5275
5276
5277 2006-05-22 [wwp]        2.2.0cvs47
5278
5279         * manual/fr/advanced.xml
5280                 updated.
5281
5282 2006-05-22 [colin]      2.2.0cvs46
5283
5284         * src/filtering.c
5285                 Fix possible infinite loop. 'copy' is not a 
5286                 final action, so when encountering a 'copy',
5287                 we have to check if a previous one was set
5288                 and do it. In the same way, if we encounter
5289                 a 'move' we have to perform a possibly 
5290                 pending 'copy'. This will slow down filtering
5291                 on IMAP if move+copy or multiple copy actions
5292                 are to be done, but handling it via the batch
5293                 would be really too convoluted.
5294
5295 2006-05-22 [wwp]        2.2.0cvs45
5296
5297         * manual/fr/advanced.xml
5298         * manual/fr/faq.xml
5299         * manual/fr/glossary.xml
5300         * manual/fr/handling.xml
5301         * manual/fr/intro.xml
5302         * manual/fr/plugins.xml
5303         * manual/fr/sylpheed-claws-manual.xml
5304                 sync w/ the english manual: updates URIs, documented mailing-list
5305                 support, better explanation about the enabled/disabled feature
5306                 in filtering/processing rules by Paul.
5307
5308 2006-05-21 [colin]      2.2.0cvs44
5309
5310         * src/summaryview.c
5311                 Don't expand after building threads, but during
5312
5313 2006-05-21 [colin]      2.2.0cvs43
5314
5315         * src/procmsg.c
5316         * src/summaryview.c
5317                 More timing possibilities... For next time I have 
5318                 to find out how the hell some 3GHz computer takes
5319                 one minute to open a 30k folder...
5320
5321 2006-05-21 [colin]      2.2.0cvs42
5322
5323         * manual/pl/advanced.xml
5324         * manual/pl/faq.xml
5325         * manual/pl/glossary.xml
5326         * manual/pl/handling.xml
5327         * manual/pl/intro.xml
5328         * manual/pl/plugins.xml
5329         * manual/pl/sylpheed-claws-manual.xml
5330                 Polish manual updated by Pawel
5331
5332 2006-05-20 [colin]
5333
5334         * 2.3.0-rc3 released
5335
5336 2006-05-20 [colin]      2.2.0cvs41
5337
5338         * src/imap.c
5339                 Fix -rc2 problems:
5340                 - remove cache of moved messages from original folder
5341                 - apply new flags to messages even if they aren't appliable
5342                   via IMAP.
5343
5344 2006-05-20 [colin]
5345
5346         * 2.3.0-rc2 released
5347
5348 2006-05-19 [colin]      2.2.0cvs40
5349
5350         * src/imap.c
5351                 Don't issue SELECT in imap_change_flags
5352                 before having checked that we indeed have
5353                 some flags to change. MSG_POSTFILTERED for
5354                 example can't be used on IMAP.
5355                 Fixes bug #955 (copying messages between 
5356                 imap folders is extremely slow), which was
5357                 a regression.
5358
5359 2006-05-19 [colin]      2.2.0cvs39
5360
5361         * src/folder.c
5362         * src/folder.h
5363         * src/folderview.c
5364                 Try to fix bug #830 (Some unread messages 
5365                 get marked read in IMAP inbox):
5366                 - Prevent scanning a folder if it's being 
5367                   opened via the GUI
5368                 - Postpone opening via the GUI of a folder
5369                   currently scanned.
5370
5371
5372 2006-05-19 [wwp]        2.2.0cvs38
5373
5374         * manual/advanced.xml
5375                 fix English+typo (thanks to Paul).
5376
5377 2006-05-19 [wwp]        2.2.0cvs37
5378
5379         * manual/advanced.xml
5380         * manual/fr/advanced.xml
5381         * src/gtk/logwindow.c
5382         * src/prefs_common.c
5383         * src/prefs_common.h
5384                 added hidden prefs to allow customization of colors used in
5385                 protocol log window (useful for dark gtk+ themes).
5386
5387 2006-05-19 [wwp]        2.2.0cvs36
5388
5389         * ChangeLog
5390                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5391
5392 2006-05-19 [paul]       2.2.0cvs35
5393
5394         * src/textview.c
5395                 make Reply-To fully clickable
5396         * src/gtk/logwindow.c
5397                 more colouring (SMTP ESMTP)
5398         Both patches by Pawel Pekala
5399
5400 2006-05-19 [cleroy]     2.2.0cvs34
5401
5402         * src/mh.c
5403                 Don't update flags from current folder
5404                 Probably fixes bug #935 (Read Messages 
5405                 Revert to Being Marked as Unread)
5406
5407 2006-05-18 [colin]      2.2.0cvs33
5408
5409         * src/imap.c
5410                 Warning fix
5411         * src/compose.c
5412         * src/mainwindow.c
5413         * src/summaryview.c
5414         * src/toolbar.c
5415                 Allow replying to multiple emails
5416                 in multiple windows
5417         * src/mimeview.c
5418         * src/etpan/imap-thread.c
5419                 Leak fixes
5420
5421 2006-05-18 [paul]       2.2.0cvs32
5422
5423         * src/summaryview.c
5424                 keep Mailing-List menu refreshed
5425                 Thanks to Colin
5426
5427 2006-05-18 [paul]       2.2.0cvs31
5428
5429         * manual/advanced.xml
5430         * manual/faq.xml
5431         * manual/glossary.xml
5432         * manual/handling.xml
5433         * manual/intro.xml
5434         * manual/plugins.xml
5435         * manual/sylpheed-claws-manual.xml
5436                 update URLs
5437                 add info about mailing-list support
5438                 edit filtering info
5439         * src/wizard.c
5440         * src/common/defs.h
5441         * src/gtk/about.c
5442         * src/plugins/dillo_viewer/README
5443                 update URLs
5444
5445 2006-05-17 [wwp]        2.2.0cvs30
5446
5447         * manual/handling.xml
5448         * manual/fr/handling.xml
5449                 documented the ability to enabled/disable filtering/processing rules.
5450
5451 2006-05-17 [colin]      2.2.0cvs29
5452
5453         * src/main.c
5454                 Don't initialize g_thread subsystem if it's 
5455                 already done (thanks to Hiro)
5456         * src/mimeview.c
5457                 Fix saving of parts when there name can't be
5458                 converted from UTF-8.
5459
5460 2006-05-17 [paul]       2.2.0cvs28
5461
5462         * po/Makefile.in.in
5463                 fix config.status warning with autoconf 2.60
5464
5465 2006-05-17 [paul]       2.2.0cvs27
5466
5467         * po/POTFILES.in
5468                 add src/mbox.c
5469
5470 2006-05-17 [wwp]        2.2.0cvs26
5471
5472         * src/mainwindow.c
5473                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5474
5475 2006-05-17 [wwp]        2.2.0cvs25
5476
5477         * src/plugins/demo/demo.c
5478                 updated product name in plugin demo (many plugins need to be
5479                 sync'ed w/ that change).
5480
5481 2006-05-17 [colin]      2.2.0cvs24
5482
5483         * src/mh.c
5484                 Fix leak
5485
5486 2006-05-16 [colin]      2.2.0cvs23
5487
5488         * src/mainwindow.c
5489                 Stupid me hit again. Fix cvs22.
5490
5491 2006-05-16 [colin]      2.2.0cvs22
5492
5493         * src/mainwindow.c
5494                 Fix bug #922 (sylpheed-claws crashed after 
5495                 pushing on Inbox folder)
5496
5497 2006-05-16 [colin]      2.2.0cvs21
5498
5499         * src/compose.c
5500                 Make From header be copy/paste/select-able
5501
5502 2006-05-16 [wwp]        2.2.0cvs20
5503
5504         * src/export.c
5505         * src/matcher.c
5506         * src/summaryview.c
5507         * src/etpan/imap-thread.c
5508                 fix some compiler warnings (thanks to Colin).
5509
5510 2006-05-16 [wwp]        2.2.0cvs19
5511
5512         * src/action.c
5513         * src/gedit-print.c
5514         * src/inc.c
5515         * src/mainwindow.c
5516         * src/mh.c
5517         * src/statusbar.c
5518         * src/send_message.c
5519         * src/summaryview.c
5520                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5521
5522 2006-05-15 [colin]      2.2.0cvs18
5523
5524         * src/procmsg.c
5525                 Fix automatic rule creation with List-Post
5526
5527 2006-05-15 [paul]       2.2.0cvs17
5528
5529         * tools/filter_conv_new.pl
5530                 updated for rule enabling/disabling
5531                 claws version >= 2.3.x required
5532
5533 2006-05-15 [cleroy]     2.2.0cvs16
5534
5535         * src/main.c
5536                 Revert test
5537
5538 2006-05-15 [cleroy]     2.2.0cvs15
5539
5540         * src/main.c
5541                 test
5542
5543 2006-05-15 [wwp]        2.2.0cvs14
5544
5545         * manual/pl/.cvsignore
5546                 ignore generated files.
5547
5548 2006-05-14 [wwp]        2.3.0-rc1
5549
5550         * 2.3.0-rc1 released
5551
5552 2006-05-13 [wwp]        2.2.0cvs13
5553
5554         * src/filtering.c
5555         * src/filtering.h
5556         * src/matcher.c
5557         * src/matcher_parser_lex.l
5558         * src/matcher_parser_parse.y
5559         * src/prefs_filtering.c
5560                 new feature: provide the ability to disable filtering and processing
5561                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
5562                 adaptations.
5563
5564 2006-05-13 [colin]      2.2.0cvs12
5565
5566         * src/compose.c
5567                 Remove useless if (a) b; else b;
5568                 Thanks to wwp
5569
5570 2006-05-13 [wwp]        2.2.0cvs11
5571
5572         * src/export.c
5573         * src/import.c
5574         * src/mainwindow.c
5575         * src/mbox.c
5576         * src/summaryview.c
5577         * src/summaryview.h
5578                 no more silent failures (or at least less ones) when importing
5579                 or exporting from/to mbox. Also start importing/exporting if
5580                 the necessary info is set.
5581
5582 2006-05-13 [wwp]        2.2.0cvs10
5583
5584         * RELEASE_NOTES
5585                 restored up-to-date release notes.
5586
5587 2006-05-13 [paul]       2.2.0cvs9
5588
5589         * po/nl.po
5590         * po/ru.po
5591                 updated by Tim Dijkstra and Pavlo Bohmat
5592
5593 2006-05-12 [colin]      2.2.0cvs8
5594
5595         * src/gtk/quicksearch.c
5596                 Add "k" as shortcut for "colorlabel". Patch
5597                 by ath42@users.sf.net.
5598
5599 2006-05-12 [paul]       2.2.0cvs7
5600
5601         * src/prefs_common.h
5602         * src/prefs_summaries.c
5603         * src/summaryview.c
5604                 when entering a folder also allow
5605                 going directly to first Marked message
5606
5607 2006-05-12 [paul]       2.2.0cvs6
5608
5609         * src/summaryview.c
5610                 always obey 'confirm before marking all
5611                 mails read' option
5612
5613 2006-05-12 [paul]       2.2.0cvs5
5614
5615         * src/textview.c
5616                 make Sender fully clickable
5617
5618 2006-05-12 [colin]      2.2.0cvs4
5619
5620         * src/compose.c
5621         * src/compose.h
5622                 Let From be editable
5623         * src/main.c
5624         * src/mh.c
5625                 Full support of .mh_sequences' Unseen seq
5626
5627 2006-05-12 [colin]      2.2.0cvs3
5628
5629         * src/folder.c
5630         * src/mainwindow.c
5631         * src/mainwindow.h
5632         * src/messageview.c
5633         * src/prefs_spelling.c
5634         * src/procheader.c
5635         * src/procmsg.c
5636         * src/procmsg.h
5637         * src/summaryview.c
5638         * src/toolbar.c
5639         * src/toolbar.h
5640                 Add contextual menu on Compose toolbar
5641                 button. Fixes bug #944 (Automatic
5642                 addresses not applied when changing account
5643                 from compose window)
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                 Fix "ignore thread" when mails are threaded by
5649                 subject (and weren't ignored although appearing
5650                 in the thread).
5651                 GUI rework.
5652                 Both patches by Pawel.
5653
5654 2006-05-08 [paul]       2.2.0cvs2
5655
5656         * src/mainwindow.c
5657         * src/mainwindow.h
5658         * src/messageview.c
5659         * src/procheader.c
5660         * src/procmsg.c
5661         * src/procmsg.h
5662         * src/summaryview.c
5663                 add Mailing List support
5664                 based on the old 0.6.5claws25 patch by 
5665                 Melvin Hadasht, with finishing touches
5666                 by Colin
5667
5668 2006-05-08 [colin]      2.2.0cvs1
5669
5670         * src/mainwindow.c
5671         * src/toolbar.c
5672         * src/toolbar.h
5673                 Add contextual menu on Compose toolbar 
5674                 button. Fixes bug #944 (Automatic 
5675                 addresses not applied when changing account 
5676                 from compose window)
5677
5678 2006-05-08 [paul]       2.2.0
5679
5680         2.2.0 released
5681
5682 2006-05-08 [paul]       2.1.1cvs51
5683
5684         * po/cs.po
5685         * po/de.po
5686         * po/en_GB.po
5687         * po/fi.po
5688         * po/fr.po
5689         * po/pt_BR.po
5690         * po/sr.po
5691         * po/zh_CN.po
5692                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5693                 Fabien Vantard, Frederico Goncalves Guimaraes,
5694                 Aleksandar Urosevic, and Ralgh Young
5695
5696 2006-05-12 [colin]      2.1.1cvs50
5697
5698         * po/cs.po
5699         * po/de.po
5700         * po/en_GB.po
5701         * po/es.po
5702         * po/fi.po
5703         * po/fr.po
5704         * po/pt_BR.po
5705         * po/sr.po
5706         * po/zh_CN.po
5707                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5708                 Fabien Vantard, Frederico Goncalves Guimaraes,
5709                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
5710
5711 2006-05-05 [colin]      2.1.1cvs49
5712
5713         * manual/Makefile.am
5714         * manual/pl/Makefile.am
5715         * manual/pl/account.xml
5716         * manual/pl/ack.xml
5717         * manual/pl/addrbook.xml
5718         * manual/pl/advanced.xml
5719         * manual/pl/faq.xml
5720         * manual/pl/glossary.xml
5721         * manual/pl/gpl.xml
5722         * manual/pl/handling.xml
5723         * manual/pl/intro.xml
5724         * manual/pl/keyboard.xml
5725         * manual/pl/plugins.xml
5726         * manual/pl/starting.xml
5727         * manual/pl/sylpheed-claws-manual.xml
5728         * manual/pl/dist/.cvsignore
5729         * manual/pl/dist/Makefile.am
5730         * manual/pl/dist/html/.cvsignore
5731         * manual/pl/dist/html/Makefile.am
5732         * manual/pl/dist/pdf/.cvsignore
5733         * manual/pl/dist/pdf/Makefile.am
5734         * manual/pl/dist/ps/.cvsignore
5735         * manual/pl/dist/ps/Makefile.am
5736         * manual/pl/dist/txt/.cvsignore
5737         * manual/pl/dist/txt/Makefile.am
5738                 Add the polish translation of the manual,
5739                 Authored by Pawel Pekala.
5740
5741 2006-05-05 [cleroy]     2.1.1cvs48
5742
5743         * src/main.c
5744                 Re-read matcherrc after loading plugins 
5745                 if some of them add folders.
5746
5747 2006-05-03 [colin]      2.1.1cvs47
5748
5749         * src/imap.c
5750                 I'm idiot
5751
5752 2006-05-03 [colin]      2.1.1cvs46
5753
5754         * src/imap.c
5755                 Be sure to have a session when
5756                 getting separator
5757
5758 2006-05-03 [colin]      2.1.1cvs45
5759
5760         * src/imap.c
5761         * src/imap.h
5762         * src/imap_gtk.c
5763                 Fix preventing renaming with namespace 
5764                 separator.
5765
5766 2006-05-01 [colin]      2.1.1cvs44
5767
5768         * src/action.c
5769                 Don't reload messageview when result of
5770                 action is piped.
5771
5772 2006-04-29 [colin]      2.1.1cvs43
5773
5774         * src/prefs_receive.c
5775         * src/plugins/spamassassin/spamassassin_gtk.c
5776         * src/plugins/clamav/clamav_plugin_gtk.c
5777                 GUI fixes by Pawel
5778
5779 2006-04-29 [colin]      2.1.1cvs42
5780
5781         * src/prefs_compose_writing.c
5782         * src/prefs_quote.c
5783                 Cleanups. Patch by Pawel
5784
5785 2006-04-28 [paul]       2.1.1cvs41
5786
5787         * src/matcher.c
5788                 fix returned quick search results when search
5789                 term contains an underscore.
5790                 Thanks to Colin
5791
5792 2006-04-28 [paul]       2.1.1cvs40
5793
5794         * src/prefs_message.c
5795         * src/prefs_receive.c
5796                 GUI cleanups
5797                 Patches by Pawel Pekala
5798
5799 2006-04-27 [colin]      2.1.1cvs39
5800
5801         * src/wizard.c
5802                 Differentiate subject Welcome from
5803                 window's title Welcome
5804
5805 2006-04-27 [paul]
5806
5807         2.2.0-rc1 released
5808
5809 2006-04-27 [paul]       2.1.1cvs38
5810
5811         * manual/advanced.xml
5812         * manual/fr/advanced.xml
5813                 add info about compose_no_markup hidden pref
5814
5815 2006-04-27 [paul]       2.1.1cvs37
5816
5817         * src/prefs_account.c
5818                 improve privacy labels
5819         * src/prefs_msg_colors.c
5820                 change some strings for translators' convenience
5821         * src/gtk/gtkutils.c
5822                 don't underline the link button text
5823
5824 2006-04-25 [colin]      2.1.1cvs36
5825
5826         * src/folder.c
5827                 Complete 2.1.1cvs33 (once more ;)
5828
5829 2006-04-25 [colin]      2.1.1cvs35
5830
5831         * src/editldap.c
5832                 Fix tooltip
5833
5834 2006-04-25 [cleroy]     2.1.1cvs34
5835
5836         * src/compose.c
5837         * src/gtk/gtkaspell.c
5838                 Fix crash on redirect (related to the return 
5839                 of the aspell menu in compose's toolbar)
5840         * src/prefs_msg_colors.c
5841                 Fix sensitivity widgets
5842         * src/image_viewer.c
5843         * src/gtk/pluginwindow.c
5844         * src/gtk/prefswindow.c
5845                 Change released signals to clicked (Fabien)
5846         * po/POTFILES.in
5847         * src/common/socket.c
5848         * src/plugins/spamassassin/spamassassin.c
5849                 Translate strings (Fabien)
5850
5851 2006-04-25 [paul]       2.1.1cvs33
5852
5853         * src/folder.c
5854         * src/folder.h
5855         * src/folderview.c
5856                 complete the fix of bug #912
5857                 Thanks to Colin
5858
5859 2006-04-25 [colin]      2.1.1cvs32
5860
5861         * src/news.c
5862                 Better progress bar
5863         * src/mimeview.c
5864         * src/summaryview.c
5865         * src/summaryview.h
5866                 Fix focus chain
5867                 Patches by Pawel Pekala
5868
5869 2006-04-24 [colin]      2.1.1cvs31
5870
5871         * src/compose.c
5872                 Fix compilation warnings (Fabien)
5873
5874 2006-04-24 [colin]      2.1.1cvs30
5875
5876         * src/addrindex.c
5877         * src/editldap.c
5878         * src/editldap_basedn.c
5879         * src/editldap_basedn.h
5880         * src/ldapctrl.c
5881         * src/ldapctrl.h
5882         * src/ldapquery.c
5883         * src/ldaputil.c
5884         * src/ldaputil.h
5885                 Fix bug #901 (LDAPS support)
5886
5887 2006-04-24 [colin]      2.1.1cvs29
5888
5889         * src/compose.c
5890                 Fix logic on error with send dialog on
5891         * src/imap.c
5892                 Fix compilation without libetpan, thanks
5893                 to Fabien
5894         * src/summaryview.c
5895                 Fix 'context-menu' key
5896
5897 2006-04-23 [colin]      2.1.1cvs28
5898
5899         * src/folder.c
5900                 Never free current's cache to free up 
5901                 memory. Fixes bug #912 (new count 
5902                 randomly set to message count)
5903
5904 2006-04-23 [colin]      2.1.1cvs27
5905
5906         * src/gtk/quicksearch.c
5907                 And remove printf...
5908
5909 2006-04-23 [colin]      2.1.1cvs26
5910
5911         * src/gtk/quicksearch.c
5912                 Fix replacing in quicksearch, and fix inserting
5913                 in the middle of the string. (introduced at 2.1.0cvs22)
5914
5915 2006-04-23 [colin]      2.1.1cvs25
5916
5917         * src/imap.c
5918                 Make sure uidnext is initialized in get_num_list
5919                 (not for stable, related to 2.1.1cvs8 and friends)
5920
5921 2006-04-23 [colin]      2.1.1cvs24
5922
5923         * src/imap.c
5924                 Output something when login is successful
5925                 too
5926
5927 2006-04-23 [colin]      2.1.1cvs23
5928
5929         * src/etpan/imap-thread.c
5930                 Better logging (line-per-line, hide data in fetch)
5931                 Fix a const warning
5932         * src/gtk/logwindow.c
5933         * src/gtk/logwindow.h
5934                 Better logging (color for input/output)
5935
5936 2006-04-21 [colin]      2.1.1cvs22
5937
5938         * src/gtk/quicksearch.c
5939                 On gtk+-2.8, use stock buttons in quicksearch
5940                 Based on a patch by Fabien and a design by Paul
5941
5942 2006-04-21 [colin]      2.1.1cvs21
5943
5944         * src/folderview.c
5945         * src/mainwindow.c
5946                 Fix occasional flicker in folderview
5947         * src/common/utils.c
5948                 Fix bug #943 (Incorrectly parsed email address 
5949                 list in short headers on message view and in 
5950                 printouts)
5951
5952 2006-04-20 [colin]      2.1.1cvs20
5953
5954         * src/imap.c
5955         * src/imap.h
5956         * src/prefs_account.c
5957                 Add ANONYMOUS auth for IMAP
5958
5959 2006-04-20 [paul]       2.1.1cvs19
5960
5961         * src/main.c
5962                 proper fix for 2.1.1cvs18
5963                 Thanks to Colin
5964
5965 2006-04-20 [paul]       2.1.1cvs18
5966
5967         * src/main.c
5968                 fix build warnings
5969
5970 2006-04-20 [paul]       2.1.1cvs17
5971
5972         * src/gtk/quicksearch.c
5973                 fix standard, non-extended Quick search,
5974                 was broken in 2.1.1cvs15.
5975                 Thanks to Colin.
5976
5977 2006-04-20 [colin]      2.1.1cvs16
5978
5979         * src/prefs_matcher.c
5980                 Fix values when reselecting a ~test
5981                 rule
5982
5983 2006-04-19 [colin]      2.1.1cvs15
5984
5985         * src/compose.c
5986         * src/compose.h
5987         * src/gtk/gtkaspell.c
5988         * src/gtk/gtkaspell.h
5989                 Put back Options menu in Spelling/
5990         * src/gtk/quicksearch.c
5991                 Don't search, and show error, if the
5992                 advanced search has a syntax error
5993
5994 2006-04-18 [colin]      2.1.1cvs14
5995
5996         * src/textview.c
5997                 Fix gdk warnings on set_cursor when textview
5998                 isn't visible
5999
6000 2006-04-18 [colin]      2.1.1cvs13
6001
6002         * src/gtk/gtksctree.c
6003                 Remove seemingly useless refresh that causes
6004                 flicker - watch this commit in case of 
6005                 problems before planned backport to stable
6006
6007 2006-04-18 [colin]      2.1.1cvs12
6008
6009         * src/imap.c
6010                 Factorize get/set_xml code
6011         * src/compose.c
6012         * src/prefs_account.c
6013         * src/prefs_account.h
6014         * src/procmsg.c
6015                 Add Encrypt to self option
6016
6017 2006-04-17 [colin]      2.1.1cvs11
6018
6019         * configure.ac
6020                 Fix search on encrpyt function on dragonfly
6021                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6022
6023 2006-04-17 [colin]      2.1.1cvs10
6024
6025         * src/prefs_account.c
6026                 Be safe by default: remove mails from POP3
6027                 after 7 days, not immediately
6028
6029 2006-04-17 [colin]      2.1.1cvs9
6030
6031         * src/etpan/imap-thread.c
6032                 Fix build on DragonFly - patch by 
6033                 Jonathan Buschmann <jonthn@agmact.com>
6034
6035 2006-04-17 [colin]      2.1.1cvs8
6036
6037         * src/imap.c
6038                 Save uidnext between sessions
6039
6040 2006-04-17 [colin]      2.1.1cvs7
6041
6042         * src/imap.c
6043                 scan is required when uid validity changes
6044
6045 2006-04-17 [colin]      2.1.1cvs6
6046
6047         * src/folderview.c
6048                 Don't scan if not necessary, apart in current
6049                 folder and INBOX to fetch flags.
6050         * src/imap.c
6051                 Scan is necessary if unread count changes
6052
6053 2006-04-17 [colin]      2.1.1cvs5
6054
6055         * src/imap.c
6056                 ...But always fetch ANSWERED and DELETED flags for
6057                 INBOX, as filtering can happen on these flags.
6058
6059 2006-04-17 [colin]      2.1.1cvs4
6060
6061         * src/imap.c
6062                 Don't fetch REPLIED and DELETED flags when synchronising
6063                 flags with a closed folder. We only need UNSEEN and FLAGGED
6064                 to update the folderview.
6065
6066 2006-04-17 [colin]      2.1.1cvs3
6067
6068         * src/imap.c
6069                 Faster flag search when there are new mails 
6070                 in a folder. We can do a full search if the 
6071                 folder contains less messages than the new
6072                 list.
6073
6074 2006-04-17 [colin]      2.1.1cvs2
6075
6076         * po/cs.po
6077         * po/de.po
6078         * po/fr.po
6079         * po/nl.po
6080         * po/pt_BR.po
6081                 Update translations from stable branch
6082
6083 2006-04-17 [colin]      2.1.1cvs1
6084
6085         * configure.ac
6086                 Bump version to follow stable release
6087
6088 2006-04-16 [mones]      2.1.0cvs50
6089
6090         * po/es.po
6091                 Updated for release
6092
6093 2006-04-16 [colin]      2.1.0cvs49
6094
6095         * src/textview.c
6096                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6097                 with gtk < 2.8. Thanks to Fabien Vantard.
6098
6099 2006-04-15 [colin]      2.1.0cvs48
6100
6101         * src/etpan/imap-thread.c
6102                 Fix bug #919 (libetpan: SEGV when connecting 
6103                 using command)
6104
6105 2006-04-14 [colin]      2.1.0cvs47
6106
6107         * src/main.c
6108                 Fix race on --select (should be done better)
6109
6110 2006-04-14 [wwp]        2.1.0cvs46
6111
6112         * src/send_message.c
6113                 enforce a check for domain in account prefs (a sending
6114                 error could be faced if domain was checked but no value set),
6115                 thanks to Colin.
6116
6117 2006-04-14 [colin]      2.1.0cvs45
6118
6119         * src/codeconv.c
6120                 when converting from unknown to unknown, if the
6121                 string is UTF8, don't convert it to the locale
6122                 (which breaks it)
6123
6124 2006-04-14 [colin]      2.1.0cvs44
6125
6126         * src/compose.c
6127                 Don't try to use ASCII for converting headers
6128                 (as done in body)
6129
6130 2006-04-14 [paul]       2.1.0cvs43
6131
6132         * src/crash.c
6133                 add locale/charset info to crash report
6134         * src/gtk/about.c
6135                 add wwp to doc team
6136                 replace 'e-mail' with preferred 'email'
6137         * src/gtk/authors.h
6138                 ensure contributors list is in alphabetical
6139                 order
6140
6141 2006-04-13 [colin]      2.1.0cvs42
6142
6143         * src/textview.c
6144                 Prevent gdk warnings
6145
6146 2006-04-13 [colin]      2.1.0cvs41
6147
6148         * src/common/ssl_certificate.c
6149         * src/common/ssl_certificate.h
6150         * src/gtk/sslcertwindow.c
6151                 Warn on expired certs, and display the expiration date
6152
6153 2006-04-13 [colin]      2.1.0cvs40
6154
6155         * src/plugins/spamassassin/spamassassin_gtk.c
6156                 Fix missing set_text on unix socket
6157
6158 2006-04-13 [wwp]        2.1.0cvs39
6159
6160         * manual/fr/advanced.xml
6161         * manual/fr/glossary.xml
6162                 applied new spam/ham/email lexicon (pourriel, courriel)
6163
6164 2006-04-13 [paul]       2.1.0cvs38
6165
6166         * src/plugins/pgpmime/plugin.c
6167                 remove the mention of S/MIME from the
6168                 description. This is now handled by the
6169                 S/MIME plugin.
6170
6171 2006-04-13 [paul]       2.1.0cvs37
6172
6173         * src/prefs_msg_colors.c
6174                 rework dialog
6175         * src/prefs_folder_item.c
6176         * src/prefs_spelling.c
6177                 add a tooltip to the colour selector buttons
6178
6179 2006-04-13 [wwp]        2.1.0cvs36
6180
6181         * manual/advanced.xml
6182         * manual/glossary.xml
6183         * manual/handling.xml
6184         * manual/keyboard.xml
6185         * manual/plugins.xml
6186         * manual/starting.xml
6187         * manual/fr/account.xml
6188         * manual/fr/ack.xml
6189         * manual/fr/addrbook.xml
6190         * manual/fr/advanced.xml
6191         * manual/fr/faq.xml
6192         * manual/fr/glossary.xml
6193         * manual/fr/gpl.xml
6194         * manual/fr/handling.xml
6195         * manual/fr/intro.xml
6196         * manual/fr/keyboard.xml
6197         * manual/fr/plugins.xml
6198         * manual/fr/starting.xml
6199         * manual/fr/sylpheed-claws-manual.xml
6200                 fixes to the manuals:
6201                  - summaryview -> Message List (same in French)
6202                  - translate key names
6203                  - fix French punctuation, use non-breakable spaces when
6204                    necessary, don't use &thinsp; which is not portable
6205                  - tell what maildir and mbox formats we support
6206
6207 2006-04-12 [wwp]        2.1.0cvs35
6208
6209         * src/prefs_toolbar.c
6210                 unified a replace button more,
6211                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6212
6213 2006-04-12 [wwp]        2.1.0cvs34
6214
6215         * src/prefs_common.c
6216         * src/prefs_msg_colors.c
6217                 make default color labels translatable,
6218                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6219                 thanks to Tim <timbrain@post.cz> for reporting.
6220
6221 2006-04-12 [wwp]        2.1.0cvs33
6222
6223         * manual/glossary.xml
6224         * manual/intro.xml
6225         * manual/plugins.xml
6226         * manual/starting.xml
6227         * manual/sylpheed-claws-manual.xml
6228         * manual/fr/.cvsignore
6229         * manual/fr/account.xml
6230         * manual/fr/ack.xml
6231         * manual/fr/addrbook.xml
6232         * manual/fr/advanced.xml
6233         * manual/fr/faq.xml
6234         * manual/fr/glossary.xml
6235         * manual/fr/handling.xml
6236         * manual/fr/intro.xml
6237         * manual/fr/keyboard.xml
6238         * manual/fr/plugins.xml
6239         * manual/fr/starting.xml
6240         * manual/fr/sylpheed-claws-manual.xml
6241                 various fixes: typos, missing .fr translations, punctuation,
6242                 capitalization, links, accents and some bad French more.
6243
6244 2006-04-12 [wwp]        2.1.0cvs32
6245
6246         * src/prefs_gtk.c
6247                 fix for bug #935: always store prefs files in UTF-8 (thanks
6248                 to Colin).
6249
6250 2006-04-11 [colin]      2.1.0cvs31
6251
6252         * src/compose.c
6253                 Fix inserting files not in utf8 when locale is utf8
6254
6255 2006-04-11 [colin]      2.1.0cvs30
6256
6257         * src/inc.c
6258                 Don't show error dialog when cancelling connection
6259                 Patch by Pawel
6260
6261 2006-04-11 [cleroy]     2.1.0cvs29
6262
6263         * src/compose.c
6264                 Implement multiple quote levels
6265         * src/prefs_common.c
6266                 Change a little bit the quote bgcolor for 2nd level
6267
6268 2006-04-11 [colin]      2.1.0cvs28
6269
6270         * src/gtk/about.c
6271                 Add locale and charset in the label
6272
6273 2006-04-10 [colin]      2.1.0cvs27
6274
6275         * src/compose.c
6276         * src/prefs_common.c
6277         * src/prefs_common.h
6278         * src/prefs_msg_colors.c
6279         * src/textview.c
6280                 Allow optional background color in quotes
6281                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6282                 GTK+-2.8.x feature
6283
6284 2006-04-10 [colin]      2.1.0cvs26
6285
6286         * src/main.c
6287         * src/mainwindow.c
6288         * src/mainwindow.h
6289                 Implement --select
6290
6291 2006-04-10 [colin]      2.1.0cvs25
6292
6293         * manual/plugins.xml
6294         * manual/fr/plugins.xml
6295                 Document libcurl's proxy variables
6296
6297 2006-04-09 [colin]      2.1.0cvs24
6298
6299         * src/prefs_common.c
6300                 gettext() returns statically allocated stuff. We have
6301                 to strdup it in order to be able to free it.
6302
6303 2006-04-09 [colin]      2.1.0cvs23
6304
6305         * AUTHORS
6306         * src/gtk/authors.h
6307                 Add Alexei
6308
6309 2006-04-09 [colin]      2.1.0cvs22
6310
6311         * src/mainwindow.c
6312         * src/gtk/quicksearch.c
6313                 Fix bug #859 (problems with cyrilic input in 
6314                 search panel) - Patch by Alexey Illarionov 
6315                 <littlesavage@rambler.ru>
6316
6317 2006-04-09 [colin]      2.1.0cvs21
6318
6319         * src/prefs_customheader.c
6320                 I prefer removing then freeing rather than the contrary
6321                 (even if it doesn't change anything ;-)
6322         * src/prefs_account.c
6323                 Fix bug #933 (Crash re-entering the custom headers list 
6324                 dialog in accounts prefs)
6325                 The problem happened when cancelling the Account 
6326                 Preferences' dialogs - in which case we didn't do 
6327                 anything to the PrefsAccount * struct. In case of applying,
6328                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6329                 working with in this dialog. The problem is that 
6330                 prefs_customheader.c, working on this tmp_ac_prefs, always
6331                 changes the ->customhdr_list pointer, even when cancelled. 
6332                 So in case of cancelling the prefs_account dialog, we still
6333                 have to update ->customhdr_list in the real account.
6334
6335 2006-04-08 [colin]      2.1.0cvs20
6336
6337         * manual/fr/glossary.xml
6338         * manual/fr/keyboard.xml
6339                 Forgot some headers :)
6340
6341 2006-04-08 [colin]      2.1.0cvs19
6342
6343         * manual/Makefile.am
6344         * manual/fr/Makefile.am
6345         * manual/fr/account.xml
6346         * manual/fr/ack.xml
6347         * manual/fr/addrbook.xml
6348         * manual/fr/advanced.xml
6349         * manual/fr/faq.xml
6350         * manual/fr/glossary.xml
6351         * manual/fr/gpl.xml
6352         * manual/fr/handling.xml
6353         * manual/fr/intro.xml
6354         * manual/fr/keyboard.xml
6355         * manual/fr/plugins.xml
6356         * manual/fr/starting.xml
6357         * manual/fr/sylpheed-claws-manual.xml
6358         * manual/fr/dist/.cvsignore
6359         * manual/fr/dist/Makefile.am
6360         * manual/fr/dist/html/.cvsignore
6361         * manual/fr/dist/html/Makefile.am
6362         * manual/fr/dist/pdf/.cvsignore
6363         * manual/fr/dist/pdf/Makefile.am
6364         * manual/fr/dist/ps/.cvsignore
6365         * manual/fr/dist/ps/Makefile.am
6366         * manual/fr/dist/txt/.cvsignore
6367         * manual/fr/dist/txt/Makefile.am
6368                 Add the french translation of the manual. Thanks to
6369                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6370                 account.xml, ack.xml, addrbook.xml and advanced.xml
6371
6372 2006-04-08 [colin]      2.1.0cvs18
6373
6374         * manual/plugins.xml
6375         * manual/starting.xml
6376                 More fixes
6377
6378 2006-04-07 [colin]      2.1.0cvs17
6379
6380         * manual/faq.xml
6381         * manual/intro.xml
6382         * manual/keyboard.xml
6383                 Little fixes
6384
6385 2006-04-07 [colin]      2.1.0cvs16
6386
6387         * README
6388         * src/compose.c
6389         * src/prefs_common.c
6390         * src/prefs_common.h
6391                 Add hidden compose_no_markup pref
6392
6393 2006-04-07 [wwp]        2.1.0cvs15
6394
6395         * src/summary_search.c
6396         * .cvsignore
6397                 Bugfix: stop button was sticky when searching in an empty folder.
6398                 Applied curly brackets code style to the whole file (summary_search.c).
6399                 More files to ignore.
6400
6401 2006-04-07 [wwp]        2.1.0cvs14
6402
6403         * src/message_search.c
6404         * src/summary_search.c
6405                 changed default button when search bumps at file/folder
6406                 beginning or end, for convenience (thanks to Colin).
6407
6408 2006-04-07 [paul]       2.1.0cvs13
6409
6410         * src/plugins/dillo_viewer/dillo_prefs.c
6411                 avoid future potential for namespace collision
6412                 Patch by Colin
6413
6414 2006-04-06 [wwp]        2.1.0cvs12
6415
6416         * src/summary_search.c
6417                 Unify extended/advanced searches names (and thus factorize labels),
6418                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6419
6420 2006-04-06 [wwp]        2.1.0cvs11
6421
6422         * src/folderview.c
6423         * src/prefs_themes.c
6424         * src/summaryview.c
6425                 Fixed some compilation warnings.
6426
6427 2006-04-06 [colin]      2.1.0cvs10
6428
6429         * manual/advanced.xml
6430                 Document the wizard template and how to deploy
6431                 Sylpheed-Claws effectively
6432
6433 2006-04-06 [colin]      2.1.0cvs9
6434
6435         * src/folderview.c
6436                 gettext patch to tell translators about _("#"),
6437                 by Maxim Britov
6438
6439 2006-04-06 [colin]      2.1.0cvs8
6440
6441         * src/textview.c
6442                 Fix invalid GtkTextBIter after clicking "Display as text"
6443
6444 2006-04-06 [mones]      2.1.0cvs7
6445
6446         * src/addr_compl.c
6447         * src/addrindex.c
6448         * src/addritem.c
6449         * src/codeconv.c
6450         * src/compose.c
6451         * src/filtering.c
6452         * src/folder.c
6453         * src/folder_item_prefs.c
6454         * src/folderview.c
6455         * src/localfolder.c
6456         * src/matcher.c
6457         * src/mimeview.c
6458         * src/prefs_msg_colors.c
6459         * src/prefs_spelling.c
6460         * src/prefs_themes.c
6461         * src/procmime.c
6462         * src/procmsg.c
6463         * src/stock_pixmap.c
6464         * src/summaryview.c
6465         * src/textview.c
6466         * src/toolbar.c
6467         * src/common/mgutils.c
6468         * src/common/prefs.c
6469         * src/common/ssl_certificate.c
6470         * src/gtk/colorlabel.c
6471         * src/gtk/quicksearch.c
6472         * src/plugins/pgpmime/pgpmime.c
6473         * src/plugins/spamassassin/spamassassin.c
6474                 Removed redundant NULL checks for g_free() calls.
6475                 Patch by Pawel Pekala.
6476
6477 2006-04-06 [mones]      2.1.0cvs6
6478
6479         * src/prefs_actions.c
6480         * src/prefs_filtering.c
6481         * src/prefs_filtering_action.c
6482         * src/prefs_matcher.c
6483         * src/prefs_template.c
6484         * src/gtk/gtkutils.c
6485         * src/gtk/gtkutils.h
6486                 Have a nice replace button. Patch by Pawel Pekala
6487
6488 2006-04-06 [colin]      2.1.0cvs5
6489
6490         * src/addressbook.c
6491                 Fix crash with empty columns
6492
6493 2006-04-05 [colin]      2.1.0cvs4
6494
6495         * src/wizard.c
6496         * src/prefs_gtk.c
6497                 Allow wizard customization with pre-filled values
6498
6499 2006-04-05 [colin]      2.1.0cvs3
6500
6501         * src/textview.c
6502         * src/mimeview.c
6503         * src/mimeview.h
6504                 Nicer messages in mimeview
6505
6506 2006-04-05 [colin]      2.1.0cvs2
6507
6508         * src/addressbook.c
6509         * src/prefs_summaries.c
6510                 i18n fix
6511
6512 2006-04-05 [colin]      2.1.0cvs1
6513
6514         * src/plugins/pgpcore/plugin.c
6515         * src/plugins/pgpcore/select-keys.c
6516         * src/plugins/pgpcore/select-keys.h
6517         * src/plugins/pgpcore/sgpgme.c
6518         * src/plugins/pgpcore/sgpgme.h
6519         * src/plugins/pgpinline/pgpinline.c
6520         * src/plugins/pgpinline/plugin.c
6521         * src/plugins/pgpmime/pgpmime.c
6522         * src/plugins/pgpmime/plugin.c
6523                 Factorize and generalize a bit 
6524                 Drop S/MIME signature verification from PGP/MIME
6525                 (adding it as another, more complete plugin)
6526
6527 2006-04-05 [paul]       2.1.0
6528
6529         2.1.0 released
6530
6531 2006-04-05 [paul]       2.0.0cvs186
6532
6533         * manual/advanced.xml
6534                 add info on colour labels
6535
6536 2006-04-05 [paul]       2.0.0cvs185
6537
6538         * po/bg.po
6539         * po/cs.po
6540         * po/de.po
6541         * po/el.po
6542         * po/en_GB.po
6543         * po/fi.po
6544         * po/fr.po
6545         * po/it.po
6546         * po/nl.po
6547         * po/pl.po
6548         * po/pt_BR.po
6549         * po/sr.po
6550         * po/zh_CN.po
6551                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6552                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6553                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6554                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6555         * src/gtk/authors.h
6556         * tools/claws.i18n.status.pl
6557                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
6558                 and new Czech translator, Tim <timbrain@post.cz>
6559
6560 2006-04-05 [mones]      2.0.0cvs184
6561
6562         * po/es.po
6563                 Updated translation
6564
6565 2006-04-05 [colin]      2.0.0cvs183
6566
6567         * src/gtk/quicksearch.c
6568                 Fix bug #929 (unnecessary reload in quick search bar)
6569
6570 2006-04-05 [colin]      2.0.0cvs182
6571
6572         * src/compose.c
6573                 Fix crash on Reply with no From:
6574                 Show signature and conversion error on queuing 
6575                 (but not sending)
6576         * src/mainwindow.c
6577         * src/summaryview.c
6578         * src/summaryview.h
6579                 Factorize threading code and make sure msginfo 
6580                 is not null when it comes from a GtkCTreeRow's 
6581                 data
6582         * src/gtk/gtkaspell.c
6583                 Check for necessary things
6584         * src/gtk/gtksctree.c
6585         * src/gtk/gtksctree.h
6586                 Reset anchor if necessary when removing node
6587
6588 2006-03-29 [colin]      2.0.0cvs181
6589
6590         * src/folderview.c
6591                 Warn for disabled IMAP accounts (due to lack of
6592                 libetpan). Breaks string-freeze - sorry - but it
6593                 is kind of important ;)
6594
6595 2006-03-28 [colin]      2.0.0cvs180
6596
6597         * src/gtk/gtkutils.c
6598         * src/gtk/gtkutils.h
6599                 Add a gtkut_get_link_btn() function that
6600                 creates a button which acts like an URI
6601         * src/prefs_themes.c
6602         * src/gtk/about.c
6603                 Use this function (factorizes codes)
6604         * src/common/defs.h
6605         * src/gtk/pluginwindow.c
6606                 Add a "Get more..." in the plugins window
6607
6608 2006-03-28 [colin]      2.0.0cvs179
6609
6610         * src/common/smtp.c
6611         * src/common/passcrypt.c
6612         * src/undo.c
6613                 Warning fixes. Patch by Pawel Pekala
6614
6615 2006-03-27 [colin]      2.0.0cvs178
6616
6617         * src/undo.c
6618                 Fix undoing by blocks with spaces
6619
6620 2006-03-27 [colin]      2.0.0cvs177
6621
6622         * src/textview.c
6623                 Set margin to 3px for headers
6624
6625 2006-03-27 [paul]
6626
6627         2.1.0-rc2 released
6628
6629 2006-03-27 [wwp]        2.0.0cvs176
6630
6631         * src/summaryview.c
6632                 don't reset quicksearch when updating the message list.
6633                 Thanks to Colin.
6634
6635 2006-03-26 [wwp]        2.0.0cvs175
6636
6637         * src/compose.c
6638                 use a unified border width ('other' tab in the compose window,
6639                 patch by Pawel Pekala).
6640
6641
6642 2006-03-26 [wwp]        2.0.0cvs174
6643
6644         * src/common/quoted-printable.c
6645         * src/addressbook.c
6646                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
6647
6648 2006-03-26 [colin]      2.0.0cvs173
6649
6650         * src/quote_fmt_parse.y
6651                 Fix non-UTF8 date formats messing up the whole quote a 
6652                 little bit
6653
6654 2006-03-26 [colin]      2.0.0cvs172
6655
6656         * src/procheader.c
6657                 Make sure the date is UTF8 valid, or try to make it
6658                 so. IncrediMail is really IncrediStupid.
6659         * src/compose.c
6660                 Fix possible conversions. 
6661                 
6662
6663 2006-03-26 [colin]      2.0.0cvs171
6664
6665         * src/matcher.c
6666                 Fix corner cases in body search. This is still a
6667                 hack... It seems impossible to make it good and 
6668                 reasonably fast at the same time.
6669
6670 2006-03-26 [colin]      2.0.0cvs170
6671
6672         * src/summaryview.c
6673                 I think I killed the twilight zone bug!
6674                 summary_select_node() flushes GTK events in order
6675                 to be able to center the view. But this also 
6676                 flushes keypresses like Ctrl-Alt-U, so this can
6677                 call summary_show from summary_select_node (itself
6678                 called from summary_show, etc.). And the summaryview
6679                 has to be unlocked in this function. So just locking
6680                 while processing GTK events, and bailing if locked, 
6681                 should fix it.
6682                 Fixes bug #927 (SIGSEGV during Update Summary)
6683
6684 2006-03-25 [colin]      2.0.0cvs169
6685
6686         * src/matcher.c
6687                 Fix search in QP-encoded bodies
6688                 Fix utf-8 searches in bodies encoded in the
6689                 locale's encoding
6690         * src/common/quoted-printable.c
6691         * src/common/quoted-printable.h
6692                 Add a decode function that doesn't overwrite
6693                 the original pointer
6694                 
6695
6696 2006-03-24 [colin]      2.0.0cvs168
6697
6698         * src/action.c
6699         * src/summaryview.c
6700         * src/summaryview.h
6701                 Update message cache after action
6702                 Patch by H. Merijn Brand
6703         * src/prefs_msg_colors.c
6704                 Factorize label 
6705                 Patch by Fabien Vantard
6706         * src/plugins/spamassassin/spamassassin_gtk.c
6707                 Remove useless translation
6708                 Patch by Fabien Vantard
6709
6710 2006-03-23 [colin]      2.0.0cvs167
6711
6712         * src/common/ssl.c
6713                 Let 30 seconds to SSL_connect
6714
6715 2006-03-23 [wwp]        2.0.0cvs166
6716
6717         * src/summaryview.c
6718         * src/gtk/description_window.c
6719                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
6720                 and headers are translated; adjust description windows' width to fit their
6721                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
6722
6723 2006-03-23 [paul]       2.0.0cvs165
6724
6725         * src/common/utils.c
6726                 fix highlighting of URIs containing "()"
6727                 (2.0.0cvs164's reversal fixed)
6728                 Thanks to Colin.
6729
6730 2006-03-23 [paul]       2.0.0cvs164
6731
6732         * src/common/utils.c
6733                 revert patch, (postponing a fix), at 2.0.0cvs120
6734                 as it breaks more URIs than it fixes.
6735                 Allow '-' to be a terminating character in a URI
6736
6737 2006-03-22 [colin]      2.0.0cvs163
6738
6739         * configure.ac
6740                 Require libetpan 0.45
6741                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
6742
6743 2006-03-22 [paul]       2.0.0cvs162
6744
6745         * src/editgroup.c
6746                 replace '<-' and '->' buttons with GTK_STOCK graphical
6747                 buttons
6748         * src/summary_search.c
6749                 don't offer '...' for translation
6750                 add a tooltip to advanced search '...' button
6751         * src/gtk/quicksearch.c
6752                 don't offer '...' for translation
6753
6754 2006-03-21 [colin]      2.0.0cvs161
6755
6756         * src/compose.c
6757                 Fix middle-click pasting (insert at click
6758                 position instead of cursor position, don't
6759                 remove existing selection and allow pasting
6760                 our own selection)
6761         * src/addressbook.c
6762                 "LDAP Server" -> "LDAP servers"
6763
6764 2006-03-21 [wwp]        2.0.0cvs160
6765
6766         * src/etpan/imap-thread.c
6767                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
6768
6769 2006-03-20 [colin]      2.0.0cvs159
6770
6771         * src/summaryview.c
6772                 Don't reload summaryview after an execute with no
6773                 move action
6774
6775 2006-03-19 [colin]      2.0.0cvs158
6776
6777         * src/addressbook.c
6778                 and put groups at the top, always
6779
6780 2006-03-19 [colin]      2.0.0cvs157
6781
6782         * src/addressbook.c
6783                 Order groups before names, as previously
6784
6785 2006-03-19 [colin]      2.0.0cvs156
6786
6787         * src/addressbook.c
6788                 - Sort case-unsensitive
6789                 - Put the sort arrow at opening too
6790
6791 2006-03-19 [wwp]        2.0.0cvs155
6792
6793         * src/addressbook.c
6794                 allow sorting by name/email/remarks, ensure that right-pane's contents
6795                 matches the left-pane selection (cleared when appropriate).
6796                 Patch by Pawel Pekala <c0rn@o2.pl>.
6797
6798 2006-03-18 [colin]      2.0.0cvs154
6799
6800         * src/textview.c
6801                 Fix text cursor ;)
6802
6803 2006-03-18 [colin]      2.0.0cvs153
6804
6805         * src/gtk/filesel.c
6806                 Make sure we hide the preview if we didn't get
6807                 a filename
6808
6809 2006-03-18 [colin]      2.0.0cvs152
6810
6811         * src/summaryview.c
6812                 Set cursor to watch for execution (fixes lack
6813                 of watch-cursor when dnd'ing hundreds of mails)
6814         * src/gtk/filesel.c
6815                 Check that mime type is 'image/*' before updating
6816                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
6817
6818 2006-03-18 [colin]      2.0.0cvs151
6819
6820         * src/mainwindow.c
6821         * src/textview.c
6822         * src/textview.h
6823                 Put a watch cursor in textview too when the mainwindow's
6824                 cursor in a watch
6825
6826 2006-03-18 [colin]      2.0.0cvs150
6827
6828         * src/folder.c
6829                 Change wrong asserts to simple tests
6830
6831 2006-03-17 [colin]      2.0.0cvs149
6832
6833         * src/mainwindow.c
6834         * src/mainwindow.h
6835         * src/prefs_msg_colors.c
6836         * src/summaryview.c
6837         * src/summaryview.h
6838         * src/gtk/colorlabel.c
6839         * src/gtk/colorlabel.h
6840                 Add a color label menu in the main menubar
6841                 Add (fixed) accels Ctrl-{0-7} to change the color
6842                 They have to be fixed because the menu's dynamic,
6843                 the items are complex widgets, hence we can't use
6844                 a GtkItemFactory.
6845
6846
6847 2006-03-17 [wwp]        2.0.0cvs148
6848
6849         * src/compose.c
6850                 rollback few lines from my previous commit (those lines come from
6851                 a pending patch, accidentally commited, even if neutral as they are
6852                 commented out).
6853
6854 2006-03-17 [wwp]        2.0.0cvs147
6855
6856         * src/compose.c
6857                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
6858                 applied code style/indentation to the modified function.
6859
6860 2006-03-17 [wwp]        2.0.0cvs146
6861
6862         * src/procmsg.c
6863         * src/compose.c
6864                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
6865
6866 2006-03-17 [paul]
6867
6868         2.1.0-rc1 released
6869
6870 2006-03-17 [paul]       2.0.0cvs145
6871
6872         * src/main.c
6873                 addressbook_read_file() was called twice
6874         * src/textview.c
6875                 X-Mailer highlighting
6876
6877 2006-03-16 [colin]      2.0.0cvs144
6878
6879         * src/sourcewindow.c
6880         * src/sourcewindow.h
6881                 And the last one, in source window.
6882
6883 2006-03-16 [colin]      2.0.0cvs143
6884
6885         * src/compose.c
6886         * src/compose.h
6887                 Fix the same stuff in compose
6888
6889 2006-03-16 [colin]      2.0.0cvs142
6890
6891         * src/messageview.c
6892                 Complete the previous messageview crash fix
6893
6894 2006-03-16 [colin]      2.0.0cvs141
6895
6896         * src/procmsg.h
6897         * src/procmsg.c
6898         * src/folder.c
6899                 Fix POSTPROCESSING hook
6900                 Patch by H. Merijn Brand
6901
6902         * src/procmime.c
6903         * src/procmime.h
6904                 Parse Content-Location
6905
6906         * src/toolbar.c
6907         * src/messageview.c
6908         * src/messageview.h
6909                 Don't crash when a top-level MessageView has
6910                 been closed on us. Same problematic than
6911                 yesterday's quicksearch issue.
6912
6913 2006-03-15 [colin]      2.0.0cvs140
6914
6915         * src/gtk/quicksearch.c
6916                 Fix a bitchy race we didn't think about when we
6917                 added quicksearch cancellation:
6918                 If the search is not on cached fields, for example
6919                 body_part matchcase "stuff"
6920                 the matcher code has to get the whole message. If
6921                 we're on IMAP, that can be slow, and in order to
6922                 be non-blocking, the IMAP code idle loop processes
6923                 gtk events too. So it is possible to cancel a
6924                 quicksearch while the matcher is getting the mail's
6925                 body. After matcher got its body, it will start to
6926                 iterate over the matcher list that the Quicksearch's
6927                 clear_search_cb() just freed via prepare_matcher().
6928                 SIGSEGV ensues.
6929                 The fix consists of guarding the matcherlist_match()
6930                 call with a boolean 'matching'. If we reset the
6931                 quicksearch while matching is TRUE, we don't free
6932                 the matcherlist anymore like we did, but we set
6933                 another new flag, deferred_free, to TRUE. Then,
6934                 in quicksearch_match(), just after returning from
6935                 matcherlist_match() and unsetting the matching flag,
6936                 we check the deferred_free flag and do the
6937                 prepare_matcher() (which does the matcherlist_free)
6938                 for real, so we free the matcherlist once it's not
6939                 used anymore.
6940                 As all of this runs via the glib main loop, we
6941                 luckily don't need a mutex.
6942         * src/summaryview.c
6943                 Also, show progress while searching.
6944
6945
6946 2006-03-14 [colin]      2.0.0cvs139
6947
6948         * src/alertpanel.c
6949                 Make alertpanel_is_open non-static
6950
6951 2006-03-14 [colin]      2.0.0cvs138
6952
6953         * src/prefs_spelling.c
6954                 Cleanups - Fabien Vantard
6955
6956 2006-03-14 [wwp]        2.0.0cvs137
6957
6958         * src/main.c
6959                 code style normalization (curly braces, indentation).
6960
6961 2006-03-14 [wwp]        2.0.0cvs137
6962
6963         * src/main.c
6964                 code style (braces, indentation)
6965
6966 2006-03-12 [paul]       2.0.0cvs136
6967
6968         * src/prefs_common.c
6969                 trans_hdr defaults to FALSE to be RFC-savvy
6970         * src/prefs_summaries.c
6971                 add a tooltip to the trans_hdr option
6972                 
6973
6974 2006-03-12 [paul]       2.0.0cvs135
6975
6976         * src/prefs_matcher.c
6977                 give a little more width to the combos
6978         * src/prefs_display_header.c
6979         * src/textview.c
6980                 translate headers if prefs_common.trans_hdr
6981                 is TRUE
6982
6983         Patches by Pawel Pekala
6984
6985 2006-03-12 [paul]       2.0.0cvs134
6986
6987         * src/plugins/clamav/clamav_plugin.c
6988         * src/plugins/dillo_viewer/dillo_viewer.c
6989         * src/plugins/pgpcore/plugin.c
6990         * src/plugins/pgpinline/plugin.c
6991         * src/plugins/pgpmime/plugin.c
6992         * src/plugins/spamassassin/spamassassin.c
6993                 update/add to descriptions
6994         * src/plugins/spamassassin/spamassassin_gtk.c
6995                 fixes to the english, remove superfluous
6996                 tooltips, clean up a little
6997
6998 2006-03-12 [paul]       2.0.0cvs133
6999
7000         * src/compose.c
7001                 fix Bug 924, 'Account combo box shows up wrong 
7002                 if & is in account name'
7003
7004 2006-03-11 [colin]      2.0.0cvs132
7005
7006         * src/summaryview.c
7007                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7008                 messed up shift-selection because is slows down
7009                 moving around summaryview. thanks -users
7010
7011 2006-03-10 [colin]      2.0.0cvs131
7012
7013         * src/plugins/spamassassin/spamassassin_gtk.c
7014                 Put back Paul's engrish fixes
7015
7016 2006-03-10 [colin]      2.0.0cvs130
7017
7018         * src/plugins/spamassassin/spamassassin.c
7019         * src/plugins/spamassassin/spamassassin.h
7020         * src/plugins/spamassassin/spamassassin_gtk.c
7021                 Cleanup SA prefs page (more)
7022                 Patch by Fabien Vantard
7023
7024 2006-03-10 [paul]       2.0.0cvs129
7025
7026         * src/prefs_msg_colors.c
7027         * src/prefs_spelling.c
7028                 widget sensitivity
7029
7030 2006-03-09 [mones]      2.0.0cvs128
7031
7032         * po/es.po
7033                 Update for next RC
7034
7035 2006-03-09 [wwp]        2.0.0cvs127
7036
7037         * configure.ac
7038                 revert accidental commit (requirement for libetpan 0.43), this time
7039                 not in HEAD.
7040
7041 2006-03-09 [wwp]        2.0.0cvs125
7042
7043         * configure.ac
7044                 revert accidental commit (requirement for libetpan 0.43)
7045
7046 2006-03-09 [paul]       2.0.0cvs126
7047
7048         * src/prefs_receive.c
7049                 remove useless frame
7050                 replace 'incorporation' with 'receiving'
7051         * src/plugins/clamav/clamav_plugin_gtk.c
7052         * src/plugins/spamassassin/spamassassin_gtk.c
7053                 improve widget sensitivity
7054                 fix a bit his engrish
7055
7056 2006-03-09 [wwp]        2.0.0cvs125
7057
7058         * src/addressadd.c
7059         * src/foldersel.c
7060         * src/prefs_common.c
7061         * src/prefs_common.h
7062                 remember some more windows' sizes (add to addressbook and
7063                 select folder).
7064
7065 2006-03-09 [paul]       2.0.0cvs124
7066
7067         * src/plugins/pgpcore/prefs_gpg.c
7068                 normalise construction of dialogue
7069
7070 2006-03-09 [paul]       2.0.0cvs123
7071
7072         * src/plugins/trayicon/Makefile.am
7073                 add missing slash
7074
7075 2006-03-08 [colin]      2.0.0cvs122
7076
7077         * src/plugins/trayicon/Makefile.am
7078                 Fix build in separate dir 
7079                 Patch by Bamanzi <bamanzi@gmail.com>
7080
7081 2006-03-08 [colin]      2.0.0cvs121
7082
7083         * src/procmsg.c
7084                 Batch move and copies from summaryview with delayed execution
7085                 too
7086
7087 2006-03-07 [paul]       2.0.0cvs120
7088
7089         * src/common/utils.c
7090                 fix highlighting of URIs containing "()"
7091                 Patch by Pawel Pekala
7092
7093 2006-03-07 [paul]       2.0.0cvs119
7094
7095         * src/folder.c
7096         * src/folder.h
7097         * src/folderview.c
7098                 immediately do alphabetical resort when
7099                 changing a folder's name
7100                 Patch by Pawel Pekala
7101
7102 2006-03-07 [paul]       2.0.0cvs118
7103
7104         * src/news.c
7105         * src/news_gtk.c
7106                 when unsubscribing a newsgroup, remove the
7107                 folder and msgs in .sylpheed-claws/newscache
7108                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7109
7110 2006-03-07 [paul]       2.0.0cvs117
7111
7112         * src/textview.c
7113                 fix wrong Fake URL Warning
7114                 Thanks to Hiro
7115
7116 2006-03-07 [colin]      2.0.0cvs116
7117
7118         * src/imap.c
7119                 Return immediately when password dialog was
7120                 cancelled
7121         * src/gtk/inputdialog.c
7122                 Allow empty strings for passwords
7123
7124
7125 2006-03-06 [colin]      2.0.0cvs115
7126
7127         * src/imap.c
7128                 Prevent double-timeouts when connection fails
7129
7130 2006-03-06 [colin]
7131
7132         2.0.1-rc1 released
7133
7134 2006-03-06 [colin]      2.0.0cvs114
7135
7136         * src/imap.c
7137                 Refresh session during potentially long
7138                 operations
7139
7140 2006-03-06 [wwp]        2.0.0cvs113
7141
7142         * src/prefs_msg_colors.h
7143                 forgot that one (custom color labels).
7144
7145 2006-03-06 [wwp]        2.0.0cvs112
7146
7147         * src/prefs_common.c
7148         * src/prefs_common.h
7149         * src/prefs_msg_colors.c
7150         * src/summaryview.c
7151         * src/summaryview.h
7152         * src/gtk/colorlabel.c
7153         * src/gtk/colorlabel.h
7154                 colors in messages list are now customizable. Color values and names can
7155                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7156                 Thanks to Paul and Colin for their help with this longstanding patch!
7157
7158 2006-03-06 [wwp]        2.0.0cvs111
7159
7160         * src/textview.c
7161                 don't crash if (x)face is bad.
7162
7163 2006-03-05 [paul]       2.0.0cvs110
7164
7165         * AUTHORS
7166         * configure.ac
7167         * src/Makefile.am
7168         * src/common/Makefile.am
7169         * src/common/utils.h
7170         * src/etpan/imap-thread.c
7171         * src/gtk/authors.h
7172         * src/plugins/clamav/Makefile.am
7173         * src/plugins/demo/Makefile.am
7174         * src/plugins/dillo_viewer/Makefile.am
7175         * src/plugins/pgpcore/Makefile.am
7176         * src/plugins/pgpcore/passphrase.c
7177         * src/plugins/pgpinline/Makefile.am
7178         * src/plugins/pgpmime/Makefile.am
7179         * src/plugins/spamassassin/Makefile.am
7180         * src/plugins/trayicon/Makefile.am
7181                 fix builiding on cygwin
7182                 Patch by Ralgh Young <bamanzi@gmail.com>
7183
7184 2006-03-04 [wwp]        2.0.0cvs109
7185
7186         * manual/keyboard.xml
7187                 fix mixed up/down keys.
7188
7189 2006-03-04 [wwp]        2.0.0cvs108
7190
7191         * README
7192         * INSTALL
7193                 updated links to SpamAssassin.
7194
7195 2006-03-04 [wwp]        2.0.0cvs107
7196
7197         * manual/plugins.xml
7198         * src/plugins/spamassassin/README
7199                 updated SpamAssassin plugin docs to reflect new functional additions
7200                 (also fix/update/documents few technical stuff more, see the README).
7201
7202 2006-03-04 [wwp]        2.0.0cvs106
7203
7204         * src/prefs_message.c
7205                 normalized capitalization of message-prefs paths.
7206
7207 2006-03-04 [wwp]        2.0.0cvs105
7208
7209         * manual/advanced.xml
7210                 typo.
7211
7212 2006-03-03 [colin]      2.0.0cvs104
7213
7214         * src/plugins/clamav/clamav_plugin_gtk.c
7215                 Rework prefs page, patch by Fabien 
7216
7217 2006-03-03 [colin]      2.0.0cvs103
7218
7219         * src/plugins/clamav/clamav_plugin.c
7220                 Set error on all errors
7221
7222 2006-03-03 [colin]      2.0.0cvs102
7223
7224         * src/common/plugin.c
7225                 Initialize error to avoid crashing when a plugin fails
7226                 without setting error
7227
7228 2006-03-02 [wwp]        2.0.0cvs101
7229
7230         * configure.ac
7231                 fixed linker flags for libetpan support on Cygwin
7232                 (thanks to H.Merijn Brand).
7233
7234 2006-03-02 [wwp]        2.0.0cvs100
7235
7236         * src/addressbook.c
7237                 fix some AB error messages: one for punctuation and
7238                 one wrongly duplicate (thanks, maxbritov).
7239
7240 2006-03-02 [wwp]        2.0.0cvs99
7241
7242         * src/plugins/spamassassin/spamassassin.c
7243                 make sync calls to sa-learn/spamc to prevent
7244                 system (whatever local or client/server) overload.
7245
7246 2006-03-02 [colin]      2.0.0cvs98
7247
7248         * src/summaryview.c
7249                 Put the spam icon in the status column instead of the
7250                 mark one
7251
7252 2006-03-01 [colin]      2.0.0cvs97
7253
7254         * src/plugins/spamassassin/spamassassin.c
7255                 Fix segfault (g_file_set_contents fails for some 
7256                 reason and err==0x2f. Can't find out why with
7257                 valgrind, using working function :-)
7258
7259 2006-03-01 [colin]      2.0.0cvs96
7260
7261         * src/inc.c
7262                 Offline overriding: let 'No' be cached only 3 seconds
7263
7264 2006-03-01 [colin]      2.0.0cvs95
7265
7266         * src/addr_compl.c
7267         * src/addrbook.c
7268         * src/addressbook.c
7269         * src/addrindex.c
7270         * src/folder_item_prefs.c
7271         * src/headerview.c
7272         * src/imap.c
7273         * src/inc.c
7274         * src/ldif.c
7275         * src/mainwindow.c
7276         * src/mh.c
7277         * src/msgcache.c
7278         * src/prefs_common.h
7279         * src/prefs_msg_colors.c
7280         * src/procheader.c
7281         * src/procheader.h
7282         * src/procmime.c
7283         * src/procmsg.c
7284         * src/procmsg.h
7285         * src/send_message.h
7286         * src/simple-gettext.c
7287         * src/summaryview.c
7288         * src/summaryview.h
7289         * src/syldap.c
7290         * src/textview.c
7291         * src/undo.c
7292         * src/common/ssl_certificate.c
7293         * src/common/utils.c
7294         * src/gtk/colorsel.c
7295         * src/gtk/gtksctree.c
7296         * src/gtk/gtkshruler.c
7297         * src/plugins/trayicon/trayicon.c
7298                 #if 0 goes to /dev/null
7299
7300 2006-03-01 [colin]      2.0.0cvs94
7301
7302         * src/compose.c
7303         * src/imap.c
7304         * src/inc.c
7305         * src/inc.h
7306         * src/messageview.c
7307         * src/news.c
7308         * src/plugins/spamassassin/spamassassin.c
7309                 Allow to add information in the "working offline"
7310                 window
7311
7312 2006-03-01 [wwp]        2.0.0cvs93
7313
7314         * src/plugins/spamassassin/spamassassin.c
7315                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7316                 'cause it seems that calling `spamc ... < inputfile` with
7317                 g_spawn_(a)sync simply.. erm doesn't work :-).
7318
7319 2006-03-01 [wwp]        2.0.0cvs92
7320
7321         * src/toolbar.c
7322         * src/toolbar.h
7323                 simplify the adding of spam/ham button to the messageview toolbar
7324                 (it gets more clear now that the same button will be "Mark as spam"
7325                 or "Mark as ham" according to the current message status,
7326                 thanks to Colin).
7327
7328 2006-03-01 [wwp]        2.0.0cvs91
7329
7330         * src/messageview.c
7331         * src/procmsg.c
7332         * src/procmsg.h
7333         * src/summaryview.c
7334         * src/plugins/spamassassin/spamassassin.c
7335         * src/plugins/spamassassin/spamassassin.h
7336                 make learner callbacks return a status (0 for ok),
7337                 handle it in main code to avoid setting flags when learning failed,
7338                 don't learn on TCP if offline in spamassassin,
7339                 thanks to Colin.
7340
7341                 
7342
7343 2006-03-01 [wwp]        2.0.0cvs90
7344
7345         * src/compose.c
7346                 some work around the compose window's account menu,
7347                 patch by Fabien Vantard.
7348
7349 2006-03-01 [wwp]        2.0.0cvs89
7350
7351         * src/plugins/spamassassin/spamassassin.c
7352                 fixed bad logics, was using spamc in local mode and sa-learn
7353                 in remote mode (thanks, Colin).
7354
7355 2006-03-01 [wwp]        2.0.0cvs88
7356
7357         * src/plugins/spamassassin/spamassassin.c
7358         * src/plugins/spamassassin/spamassassin.h
7359         * src/plugins/spamassassin/spamassassin_gtk.c
7360                 made processing of emails w/ sa-plugin an option (default is TRUE),
7361                 fixed Engrish some tooltips, capitalization of some debug messages
7362                 and warnings. The spamassassin plugin now provides two separate
7363                 services: process emails upon incorporation and spamd training.
7364                 Both services (un)register independently but use some common
7365                 plugin settings (transport settings, spam storage location).
7366
7367 2006-02-28 [wwp]        2.0.0cvs87
7368
7369         * src/plugins/spamassassin/spamassassin.c
7370                 fix async flag to spamc cmdline execution (batch exec should
7371                 be asynchronous).
7372
7373 2006-02-27 [wwp]        2.0.0cvs86
7374
7375         * src/plugins/spamassassin/spamassassin.c
7376         * src/plugins/spamassassin/spamassassin.h
7377         * src/plugins/spamassassin/spamassassin_gtk.c
7378                 - added the ability to learn a remote spamassassin server (spamd),
7379                 using spamc.
7380                 - added the spamassassin option 'username', that applies to all
7381                 spamassassin operations (filtering, learning, local or remote).
7382                 The default username is the current unix user (if left blank
7383                 from gtk prefs or config file).
7384                 - commented out some unused code (notebook widget), removed unused
7385                 layout (hbox1).
7386                 - make more widgets sensitive to the transport type.
7387
7388 2006-02-27 [colin]      2.0.0cvs85
7389
7390         * src/plugins/spamassassin/spamassassin.c
7391                 Fix sa-learn call when offline
7392
7393 2006-02-27 [colin]      2.0.0cvs84
7394
7395         * configure.ac
7396         * src/Makefile.am
7397         * src/mainwindow.c
7398         * src/mainwindow.h
7399         * src/messageview.c
7400         * src/messageview.h
7401         * src/prefs_toolbar.c
7402         * src/procmsg.c
7403         * src/stock_pixmap.c
7404         * src/stock_pixmap.h
7405         * src/summaryview.c
7406         * src/toolbar.c
7407         * src/toolbar.h
7408         * src/pixmaps/ham_btn.xpm
7409         * src/pixmaps/spam.xpm
7410         * src/pixmaps/spam_btn.xpm
7411         * src/plugins/spamassassin/spamassassin.c
7412                 Add button in toolbar for spam learning
7413                 Fix a few bugs from the last related commit
7414                 Revert 1.9.6cvs23 which messed up shift-selection
7415
7416 2006-02-24 [colin]      2.0.0cvs83
7417
7418         * src/procmsg.c
7419         * src/summaryview.c
7420         * src/summaryview.h
7421         * src/plugins/spamassassin/spamassassin.c
7422         * src/plugins/spamassassin/spamassassin.h
7423         * src/plugins/spamassassin/spamassassin_gtk.c
7424                 Unregister learner when spamassassin is either
7425                 disabled or over tcp
7426
7427 2006-02-24 [colin]      2.0.0cvs82
7428
7429         * src/Makefile.am
7430         * src/mainwindow.c
7431         * src/mainwindow.h
7432         * src/procmsg.c
7433         * src/procmsg.h
7434         * src/stock_pixmap.c
7435         * src/stock_pixmap.h
7436         * src/summaryview.c
7437         * src/summaryview.h
7438         * src/gtk/icon_legend.c
7439         * src/pixmaps/spam.xpm  ** NEW FILE **
7440         * src/plugins/spamassassin/spamassassin.c
7441         * src/plugins/spamassassin/spamassassin_gtk.c
7442                 Add spam learning interface (Mark/Mark as 
7443                 (spam|ham) menus)
7444
7445 2006-02-24 [wwp]        2.0.0cvs81
7446
7447         * src/compose.c
7448         * src/compose.h
7449         * src/filtering.c
7450                 hide compose window when sending message in batch mode
7451                 (filtering: forward and redirect). Also fixed a wrong
7452                 value returned when sending failed, neutral anyway.
7453                 (Colin, me) 
7454
7455 2006-02-24 [wwp]        2.0.0cvs80
7456
7457         * src/mainwindow.c
7458                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7459
7460 2006-02-24 [paul]       2.0.0cvs79
7461
7462         * src/news.c
7463         * src/news.h
7464         * src/news_gtk.c
7465                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7466                 Thanks to Colin
7467
7468 2006-02-23 [colin]      2.0.0cvs78
7469
7470         * src/alertpanel.c
7471                 Change OK to Close in alertpanel with View log
7472                 button; add accel to View log. Patch by Fabien
7473                 Vantard
7474
7475 2006-02-23 [wwp]        2.0.0cvs77
7476
7477         * src/compose.c
7478                 silly me, there were much more tests to perform, since toolbars can
7479                 really have down to 1 element only.
7480
7481 2006-02-23 [wwp]        2.0.0cvs76
7482
7483         * commitHelper
7484                 fixed indentation from my previous commit. Fallback to VISUAL if
7485                 EDITOR is not set (and to vi, at last resort).
7486
7487 2006-02-23 [wwp]        2.0.0cvs75
7488
7489         * commitHelper
7490                 improved error detection (Colin, me).
7491
7492 2006-02-23 [wwp]        2.0.0cvs74
7493
7494         * src/prefs_toolbar.c
7495                 simplify and fix prefs/toolbars layouting. Combos' contents can
7496                 now be really displayed.
7497
7498 2006-02-23 [wwp]        2.0.0cvs73
7499         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7500         be really displayed.
7501
7502 2006-02-22 [wwp]        2.0.0cvs72
7503
7504         * src/compose.c
7505                 fix a typo in my previous commit (sorry!).
7506
7507 2006-02-22 [wwp]        2.0.0cvs71
7508
7509         * src/prefs_toolbar.c
7510                 fix a crash when adding separators to toolbars,
7511                 also fix some separator item information.
7512
7513 2006-02-22 [wwp]        2.0.0cvs70
7514
7515         * src/compose.c
7516                 fix a crash when redirecting (for instance) when compose window's
7517                 toolbar contents has been customized (when some buttons have been
7518                 removed in fact).
7519
7520 2006-02-21 [wwp]        2.0.0cvs69
7521
7522         * src/summaryview.c
7523         * src/gtk/pluginwindow.c
7524         * src/plugins/pgpcore/prefs_gpg.c
7525                 fix some compilation warnings (feat. remains of removed code).
7526
7527 2006-02-21 [wwp]        2.0.0cvs68
7528
7529         * src/gtk/gtkutils.c
7530                 fix two compilation issues, thanks to Stephan Sachse.
7531
7532 2006-02-20 [colin]      2.0.0cvs67
7533
7534         * src/mainwindow.c
7535                 Don't reselect displayed mail on refocus
7536                 This fixes actions misbehaving 
7537
7538 2006-02-20 [wwp]        2.0.0cvs66
7539
7540         * src/summaryview.c
7541         * src/gtk/gtksctree.c
7542         * src/gtk/gtkshruler.c
7543                 changed more runtime typecast checks.
7544
7545 2006-02-20 [wwp]        2.0.0cvs65
7546
7547         * src/summary_search.c
7548                 find all - summaryview refresh issue fixed, thanks to Colin.
7549
7550 2006-02-20 [wwp]        2.0.0cvs64
7551
7552         * src/gtk/gtkutils.c
7553                 better runtime typecast checks.
7554
7555 2006-02-20 [wwp]        2.0.0cvs63
7556
7557         * src/summary_search.c
7558                 enhancements to the summary search:
7559                         - add the ability to stop the running search
7560                           (upon ESC-key press, new Stop button or when Clear button is pressed)
7561                         - don't search if no criteria (From/To/Subject/Body) is set
7562                         - ensure that a busy mouse pointer is always shown when searching,
7563                           show it even a bit earlier
7564
7565 2006-02-19 [colin]      2.0.0cvs62
7566
7567         * src/compose.c
7568         * src/imap.c
7569         * src/etpan/imap-thread.c
7570         * src/etpan/imap-thread.h
7571                 (Future) IMAP speed improvement on sending
7572                 Will require a libetpan update
7573         * src/summaryview.c
7574         * src/gtk/quicksearch.c
7575                 Make quicksearch clearable while running.
7576
7577 2006-02-17 [colin]      2.0.0cvs61
7578
7579         * src/imap.c
7580         * src/etpan/imap-thread.c
7581         * src/etpan/imap-thread.h
7582                 Check for IMAP certificates
7583                 ** Requires libetpan-0.42-cvs4 
7584                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
7585
7586 2006-02-17 [colin]      2.0.0cvs60
7587
7588         * src/messageview.c
7589         * src/prefs_common.c
7590         * src/prefs_common.h
7591         * src/prefs_message.c
7592                 Add pref to display HTML-only mails with plugin, 
7593                 if possible (defaulting to FALSE of course).
7594
7595 2006-02-16 [colin]      2.0.0cvs59
7596
7597         * src/main.c
7598         * src/common/plugin.c
7599         * src/common/plugin.h
7600         * src/gtk/pluginwindow.c
7601                 Keep track of requested (but unloaded) plugins
7602                 in some error cases.
7603
7604 2006-02-16 [wwp]        2.0.0cvs58
7605
7606         * src/gtk/gtkaspell.c
7607         * src/gtk/gtkaspell.h
7608         * src/prefs_spelling.c
7609         * src/compose.c
7610         * src/prefs_common.c
7611         * src/prefs_common.h
7612                 implemented new optional spellchecker behaviour: re-check message when
7613                 dictionary got changed (from compose-window/context-menu/Change dictionary).
7614
7615 2006-02-16 [wwp]        2.0.0cvs57
7616
7617         * src/quote_fmt_parse.y
7618                 pclose popen'ed pipe.
7619
7620 2006-02-15 [colin]      2.0.0cvs56
7621
7622         * src/mimeview.c
7623         * src/mimeview.h
7624                 Let MimeViewers know which MimeView they
7625                 depend of.
7626         * src/summaryview.c
7627                 Swap From/To columns in Sent/Queue/Drafts
7628                 folders
7629         * src/etpan/imap-thread.c
7630                 Use mailstream_low_tls_open() for STARTTLS
7631                 instead of mailstream_low_ssl_open()
7632                 ** REQUIRES libetpan 0.42cvs3 **
7633
7634 2006-02-15 [wwp]        2.0.0cvs55
7635
7636         * src/compose.c
7637         * src/compose.h
7638         * src/message_search.c
7639         * src/message_search.h
7640         * src/textview.c
7641         * src/gtk/gtkutils.c
7642         * src/gtk/gtkutils.h
7643                 added the ability to Find text in the compose window (and a bit
7644                 of code factorization).
7645
7646 2006-02-15 [wwp]        2.0.0cvs54
7647
7648         * src/prefs_gtk.c
7649                 yet another one file was missing (fix for some widgets' sensitivity).
7650                 Thanks Colin!
7651
7652 2006-02-15 [wwp]        2.0.0cvs53
7653
7654         * src/prefs_gtk.h
7655                 oops forgot that file (fix for some widgets' sensitivity).
7656
7657 2006-02-15 [wwp]        2.0.0cvs52
7658
7659         * src/summary_search.c
7660                 implemented advanced summary search options (added the ability
7661                 to use matcher conditions in an advanced search mode).
7662
7663 2006-02-15 [wwp]        2.0.0cvs51
7664
7665         * src/plugins/pgpcore/prefs_gpg.c
7666         * src/prefs_account.c
7667                 fix some widget sensitivity, mostly around some labels in
7668                 account prefs.
7669
7670 2006-02-15 [paul]       2.0.0cvs50
7671
7672         * manual/advanced.xml
7673                 improve Templates info
7674                 written by wwp
7675
7676 2006-02-14 [colin]      2.0.0cvs49
7677
7678         * src/pixmaps/address_book.xpm
7679         * src/pixmaps/preferences.xpm
7680         * src/pixmaps/properties.xpm
7681                 Fix pixmap size - patch by Fabien Vantard
7682
7683 2006-02-13 [colin]      2.0.0cvs48
7684
7685         * src/procmime.c
7686                 Add missing fclose()s on error
7687         * src/textview.c
7688                 Remove unused code
7689         * src/common/utils.c
7690                 Fix temp files not being deleted on windows
7691         Patches by Thomas Gilgin
7692
7693 2006-02-13 [colin]      2.0.0cvs47
7694
7695         * src/mainwindow.c
7696                 Fix exit crash
7697
7698 2006-02-13 [wwp]        2.0.0cvs46
7699
7700         * src/plugins/pgpcore/prefs_gpg.c
7701                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
7702
7703 2006-02-12 [colin]      2.0.0cvs45
7704
7705         * src/folderview.c
7706         * src/main.c
7707         * src/mainwindow.c
7708                 Fix "stuff" when quitting
7709
7710 2006-02-12 [wwp]        2.0.0cvs44
7711
7712         * src/prefs_themes.c
7713                 fix typos in debug messages.
7714
7715 2006-02-11 [colin]      2.0.0cvs43
7716
7717         * src/summaryview.c
7718                 don't allow drag/drop from ourself
7719
7720 2006-02-10 [wwp]        2.0.0cvs42
7721
7722         * src/exporthtml.c
7723         * src/html.c
7724         * src/html.h
7725         * src/procmime.c
7726         * src/textview.c
7727                 renamed html_ prefixed functions and data structures to avoid
7728                 namespace clashes w/ other software (gtkhtml2 for instance).
7729                 Closes bug #907.
7730
7731
7732 2006-02-09 [colin]      2.0.0cvs41
7733
7734         * src/summaryview.c
7735                 Fix shitty logic messed up. Thanks Ticho for the hint!
7736
7737 2006-02-09 [wwp]        2.0.0cvs40
7738
7739         * src/gtk/about.c
7740         * src/compose.c
7741         * src/prefs_account.c
7742         * src/prefs_gtk.h
7743         * src/editaddress.c
7744                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
7745                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
7746                 Browse buttons in accounts prefs.
7747
7748 2006-02-09 [colin]      2.0.0cvs39
7749
7750         * src/matcher.c
7751                 Check for pointer before using its members
7752         * src/gtk/gtksourceprintjob.c
7753                 Fix a wrong warning
7754
7755 2006-02-09 [wwp]        2.0.0cvs38
7756
7757         * src/gtk/filesel.c
7758                 fix few compiler warnings (type mismatch).
7759
7760 2006-02-09 [paul]       2.0.0cvs37
7761
7762         * po/fr.po
7763                 updated by Fabien Vantard
7764
7765 2006-02-08 [colin]      2.0.0cvs36
7766
7767         * src/prefs_common.c
7768         * src/common/defs.h
7769         * src/common/plugin.c
7770                 allow windows and linux configurations to coexist
7771                 patch by Thomas Gilgin
7772
7773 2006-02-08 [colin]      2.0.0cvs35
7774
7775         * src/filtering.c
7776         * src/matcher.c
7777         * src/matcher.h
7778         * src/matcher_parser_parse.y
7779         * src/prefs_filtering_action.c
7780         * src/prefs_matcher.c
7781                 Add the "Ignore thread" filtering
7782                 action
7783
7784 2006-02-08 [colin]      2.0.0cvs34
7785
7786         * src/compose.c
7787         * src/procmime.c
7788         * src/procmime.h
7789                 Fix bug #905 (damaged attachment)
7790                 text files with raw \0's aren't really text files
7791         FOR_STABLE
7792
7793 2006-02-08 [colin]      2.0.0cvs33
7794
7795         * src/summaryview.c
7796                 Fix crasher introduced yesterday
7797
7798 2006-02-08 [wwp]        2.0.0cvs32
7799
7800         * src/compose.c
7801         * src/compose.h
7802                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
7803
7804 2006-02-08 [wwp]        2.0.0cvs31
7805
7806         * src/prefs_template.c
7807                 templates enhancement: allow address completion for Cc and Bcc fields
7808                 (it was currently possible for the To field only)
7809
7810 2006-02-08 [colin]      2.0.0cvs30
7811
7812         * src/compose.c
7813                 Don't unblock if not blocked
7814         FOR_STABLE
7815
7816 2006-02-07 [colin]      2.0.0cvs29
7817
7818         * src/action.c
7819                 Forgot to refresh summaryview
7820
7821 2006-02-07 [colin]      2.0.0cvs28
7822
7823         * src/action.c
7824                 Freeze/thaw message list and folder list while
7825                 processing %as{} actions 
7826         * src/compose.c
7827                 Fix auto-wrap disabling after a middle-click
7828                 paste - FOR_STABLE
7829
7830 2006-02-07 [paul]       2.0.0cvs27
7831
7832         * src/folder.c
7833                 fix freeing of uninitialised pointers
7834                 Thanks to Colin
7835
7836 2006-02-06 [colin]      2.0.0cvs26
7837
7838         * src/folder.c
7839                 Use g_slist_prepend in potentially big list
7840
7841 2006-02-06 [colin]      2.0.0cvs25
7842
7843         * src/folder.c
7844                 Completely skip processing if it doesn't 
7845                 exist (faster!)
7846
7847 2006-02-06 [colin]      2.0.0cvs24
7848
7849         * src/folder.c
7850         * src/summaryview.c
7851                 Batch filtering in summaryview (from Tools menu)
7852                 and pre/post//-processing too
7853
7854 2006-02-06 [colin]      2.0.0cvs23
7855
7856         * src/procmsg.h
7857         * src/filtering.c
7858                 Use a special field for batch filtering instead
7859                 of stepping on deferred execution's toes
7860
7861 2006-02-06 [colin]      2.0.0cvs22
7862
7863         * src/action.c
7864         * src/filtering.c
7865         * src/filtering.h
7866         * src/folder.c
7867         * src/summaryview.c
7868                 Fix filtering via menus and actions
7869
7870 2006-02-06 [colin]      2.0.0cvs21
7871
7872         * src/imap.c
7873                 Put the added file directly to cache if possible (will work
7874                 with next libetpan)
7875         * src/filtering.c
7876         * src/filtering.h
7877         * src/inc.c
7878         * src/folder.c
7879         * src/mbox.c
7880         * src/procmsg.h
7881                 Move and copy filtered messages by batches instead of one
7882                 by one - faster on IMAP
7883         * src/procmsg.c
7884                 Add a function that'll possibly be useful later
7885
7886 2006-02-06 [colin]      2.0.0cvs20
7887
7888         * src/addressbook.c
7889                 Use internal mime-type instead of text/plain for d'n'd
7890         * src/compose.c
7891                 Allow attaching files from mimeview's icon list via d'n'd
7892         * src/folderview.c
7893         * src/folderview.h
7894                 Use internal mime-type instead of text/plain for d'n'd
7895                 Don't try to selected opened folder if none is
7896                 Factorize d'n'd from other apps code
7897         * src/headerview.c
7898         * src/textview.c
7899         * src/gtk/gtkutils.c
7900         * src/gtk/gtkutils.h
7901                 Factorize Face/X-Face stuff
7902         * src/mimeview.c
7903                 Fix d'n'd to other apps
7904         * src/prefs_message.c
7905                 Let the XFace pref be usable without libcompface as it also
7906                 applies to Face
7907         * src/summaryview.c
7908                 Fix d'n'd to other apps
7909                 Factorize d'n'd from other apps code
7910
7911 2006-02-06 [wwp]        2.0.0cvs19
7912
7913         * po/it.po
7914                 Italian translation fixes by Andrea Spadaccini (no more confusion
7915                 between filtering and processing, and few changes in the About
7916                 dialog).
7917
7918
7919 2006-02-06 [mones]      2.0.0cvs18
7920
7921         * src/gtk/icon_legend.c
7922                 Improved descriptions allowing better translations
7923
7924 2006-02-05 [colin]      2.0.0cvs17
7925
7926         * src/imap.c
7927                 Add the f*cking missing expunge that caused imap_fetch_env
7928                 to fail after an add_msgs ! :-///
7929         * src/etpan/imap-thread.c
7930                 Add a bit of debug
7931         FOR_STABLE
7932
7933 2006-02-05 [colin]      2.0.0cvs16
7934
7935         * src/common/utils.c
7936                 Don't check for return-path (or we can't put
7937                 back non-sent mails)
7938
7939 2006-02-05 [colin]      2.0.0cvs15
7940
7941         * src/textview.c
7942                 Don't try to display Face header in textview
7943                 when teh headerview's active
7944
7945 2006-02-05 [colin]      2.0.0cvs14
7946
7947         * tools/tbird2syl.py
7948         * tools/Makefile.am
7949                 Add script to import Thunderbird mails
7950
7951 2006-02-05 [colin]      2.0.0cvs13
7952
7953         * src/headerview.c
7954         * src/procheader.c
7955         * src/procmsg.c
7956         * src/procmsg.h
7957         * src/textview.c
7958                 Show Face headers - patch partially by Klaus Flittner
7959
7960 2006-02-05 [colin]      2.0.0cvs12
7961
7962         * src/folderview.c
7963         * src/summaryview.c
7964         * src/common/utils.c
7965         * src/common/utils.h
7966                 Let dnd work from mime icons to summaryview
7967                 and to folderview too
7968                 Add a crude test to avoid trying to add files
7969                 drag'n'dropped when they're not mails
7970
7971 2006-02-04 [colin]      2.0.0cvs11
7972
7973         * src/summaryview.c
7974         * src/mimeview.c
7975                 Fix utf8 conversion
7976
7977 2006-02-04 [colin]      2.0.0cvs10
7978
7979         * src/compose.c
7980         * src/folderview.c
7981         * src/mimeview.c
7982         * src/summaryview.c
7983         * src/summaryview.h
7984                 Added various drag and drop capas:
7985                 From                    To
7986                 summaryview             other apps
7987                 mimeview icons          other apps
7988                 other apps              summaryview
7989                 other apps              folderview
7990
7991                 This shouldn't have broken the existing:
7992                 From                    To
7993                 summaryview             folderview
7994                 folderview              folderview
7995                 summaryview             compose's attachments
7996
7997         Tests welcomed.
7998
7999 2006-02-02 [paul]       2.0.0cvs9
8000
8001         * src/mainwindow.c
8002                 move global option 'Set displayed columns...' out
8003                 of folder option grouping.
8004                 fix sensitivity of 'harvest addresses'
8005         FOR_STABLE
8006
8007 2006-02-01 [colin]      2.0.0cvs8
8008
8009         * src/mimeview.c
8010                 Revert the alertpanel patch, it sucks (intrusive
8011                 and gets in the way of "open")
8012
8013 2006-02-01 [colin]      2.0.0cvs7
8014
8015         * src/compose.c
8016         * src/prefs_account.c
8017         * src/prefs_common.c
8018         * src/common/defs.h
8019         * src/common/utils.c
8020         * src/common/utils.h
8021                 Add ability to edit the signature file
8022                 from the account preferences, and use
8023                 a default for the text editor.
8024                 Patch by Fabien Vantard
8025
8026 2006-02-01 [colin]      2.0.0cvs6
8027
8028         * src/mimeview.c
8029                 Try to get mime type by extension if it is
8030                 application/octet-stream
8031                 Display a window with possible choices when
8032                 encountering unknown mime types
8033         * src/gtk/filesel.c
8034         * src/gtk/filesel.h
8035                 Add preview
8036                 Allow multiple selection in filtered filesel
8037                 (patch by Fabien Vantard)
8038         * src/gtk/pluginwindow.c
8039                 Use it (patch by Fabien Vantard)
8040
8041 2006-02-01 [paul]       2.0.0cvs5
8042
8043         * src/jpilot.c
8044                 fix crash on creating jpilot address book
8045                 Thanks to Colin - FOR_STABLE
8046         * src/prefs_summaries.c
8047         * src/prefs_wrapping.c
8048         * src/gtk/icon_legend.c
8049         * src/gtk/quicksearch.c
8050                 string fixes and additions
8051
8052 2006-02-01 [paul]       2.0.0cvs4
8053
8054         * src/compose.c
8055         * src/mainwindow.c
8056         * src/messageview.c
8057         * src/prefs_send.c
8058                 add Arabic encoding option
8059                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8060
8061 2006-01-31 [colin]      2.0.0cvs3
8062
8063         * src/plugins/pgpcore/passphrase.c
8064                 Convert passphrase to locale encoding
8065         * src/compose.c
8066                 Fix drafting on IMAP. Crappy bug sneaked in
8067                 the release :-/
8068         FOR_STABLE
8069
8070 2006-01-30 [paul]       2.0.0cvs2
8071
8072         * src/gtk/icon_legend.c
8073                 show the new entries
8074
8075 2006-01-30 [colin]      2.0.0cvs1
8076
8077         * src/manual.c
8078                 Check for the file to be present before 
8079                 enabling the menu - FOR_STABLE
8080         * src/gtk/icon_legend.c
8081                 Add folders icons (not all of them, there
8082                 are too much, but the most intriguing ones)
8083
8084 2006-01-30 [paul]       2.0.0
8085
8086         version 2.0.0 released
8087
8088 2006-01-30 [paul]       1.9.100cvs200
8089
8090         * manual/faq.xml
8091         * manual/gpl.xml
8092         * manual/intro.xml
8093         * manual/starting.xml
8094         * manual/sylpheed-claws-manual.xml
8095                 fixes, additions
8096
8097 2006-01-29 [mones]      1.9.100cvs199
8098
8099         * manual/account.xml
8100         * manual/advanced.xml
8101         * manual/glossary.xml
8102                 Some typos fixed, added LDIF term to glossary
8103         * po/es.po
8104                 Fixed leading plus symbol
8105
8106 2006-01-29 [paul]       1.9.100cvs198
8107
8108         * po/fi.po
8109         * po/sk.po
8110                 updated by Tommi Pirinen and Andrej Kacian
8111
8112 2006-01-29 [paul]       1.9.100cvs197
8113
8114         * src/gtk/authors.h
8115                 remove duplicates
8116
8117 2006-01-29 [paul]       1.9.100cvs196
8118
8119         * AUTHORS
8120         * po/nl.po
8121         * src/gtk/authors.h
8122         * tools/claws.i18n.status.pl
8123                 nl translation updated by Tim Dijkstra
8124
8125 2006-01-29 [paul]       1.9.100cvs195
8126
8127         * po/sr.po
8128         * po/sv.po
8129                 updated by Aleksandar Urosevic and Anders Troback
8130
8131 2006-01-28 [colin]      1.9.100cvs194
8132
8133         * src/gtk/gtksourceprintjob.c
8134                 Don't fiddle with PangoLayout when we
8135                 have an image
8136
8137 2006-01-28 [paul]       1.9.100cvs193
8138
8139         * AUTHORS
8140         * po/el.po
8141         * po/zh_CN.po
8142         * src/gtk/authors.h
8143         * tools/claws.i18n.status.pl
8144                 updated translations submitted by Stavros Giannouris
8145                 and Ralgh Young
8146
8147 2006-01-27 [colin]      1.9.100cvs192
8148
8149         * src/summaryview.c
8150         * src/gtk/gtksourceprintjob.c
8151                 Add image printing 
8152                 (libgnomeprint only, of course)
8153
8154 2006-01-27 [paul]       1.9.100cvs191
8155
8156         * po/fr.po
8157         * po/it.po
8158                 updated by Fabien Vantard and Andrea Spadaccini
8159
8160 2006-01-26 [colin]      1.9.100cvs190
8161
8162         * manual/Makefile.am
8163         * configure.ac
8164                 Make building the manual optional 
8165                 (--disable-manual)
8166
8167 2006-01-26 [paul]       1.9.100cvs189
8168
8169         * manual/glossary.xml
8170         * manual/plugins.xml
8171                 edited
8172         * po/en_GB.po
8173                 updated
8174
8175 2006-01-26 [paul]       1.9.100cvs188
8176
8177         * src/prefs_display_header.c
8178         * src/prefs_folder_column.c
8179         * src/prefs_msg_colors.c
8180         * src/prefs_summaries.c
8181         * src/prefs_summary_column.c
8182                 HIGify
8183
8184 2006-01-25 [colin]      1.9.100cvs187
8185
8186         * src/imap.c
8187                 Don't allow moving/copying mails between
8188                 queue/drafts and non-queue/drafts folders
8189                 Fixes bug #897 (message header is resetted 
8190                 if one is copied to Drafts)
8191
8192 2006-01-25 [colin]      1.9.100cvs186
8193
8194         * src/folder.c
8195         * src/mainwindow.c
8196                 Fix subscribed folders not found
8197         * src/compose.c
8198                 Don't try to encode as original mail's charset
8199                 if it's ascii 
8200
8201 2006-01-25 [paul]       1.9.100cvs185
8202
8203         * AUTHORS
8204         * po/Makevars
8205                 updated
8206         * po/de.po
8207         * po/pl.po
8208         * po/pt_BR.po
8209         * po/sr.po
8210                 updates submitted by Stephan Sachse, Emilian Nowak
8211                 and Quar, Frederico Goncalves Guimaraes, and
8212                 Aleksandar Urosevic
8213                 Fix Bug 896, 'PT_BR locale broken'.
8214         * src/gtk/authors.h
8215                 updated
8216
8217 2006-01-24 [mones]      1.9.100cvs184
8218
8219         * manual/glossary.xml
8220                 All current terms finished. Reviewers welcome ;-)
8221         * manual/keyboard.xml
8222                 Fixed column width for pdf output.
8223         * po/es.po
8224                 Updated
8225
8226 2006-01-24 [paul]       1.9.100cvs183
8227
8228         * manual/glossary.xml
8229                 fix id name
8230         * manual/dist/html/Makefile.am
8231         * manual/dist/pdf/Makefile.am
8232         * manual/dist/ps/Makefile.am
8233         * manual/dist/txt/Makefile.am
8234                 fix make deps
8235                 Thanks to Colin
8236
8237 2006-01-24 [mones]      1.9.100cvs182
8238
8239         * manual/glossary.xml
8240                 Nearly finished, some terms missing.
8241
8242 2006-01-23 [paul]       1.9.100cvs181
8243
8244         * manual/dist/html/Makefile.am
8245         * manual/dist/pdf/Makefile.am
8246         * manual/dist/ps/Makefile.am
8247         * manual/dist/txt/Makefile.am
8248         * src/mainwindow.c
8249                 re-enable manual
8250                 Thanks to Colin
8251
8252 2006-01-22 [colin]      1.9.100cvs180
8253
8254         * src/compose.c
8255         * src/gtk/gtkaspell.c
8256                 Don't deselect stuff before right-clicking, with aspell.
8257                 (This prevented right-click Copy, for example).
8258                 Thanks to Clo!
8259
8260 2006-01-22 [paul]       1.9.100cvs179
8261
8262         * src/summary_search.c
8263                 don't fix the widget size as it causes problems
8264                 under localisation.
8265                 Thanks to Emilian Nowak
8266
8267 2006-01-21 [paul]       1.9.100cvs178
8268
8269         * src/prefs_themes.c
8270                 fix broken underlining of label text
8271                 with some translations
8272
8273 2006-01-21 [colin]      1.9.100cvs177
8274
8275         * po/fr.po
8276                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8277
8278 2006-01-20 [colin]      1.9.100cvs176
8279
8280         * configure.ac
8281         * Makefile.am
8282         * manual/Makefile
8283         * manual/dist/html/.cvsignore
8284         * manual/dist/html/Makefile.am
8285         * manual/dist/pdf/.cvsignore
8286         * manual/dist/pdf/Makefile.am
8287         * manual/dist/ps/.cvsignore
8288         * manual/dist/ps/Makefile.am
8289         * manual/dist/txt/.cvsignore
8290         * manual/dist/txt/Makefile.am
8291                 Autotool-ize manual
8292
8293 2006-01-20 [paul]       1.9.100cvs175
8294
8295         * manual/handling.xml
8296                 make Filtering and Searching entries easier to find
8297         * manual/keyboard.xml
8298                 add the remaining default keybinds
8299         * src/prefs_summaries.c
8300                 update the default keybinds
8301
8302 2006-01-20 [paul]       1.9.100cvs174
8303
8304         * src/addressbook.c
8305         * src/addrgather.c
8306         * src/addrharvest.c
8307         * src/editaddress.c
8308         * src/editgroup.c
8309         * src/exphtmldlg.c
8310         * src/expldifdlg.c
8311         * src/exporthtml.c
8312         * src/exportldif.c
8313         * src/ldif.c
8314                 replace 'e-mail' with 'email'
8315         * src/summary_search.c
8316                 add mnemonic to "Find all" button
8317
8318 2006-01-20 [wwp]        1.9.100cvs173
8319
8320         * src/export.c
8321         * src/import.c
8322                 touched mbox import/export buttons for HIG-compliance
8323
8324 2006-01-19 [paul]       1.9.100cvs172
8325
8326         * manual/account.xml
8327         * manual/addrbook.xml
8328         * manual/advanced.xml
8329         * manual/faq.xml
8330         * manual/handling.xml
8331         * manual/intro.xml
8332         * manual/plugins.xml
8333         * manual/starting.xml
8334                 more editing
8335
8336 2006-01-19 [paul]       1.9.100cvs171
8337
8338         * src/toolbar.c
8339                 allow use of trash button while receiving
8340                 Thanks to Colin
8341
8342 2006-01-19 [wwp]        1.9.100cvs170
8343
8344         * src/gtk/quicksearch.c
8345         * src/compose.c
8346                 force text color to black when yellow background is set
8347
8348 2006-01-19 [colin]      1.9.100cvs169
8349
8350         * src/plugins/trayicon/trayicon.c
8351                 Gray out Get Mail when already getting mail
8352
8353 2006-01-18 [paul]       1.9.100cvs168
8354
8355         * src/compose.c
8356                 give widget yellow background was To is
8357                 set via folder prefs
8358         * src/gtk/quicksearch.c
8359                 give widget yellow background when quick
8360                 search is active.
8361                 Thanks to Colin
8362
8363 2006-01-18 [paul]       1.9.100cvs167
8364
8365         * doc/man/sylpheed-claws.1
8366                 add --subscribe option
8367
8368 2006-01-18 [paul]       1.9.100cvs166
8369
8370         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8371         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8372                 use %U instead of %F (%F is broken for user installed
8373                 files in kde 3.5)
8374
8375 2006-01-18 [colin]      1.9.100cvs165
8376
8377         * src/summaryview.c
8378                 Default to Yes in "No more * messages" dialogs
8379
8380 2006-01-17 [colin]      1.9.100cvs164
8381
8382         * src/compose.c
8383                 Possibly fix an invalid iterator causing
8384                 crash
8385
8386 2006-01-17 [colin]      1.9.100cvs163
8387
8388         * src/mimeview.c
8389                 Fix crash when the image disappears under the
8390                 image viewer
8391
8392 2006-01-16 [colin]      1.9.100cvs162
8393
8394         * src/compose.c
8395                 Fix reenabling autowrap
8396
8397 2006-01-16 [colin]      1.9.100cvs161
8398
8399         * src/compose.c
8400                 reset quote_len before getting quote_str
8401
8402 2006-01-16 [colin]      1.9.100cvs160
8403
8404         * src/account.c
8405         * src/account.h
8406         * src/folder.c
8407         * src/imap_gtk.c
8408         * src/mh_gtk.c
8409                 Fix bug #883 (default inbox does not track folder move)
8410
8411 2006-01-16 [colin]      1.9.100cvs159
8412
8413         * src/compose.c
8414         * src/plugins/pgpcore/passphrase.c
8415                 More buttons fixes
8416
8417 2006-01-16 [paul]       1.9.100cvs158
8418
8419         * src/prefs_actions.c
8420         * src/prefs_filtering_action.c
8421         * src/prefs_matcher.c
8422         * src/quote_fmt.c
8423         * src/gtk/description_window.c
8424         * src/gtk/description_window.h
8425         * src/gtk/quicksearch.c
8426                 description window cleanups
8427
8428 2006-01-15 [colin]      1.9.100cvs157
8429
8430         * src/addressbook.c
8431         * src/prefs_filtering.c
8432                 Same here
8433
8434 2006-01-15 [colin]      1.9.100cvs156
8435
8436         * src/folderview.c
8437         * src/mainwindow.c
8438                 Same for "Empty trash"
8439
8440 2006-01-15 [colin]      1.9.100cvs155
8441
8442         * src/inc.c
8443                 Override offline dialog had Yes by default
8444
8445 2006-01-15 [colin]      1.9.100cvs154
8446
8447         * src/summaryview.c
8448                 Delete selected messages? previously had Yes the default
8449
8450 2006-01-15 [colin]      1.9.100cvs153
8451
8452         * src/folder.c
8453         * src/folder.h
8454         * src/main.c
8455                 Check if a mailbox is loaded after all
8456                 plugins are loaded.
8457
8458 2006-01-15 [colin]      1.9.100cvs152
8459
8460         * src/folder.c
8461                 Don't start wizard when there are unloaded folders (will help
8462                 people with only mbox or maildir mailboxes)
8463
8464 2006-01-14 [colin]      1.9.100cvs151
8465
8466         * src/addressbook.c
8467         * src/expldifdlg.c
8468         * src/importldif.c
8469         * src/importmutt.c
8470         * src/importpine.c
8471         * src/mh_gtk.c
8472                 More HIG compliance and fixes
8473
8474 2006-01-14 [colin]      1.9.100cvs150
8475
8476         * src/prefs_filtering_action.c
8477         * src/foldersel.c
8478                 Two forgotten button order changes
8479
8480 2006-01-14 [colin]      1.9.100cvs149
8481
8482         * src/account.c
8483         * src/addressbook.c
8484         * src/compose.c
8485         * src/folderview.c
8486         * src/imap_gtk.c
8487         * src/mainwindow.c
8488         * src/mh_gtk.c
8489         * src/news_gtk.c
8490         * src/prefs_actions.c
8491         * src/prefs_customheader.c
8492         * src/prefs_filtering.c
8493         * src/prefs_matcher.c
8494         * src/prefs_template.c
8495         * src/ssl_manager.c
8496         * src/summaryview.c
8497         * src/textview.c
8498         * src/toolbar.c
8499                 All deletion confirmations are now "Cancel, Delete" 
8500                 instead of "No, Yes"
8501                 Clarified most of the other "No, Yes" to 
8502                 "Cancel, Descriptive_action"
8503                 Rechanged the "Entry not saved" alerts to have 
8504                 "Close, Continue editing"
8505
8506
8507 2006-01-14 [paul]
8508
8509         * 2.0.0-rc4 released
8510
8511 2006-01-14 [paul]       1.9.100cvs148
8512
8513         * src/account.c
8514         * src/addressadd.c
8515         * src/addressbook.c
8516         * src/compose.c
8517         * src/editaddress.c
8518         * src/editbook.c
8519         * src/editgroup.c
8520         * src/editjpilot.c
8521         * src/editldap.c
8522         * src/editvcard.c
8523         * src/exphtmldlg.c
8524         * src/expldifdlg.c
8525         * src/folderview.c
8526         * src/grouplistdialog.c
8527         * src/imap_gtk.c
8528         * src/importmutt.c
8529         * src/importpine.c
8530         * src/inc.c
8531         * src/main.c
8532         * src/mainwindow.c
8533         * src/message_search.c
8534         * src/messageview.c
8535         * src/mh_gtk.c
8536         * src/mimeview.c
8537         * src/news_gtk.c
8538         * src/prefs_actions.c
8539         * src/prefs_customheader.c
8540         * src/prefs_filtering.c
8541         * src/prefs_matcher.c
8542         * src/prefs_template.c
8543         * src/prefs_themes.c
8544         * src/ssl_manager.c
8545         * src/summary_search.c
8546         * src/summaryview.c
8547         * src/textview.c
8548         * src/toolbar.c
8549         * src/gtk/foldersort.c
8550         * src/gtk/gtkaspell.c
8551         * src/gtk/inputdialog.c
8552         * src/gtk/prefswindow.c
8553         * src/plugins/pgpcore/select-keys.c
8554         * src/plugins/trayicon/trayicon.c
8555                 HIG compliant button order
8556
8557 2006-01-14 [mones]      1.9.100cvs147
8558
8559         * po/es.po
8560                 Updated translation
8561
8562 2006-01-13 [paul]       1.9.100cvs146
8563
8564         * AUTHORS
8565         * ChangeLog
8566         * src/gtk/authors.h
8567                 add Joshua M. Kwan to contributors list
8568
8569 2006-01-13 [colin]      1.9.100cvs145
8570
8571         * src/gtk/quicksearch.c
8572                 Don't refocus quick search after executing (Esc or Enter)
8573                 Allows to '/'search something then move up/down in 
8574                 summaryview, and to Esc a search and be back in the 
8575                 summaryview
8576
8577 2006-01-13 [paul]       1.9.100cvs144
8578
8579         * src/plugins/pgpinline/pgpinline.c
8580                 support Content-Type 'application/pgp'
8581                 patch by Joshua M. Kwan <joshuak@users.sf.net>
8582
8583 2006-01-13 [paul]       1.9.100cvs143
8584
8585         * manual/account.xml
8586                 make mention of partial retrieval
8587                 thanks to Colin
8588
8589 2006-01-13 [paul]       1.9.100cvs142
8590
8591         * src/account.c
8592         * src/account.h
8593         * src/action.c
8594         * src/action.h
8595         * src/adbookbase.h
8596         * src/addr_compl.c
8597         * src/addr_compl.h
8598         * src/addrbook.c
8599         * src/addrcache.c
8600         * src/addrcache.h
8601         * src/addrcindex.c
8602         * src/addrcindex.h
8603         * src/addrclip.c
8604         * src/addrclip.h
8605         * src/addrdefs.h
8606         * src/addressadd.c
8607         * src/addressadd.h
8608         * src/addressbook.c
8609         * src/addressbook.h
8610         * src/addrgather.c
8611         * src/addrgather.h
8612         * src/addrharvest.c
8613         * src/addrharvest.h
8614         * src/addrindex.c
8615         * src/addrindex.h
8616         * src/addritem.c
8617         * src/addritem.h
8618         * src/addrquery.c
8619         * src/addrquery.h
8620         * src/addrselect.c
8621         * src/addrselect.h
8622         * src/alertpanel.c
8623         * src/alertpanel.h
8624         * src/browseldap.c
8625         * src/browseldap.h
8626         * src/codeconv.c
8627         * src/codeconv.h
8628         * src/compose.c
8629         * src/compose.h
8630         * src/customheader.c
8631         * src/customheader.h
8632         * src/displayheader.c
8633         * src/displayheader.h
8634         * src/editaddress.c
8635         * src/editaddress.h
8636         * src/editbook.c
8637         * src/editbook.h
8638         * src/editgroup.c
8639         * src/editgroup.h
8640         * src/editjpilot.c
8641         * src/editjpilot.h
8642         * src/editldap.c
8643         * src/editldap.h
8644         * src/editldap_basedn.c
8645         * src/editldap_basedn.h
8646         * src/editvcard.c
8647         * src/editvcard.h
8648         * src/exphtmldlg.c
8649         * src/exphtmldlg.h
8650         * src/expldifdlg.c
8651         * src/expldifdlg.h
8652         * src/export.h
8653         * src/exporthtml.c
8654         * src/exporthtml.h
8655         * src/exportldif.c
8656         * src/exportldif.h
8657         * src/filtering.c
8658         * src/filtering.h
8659         * src/folder.c
8660         * src/folder.h
8661         * src/folder_item_prefs.c
8662         * src/folder_item_prefs.h
8663         * src/foldersel.c
8664         * src/foldersel.h
8665         * src/folderutils.c
8666         * src/folderutils.h
8667         * src/folderview.c
8668         * src/folderview.h
8669         * src/grouplistdialog.c
8670         * src/grouplistdialog.h
8671         * src/headerview.c
8672         * src/html.c
8673         * src/html.h
8674         * src/image_viewer.c
8675         * src/image_viewer.h
8676         * src/imap.c
8677         * src/imap.h
8678         * src/imap_gtk.c
8679         * src/imap_gtk.h
8680         * src/import.h
8681         * src/importldif.c
8682         * src/importldif.h
8683         * src/importmutt.c
8684         * src/importmutt.h
8685         * src/importpine.c
8686         * src/importpine.h
8687         * src/inc.c
8688         * src/inc.h
8689         * src/jpilot.c
8690         * src/jpilot.h
8691         * src/ldapctrl.c
8692         * src/ldapctrl.h
8693         * src/ldaplocate.c
8694         * src/ldaplocate.h
8695         * src/ldapquery.c
8696         * src/ldapquery.h
8697         * src/ldapserver.c
8698         * src/ldapserver.h
8699         * src/ldaputil.c
8700         * src/ldaputil.h
8701         * src/ldif.c
8702         * src/ldif.h
8703         * src/main.c
8704         * src/main.h
8705         * src/mainwindow.c
8706         * src/mainwindow.h
8707         * src/manual.c
8708         * src/manual.h
8709         * src/mbox.c
8710         * src/mbox.h
8711         * src/message_search.c
8712         * src/message_search.h
8713         * src/messageview.c
8714         * src/messageview.h
8715         * src/mh.c
8716         * src/mh.h
8717         * src/mh_gtk.c
8718         * src/mh_gtk.h
8719         * src/mimeview.c
8720         * src/mimeview.h
8721         * src/msgcache.c
8722         * src/msgcache.h
8723         * src/mutt.c
8724         * src/mutt.h
8725         * src/news.c
8726         * src/news.h
8727         * src/news_gtk.c
8728         * src/news_gtk.h
8729         * src/partial_download.c
8730         * src/partial_download.h
8731         * src/pine.c
8732         * src/pine.h
8733         * src/pop.c
8734         * src/pop.h
8735         * src/prefs_account.c
8736         * src/prefs_account.h
8737         * src/prefs_actions.c
8738         * src/prefs_actions.h
8739         * src/prefs_common.c
8740         * src/prefs_common.h
8741         * src/prefs_compose_writing.c
8742         * src/prefs_compose_writing.h
8743         * src/prefs_customheader.c
8744         * src/prefs_customheader.h
8745         * src/prefs_display_header.c
8746         * src/prefs_display_header.h
8747         * src/prefs_filtering.c
8748         * src/prefs_filtering.h
8749         * src/prefs_filtering_action.c
8750         * src/prefs_filtering_action.h
8751         * src/prefs_folder_column.c
8752         * src/prefs_folder_column.h
8753         * src/prefs_folder_item.c
8754         * src/prefs_folder_item.h
8755         * src/prefs_fonts.c
8756         * src/prefs_fonts.h
8757         * src/prefs_gtk.c
8758         * src/prefs_gtk.h
8759         * src/prefs_image_viewer.c
8760         * src/prefs_image_viewer.h
8761         * src/prefs_matcher.c
8762         * src/prefs_matcher.h
8763         * src/prefs_message.c
8764         * src/prefs_msg_colors.c
8765         * src/prefs_msg_colors.h
8766         * src/prefs_other.c
8767         * src/prefs_quote.c
8768         * src/prefs_receive.c
8769         * src/prefs_send.c
8770         * src/prefs_spelling.c
8771         * src/prefs_spelling.h
8772         * src/prefs_summaries.c
8773         * src/prefs_summaries.h
8774         * src/prefs_summary_column.c
8775         * src/prefs_summary_column.h
8776         * src/prefs_template.c
8777         * src/prefs_template.h
8778         * src/prefs_themes.c
8779         * src/prefs_themes.h
8780         * src/prefs_toolbar.c
8781         * src/prefs_toolbar.h
8782         * src/prefs_wrapping.c
8783         * src/prefs_wrapping.h
8784         * src/privacy.c
8785         * src/privacy.h
8786         * src/procheader.c
8787         * src/procheader.h
8788         * src/procmime.c
8789         * src/procmime.h
8790         * src/procmsg.c
8791         * src/procmsg.h
8792         * src/quote_fmt.c
8793         * src/quote_fmt_parse.y
8794         * src/recv.c
8795         * src/recv.h
8796         * src/remotefolder.c
8797         * src/remotefolder.h
8798         * src/send_message.c
8799         * src/send_message.h
8800         * src/setup.c
8801         * src/setup.h
8802         * src/sourcewindow.c
8803         * src/sourcewindow.h
8804         * src/ssl_manager.c
8805         * src/ssl_manager.h
8806         * src/statusbar.c
8807         * src/statusbar.h
8808         * src/stock_pixmap.c
8809         * src/stock_pixmap.h
8810         * src/summary_search.c
8811         * src/summary_search.h
8812         * src/summaryview.c
8813         * src/summaryview.h
8814         * src/syldap.c
8815         * src/syldap.h
8816         * src/textview.c
8817         * src/textview.h
8818         * src/toolbar.c
8819         * src/toolbar.h
8820         * src/undo.c
8821         * src/undo.h
8822         * src/unmime.c
8823         * src/unmime.h
8824         * src/vcard.c
8825         * src/vcard.h
8826         * src/wizard.c
8827         * src/wizard.h
8828         * src/common/base64.c
8829         * src/common/base64.h
8830         * src/common/defs.h
8831         * src/common/hooks.c
8832         * src/common/hooks.h
8833         * src/common/log.c
8834         * src/common/log.h
8835         * src/common/mgutils.c
8836         * src/common/mgutils.h
8837         * src/common/nntp.c
8838         * src/common/nntp.h
8839         * src/common/passcrypt.c
8840         * src/common/passcrypt.h.in
8841         * src/common/plugin.c
8842         * src/common/plugin.h
8843         * src/common/prefs.c
8844         * src/common/prefs.h
8845         * src/common/progressindicator.c
8846         * src/common/progressindicator.h
8847         * src/common/quoted-printable.c
8848         * src/common/quoted-printable.h
8849         * src/common/session.c
8850         * src/common/session.h
8851         * src/common/smtp.c
8852         * src/common/smtp.h
8853         * src/common/socket.c
8854         * src/common/socket.h
8855         * src/common/ssl.c
8856         * src/common/ssl.h
8857         * src/common/ssl_certificate.c
8858         * src/common/ssl_certificate.h
8859         * src/common/stringtable.c
8860         * src/common/stringtable.h
8861         * src/common/sylpheed.c
8862         * src/common/sylpheed.h
8863         * src/common/template.c
8864         * src/common/template.h
8865         * src/common/timing.h
8866         * src/common/utils.c
8867         * src/common/utils.h
8868         * src/common/version.h.in
8869         * src/common/xml.c
8870         * src/common/xml.h
8871         * src/common/xmlprops.c
8872         * src/common/xmlprops.h
8873         * src/gtk/colorlabel.c
8874         * src/gtk/colorsel.c
8875         * src/gtk/colorsel.h
8876         * src/gtk/description_window.c
8877         * src/gtk/description_window.h
8878         * src/gtk/filesel.c
8879         * src/gtk/filesel.h
8880         * src/gtk/foldersort.c
8881         * src/gtk/foldersort.h
8882         * src/gtk/gtkutils.c
8883         * src/gtk/gtkutils.h
8884         * src/gtk/inputdialog.c
8885         * src/gtk/inputdialog.h
8886         * src/gtk/logwindow.c
8887         * src/gtk/logwindow.h
8888         * src/gtk/manage_window.c
8889         * src/gtk/manage_window.h
8890         * src/gtk/menu.c
8891         * src/gtk/menu.h
8892         * src/gtk/pluginwindow.c
8893         * src/gtk/pluginwindow.h
8894         * src/gtk/prefswindow.c
8895         * src/gtk/prefswindow.h
8896         * src/gtk/progressdialog.c
8897         * src/gtk/progressdialog.h
8898         * src/gtk/sslcertwindow.c
8899         * src/gtk/sslcertwindow.h
8900         * src/plugins/clamav/clamav_plugin.c
8901         * src/plugins/clamav/clamav_plugin.h
8902         * src/plugins/clamav/clamav_plugin_gtk.c
8903         * src/plugins/demo/demo.c
8904         * src/plugins/dillo_viewer/dillo_prefs.c
8905         * src/plugins/dillo_viewer/dillo_prefs.h
8906         * src/plugins/dillo_viewer/dillo_viewer.c
8907         * src/plugins/pgpcore/passphrase.c
8908         * src/plugins/pgpcore/passphrase.h
8909         * src/plugins/pgpcore/plugin.c
8910         * src/plugins/pgpcore/select-keys.c
8911         * src/plugins/pgpcore/select-keys.h
8912         * src/plugins/pgpcore/sgpgme.c
8913         * src/plugins/pgpcore/sgpgme.h
8914         * src/plugins/pgpinline/pgpinline.c
8915         * src/plugins/pgpinline/pgpinline.h
8916         * src/plugins/pgpinline/plugin.c
8917         * src/plugins/pgpmime/pgpmime.c
8918         * src/plugins/pgpmime/pgpmime.h
8919         * src/plugins/pgpmime/plugin.c
8920         * src/plugins/spamassassin/spamassassin.c
8921         * src/plugins/spamassassin/spamassassin.h
8922         * src/plugins/spamassassin/spamassassin_gtk.c
8923         * src/plugins/trayicon/trayicon.c
8924                 update copyright header
8925
8926 2006-01-13 [paul]       1.9.100cvs141
8927
8928         * src/account.c
8929         * src/export.c
8930         * src/import.c
8931         * src/mainwindow.c
8932         * src/prefs_account.c
8933         * src/prefs_display_header.c
8934         * src/prefs_receive.c
8935         * src/prefs_send.c
8936         * src/prefs_summaries.c
8937         * src/prefs_themes.c
8938         * src/prefs_toolbar.c
8939         * src/gtk/about.c
8940                 various cleanups
8941
8942 2006-01-12 [colin]      1.9.100cvs140
8943
8944         * src/folder.c
8945         * src/folder.h
8946         * src/main.c
8947                 Add --subscribe option
8948                 Let sylpheed-claws email@domain.com equivalent to --compose
8949                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
8950
8951 2006-01-12 [paul]       1.9.100cvs139
8952
8953         * src/mainwindow.c
8954                 append 'Change folder order' label with '...'
8955         * src/prefs_actions.c
8956                 allow reordering of actions list by dnd
8957         * src/gtk/foldersort.c
8958                 make the dialog nicer
8959
8960 2006-01-11 [colin]      1.9.100cvs138
8961
8962         * src/compose.c
8963                 Allow templates without text
8964
8965 2006-01-11 [paul]       1.9.100cvs137
8966
8967         * tools/README
8968         * tools/filter_conv_new.pl
8969                 add info to README
8970                 also check .sylpheed for filter.xml
8971                 be a bit informative to the user
8972
8973 2006-01-11 [colin]      1.9.100cvs136
8974
8975         * src/textview.c
8976                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
8977
8978 2006-01-10 [paul]       1.9.100cvs135
8979
8980         * tools/Makefile.am
8981         * tools/filter_conv_new.pl
8982                 add script to convert new style Sylpheed
8983                 filter rules (Sylpheed >= 0.9.99) to
8984                 Claws filtering rules
8985
8986 2006-01-10 [colin]      1.9.100cvs134
8987
8988         * src/compose.c
8989                 Fix broken line joins in certain conditions
8990                 (between two quoted lines: <enter><enter><up>
8991                  <type a wrapped sentence><go in the first line>
8992                  <insert more text><watch as line joining failed>)
8993
8994 2006-01-10 [paul]       1.9.100cvs133
8995
8996         * src/compose.c
8997                 don't report success in error dialog
8998                 thanks to Colin
8999         * src/common/utils.c
9000                 include some trailing punctuations as URI
9001                 thanks to Hiro
9002
9003 2006-01-10 [paul]       1.9.100cvs132
9004
9005         * src/mimeview.c
9006                 fix incompatible pointer type
9007                 warning
9008
9009 2006-01-10 [paul]       1.9.100cvs131
9010
9011         * src/compose.c
9012                 change Subject in window title
9013                 instantaneously
9014
9015 2006-01-09 [colin]      1.9.100cvs130
9016
9017         * src/addressbook.c
9018         * src/headerview.c
9019         * src/mainwindow.c
9020         * src/messageview.c
9021         * src/mimeview.c
9022         * src/noticeview.c
9023         * src/summaryview.c
9024                 Fix possible crashes on exit and in addressbook
9025
9026 2006-01-09 [paul]       1.9.100cvs129
9027
9028         * src/prefs_msg_colors.c
9029                 some cleanups that I forgot last time
9030
9031 2006-01-09 [paul]       1.9.100cvs128
9032
9033         * README
9034         * src/folderview.c
9035         * src/prefs_msg_colors.c
9036                 add previously hidden option, color_new, to
9037                 the gui
9038                 move the page to Display/
9039                 rework the gui
9040
9041 2006-01-09 [wwp]        1.9.100cvs127
9042
9043         * src/prefs_themes.c
9044                 made the prefs/display/themes layouts spacing less condensed
9045                 (and so they match other prefs/pages' look).
9046
9047 2006-01-09 [paul]       1.9.100cvs126
9048
9049         * src/compose.c
9050         * src/prefs_common.c
9051         * src/prefs_common.h
9052         * src/prefs_wrapping.c
9053                 remove 'wrap at send' option
9054
9055 2006-01-06 [colin]      1.9.100cvs125
9056
9057         * src/compose.c
9058                 Just make completely sure we don't insert "manual line breaks" 
9059                 when wrapping... 
9060
9061 2006-01-04 [paul]
9062
9063         * 2.0.0-rc3 released
9064
9065 2006-01-04 [paul]       1.9.100cvs124
9066
9067         * src/folderview.c
9068                 fix bug 882, 'quick scroll in folder list
9069                 displays wrong folder contents'
9070
9071 2006-01-04 [paul]       1.9.100cvs123
9072
9073         * src/plugins/pgpmime/pgpmime.c
9074                 better debug information when signing
9075                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9076
9077 2006-01-03 [colin]      1.9.100cvs122
9078
9079         * configure.ac
9080                 We need to recheck for gpgme 1.0.0 after checking
9081                 for 1.1.1, because if 1.1.1 isn't available, 
9082                 GPGME_LIBS and friends are blanked out by the 
9083                 second check.
9084
9085 2006-01-03 [colin]      1.9.100cvs121
9086
9087         * src/common/prefs.c
9088                 Windows unlink-before rename fix
9089         * src/plugins/pgpcore/sgpgme.c
9090                 Add support for PKA info if available
9091                 Both patches by Werner Koch
9092
9093 2006-01-03 [paul]       1.9.100cvs120
9094
9095         * src/messageview.c
9096                 fix bug 884, 'Send receipt' button visible in queue
9097                 Thanks to Colin
9098
9099 2006-01-02 [colin]      1.9.100cvs119
9100
9101         * src/compose.c
9102         * src/imap.c
9103                 Fix autosave on IMAP and more generally try to
9104                 return the correct ID on a newly added IMAP message
9105
9106 2006-01-02 [paul]       1.9.100cvs118
9107
9108         * manual/keyboard.xml
9109                 edited
9110
9111 2006-01-01 [paul]       1.9.100cvs117
9112
9113         * src/gtk/authors.h
9114                 alphabetical order
9115
9116 2005-12-30 [colin]      1.9.100cvs116
9117
9118         * manual/advanced.xml
9119                 Explain Pre/Post-processing differences.
9120
9121 2005-12-30 [colin]      1.9.100cvs115
9122
9123         * src/mh.c
9124                 Implement copy_msgs for a little optimization
9125         * src/imap.c
9126                 Finish yesterday's fix
9127
9128 2005-12-29 [colin]      1.9.100cvs114
9129
9130         * src/imap.c
9131                 Fix occasional failure in fetching a mail over
9132                 IMAP
9133
9134 2005-12-29 [colin]      1.9.100cvs113
9135
9136         * src/compose.c
9137                 Don't remove a draft when sending it, if it is 
9138                 locked.
9139
9140 2005-12-28 [colin]      1.9.100cvs112
9141
9142         * src/summaryview.c
9143                 Fix leak for real
9144
9145 2005-12-28 [wwp]        1.9.100cvs111
9146
9147         * doc/faq/.cvsignore
9148         * doc/faq/de/.cvsignore
9149         * doc/faq/en/.cvsignore
9150         * doc/faq/es/.cvsignore
9151         * doc/faq/fr/.cvsignore
9152         * doc/faq/it/.cvsignore
9153         * doc/manual/.cvsignore
9154         * doc/manual/de/.cvsignore
9155         * doc/manual/en/.cvsignore
9156         * doc/manual/es/.cvsignore
9157         * doc/manual/fr/.cvsignore
9158         * doc/manual/ja/.cvsignore
9159         * src/plugins/mathml_viewer/.cvsignore
9160                 rollback revival of those files (my bad, sorry for the noise).
9161
9162 2005-12-28 [wwp]        1.9.100cvs110
9163
9164         * src/compose.c
9165                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9166
9167 2005-12-28 [wwp]        1.9.100cvs109
9168
9169         * doc/faq/.cvsignore
9170         * doc/faq/de/.cvsignore
9171         * doc/faq/en/.cvsignore
9172         * doc/faq/es/.cvsignore
9173         * doc/faq/fr/.cvsignore
9174         * doc/faq/it/.cvsignore
9175         * doc/manual/.cvsignore
9176         * doc/manual/de/.cvsignore
9177         * doc/manual/en/.cvsignore
9178         * doc/manual/es/.cvsignore
9179         * doc/manual/fr/.cvsignore
9180         * doc/manual/ja/.cvsignore
9181         * src/plugins/mathml_viewer/.cvsignore
9182         * po/.cvsignore
9183                 more files to ignore.
9184
9185 2005-12-24 [colin]      1.9.100cvs108
9186
9187         * AUTHORS
9188         * src/gtk/authors.h
9189                 Update for Werner
9190
9191 2005-12-24 [colin]      1.9.100cvs107
9192
9193         * src/procmsg.c
9194                 Allow NULL src_msginfo in 
9195                 procmsg_msginfo_new_from_mimeinfo
9196
9197 2005-12-23 [paul]       1.9.100cvs106
9198
9199         * src/plugins/pgpinline/mypgpcore.def
9200                 add this forgotten file
9201
9202 2005-12-23 [colin]      1.9.100cvs105
9203
9204         * src/mainwindow.c
9205                 Fix missing break
9206
9207 2005-12-23 [colin]      1.9.100cvs104
9208
9209         * autogen.sh
9210         * src/folder.c
9211         * src/mh.c
9212         * src/common/plugin.c
9213         * src/common/socket.c
9214         * src/common/socket.h
9215         * src/common/utils.c
9216         * src/common/utils.h
9217         * src/gtk/pluginwindow.c
9218         * src/plugins/pgpcore/plugin.def
9219         * src/plugins/pgpcore/sylpheed.def
9220         * src/plugins/pgpinline/Makefile.am
9221         * src/plugins/pgpinline/plugin.def
9222         * src/plugins/pgpinline/sylpheed.def
9223         * src/plugins/pgpmime/plugin.def
9224         * src/plugins/pgpmime/sylpheed.def
9225                 Various w32 fixes by Werner Koch
9226
9227 2005-12-22 [paul]       1.9.100cvs103
9228
9229         * src/wizard.c
9230                 don't offer IMAP as 'server type' if
9231                 libetpan isn't built in
9232
9233 2005-12-22 [paul]       1.9.100cvs102
9234
9235         * AUTHORS
9236         * src/mainwindow.c
9237         * src/mainwindow.h
9238         * src/toolbar.c
9239         * src/gtk/authors.h
9240                 support GTK_TOOLBAR_BOTH_HORIZ (text
9241                 next to icon) Patch by Marien Zwart
9242                 marienz@users.sf.net
9243                 Also reword the text
9244
9245 2005-12-21 [colin]      1.9.100cvs101
9246
9247         * configure.ac
9248                 Fix DATADIRNAME
9249         * COPYING
9250                 Fix missing section and explicit the exception better
9251         * src/compose.c
9252                 Prevent mail from being lost without notice when an
9253                 SMTP error happens on trying to send an unmodified
9254                 drafted mail.
9255         * src/send_message.c
9256         * src/common/smtp.c
9257                 Fix password remembering when wrong, and add return
9258                 value checks where they should have been
9259         * src/plugins/pgpcore/sylpheed.def
9260         * src/plugins/pgpinline/sylpheed.def
9261         * src/plugins/pgpmime/sylpheed.def
9262                 Add a few symbols needed
9263
9264 2005-12-21 [paul]       1.9.100cvs100
9265
9266         * m4/codeset.m4
9267         * m4/glibc21.m4
9268         * m4/intdiv0.m4
9269         * m4/inttypes-pri.m4
9270         * m4/inttypes.m4
9271         * m4/inttypes_h.m4
9272         * m4/isc-posix.m4
9273         * m4/lcmessage.m4
9274         * m4/stdint_h.m4
9275         * m4/uintmax_t.m4
9276                 gettextization
9277                 thanks to Colin
9278
9279 2005-12-21 [paul]       1.9.100cvs99
9280
9281         * po/sv.po
9282                 fixed by Colin
9283
9284 2005-12-20 [paul]       1.9.100cvs98
9285
9286         * po/sv.po
9287                 updated by Anders Trobäck
9288
9289 2005-12-20 [colin]      1.9.100cvs97
9290
9291         * ABOUT-NLS
9292         * Makefile.am
9293         * autogen.sh
9294         * configure.ac
9295         * config/config.rpath
9296         * config/mkinstalldirs
9297         * m4/Makefile.am
9298         * m4/glibc2.m4
9299         * m4/gnupg.m4
9300         * m4/gpgme.m4
9301         * m4/intmax.m4
9302         * m4/longdouble.m4
9303         * m4/longlong.m4
9304         * m4/printf-posix.m4
9305         * m4/signed.m4
9306         * m4/size_max.m4
9307         * m4/ulonglong.m4
9308         * m4/wchar_t.m4
9309         * m4/wint_t.m4
9310         * m4/xsize.m4
9311         * po/Makefile.in.in
9312         * po/Makevars
9313         * po/bg.po
9314         * po/ca.po
9315         * po/cs.po
9316         * po/de.po
9317         * po/el.po
9318         * po/en_GB.po
9319         * po/es.po
9320         * po/fi.po
9321         * po/fr.po
9322         * po/hr.po
9323         * po/hu.po
9324         * po/it.po
9325         * po/ja.po
9326         * po/ko.po
9327         * po/nb.po
9328         * po/nl.po
9329         * po/pl.po
9330         * po/pt_BR.po
9331         * po/ru.po
9332         * po/sk.po
9333         * po/sr.po
9334         * po/stamp-po
9335         * po/sv.po
9336         * po/zh_CN.po
9337         * po/zh_TW.po
9338         * src/Makefile.am
9339         * src/codeconv.c
9340         * src/compose.c
9341         * src/exporthtml.c
9342         * src/exportldif.c
9343         * src/folder.c
9344         * src/main.c
9345         * src/manual.c
9346         * src/mh.c
9347         * src/mimeview.c
9348         * src/send_message.c
9349         * src/common/Makefile.am
9350         * src/common/fnmatch.c
9351         * src/common/fnmatch.h
9352         * src/common/fnmatch_loop.c
9353         * src/common/nntp.c
9354         * src/common/plugin.c
9355         * src/common/smtp.c
9356         * src/common/socket.c
9357         * src/common/string_match.c
9358         * src/common/sylpheed.c
9359         * src/common/utils.c
9360         * src/common/utils.h
9361         * src/common/w32_dirent.c
9362         * src/common/w32_reg.c
9363         * src/common/w32_signal.c
9364         * src/common/w32_stat.c
9365         * src/common/w32_stdio.c
9366         * src/common/w32_stdlib.c
9367         * src/common/w32_string.c
9368         * src/common/w32_time.c
9369         * src/common/w32_unistd.c
9370         * src/common/w32_wait.c
9371         * src/common/w32lib.h
9372         * src/etpan/Makefile.am
9373         * src/gtk/Makefile.am
9374         * src/plugins/clamav/Makefile.am
9375         * src/plugins/demo/Makefile.am
9376         * src/plugins/dillo_viewer/Makefile.am
9377         * src/plugins/pgpcore/Makefile.am
9378         * src/plugins/pgpcore/passphrase.c
9379         * src/plugins/pgpcore/plugin.def
9380         * src/plugins/pgpcore/sgpgme.c
9381         * src/plugins/pgpcore/sylpheed.def
9382         * src/plugins/pgpcore/version.rc
9383         * src/plugins/pgpinline/Makefile.am
9384         * src/plugins/pgpinline/plugin.def
9385         * src/plugins/pgpinline/sylpheed.def
9386         * src/plugins/pgpinline/version.rc
9387         * src/plugins/pgpmime/Makefile.am
9388         * src/plugins/pgpmime/mypgpcore.def
9389         * src/plugins/pgpmime/plugin.def
9390         * src/plugins/pgpmime/sylpheed.def
9391         * src/plugins/pgpmime/version.rc
9392         * src/plugins/spamassassin/Makefile.am
9393                 Very little ;-) patch from Werner Koch, providing
9394                 infrastructure for cross-compiling to Win32
9395
9396 2005-12-20 [paul]       1.9.100cvs96
9397
9398         * src/account.c
9399         * src/account.h
9400         * src/mainwindow.c
9401         * src/mainwindow.h
9402         * src/toolbar.c
9403         * src/toolbar.h
9404                 add a combo to the Get All button, allowing
9405                 quick retrieval from any account
9406                 Patch by Fabien Vantard, slightly modified
9407                 by Colin
9408         * src/gtk/about.c
9409                 i18n fix. Patch by Fabien Vantard
9410
9411 2005-12-19 [colin]      1.9.100cvs95
9412
9413         * src/compose.c
9414         * src/compose.h
9415                 Don't automatically join lines when they've 
9416                 been separated by the user and not automatically
9417
9418 2005-12-19 [paul]       1.9.100cvs94
9419
9420         * src/gtk/pluginwindow.c
9421                 i18n fix.
9422                 Patch by Fabien Vantard
9423
9424 2005-12-15 [paul]       1.9.100cvs93
9425
9426         * src/common/plugin.c
9427         * src/common/plugin.h
9428         * src/gtk/pluginwindow.c
9429         * src/plugins/clamav/clamav_plugin.c
9430         * src/plugins/demo/demo.c
9431         * src/plugins/dillo_viewer/dillo_viewer.c
9432         * src/plugins/pgpcore/plugin.c
9433         * src/plugins/pgpinline/plugin.c
9434         * src/plugins/pgpmime/plugin.c
9435         * src/plugins/spamassassin/spamassassin.c
9436         * src/plugins/trayicon/trayicon.c
9437                 add plugin_version()
9438
9439 2005-12-15 [colin]      1.9.100cvs92
9440
9441         * src/compose.c
9442                 Further fix bug #875
9443
9444 2005-12-15 [paul]       1.9.100cvs91
9445
9446         * src/gtk/filesel.c
9447                 fix attach_load_dir getting set to
9448                 PLUGINDIR on plugin load
9449
9450 2005-12-14 [mones]      1.9.100cvs90
9451
9452         * manual/ack.xml
9453         * manual/keyboard.xml
9454                 Initial draft and some shortcuts added
9455                 
9456         * po/es.po
9457                 Updated translation
9458
9459 2005-12-14 [colin]      1.9.100cvs89
9460
9461         * src/compose.c
9462         * src/imap.c
9463         * src/summaryview.c
9464         * src/gtk/gtkaspell.c
9465                 More leaks fixed
9466         * src/prefs_folder_item.c
9467                 Fix recursive prefs apply
9468
9469
9470 2005-12-14 [colin]      1.9.100cvs88
9471
9472         * src/compose.c
9473                 Fix bug #875 (Freeze On Inline Forward of 
9474                 Large Message)
9475
9476 2005-12-13 [colin]      1.9.100cvs87
9477
9478         * src/compose.c
9479                 Uniq-ify and sort the mimetypes list
9480                 Patch by Fabien Vantard
9481
9482 2005-12-13 [colin]      1.9.100cvs86
9483
9484         * src/imap.c
9485         * src/etpan/imap-thread.c
9486                 Fix leaks (patch by Hoa)
9487         * src/news.c
9488         * src/common/plugin.c
9489                 Fix leaks
9490
9491 2005-12-12 [colin]
9492
9493         * 2.0.0-rc2 released
9494
9495 2005-12-12 [colin]      1.9.100cvs85
9496
9497         * src/matcher.c
9498                 Fix a leak
9499
9500 2005-12-12 [wwp]        1.9.100cvs84
9501
9502         * src/gtk/icon_legend.c
9503                 fix misbehaviour and crash when closing the legend window
9504         using the Esc key (patch by Fabien Vantard).
9505
9506 2005-12-12 [paul]       1.9.100cvs83
9507
9508         * src/browseldap.c
9509         * src/foldersel.c
9510         * src/prefs_actions.c
9511         * src/prefs_filtering.c
9512         * src/prefs_matcher.c
9513         * src/prefs_spelling.glade      ** REMOVED **
9514         * src/prefs_template.c
9515         * src/gtk/foldersort.glade      ** REMOVED **
9516         * src/gtk/pluginwindow.c
9517         * src/gtk/pluginwindow.glade    ** REMOVED **
9518         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9519                 cleanups
9520
9521 2005-12-11 [paul]       1.9.100cvs82
9522
9523         * src/gtk/filesel.c
9524                 fix attach_load_dir crasher (double free)
9525
9526 2005-12-09 [paul]       1.9.100cvs81
9527
9528         * po/POTFILES.in
9529         * src/mainwindow.c
9530         * src/gtk/Makefile.am
9531         * src/gtk/icon_legend.c
9532         * src/gtk/icon_legend.h
9533                 add icon legend
9534         * src/manual.c
9535                 cleanup
9536
9537 2005-12-09 [paul]       1.9.100cvs80
9538
9539         * src/plugins/pgpcore/passphrase.c
9540                 wrap the label in the dialog
9541
9542 2005-12-09 [colin]      1.9.100cvs79
9543
9544         * src/plugins/pgpcore/sgpgme.c
9545                 Display (untrusted) on not trusted signatures
9546                 Patch by Michal Èihaø <michal@cihar.com>
9547                 Closes bug #867 (Report also key trust)
9548
9549 2005-12-09 [colin]      1.9.100cvs78
9550
9551         * src/common/plugin.c
9552                 Update licence check, following Eben Moglen's advice
9553
9554 2005-12-08 [colin]      1.9.100cvs77
9555
9556         * src/folder.c
9557                 Fix the occasionnal item->cache != NULL 
9558                 assertion failure. 
9559
9560 2005-12-08 [colin]      1.9.100cvs76
9561
9562         * src/mimeview.c
9563         * src/plugins/pgpcore/sgpgme.c
9564                 Print key id when unable to check it
9565                 Closes bug #866 (Show key id when missing)
9566
9567 2005-12-08 [paul]       1.9.100cvs75
9568
9569         * src/prefs_common.c
9570         * src/prefs_common.h
9571         * src/gtk/filesel.c
9572                 remember load attachment dir
9573
9574 2005-12-07 [colin]      1.9.100cvs74
9575
9576         * src/prefs_toolbar.c
9577                 Gtk fixes, patch by Fabien Vantard
9578
9579 2005-12-07 [colin]      1.9.100cvs73
9580
9581         * src/action.c
9582         * src/compose.c
9583         * src/compose.h
9584                 Fix bug #839 (Quoted text isn't colored after 
9585                 executing an action)
9586         * src/common/plugin.c
9587                 Require plugins to declare their licence in plugin_licence()
9588                 Refuse to load non-GPL plugins as they'd be illegal (as 
9589                 derived works of Sylpheed-Claws, they must be GPL).
9590         * src/plugins/clamav/clamav_plugin.c
9591         * src/plugins/demo/demo.c
9592         * src/plugins/dillo_viewer/dillo_viewer.c
9593         * src/plugins/pgpcore/plugin.c
9594         * src/plugins/pgpinline/plugin.c
9595         * src/plugins/pgpmime/plugin.c
9596         * src/plugins/spamassassin/spamassassin.c
9597         * src/plugins/trayicon/trayicon.c
9598                 Add plugin_licence()
9599
9600 2005-12-07 [paul]       1.9.100cvs72
9601
9602         * configure.ac
9603         * src/mainwindow.c
9604         * src/manual.c
9605         * src/manual.h
9606         * src/common/defs.h
9607                 clean up after local FAQ removal and
9608                 temporary manual removal
9609
9610 2005-12-06 [colin]      1.9.100cvs71
9611
9612         * configure.ac
9613         * doc/Makefile.am
9614         * doc/faq/.cvsignore
9615         * doc/faq/Makefile.am
9616         * doc/faq/de/.cvsignore
9617         * doc/faq/de/Makefile.am
9618         * doc/faq/de/sylpheed-faq-1.html
9619         * doc/faq/de/sylpheed-faq-2.html
9620         * doc/faq/de/sylpheed-faq-3.html
9621         * doc/faq/de/sylpheed-faq.html
9622         * doc/faq/en/.cvsignore
9623         * doc/faq/en/Makefile.am
9624         * doc/faq/en/sylpheed-faq-1.html
9625         * doc/faq/en/sylpheed-faq-2.html
9626         * doc/faq/en/sylpheed-faq-3.html
9627         * doc/faq/en/sylpheed-faq-4.html
9628         * doc/faq/en/sylpheed-faq.html
9629         * doc/faq/es/.cvsignore
9630         * doc/faq/es/Makefile.am
9631         * doc/faq/es/sylpheed-faq-1.html
9632         * doc/faq/es/sylpheed-faq-2.html
9633         * doc/faq/es/sylpheed-faq-3.html
9634         * doc/faq/es/sylpheed-faq-4.html
9635         * doc/faq/es/sylpheed-faq.html
9636         * doc/faq/fr/.cvsignore
9637         * doc/faq/fr/Makefile.am
9638         * doc/faq/fr/sylpheed-faq-1.html
9639         * doc/faq/fr/sylpheed-faq-2.html
9640         * doc/faq/fr/sylpheed-faq-3.html
9641         * doc/faq/fr/sylpheed-faq.html
9642         * doc/faq/it/.cvsignore
9643         * doc/faq/it/Makefile.am
9644         * doc/faq/it/sylpheed-faq-1.html
9645         * doc/faq/it/sylpheed-faq-2.html
9646         * doc/faq/it/sylpheed-faq-3.html
9647         * doc/faq/it/sylpheed-faq.html
9648         * doc/manual/.cvsignore
9649         * doc/manual/Makefile.am
9650         * doc/manual/de/.cvsignore
9651         * doc/manual/de/Makefile.am
9652         * doc/manual/de/sylpheed-1.html
9653         * doc/manual/de/sylpheed-10.html
9654         * doc/manual/de/sylpheed-11.html
9655         * doc/manual/de/sylpheed-12.html
9656         * doc/manual/de/sylpheed-13.html
9657         * doc/manual/de/sylpheed-14.html
9658         * doc/manual/de/sylpheed-15.html
9659         * doc/manual/de/sylpheed-16.html
9660         * doc/manual/de/sylpheed-17.html
9661         * doc/manual/de/sylpheed-18.html
9662         * doc/manual/de/sylpheed-19.html
9663         * doc/manual/de/sylpheed-2.html
9664         * doc/manual/de/sylpheed-20.html
9665         * doc/manual/de/sylpheed-3.html
9666         * doc/manual/de/sylpheed-4.html
9667         * doc/manual/de/sylpheed-5.html
9668         * doc/manual/de/sylpheed-6.html
9669         * doc/manual/de/sylpheed-7.html
9670         * doc/manual/de/sylpheed-8.html
9671         * doc/manual/de/sylpheed-9.html
9672         * doc/manual/de/sylpheed.html
9673         * doc/manual/en/.cvsignore
9674         * doc/manual/en/Makefile.am
9675         * doc/manual/en/sylpheed-1.html
9676         * doc/manual/en/sylpheed-10.html
9677         * doc/manual/en/sylpheed-11.html
9678         * doc/manual/en/sylpheed-12.html
9679         * doc/manual/en/sylpheed-13.html
9680         * doc/manual/en/sylpheed-14.html
9681         * doc/manual/en/sylpheed-15.html
9682         * doc/manual/en/sylpheed-16.html
9683         * doc/manual/en/sylpheed-17.html
9684         * doc/manual/en/sylpheed-18.html
9685         * doc/manual/en/sylpheed-19.html
9686         * doc/manual/en/sylpheed-2.html
9687         * doc/manual/en/sylpheed-20.html
9688         * doc/manual/en/sylpheed-21.html
9689         * doc/manual/en/sylpheed-22.html
9690         * doc/manual/en/sylpheed-3.html
9691         * doc/manual/en/sylpheed-4.html
9692         * doc/manual/en/sylpheed-5.html
9693         * doc/manual/en/sylpheed-6.html
9694         * doc/manual/en/sylpheed-7.html
9695         * doc/manual/en/sylpheed-8.html
9696         * doc/manual/en/sylpheed-9.html
9697         * doc/manual/en/sylpheed.html
9698         * doc/manual/es/.cvsignore
9699         * doc/manual/es/Makefile.am
9700         * doc/manual/es/sylpheed-1.html
9701         * doc/manual/es/sylpheed-10.html
9702         * doc/manual/es/sylpheed-11.html
9703         * doc/manual/es/sylpheed-12.html
9704         * doc/manual/es/sylpheed-13.html
9705         * doc/manual/es/sylpheed-14.html
9706         * doc/manual/es/sylpheed-15.html
9707         * doc/manual/es/sylpheed-16.html
9708         * doc/manual/es/sylpheed-17.html
9709         * doc/manual/es/sylpheed-18.html
9710         * doc/manual/es/sylpheed-19.html
9711         * doc/manual/es/sylpheed-2.html
9712         * doc/manual/es/sylpheed-20.html
9713         * doc/manual/es/sylpheed-3.html
9714         * doc/manual/es/sylpheed-4.html
9715         * doc/manual/es/sylpheed-5.html
9716         * doc/manual/es/sylpheed-6.html
9717         * doc/manual/es/sylpheed-7.html
9718         * doc/manual/es/sylpheed-8.html
9719         * doc/manual/es/sylpheed-9.html
9720         * doc/manual/es/sylpheed.html
9721         * doc/manual/fr/.cvsignore
9722         * doc/manual/fr/Makefile.am
9723         * doc/manual/fr/sylpheed-1.html
9724         * doc/manual/fr/sylpheed-10.html
9725         * doc/manual/fr/sylpheed-11.html
9726         * doc/manual/fr/sylpheed-12.html
9727         * doc/manual/fr/sylpheed-13.html
9728         * doc/manual/fr/sylpheed-14.html
9729         * doc/manual/fr/sylpheed-15.html
9730         * doc/manual/fr/sylpheed-16.html
9731         * doc/manual/fr/sylpheed-17.html
9732         * doc/manual/fr/sylpheed-18.html
9733         * doc/manual/fr/sylpheed-19.html
9734         * doc/manual/fr/sylpheed-2.html
9735         * doc/manual/fr/sylpheed-20.html
9736         * doc/manual/fr/sylpheed-3.html
9737         * doc/manual/fr/sylpheed-4.html
9738         * doc/manual/fr/sylpheed-5.html
9739         * doc/manual/fr/sylpheed-6.html
9740         * doc/manual/fr/sylpheed-7.html
9741         * doc/manual/fr/sylpheed-8.html
9742         * doc/manual/fr/sylpheed-9.html
9743         * doc/manual/fr/sylpheed.html
9744         * doc/manual/ja/.cvsignore
9745         * doc/manual/ja/Makefile.am
9746         * doc/manual/ja/sylpheed-1.html
9747         * doc/manual/ja/sylpheed-10.html
9748         * doc/manual/ja/sylpheed-11.html
9749         * doc/manual/ja/sylpheed-12.html
9750         * doc/manual/ja/sylpheed-13.html
9751         * doc/manual/ja/sylpheed-14.html
9752         * doc/manual/ja/sylpheed-15.html
9753         * doc/manual/ja/sylpheed-16.html
9754         * doc/manual/ja/sylpheed-17.html
9755         * doc/manual/ja/sylpheed-18.html
9756         * doc/manual/ja/sylpheed-19.html
9757         * doc/manual/ja/sylpheed-2.html
9758         * doc/manual/ja/sylpheed-20.html
9759         * doc/manual/ja/sylpheed-3.html
9760         * doc/manual/ja/sylpheed-4.html
9761         * doc/manual/ja/sylpheed-5.html
9762         * doc/manual/ja/sylpheed-6.html
9763         * doc/manual/ja/sylpheed-7.html
9764         * doc/manual/ja/sylpheed-8.html
9765         * doc/manual/ja/sylpheed-9.html
9766         * doc/manual/ja/sylpheed.html
9767         * doc/manual/ja/sylpheed.sgml
9768         * src/mainwindow.c
9769                 Remove outdated manual and faq. Noisy, eh?
9770
9771 2005-12-06 [colin]      1.9.100cvs70
9772
9773         * src/compose.c
9774         * src/quote_fmt_parse.y
9775         * src/undo.c
9776         * src/undo.h
9777                 Allow %X to position cursor at 0 
9778                 (no %X = before signature)
9779                 Fix paste as quotation putting the cursor at 0
9780                 Fix undo offsets when pasting
9781                 Insert the quote_fmt at once instead of line 
9782                 by line
9783                 Fix [Edited] when starting to reply/forward
9784
9785 2005-12-06 [paul]       1.9.100cvs69
9786
9787         * src/plugins/clamav/clamav_plugin_gtk.c
9788                 add another tooltip
9789         * src/plugins/spamassassin/spamassassin_gtk.c
9790                 rework spamassassin_create_widget_func()
9791
9792 2005-12-05 [colin]      1.9.100cvs68
9793
9794         * po/POTFILES.in
9795                 Fix make release ;-)
9796
9797 2005-12-05 [colin]      1.9.100cvs67
9798
9799         * src/compose.c
9800         * src/compose.h
9801                 Fix cursor positioning (not obeying %X)
9802
9803 2005-12-05 [paul]       1.9.100cvs66
9804
9805         * src/plugins/dillo_viewer/dillo_prefs.c
9806                 fix compilation warning
9807
9808 2005-12-05 [paul]       1.9.100cvs65
9809
9810         * src/prefs_spelling.c
9811         * src/plugins/trayicon/trayicon.c
9812                 cleanups - remove unused stuff
9813
9814 2005-12-05 [paul]       1.9.100cvs64
9815
9816         * README
9817         * manual/plugins.xml
9818                 remove info about removed mathml_viewer plugin
9819
9820 2005-12-05 [paul]       1.9.100cvs63
9821
9822         * configure.ac
9823         * src/plugins/Makefile.am
9824         * src/plugins/mathml_viewer/.cvsignore
9825         * src/plugins/mathml_viewer/Makefile.am
9826         * src/plugins/mathml_viewer/mathml_viewer.c
9827                 remove unmaintained mathml_viewer plugin
9828
9829 2005-12-05 [paul]       1.9.100cvs62
9830
9831         * src/summaryview.c
9832                 obey prefs_common.always_show_msg when
9833                 moving a msg
9834                 Thanks to Colin
9835
9836 2005-12-05 [paul]       1.9.100cvs61
9837
9838         * src/compose.c
9839         * src/prefs_account.c
9840         * src/prefs_filtering.c
9841         * src/prefs_quote.c
9842         * src/prefs_spelling.c
9843         * src/prefs_toolbar.c
9844         * src/summaryview.c
9845         * src/gtk/gtkutils.c
9846         * src/gtk/quicksearch.c
9847         * src/plugins/dillo_viewer/dillo_prefs.c
9848                 dialog cleanups
9849
9850 2005-12-04 [paul]       1.9.100cvs60
9851
9852         * src/inc.c
9853         * src/prefs_account.c
9854         * src/prefs_account.h
9855                 allow a Local account to specify a
9856                 default inbox
9857                 (closes bug 843 'Inbox cannot be changed for local
9858                  mailboxes')
9859
9860 2005-12-04 [colin]      1.9.100cvs59
9861
9862         * src/plugins/trayicon/trayicon.c
9863                 Remove Get, rename Get All to Get Mail in order to
9864                 be consistent with the default main toolbar
9865
9866 2005-12-03 [colin]      1.9.100cvs58
9867
9868         * manual/gpl.xml
9869         * manual/sylpheed-claws-manual.xml
9870                 Add GPL appendix
9871
9872 2005-12-03 [paul]       1.9.100cvs57
9873
9874         * AUTHORS
9875         * po/sv.po
9876         * src/gtk/authors.h
9877                 new (partially complete) Swedish translation
9878                 by Anders Troback <sylpheed@troback.com>
9879
9880 2005-12-02 [paul]       1.9.100cvs56
9881
9882         * configure.ac
9883                 libetpan 0.41 required
9884
9885 2005-12-02 [paul]       1.9.100cvs55
9886
9887         * src/plugins/clamav/clamav_plugin.c
9888         * src/plugins/clamav/clamav_plugin.h
9889         * src/plugins/clamav/clamav_plugin_gtk.c
9890         * src/plugins/spamassassin/spamassassin.c
9891         * src/plugins/spamassassin/spamassassin.h
9892         * src/plugins/spamassassin/spamassassin_gtk.c
9893                 unregister prefs pages on unloading, thus
9894                 preventing a crash
9895                 (thanks to Colin for the hint)
9896
9897 2005-12-02 [wwp]        1.9.100cvs54
9898
9899         * src/quote_fmt.h
9900         * src/quote_fmt_parse.y
9901                 fix misuse of gboolean*, use gboolean instead
9902                 (thanks to Paul, Colin, for pointing out that scaring one)
9903
9904 2005-12-02 [paul]       1.9.100cvs53
9905
9906         * src/plugins/clamav/clamav_plugin.c
9907                 int no --> unsigned int no
9908         * src/plugins/clamav/clamav_plugin_gtk.c
9909                 rework config page
9910
9911 2005-12-02 [wwp]        1.9.100cvs52
9912
9913         * src/compose.c
9914         * src/prefs_template.c
9915         * src/quote_fmt.h
9916         * src/quote_fmt_parse.y
9917                 prevent from executing |f and |p templates commands when
9918                 adding or replacing templates in prefs (avoids annoying and
9919                 potentially dangerous behaviours)
9920
9921 2005-12-02 [paul]       1.9.100cvs51
9922
9923         * src/prefs_common.c
9924                 allow translation of some default values
9925                 Patch by Fabien Vantard
9926
9927 2005-12-02 [paul]       1.9.100cvs50
9928
9929         * src/codeconv.c
9930         * src/codeconv.h
9931         * src/prefs_common.c
9932         * src/prefs_common.h
9933         * src/prefs_message.c
9934         * src/textview.c
9935                 remove obsolete 'convert_mb_alnum' option
9936                 and related stuff
9937         * src/gtk/about.c
9938                 remove unused 'about_textview_visibility_notify'
9939
9940 2005-12-02 [paul]       1.9.100cvs49
9941
9942         * src/prefs_account.c
9943         * src/prefs_compose_writing.c
9944         * src/prefs_fonts.c
9945         * src/prefs_gtk.h
9946         * src/prefs_image_viewer.c
9947         * src/prefs_message.c
9948         * src/prefs_other.c
9949         * src/prefs_receive.c
9950         * src/prefs_send.c
9951         * src/prefs_spelling.c
9952         * src/prefs_summaries.c
9953         * src/prefs_wrapping.c
9954         * src/plugins/dillo_viewer/dillo_prefs.c
9955         * src/plugins/pgpcore/prefs_gpg.c
9956                 several cleanups to the prefs dialogs
9957                 (slightly modified) patch by Fabien Vantard
9958
9959 2005-12-02 [paul]       1.9.100cvs48
9960
9961         * src/main.c
9962                 --exit means exit
9963         * src/send_message.c
9964                 fix crash on send when connection fails
9965
9966         Thanks to Colin
9967
9968 2005-12-01 [colin]      1.9.100cvs47
9969
9970         * src/html.c
9971                 Translate &hellip; to "..."
9972
9973 2005-11-30 [colin]      1.9.100cvs46
9974
9975         * src/matcher.c
9976         * src/matcher.h
9977                 Optimize back yesterday's fix.
9978
9979 2005-11-30 [paul]       1.9.100cvs45
9980
9981         * manual/faq.xml
9982                 standardised
9983         * manual/intro.xml
9984                 written by Colin, edited by me
9985
9986 2005-11-29 [colin]      1.9.100cvs44
9987
9988         * src/matcher.c
9989                 Skip headers unconditionnaly in match_body if the
9990                 rule is not message or ~message
9991
9992 2005-11-29 [colin]      1.9.100cvs43
9993
9994         * src/matcher.c
9995                 Fix body_part and such, not skipping headers 
9996                 if the matchcriteria wasn't the first in the rule
9997
9998 2005-11-29 [colin]      1.9.100cvs42
9999
10000         * src/compose.c
10001                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10002                 option missing from message view window)
10003                 Fix double text D'n'D with gtk-2.8
10004         * src/matcher.c
10005                 Fix ~message, ~headers_part, ~body_part rules
10006         * src/messageview.c
10007                 Add Windows-1252 (Closes bug #863)
10008                 Fix accels
10009         * src/gtk/gtkaspell.c
10010                 Properly destroy accels in all menus
10011
10012 2005-11-29 [mones]      1.9.100cvs41
10013
10014         * po/es.po
10015                 Updated.
10016
10017 2005-11-27 [colin]      1.9.100cvs40
10018
10019         * src/mh_gtk.c
10020                 "/Remove mailbox" -> "/Remove mailbox..."
10021
10022 2005-11-27 [paul]       1.9.100cvs39
10023
10024         * AUTHORS
10025         * po/de.po
10026         * src/gtk/authors.h
10027                 updated by new maintainer, Stephan Sachse
10028
10029 2005-11-27 [paul]       1.9.100cvs38
10030
10031         * manual/faq.xml
10032                 written by Colin, edited by me
10033
10034 2005-11-27 [paul]       1.9.100cvs37
10035
10036         * src/prefs_common.c
10037         * src/prefs_common.h
10038         * src/prefs_receive.c
10039         * src/prefs_summaries.c
10040                 move 'go to inbox after receiving new mail'
10041                 option from display/sumamaries to mail
10042                 handling/receive, and rework prefs_summaries
10043                 dialog a little
10044
10045 2005-11-25 [martin]     1.9.100cvs36
10046
10047         * po/de.po
10048             fixed windows-1252 translation;
10049             translated some new and fuzzy strings
10050
10051 2005-11-25 [paul]       1.9.100cvs35
10052
10053         * src/plugins/clamav/clamav_plugin.c
10054                 complete the update done in cvs34
10055
10056 2005-11-25 [paul]       1.9.100cvs34
10057
10058         * src/plugins/clamav/clamav_plugin.c
10059                 reflect upstream changes
10060
10061 2005-11-25 [paul]       1.9.100cvs33
10062
10063         * manual/ack.xml
10064         * manual/plugins.xml
10065         * manual/sylpheed-claws-manual.xml
10066                 written/updated by Colin, edited by me
10067         * tools/acroread2sylpheed.pl
10068                 update binary name
10069
10070 2005-11-24 [colin]      1.9.100cvs32
10071
10072         * src/compose.c
10073                 Fix bug #856 (reediting messages forgets Request
10074                 Return Receipt)
10075
10076 2005-11-24 [paul]       1.9.100cvs31
10077
10078         * manual/addrbook.xml
10079         * manual/starting.xml
10080                 written by Colin, proofread, edited, adapted by me
10081         * manual/advanced.xml
10082                 add some Actions examples
10083         * src/importldif.c
10084                 use a Save button instead of a Close button
10085         * src/wizard.c
10086                 indicate mandatory fields
10087                 fix page display
10088                 Thanks to Colin
10089
10090 2005-11-23 [colin]      1.9.100cvs30
10091
10092         * src/addressbook.c
10093                 Rename menu item, fix possible crash after
10094                 deletion of books
10095         * src/addrindex.c
10096                 Allow searching for '*' in ldap
10097         * src/browseldap.c
10098                 Fix "Browse Entry" (did anyone use it?)
10099         * src/wizard.c
10100                 Add guards for mandatory information
10101
10102 2005-11-23 [paul]       1.9.100cvs29
10103
10104         * manual/advanced.xml
10105                 corrections to the English
10106
10107 2005-11-23 [colin]      1.9.100cvs28
10108
10109         * src/mimeview.c
10110                 Fix possible crash at exit. After the call to
10111                 gtk_container_remove(), the Viewer's widget has no
10112                 more parent so gtk+ automatically frees it and its
10113                 sons. If destroy_viewer() then try to access it,
10114                 problems ensue.
10115
10116 2005-11-22 [colin]      1.9.100cvs27
10117
10118         * src/compose.c
10119         * src/gtk/gtkaspell.c
10120                 Fix right-clicking on a misspelled word
10121                 Fix More... in suggestions menu
10122
10123 2005-11-22 [wwp]        1.9.100cvs26
10124
10125         * src/prefs_template.c
10126                 templates works: re-sort templates list when adding or replacing,
10127                 prevent from adding or replacing when the template name is empty
10128
10129 2005-11-21 [colin]      1.9.100cvs25
10130
10131         * src/addressbook.c
10132                 Fix some addressbook suckage (dnd, select all)
10133         * src/compose.c
10134         * src/gtk/gtkaspell.c
10135         * src/gtk/gtkaspell.h
10136                 Make the spellchecker menu work with the 
10137                 GtkTextView one instead of overriding it
10138
10139 2005-11-20 [paul]       1.9.100cvs24
10140
10141         * manual/handling.xml
10142                 proofread and corrected
10143
10144 2005-11-20 [paul]       1.9.100cvs23
10145
10146         * manual/Makefile
10147                 generate html as one file
10148         * manual/advanced.xml
10149                 fix output generation
10150                 reformat hidden options list
10151         * manual/manual.xml     ** REMOVED **
10152         * manual/sylpheed-claws-manual.xml      ** ADDED **
10153                 renamed
10154
10155 2005-11-18 [colin]      1.9.100cvs22
10156
10157         * src/prefs_account.c
10158                 Fix layout in news and mbox accounts
10159         * manual/account.xml
10160         * manual/advanced.xml
10161                 New contents for Paul to check :)
10162
10163 2005-11-18 [wwp]        1.9.100cvs21
10164
10165         * src/gtk/quicksearch.c
10166                 don't update extended quicksearch buttons twice
10167
10168 2005-11-18 [paul]       1.9.100cvs20
10169
10170         * src/textview.c
10171                 complete 1.9.100cvs19
10172
10173 2005-11-18 [paul]       1.9.100cvs19
10174
10175         * src/compose.c
10176                 cosmetic improvements
10177         * src/textview.c
10178                 also list text/* attachments
10179
10180 2005-11-18 [colin]      1.9.100cvs18
10181
10182         * src/summaryview.c
10183                 Use column 0 instead of -1 in 
10184                 gtk_ctree_node_moveto, in a naive
10185                 hope it'll fix the gtk-related crashes
10186
10187 2005-11-18 [colin]      1.9.100cvs17
10188
10189         * src/gtk/inputdialog.c
10190                 Fix icon staying the first one
10191
10192 2005-11-17 [wwp]        1.9.100cvs16
10193                 fix possible problem showing some quicksearch buttons, and a bad
10194                 call to g_return_if_fail in a function that returns a value (both
10195                 fixes by Fabien Vantard)
10196
10197 2005-11-15 [wwp]        1.9.100cvs15
10198
10199         * src/gtk/quicksearch.c
10200                 added a tooltip to that obscure ... quicksearch button
10201
10202 2005-11-15 [wwp]        1.9.100cvs14
10203
10204         * src/gtk/quicksearch.c
10205                 add a quicksearch helper to filtering expression users: the ... button
10206                 raises the condition expr window. condition expressions set up w/ this
10207                 window are used by the quicksearch if the user closes it pressing OK.
10208
10209 2005-11-14 [paul]       1.9.100cvs13
10210
10211         * src/plugins/clamav/clamav_plugin.c
10212         * src/plugins/spamassassin/spamassassin.c
10213                 change plugin type following recent merging
10214
10215 2005-11-14 [wwp]        1.9.100cvs12
10216
10217         * src/folder.c
10218                 prevent from crashing when copying/moving message(s) from and
10219                 to the same folder
10220
10221 2005-11-14 [paul]       1.9.100cvs11
10222
10223         * src/plugins/clamav/Makefile.am
10224         * src/plugins/clamav/clamav_plugin.c
10225         * src/plugins/clamav/clamav_plugin.h
10226         * src/plugins/clamav/clamav_plugin_gtk.c
10227                 also merge clamav and clamav_gtk plugins
10228
10229 2005-11-13 [colin]      1.9.100cvs10
10230
10231         * configure.ac
10232         * src/plugins/spamassassin/Makefile.am
10233         * src/plugins/spamassassin/spamassassin.c
10234         * src/plugins/spamassassin/spamassassin.h
10235         * src/plugins/spamassassin/spamassassin_gtk.c
10236                 Merge spamassassin and spamassassin_gtk plugins,
10237                 and build it by default.
10238
10239 2005-11-12 [colin]      1.9.100cvs9
10240
10241         * src/etpan/imap-thread.c
10242                 Fix gcc warning
10243
10244 2005-11-12 [colin]      1.9.100cvs8
10245
10246         * src/procmime.c
10247                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10248
10249 2005-11-10 [colin]      1.9.100cvs7
10250
10251         * src/main.c
10252                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10253                 minimised state)
10254
10255 2005-11-10 [wwp]        1.9.100cvs6
10256
10257         * src/gtk/description_window.c
10258                 fix a crash when closing description windows using the WM's [X] button
10259
10260 2005-11-09 [colin]      1.9.100cvs5
10261
10262         * src/common/ssl.c
10263                 Update libetpan call to follow upstream
10264                 (yes, this requires libetpan-0.40cvs3)
10265
10266 2005-11-08 [colin]      1.9.100cvs4
10267
10268         * src/compose.c
10269         * src/textview.c
10270         * src/common/utils.c
10271         * src/common/utils.h
10272                 Enhance the email parser
10273
10274 2005-11-08 [colin]      1.9.100cvs3
10275
10276         * src/procmime.c
10277                 Fix what looks like an off-by-one (fixes 
10278                 attachments from the Bat)
10279
10280 2005-11-08 [wwp]        1.9.100cvs2
10281
10282         * src/main.c
10283                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10284
10285 2005-11-08 [wwp]        1.9.100cvs1
10286
10287         * src/main.c
10288                 allow exiting Sylpheed-Claws from command-line
10289
10290 2005-11-08 [paul]       1.9.100
10291
10292         1.9.100 released
10293
10294 2005-11-07 [colin]      1.9.99cvs17
10295
10296         * src/addritem.c
10297         * src/ldif.c
10298                 Fix import of base-64 encoded items
10299
10300 2005-11-07 [colin]      1.9.99cvs16
10301
10302         * src/send_message.c
10303                 Fix bug #314 (Queue does not empty under certain 
10304                 circumstances)
10305
10306 2005-11-07 [paul]       1.9.99cvs15
10307
10308         * src/mutt.c
10309         * src/pine.c
10310                 fix buffer overflows
10311                 Thanks to Colin
10312
10313 2005-11-07 [paul]       1.9.99cvs14
10314
10315         * doc/man/Makefile.am
10316         * doc/man/sylpheed-claws.1      ** ADDED **
10317         * doc/man/sylpheed.1            ** DELETED **
10318                 rename and update the man file
10319
10320 2005-11-06 [colin]      1.9.99cvs13
10321
10322         * src/ldif.c
10323                 Fix ldif_get_line() that returned empty strings
10324                 (Didn't understand why). Also fix a possible
10325                 buffer overflow.
10326
10327 2005-11-06 [wwp]        1.9.99cvs12
10328
10329         * src/textview.c
10330         * src/gtk/about.c
10331         * src/gtk/gtkutils.c
10332         * src/gtk/gtkutils.h
10333                 fix a compilation warning,
10334                 make links sensitive in the about dialog
10335
10336 2005-11-04 [wwp]        1.9.99cvs11
10337
10338         * src/gtk/about.c
10339                 don't wrap or translate URIs, and a bit text format cleanup
10340
10341 2005-11-04 [wwp]        1.9.99cvs10
10342
10343         * src/gtk/about.c
10344                 better textview tagging implementation (no more use of marks for
10345                 postponed tagging)
10346
10347 2005-11-02 [colin]      1.9.99cvs9
10348
10349         * src/common/ssl.c
10350                 Forgot an ifdef
10351
10352 2005-11-02 [colin]      1.9.99cvs8
10353
10354         * configure.ac
10355                 Require libetpan-0.40 due to upstream fix
10356         * src/common/ssl.c
10357                 Tell libetpan not to call SSL_Library_Init,
10358                 as we do it ourselves.
10359
10360 2005-11-02 [colin]      1.9.99cvs7
10361
10362         * po/POTFILES.in
10363                 Add missing files (thanks to Fabien Vantard)
10364
10365 2005-11-02 [colin]      1.9.99cvs6
10366
10367         * src/summaryview.c
10368                 Fix totals when read messages are hidden or quicksearch
10369                 is on
10370         * src/ssl_manager.c
10371         * src/ssl_manager.h
10372         * src/common/ssl_certificate.c
10373         * src/common/ssl_certificate.h
10374         * src/gtk/sslcertwindow.c
10375         * src/gtk/sslcertwindow.h
10376                 Fix copyright on my stuff
10377
10378 2005-11-02 [wwp]        1.9.99cvs5
10379
10380         * src/prefs_themes.c
10381                 fix directory name checking (theme installation/removal),
10382                 made related error a bit more verbose
10383
10384 2005-11-02 [colin]      1.9.99cvs4
10385
10386         * src/summaryview.c
10387                 Fix typo (probably fixes bug #841 (Sort by the From 
10388                 field doesn't work)
10389
10390 2005-11-02 [paul]       1.9.99cvs3
10391
10392         * po/ko.po
10393         * po/nb.po
10394                 updated by SungHyun Nam, Geir Helland
10395         * src/wizard.c
10396                 fix typo in welcome message. spotted by
10397                 Andrea Spadaccini
10398
10399 2005-11-01 [colin]      1.9.99cvs2
10400
10401         * src/compose.c
10402                 Fix replying to ml wen confirming subscription
10403         * src/messageview.c
10404         * src/mimeview.c
10405         * src/mimeview.h
10406         * src/privacy.h
10407         * src/summaryview.c
10408                 Make key check non blocking
10409
10410 2005-10-31 [paul]       1.9.99cvs1
10411
10412         * tools/claws.i18n.status.pl
10413                 updated for ChangeLog
10414
10415 2005-10-31 [paul]       1.9.99
10416
10417         1.9.99 released
10418
10419 2005-10-31 [paul]       1.9.15cvs131
10420
10421         * .cvsignore
10422         * ChangeLog
10423         * ChangeLog.claws       ** REMOVED **
10424         * ChangeLog-gtk2.claws  ** REMOVED **
10425         * ChangeLog.gtk1        ** ADDED **
10426         * INSTALL
10427         * Makefile.am
10428         * NEWS
10429         * README
10430         * README.claws          ** REMOVED **
10431         * README.jp             ** REMOVED **
10432         * RELEASE_NOTES         ** ADDED **
10433         * RELEASE_NOTES.claws   ** REMOVED **
10434         * commitHelper
10435         * configure.ac
10436         * sylpheed.spec.in      ** REMOVED **
10437                 tidy up and update the default docs:
10438                 ChangeLog.claws is renamed ChangeLog.gtk1
10439                 ChangeLog-gtk2.claws is renamed ChangeLog
10440                 README.claws is renamed README
10441                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10442
10443 2005-10-31 [paul]       1.9.15cvs130
10444
10445         * po/it.po
10446                 fix errors
10447
10448 2005-10-31 [paul]       1.9.15cvs129
10449
10450         * po/ca.po
10451         * po/de.po
10452         * po/en_GB.po
10453         * po/fr.po
10454         * po/it.po
10455         * po/pt_BR.po
10456         * po/sk.po
10457         * po/sr.po
10458         * po/zh_CN.po
10459                 updated by Miquel Oliete, Stephan Sachse and
10460                 Thomas Gilgin, me, Fabien Vantard, Andrea
10461                 Spadaccini, Frederico Goncalves Guimaraes,
10462                 Andrej Kacian, Aleksandar Urosevic, and
10463                 Ralgh Young.
10464
10465 2005-10-31 [mones]      1.9.15cvs128
10466
10467         * manual/faq.xml
10468                 More questions.
10469         
10470         * po/es.po
10471                 Updated for release.
10472
10473 2005-10-30 [colin]      1.9.15cvs127
10474
10475         * src/compose.c
10476                 Place cursor before rewrapping (fixes cursor
10477                 pos if quotation gets rewrapped)
10478
10479 2005-10-29 [paul]       1.9.15cvs126
10480
10481         * src/crash.c
10482         * src/foldersel.c
10483         * src/main.c
10484         * src/messageview.c
10485         * src/toolbar.c
10486         * src/gtk/authors.h
10487                 corrections to text items
10488
10489 2005-10-28 [colin]      1.9.15cvs125
10490
10491         * src/messageview.c
10492                 Make "hit 'C' to check sig" work from extern 
10493                 messageviews
10494
10495 2005-10-27 [colin]      1.9.15cvs124
10496
10497         * src/summaryview.c
10498                 Add a hack to avoid segfaulting when hammering 
10499                 on gtk's events
10500
10501 2005-10-27 [wwp]        1.9.15cvs123
10502
10503         * src/prefs_themes.c
10504                 sort list of themes names in themes prefs
10505
10506 2005-10-27 [paul]       1.9.15cvs122
10507
10508         * src/folder.c
10509         * src/prefs_account.c
10510                 fix building on Solaris
10511                 Patch by Alex Moore
10512
10513 2005-10-27 [wwp]        1.9.15cvs121
10514
10515         * src/summaryview.c
10516         * src/gtk/gtksctree.c
10517                 speed up unselecting messages in summary view (thanks to Colin)
10518
10519 2005-10-27 [paul]       1.9.15cvs120
10520
10521         * src/mainwindow.c
10522                 fix a compilation warning
10523         * src/summaryview.c
10524                 fix updating of 'n items selected' count
10525                 when deselecting
10526
10527 2005-10-27 [martin]     1.9.15cvs119
10528
10529         * src/action.c
10530                 ignore actions with a leading '/' in the action menu name
10531                 fixes a crash on menu creation
10532         * src/prefs_actions.c
10533                 do not allow a leading '/' in the action menu name
10534
10535 2005-10-27 [paul]       1.9.15cvs118
10536
10537         * src/main.c
10538                 fix compilation warning
10539
10540 2005-10-27 [paul]       1.9.15cvs117
10541
10542         * src/procmime.c
10543                 add #if HAVE_LOCALE_H
10544
10545 2005-10-27 [paul]       1.9.15cvs116
10546
10547         * src/plugins/clamav/clamav_plugin.c
10548         * src/plugins/dillo_viewer/dillo_viewer.c
10549         * src/plugins/mathml_viewer/mathml_viewer.c
10550         * src/plugins/pgpcore/plugin.c
10551         * src/plugins/pgpinline/plugin.c
10552         * src/plugins/pgpmime/plugin.c
10553         * src/plugins/spamassassin/spamassassin.c
10554         * src/plugins/trayicon/trayicon.c
10555                 plugin_init() : make error messages more
10556                 informative
10557
10558 2005-10-26 [wwp]        1.9.15cvs115
10559
10560         * src/prefs_matcher.c
10561                 enlarge boolean op widget width a bit (wasn't always showing text contents)
10562
10563 2005-10-26 [wwp]        1.9.15cvs114
10564
10565         * src/procmime.c
10566         * src/gtk/gtksctree.c
10567         * src/plugins/spamassassin/libspamc.c
10568         * src/plugins/spamassassin/spamassassin.c
10569                 fix some compilation warnings more
10570
10571 2005-10-26 [mones]      1.9.15cvs113
10572
10573         * po/es.po
10574                 Updated translation
10575
10576 2005-10-26 [paul]       1.9.15cvs112
10577
10578         * src/prefs_message.c
10579                 give all display_xface stuff the
10580                 #if HAVE_LIBCOMPFACE treatment, thus
10581                 preventing a crash
10582                 (Thanks to Wolfgang Enderlein)
10583
10584 2005-10-26 [colin]      1.9.15cvs111
10585
10586         * src/gedit-print.c
10587                 Fix date format
10588         * src/imap_gtk.c
10589         * src/news_gtk.c
10590                 Remove context menu items that should not be there
10591         * src/jpilot.c
10592                 Fix encoding
10593         * src/main.c
10594         * src/mainwindow.c
10595                 Don't show the mainwindow too soon
10596
10597 2005-10-26 [wwp]        1.9.15cvs110
10598
10599         * src/folder.c
10600         * src/manual.c
10601         * src/summaryview.c
10602                 fix uninitialized pointers in the folder updating hook
10603                 (thanks to Colin)
10604
10605 2005-10-25 [mones]      1.9.15cvs109
10606
10607         * manual/faq.xml
10608                 General information subsection completed. 
10609                 Removed archaic references.
10610                 
10611         * manual/Makefile
10612         * manual/dtd/manual.dsl
10613                 Added customization stylesheet for getting paragraphs
10614                 fully justified in PDF output (as suggested by Colin).
10615
10616 2005-10-25 [colin]      1.9.15cvs108
10617
10618         * src/compose.c
10619                 Fix a second leak
10620
10621 2005-10-25 [colin]      1.9.15cvs107
10622
10623         * src/addrbook.c
10624         * src/addrindex.c
10625                 Fix leak (xml_get_element() allocates memory)
10626         * src/compose.c
10627                 Fix leak + dead code (shame!)
10628         * src/procmime.c
10629                 Fix leak
10630
10631 2005-10-25 [colin]      1.9.15cvs106
10632
10633         * src/mimeview.c
10634                 Fix encoding issue in Save all and in 
10635                 overwrite-confirmation alertpanel
10636
10637 2005-10-25 [colin]      1.9.15cvs105
10638
10639         * src/common/socket.c
10640                 Fix a leak - Thanks to Christopher Aillon
10641                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
10642
10643 2005-10-25 [paul]       1.9.15cvs104
10644
10645         * src/wizard.c
10646                 Always guess servers from the right-hand
10647                 email part and guess username from the
10648                 left-hand part. (Thanks to Colin)
10649                 add an X-Face to the welcome message
10650
10651 2005-10-25 [paul]       1.9.15cvs103
10652
10653         * manual/handling.xml
10654                 written by Colin, edited by me
10655
10656 2005-10-25 [wwp]        1.9.15cvs102
10657
10658         * src/folderview.c
10659         * src/grouplistdialog.c
10660         * src/imap.c
10661         * src/noticeview.c
10662                 fix some compilation warnings
10663
10664 2005-10-24 [paul]
10665
10666         1.9.99-rc3 released
10667
10668 2005-10-24 [paul]       1.9.15cvs101
10669
10670         * src/gtk/about.c
10671                 fix window sizing
10672
10673 2005-10-24 [paul]       1.9.15cvs100
10674
10675         * src/pixmaps/offline.xpm
10676         * src/pixmaps/online.xpm
10677                 replace with last default versions
10678
10679 2005-10-24 [colin]      1.9.15cvs99
10680
10681         * src/imap.c
10682                 Fix bug when moving a folder
10683         * src/imap_gtk.c
10684         * src/mh_gtk.c
10685                 "Delete folder" pops up a window, so it 
10686                 should be suffixed with "..."
10687         * src/plugins/pgpcore/sgpgme.c
10688                 Include locale.h
10689
10690 2005-10-24 [mones]      1.9.15cvs98
10691
10692         * manual/Makefile
10693         * manual/account.xml
10694         * manual/ack.xml
10695         * manual/addrbook.xml
10696         * manual/advanced.xml
10697         * manual/faq.xml
10698         * manual/glossary.xml
10699         * manual/gpl.xml
10700         * manual/handling.xml
10701         * manual/intro.xml
10702         * manual/keyboard.xml
10703         * manual/manual.xml
10704         * manual/plugins.xml
10705         * manual/starting.xml
10706         * manual/dtd/sdocbook.dtd
10707                 Initial manual structure and some content.
10708
10709 2005-10-23 [wwp]        1.9.15cvs97
10710
10711         * src/gtk/about.c
10712                 fix a typo
10713
10714 2005-10-23 [wwp]        1.9.15cvs96
10715
10716         * src/gtk/about.c
10717         * src/gtk/authors.h
10718                 rework of the about window (main work by Paul), also featuring a few
10719                 fixes for typos and duplicate names
10720
10721 2005-10-23 [wwp]        1.9.15cvs95
10722
10723         * src/.cvsignore
10724                 Ignore the right binary name (sylpheed-claws now)
10725
10726 2005-10-23 [paul]       1.9.15cvs94
10727
10728         * src/compose.c
10729                 when using Folder Pref 'Default To for
10730                 replies' make the entry in the Compose
10731                 window bold
10732                 Patch by Fabien Vantard
10733
10734 2005-10-22 [colin]      1.9.15cvs93
10735
10736         * src/codeconv.c
10737                 Fix leak
10738
10739 2005-10-22 [colin]      1.9.15cvs92
10740
10741         * src/codeconv.c
10742                 try to convert using locale (apart utf8) if necessary
10743
10744 2005-10-22 [colin]      1.9.15cvs91
10745
10746         * src/pixmaps/new.xpm
10747         * src/pixmaps/unread.xpm
10748                 Make the unread envelope blue again and
10749                 saturate the new one a bit more.
10750
10751 2005-10-22 [colin]      1.9.15cvs90
10752
10753         * src/compose.c
10754                 When replying to a mail sent by one of our accounts,
10755                 use the original list of recipients. Let 'Reply All'
10756                 and 'Reply to sender' work like previously.
10757
10758 2005-10-21 [colin]      1.9.15cvs89
10759
10760         * src/prefs_filtering.c
10761                 Clear fields after add and replace
10762         * src/textview.c
10763                 Display xface differently (better)
10764         * src/plugins/pgpinline/pgpinline.c
10765                 Fix crappy encodings/recodings
10766
10767 2005-10-21 [paul]       1.9.15cvs88
10768
10769         * src/compose.c
10770         * src/prefs_folder_item.c
10771         * src/toolbar.c
10772                 fix news folder Folder Properties
10773                 (thanks to Colin)
10774         * src/folderview.c
10775                 update folderview after Themes change
10776                 keep selected folder selected
10777                 (thanks to Colin)
10778
10779 2005-10-21 [paul]       1.9.15cvs87
10780
10781         * tools/Makefile.am
10782         * tools/OOo2sylpheed.pl
10783         * tools/README
10784         * tools/README.sylprint
10785         * tools/asus_mailled.sh         ** REMOVED **
10786         * tools/filter_conv.pl
10787         * tools/freshmeat_search.pl
10788         * tools/google_search.pl
10789         * tools/gpg-sign-syl            ** REMOVED **
10790         * tools/kmail2sylpheed.pl
10791         * tools/kmail2sylpheed_v2.pl
10792         * tools/multiwebsearch.pl
10793         * tools/nautilus2sylpheed.sh
10794         * tools/newscache_clean.pl
10795         * tools/outlook2sylpheed.pl
10796         * tools/sylpheed-switcher       ** REMOVED **
10797         * tools/sylprint.pl
10798         * tools/sylprint.rc
10799         * tools/tb2sylpheed
10800         * tools/vcard2xml.py
10801         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10802                 update default config dir
10803                 update binary name (thanks to Fabien Vantard)
10804                 remove obsolete scripts
10805
10806 2005-10-21 [colin]      1.9.15cvs86
10807
10808         * src/inc.c
10809                 Fix possible leak and units. Based on a patch by
10810                 Fabien Vantard.
10811
10812 2005-10-20 [colin]      1.9.15cvs85
10813
10814         * src/textview.c
10815                 Clear xface when clearing textview
10816
10817 2005-10-20 [colin]      1.9.15cvs84
10818
10819         * configure.ac
10820         * src/folderview.c
10821         * src/headerview.c
10822         * src/main.c
10823         * src/prefs_common.c
10824         * src/prefs_common.h
10825         * src/prefs_message.c
10826         * src/textview.c
10827         * src/textview.h
10828         * src/common/defs.h
10829         * src/common/utils.c
10830         * src/common/utils.h
10831         * src/gtk/gtkutils.c
10832         * src/gtk/gtkutils.h
10833                 Migrate config to .sylpheed-claws (Automatically)
10834                 Add a way to get the Xface in the TextView
10835
10836 2005-10-20 [colin]      1.9.15cvs83
10837
10838         * src/gtk/Makefile.am
10839         * src/gtk/about.c
10840         * src/gtk/authors.h
10841                 Make the about dialog *grooovy*
10842
10843 2005-10-20 [colin]      1.9.15cvs82
10844
10845         * src/mimeview.c
10846                 Use "Open with" on double click if no command
10847                 was found
10848
10849 2005-10-20 [colin]      1.9.15cvs81
10850
10851         * src/imap.c
10852         * src/etpan/imap-thread.c
10853                 Fix possible crash.
10854
10855 2005-10-20 [paul]       1.9.15cvs80
10856
10857         * src/folder.c
10858                 don't show clipkey icon if the only
10859                 attachment is the signature
10860                 Patch by Colin
10861
10862 2005-10-20 [paul]       1.9.15cvs79
10863
10864         * AUTHORS
10865         * src/plugins/pgpmime/pgpmime.c
10866                 name the PGP/MIME signature 'signature.asc'
10867                 Patch by Andrew Nelson <freeandy@gmail.com>
10868
10869 2005-10-19 [colin]      1.9.15cvs78
10870
10871         * src/plugins/pgpmime/pgpmime.c
10872                 Oops, no need to double-check though
10873
10874 2005-10-19 [colin]      1.9.15cvs77
10875
10876         * src/plugins/pgpinline/pgpinline.c
10877         * src/plugins/pgpmime/pgpmime.c
10878                 Check that my_tmpfile() doesn't 
10879                 return NULL
10880
10881 2005-10-19 [colin]      1.9.15cvs76
10882
10883         * src/common/utils.c
10884                 Use shorter mime boundaries to avoid having
10885                 MTAs rewrapping our headers, breaking the
10886                 PGP signature in the process 
10887         * src/compose.c
10888         * src/plugins/pgpmime/pgpmime.c
10889                 Check for boundary uniqueness to be sure
10890                 it won't happen, instead of hoping for the
10891                 best
10892
10893 2005-10-19 [colin]      1.9.15cvs75
10894
10895         * sylpheed-claws.desktop
10896         * src/Makefile.am
10897         * src/main.c
10898                 Ship a sylpheed-claws binary instead
10899                 of a sylpheed one. Change the socket
10900                 name, too
10901         * src/folderview.c
10902                 Update folder only if it changed
10903         * src/wizard.c
10904                 Fix i18n in welcome mail, patch by
10905                 Fabien Vantard
10906
10907 2005-10-19 [paul]
10908
10909         1.9.99-rc2 released
10910
10911 2005-10-19 [paul]       1.9.15cvs74
10912
10913         * src/folder.c
10914         * src/folderview.c
10915                 fix summaryview update
10916                 Patch by Colin
10917
10918 2005-10-18 [colin]      1.9.15cvs73
10919
10920         * src/plugins/pgpcore/passphrase.c
10921                 Don't XGrabServer, and try a bit more to 
10922                 sync everything before grabbing mouse/keyboard
10923
10924 2005-10-18 [colin]      1.9.15cvs72
10925
10926         * src/Makefile.am
10927         * src/addressadd.c
10928         * src/addressbook.c
10929         * src/folderview.c
10930         * src/grouplistdialog.c
10931         * src/mimeview.c
10932         * src/stock_pixmap.c
10933         * src/stock_pixmap.h
10934         * src/summaryview.c
10935         * src/gtk/gtksctree.c
10936         * src/gtk/gtksctree.h
10937         * src/pixmaps/empty.xpm
10938                 Implement a wrapper call for gtk_ctree_set_node_info
10939                 and gtk_ctree_insert_node, that uses a 1x1 transparent
10940                 pixmap instead of a NULL one. This works around some
10941                 memory problems deep inside gtk, revealed by valgrind,
10942                 and fixes bug #834 (Pressing CTRl-D on a message marked 
10943                 as locked crashes sylpheed.), as well as, probably, 
10944                 wwp's 4th dimension problems that happen in gtk_ctree_*.
10945
10946 2005-10-17 [colin]      1.9.15cvs71
10947
10948         * src/mimeview.c
10949                 Provide visual feedback when checking
10950                 signature
10951
10952 2005-10-17 [colin]      1.9.15cvs70
10953
10954         * src/main.c
10955                 Keep the folder list frozen while checking caches...
10956
10957 2005-10-17 [colin]      1.9.15cvs69
10958
10959         * src/addr_compl.c
10960                 Fi bug #833 (Autocompleting from addressbook 
10961                 fails with extended chars)
10962         * src/imap.c
10963                 Fix 'adding messages' staying in statusbar
10964                 after an error
10965
10966 2005-10-17 [wwp]        1.9.15cvs68
10967
10968         * src/ssl_manager.c
10969                 Fix buttons' layout resizing when window size changes
10970
10971 2005-10-17 [wwp]        1.9.15cvs67
10972
10973         * src/account.c
10974         * src/prefs_account.c
10975         * src/prefs_common.c
10976         * src/prefs_common.h
10977         * src/prefs_folder_item.c
10978         * src/prefs_gtk.c
10979         * src/gtk/logwindow.c
10980         * src/gtk/pluginwindow.c
10981         * src/gtk/prefswindow.c
10982         * src/gtk/prefswindow.h
10983                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
10984
10985 2005-10-17 [paul]       1.9.15cvs66
10986
10987         * configure.ac
10988                 fix missing libetpan message
10989         * po/en_GB.po
10990                 updated
10991         * src/crash.c
10992         * src/manual.c
10993         * src/prefs_themes.c
10994         * src/common/defs.h
10995                 add some new URI defines, change some
10996                 others
10997         * src/wizard.c
10998                 make welcome message translatable
10999                 small improvements to english
11000                 other tweaks
11001         * src/gtk/menu.c
11002                 fix warnings
11003
11004 2005-10-17 [paul]       1.9.15cvs65
11005
11006         * src/summaryview.c
11007                 fix column titles
11008
11009 2005-10-16 [mones]      1.9.15cvs64
11010
11011         * po/es.po
11012                 Updated translation
11013
11014 2005-10-16 [colin]
11015
11016         1.9.99-rc1 released
11017
11018 2005-10-16 [colin]      1.9.15cvs63
11019
11020         * src/wizard.c
11021                 Fix whitespace
11022
11023 2005-10-16 [colin]      1.9.15cvs62
11024
11025         * src/toolbar.c
11026                 s/Get All/Get Mail/
11027         * src/wizard.c
11028                 Real welcome mail text, thanks Paul
11029
11030 2005-10-16 [colin]      1.9.15cvs61
11031
11032         * src/editldap.c
11033         * src/exporthtml.c
11034         * src/main.c
11035         * src/mainwindow.c
11036         * src/prefs_themes.c
11037         * src/prefs_toolbar.c
11038         * src/plugins/demo/demo.c
11039         * src/plugins/trayicon/trayicon.c
11040                 s/Sylpheed/Sylpheed-Claws/
11041
11042 2005-10-16 [colin]      1.9.15cvs60
11043
11044         * src/wizard.c
11045                 Add a welcome email in the first empty mailbox
11046         * src/prefs_common.c
11047                 Change one more default
11048
11049 2005-10-16 [colin]      1.9.15cvs59
11050
11051         * src/wizard.c
11052                 Remove printf
11053
11054 2005-10-16 [colin]      1.9.15cvs58
11055
11056         * src/toolbar.c
11057         * src/prefs_common.c
11058                 Change some defaults
11059
11060 2005-10-16 [colin]      1.9.15cvs57
11061
11062         * src/toolbar.c
11063         * src/prefs_common.c
11064                 Change some defaults
11065
11066 2005-10-16 [colin]      1.9.15cvs56
11067
11068         * src/wizard.c
11069                 By default, initialize fonts to have
11070                 the same size as normal GtkWidgets
11071
11072 2005-10-16 [colin]      1.9.15cvs55
11073
11074         * src/mimeview.c
11075                 Fix message a bit more
11076
11077 2005-10-16 [colin]      1.9.15cvs54
11078
11079         * src/addressbook.c
11080                 Second attempt at flicker fixing
11081
11082 2005-10-16 [colin]      1.9.15cvs53
11083
11084         * src/addressbook.c
11085                 Fix flicker
11086
11087 2005-10-16 [wwp]        1.9.15cvs52
11088
11089         * src/addressbook.c
11090         * src/editaddress.c
11091         * src/prefs_common.c
11092         * src/prefs_common.h
11093                 Remember window sizes (address book)
11094
11095 2005-10-16 [wwp]        1.9.15cvs51
11096
11097         * src/plugins/clamav/clamav_plugin_gtk.c
11098         * src/plugins/spamassassin/spamassassin_gtk.c
11099                 Fix compilation warnings (missing #include).
11100
11101 2005-10-16 [colin]      1.9.15cvs50
11102
11103         * src/mimeview.c
11104         * src/summaryview.c
11105         * src/textview.c
11106                 Make 'c' check signature, and forward
11107                 c, l, y, t from summaryview to mimeview
11108
11109 2005-10-16 [colin]      1.9.15cvs49
11110
11111         * src/addressbook.c
11112                 Put border around buttons
11113         * src/mainwindow.c
11114         * src/summaryview.c
11115                 Rework menus (Patch based on a patch
11116                 by Paul)
11117
11118 2005-10-15 [wwp]        1.9.15cvs48
11119
11120         * src/editjpilot.c
11121         * src/editldap.c
11122         * src/editvcard.c
11123         * src/exphtmldlg.c
11124         * src/expldifdlg.c
11125         * src/export.c
11126         * src/import.c
11127         * src/importldif.c
11128         * src/importmutt.c
11129         * src/importpine.c
11130         * src/prefs_account.c
11131         * src/prefs_spelling.c
11132         * src/gtk/gtkutils.c
11133         * src/gtk/gtkutils.h
11134         * src/plugins/clamav/clamav_plugin_gtk.c
11135         * src/plugins/spamassassin/spamassassin_gtk.c
11136                 use nicer browse-for-file/dir buttons than the "..." ones,
11137                 code factorizing more.
11138
11139 2005-10-14 [colin]      1.9.15cvs47
11140
11141         * src/mainwindow.c
11142                 set relief on the account switcher so that people see it
11143                 grey out Create processing rules when no message is selected
11144         * src/prefs_filtering.c
11145                 ask before closing if the rule has not been modified, even if
11146                 it's not valid
11147         * src/prefs_matcher.c
11148                 fix sensitivity when entering the dialog
11149         * src/gtk/inputdialog.c
11150                 display a better icon on password ask
11151         * src/plugins/pgpcore/passphrase.c
11152                 make the dialog look better
11153
11154 2005-10-14 [paul]       1.9.15cvs46
11155
11156         * src/folderview.c
11157                 indicate presense of marked msgs in
11158                 unexpanded subfolders
11159
11160 2005-10-14 [paul]       1.9.15cvs45
11161
11162         * src/prefs_actions.c
11163         * src/prefs_common.c
11164         * src/prefs_common.h
11165         * src/prefs_filtering_action.c
11166         * src/prefs_matcher.c
11167         * src/prefs_template.c
11168                 remember window sizes
11169                 fix Info button size
11170
11171         Patches by wwp
11172
11173 2005-10-13 [colin]      1.9.15cvs44
11174
11175         * src/mimeview.c
11176         * src/noticeview.c
11177         * src/noticeview.h
11178                 Add a tooltip on the icon (optional) 
11179                 Get rid of the signature buttons and only
11180                 use the icon+tooltip
11181
11182 2005-10-13 [colin]      1.9.15cvs43
11183
11184         * src/noticeview.c
11185         * src/noticeview.h
11186                 Add hand cursor for hovering over icon
11187
11188 2005-10-13 [colin]      1.9.15cvs42
11189
11190         * src/summaryview.c
11191                 Fix crash when quicksearch's hidden 
11192                 at startup
11193
11194 2005-10-13 [colin]      1.9.15cvs41
11195
11196         * src/compose.c
11197                 Set subject when forwarding multiple mails
11198                 Check that other recipient than the default Cc or Bcc
11199                 have been set before sending.
11200
11201 2005-10-13 [colin]      1.9.15cvs40
11202
11203         * src/imap.c
11204                 Batch per-folder
11205                 Introduce locking, but don't use it yet
11206
11207 2005-10-13 [colin]      1.9.15cvs39
11208
11209         * src/gtk/quicksearch.c
11210                 Reset quicksearch when hiding it
11211                 Make sticky a real pref
11212
11213 2005-10-13 [colin]      1.9.15cvs38
11214
11215         * src/summaryview.c
11216                 Faster prefs apply
11217
11218 2005-10-13 [colin]      1.9.15cvs37
11219
11220         * src/mimeview.c
11221         * src/noticeview.c
11222         * src/noticeview.h
11223         * src/plugins/pgpcore/sgpgme.c
11224                 Make privacy icon clickable
11225                 Move Trust field in Full info
11226                 When trust is less than full, don't display
11227                 a warning icon
11228
11229 2005-10-13 [colin]      1.9.15cvs36
11230
11231         * src/folder.c
11232                 Batch on flags sync
11233         * src/folderview.c
11234                 Revert speed hack which is dangerous in fact
11235                 Apply prefs faster
11236
11237 2005-10-13 [colin]      1.9.15cvs35
11238
11239         * src/folder_item_prefs.c
11240                 Fix pref corruption on folder move. Patch
11241                 by wwp
11242
11243 2005-10-13 [paul]       1.9.15cvs34
11244
11245         * src/export.c
11246         * src/import.c
11247                 fix typos in g_warnings
11248         * src/prefs_account.c
11249                 add a file selector for Signature file
11250
11251         Patches by wwp
11252
11253 2005-10-12 [colin]      1.9.15cvs33
11254
11255         * src/mimeview.c
11256                 Provide a quick way to go back from a
11257                 signature's full info to the email part
11258
11259 2005-10-12 [colin]      1.9.15cvs32
11260
11261         * src/compose.c
11262                 Remove old hack of encoding signed mails with base64.
11263                 QP works equally well.
11264
11265 2005-10-12 [colin]      1.9.15cvs31
11266
11267         * src/crash.c
11268                 Replace deprecated GtkText with GtkTextView
11269         * src/imap.c
11270                 Fix a logic bug about counts in imap_select
11271                 (previously un-triggered)
11272         * src/mainwindow.c
11273         * src/summaryview.c
11274         * src/news.c
11275                 Allow local deletion of news posts
11276         * src/mimeview.c
11277                 Show GPG noticeview on the message/rfc822 part
11278                 in addition to the text/plain one
11279         * src/prefs_image_viewer.c
11280           src/plugins/pgpcore/prefs_gpg.c
11281                 Polish (set the label as part of the checkbox)
11282         * src/wizard.c
11283                 Don't sit there doing nothing after destroying
11284                 the window - return err
11285
11286 2005-10-11 [colin]      1.9.15cvs30
11287
11288         * src/folderview.c
11289                 Apply processing rules before showing folders.
11290                 Early folder show (before flags sync) will only
11291                 be done when there are no processing rules (nor
11292                 pre- or post- ones)
11293         * src/imap.c
11294                 Fix stuff related to mail subdir, creation and 
11295                 deletion of folders 
11296         * src/imap_gtk.c
11297                 Don't allow creation of folders in NoInferior
11298                 folders, as it won't work
11299
11300 2005-10-10 [colin]      1.9.15cvs29
11301
11302         * src/compose.c
11303                 Reselect "None" Privacy system when selecting an
11304                 account with no privacy system defined
11305
11306 2005-10-10 [colin]      1.9.15cvs28
11307
11308         * src/mainwindow.c
11309                 Add Windows-1252 encoding
11310         * src/prefs_common.c
11311                 Rework some defaults:
11312                 - autosave to draft by default
11313                 - don't show header pane (it's already in the textview)
11314                 - Select first new or unread mail on entry
11315                 - Assume 'Yes' to change folder when there's no more
11316                   unread message
11317         * src/prefs_matcher.c
11318                 Fix a gtk assertion failure
11319         * src/gtk/colorlabel.c
11320                 Workaround bad repainting on selection
11321         * src/main.c
11322                 Freeze/thaw (a bit faster on ssh -X)
11323         * src/msgcache.c
11324                 Get rid of StrdupConverter that just adds an
11325                 extra strdup/free 
11326         * src/etpan/imap_thread.c
11327                 memset buf to 0
11328
11329 2005-10-10 [colin]      1.9.15cvs27
11330
11331         * src/export.c
11332         * src/import.c
11333                 Fix compile on gtk 2.4. Patch by wwp
11334
11335 2005-10-09 [colin]      1.9.15cvs26
11336
11337         * src/mainwindow.c
11338         * src/messageview.c
11339         * src/summaryview.c
11340                 Clarify forward menus. Patch by wwp
11341
11342 2005-10-09 [colin]      1.9.15cvs25
11343
11344         * src/compose.c
11345         * src/compose.h
11346                 Fix bug #829 (Non-working "Encrypt message by 
11347                 default when replying to an encrypted message")
11348
11349 2005-10-08 [colin]      1.9.15cvs24
11350
11351         * src/wizard.c
11352                 Fix bug #827 ("Welcome" setup wizard after a 
11353                 permission error gives up & forgets itself.)
11354
11355 2005-10-08 [colin]      1.9.15cvs23
11356
11357         * src/procmime.c
11358                 Fix bug #828 (Ignoring headers with spaces around = sign)
11359
11360 2005-10-08 [colin]      1.9.15cvs22
11361
11362         * src/export.c
11363                 Warning fix by wwp
11364
11365 2005-10-08 [colin]      1.9.15cvs21
11366
11367         * src/folder.c
11368         * src/folder.h
11369                 Add a processing_pending indicator, set on 
11370                 folder_item_open and cleared after 
11371                 folder_item_process_open
11372         * src/folderview.c
11373         * src/summaryview.c
11374                 wrap procmsg_msginfo_*_flags, and in the
11375                 wrapper check that there's no folder processing 
11376                 pending. If there is, defer the flags change until 
11377                 processing is done to avoid stepping over each
11378                 other's toes.
11379                 Freeze during processing, but not during scanning.
11380
11381 2005-10-07 [colin]      1.9.15cvs20
11382
11383         * src/plugins/pgpcore/passphrase.c
11384                 Fix bug #826 (X-Server hangs when 
11385                 right-clicking a PGP encrypted message)
11386
11387 2005-10-07 [paul]       1.9.15cvs19
11388
11389         * src/compose.c
11390                 fix compose_entries[]
11391                 patch by Fabien Vantard
11392
11393 2005-10-06 [colin]      1.9.15cvs18
11394
11395         * src/pixmaps/address.xpm
11396         * src/pixmaps/address_book.xpm
11397         * src/pixmaps/book.xpm
11398         * src/pixmaps/check_spelling.xpm
11399         * src/pixmaps/checkbox_off.xpm
11400         * src/pixmaps/checkbox_on.xpm
11401         * src/pixmaps/close.xpm
11402         * src/pixmaps/complete.xpm
11403         * src/pixmaps/continue.xpm
11404         * src/pixmaps/deleted.xpm
11405         * src/pixmaps/down_arrow.xpm
11406         * src/pixmaps/exec.xpm
11407         * src/pixmaps/forwarded.xpm
11408         * src/pixmaps/group.xpm
11409         * src/pixmaps/ignorethread.xpm
11410         * src/pixmaps/interface.xpm
11411         * src/pixmaps/jpilot.xpm
11412         * src/pixmaps/ldap.xpm
11413         * src/pixmaps/linewrap.xpm
11414         * src/pixmaps/linewrapcurrent.xpm
11415         * src/pixmaps/mail.xpm
11416         * src/pixmaps/mail_attach.xpm
11417         * src/pixmaps/mail_compose.xpm
11418         * src/pixmaps/mail_forward.xpm
11419         * src/pixmaps/mail_receive.xpm
11420         * src/pixmaps/mail_receive_all.xpm
11421         * src/pixmaps/mail_reply.xpm
11422         * src/pixmaps/mail_reply_to_all.xpm
11423         * src/pixmaps/mail_reply_to_author.xpm
11424         * src/pixmaps/mail_send.xpm
11425         * src/pixmaps/mail_send_queue.xpm
11426         * src/pixmaps/mime_application.xpm
11427         * src/pixmaps/mime_audio.xpm
11428         * src/pixmaps/mime_image.xpm
11429         * src/pixmaps/mime_message.xpm
11430         * src/pixmaps/mime_text_enriched.xpm
11431         * src/pixmaps/mime_text_html.xpm
11432         * src/pixmaps/mime_text_plain.xpm
11433         * src/pixmaps/mime_unknown.xpm
11434         * src/pixmaps/new.xpm
11435         * src/pixmaps/news_compose.xpm
11436         * src/pixmaps/offline.xpm
11437         * src/pixmaps/online.xpm
11438         * src/pixmaps/paste.xpm
11439         * src/pixmaps/preferences.xpm
11440         * src/pixmaps/privacy_emblem_encrypted.xpm
11441         * src/pixmaps/privacy_expired.xpm
11442         * src/pixmaps/privacy_failed.xpm
11443         * src/pixmaps/privacy_passed.xpm
11444         * src/pixmaps/privacy_signed.xpm
11445         * src/pixmaps/privacy_unknown.xpm
11446         * src/pixmaps/privacy_warn.xpm
11447         * src/pixmaps/properties.xpm
11448         * src/pixmaps/replied.xpm
11449         * src/pixmaps/search.xpm
11450         * src/pixmaps/unread.xpm
11451         * src/pixmaps/up_arrow.xpm
11452         * src/pixmaps/vcard.xpm
11453                 Modernize internal theme, with icons from the 
11454                 Gnomaws theme. Keep some of the old ones where
11455                 they were better.
11456
11457 2005-10-06 [colin]      1.9.15cvs17
11458
11459         * src/summaryview.c
11460                 Little optimisations + bugfix
11461         * src/toolbar.c
11462                 Remove default useless items - useless being defined
11463                 by the default relevant prefs
11464         * src/wizard.c
11465                 include config.h to make gettext work
11466         * src/prefs_themes.c
11467                 Fix selection of current theme in prefs
11468
11469 2005-10-06 [colin]      1.9.15cvs16
11470
11471         * src/prefs_common.c
11472         * src/prefs_common.h
11473         * src/prefs_summaries.c
11474         * src/folderview.c
11475                 Add a warning dialog on Mark all read 
11476                 (with pref to get rid of it)
11477
11478 2005-10-06 [paul]       1.9.15cvs15
11479
11480         * po/nb.po
11481         * po/pt_BR.po
11482                 updated by Geir Helland and Frederico
11483                 Goncalves Guimaraes
11484
11485 2005-10-05 [colin]      1.9.15cvs14
11486
11487         * src/folder.c
11488         * src/folder.h
11489         * src/folderview.c
11490         * src/folderview.h
11491         * src/imap_gtk.c
11492         * src/mh_gtk.c
11493         * src/mainwindow.c
11494         * src/setup.c
11495                 add a way to rescan without rebuilding
11496                 make moving a bit faster (less folders changes)
11497                 don't lock the tree on Get 
11498         * src/imap.c
11499                 Don't re-delete deleted messages before expunging
11500         * src/summaryview.c
11501                 Set batch mode when deleting mails
11502
11503 2005-10-05 [paul]       1.9.15cvs13
11504
11505         * src/mainwindow.c
11506         * src/mainwindow.h
11507                 fix disabled Execute menu item
11508         * src/toolbar.c
11509                 match the change in 1.9.15cvs10: use Compose
11510                 instead of News by default
11511
11512 2005-10-04 [colin]      1.9.15cvs12
11513
11514         * src/compose.c
11515                 When replying to an ML post with Reply-To set
11516                 to the poster's email, honor it (as before),
11517                 but also honor our user's request to reply to
11518                 the mailing list: set the ML address in the To
11519                 field and the Reply-To address in the Cc: 
11520                 field.
11521
11522 2005-10-04 [colin]      1.9.15cvs11
11523
11524         * src/plugins/trayicon/trayicon.c
11525                 Finish cosmetic change - thanks to wwp
11526
11527 2005-10-04 [colin]      1.9.15cvs10
11528
11529         * src/toolbar.c
11530                 Use Compose instead of Email by default.
11531                 Spotted by wwp.
11532
11533 2005-10-04 [colin]      1.9.15cvs9
11534
11535         * src/folder.c
11536         * src/folder.h
11537         * src/folderview.c
11538         * src/imap.c
11539         * src/etpan/imap-thread.c
11540         * src/etpan/imap-thread.h
11541                 Try to make IMAP faster, by simplifying SEARCH
11542                 commands, avoiding sending two STATUS in a row,
11543                 and deferring flags sync and processing just
11544                 after displaying the folder. 
11545                 This will update the SummaryView in certain
11546                 cases (new mails not already fetched, flags
11547                 changed from another client) but in a non-
11548                 blocking manner.
11549
11550 2005-10-04 [colin]      1.9.15cvs8
11551
11552         * src/plugins/trayicon/trayicon.c
11553                 Relabel "Offline" to "Work offline"
11554
11555 2005-10-04 [colin]      1.9.15cvs7
11556
11557         * src/export.c
11558         * src/import.c
11559         * src/mbox.c
11560                 Fix mbox import/export buglets
11561                 Patch by wwp
11562         * src/plugins/trayicon/trayicon.c
11563                 Add offline swithc
11564                 Patch by wwp
11565
11566 2005-10-04 [colin]      1.9.15cvs6
11567
11568         * src/folder.c
11569         * src/folderview.c
11570         * src/summaryview.c
11571                 Better fix (don't break mark all read) for cvs2
11572
11573 2005-10-03 [colin]      1.9.15cvs5
11574
11575         * src/folder.c
11576                 Use a sane sort by default
11577
11578 2005-10-03 [colin]      1.9.15cvs4
11579
11580         * src/inc.c
11581                 Add a 'Only once' button for overriding offline mode
11582         * src/prefs_account.c
11583         * src/wizard.c
11584                 Add Local mbox to the wizard
11585                 Add IMAP subdir to the wizard (or the wizard is useless
11586                 for such accounts, or even worse than useless)
11587                 Move IMAP subdir from Advanced to Receive tab, as it's
11588                 not that uncommon
11589
11590 2005-10-03 [colin]      1.9.15cvs3
11591
11592         * src/send_message.c
11593                 Forgot this one in cvs1
11594
11595 2005-10-03 [colin]      1.9.15cvs2
11596
11597         * src/folder.c
11598                 Faster close when leaving a folder with lots
11599                 of new mails. Idea by David Relson.
11600
11601 2005-10-03 [colin]      1.9.15cvs1
11602
11603         * src/compose.c
11604         * src/imap.c
11605         * src/inc.c
11606         * src/main.c
11607         * src/messageview.c
11608         * src/news.c
11609         * src/summaryview.c
11610         * src/gtk/sslcertwindow.c
11611         * src/plugins/trayicon/trayicon.c
11612                 Add accels to every AlertPanel. Patch by Fabien 
11613                 Vantard
11614
11615 2005-10-03 [paul]       1.9.15
11616
11617         1.9.15 released
11618
11619 2005-10-03 [paul]       1.9.14cvs68
11620
11621         * po/ca.po
11622         * po/de.po
11623         * po/es.po
11624         * po/fi.po
11625         * po/fr.po
11626         * po/sk.po
11627         * po/sr.po
11628         * po/zh_CN.po
11629                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11630                 Mones Lastra, Tommi Pirinen, Fabien vantard,
11631                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
11632
11633 2005-10-03 [paul]       1.9.14cvs67
11634
11635         * src/send_message.c
11636                 prevent hang on Cancel
11637                 patch by Colin
11638
11639 2005-10-03 [paul]       1.9.14cvs66
11640
11641         * src/main.c
11642                 fix crash in IMAP caused by discrepancy
11643                 between check_at_startup and offline mode
11644                 Patch by Colin
11645
11646 2005-10-01 [paul]       1.9.14cvs65
11647
11648         * src/inc.c
11649                 fix engrish
11650
11651 2005-10-01 [paul]       1.9.14cvs64
11652         * src/export.c
11653         * src/import.c
11654                 synchronise import_mbox() and export_mbox()
11655         * src/mbox.c
11656                 proc_mbox(): add alert if file cannot be opened
11657                 export_list_to_mbox(): test if dest file exists,
11658                 prompt user to overwrite if it does. add alert
11659                 if file cannot be created
11660                                                                 
11661         Patch by wwp
11662                                                                                                                 
11663
11664 2005-09-30 [paul]       1.9.14cvs63
11665
11666         * src/addressbook.c
11667                 Fix sensitivity of a menu
11668         * src/codeconv.c
11669                 Respect hidden pref for mails with no encoding
11670         * src/common/xml.c
11671                 Fix memory corruption
11672         * src/plugins/pgpcore/sgpgme.c
11673                 Fix segfault on incomplete sigs, and display
11674                 of S/Mime UIDs
11675
11676         Patches by Colin
11677
11678 2005-09-30 [colin]      1.9.14cvs62
11679
11680         * src/partial_download.c
11681                 Little logic fix in almost-dead code
11682         * src/pop.c
11683                 Fix partial download when there's no new mail
11684
11685 2005-09-29 [paul]       1.9.14cvs61
11686
11687         * src/plugins/pgpinline/pgpinline.c
11688                 fix bug 819, 'crash accessing sign message'
11689                 Patch by Colin
11690
11691 2005-09-28 [martin]     1.9.14cvs60
11692
11693         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11694                 fix bug #790 (Crash when restarting window manager (fluxbox))
11695
11696 2005-09-28 [paul]       1.9.14cvs59
11697
11698         * src/gtk/gtkaspell.c
11699                 fix off-by-one typo
11700
11701 2005-09-27 [colin]      1.9.14cvs58
11702
11703         * src/plugins/pgpcore/sgpgme.c
11704                 Report error when there's one, instead of
11705                 "Signature unchecked" 
11706
11707 2005-09-27 [colin]      1.9.14cvs57
11708
11709         * src/prefs_quote.c
11710                 Fix bug #816 (Weird quotation with spaces)
11711
11712 2005-09-27 [colin]      1.9.14cvs56
11713
11714         * src/codeconv.c
11715         * src/compose.c
11716         * src/compose.h
11717                 Put subject in compose's title
11718                 Fix Automatic encoding so that it's really automatic:
11719                 first try default locale's charset, then charset of the replied mail, 
11720                 then utf-8
11721                 Fix encoding of headers (must be in strict mode too)
11722
11723 2005-09-26 [colin]      1.9.14cvs55
11724
11725         * src/gtk/gtkaspell.c
11726                 Fix previous patch - don't color the space,
11727                 just uncolor it :)
11728
11729 2005-09-26 [colin]      1.9.14cvs54
11730
11731         * src/gtk/gtkaspell.c
11732                 Unmark space if possible
11733
11734 2005-09-26 [colin]      1.9.14cvs53
11735
11736         * src/imap.c
11737                 log_error instead of alertpanel according to the pref
11738         * src/etpan/imap-thread.c
11739                 Print connect status, copy only necessary size to 
11740                 logger
11741         * src/plugins/pgpmime/pgpmime.c
11742                 Handle S/Mime signatures (verification only). Patch based
11743                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
11744
11745 2005-09-26 [paul]       1.9.14cvs52
11746
11747         * src/common/passcrypt.c
11748                 this 'workaround' not necessary on NetBSD.
11749                 Thanks to Daniel Gustafson
11750
11751 2005-09-26 [paul]
11752
11753         1.9.15-rc4 released
11754
11755 2005-09-26 [paul]       1.9.14cvs51
11756
11757         * src/summaryview.c
11758                 Skip currently selected message when
11759                 looking for next new or unread message
11760                 in current folder. Patch by Colin
11761         * src/common/passcrypt.c
11762                 eliminate warnings on *BSD. Patch by
11763                 Daniel Gustafson
11764
11765 2005-09-26 [colin]      1.9.14cvs50
11766
11767         * src/procmsg.c
11768                 Call postfiltering hook anyway
11769
11770 2005-09-22 [colin]      1.9.14cvs49
11771
11772         * src/codeconv.c
11773         * src/codeconv.h
11774                 Add a strict mode that doesn't replace with _
11775         * src/compose.c
11776         * src/compose.h
11777                 Use strict conversion while sending
11778                 Fix race when drafting while sending (happens
11779                 on IMAP)
11780                 Fix d'n'd of messages from summaryview
11781         * src/prefs_common.c
11782         * src/prefs_common.h
11783                 add hidden utf8_instead_of_locale_for_broken_mail 
11784                 pref for people that preferred the default charset 
11785                 to be utf8 for broken mails
11786         * src/quote_fmt_parse.y
11787                 fix bug #815 (No quote insert if "From:" fied 
11788                 contained Russian letters)
11789         * src/summaryview.c
11790                 Fix d'n'd of messages to compose
11791
11792 2005-09-22 [paul]       1.9.14cvs48
11793
11794         * src/compose.c
11795                 fix bug where attachments Name entry
11796                 would display Path instead
11797
11798 2005-09-21 [paul]       1.9.14cvs47
11799
11800         * README
11801         * README.jp
11802         * configure.ac
11803         * config/config.rpath
11804         * doc/manual/en/sylpheed-20.html
11805         * doc/manual/es/sylpheed-20.html
11806         * po/bg.po
11807         * po/ca.po
11808         * po/de.po
11809         * po/es.po
11810         * po/fr.po
11811         * po/it.po
11812         * po/pt_BR.po
11813         * po/sk.po
11814         * po/zh_TW.po
11815         * src/account.c
11816         * src/account.h
11817         * src/action.c
11818         * src/action.h
11819         * src/adbookbase.h
11820         * src/addr_compl.c
11821         * src/addr_compl.h
11822         * src/addrbook.c
11823         * src/addrbook.h
11824         * src/addrcache.c
11825         * src/addrcache.h
11826         * src/addrcindex.c
11827         * src/addrcindex.h
11828         * src/addrclip.c
11829         * src/addrclip.h
11830         * src/addrdefs.h
11831         * src/addressadd.c
11832         * src/addressadd.h
11833         * src/addressbook.c
11834         * src/addressbook.h
11835         * src/addressitem.h
11836         * src/addrgather.c
11837         * src/addrgather.h
11838         * src/addrharvest.c
11839         * src/addrharvest.h
11840         * src/addrindex.c
11841         * src/addrindex.h
11842         * src/addritem.c
11843         * src/addritem.h
11844         * src/addrquery.c
11845         * src/addrquery.h
11846         * src/addrselect.c
11847         * src/addrselect.h
11848         * src/alertpanel.c
11849         * src/alertpanel.h
11850         * src/browseldap.c
11851         * src/browseldap.h
11852         * src/codeconv.c
11853         * src/codeconv.h
11854         * src/compose.c
11855         * src/compose.h
11856         * src/crash.c
11857         * src/crash.h
11858         * src/customheader.c
11859         * src/customheader.h
11860         * src/displayheader.c
11861         * src/displayheader.h
11862         * src/editaddress.c
11863         * src/editaddress.h
11864         * src/editbook.c
11865         * src/editbook.h
11866         * src/editgroup.c
11867         * src/editgroup.h
11868         * src/editjpilot.c
11869         * src/editjpilot.h
11870         * src/editldap.c
11871         * src/editldap.h
11872         * src/editldap_basedn.c
11873         * src/editldap_basedn.h
11874         * src/editvcard.c
11875         * src/editvcard.h
11876         * src/enriched.c
11877         * src/enriched.h
11878         * src/exphtmldlg.c
11879         * src/exphtmldlg.h
11880         * src/expldifdlg.c
11881         * src/expldifdlg.h
11882         * src/export.c
11883         * src/export.h
11884         * src/exporthtml.c
11885         * src/exporthtml.h
11886         * src/exportldif.c
11887         * src/exportldif.h
11888         * src/filtering.c
11889         * src/filtering.h
11890         * src/folder.c
11891         * src/folder.h
11892         * src/folder_item_prefs.c
11893         * src/folder_item_prefs.h
11894         * src/foldersel.c
11895         * src/foldersel.h
11896         * src/folderutils.c
11897         * src/folderutils.h
11898         * src/folderview.c
11899         * src/folderview.h
11900         * src/grouplistdialog.c
11901         * src/grouplistdialog.h
11902         * src/headerview.c
11903         * src/headerview.h
11904         * src/html.c
11905         * src/html.h
11906         * src/image_viewer.c
11907         * src/image_viewer.h
11908         * src/imap.c
11909         * src/imap.h
11910         * src/imap_gtk.c
11911         * src/imap_gtk.h
11912         * src/import.c
11913         * src/import.h
11914         * src/importldif.c
11915         * src/importldif.h
11916         * src/importmutt.c
11917         * src/importmutt.h
11918         * src/importpine.c
11919         * src/importpine.h
11920         * src/inc.c
11921         * src/inc.h
11922         * src/jpilot.c
11923         * src/jpilot.h
11924         * src/ldapctrl.c
11925         * src/ldapctrl.h
11926         * src/ldaplocate.c
11927         * src/ldaplocate.h
11928         * src/ldapquery.c
11929         * src/ldapquery.h
11930         * src/ldapserver.c
11931         * src/ldapserver.h
11932         * src/ldaputil.c
11933         * src/ldaputil.h
11934         * src/ldif.c
11935         * src/ldif.h
11936         * src/localfolder.c
11937         * src/localfolder.h
11938         * src/main.c
11939         * src/main.h
11940         * src/mainwindow.c
11941         * src/mainwindow.h
11942         * src/manual.c
11943         * src/manual.h
11944         * src/matcher.c
11945         * src/matcher.h
11946         * src/matcher_parser.h
11947         * src/matcher_parser_lex.l
11948         * src/matcher_parser_parse.y
11949         * src/mbox.c
11950         * src/mbox.h
11951         * src/message_search.c
11952         * src/message_search.h
11953         * src/messageview.c
11954         * src/messageview.h
11955         * src/mh.c
11956         * src/mh.h
11957         * src/mh_gtk.c
11958         * src/mh_gtk.h
11959         * src/mimeview.c
11960         * src/mimeview.h
11961         * src/msgcache.c
11962         * src/msgcache.h
11963         * src/mutt.c
11964         * src/mutt.h
11965         * src/news.c
11966         * src/news.h
11967         * src/news_gtk.c
11968         * src/news_gtk.h
11969         * src/noticeview.c
11970         * src/noticeview.h
11971         * src/partial_download.c
11972         * src/partial_download.h
11973         * src/pine.c
11974         * src/pine.h
11975         * src/pop.c
11976         * src/pop.h
11977         * src/prefs_account.c
11978         * src/prefs_account.h
11979         * src/prefs_actions.c
11980         * src/prefs_actions.h
11981         * src/prefs_common.c
11982         * src/prefs_common.h
11983         * src/prefs_compose_writing.c
11984         * src/prefs_compose_writing.h
11985         * src/prefs_customheader.c
11986         * src/prefs_customheader.h
11987         * src/prefs_display_header.c
11988         * src/prefs_display_header.h
11989         * src/prefs_ext_prog.c
11990         * src/prefs_ext_prog.h
11991         * src/prefs_filtering.c
11992         * src/prefs_filtering.h
11993         * src/prefs_filtering_action.c
11994         * src/prefs_filtering_action.h
11995         * src/prefs_folder_column.c
11996         * src/prefs_folder_column.h
11997         * src/prefs_folder_item.c
11998         * src/prefs_folder_item.h
11999         * src/prefs_fonts.c
12000         * src/prefs_fonts.h
12001         * src/prefs_gtk.c
12002         * src/prefs_gtk.h
12003         * src/prefs_image_viewer.c
12004         * src/prefs_image_viewer.h
12005         * src/prefs_matcher.c
12006         * src/prefs_matcher.h
12007         * src/prefs_message.c
12008         * src/prefs_message.h
12009         * src/prefs_msg_colors.c
12010         * src/prefs_msg_colors.h
12011         * src/prefs_other.c
12012         * src/prefs_other.h
12013         * src/prefs_quote.c
12014         * src/prefs_quote.h
12015         * src/prefs_receive.c
12016         * src/prefs_receive.h
12017         * src/prefs_send.c
12018         * src/prefs_send.h
12019         * src/prefs_spelling.c
12020         * src/prefs_spelling.h
12021         * src/prefs_summaries.c
12022         * src/prefs_summaries.h
12023         * src/prefs_summary_column.c
12024         * src/prefs_summary_column.h
12025         * src/prefs_template.c
12026         * src/prefs_template.h
12027         * src/prefs_themes.c
12028         * src/prefs_themes.h
12029         * src/prefs_toolbar.c
12030         * src/prefs_toolbar.h
12031         * src/prefs_wrapping.c
12032         * src/prefs_wrapping.h
12033         * src/privacy.c
12034         * src/privacy.h
12035         * src/procheader.c
12036         * src/procheader.h
12037         * src/procmime.c
12038         * src/procmime.h
12039         * src/procmsg.c
12040         * src/procmsg.h
12041         * src/quote_fmt.c
12042         * src/quote_fmt_parse.y
12043         * src/recv.c
12044         * src/recv.h
12045         * src/remotefolder.c
12046         * src/remotefolder.h
12047         * src/send_message.c
12048         * src/send_message.h
12049         * src/setup.c
12050         * src/setup.h
12051         * src/simple-gettext.c
12052         * src/sourcewindow.c
12053         * src/sourcewindow.h
12054         * src/ssl_manager.c
12055         * src/ssl_manager.h
12056         * src/statusbar.c
12057         * src/statusbar.h
12058         * src/stock_pixmap.c
12059         * src/stock_pixmap.h
12060         * src/summary_search.c
12061         * src/summary_search.h
12062         * src/summaryview.c
12063         * src/summaryview.h
12064         * src/syldap.c
12065         * src/syldap.h
12066         * src/textview.c
12067         * src/textview.h
12068         * src/toolbar.c
12069         * src/toolbar.h
12070         * src/undo.c
12071         * src/undo.h
12072         * src/unmime.c
12073         * src/unmime.h
12074         * src/vcard.c
12075         * src/vcard.h
12076         * src/wizard.c
12077         * src/wizard.h
12078         * src/common/base64.c
12079         * src/common/base64.h
12080         * src/common/defs.h
12081         * src/common/hooks.c
12082         * src/common/hooks.h
12083         * src/common/log.c
12084         * src/common/log.h
12085         * src/common/md5.c
12086         * src/common/md5.h
12087         * src/common/mgutils.c
12088         * src/common/mgutils.h
12089         * src/common/nntp.c
12090         * src/common/nntp.h
12091         * src/common/passcrypt.c
12092         * src/common/passcrypt.h.in
12093         * src/common/plugin.c
12094         * src/common/plugin.h
12095         * src/common/prefs.c
12096         * src/common/prefs.h
12097         * src/common/progressindicator.c
12098         * src/common/progressindicator.h
12099         * src/common/quoted-printable.c
12100         * src/common/quoted-printable.h
12101         * src/common/session.c
12102         * src/common/session.h
12103         * src/common/smtp.c
12104         * src/common/smtp.h
12105         * src/common/socket.c
12106         * src/common/socket.h
12107         * src/common/ssl.c
12108         * src/common/ssl.h
12109         * src/common/ssl_certificate.c
12110         * src/common/ssl_certificate.h
12111         * src/common/string_match.c
12112         * src/common/string_match.h
12113         * src/common/stringtable.c
12114         * src/common/sylpheed.c
12115         * src/common/sylpheed.h
12116         * src/common/template.c
12117         * src/common/template.h
12118         * src/common/timing.h
12119         * src/common/utils.c
12120         * src/common/utils.h
12121         * src/common/uuencode.c
12122         * src/common/uuencode.h
12123         * src/common/version.h.in
12124         * src/common/xml.c
12125         * src/common/xml.h
12126         * src/common/xmlprops.c
12127         * src/common/xmlprops.h
12128         * src/gtk/about.c
12129         * src/gtk/about.h
12130         * src/gtk/colorlabel.c
12131         * src/gtk/colorlabel.h
12132         * src/gtk/colorsel.c
12133         * src/gtk/colorsel.h
12134         * src/gtk/description_window.c
12135         * src/gtk/description_window.h
12136         * src/gtk/filesel.c
12137         * src/gtk/filesel.h
12138         * src/gtk/foldersort.c
12139         * src/gtk/foldersort.h
12140         * src/gtk/gtkutils.c
12141         * src/gtk/gtkutils.h
12142         * src/gtk/inputdialog.c
12143         * src/gtk/inputdialog.h
12144         * src/gtk/logwindow.c
12145         * src/gtk/logwindow.h
12146         * src/gtk/manage_window.c
12147         * src/gtk/manage_window.h
12148         * src/gtk/menu.c
12149         * src/gtk/menu.h
12150         * src/gtk/pluginwindow.c
12151         * src/gtk/pluginwindow.h
12152         * src/gtk/prefswindow.c
12153         * src/gtk/prefswindow.h
12154         * src/gtk/progressdialog.c
12155         * src/gtk/progressdialog.h
12156         * src/gtk/quicksearch.c
12157         * src/gtk/quicksearch.h
12158         * src/gtk/sslcertwindow.c
12159         * src/gtk/sslcertwindow.h
12160         * src/plugins/clamav/clamav_plugin.c
12161         * src/plugins/clamav/clamav_plugin.h
12162         * src/plugins/clamav/clamav_plugin_gtk.c
12163         * src/plugins/demo/demo.c
12164         * src/plugins/dillo_viewer/dillo_prefs.c
12165         * src/plugins/dillo_viewer/dillo_prefs.h
12166         * src/plugins/dillo_viewer/dillo_viewer.c
12167         * src/plugins/mathml_viewer/mathml_viewer.c
12168         * src/plugins/pgpcore/passphrase.c
12169         * src/plugins/pgpcore/passphrase.h
12170         * src/plugins/pgpcore/plugin.c
12171         * src/plugins/pgpcore/prefs_gpg.c
12172         * src/plugins/pgpcore/prefs_gpg.h
12173         * src/plugins/pgpcore/select-keys.c
12174         * src/plugins/pgpcore/select-keys.h
12175         * src/plugins/pgpcore/sgpgme.c
12176         * src/plugins/pgpcore/sgpgme.h
12177         * src/plugins/pgpinline/pgpinline.c
12178         * src/plugins/pgpinline/pgpinline.h
12179         * src/plugins/pgpinline/plugin.c
12180         * src/plugins/pgpmime/pgpmime.c
12181         * src/plugins/pgpmime/pgpmime.h
12182         * src/plugins/pgpmime/plugin.c
12183         * src/plugins/spamassassin/spamassassin.c
12184         * src/plugins/spamassassin/spamassassin.h
12185         * src/plugins/spamassassin/spamassassin_gtk.c
12186         * src/plugins/trayicon/trayicon.c
12187         * tools/OOo2sylpheed.pl
12188         * tools/acroread2sylpheed.pl
12189         * tools/asus_mailled.sh
12190         * tools/filter_conv.pl
12191         * tools/freshmeat_search.pl
12192         * tools/google_search.pl
12193         * tools/kmail2sylpheed.pl
12194         * tools/kmail2sylpheed_v2.pl
12195         * tools/maildir2sylpheed.pl
12196         * tools/multiwebsearch.pl
12197         * tools/newscache_clean.pl
12198         * tools/outlook2sylpheed.pl
12199         * tools/sylpheed-switcher
12200         * tools/update-po
12201         * tools/vcard2xml.py
12202         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12203                 update FSF address
12204
12205 2005-09-21 [colin]      1.9.14cvs46
12206
12207         * src/gedit-print.c
12208         * src/procmsg.c
12209         * src/procmsg.h
12210         * src/textview.c
12211         * src/summaryview.c
12212                 Remove some printing hacks (deselection/reselection),
12213                 which by the way fix printing the currently 
12214                 displayed mime part (still only text)
12215                 Plus a little optimisation of summary_show
12216
12217
12218 2005-09-20 [colin]      1.9.14cvs45
12219
12220         * src/mainwindow.c
12221         * src/messageview.c
12222                 GUI fixups: add accels, set message
12223                 view title to displayed mail's subject
12224         * src/prefs_spelling.c
12225         * src/gtk/gtkaspell.c
12226                 GUI fixups: allow underlining misspelled
12227                 words instead of coloring them (a11y!)
12228
12229 2005-09-19 [colin]
12230
12231         1.9.15rc3 released
12232
12233 2005-09-19 [colin]      1.9.14cvs44
12234
12235         * src/compose.c
12236                 Fix draft message
12237         * src/gtk/gtkaspell.c
12238                 Fix wrong test ;-)
12239
12240 2005-09-19 [colin]      1.9.14cvs43
12241
12242         * src/addressbook.c
12243                 Fix sensitivity of Delete button
12244         * src/compose.c
12245                 Warn if the requested Privacy system
12246                 is not available
12247         * src/exphtmldlg.c
12248         * src/expldifdlg.c
12249         * src/importldif.c
12250         * src/importmutt.c
12251         * src/importpine.c
12252                 Fix crappy UI
12253         * src/
12254         * src/ssl.h
12255         * src/prefs_account.h
12256         * src/prefs_account.c
12257                 Save SSL prefs even in builds that have
12258                 SSL support disable
12259         * src/imap.c
12260         * src/inc.c
12261         * src/news.c
12262         * src/send_message.c
12263                 Warn if connection should be secure, but
12264                 SSL support isn't compiled in
12265         * src/gtkaspell.c
12266                 Fix word separation on UTF-8 systems
12267                 Fixes bug #812 (Strange inline spellchecking)
12268         * src/compose.c
12269                 Warn if the requested Privacy system
12270                 is not available
12271                 Factorize offline warning
12272         * src/imap.c
12273         * src/imap_gtk.c
12274         * src/imap_gtk.h
12275         * src/inc.h
12276         * src/news_gtk.c
12277         * src/news_gtk.h
12278         * src/messageview.c
12279                 Factorize offline warning
12280
12281 2005-09-19 [paul]
12282
12283         1.9.15-rc2 released
12284
12285 2005-09-18 [colin]      1.9.14cvs42
12286
12287         * src/codeconv.c
12288         * src/codeconv.h
12289         * src/procmime.c
12290                 Add a way to get locale's charset ignoring utf-8,
12291                 and use that as default encoding for broken mails
12292
12293 2005-09-18 [colin]      1.9.14cvs41
12294
12295         * src/gtk/logwindow.c
12296                 Translate string. Patch by Fabien Vantard
12297
12298 2005-09-18 [colin]      1.9.14cvs40
12299
12300         * configure.ac
12301                 Fix bug #803 (IMAP/SSL support breaks with 
12302                 GnuTLS libetpan 0.38)
12303
12304 2005-09-18 [colin]      1.9.14cvs39
12305
12306         * src/codeconv.c
12307         * src/compose.c
12308         * src/procmime.c
12309                 More charsets fixes. Fixes bug #806 (non
12310                 ascii characters in subject line)
12311
12312 2005-09-17 [paul]       1.9.14cvs38
12313
12314         * src/folderview.c
12315         * src/mainwindow.c
12316                 fix gcc-2.95 issues
12317                 Patch by Pawel Pekala
12318
12319 2005-09-17 [colin]      1.9.14cvs37
12320
12321         * src/addrindex.c
12322                 bugfix for NO-USE LDAP compilation, patch 
12323                 by Fabien Vantard
12324
12325 2005-09-17 [colin]      1.9.14cvs36
12326
12327         * src/prefs_actions.c
12328         * src/prefs_customheader.c
12329         * src/prefs_display_header.c
12330         * src/prefs_filtering_action.c
12331         * src/prefs_matcher.c
12332         * src/prefs_toolbar.c
12333                 Fix strange casts (less elegant but
12334                 works better)
12335
12336 2005-09-16 [colin]      1.9.14cvs35
12337
12338         * src/jpilot.c
12339                 Missed that one
12340
12341 2005-09-16 [colin]      1.9.14cvs34
12342
12343         * configure.ac
12344         * src/Makefile.am
12345         * src/addr_compl.c
12346         * src/addrindex.c
12347         * src/browseldap.c
12348         * src/editldap.c
12349         * src/ldaplocate.c
12350         * src/ldapquery.c
12351         * src/ldapquery.h
12352         * src/ldapserver.c
12353         * src/ldapserver.h
12354         * src/main.c
12355         * src/matcher_parser_parse.y
12356         * src/prefs_themes.c
12357         * src/etpan/Makefile.am
12358         * src/gtk/description_window.c
12359         * src/plugins/clamav/Makefile.am
12360         * src/plugins/clamav/clamav_plugin.c
12361         * src/plugins/dillo_viewer/Makefile.am
12362         * src/plugins/pgpcore/Makefile.am
12363         * src/plugins/pgpinline/Makefile.am
12364         * src/plugins/pgpmime/Makefile.am
12365         * src/plugins/trayicon/Makefile.am
12366                 Fix 100% cpu usage in address completion list
12367                 Fix little bugs (return with no values etc)
12368                 Fix all warnings (with common CFLAGS)
12369
12370 2005-09-15 [colin]      1.9.14cvs33
12371
12372         * src/addressbook.c
12373                 Fix bug where sometimes a group's email list is empty,
12374                 force its refresh (probably fixes "Re: how to create a 
12375                 distribution list")
12376         * src/ldapquery.c
12377                 Don't return to the callback in the main thread from the
12378                 fetch thread (or face segs!)
12379
12380 2005-09-15 [paul]       1.9.14cvs32
12381
12382         * src/prefs_matcher.c
12383                 forgotten in last commit
12384
12385 2005-09-15 [paul]       1.9.14cvs31
12386
12387         * src/prefs_actions.c
12388         * src/prefs_filtering_action.c
12389         * src/prefs_quote.c
12390         * src/quote_fmt.c
12391         * src/summaryview.c
12392         * src/gtk/description_window.c
12393         * src/gtk/description_window.h
12394         * src/gtk/quicksearch.c
12395                 allow interaction with the called
12396                 description window
12397                 Patch by Anders Hammar
12398
12399 2005-09-14 [paul]       1.9.14cvs30
12400
12401         * src/compose.c
12402                 fix a little annoyance when pasting with 3rd button 
12403                 with wrap_pastes=0 and wrap_input=1
12404                 Patch by Colin
12405
12406 2005-09-14 [paul]       1.9.14cvs29
12407
12408         * src/prefs_account.c
12409                 disable 'Filter messages on receiving' for
12410                 SMTP-only accounts
12411                 Patch  by Anders Hammar
12412
12413 2005-09-14 [paul]       1.9.14cvs28
12414
12415         * po/sk.po
12416                 fix crash
12417                 updated by Andrej Kacian
12418
12419 2005-09-14 [paul]
12420
12421         1.9.15-rc1 released
12422
12423 2005-09-14 [paul]       1.9.14cvs27
12424
12425         * po/es.po
12426                 updated by Ricardo Mones Lastra
12427         * src/compose.c
12428         * src/compose.h
12429                 associate no_wrap_tags to Compose windows
12430                 instead of using a static one
12431                 Patch by Colin
12432         * src/mbox.c
12433                 fix proc_mbox()
12434                 Patch by wwp
12435         * src/textview.c
12436                 remove unneeded printf()
12437
12438 2005-09-14 [paul]       1.9.14cvs26
12439
12440         * src/addrcache.c
12441         * src/codeconv.h
12442         * src/folder.h
12443         * src/mainwindow.h
12444         * src/mh.c
12445         * src/mimeview.h
12446         * src/partial_download.c
12447         * src/pop.c
12448         * src/prefs_account.c
12449         * src/prefs_account.h
12450         * src/prefs_actions.c
12451         * src/prefs_customheader.c
12452         * src/prefs_display_header.c
12453         * src/prefs_filtering_action.c
12454         * src/prefs_matcher.c
12455         * src/prefs_toolbar.c
12456         * src/privacy.h
12457         * src/procmime.c
12458         * src/procmime.h
12459         * src/procmsg.h
12460         * src/textview.c
12461         * src/undo.h
12462         * src/common/plugin.c
12463         * src/common/session.h
12464         * src/common/socket.c
12465         * src/common/socket.h
12466         * src/common/template.c
12467         * src/gtk/gtkaspell.c
12468         * src/gtk/quicksearch.h
12469         * src/plugins/pgpcore/passphrase.c
12470         * src/plugins/pgpcore/prefs_gpg.h
12471         * src/plugins/pgpcore/select-keys.c
12472         * src/plugins/pgpcore/select-keys.h
12473         * src/plugins/pgpcore/sgpgme.c
12474         * src/plugins/pgpinline/pgpinline.c
12475         * src/plugins/pgpmime/pgpmime.c
12476         * src/plugins/trayicon/trayicon.c
12477                 fix compilation warnings
12478                 Patch by Daniel Gustafson
12479
12480 2005-09-14 [paul]       1.9.14cvs25
12481
12482         * src/addressbook.c
12483                 add missing column header, and other small
12484                 bug fixes
12485                 Patch by Anders Hammar
12486
12487 2005-09-13 [colin]      1.9.14cvs24
12488
12489         * src/gtk/gtkaspell.c
12490                 Fix non-utf8 in menu
12491                 Fix little leaks
12492                 Nullify struct members after free()s
12493
12494 2005-09-13 [colin]      1.9.14cvs23
12495
12496         * src/compose.c
12497                 Test utf8 compliance before inserting to 
12498                 buffer, and try to convert if necessary
12499         * src/procmime.c
12500                 If no charset is present, use the locale 
12501                 one instead of us-ascii
12502         * src/procmsg.c
12503                 Add Sender, List-Post and To in the checked 
12504                 headers for automatic rules creation 
12505                 (thanks to wwp)
12506         * src/prefs_themes.c
12507         * src/gtk/gtkaspell.c
12508                 Remove deprecated functions. 
12509                 patch by Daniel Gustafson
12510
12511 2005-09-12 [colin]      1.9.14cvs22
12512
12513         * src/compose.c
12514                 Fix bug #448 (Scrolling/Redraw issue with 
12515                 address-fields in Header)
12516         * src/mainwindow.c
12517         * src/summaryview.c
12518         * src/summaryview.h
12519                 Fix loss of MSG_MARKED on move/copy
12520                 Fix bug #804 (Quicksearch togglebutton doesn't 
12521                 get depressed after '/' key is pressed)
12522
12523 2005-09-12 [paul]       1.9.14cvs21
12524
12525         * AUTHORS
12526         * src/gtk/logwindow.c
12527                 add 'Clear Log' to popup menu
12528                 Patch by Anders Hammar <anders.hammar@telia.com>
12529
12530 2005-09-12 [paul]       1.9.14cvs20
12531
12532         * src/compose.c
12533                 set correct sensitivity on attachments
12534                 popup menu
12535         * src/folder.c
12536                 fix typo
12537         * src/prefs_spelling.c
12538                 fix crash when no LANG env is set
12539         * src/common/xml.c
12540                 fix crash in wizard
12541                 don't use memeory after free
12542
12543         All patches by Daniel Gustafson
12544
12545 2005-09-12 [paul]       1.9.14cvs19
12546
12547         * src/prefs_themes.c
12548                 make theme info selectable
12549         * src/gtk/description_window.c
12550                 make window non-modal
12551         * tools/README
12552                 add details of asus_mailed.sh
12553         * tools/claws.i18n.status.pl
12554                 update for new zh_TW translator
12555                 widen the output
12556                 create alternate coloured lines
12557                 improve readability
12558
12559 2005-09-10 [colin]      1.9.14cvs18
12560
12561         * src/plugins/pgpcore/select-keys.c
12562                 Better order for the buttons
12563
12564 2005-09-10 [colin]      1.9.14cvs17
12565
12566         * src/compose.c
12567         * src/plugins/pgpcore/select-keys.c
12568         * src/plugins/pgpcore/select-keys.h
12569         * src/plugins/pgpcore/sgpgme.c
12570                 Add a "Don't encrypt" button to the key
12571                 selection dialog. Fixes bug #177 (There should be a 
12572                 'Don't encrypt button in the Select Keys dialog)
12573
12574 2005-09-10 [colin]      1.9.14cvs16
12575
12576         * src/compose.c
12577                 Fix bug #572 (%X option does not work with templates)
12578
12579 2005-09-10 [colin]      1.9.14cvs15
12580
12581         * src/toolbar.c 
12582                 Remove g_print
12583
12584 2005-09-10 [colin]      1.9.14cvs14
12585
12586         * src/imap.c
12587                 Fix a possible crash
12588
12589 2005-09-09 [colin]      1.9.14cvs13
12590
12591         * src/imap.c
12592         * src/etpan/imap-thread.c
12593         * src/etpan/imap-thread.h
12594                 Fix moving from queue or drafts to normal folders
12595                 Fix bug #794 (No way to delete without expunging)
12596                 Take flags unset by other mailers into account
12597                 Take deleted flag set by other mailers into account
12598                 Fix unsetting REPLIED flag
12599                 Fix crash when capabilities can't be retrieved
12600         * src/mainwindow.c
12601         * src/mainwindow.h
12602                 Add M_DELAYED_FLAGS condition, and let the user use
12603                 Execute in order to be able to expunge deleted mails,
12604                 even if he's not in delayed execute mode
12605         * src/prefs_spelling.c
12606                 Use 'en' dictionary by default if LANG is POSIX or C
12607         * src/gtk/prefswindow.c
12608                 Fix bug #767 (Preferences windows expanding) by making
12609                 the window a bit larger when the resolution is greater
12610                 than 640x480, and by putting the prefs in a
12611                 GtkScrolledWindow.
12612
12613 2005-09-09 [paul]       1.9.14cvs12
12614
12615         * AUTHORS
12616         * configure.ac
12617         * po/zh_TW.Big5.po      ** REMOVED **
12618         * po/zh_TW.po           ** ADDED **
12619                 updated by Wei-Lun Chao
12620
12621 2005-09-09 [paul]       1.9.14cvs11
12622
12623         * src/mainwindow.c
12624                 fix asserts
12625         * src/common/xml.c
12626                 delay memory allocation until file is
12627                 opened successfully
12628                 Patch by Daniel Gustafson
12629
12630 2005-09-09 [colin]      1.9.14cvs10
12631
12632         * src/imap.c
12633                 Add guards
12634
12635 2005-09-08 [colin]      1.9.14cvs9
12636
12637         * src/compose.c
12638                 Alert when we can't save draft
12639                 Fix various wrap/color issues
12640                 Add mid-click pasting respecting wrap_paste option
12641         * src/folder.c
12642         * src/folder.h
12643         * src/folder_item_prefs.c
12644         * src/folder_item_prefs.h
12645         * src/imap.c
12646         * src/imap_gtk.c
12647         * src/imap_gtk.h
12648         * src/main.c
12649         * src/mainwindow.c
12650         * src/mainwindow.h
12651         * src/news.c
12652         * src/news_gtk.c
12653         * src/news_gtk.h
12654         * src/prefs_folder_item.c
12655                 Fix the impossibility to synchronise folders for
12656                 offline use (IMAP and NNTP are concerned)
12657
12658 2005-09-08 [colin]      1.9.14cvs8
12659
12660         * configure.ac
12661                 Build LDAP and JPilot by default if available
12662         * src/textview.c
12663                 Fix use after free
12664
12665 2005-09-08 [paul]       1.9.14cvs7
12666
12667         * doc/manual/en/sylpheed-1.html
12668         * doc/manual/en/sylpheed-18.html
12669         * doc/manual/en/sylpheed-19.html
12670         * doc/manual/en/sylpheed-4.html
12671         * doc/manual/en/sylpheed-6.html
12672         * doc/manual/en/sylpheed.html
12673                 a few minor updates, plus include some
12674                 details about plugins and their requirements
12675         * src/mainwindow.c
12676                 minor changes to English in /View/Sort
12677
12678 2005-09-07 [colin]      1.9.14cvs6
12679
12680         * doc/manual/en/sylpheed-1.html
12681         * doc/manual/en/sylpheed-10.html
12682         * doc/manual/en/sylpheed-11.html
12683         * doc/manual/en/sylpheed-12.html
12684         * doc/manual/en/sylpheed-13.html
12685         * doc/manual/en/sylpheed-14.html
12686         * doc/manual/en/sylpheed-15.html
12687         * doc/manual/en/sylpheed-16.html
12688         * doc/manual/en/sylpheed-17.html
12689         * doc/manual/en/sylpheed-18.html
12690         * doc/manual/en/sylpheed-19.html
12691         * doc/manual/en/sylpheed-2.html
12692         * doc/manual/en/sylpheed-20.html
12693         * doc/manual/en/sylpheed-21.html
12694         * doc/manual/en/sylpheed-22.html
12695         * doc/manual/en/sylpheed-3.html
12696         * doc/manual/en/sylpheed-4.html
12697         * doc/manual/en/sylpheed-5.html
12698         * doc/manual/en/sylpheed-6.html
12699         * doc/manual/en/sylpheed-7.html
12700         * doc/manual/en/sylpheed-8.html
12701         * doc/manual/en/sylpheed-9.html
12702         * doc/manual/en/sylpheed.html
12703                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
12704
12705 2005-09-07 [colin]      1.9.14cvs5
12706
12707         * src/mainwindow.c
12708                 Make labels more to-the-point
12709
12710 2005-09-07 [colin]      1.9.14cvs4
12711
12712         * doc/manual/en/sylpheed-1.html
12713         * doc/manual/en/sylpheed-12.html
12714         * doc/manual/en/sylpheed-13.html
12715         * doc/manual/en/sylpheed-14.html
12716         * doc/manual/en/sylpheed-15.html
12717         * doc/manual/en/sylpheed-16.html
12718         * doc/manual/en/sylpheed-17.html
12719         * doc/manual/en/sylpheed-18.html
12720         * doc/manual/en/sylpheed-19.html
12721         * doc/manual/en/sylpheed-2.html
12722         * doc/manual/en/sylpheed-20.html
12723         * doc/manual/en/sylpheed-21.html
12724         * doc/manual/en/sylpheed-22.html
12725         * doc/manual/en/sylpheed-4.html
12726         * doc/manual/en/sylpheed-5.html
12727         * doc/manual/en/sylpheed-6.html
12728         * doc/manual/en/sylpheed-7.html
12729         * doc/manual/en/sylpheed-8.html
12730         * doc/manual/en/sylpheed-9.html
12731         * doc/manual/en/sylpheed.html
12732                 Update manual
12733
12734 2005-09-07 [colin]      1.9.14cvs3
12735
12736         * doc/faq/en/sylpheed-faq-1.html
12737         * doc/faq/en/sylpheed-faq-2.html
12738         * doc/faq/en/sylpheed-faq-3.html
12739         * doc/faq/en/sylpheed-faq.html
12740                 Update FAQ
12741
12742 2005-09-07 [colin]      1.9.14cvs2
12743
12744         * src/folderview.c
12745         * src/procmsg.c
12746         * src/summaryview.c
12747         * src/toolbar.c
12748                 Fix special subfolders:
12749                 - Inherit parent's icon
12750                 - sent contents of queues subfolders
12751                 - empty subfolders of trashes
12752         * src/mainwindow.c
12753                 Remove outdated manual and faq entries
12754         * src/common/utils.c
12755                 Add quotes around %s coming from mailcap
12756
12757 2005-09-07 [colin]      1.9.14cvs1
12758
12759         * src/compose.c
12760                 After saving draft, set modified to FALSE
12761         * src/mimeview.c
12762         * src/common/utils.c
12763         * src/common/utils.h
12764                 Try to open mime parts using what is 
12765                 indicated in ~/.mailcap or /etc/mailcap,
12766                 if possible.
12767
12768 2005-09-05 [paul]       1.9.14
12769
12770         1.9.14 released
12771
12772         * po/sk.po
12773                 updated by Andrej Kacian
12774
12775 2005-09-05 [paul]       1.9.13cvs83
12776
12777         * po/de.po
12778         * po/es.po
12779         * po/fi.po
12780         * po/fr.po
12781         * po/nb.po
12782         * po/pt_BR.po
12783         * po/sr.po
12784                 updated translations by Thomas Gilgin, Ricardo Mones
12785                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
12786                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
12787
12788 2005-09-04 [paul]       1.9.13cvs82
12789
12790         * src/compose.c
12791                 only warn about exceeded line length limit
12792                 on send
12793
12794 2005-09-04 [paul]       1.9.13cvs81
12795
12796         * src/compose.c
12797                 fix crash in 'line length exceeded' dialogue
12798
12799 2005-09-02 [paul]       1.9.13cvs80
12800
12801         * src/imap.c
12802                 fix bug 795, 'Connection lost IMAP'
12803                 and add statusbar prints
12804                 Patch by Colin
12805
12806 2005-09-02 [paul]       1.9.13cvs79
12807
12808         * src/compose.c
12809                 compose_wrap_paragraph() becomes
12810                 compose_beautify_paragraph()
12811                 Patch by Colin
12812
12813 2005-09-02 [colin]      1.9.13cvs78
12814
12815         * src/folderview.c
12816                 Micro-fix
12817
12818 2005-09-01 [colin]      1.9.13cvs77
12819
12820         * src/imap.c
12821                 Maybe fix bug #795 (Connection lost IMAP)
12822                 Don't try to send logout when we're disconnected.
12823         * src/summaryview.c
12824                 Include locked and marked emails in HRM
12825                 view. Fixes bug #800 (Locked messages no longer 
12826                 show up when hide read messages is used)
12827
12828 2005-09-01 [paul]       1.9.13cvs76
12829
12830         * src/prefs_common.c
12831                 fix bad cutting
12832
12833 2005-08-31 [colin]      1.9.13cvs75
12834
12835         * src/folderview.c
12836         * src/folderview.h
12837         * src/prefs_summaries.c
12838         * src/summaryview.c
12839                 Fix "go to next new", fix preference
12840                 (Open unread/next swapped)
12841
12842 2005-08-31 [paul]       1.9.13cvs74
12843
12844         * src/compose.c
12845         * src/folderview.c
12846         * src/headerview.c
12847         * src/headerview.h
12848         * src/mainwindow.c
12849         * src/prefs_common.c
12850         * src/prefs_common.h
12851         * src/prefs_fonts.c
12852         * src/summaryview.c
12853         * src/textview.c
12854         * src/common/defs.h
12855                 remove obsolete BOLD_FONT setting
12856                 fix font update in headerview and textview
12857                 headers after prefs change
12858                 Patch By Colin
12859
12860 2005-08-31 [paul]
12861
12862         1.9.14-rc4 released
12863
12864 2005-08-30 [colin]      1.9.13cvs73
12865
12866         * src/summaryview.c
12867                 When Hide read messages is selected and we
12868                 refresh the summaryview, don't remove the 
12869                 currently displayed message. Fixes bug #797
12870                 (Summary view reloads when new mail is 
12871                 downloaded in 1.9.14 rc)
12872
12873 2005-08-30 [colin]      1.9.13cvs72
12874
12875         * src/folderview.c
12876                 Fix flickering
12877         * src/mainwindow.c
12878                 Remove useless callback
12879         * src/mimeview.c
12880         * src/gtk/filesel.c
12881         * src/gtk/filesel.h
12882                 Add a filesel_select_file_save_folder() - used by Save All
12883
12884 2005-08-29 [paul]       1.9.13cvs71
12885
12886         * AUTHORS
12887         * src/matcher_parser_parse.y
12888         * src/etpan/imap-thread.c
12889                 fix building on FreeBSD
12890                 Patch by Daniel Gustafson <daniel@hobbit.se>
12891
12892 2005-08-29 [paul]       1.9.13cvs70
12893
12894         * src/plugins/pgpinline/pgpinline.c
12895                 only initialise sig result if it's been handled
12896                 Patch by Colin
12897
12898 2005-08-29 [paul]       1.9.13cvs69
12899         
12900         Patches by Colin:
12901
12902         * src/imap.c
12903         * src/common.utils.c
12904         * src/common/utils.h
12905                 optimisation
12906         * src/stock_pixmap.h
12907                 fix wrong icon reference
12908         * src/pixmaps/trash_btn.xpm
12909                 replace with nicer image
12910
12911 2005-08-28 [colin]      1.9.13cvs68
12912
12913         * src/Makefile.am
12914         * src/stock_pixmap.c
12915         * src/stock_pixmap.h
12916         * src/toolbar.c
12917         * src/pixmaps/trash_btn.xpm
12918                 Add a specific trash xpm for the button
12919
12920 2005-08-28 [colin]      1.9.13cvs67
12921
12922         * src/imap.c
12923                 Fix leak
12924
12925 2005-08-27 [colin]      1.9.13cvs66
12926
12927         * src/imap.c
12928         * src/procmime.c
12929                 Correctly fix "Problem with replies", fixes
12930                 pgpmime encryption too. 
12931
12932 2005-08-27 [colin]      1.9.13cvs65
12933
12934         * src/folder.c
12935         * src/procmsg.c
12936         * src/procmsg.h
12937         * src/summaryview.c
12938                 Fix bug #517 (messages removed from summaryview 
12939                 when moving fails)
12940
12941 2005-08-27 [colin]      1.9.13cvs64
12942
12943         * tools/Makefile.am
12944         * tools/asus_mailled.sh
12945                 Add a script to blink ASUS laptops' mail LED where there
12946                 is unread mail.
12947
12948 2005-08-27 [colin]      1.9.13cvs63
12949
12950         * src/imap.c
12951         * src/etpan/imap-thread.c
12952         * src/etpan/imap-thread.h
12953                 Implement automatic choosing of login method
12954                 Fixes bug #791
12955         * src/gtk/.cvsignore
12956                 Add sylpheed-marshal.[ch]
12957
12958 2005-08-27 [colin]      1.9.13cvs62
12959
12960         * src/common/utils.c
12961                 Fix confusing perror
12962
12963 2005-08-27 [colin]      1.9.13cvs61
12964
12965         * src/toolbar.c
12966         * src/toolbar.h
12967                 Remove A_DELETE, replace it with 
12968                 A_TRASH and A_DELETE_REAL. Automatically
12969                 rewrite config files to replace A_DELETE
12970                 with A_TRASH (no functionality change).
12971                 Fixes half of #794
12972
12973 2005-08-26 [colin]      1.9.13cvs60
12974
12975         * src/procmime.c
12976                 Previous "Problem with replies" fix brought other
12977                 problems, fixing them
12978
12979 2005-08-26 [colin]      1.9.13cvs59
12980
12981         * src/procmime.c
12982                 Fix "Problem with replies". This happened only
12983                 on IMAP...
12984         * src/procmsg.c
12985                 Factorize code a bit
12986         * src/compose.c
12987                 Speed improvement on very long messages (wrapping)
12988                 Fix signature color on Reedit and Redirect
12989                 On Reedit, don't attach pgp-signatures parts, but
12990                 set signing to On.
12991
12992 2005-08-24 [paul]       1.9.13cvs58
12993
12994         * src/compose.c
12995                 don't claim success when clicking
12996                 Cancel on the passphrase box.
12997                 Patch by Colin
12998
12999 2005-08-24 [paul]       1.9.13cvs57
13000
13001         * src/main.c
13002                 fix misplaced sylpheed.log
13003         * src/common/defs.h
13004                 define UIDL_DIR
13005
13006 2005-08-24 [paul]       1.9.13cvs56
13007
13008         * src/imap.c
13009         * src/etpan/imap-thread.c
13010         * src/etpan/imap-thread.h
13011                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13012                 Patch by Colin
13013         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13014         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13015                 remove autogenerated files
13016         * tools/kdeservicemenu/README
13017         * tools/kdeservicemenu/install.sh
13018         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13019         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13020                 use Claws icon, use 'Sylpheed-Claws' in menu,
13021                 use kdialog, and other cleanups
13022
13023 2005-08-23 [paul]       1.9.13cvs55
13024
13025         * src/compose.c
13026                 fix paste/wrap crash
13027                 Patch by Colin
13028
13029 2005-08-23 [paul]       1.9.13cvs54
13030
13031         * src/main.c
13032                 fix crash recovery
13033                 Patch by Colin
13034
13035 2005-08-23 [paul]       1.9.13cvs53
13036
13037         * src/addressbook.c
13038         * src/editaddress.c
13039                 view all data of LDAP contacts
13040                 Patch by Colin
13041
13042 2005-08-23 [paul]       1.9.13cvs52
13043
13044         * src/addressbook.c
13045                 fix issues with the Search field
13046                 Patch by Colin
13047
13048 2005-08-22 [paul]       1.9.13cvs51
13049
13050         * src/folderview.c
13051                 put name of folder in processing dialog
13052                 title
13053         * src/prefs_folder_item.c
13054                 improve english usage
13055
13056 2005-08-22 [paul]       1.9.13cvs50
13057
13058         * src/filtering.c
13059         * src/filtering.h
13060         * src/matcher.c
13061         * src/matcher_parser_lex.l
13062         * src/matcher_parser_parse.y
13063         * src/prefs_filtering.c
13064                 add Filtering/Processing rule names feature.
13065                 (the incompatible old matcherrc is saved as
13066                 matcherrc.pre_names).
13067                 Patch by Colin
13068
13069 2005-08-22 [paul]       1.9.13cvs49
13070
13071         * src/procmsg.c
13072                 fix colour labelling
13073                 Patch by Colin
13074
13075 2005-08-22 [paul]       1.9.13cvs48
13076
13077         * src/textview.c
13078                 fix open_image_cb()
13079
13080 2005-08-22 [paul]       1.9.13cvs47
13081
13082         * src/imap.c
13083                 fix bug 789, 'SC crashes with imap (CVS ver)'
13084                 Patch by Colin
13085
13086 2005-08-22 [paul]       1.9.13cvs46
13087
13088         * src/mimeview.c
13089         * src/prefs_common.c
13090         * src/common/defs.h
13091                 define reused defaults in defs.h
13092         * src/textview.c
13093                 add 'Open image' to image popup menu
13094
13095 2005-08-21 [colin]      1.9.13cvs45
13096
13097         * src/summaryview.c
13098                 Fix bug #788 (Bogus "From" address displayed)
13099
13100 2005-08-20 [colin]      1.9.13cvs44
13101
13102         * src/folder.c
13103                 Fix buf #787 (multilevel delete causes SIGSEGV)
13104
13105 2005-08-19 [colin]      1.9.13cvs43
13106
13107         * src/inc.c
13108         * src/prefs_common.c
13109         * src/prefs_common.h
13110                 Add an hidden pref to allow modifying the
13111                 update stepping in incorporation.
13112                 Patch by wwp.
13113
13114 2005-08-19 [colin]      1.9.13cvs42
13115
13116         * src/compose.c
13117         * src/procmime.c
13118                 Workaround for broken MUAs: encode 
13119                 Content-type: name: as ASCII and 
13120                 Content-Disposition: filename: as
13121                 per rfc2231
13122         * src/prefs_account.c
13123                 Fix invisible-ness of SMTP SSL prefs
13124                 in NNTP accounts
13125
13126 2005-08-19 [paul]       1.9.13cvs41
13127
13128         * src/compose.c
13129         * src/prefs_common.c
13130         * src/prefs_common.h
13131         * src/prefs_wrapping.c
13132                 paste with or without wrapping.
13133                 patch by Colin
13134
13135 2005-08-19 [paul]       1.9.13cvs40
13136
13137         * src/prefs_common.c
13138         * src/prefs_common.h
13139         * src/summaryview.c
13140                 reintroduce enable_swap_from as a
13141                 hidden pref. patch by Colin
13142         * src/quote_fmt_parse.y
13143         * src/plugins/clamav/clamav_plugin.c
13144         * src/plugins/dillo_viewer/dillo_viewer.c
13145         * src/plugins/mathml_viewer/mathml_viewer.c
13146         * src/plugins/pgpcore/sgpgme.c
13147         * src/plugins/pgpinline/pgpinline.c
13148         * src/plugins/pgpmime/pgpmime.c
13149                 tidy up. patch by Colin
13150
13151 2005-08-19 [paul]       1.9.13cvs39
13152
13153         * configure.ac
13154                 complete cvs38's sync
13155         * src/editaddress.c
13156         * src/gedit-print.c
13157         * src/mutt.c
13158         * src/etpan/etpan-log.c
13159         * src/etpan/imap-thread.c
13160         * src/gtk/gtksourceprintjob.c
13161                 fix compilation warnings
13162                 (patch by Colin)
13163
13164 2005-08-19 [paul]       1.9.13cvs38
13165
13166         sync with main:
13167
13168         * src/account.c
13169         * src/action.c
13170         * src/addrbook.c
13171         * src/addrcache.c
13172         * src/addrharvest.c
13173         * src/addrindex.c
13174         * src/codeconv.c
13175         * src/compose.c
13176         * src/crash.c
13177         * src/exporthtml.c
13178         * src/exportldif.c
13179         * src/folder.c
13180         * src/image_viewer.c
13181         * src/inc.c
13182         * src/inc.h
13183         * src/jpilot.c
13184         * src/ldif.c
13185         * src/main.c
13186         * src/matcher.c
13187         * src/mbox.c
13188         * src/messageview.c
13189         * src/mh.c
13190         * src/mimeview.c
13191         * src/msgcache.c
13192         * src/mutt.c
13193         * src/news.c
13194         * src/partial_download.c
13195         * src/pine.c
13196         * src/pop.c
13197         * src/prefs_actions.c
13198         * src/prefs_common.c
13199         * src/prefs_customheader.c
13200         * src/prefs_display_header.c
13201         * src/prefs_gtk.c
13202         * src/prefs_themes.c
13203         * src/procheader.c
13204         * src/procmime.c
13205         * src/procmsg.c
13206         * src/recv.c
13207         * src/send_message.c
13208         * src/simple-gettext.c
13209         * src/sourcewindow.c
13210         * src/textview.c
13211         * src/vcard.c
13212         * src/common/defs.h
13213         * src/common/log.c
13214         * src/common/plugin.c
13215         * src/common/prefs.c
13216         * src/common/session.c
13217         * src/common/session.h
13218         * src/common/socket.c
13219         * src/common/socket.h
13220         * src/common/ssl_certificate.c
13221         * src/common/template.c
13222         * src/common/utils.c
13223         * src/common/utils.h
13224         * src/common/xml.c
13225         * src/gtk/about.c
13226         added wrappers for C library function that
13227                 take pathname arguments.
13228                 enabled compilation with MinGW.
13229                 use GDir instead of directly using opendir().
13230                 added rename_force().
13231
13232 2005-08-19 [paul]       1.9.13cvs37
13233         
13234         patches by Colin:
13235         * src/compose.c
13236                 fix privacy settings on re-editing
13237                 a sent message
13238         * src/jpilot.c
13239                 fix encoding bug
13240         * src/folder.c
13241         * src/procmsg.c
13242         * src/procmsg.h
13243         * src/summaryview.c
13244                 flag changing optimisation
13245
13246 2005-08-18 [martin]     1.9.13cvs36
13247
13248         * commitHelper
13249             added my login
13250         * src/addrcache.c
13251         * src/addrharvest.c
13252         * src/addrindex.c
13253         * src/compose.c
13254         * src/grouplistdialog.c
13255         * src/main.c
13256         * src/mainwindow.c
13257         * src/msgcache.c
13258         * src/mutt.c
13259         * src/pine.c
13260         * src/prefs_account.c
13261         * src/prefs_themes.c
13262         * src/stock_pixmap.c
13263         * src/summaryview.c
13264         * src/gtk/about.c
13265         * src/gtk/logwindow.c
13266             removed deprecated glib and gdk stuff
13267         * src/plugins/pgpcore/select-keys.c
13268             convert attributes from locale to utf8
13269
13270 2005-08-17 [paul]       1.9.13cvs35
13271
13272         * src/account.c
13273         * src/addressbook.c
13274                 use new GTK_STOCK_ icons if available
13275         * src/summaryview.c
13276         * src/gtk/gtksctree.c
13277         * src/gtk/gtksctree.h
13278                 faster range select. patch by Colin
13279
13280 2005-08-17 [paul]       1.9.13cvs34
13281
13282         patches by colin:
13283         * src/addressbook.c
13284         * src/addressitem.h
13285                 Add an edit button for contacts, fix selections
13286                 of gtksctree items
13287         * src/editaddress.c
13288                 Change labels, let Save be always possible in the
13289                 email and user atributes tabs
13290         * src/folderview.c
13291                 fix sort issues
13292         * src/summaryview.c
13293                 select next item instead of the displayed one
13294                 after deletion
13295
13296         * src/gtk/progressdialog.c
13297                 use prefs_common.enable_rules_hint
13298
13299 2005-08-13 [hoa]        1.9.13cvs33
13300
13301         * src/etpan/imap-thread.c
13302                 fixed build on Solaris.
13303
13304 2005-08-10 [colin]      1.9.13cvs32
13305
13306         * src/procmsg.c
13307                 Fix cvs31 (missing fclose before reading
13308                 the file)
13309
13310 2005-08-10 [colin]      1.9.13cvs31
13311
13312         * src/procmsg.c
13313                 Fix procmsg_msginfo_new_from_mimeinfo() when
13314                 the MimeInfo isn't stored in memory. This fixes
13315                 replying to an attached message.
13316
13317 2005-08-10 [colin]      1.9.13cvs30
13318
13319         * src/mainwindow.c
13320                 Fix slowness in account changing
13321
13322 2005-08-10 [colin]      1.9.13cvs29
13323
13324         * src/folder.c
13325         * src/folderutils.c
13326         * src/folderview.c
13327         * src/imap_gtk.c
13328         * src/mainwindow.c
13329         * src/mh_gtk.c
13330         * src/procmsg.c
13331         * src/summaryview.c
13332                 Optimize folder_has_parent_of_type
13333                 Prevent moving special sub-folders from contextual menus
13334                 Rework message a bit ("Empty all messages" -> "Delete all
13335                 messages")
13336                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13337                 and "Deleted Items" folders)
13338
13339 2005-08-08 [colin]      1.9.13cvs28
13340
13341         * src/summaryview.c
13342         * src/prefs_summaries.c
13343                 Make "Select first unread|new" more flexible
13344                 (just prioritize new or unread)
13345
13346 2005-08-08 [colin]      1.9.13cvs27
13347
13348         * src/summaryview.c
13349                 If "select first new" is selected and there only
13350                 are unread messages, fallback to "select first
13351                 unread".
13352
13353 2005-08-08 [colin]      1.9.13cvs26
13354
13355         * src/folder.c
13356                 Fix shameful bugs (and bug #779)
13357
13358 2005-08-08 [colin]      1.9.13cvs25
13359
13360         * src/folder.c
13361         * src/folder.h
13362                 Cache parents' type to make folder_has_parent_of_type
13363                 faster
13364         * src/folderview.c
13365                 Forbid DnD of special sub-folders
13366         * src/procmsg.c
13367         * src/procmsg.h
13368                 Add MAIL_POSTFILTERING_HOOK
13369         * src/summaryview.c
13370                 Revert over-zealous deletion of the use_addr_book 
13371                 code
13372
13373 2005-08-07 [colin]      1.9.13cvs24
13374
13375         * src/folder.c
13376                 Fix big mistake (passing MsgInfo instead 
13377                 of FolderItem)
13378
13379 2005-08-07 [colin]      1.9.13cvs23
13380
13381         * src/compose.c
13382         * src/folder.c
13383         * src/folder.h
13384         * src/foldersel.c
13385         * src/folderutils.c
13386         * src/folderview.c
13387         * src/imap.c
13388         * src/mainwindow.c
13389         * src/messageview.c
13390         * src/mh.c
13391         * src/msgcache.c
13392         * src/procmime.c
13393         * src/summaryview.c
13394                 Make subfolders of Drafts, Queue, Outbox, Trash
13395                 work like their parents. 
13396                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13397
13398 2005-08-07 [colin]      1.9.13cvs22
13399
13400         * src/addressbook.c
13401                 Fix bug #771 (Dragged contacts not saved)
13402
13403 2005-08-07 [paul]       1.9.13cvs21
13404
13405         * src/summaryview.c
13406                 fix bug 32 'Search Doesn't display results
13407                 if "Hide Read Messages" is chosen'
13408                 be more literal in interpreting 'Hide read
13409                 messages'
13410
13411 2005-08-07 [colin]      1.9.13cvs20
13412
13413         * src/folderview.c
13414                 Add debug
13415         * src/summaryview.c
13416                 Faster 'unthread_for_execution'
13417
13418 2005-08-06 [paul]       1.9.13cvs19
13419
13420         * src/mainwindow.c
13421                 add mnemonics to Set displayed columns
13422                 fix bug where msgview_visible option was
13423                 overwritten as TRUE on startup
13424
13425 2005-08-06 [paul]       1.9.13cvs18
13426
13427         * src/mainwindow.c
13428                 refer to 'displayed columns in folder/message
13429                 list' not 'displayed items in summary/message view'
13430         * src/prefs_display_header.c
13431                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13432                 be consistent with similar dialogues
13433         * src/prefs_folder_column.c
13434         * src/prefs_summary_column.c
13435                 'columns' not 'items', and folder and message lists,
13436                 instead of folder and summary views;
13437                 Use 'Hidden columns' as list heading not 'Available
13438                 items';
13439                 move the 'Remove' button to the right hand side;
13440                 top-align the buttons;
13441                 remove unneeded vbox
13442         * src/prefs_summaries.c
13443                 put the 2 column prefs buttons in a frame to reduce
13444                 overall width; refer to columns not items &c.
13445
13446 2005-08-05 [colin]      1.9.13cvs17
13447
13448         * src/prefs_common.c
13449         * src/prefs_common.h
13450         * src/mainwindow.c
13451         * src/compose.c
13452         * src/messageview.c
13453                 Add an hidden toolbar_detachable pref, so
13454                 that I can get rid of these painful handles
13455                 in the toolbars. Defaults to TRUE to avoid
13456                 changing the GUI on unsuspecting people...
13457
13458 2005-08-05 [colin]      1.9.13cvs16
13459
13460         * src/Makefile.am
13461         * src/prefs_folder_column.c
13462         * src/prefs_folder_column.h
13463                 Add prefs for folder columns
13464         * src/folderview.c
13465         * src/folderview.h
13466         * src/mainwindow.c
13467         * src/mainwindow.h
13468         * src/prefs_common.c
13469         * src/prefs_common.h
13470         * src/prefs_summaries.c
13471                 Use them
13472         * src/prefs_summary_column.c
13473         * src/summaryview.c
13474         * src/summaryview.h
13475                 Add a To column
13476         * src/textview.c
13477         * src/common/utils.c
13478         * src/common/utils.h
13479                 Move uri colourisation functions
13480                 to utils
13481         * src/compose.c
13482                 Colourise URIs
13483         * src/imap.c
13484                 Fix bug with LIST where we'd try
13485                 to get Folder//////[...]/// 
13486
13487 2005-08-05 [paul]       1.9.13cvs15
13488
13489         * src/prefs_summaries.c
13490                 improve the English usage
13491         * src/summaryview.c
13492                 set font on column change
13493                 thanks to Colin
13494
13495 2005-08-05 [paul]       1.9.13cvs14
13496
13497         * src/prefs_common.c
13498         * src/prefs_common.h
13499         * src/prefs_summaries.c
13500         * src/summaryview.c
13501                 replace 'open_unread_on_enter' option with
13502                 'select_on_entry' option. opening/not opening
13503                 is now exclusively controlled by 'always_show_msg'
13504
13505 2005-08-04 [colin]      1.9.13cvs13
13506
13507         * src/compose.c
13508                 Remove dead code
13509                 Add colourisation of quotes and signatures
13510         * src/folderview.c
13511                 Fix possible crashes
13512         * src/messageview.c
13513                 Change an assert that is no problem
13514         * src/news.c
13515         * src/news_gtk.c
13516         * src/news_gtk.h
13517                 Fix offline mode
13518         * src/gtk/quicksearch.c
13519                 Fix a possible crash
13520
13521 2005-08-03 [colin]      1.9.13cvs12
13522
13523         * src/prefs_account.c
13524                 Fix bug #777 (Sylpheed crash in account configuration)
13525
13526 2005-08-03 [colin]      1.9.13cvs11
13527
13528         * src/addressbook.c
13529         * src/editaddress.c
13530         * src/editgroup.c
13531                 Fixing addressbook, round 2
13532         * src/textview.c
13533                 Fix emphasis color on rechecking 'Colorize messages'
13534
13535 2005-08-03 [paul]       1.9.13cvs10
13536
13537         sync with main
13538
13539         * src/addr_compl.c
13540         * src/compose.c
13541         * src/main.c
13542         * src/pop.c
13543         * src/prefs_account.c
13544         * src/procmime.c
13545         * src/procmsg.c
13546         * src/quote_fmt_parse.y
13547         * src/textview.c
13548         * src/common/quoted-printable.c
13549         * src/common/utils.c
13550         * src/common/utils.h
13551         * src/common/xml.c
13552                 replaced incorrect locale-independent
13553                 ctype functions with GLib's. Corrected
13554                 signedness mismatch.
13555         * src/headerview.c
13556                 headerview_create(): added spacing for vbox.
13557         * src/gtk/about.c
13558                 set focus to the OK button.
13559
13560 2005-08-03 [colin]      1.9.13cvs9
13561
13562         * src/folderview.c
13563                 Fix possible crash
13564
13565 2005-08-02 [colin]      1.9.13cvs8
13566
13567         * src/mainwindow.c
13568                 Fix cast
13569         * src/addressbook.c
13570         * src/addressitem.h
13571                 Fix a cast and more generally, try to make the
13572                 GUI more intuitive and consistent (round 1)
13573
13574 2005-08-02 [paul]       1.9.13cvs7
13575
13576         * src/folder.h
13577                 missing in 1.9.13cvs6
13578
13579 2005-08-02 [colin]      1.9.13cvs6
13580
13581         * src/folder.c
13582                 Fix one more leak
13583
13584 2005-08-02 [colin]      1.9.13cvs5
13585
13586         * src/folder.c
13587         * src/folderview.c
13588         * src/imap.c
13589         * src/main.c
13590         * src/mbox.c
13591         * src/procmsg.c
13592         * src/summaryview.c
13593                 Fix a number of folder_item_get_msg_list()-related
13594                 leaks (missing procmsg_msginfo_free()s)
13595
13596 2005-08-01 [colin]      1.9.13cvs4
13597
13598         * src/folderview.c
13599         * src/folderview.h
13600         * src/mainwindow.c
13601         * src/prefs_fonts.c
13602         * src/prefs_summaries.c
13603         * src/prefs_themes.c
13604         * src/summaryview.c
13605         * src/summaryview.h
13606         * src/textview.c
13607         * src/textview.h
13608                 Fix instant-apply of summary and folderview-related prefs
13609                 Fix erroneous g_free and alertpanels in prefs_theme
13610                 Add instant-apply for fonts
13611                 Defer applying of prefs a little bit so it's done only
13612                 once even if requested by multiples prefs pages
13613
13614 2005-08-01 [paul]       1.9.13cvs3
13615
13616         * src/main.c
13617                 fix bug 776 'S.C. crashes on close'
13618                 thanks to Colin
13619         * src/etpan/etpan-thread-manager-types.h
13620                 add missing include
13621                 thanks to Hoa
13622
13623 2005-07-25 [paul]       1.9.13cvs2
13624
13625         * src/summaryview.c
13626                 fix typos. spotted by Fabien Vantard
13627
13628 2005-07-24 [paul]       1.9.13cvs1
13629
13630         * doc/man/sylpheed.1
13631                 update man page, incorporating fix of
13632                 bug 769 'Typo in manpage'
13633         * src/etpan/imap-thread.c
13634                 fix NetBSD openssl dependencies. patch by
13635                 George Michaelson <ggm@apnic.net>
13636         * po/pt_BR.po
13637                 updated by Frederico Goncalves Guimaraes
13638
13639 2005-07-22 [paul]       1.9.13
13640
13641         1.9.13 release
13642
13643 2005-07-22 [paul]       1.9.12cvs91
13644
13645         * AUTHORS
13646         * INSTALL
13647         * README.claws
13648         * RELEASE_NOTES.claws
13649                 updated for release
13650         * configure.ac
13651         * po/nb.po
13652         * tools/claws.i18n.status.pl
13653                 add Norwegian translation. submiited by
13654                 Geir Helland <pjallabais@users.sourceforge.net>
13655         * po/ca.po
13656         * po/de.po
13657         * po/es.po
13658         * po/fi.po
13659         * po/fr.po
13660         * po/it.po
13661         * po/sk.po
13662         * po/sr.po
13663         * po/zh_CN.po
13664                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13665                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
13666                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
13667                 Yang Guilong
13668         * src/plugins/clamav/clamav_plugin_gtk.c
13669         * src/plugins/spamassassin/spamassassin_gtk.c
13670                 replace outdated description strings
13671
13672 2005-07-21 [colin]      1.9.12cvs90
13673
13674         * src/folder.c
13675                 Set folder to batch mode when scanning it. Makes deletion
13676                 of unread mails on IMAP much faster (due to the UNREAD 
13677                 flag unsetting)
13678
13679 2005-07-21 [darko]      1.9.12cvs89
13680
13681         * configure.ac
13682                 link against libresolv if necessary (patch by Paul)
13683         * src/msgcache.c
13684                 use glib's portable macros to determine endianness
13685
13686 2005-07-21 [paul]       1.9.12cvs88
13687
13688         * src/crash.c
13689         * src/gtk/about.c
13690                 update compiled-in features list
13691
13692 2005-07-20 [colin]      1.9.12cvs87
13693
13694         * src/folder.c
13695         * src/textview.c
13696                 Gcc 2.9x compilation fixes, thanks to Darko
13697         * src/plugins/clamav/clamav_plugin.c
13698                 Little optimisation: load virus database only once
13699         * src/plugins/spamassassin/spamassassin.c
13700                 Big optimisation: filtering one mail took at least 1 second,
13701                 now it takes at least 50ms. Doesn't speed up spamassassin 
13702                 itself, but should already be much more tolerable.
13703
13704 2005-07-20 [colin]      1.9.12cvs86
13705
13706         * src/summaryview.c
13707                 Fix performance issue
13708
13709 2005-07-19 [colin]      1.9.12cvs85
13710
13711         * src/plugins/pgpinline/plugin.c
13712                 Fix warning
13713
13714 2005-07-19 [colin]      1.9.12cvs84
13715
13716         * configure.ac
13717         * src/plugins/Makefile.am
13718         * src/plugins/pgpinline/.cvsignore
13719         * src/plugins/pgpinline/Makefile.am
13720         * src/plugins/pgpinline/pgpinline.c
13721         * src/plugins/pgpinline/pgpinline.deps
13722         * src/plugins/pgpinline/pgpinline.h
13723         * src/plugins/pgpinline/plugin.c
13724                 Put pgpinline in the main tree
13725
13726 2005-07-19 [paul]       1.9.12cvs83
13727
13728         * src/prefs_actions.c
13729                 prevent '//' in menu names, which cause a crash
13730                 thanks to Colin
13731
13732 2005-07-19 [paul]       1.9.12cvs82
13733
13734         * configure.ac
13735                 be generally more informative in configure output.
13736                 OpenSSL: correction: '[ --enable-openssl ...' -> 
13737                 '[ --disable-openssl ...', as --enable-openssl is default
13738                 PGP/MIME: don't check for GPGME again, check for
13739                 pgpcore instead. Therefore prevent the possibility of
13740                 attempting to build pgpmime if pgpcore dependencies are
13741                 not met
13742                 ClamAV: use pkgconfig to check for lib
13743                 libgnomeprint: revert logic on inner test to match
13744                 everything else
13745         * src/plugins/pgpcore/sgpgme.c
13746                 add missing include
13747
13748 2005-07-19 [colin]      1.9.12cvs81
13749
13750         * src/summaryview.c
13751                 Fix slow thread rebuilding in particular
13752                 cases
13753
13754 2005-07-19 [paul]       1.9.12cvs80
13755
13756         * sylpheed-claws.desktop
13757                 fix typo, spotted by Stephan Sachse
13758         * src/account.c
13759                 replace GTK_STOCK_ADD with
13760                 GTK_STOCK_NEW button
13761
13762 2005-07-18 [colin]      1.9.12cvs79
13763
13764         * src/etpan/imap-thread.c
13765                 Fix return value (Thanks Hoa)
13766
13767 2005-07-18 [colin]      1.9.12cvs78
13768
13769         * src/imap.c
13770                 Allow empty passwords
13771                 Create drafts/queue/outbox if necessary
13772         * src/summaryview.c
13773                 Remove old code
13774         * src/etpan/imap-thread.c
13775                 Fix STARTTLS (Thanks to Hoa)
13776
13777 2005-07-18 [paul]       1.9.12cvs77
13778
13779         * ChangeLog-gtk2.jp
13780         * ChangeLog.jp
13781                 removed
13782         * Makefile.am
13783                 updated to reflect additions and removals
13784         * TODO
13785                 updated to be claws-specific
13786         * TODO-gtk2
13787         * TODO-gtk2.jp
13788         * TODO.jp
13789         * sylpheed-128x128.png
13790         * sylpheed-64x64.png
13791                 removed
13792         * sylpheed-claws-128x128.png
13793         * sylpheed-claws-64x64.png
13794         * sylpheed-claws.desktop
13795         * sylpheed-claws.png
13796                 added
13797         * sylpheed.desktop
13798         * sylpheed.png
13799                 removed
13800
13801 2005-07-17 [paul]       1.9.12cvs76
13802
13803         * src/account.c
13804         * src/addressbook.c
13805         * src/alertpanel.c
13806         * src/alertpanel.h
13807         * src/compose.c
13808         * src/exphtmldlg.c
13809         * src/expldifdlg.c
13810         * src/folderview.c
13811         * src/imap_gtk.c
13812         * src/inc.c
13813         * src/message_search.c
13814         * src/messageview.c
13815         * src/mh_gtk.c
13816         * src/news_gtk.c
13817         * src/prefs_actions.c
13818         * src/prefs_filtering.c
13819         * src/prefs_matcher.c
13820         * src/prefs_template.c
13821         * src/prefs_themes.c
13822         * src/ssl_manager.c
13823         * src/summary_search.c
13824         * src/textview.c
13825         * src/toolbar.c
13826         * src/gtk/sslcertwindow.c
13827         * src/plugins/pgpcore/sgpgme.c
13828                 rework alertpanels
13829
13830 2005-07-17 [colin]      1.9.12cvs75
13831
13832         * src/privacy.c
13833                 add a PrivacySystem accessor that checks that
13834                 the system cached in a MimeInfo's privacydata
13835                 is still registered. Use this accessor instead
13836                 of directly using data->system. Fixes crashes
13837                 after unloading pgp plugins.
13838
13839 2005-07-17 [colin]      1.9.12cvs74
13840
13841         * src/alertpanel.c
13842                 Change geometry hints to a simple default size.
13843                 Fixes the certs dialogs.
13844
13845 2005-07-17 [colin]      1.9.12cvs73
13846
13847         * src/gtk/sslcertwindow.c
13848                 Use a gtkExpander
13849
13850 2005-07-17 [colin]      1.9.12cvs72
13851
13852         * src/plugins/pgpcore/Makefile.am
13853         * src/plugins/pgpmime/Makefile.am
13854                 Add gpgme libs
13855
13856 2005-07-17 [paul]       1.9.12cvs71
13857
13858         * configure.ac
13859                 add --disable-gnomeprint option
13860                 modified version of patch by Marius Mauch
13861
13862 2005-07-17 [paul]       1.9.12cvs70
13863
13864         * src/common/defs.h
13865                 update urls
13866         * src/account.c
13867         * src/action.c
13868         * src/addressbook.c
13869         * src/compose.c
13870         * src/foldersel.c
13871         * src/folderview.c
13872         * src/html.c
13873         * src/imap_gtk.c
13874         * src/main.c
13875         * src/mainwindow.c
13876         * src/messageview.c
13877         * src/mh_gtk.c
13878         * src/mimeview.c
13879         * src/news_gtk.c
13880         * src/prefs_account.c
13881         * src/prefs_send.c
13882         * src/prefs_summaries.c
13883         * src/procmsg.c
13884         * src/summaryview.c
13885         * src/common/utils.c
13886         * src/common/xml.c
13887         * src/plugins/pgpcore/passphrase.c
13888         * src/plugins/pgpcore/select-keys.c
13889                 replace inappropriately used backticks
13890                 with single quotes
13891
13892 2005-07-16 [colin]      1.9.12cvs69
13893
13894         * src/image_viewer.c
13895                 Add extra paranoid checks
13896
13897 2005-07-16 [colin]      1.9.12cvs68
13898
13899         * src/plugins/pgpcore/prefs_gpg.c
13900                 Don't auto-check sigs by default, as it
13901                 can be really slow.
13902
13903 2005-07-16 [colin]      1.9.12cvs67
13904
13905         * src/plugins/pgpcore/sgpgme.c
13906                 Make messages a bit better.
13907
13908 2005-07-16 [colin]      1.9.12cvs66
13909
13910         * src/imap.c
13911                 Remove pseudo-log
13912         * src/etpan/imap-thread.c
13913                 Add real log
13914
13915 2005-07-16 [colin]      1.9.12cvs65
13916
13917         * src/main.c
13918         * src/prefs_other.c
13919                 And now, fix build with libetpan :-/
13920
13921 2005-07-15 [colin]      1.9.12cvs64
13922
13923         * src/prefs_other.c
13924                 Continue fixing build without libetpan.
13925
13926 2005-07-15 [colin]      1.9.12cvs63
13927
13928         * src/main.c
13929                 Fix build with --disable-libetpan
13930
13931 2005-07-15 [colin]      1.9.12cvs62
13932
13933         * configure.ac
13934                 Bump libetpan's version
13935
13936 2005-07-15 [colin]      1.9.12cvs61
13937
13938         * src/etpan/imap-thread.c
13939                 Actually stop logging :)
13940
13941 2005-07-15 [colin]      1.9.12cvs60
13942
13943         * src/addressbook.c
13944                 Fix dnd of multiple addresses.
13945
13946 2005-07-15 [hoa]        1.9.12cvs59
13947
13948         * src/etpan/imap-thread.c
13949             disable login of IMAP password in libetpan log file.
13950
13951 2005-07-15 [paul]       1.9.12cvs58
13952
13953         * src/account.c
13954                 don't automatically sort
13955                 do allow drag n drop
13956
13957 2005-07-15 [paul]       1.9.12cvs57
13958
13959         * src/account.c
13960         * src/ssl_manager.c
13961                 alphabetical listing
13962
13963 2005-07-15 [paul]       1.9.12cvs56
13964
13965         * src/gtk/pluginwindow.c
13966                 sort plugin list alphabetically
13967
13968 2005-07-15 [paul]       1.9.12cvs55
13969
13970         * src/prefs_spelling.c
13971         * src/prefs_wrapping.c
13972                 unify English usage
13973
13974 2005-07-15 [colin]      1.9.12cvs54
13975
13976         * src/wizard.c
13977                 Typo fix
13978
13979 2005-07-15 [paul]       1.9.12cvs53
13980
13981         * src/prefs_message.c
13982                 make 'show cursor' a hidden option
13983
13984 2005-07-14 [colin]      1.9.12cvs52
13985
13986         * src/plugins/spamassassin/Makefile.am
13987         * src/plugins/clamav/Makefile.am
13988                 Fix double EXTRA_DISTs
13989
13990 2005-07-14 [colin]      1.9.12cvs51
13991
13992         * src/plugins/clamav/Makefile.am
13993         * src/plugins/clamav/clamav_plugin_gtk.deps
13994         * src/plugins/spamassassin/Makefile.am
13995         * src/plugins/spamassassin/spamassassin_gtk.deps
13996                 Make $plugin_gtk depend on $plugin
13997
13998 2005-07-14 [hoa]        1.9.12cvs50
13999
14000         * src/etpan/imap-thread.c
14001                 enable debug log of libetpan when running with --debug
14002
14003 2005-07-14 [colin]      1.9.12cvs49
14004
14005         * configure.ac
14006         * src/common/Makefile.am
14007         * src/common/plugin.c
14008         * src/common/plugin.h
14009                 Add a little plugin dependancy system.
14010                 Plugins can ship a $plugin_name.deps file
14011                 (near them in PLUGINDIR) so that their
14012                 dependancies are loaded if possible.
14013         * src/plugins/Makefile.am
14014         * src/plugins/pgpcore/Makefile.am
14015         * src/plugins/pgpcore/passphrase.c
14016         * src/plugins/pgpcore/passphrase.h
14017         * src/plugins/pgpcore/plugin.c
14018         * src/plugins/pgpcore/prefs_gpg.c
14019         * src/plugins/pgpcore/prefs_gpg.h
14020         * src/plugins/pgpcore/select-keys.c
14021         * src/plugins/pgpcore/select-keys.h
14022         * src/plugins/pgpcore/sgpgme.c
14023         * src/plugins/pgpcore/sgpgme.h
14024                 Introduce pgpcore, used by pgpmime and
14025                 pgpinline
14026         * src/plugins/pgpmime/Makefile.am
14027         * src/plugins/pgpmime/passphrase.c
14028         * src/plugins/pgpmime/passphrase.h
14029         * src/plugins/pgpmime/pgpmime.c
14030         * src/plugins/pgpmime/pgpmime.deps
14031         * src/plugins/pgpmime/plugin.c
14032         * src/plugins/pgpmime/prefs_gpg.c
14033         * src/plugins/pgpmime/prefs_gpg.h
14034         * src/plugins/pgpmime/select-keys.c
14035         * src/plugins/pgpmime/select-keys.h
14036         * src/plugins/pgpmime/sgpgme.c
14037         * src/plugins/pgpmime/sgpgme.h
14038                 Remove the core from pgpmime and add the
14039                 dependancy to pgpcore.
14040
14041 2005-07-14 [paul]       1.9.12cvs48
14042
14043         * src/stock_pixmap.c
14044                 forgot this in last commit
14045
14046 2005-07-14 [paul]       1.9.12cvs47
14047
14048         * src/account.c
14049         * src/addressbook.c
14050                 add accelerators for the buttons (sync with main)
14051         * src/compose.c
14052         * src/compose.h
14053                 add accelerators for the buttons.
14054                 fix editing with external editor.
14055                 replace gdk_input_*() with GIOChannel;
14056                 (sync with main)
14057         * src/foldersel.c
14058                 display folder names with new/unread
14059                 representation (sync with main)
14060         * src/main.c
14061                 specify default window icon (sync with main)
14062         * src/prefs_common.c
14063                 use_addr_book default to FALSE
14064         * src/summaryview.c
14065         * src/textview.c
14066                 add accelerators for the buttons (sync with main)
14067         * src/gtk/menu.c
14068                 fix typos
14069         * src/pixmaps/sylpheed_icon.xpm
14070                 updated
14071
14072 2005-07-13 [paul]       1.9.12cvs46
14073
14074         * src/plugins/pgpmime/pgpmime.c
14075         * src/plugins/pgpmime/sgpgme.c
14076                 (temporarily) use deprecated gpgme_data_rewind()
14077                 while largefile support is not present
14078                 (as suggested by Colin)
14079
14080 2005-07-13 [paul]       1.9.12cvs45
14081
14082         * configure.ac
14083                 remove large file support (for now):
14084                 it breaks too many things
14085
14086 2005-07-13 [paul]       1.9.12cvs44
14087
14088         * configure.ac
14089                 add large file support
14090         * src/html.c
14091                 fix bug #763 where href attribute was not
14092                 the very first attribute of a link
14093                 patch by Thomas Gilgin
14094
14095 2005-07-13 [colin]      1.9.12cvs43
14096
14097         * src/gtk/pluginwindow.c
14098                 Little portability fix
14099
14100 2005-07-13 [colin]      1.9.12cvs42
14101
14102         * src/plugins/pgpmime/sgpgme.c
14103                 Fix crasher.
14104
14105 2005-07-13 [colin]      1.9.12cvs41
14106
14107         * src/plugins/pgpmime/pgpmime.c
14108         * src/plugins/pgpmime/sgpgme.c
14109                 Use gpgme_data_release_and_get_mem instead
14110                 of gpgme_data_read.
14111
14112 2005-07-13 [colin]      1.9.12cvs40
14113
14114         * configure.ac
14115         * src/plugins/pgpmime/passphrase.c
14116         * src/plugins/pgpmime/passphrase.h
14117         * src/plugins/pgpmime/pgpmime.c
14118         * src/plugins/pgpmime/plugin.c
14119         * src/plugins/pgpmime/select-keys.c
14120         * src/plugins/pgpmime/select-keys.h
14121         * src/plugins/pgpmime/sgpgme.c
14122         * src/plugins/pgpmime/sgpgme.h
14123                 Port pgpmime to gpgme-1.0.
14124
14125 2005-07-12 [paul]       1.9.12cvs39
14126
14127         * AUTHORS
14128         * src/toolbar.c
14129         * src/toolbar.h
14130                 add a 'Go to Prev' button to the toolbar.
14131                 correct tooltip text of go to buttons.
14132                 based on patch by Yang Guilong <bamanzi@gmail.com>
14133
14134 2005-07-12 [colin]      1.9.12cvs38
14135
14136         * src/statusbar.c
14137                 Fix progress bar showing stuff at startup.
14138
14139 2005-07-12 [paul]       1.9.12cvs37
14140
14141         * src/editjpilot.c
14142                 fix building with jpilot support
14143
14144 2005-07-11 [colin]      1.9.12cvs36
14145
14146         * src/inc.c
14147                 Add visual indication that filtering is running
14148         * src/textview.c
14149                 Make {}[] uri delimiters
14150         * src/summaryview.c
14151                 Remove useless (and slow) calls
14152
14153 2005-07-11 [paul]       1.9.12cvs35
14154
14155         * src/plugins/clamav/clamav_plugin_gtk.c
14156         * src/plugins/dillo_viewer/dillo_prefs.c
14157         * src/plugins/pgpmime/prefs_gpg.c
14158         * src/plugins/spamassassin/spamassassin_gtk.c
14159                 gather plugins prefs together under their
14160                 own 'Plugins' heading
14161
14162 2005-07-11 [paul]       1.9.12cvs34
14163
14164         sync with main
14165
14166         * src/account.c
14167                 account_delete(): modified alert dialog
14168         * src/editjpilot.c
14169         * src/editvcard.c
14170                 fixed a crash when cancelling file selection
14171                 dialog by Escape key. Made non-ascii filename
14172                 selectable.
14173         * src/prefs_template.c
14174                 prefs_template_window_create(): make scrolled
14175                 window policy AUTOMATIC
14176
14177 2005-07-10 [hoa]        1.9.12cvs33
14178
14179         * src/etpan/imap-thread.c
14180                 workaround for old Courier IMAP servers.
14181
14182 2005-07-10 [colin]      1.9.12cvs32
14183
14184         * src/folder.c
14185         * src/statusbar.c
14186         * src/statusbar.h
14187                 Add visual progress indicator on filtering/processing
14188                 Factorize the progress bar code
14189         * src/imap.c
14190         * src/imap.h
14191         * src/etpan/imap-thread.c
14192                 Add a reference counter to avoid destroying the Folder
14193                 while it's in use by another callback.
14194
14195 2005-07-09 [hoa]        1.9.12cvs31
14196
14197         * src/imap.c
14198         * src/etpan/imap-thread.c
14199                 fixed deadlock when removing IMAP account.
14200
14201 2005-07-08 [colin]      1.9.12cvs30
14202
14203         * src/textview.c
14204         * src/unmime.c
14205                 Fix again problems decoding broken headers
14206         * src/gtk/inputdialog.c
14207                 Fix local variable shadowing a global one
14208
14209 2005-07-08 [colin]      1.9.12cvs29
14210
14211         * src/msgcache.c
14212                 Make the cache/mark files platform-agnostic by writing
14213                 them in little-endian format. Reading them is also done
14214                 in little-endian format, of course; however, in order
14215                 to avoid trashing mark data on big-endian machines, the
14216                 files are, at first, read from the native format if the
14217                 little-endian one doesn't exist. This is easy to deter-
14218                 mine by trying to open a file with a swapped data_ver
14219                 and seeing if it's the wanted version.
14220                 Little-endian using users should see absolutely no
14221                 difference, Big-endian users may get a very little
14222                 performance drop due to byte-swapping.
14223                 Tested on i386 and ppc32. 
14224                 Fixes bug #159 (The index file, in the mailboxes, is 
14225                 hardware depending).
14226
14227                 To have the cache/mark files updated to the new little-
14228                 endian format, "Check for new messages" or even
14229                 "Rebuild folder tree" aren't enough. Files will be
14230                 updated as soon as a folder has been opened/closed.
14231                 To update everything, just select all folders by
14232                 selecting them one by one.
14233
14234 2005-07-07 [colin]      1.9.12cvs28
14235
14236         * src/imap.c
14237                 Remember the folder separator per IMAPFolder
14238                 instead of globally.
14239                 Revive the Session on noop; fixes bug #761
14240                 (mark a bunch of unread messages as read takes 
14241                 forever)
14242
14243 2005-07-07 [darko]      1.9.12cvs27
14244
14245         * src/common/template.c
14246                 Sort templates alphabetically
14247
14248 2005-07-06 [colin]      1.9.12cvs26
14249
14250         * src/imap.c
14251                 Try to use the correct separator in
14252                 most cases. Possibly fixes bug #759
14253                 (only creates the INBOX folder when 
14254                 setting up new IMAP account) and 
14255                 bug #760 (Can't retrieve messages)
14256
14257 2005-07-06 [colin]      1.9.12cvs25
14258
14259         * src/imap.c
14260                 Use real_path in status command. This will
14261                 help later, when namespaces will be used.
14262
14263 2005-07-06 [colin]      1.9.12cvs24
14264
14265         * configure.ac
14266         * src/account.c
14267         * src/folder.c
14268         * src/imap.c
14269         * src/etpan/etpan-log.c
14270         * src/etpan/etpan-thread-manager.c
14271         * src/etpan/imap-thread.c
14272                 Add a --disable-libetpan parameter. With this,
14273                 users that don't want IMAP4 support can avoid
14274                 the new dependancy (and have no IMAP support).
14275                 Users that have IMAP4 accounts and use this
14276                 parameter won't lose their configuration, their
14277                 IMAP accounts will just be invisible and not
14278                 used.
14279         * src/textview.c
14280                 Make the "Copy ..." contextual menu items 
14281                 copy to both the X clipboard and the gtk 
14282                 clipboard - as most other apps do.
14283         * src/gtk/about.c
14284                 Add a notice about OpenSSL usage, in order to
14285                 comply with OpenSSL's license (point 6):
14286                 http://www.openssl.org/source/license.html
14287
14288 2005-07-06 [colin]      1.9.12cvs23
14289
14290         * src/alertpanel.c
14291                 Fix a minimum size for alertpanels
14292         * src/compose.c
14293                 Show 'No space left on device' type errors
14294                 when queuing/sending
14295         * src/imap_gtk.c
14296         * src/mh_gtk.c
14297                 Rework folder's deletion message (remove 
14298                 extra \n)
14299
14300 2005-07-05 [colin]      1.9.12cvs22
14301
14302         * src/imap.c
14303                 Add an alertpanel on auth error
14304                 Add pseudo-log
14305                 Remove pthread-related stuff
14306
14307 2005-07-05 [colin]      1.9.12cvs21
14308
14309         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14310                 Fix crash on plugin reloading (with a hack)
14311
14312 2005-07-05 [colin]      1.9.12cvs20
14313
14314         * src/prefs_account.c
14315         * src/prefs_account.h
14316                 Fix typo
14317         * src/gtk/filesel.c
14318         * src/gtk/filesel.h
14319                 Add a way to filter the view
14320         * src/gtk/pluginwindow.c
14321                 Filter loadable stuff
14322         * src/plugins/pgpmime/prefs_gpg.c
14323                 Fix missing unregistration
14324         * .cvsignore
14325         * src/etpan/.cvsignore
14326         * src/plugins/spamassassin/.cvsignore
14327                 Add more stuff to cvs ignored files
14328
14329 2005-07-04 [colin]      1.9.12cvs19
14330
14331         * src/imap.c
14332                 Fix scan_required returning FALSE when it
14333                 shouldn't. Maybe fix #760 (Can't retrieve
14334                 messages)
14335
14336 2005-07-04 [colin]      1.9.12cvs18
14337
14338         * src/summaryview.c
14339                 Fix always_show_msg pref
14340
14341 2005-07-04 [paul]       1.9.12cvs17
14342
14343         sync with main (forgotten in last commit)
14344         
14345         * src/common/utils.c
14346         * src/common/utils.h
14347                 check_line_length(): new.
14348                 is_dir_exist()
14349                 is_file_entry_exist()
14350                 dirent_is_regular_file()
14351                 dirent_is_directory(): use g_file_test() instead of stat().
14352
14353 2005-07-04 [paul]       1.9.12cvs16
14354
14355         sync with main:
14356
14357         * src/compose.c
14358                 compose_write_to_file(): check for line
14359                 length limit and display warning if exceeds
14360         * src/jpilot.c
14361                 use get_home_dir() instead of g_get_home_dir()
14362         * src/procheader.c
14363                 removed warning about invalid date
14364         * src/vcard.c
14365                 use get_home_dir() instead of g_get_home_dir()
14366
14367 2005-07-04 [paul]       1.9.12cvs15
14368
14369         * src/stock_pixmap.c
14370                 fix new pixmap naming errors
14371                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14372
14373 2005-07-04 [colin]      1.9.12cvs14
14374
14375         * src/imap.c
14376                 Fix debugging string with a warning
14377
14378 2005-07-04 [colin]      1.9.12cvs13
14379
14380         * configure.ac
14381                 Add a check for libetpan's version (>= 0.37)
14382
14383 2005-07-04 [hoa]        1.9.12cvs12
14384
14385         * commitHelper
14386         * src/imap.c
14387         * src/etpan/imap-thread.c
14388         * src/etpan/imap-thread.h
14389                 fixed IMAP implementation of check of mails.
14390
14391 2005-07-03 [hoa]        1.9.12cvs11
14392
14393         * src/etpan/Makefile.am
14394         * src/etpan/etpan-errors.h
14395         * src/etpan/etpan-log.[ch]
14396         * src/etpan/etpan-thread-manager-types.h
14397         * src/etpan/etpan-thread-manager.[ch]
14398         * src/etpan/imap-thread.[ch]
14399         * src/Makefile.am
14400         * src/imap.c
14401         * src/main.c
14402         * src/prefs_other.c
14403         * configure.ac
14404             merged imap branch.
14405             dependency on libetpan 0.37 is now added.
14406
14407 2005-07-01 [colin]      1.9.12cvs10
14408
14409         * src/Makefile.am
14410         * src/folder.c
14411         * src/folder.h
14412         * src/folderview.c
14413         * src/stock_pixmap.c
14414         * src/stock_pixmap.h
14415         * src/plugins/trayicon/trayicon.c
14416                 Add marked symbol on folders containing
14417                 marked messages
14418         * src/procmsg.c
14419         * src/procmsg.h
14420         * src/toolbar.c
14421         * src/prefs_common.c
14422         * src/prefs_common.h
14423         * src/prefs_send.c
14424                 Add an optional confirmation dialog on queue
14425                 sending. Patch by wwp.
14426         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14427         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14428         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14429         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14430         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14431         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14432         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14433         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14434         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14435         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14436         * src/pixmaps/trash_mark.xpm            ** ADDED **
14437                 New pixmaps
14438
14439 2005-07-01 [colin]      1.9.12cvs9
14440
14441         * src/summaryview.c
14442                 Fix a little threading bug
14443         * src/addrgather.c
14444         * src/mainwindow.c
14445                 A little bit of HIG normality never hurts
14446
14447 2005-07-01 [colin]      1.9.12cvs8
14448
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         * src/common/utils.c
14457         * src/common/utils.h
14458                 Reverted the fwrite_atomic stuff. In fact
14459                 it is already atomic.
14460
14461 2005-06-30 [colin]      1.9.12cvs7
14462
14463         * src/common/utils.c
14464         * src/common/utils.h
14465                 Add an fwrite_atomic() function to make
14466                 sure we write everything: fwrite can make
14467                 short writes.
14468         * src/compose.c
14469         * src/msgcache.c
14470         * src/pop.c
14471         * src/procmime.c
14472         * src/recv.c
14473         * src/common/log.c
14474         * src/common/template.c
14475                 Use that (and fix swapping of size and nmemb).
14476                 Thanks to Rich Coe for the heads up.
14477
14478 2005-06-30 [colin]      1.9.12cvs6
14479
14480         * src/addressbook.c
14481                 Optimize addressbook opening 
14482
14483 2005-06-30 [colin]      1.9.12cvs5
14484
14485         * src/summaryview.c
14486                 Remove calls to summary_step after move/copy
14487
14488 2005-06-28 [paul]       1.9.12cvs4
14489
14490         * src/alertpanel.c
14491                 wrap and make the error msg selectable
14492
14493 2005-06-28 [paul]       1.9.12cvs3
14494
14495         * src/ssl_manager.c
14496                 replace the OK button with a Close button
14497         * src/gtk/foldersort.c
14498                 use GTK_STOCK_ icons/buttons
14499
14500 2005-06-28 [colin]      1.9.12cvs2
14501
14502         * src/gedit-print.c             ** ADDED **
14503         * src/gedit-print.h             ** ADDED **
14504         * src/gtk/gtksourceprintjob.c   ** ADDED **
14505         * src/gtk/gtksourceprintjob.h   ** ADDED **
14506                 I can't believe no one had enough time to tell
14507                 me I forgot the `cvs add`
14508
14509 2005-06-27 [colin]      1.9.12cvs1
14510
14511         * src/Makefile.am
14512         * src/gtk/Makefile.am
14513         * src/messageview.c
14514         * src/procmsg.c
14515         * src/summaryview.c
14516         * configure.ac
14517                 Add optional libgnomeprint-based printing
14518         * src/mainwindow.c
14519         * src/gtk/quicksearch.c
14520                 Add an Edit/Quick search menu item to show
14521                 and focus the quicksearch
14522
14523 2005-06-27 [paul]       1.9.12
14524
14525         1.9.12 release
14526
14527         * po/ca.po
14528         * po/de.po
14529         * po/es.po
14530         * po/fr.po
14531         * po/it.po
14532         * po/ko.po
14533         * po/pt_BR.po
14534         * po/sk.po
14535         * po/zh_CN.po
14536                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14537                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14538                 SungHyun Nam, Frederico Goncalves Guimaraes,
14539                 Andrej Kacian, and Yang Guilong
14540 2005-06-26 [colin]      1.9.11cvs106
14541
14542         * src/imap_gtk.c
14543                 Forgot one file for previous fix
14544
14545 2005-06-26 [colin]      1.9.11cvs105
14546
14547         * src/folder.c
14548         * src/imap.c
14549                 Fix problems with folder operations in no_select
14550                 imap folders. it applies only to mails, and 
14551                 creation/deletion/move/renaming of folders 
14552                 should be possible
14553
14554 2005-06-26 [paul]       1.9.11cvs104
14555
14556         * src/prefs_filtering.c
14557                 replace one more GTK_STOCK_REMOVE
14558                 with GTK_STOCK_DELETE
14559
14560 2005-06-25 [colin]      1.9.11cvs103
14561
14562         * src/imap.c
14563                 Optimize get_seq_set_from_seq_list
14564                 (Patch by Ricardo) 
14565
14566 2005-06-25 [colin]      1.9.11cvs102
14567
14568         * src/mh.c
14569                 If the directory exists, but not in the
14570                 correct encoding, rename it. This should
14571                 handle old-versions-induced bugs.
14572
14573 2005-06-25 [colin]      1.9.11cvs101
14574
14575         * src/mh.c
14576                 Fix path access with extended dir names
14577                 Fixes bug #589 (SC segfaults with wrong locale
14578                 settings)
14579
14580 2005-06-25 [colin]      1.9.11cvs100
14581
14582         * src/prefs_account.c
14583         * src/prefs_account.h
14584         * src/compose.c
14585                 Add an option to encrypt replies to
14586                 encrypted messages
14587
14588 2005-06-25 [colin]      1.9.11cvs99
14589
14590         * src/compose.c
14591         * src/quote_fmt_parse.y
14592                 ... And make it work with pgpinline.
14593
14594 2005-06-25 [colin]      1.9.11cvs98
14595
14596         * src/compose.c
14597         * src/procmime.c
14598         * src/procmime.h
14599         * src/quote_fmt_parse.y
14600                 o Make reedition of encrypted messages possible
14601                   (as long as it is encrypted to self too, no
14602                    magic there)
14603                 o Make replying with quote (and without selecting
14604                   text) possible for encrypted messages.
14605                 Closes bug #550 (Not possible to "reply with quote"
14606                 to gnupg encrypted messages)
14607
14608 2005-06-24 [paul]       1.9.11cvs97
14609
14610         * src/imap.c
14611                 add missing include
14612
14613 2005-06-24 [paul]       1.9.11cvs96
14614
14615         * src/editldap.c
14616                 made bind password entry invisible
14617                 (sync with main)
14618         * src/send_message.c
14619                 send_message_local(): check exit status
14620                 to detect errors (sync with main)
14621         * src/textview.c
14622                 use main's less ambiguous popup menu
14623                 wording
14624
14625 2005-06-24 [paul]       1.9.11cvs95
14626
14627         * src/prefs_actions.c
14628         * src/prefs_customheader.c
14629         * src/prefs_display_header.c
14630         * src/prefs_filtering_action.c
14631         * src/prefs_matcher.c
14632         * src/prefs_template.c
14633         * src/prefs_toolbar.c
14634                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
14635         * src/gtk/description_window.c
14636                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
14637
14638 2005-06-23 [colin]      1.9.11cvs94
14639
14640         * src/summaryview.c
14641                 Fix rough edges (be sure to call status_show whenever
14642                 necessary).
14643
14644 2005-06-23 [colin]      1.9.11cvs93
14645
14646         * src/summaryview.c
14647                 Optimize Select All
14648                 Before, in a 5K mails folder: 11s
14649                 After, in the same folder: 58000µs
14650                 The joys of locking... gtk_clist_select_all() fires a 
14651                 tree-select-row event for each selected row, which in 
14652                 summaryview, callbacks summary_selected which in turn,
14653                 calls summary_status_show, which walks the selected
14654                 rows. Hence, calling gtk_clist_select_all was 
14655                 exponential. Locking the summaryview makes 
14656                 summary_selected return early.
14657
14658 2005-06-23 [colin]      1.9.11cvs92
14659
14660         * src/imap.c
14661                 Move mutex at the important place to avoid
14662                 deadlocks
14663         * src/summaryview.c
14664                 Fix Del key deleting directly instead of
14665                 moving to trash
14666
14667 2005-06-22 [colin]      1.9.11cvs91
14668
14669         * src/plugins/spamassassin/libspamc.c
14670                 As we do spagetti code with assignations in multiple
14671                 places (see _message_read_raw where out = msg = raw),
14672                 let's be sure we don't free the same pointer twice.
14673                 Should fix bug #683 (Crash in libpam at 
14674                 message_cleanup).
14675
14676 2005-06-22 [colin]      1.9.11cvs90
14677
14678         * src/compose.c
14679         * src/messageview.c
14680         * src/toolbar.c
14681                 Make toolbar's delete use the move to trash stuff;
14682                 Add gtk_widget_realize to be sure pixmaps can get
14683                 created (that may fix an old worksforme bug which
14684                 I can't find back...)
14685
14686 2005-06-22 [colin]      1.9.11cvs89
14687
14688         * src/summaryview.c
14689         * src/summaryview.h
14690         * src/mainwindow.c
14691                 Rename "Message/Delete" to "Message/Move to trash"
14692                 Add "Message/Delete..." that directly destroys the
14693                 selected messages after asking for a confirmation.
14694
14695 2005-06-22 [colin]      1.9.11cvs88
14696
14697         * src/imap.c
14698                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
14699                 o Fix a deadlock (thanks Darko)
14700
14701 2005-06-22 [colin]      1.9.11cvs87
14702
14703         * src/gtk/foldersort.c
14704                 Add missing include for the i18n;
14705                 patch by Fabien Vantard
14706
14707 2005-06-21 [colin]      1.9.11cvs86
14708
14709         * src/folder.c
14710         * src/folderview.c
14711                 Respect the no_select flag
14712         * src/imap.c
14713                 Fix recursive deletion
14714         * src/imap_gtk.c
14715         * src/mh_gtk.c
14716                 Make the folder deletion's warning
14717                 more explicit
14718
14719 2005-06-21 [colin]      1.9.11cvs85
14720
14721         * src/textview.c
14722                 Prevent email addresses from spanning accross
14723                 lines - fixes bug # 646 (newline-chars in 
14724                 email addresses)
14725
14726 2005-06-20 [colin]      1.9.11cvs84
14727
14728         * src/folder.c
14729                 Be sure not to remove source if copy failed
14730
14731 2005-06-20 [colin]      1.9.11cvs83
14732
14733         * src/folderview.c
14734         * src/imap_gtk.c
14735                 remove summaryview's lock
14736         * src/imap.c
14737                 introduce threads to avoid problems when foreground tasks
14738                 interfere with background tasks
14739         * src/mh.c
14740                 prevent moving to drafts/queue
14741         * src/mimeview.c
14742                 fix leak
14743
14744 2005-06-19 [colin]      1.9.11cvs82
14745
14746         * src/imap_gtk.c
14747                 Remember that the user doesn't want to override
14748                 offline mode, for 3 seconds. It avoid presenting
14749                 him with N popups in a really short time.
14750
14751 2005-06-17 [colin]      1.9.11cvs81
14752
14753         * src/imap.c
14754                 Fix IMAP breaking on folders containing '('
14755                 (Probably won't be enough)
14756
14757 2005-06-17 [colin]      1.9.11cvs80
14758
14759         Forgotten files on 1.9.11cvs79
14760         * src/summaryview.c
14761                 Fix stepping when not immediately executing
14762         * src/imap.c
14763                 Really prevent UID FETCH 0
14764         * src/codeconv.c
14765                 Fix outgoing charset never set to utf-8
14766         * src/mh.c
14767                 Fix leak
14768
14769 2005-06-16 [colin]      1.9.11cvs79
14770
14771         * src/compose.c
14772                 Fix bug #707 (Dash splits rows)
14773                 Only wrap if we're on a line break position and
14774                 the previous one was a "white" (space) char.
14775                 Pango stuff is weird.
14776
14777 2005-06-16 [colin]      1.9.11cvs78
14778
14779         * src/imap_gtk.c
14780                 Lock summaryview while downloading messages
14781                 on user demand
14782         * src/procheader.c
14783         * src/unmime.c
14784         * src/common/utils.c
14785         * src/common/utils.h
14786                 Replace \r and \n with spaces in From and
14787                 Subject headers
14788
14789 2005-06-16 [paul]       1.9.11cvs77
14790
14791         * src/procmime.c
14792                 liberalise the mime parser
14793         * src/gtk/about.c
14794                 add text wrapping
14795
14796 2005-06-16 [paul]       1.9.11cvs76
14797
14798         * src/gtk/about.c
14799                 reworked
14800
14801 2005-06-15 [colin]      1.9.11cvs75
14802
14803         * src/compose.c
14804                 Finish header encoding fix
14805         * src/summaryview.c
14806                 Fix segfault
14807         * src/headerview.c
14808                 Fix compilation (Thanks Stephan
14809                 Sachse)
14810
14811 2005-06-15 [colin]      1.9.11cvs74
14812
14813         * Makefile.am
14814                 Install gnome2 stuff rather than gnome1, 
14815                 if both are present
14816         * src/codeconv.c
14817         * src/codeconv.h
14818         * src/compose.c
14819                 Fix headers encoding
14820         * src/folder.c
14821                 Visual progress when fetching all messages
14822         * src/folderview.c
14823         * src/summaryview.c
14824         * src/summaryview.h
14825                 Prevent changing current message while
14826                 incorporating
14827
14828 2005-06-15 [paul]       1.9.11cvs73
14829
14830         * src/gtk/gtkaspell.c
14831         * src/gtk/gtkaspell.h
14832                 fix build warnings
14833
14834 2005-06-15 [paul]       1.9.11cvs72
14835
14836         * src/prefs_filtering.c
14837                 allow reordering of filter rules by
14838                 drag n drop
14839
14840 2005-06-15 [paul]       1.9.11cvs71
14841
14842         * COPYING
14843                 updated
14844         * src/codeconv.c
14845                 replace deprecated function
14846         * src/inc.c
14847         * src/send_message.c
14848         * src/gtk/progressdialog.c
14849         * src/gtk/progressdialog.h
14850                 salvage and reuse parts of reverted sync
14851
14852 2005-06-15 [paul]       1.9.11cvs70
14853
14854         * src/inc.c
14855         * src/send_message.c
14856         * src/gtk/progressdialog.c
14857         * src/gtk/progressdialog.h
14858                 revert yesterday's sync with main
14859                 it contains deprecated functions
14860
14861 2005-06-15 [colin]      1.9.11cvs69
14862
14863         * src/headerview.c
14864                 Fix bug #670 (multi user to: will corrupt message 
14865                 headers display)
14866
14867 2005-06-15 [colin]      1.9.11cvs68
14868
14869         * src/compose.c
14870                 Fix bug #421 (Fix undo on wrapping)
14871
14872 2005-06-15 [colin]      1.9.11cvs67
14873
14874         * src/folder.c
14875                 Provide visual feedback while processing
14876                 folder's rules.
14877         * src/imap.c
14878                 Provide visual feedback while getting
14879                 short headers (for uncached messages)
14880
14881
14882 2005-06-14 [paul]       1.9.11cvs66
14883
14884         * src/account.c
14885                 change a couple stock icons
14886         * src/inc.c
14887         * src/send_message.c
14888         * src/gtk/progressdialog.c
14889         * src/gtk/progressdialog.h
14890                 sync main's GtkTreeView implementation
14891
14892 2005-06-14 [colin]      1.9.11cvs65
14893
14894         * src/imap.c
14895                 Various little fixes, mainly on error paths
14896
14897 2005-06-13 [colin]      1.9.11cvs64
14898
14899         * matcher.c
14900         * procmsg.c
14901         * procmsg.h
14902                 Add a way to fetch only headers. This speeds
14903                 up filtering on headers for IMAP. Fixes:
14904                 bug #481 extraneous imap commands slow down 
14905                         imap filtering
14906                 bug #522 Sylpheed downloads all messages 
14907                         when opening mailbox (IMAP)
14908                 bug #677 IMAP fetch is soooooooooooooo slow
14909         * src/folder.c
14910         * src/folder.h
14911                 Add a folder set_batch method so that
14912                 implementations can speed up flags changes
14913         * src/folderutils.c
14914         * src/summaryview.c
14915                 Use that in mark as (un)read and mark all read
14916                 Refix bug #679
14917         * src/imap.c
14918                 Implement set_batch - brings back deferred
14919                 flags in a less buggy manner. Fixes:
14920                 bug #729 IMAP immediate expunge of deleted messages
14921                 bug #191 remove list of messages with one command
14922                 Fix login with strange chars
14923                 Implement fetch_msg_full
14924                 Fix copy (wrong counts)
14925
14926 2005-06-12 [colin]      1.9.11cvs63
14927
14928         * src/folder.c
14929                 lock incorporation during long operations.
14930                 Avoids fucking up the IMAP socket.
14931
14932 2005-06-12 [colin]      1.9.11cvs62
14933
14934         * src/imap.c
14935                 Fix harmful typo
14936                 Factorize remove_all_msg
14937                 Thread-ize expunge
14938         * src/summaryview.c
14939                 Don't update partial-download status if unnecessary
14940         * src/folder.c
14941                 Use remove_msgs everywhere possible
14942
14943 2005-06-12 [colin]      1.9.11cvs61
14944
14945         * src/folder.c
14946         * src/folder.h
14947                 Add a remove_msgs function to remove a 
14948                 list of messages
14949         * src/imap.c
14950                 Implement that.
14951
14952 2005-06-12 [colin]      1.9.11cvs60
14953
14954         * src/imap.c
14955                 Remove flags-processing deferring... Too hard
14956                 to get it to work in all cases.
14957
14958 2005-06-11 [colin]      1.9.11cvs59
14959
14960         * src/imap.c
14961                 printf -> debug_print
14962
14963 2005-06-11 [colin]      1.9.11cvs58
14964
14965         * src/imap.c
14966                 o Fix build without USE_PTHREAD
14967                 o Factorize imap_open
14968                 o Alertpanel in case of impossible connection
14969                 o Alertpanel in case of impossible login
14970                 o Fix deferred flags processing to force a 
14971                   flush before adding some more flags to process,
14972                   but in another folder.
14973
14974 2005-06-10 [colin]      1.9.11cvs57
14975
14976         * src/imap.c
14977                 o Fix a format string error
14978                 o init ssl socket outside of the thread 
14979                   (it possibly invokes gtk calls)
14980         * src/procmime.c
14981                 o Put back the buffer to its necessary size
14982                 o Fix changing a file pointer without keeping
14983                   track of it (thanks Valgrind)
14984         * src/common/smtp.c
14985                 o Fix automatic STARTTLS if login should be done
14986                   and the server only allows it after starting TLS
14987         * src/gtk/gtkinputdialog.c
14988                 o Eat GDK_Return so that the combo popup doesn't 
14989                   appear when we press Enter to validate the combo
14990                   input dialog (as seen in the Open with... dialog)
14991
14992 2005-06-10 [colin]      1.9.11cvs56
14993
14994         * src/imap.c
14995                 o A bit less debug
14996                 o Fix a crash on deletion
14997                 o Threadize imap_select (it's called outside of 
14998                   threads)
14999                 o Defer treatment of DELETED flags
15000
15001
15002 2005-06-09 [colin]      1.9.11cvs55
15003
15004         * src/imap.c
15005                 Make sure we check imap_gtk_should_override(), which
15006                 potentially calls gtk stuff, before creating thread.
15007                 That way it should't be called via imap_get_session()
15008                 inside a thread.
15009
15010 2005-06-09 [colin]      1.9.11cvs54
15011
15012         * src/imap.c
15013                 o add a bit of status output
15014                 o remove some dead code
15015                 o threadize get_list_of_uids
15016                 o threadize imap_get_flags
15017                 o defer flag changing by 500ms so that they
15018                   can be batched
15019
15020
15021 2005-06-08 [colin]      1.9.11cvs53
15022
15023         * src/imap.c
15024                 Thread-ize imap_cmd_fetch
15025
15026 2005-06-08 [colin]      1.9.11cvs52
15027
15028         * src/main.c
15029                 Mmh, that broke POP3...
15030
15031 2005-06-08 [colin]      1.9.11cvs51
15032
15033         * src/main.c
15034                 Stabilize IMAP patch (thanks to Hoa)
15035
15036 2005-06-08 [colin]      1.9.11cvs50
15037
15038         * src/imap.c
15039                 Test patch to speed up imap. 
15040
15041 2005-06-08 [colin]      1.9.11cvs49
15042
15043         * src/imap_gtk.c
15044                 Warning fix
15045         * src/procmime.c
15046                 Apply patch from gentoo to use /usr/share/mime/globs if 
15047                 available, after un-breaking it
15048         * src/common/log.c
15049         * src/common/log.h
15050                 Use g_timeout for invoking hooks that possibly use gtk
15051                 calls. This should leave gtk calls in the main thread.
15052
15053 2005-06-08 [paul]       1.9.11cvs48
15054
15055         * src/codeconv.c
15056                 conv_get_outgoing_charset_str(): don't
15057                 use prefs_common setting
15058         * src/compose.c
15059         * src/compose.h
15060                 add /Options/Character encoding/... to
15061                 temporarily change the outgoing encoding
15062
15063         (belated sync with main)
15064
15065 2005-06-08 [paul]       1.9.11cvs47
15066
15067         * src/compose.c
15068                 correction to/completion of last
15069                 sync with main
15070
15071 2005-06-08 [paul]       1.9.11cvs46
15072
15073         sync with main:
15074         
15075         * src/codeconv.c
15076         * src/codeconv.h
15077                 always enabled Japanese auto-detection
15078                 if the first letters of locale string
15079                 is "ja"
15080         * src/compose.c
15081                 don't use "destroy" signal to destroy
15082                 Compose object (fix rare crashes on discard?)
15083         * src/mainwindow.c
15084         * src/messageview.c
15085         * src/prefs_send.c
15086                 added Hebrew encodings
15087         * src/sourcewindow.c
15088                 don't use "destroy" signal to destroy
15089                 objects
15090
15091 2005-06-07 [colin]      1.9.11cvs45
15092
15093         * src/summaryview.c
15094                 Add missing unlocks/locks
15095
15096 2005-06-07 [paul]       1.9.11cvs44
15097
15098         * src/summaryview.c
15099                 restore bug #749 fix
15100
15101 2005-06-06 [colin]      1.9.11cvs43
15102
15103         * src/summaryview.c
15104                 Fix selection bug when prefs_common.open_unread 
15105                 is FALSE
15106
15107 2005-06-06 [colin]      1.9.11cvs42
15108
15109         * src/common/md5.c
15110                 Fix a warning
15111         * src/summaryview.c
15112         * src/folderview.c
15113                 Factorize long operations beginning and end
15114                 (locking, freezing/thawing, cursor, ...)
15115                 Check selection->data member in selection-
15116                 related loops; this avoids dying an awful
15117                 death if the selection changes on us while
15118                 we're marking a whole IMAP folder unread, 
15119                 for example.
15120
15121 2005-06-06 [paul]       1.9.11cvs41
15122
15123         * src/textview.c
15124                 don't g_free() a static gchar buffer
15125
15126 2005-06-05 [colin]      1.9.11cvs40
15127
15128         * src/mainwindow.c
15129         * src/messageview.c
15130         * src/summaryview.c
15131                 Fix bug #749 (Show all headers should be
15132                 sticky as the GUI suggests)
15133
15134 2005-06-03 [paul]       1.9.11cvs39
15135
15136         * src/compose.c
15137                 don't allow editing of mail while sending.
15138                 patch by Colin
15139
15140 2005-06-03 [paul]       1.9.11cvs38
15141
15142         * src/folderview.c
15143                 add a freeze/thaw to speed up 'mark all read'
15144
15145 2005-06-03 [paul]       1.9.11cvs37
15146
15147         * src/prefs_message.c
15148                 reflect changes immediately
15149
15150 2005-06-02 [colin]      1.9.11cvs36
15151
15152         * po/POTFILES.in
15153                 Patch by Fabien Vantard.
15154
15155 2005-06-02 [colin]      1.9.11cvs35
15156
15157         * src/imap.c
15158                 Use a non-blocking imap_getline() if possible.
15159                 This should completely prevent the interface
15160                 from freezin on imap operations, although it
15161                 may do strange stuff in case of folder switching
15162                 while a big imap operation is taking place...
15163
15164                 In addition, fix a leak in the case thread
15165                 creation fails on connection.
15166
15167 2005-06-02 [colin]      1.9.11cvs34
15168
15169         * src/crash.c
15170         * src/prefs_common.h
15171                 Fix build (prefs_common_init() doesn't exist
15172                 anymore)
15173
15174 2005-06-02 [colin]      1.9.11cvs33
15175
15176         * src/prefs_account.c
15177                 Fix bug #245 (filtering rules broken when
15178                 renaming a remote account (imap4 or nntp)
15179
15180 2005-06-02 [colin]      1.9.11cvs32
15181
15182         * src/imap.c
15183                 Try to fix IMAP shortcomings: 
15184                 o Multithread imap_open()
15185                 o allow offline-mode overriding instead of
15186                   just returning NULL
15187         * src/imap_gtk.c
15188         * src/imap_gtk.h
15189                 Add a function to ask whether we want to
15190                 override offline-mode for 10 minutes (one-shot
15191                 asking was painful)
15192         * src/procheader.c
15193                 Fix segfault when imap parser isn't happy about
15194                 a missing {
15195
15196 2005-06-01 [colin]      1.9.11cvs31
15197
15198         * src/addrharvest.c
15199         * src/compose.c
15200         * src/mbox.c
15201         * src/mbox.h
15202         * src/mh.c
15203         * src/msgcache.c
15204         * src/send_message.c
15205         * src/setup.c
15206         * src/undo.c
15207         * src/common/hooks.c
15208         * src/common/prefs.c
15209         * src/common/template.c
15210         * src/common/utils.c
15211         * src/gtk/gtkutils.c
15212         * src/gtk/inputdialog.c
15213         * src/gtk/menu.c
15214         * src/gtk/pluginwindow.c
15215         * src/gtk/prefswindow.c
15216         * src/plugins/pgpmime/passphrase.c
15217         * src/plugins/pgpmime/prefs_gpg.c
15218                 More -Wall fixes
15219
15220         * src/common/Makefile.am
15221         * src/common/timing.h
15222                 Add basic timing code
15223
15224         * src/summaryview.c
15225                 Fix a bug with unread messages when 
15226                 re-sorting folders, and by the way
15227                 fix a big performance hit when 
15228                 re-sorting (10k mails: before 5s,
15229                 after .5s)
15230
15231         * src/prefs_compose_writing.c
15232         * src/prefs_compose_writing.h
15233         * src/prefs_message.c
15234         * src/prefs_message.h
15235         * src/prefs_other.c
15236         * src/prefs_other.h
15237         * src/prefs_quote.c
15238         * src/prefs_quote.h
15239         * src/prefs_receive.c
15240         * src/prefs_receive.h
15241         * src/prefs_send.c
15242         * src/prefs_send.h
15243         * src/prefs_summaries.c
15244         * src/prefs_summaries.h
15245                 Fix copyright banner
15246
15247 2005-06-01 [paul]       1.9.11cvs30
15248
15249         * po/fi.po
15250                 updated by Flammie Pirinen
15251         * src/procmime.c
15252                 fix 'Bad BASE64 content' output
15253
15254 2005-05-31 [colin]      1.9.11cvs29
15255
15256         * src/procmime.c
15257                 Oops, where did my hunk go.
15258
15259 2005-05-31 [colin]      1.9.11cvs28
15260
15261         * src/Makefile.am
15262         * src/account.c
15263         * src/action.c
15264         * src/addr_compl.c
15265         * src/addressbook.c
15266         * src/codeconv.c
15267         * src/compose.c
15268         * src/export.c
15269         * src/folder.c
15270         * src/folderview.c
15271         * src/image_viewer.c
15272         * src/main.c
15273         * src/mainwindow.c
15274         * src/messageview.c
15275         * src/mimeview.c
15276         * src/msgcache.c
15277         * src/prefs_account.c
15278         * src/prefs_actions.c
15279         * src/prefs_common.c
15280         * src/prefs_compose_writing.c
15281         * src/prefs_customheader.c
15282         * src/prefs_ext_prog.c
15283         * src/prefs_filtering.c
15284         * src/prefs_filtering_action.c
15285         * src/prefs_fonts.c
15286         * src/prefs_image_viewer.c
15287         * src/prefs_message.c
15288         * src/prefs_message.h
15289         * src/prefs_msg_colors.c
15290         * src/prefs_other.c
15291         * src/prefs_other.h
15292         * src/prefs_quote.c
15293         * src/prefs_receive.c
15294         * src/prefs_receive.h
15295         * src/prefs_send.c
15296         * src/prefs_send.h
15297         * src/prefs_spelling.c
15298         * src/prefs_summaries.c
15299         * src/prefs_summary_column.c
15300         * src/prefs_template.c
15301         * src/prefs_themes.c
15302         * src/prefs_toolbar.c
15303         * src/prefs_wrapping.c
15304         * src/procmime.c
15305         * src/procmsg.c
15306         * src/send_message.h
15307         * src/ssl_manager.c
15308         * src/summary_search.c
15309         * src/summaryview.c
15310         * src/textview.c
15311         * src/wizard.c
15312         * src/common/smtp.c
15313         * src/common/smtp.h
15314         * src/gtk/gtkutils.h
15315                 o Move the rest of Common prefs to new style
15316                 o Lots of -Wall warning fixes
15317                 o fix FIXME in cache memusage calculation
15318                 o Let return receipts be sent from any account
15319                 o Little cache optimisation (read)
15320                 o Fix bug #746 (don't treat commas as separators
15321                   when inside a quoted string)
15322
15323 2005-05-31 [paul]       1.9.11cvs27
15324
15325         * src/prefs_common.c
15326                 fix 'off-by-one' typo
15327
15328 2005-05-31 [paul]       1.9.11cvs26
15329
15330         * src/account.c
15331         * src/addr_compl.c
15332         * src/compose.c
15333         * src/foldersel.c
15334         * src/prefs_actions.c
15335         * src/prefs_common.c
15336         * src/prefs_common.h
15337         * src/prefs_customheader.c
15338         * src/prefs_display_header.c
15339         * src/prefs_filtering.c
15340         * src/prefs_filtering_action.c
15341         * src/prefs_matcher.c
15342         * src/prefs_summaries.c
15343         * src/prefs_summary_column.c
15344         * src/prefs_template.c
15345         * src/prefs_toolbar.c
15346         * src/ssl_manager.c
15347         * src/gtk/pluginwindow.c
15348         * src/gtk/prefswindow.c
15349         * src/gtk/progressdialog.c
15350                 add hidden prefs 'enable_rules_hint'
15351                 for gtk_tree_view_set_rules_hint()
15352                 (sync with main)
15353                 
15354
15355 2005-05-31 [colin]      1.9.11cvs25
15356
15357         * src/Makefile.am
15358         * src/main.c
15359         * src/prefs_common.c
15360         * src/prefs_summaries.c ** ADDED **
15361         * src/prefs_summaries.h ** ADDED **
15362                 Common/Display -> Display/Summaries
15363
15364 2005-05-31 [colin]      1.9.11cvs24
15365
15366         * src/Makefile.am
15367         * src/main.c
15368         * src/prefs_quote.c ** ADDED **
15369         * src/prefs_quote.h ** ADDED **
15370                 Move Common/Quote to Compose/Quoting
15371         * src/prefs_common.c
15372         * src/prefs_common.h
15373                 Remove old quote stuff, add
15374                 convenience functions for GtkTextView prefs
15375         * src/gtk/prefswindow.c
15376                 Set default height higher
15377
15378 2005-05-30 [colin]      1.9.11cvs23
15379
15380         * src/Makefile.am
15381         * src/main.c
15382         * src/prefs_common.c
15383         * src/prefs_compose_writing.c ** ADDED **
15384         * src/prefs_compose_writing.h ** ADDED **
15385                 Move Common/Compose prefs to Compose/Writing
15386
15387 2005-05-30 [colin]      1.9.11cvs22
15388
15389         * src/common/utils.c
15390                 Fix bug #651 (Confused Attract by Subject)
15391                 Patch by M. Benkmann <haferfrost@web.de>
15392         * AUTHORS
15393
15394 2005-05-30 [colin]      1.9.11cvs21
15395
15396         * src/compose.c
15397                 Fix concatenation of different headers of
15398                 the same type (bug #645)
15399         * src/prefs_folder_item.c
15400                 Fix bug #699 (setting color to black doesn't
15401                 work immediately)
15402         * src/procmime.c
15403                 Print out decoding error only once per
15404                 block
15405
15406 2005-05-30 [paul]       1.9.11cvs20
15407
15408         * src/common/template.c
15409                 fix Bcc
15410
15411 2005-05-30 [paul]       1.9.11cvs19
15412
15413         * doc/src/rfc2368.txt   **NEW FILE**
15414         * src/compose.c
15415                 compose_entries_set(): don't interpret Bcc
15416                 header field (conform to RFC 2368)
15417                 (sync with main)
15418
15419 2005-05-29 [colin]      1.9.11cvs18
15420
15421         * src/prefs_common.c
15422                 Let the default reply format respect
15423                 netiquette by cutting the signature.
15424
15425 2005-05-29 [colin]      1.9.11cvs17
15426
15427         * src/summaryview.c
15428                 Don't let always_show_msg override
15429                 open_unread_on_enter when opening a new
15430                 directory.
15431
15432 2005-05-27 [paul]       1.9.11cvs16
15433
15434         sync with main:
15435
15436         * src/main.c
15437                 app_will_exit(): cleanup tmp directory when exit
15438         * src/message_search.c
15439                 improved the interface and made code cleanup.
15440                 removed Clear button
15441         * src/send_message.c
15442                 send_message_local(): use GSpawn, and detect errors
15443         * src/summary_search.c
15444                 improved the interface and made code cleanup
15445         * src/textview.c
15446                 textview_write_link(): also skip non-ascii space
15447                  at the head of link strings (phishing check
15448                  didn't work at the case)
15449         * src/common/utils.c
15450                 get_command_output(): use g_spawn_command_line_sync()
15451                 instead of popen()
15452
15453 2005-05-26 [colin]      1.9.11cvs15
15454
15455         * src/folder.c
15456                 remove printf
15457
15458 2005-05-26 [colin]      1.9.11cvs14
15459
15460         * src/common/nntp.c
15461                 Fix nntp mode reader (bug #611)
15462                 Patch by Florian Mickler <florian@mickler.org>
15463
15464 2005-05-26 [colin]      1.9.11cvs13
15465
15466         * src/plugins/pgpmime/passphrase.c
15467                 Fix mouse grabbing (bug #557)
15468
15469 2005-05-26 [colin]      1.9.11cvs12
15470
15471         * src/prefs_themes.c
15472                 Fix g_warning (bug #541)
15473
15474 2005-05-26 [colin]      1.9.11cvs11
15475
15476         * src/prefs_actions.c
15477         * src/prefs_template.c
15478                 Fix bug #506 (no warning if action/template
15479                 is not saved)
15480         * src/common/template.c
15481                 Fix a possible crash
15482
15483 2005-05-26 [colin]      1.9.11cvs10
15484
15485         * src/folder.c
15486         * src/folderview.c
15487         * src/procmsg.c
15488         * src/summaryview.c
15489                 Forbid locked messages to be moved or
15490                 deleted. Locked messages in trashes 
15491                 still get deleted, for performance
15492                 reason (mh.c::mh_remove_all_msgs)
15493
15494 2005-05-25 [colin]      1.9.11cvs9
15495
15496         * src/procmime.c
15497                 Use correct encoding when sending mails
15498                 with attachments that have accentued 
15499                 chars in their name
15500
15501 2005-05-24 [colin]      1.9.11cvs8
15502
15503         * src/summaryview.c
15504                 Fix bug #688 f) read/unread marker not
15505                 changed on first click
15506                 Also, optimize summary_status_show()
15507                 calls
15508         * src/folder.c
15509         * src/inc.c
15510         * src/procmime.c
15511                 Fix bug #688 b) and c) wrt message
15512                 attachments and signature
15513         * src/stock_pixmap.c
15514         * src/stock_pixmap.h
15515         * src/stock_pixmap.c
15516         * src/stock_pixmap.h
15517         * src/Makefile.am
15518         * src/pixmaps/clip_gpg_signed.xpm
15519                 Add clip/signed icon
15520
15521 2005-05-24 [colin]      1.9.11cvs7
15522
15523         * src/folder_item_prefs.c
15524                 whitespace fix
15525
15526 2005-05-24 [colin]      1.9.11cvs6
15527
15528         * src/folderview.c
15529         * src/prefs_common.c
15530         * src/prefs_common.h
15531                 Add a confirmation to folder drag and drop
15532                 fixes bug #156
15533         * src/alertpanel.c
15534         * src/alertpanel.h
15535                 fix _with_disable parameters so that
15536                 the buttons labels are specifiable too
15537         * src/plugins/pgpmime/sgpgme.c
15538                 reflect said change
15539                 
15540
15541 2005-05-24 [colin]      1.9.11cvs5
15542
15543         * src/folderview.c
15544                 Uncollapse/collapse folders on double-click
15545                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15546                 closes bug #108
15547
15548 2005-05-23 [colin]      1.9.11cvs4
15549
15550         * src/common/socket.c
15551                 Check another special SSL_peek() error.
15552                 Should help wrt bug #728
15553
15554 2005-05-23 [colin]      1.9.11cvs3
15555
15556         * src/plugins/pgpmime/pgpmime.c
15557                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
15558                 breaking menu accelerators and stuff. Users will have to
15559                 reselect "PGP MIME" instead of "PGP/MIME" in their 
15560                 account's privacy preferences if needed.
15561
15562 2005-05-22 [paul]
15563
15564         * tools/kdeservicemenu/install.sh
15565                 use kdesu to prompt for root password if doing
15566                 global install/uninstall
15567
15568 2005-05-20 [colin]      1.9.11cvs2
15569
15570         * src/procmsg.c
15571                 Fix another compilation error with gcc-2.9x
15572                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
15573         * src/send_message.c
15574                 Don't send QUIT if we aren't connected
15575
15576 2005-05-19 [colin]      1.9.11cvs1
15577
15578         * src/procmsg.c
15579                 Fix compilation with gcc 2.9x
15580
15581 2005-05-19 [paul]       1.9.11
15582
15583         1.9.11 released
15584
15585 2005-05-19 [paul]       1.9.9cvs14
15586
15587         * src/gtk/inputdialog.c
15588                 prevent gettext warning
15589
15590 2005-05-19 [paul]       1.9.9cvs13
15591
15592         * src/mainwindow.c
15593         * src/prefs_common.c
15594         * src/prefs_common.h
15595         * src/textview.c
15596         * src/textview.h
15597                 add an option to toggle cursor in message
15598                 view (sync with main)
15599
15600 2005-05-18 [colin]      1.9.9cvs12
15601
15602         * src/compose.c
15603                 Dereference freed pointer
15604         * src/gtk/gtkaspell.c
15605                 Fix duplication of dictionaries (is it an aspell issue?)
15606
15607 2005-05-18 [colin]      1.9.9cvs11
15608
15609         * src/gtk/inputdialog.c
15610         * src/gtk/gtkaspell.c
15611                 HIGuify dialogs
15612         * src/alertpanel.c
15613                 Remove a double call
15614
15615 2005-05-17 [colin]      1.9.9cvs10
15616
15617         * src/gtk/gtkaspell.c
15618                 Fix dialogs, Ctrl-Enter accel
15619
15620 2005-05-17 [colin]      1.9.9cvs9
15621
15622         * src/gtk/gtkaspell.c
15623                 Fix some accelerators, escape in replace-window
15624
15625 2005-05-16 [colin]      1.9.9cvs8
15626
15627         * src/gtk/gtkaspell.c
15628                 Revert last commit, it was a mistake.
15629
15630 2005-05-16 [colin]      1.9.9cvs7
15631
15632         * src/gtk/gtkaspell.c
15633                 Remove buggy code while we're at it. It's a 
15634                 dead code path anyway.
15635
15636 2005-05-16 [colin]      1.9.9cvs6
15637
15638         * src/gtk/gtkaspell.c
15639                 Missed some gtk_menu_popup where deactivate
15640                 signal should be handled. Should fix bug
15641                 #629 a bit more.
15642
15643 2005-05-16 [colin]      1.9.9cvs5
15644
15645         * src/gtk/gtkaspell.c
15646                 Remove debug printf()s
15647
15648 2005-05-16 [colin]      1.9.9cvs4
15649
15650         * src/gtk/gtkaspell.c
15651                 Fix a bit aspell problems
15652                 (see bug #629)
15653
15654 2005-05-13 [colin]      1.9.9cvs3
15655
15656         * src/folderview.c
15657                 Fix the + appearing even when no subfolders
15658                 have unread messages. Thanks to wwp for the
15659                 bug report.
15660
15661 2005-05-11 [paul]       1.9.9cvs2
15662
15663         * src/folderview.c
15664                 correction to 1.9.9cvs1, only colour folders that
15665                 have new msgs (not unread msgs)
15666
15667 2005-05-10 [colin]      1.9.9cvs1
15668
15669         * src/folderview.c
15670         * src/summaryview.c
15671                 Try to fix bolding bugs again.
15672
15673 2005-05-09 [paul]
15674
15675         * tools/claws.i18n.status.pl
15676                 add Ricardo Mones Lastra's script that has been providing
15677                 the i18n status page for many months
15678
15679 2005-05-09 [paul]       1.9.9
15680
15681         1.9.9 release
15682
15683 2005-05-09 [paul]       1.9.6cvs58
15684
15685         * AUTHORS
15686         * INSTALL
15687         * README.claws
15688                 updated
15689         * Makefile.am 
15690         * RELEASE_NOTES.claws
15691                 add release notes to cvs to simplify release
15692                 procedure
15693         * configure.ac
15694                 add ca and fi to ALL_LINGUAS
15695         * po/Makefile.in.in
15696                 workaround for missing Makevars
15697         * po/ca.po
15698         * po/fi.po
15699                 add new Catalan and Finnish translations
15700                 submitted by Miquel Oliete and Flammie Pirinen
15701         * po/de.po
15702         * po/es.po
15703         * po/fr.po
15704         * po/it.po
15705         * po/pl.po
15706         * po/ru.po
15707         * po/sk.po
15708         * po/sr.po
15709         * po/zh_CN.po
15710                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
15711                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
15712                 Urke MMI, and Hansom Young
15713         * src/main.c
15714                 Fix drafting when quitting. compose_draft() closes the
15715                 compose windows, which modifies the compose_list GSList.
15716                 We have to refresh this list after echo drafting to avoid a
15717                 segfault
15718         * src/partial_download.c
15719                 fix segfault on exit
15720
15721 2005-05-06 [paul]       1.9.6cvs57
15722
15723         * src/grouplistdialog.c
15724                 quick fix/workaround for unresizeable newsgroup
15725                 name column 
15726
15727 2005-05-06 [paul]       1.9.6cvs56
15728
15729         * src/inc.c
15730         * src/mainwindow.c
15731                 use gettext plural forms
15732         * src/imap_gtk.c
15733         * src/mh_gtk.c
15734         * src/toolbar.c
15735                 small improvement to english usage
15736
15737 2005-05-05 [thorsten]   1.9.6cvs55
15738
15739         * src/folder.c
15740                 fix possible crash
15741
15742 2005-05-05 [paul]       1.9.6cvs54
15743         
15744         sync with HEAD
15745
15746         * AUTHORS
15747         * src/compose.c
15748                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
15749                 patch by Tim Mann
15750
15751 2005-05-05 [paul]       1.9.6cvs53
15752
15753         * src/mainwindow.c
15754                 fix resizing of separate message and
15755                 folder views
15756
15757 2005-05-05 [paul]       1.9.6cvs52
15758
15759         * src/account.c
15760         * src/addrgather.c
15761         * src/browseldap.c
15762         * src/exphtmldlg.c
15763         * src/expldifdlg.c
15764         * src/importmutt.c
15765         * src/importpine.c
15766         * src/main.c
15767         * src/mainwindow.c
15768         * src/noticeview.c
15769         * src/prefs_filtering.c
15770         * src/prefs_filtering_action.c
15771         * src/prefs_matcher.c
15772         * src/prefs_spelling.c
15773         * src/prefs_toolbar.c
15774         * src/toolbar.c
15775         * src/wizard.c
15776         * src/gtk/description_window.c
15777         * src/gtk/gtkvscrollbutton.c
15778         * src/gtk/progressdialog.c
15779         * src/gtk/quicksearch.c
15780         * src/plugins/pgpmime/prefs_gpg.c
15781         * src/plugins/spamassassin/spamassassin_gtk.c
15782                 replace deprecated gtk_widget_set_usize
15783
15784 2005-05-04 [colin]      1.9.6cvs51
15785
15786         * src/common/utils.c
15787                 Fix crash when subst_for_filename is called
15788                 with a NULL parameter
15789
15790 2005-05-04 [colin]      1.9.6cvs50
15791
15792         * src/partial_download.c
15793         * src/pop.c
15794                 Escape login when writing uidl file
15795                 fixes bug #736
15796
15797 2005-05-03 [colin]      1.9.6cvs49
15798
15799         * src/procmime.c
15800                 Fix possible DOS in mime parser
15801                 (see bug #634)
15802
15803 2005-05-02 [colin]      1.9.6cvs48
15804
15805         * src/compose.c
15806                 Try to fix the copy/paste mess once again.
15807
15808
15809 2005-04-30 [colin]      1.9.6cvs47
15810
15811         * src/prefs_account.h
15812         * src/procmsg.c
15813         * src/send_message.c
15814         * src/common/smtp.c
15815         * src/common/smtp.h
15816                 Try to batch sending mails (per account) instead of
15817                 reconnecting to server every time.
15818
15819 2005-04-29 [colin]      1.9.6cvs46
15820
15821         * src/messageview.c
15822                 Fix window resizing that refused to size down
15823         * src/prefs_common.c
15824         * src/prefs_common.h
15825         * src/prefs_filtering.c
15826                 Save Filtering's window size
15827
15828 2005-04-21 [paul]       1.9.6cvs45
15829
15830         * ChangeLog-gtk2.claws
15831         * src/setup.c
15832                 correction to sync
15833
15834 2005-04-21 [paul]       1.9.6cvs44
15835
15836         sync with main:
15837
15838         * src/setup.c
15839         * src/statusbar.c
15840         * src/statusbar.h
15841                 use gtkut_widget_draw_now(). Improved performance
15842                 of the update of statusbar
15843         * src/textview.c
15844                 textview_smooth_scroll_do(): redraw it after scroll
15845                 is done (fixed incorrect display when a part of the
15846                 view is hidden).
15847         * src/gtk/gtkutils.c
15848         * src/gtk/gtkutils.h
15849                 gtkut_widget_draw_now(): use gdk_window_process_updates()
15850                 to force update of widgets.
15851                 Removed gtkut_widget_wait_for_draw() which had a big
15852                 overhead  because of waiting for all events processed 
15853
15854 2005-04-20 [paul]       1.9.6cvs43
15855
15856         * src/codeconv.c
15857                 complete 1.9.6cvs42's sync:
15858                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
15859
15860 2005-04-19 [paul]       1.9.6cvs42
15861
15862         sync with main:
15863
15864         * src/action.c
15865                 catch_output(): correctly select the insert text
15866                 (fix invalid iterator warnings).
15867         * src/codeconv.c
15868         * src/codeconv.h
15869         * src/mainwindow.c
15870         * src/messageview.c
15871         * src/prefs_common.c
15872                 support GBK encoding.
15873         * src/common/session.c
15874         * src/common/session.h
15875                 use separate buffer for large data to be sent,
15876                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
15877
15878 2005-04-18 [paul]       1.9.6cvs41
15879
15880         * src/jpilot.c
15881                 convert unsigned long into guint32
15882                 patch by Paul LeoNerd Evans 
15883
15884 2005-04-17 [colin]      1.9.6cvs40
15885
15886         * src/compose.c
15887                 Fix 'Request return receipt' from folder
15888                 properties (bug #708)
15889
15890 2005-04-17 [colin]      1.9.6cvs39
15891
15892         * src/mainwindow.c
15893                 Fix duplicate hotkeys in Mainwindow's menu
15894
15895 2005-04-17 [colin]      1.9.6cvs38
15896
15897         * src/folderview.c
15898                 Fix duplicate hotkeys in Folderview's contextual
15899                 menu
15900
15901 2005-04-15 [colin]      1.9.6cvs37
15902
15903         * src/summaryview.c
15904                 Fix 'Save as...' with non-ascii filenames
15905
15906 2005-04-15 [colin]      1.9.6cvs36
15907
15908         * src/plugins/pgpmime/pgpmime.c
15909                 Fix bus error on 64bit. Spotted by 
15910                 macallan1888@gmail.com
15911
15912 2005-04-15 [colin]      1.9.6cvs35
15913
15914         * src/prefs_account.c
15915                 Fix cvs34.
15916
15917 2005-04-12 [colin]      1.9.6cvs34
15918
15919         * src/prefs_account.c
15920                 Fix smtp auth type off-by-one. We forgot to
15921                 add PLAIN in the prefs-to-gui setter func and
15922                 as a result, the selected auth when opening
15923                 account prefs was not the correct one.
15924
15925 2005-04-12 [paul]       1.9.6cvs33
15926
15927         * src/inc.c
15928                 if the recv dialog is visible, Cancel only
15929                 cancels the current account
15930
15931
15932 2005-04-10 [colin]      1.9.6cvs32
15933
15934         * src/filtering.c
15935                 Copy score when copying FilteringActions
15936                 Fix bug #674
15937
15938 2005-04-10 [colin]      1.9.6cvs31
15939
15940         * src/inc.c
15941                 Make Message -> Receive -> Cancel cancel 
15942                 incorporation on all accounts. Fixes
15943                 bug #693
15944
15945 2005-04-10 [colin]      1.9.6cvs30
15946
15947         * src/prefs_account.c
15948                 Update Privacy checkbuttons status based
15949                 on the selected privacy system
15950         * src/compose.c
15951                 Always connect the "None" privacy system; the
15952                 static boolean was probably there to avoid
15953                 reconnecting twice in the same compose window,
15954                 but as the parent function is only called once
15955                 per compose, it's only a bug - as a static is
15956                 initialized once per application instance.
15957                 Also, don't uncheck Sign and Encrypt when
15958                 selecting None as privacy system; just ignore
15959                 them when sending/queuing.
15960                 Should fix bug #695
15961
15962 2005-04-08 [colin]      1.9.6cvs29
15963
15964         * src/account.c
15965         * src/prefs_account.c
15966         * src/prefs_account.h
15967                 Add account preference to queue message in a certain
15968                 folder.
15969
15970 2005-04-06 [colin]      1.9.6cvs28
15971
15972         * src/prefs_account.c
15973                 Update old inbox path syntax
15974
15975 2005-04-06 [paul]       1.9.6cvs27
15976
15977         sync with main:
15978
15979         * configure.ac
15980                 changed -traditional-cpp to -no-cpp-precomp for newer
15981                 Mac OS X support
15982         * src/foldersel.c
15983                 made column resize automatically
15984         * src/send_message.c
15985                 send_message_smtp(): consider EOF right after QUIT
15986                 successful (workaround for Gmail SMTP server)
15987         * src/common/socket.c
15988                 ssl_read(), ssl_peek(): check EOF which violates the
15989                 SSL protocol
15990         * src/gtk/colorlabel.c
15991                 removed warnings when displaying colorlabel menu
15992                 (don't use GtkAlignment)
15993
15994 2005-04-05 [paul]       1.9.6cvs26
15995
15996         * src/plugins/trayicon/trayicon.c
15997                 fix clipping of icon under KDE3 
15998
15999 2005-04-05 [paul]       1.9.6cvs25
16000
16001         * src/summaryview.c
16002                 hide display of threading
16003                 patch by Alfons
16004
16005 2005-04-04 [thorsten]   1.9.6cvs24
16006
16007         * src/mh.c
16008                 marks lost on filesystems with different stat() results on
16009                 summer-/wintertime
16010
16011 2005-04-03 [colin]      1.9.6cvs23
16012
16013         * src/summaryview.c
16014                 Don't handle up/down. Patch by Alfons
16015
16016 2005-04-02 [colin]      1.9.6cvs22
16017
16018         * src/summaryview.c
16019                 Make scrolling faster. Patch by Alfons.
16020
16021 2005-04-01 [colin]      1.9.6cvs21
16022
16023         * src/Makefile.am
16024         * src/stock_pixmap.c
16025         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16026         * src/pixmaps/dir_noselect.xpm ** ADDED **
16027                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16028
16029 2005-04-01 [colin]      1.9.6cvs20
16030
16031         * src/image_viewer.c
16032         * src/image_viewer.h
16033         * src/procmime.c
16034         * src/procmime.h
16035         * src/textview.c
16036         * src/textview.h
16037                 Implement inline image resizing and right-clicking
16038
16039 2005-04-01 [paul]       1.9.6cvs19
16040
16041         * AUTHORS
16042         * Makefile.am
16043         * configure.ac
16044                 check for gnome2
16045                 patch by Luca Cavalli <loopback<AT>slackit.org>
16046         * po/ru.po
16047                 updated by Pavlo Bohmat
16048
16049 2005-03-31 [colin]      1.9.6cvs18
16050
16051         * src/news.c
16052                 Fix parsing references
16053         * src/msgcache.c
16054                 don't put nulls in the references list
16055         * src/procheader.c
16056                 commit that forgotten file in 1.9.6cvs14
16057
16058 2005-03-31 [colin]      1.9.6cvs17
16059
16060         * src/compose.c
16061                 Fix joining of signature separator again. 
16062                 Maybe Hiro could put it in main too...
16063
16064 2005-03-31 [colin]      1.9.6cvs16
16065
16066         * src/Makefile.am
16067         * src/foldersel.c
16068         * src/stock_pixmap.c
16069         * src/stock_pixmap.h
16070         * src/pixmaps/dir-noselect.xpm
16071                 Update foldersel.c (sync from main, patch by Alfons)
16072
16073 2005-03-30 [colin]      1.9.6cvs15
16074
16075         * src/imap.c
16076                 Fix handling of imap folders containing [] in 
16077                 their name. Thanks to Nahuel Angelinetti for
16078                 the detailed bugreport.
16079
16080 2005-03-30 [colin]      1.9.6cvs14
16081
16082         * src/common/utils.h
16083         * src/common/utils.c
16084         * src/common/defs.h
16085         * src/matcher.c
16086         * src/msgcache.c
16087         * src/news.c
16088         * src/procmsg.c
16089         * src/procmsg.h
16090         * src/quote_fmt_parse.y
16091         * src/summaryview.c
16092                 Update references system. Patch by Alfons
16093
16094 2005-03-30 [colin]      1.9.6cvs13
16095
16096         * src/common/socket.c
16097                 Force the glibc to read resolv.conf again when 
16098                 it has changed. Should fix issues when changing
16099                 networks on a laptop and not restarting sylpheed. 
16100
16101 2005-03-30 [paul]       1.9.6cvs12
16102
16103         partial sync with main:
16104
16105         * src/action.c
16106                 create_io_dialog(): use user-defined text font
16107                 (thanks to Alfons), and modified its appearance.
16108         * src/addrgather.c
16109         * src/addrharvest.c
16110         * src/browseldap.c
16111                 replace old code
16112         * src/compose.c
16113                 don't join (presumably) itemized lines on line-wrapping
16114                 fixed wrapping of quote when auto-wrapping is enabled
16115                 compose_destroy(): destroy paned only if it's not
16116                 attached to window. Fixed memory leak of popup menu.
16117         * src/exphtmldlg.c
16118         * src/expldifdlg.c
16119                 replace old code
16120         * src/html.c
16121         * src/html.h
16122         * src/importmutt.c
16123         * src/importpine.c
16124                 replace old code
16125         * src/main.c
16126                 removed redundant code
16127         * src/mainwindow.c
16128                 changed 'Code set' (which is rather incorrect)
16129                 in the menu to 'Character encoding'
16130                 main_window_set_widgets(): request size first
16131                 to prevent window size becoming wrong
16132                 fixed remembering of the state of the visibility
16133                 of MessageView
16134         * src/messageview.c
16135                 changed 'Code set' (which is rather incorrect)
16136                 in the menu to 'Character encoding'
16137         * src/prefs_common.c
16138         * src/prefs_common.h
16139                 added an option whether to render HTML as text or not
16140                 added separators to outgoing encoding menu
16141         * src/procheader.c
16142                 procheader_scan_date_string(): support header
16143                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16144         * src/summaryview.c
16145         * src/summaryview.h
16146                 minor code cleanup
16147         * src/textview.c
16148                 textview_show_html(): force output of newline
16149                 added an option whether to render HTML as text or not
16150         * src/common/utils.c
16151                 strncpy2(): optimized based on Alfons' code
16152         * src/gtk/gtkutils.c
16153         * src/gtk/gtkutils.h
16154                 removed non-used code
16155         * src/plugins/pgpmime/passphrase.c
16156                 partially fixed grab input of passphrase dialog
16157                 Confine pointer to window
16158
16159 2005-03-30 [colin]      1.9.6cvs11
16160
16161         * src/msgcache.c
16162         * src/msgcache.h
16163                 Read/write 32bit ints from cache & marks
16164                 From main.
16165
16166 2005-03-29 [paul]       1.9.6cvs10
16167
16168         * AUTHORS
16169         * ChangeLog.claws
16170         * src/compose.c
16171         * src/gtk/gtkaspell.c
16172                 sync with HEAD (don't pass NULL pointers) 
16173
16174 2005-03-24 [paul]
16175
16176         * tools/Makefile.am
16177         * tools/README
16178         * tools/acroread2sylpheed.pl
16179                 sync with HEAD (add script to send pdfs as
16180                 attachments from Adobe Reader 7)
16181
16182 2005-03-21 [paul]       1.9.6cvs9
16183
16184         * configure.ac
16185         * po/POTFILES.in
16186         * src/Makefile.am
16187         * src/crash.c
16188         * src/image_viewer.c ** ADDED **
16189         * src/image_viewer.h ** ADDED **
16190         * src/main.c
16191         * src/prefs_common.c
16192         * src/prefs_common.h
16193         * src/prefs_image_viewer.c ** ADDED **
16194         * src/prefs_image_viewer.h ** ADDED **
16195         * src/textview.c
16196         * src/gtk/about.c
16197         * src/pixmaps/sylpheed_logo.xpm
16198         * src/plugins/Makefile.am
16199         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16200         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16201         * src/plugins/image_viewer/plugin.c ** REMOVED **
16202         * src/plugins/image_viewer/viewer.c ** REMOVED **
16203         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16204         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16205         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16206         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16207         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16208                 as gdk-pixbuf is now built-in
16209                 remove image_viewer plugin and put code back into
16210                 main codebase
16211                 implement inline image display (sync with main)
16212
16213                 replace logo with newer, nicer, larger version  
16214
16215 2005-03-21 [paul]       1.9.6cvs8
16216
16217         * src/gtk/about.c
16218                 cosmetic improvement
16219
16220 2005-03-21 [holger]     1.9.6cvs7
16221
16222         * src/plugins/spamassassin/spamassassin.c
16223                 Sync with HEAD
16224                 (unregister hook on failed plugin init)
16225
16226 2005-03-20 [colin]      1.9.6cvs6
16227
16228         * src/common/plugin.c
16229                 Check that plugin isn't already loaded
16230                 Patch by Alfons
16231
16232 2005-03-20 [thorsten]   1.9.6cvs5
16233
16234         * src/compose.c
16235                 use a more compatible syntax
16236
16237 2005-03-20 [thorsten]   1.9.6cvs4
16238
16239         * src/prefs_toolbar.c
16240                 fix crash when selecting toolbar item (uninitialized pointer)
16241
16242 2005-03-20 [thorsten]   1.9.6cvs3
16243
16244         * src/procmime.c
16245                 fix mimetype detection (referenced free()d string)
16246
16247 2005-03-20 [paul]       1.9.6cvs2
16248
16249         * src/compose.c
16250                 sync with HEAD (1.0.3cvs5)
16251                 neglect Reply-To header if empty
16252                 Patch by Alfons 
16253
16254 2005-03-19 [holger]     1.9.6cvs1
16255
16256         * src/summaryview.c
16257         * src/summaryview.h
16258                 Sync with HEAD
16259
16260 2005-03-18 [paul]       1.9.6
16261
16262         initial GTK2 release
16263
16264 2005-03-18 [paul]       1.0.3cvs3.1
16265
16266         * AUTHORS
16267         * ChangeLog.claws
16268         * configure.ac
16269         * src/gtk/about.c
16270         * src/pixmaps/sylpheed_logo.xpm
16271                 sync with HEAD
16272
16273 2005-03-18 [colin]      1.0.3cvs2.6
16274
16275         * src/summaryview.c
16276                 Remove call to summary_step in summary_copy_selected_to
16277                 Can't see its purpose, and this causes bug when copying
16278                 a message if the next one is unread: it reads it.
16279
16280 2005-03-18 [paul]       1.0.3cvs2.5
16281
16282         * src/foldersel.c
16283                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16284
16285 2005-03-18 [paul]       1.0.3cvs2.4
16286
16287         * src/addrharvest.c
16288         * src/codeconv.c
16289         * src/codeconv.h
16290         * src/compose.c
16291         * src/news.c
16292         * src/procheader.c
16293         * src/procmime.c
16294         * src/unmime.c
16295         * src/unmime.h
16296                 fix buffer overflow, CAN-2005-0667, see
16297                 http://secunia.com/advisories/14491/
16298                 Patch by Alfons
16299
16300 2005-03-17 [colin]      1.0.3cvs2.3
16301
16302         * src/prefs_fonts.c
16303         * src/summaryview.c
16304                 Fix font bugs (both lists now officialy share 
16305                 the same font)
16306                 
16307
16308 2005-03-17 [paul]       1.0.3cvs2.2
16309
16310         * src/gtk/pluginwindow.c
16311                 make plugin descriptions uneditable
16312
16313 2005-03-11 [paul]       1.0.3cvs2.1
16314
16315         * ChangeLog.claws
16316         * configure.ac
16317         * po/POTFILES.in
16318         * src/plugins/trayicon/trayicon.c
16319                 sync with HEAD
16320                 add src/wizard.c to POTFILES.in
16321
16322 2005-03-11 [paul]       1.0.3cvs1.1
16323
16324         * ChangeLog
16325         * ChangeLog.claws
16326         * configure.ac
16327         * po/de.po
16328         * po/es.po
16329         * po/fr.po
16330         * po/it.po
16331         * po/pt_BR.po
16332         * po/ru.po
16333         * po/sk.po
16334         * po/sr.po
16335         * po/zh_CN.po
16336                 sync with HEAD
16337
16338 2005-03-04 [colin]      1.0.1cvs22.2
16339
16340         * src/compose.c
16341                 Fix signatures with accentued chars in it
16342
16343 2005-03-04 [colin]      1.0.1cvs22.1
16344
16345         * src/common/smtp.c
16346         * src/common/smtp.h
16347                 Don't use SIZE param in MAIL FROM: if server 
16348                 doesn't support it. Patch by Eugen Freiter
16349                 <eugen_f@users.sf.net>
16350
16351 2005-02-27 [paul]       1.0.1cvs20.1
16352
16353         * ChangeLog.claws
16354         * configure.ac
16355         * src/messageview.c
16356                 sync with HEAD
16357
16358 2005-02-27 [colin]      1.0.1cvs19.4
16359
16360         * src/procheader.c
16361         * src/procheader.h
16362                 Fix prototypes. Patch by Alfons
16363
16364 2005-02-27 [colin]      1.0.1cvs19.3
16365
16366         * src/compose.c
16367                 Don't auto-join the signature separator.
16368
16369 2005-02-26 [colin]      1.0.1cvs19.2
16370
16371         * src/summaryview.c
16372                 Fix 'mark all read' with collapsed threads.
16373                 Patch by Alfons.
16374
16375 2005-02-25 [paul]       1.0.1cvs19.1
16376
16377         * ChangeLog.claws
16378         * configure.ac
16379         * src/prefs_account.c
16380         * src/prefs_folder_item.c
16381         * src/gtk/prefswindow.c
16382         * src/gtk/prefswindow.h
16383                 sync with HEAD
16384
16385 2005-02-25 [paul]       1.0.1cvs15.12
16386
16387         * src/alertpanel.c
16388         * src/codeconv.c
16389         * src/compose.c
16390         * src/textview.c
16391         * src/gtk/gtkutils.c
16392         * src/gtk/gtkutils.h
16393         * src/gtk/logwindow.c
16394         * src/gtk/progressdialog.c
16395                 sync with main (revision 127)
16396                 and fix logwindow clipping
16397
16398 2005-02-24 [colin]      1.0.1cvs15.11
16399
16400         * src/plugins/pgpmime/passphrase.c
16401                 Disable input grabbing; it doesn't work yet.
16402
16403 2005-02-24 [colin]      1.0.1cvs15.10
16404
16405         * src/messageview.c
16406                 Don't send out receipts if offline. Ask.
16407
16408 2005-02-23 [colin]      1.0.1cvs15.9
16409
16410         * src/summaryview.c     
16411                 Fix expanding
16412
16413 2005-02-23 [colin]      1.0.1cvs15.8
16414
16415         * src/summaryview.c
16416                 Really fix Bug 568 by removing useless
16417                 calls. summary_thread_init() now called
16418                 in summary_sort(). This should please
16419                 Alfons as it should be faster than 
16420                 previously.
16421
16422 2005-02-23 [colin]      1.0.1cvs15.7
16423
16424         * src/compose.c
16425                 Encode parts as QP or B64 if signing
16426
16427 2005-02-23 [colin]      1.0.1cvs15.6
16428
16429         * src/compose.c
16430                 Fix Mimeinfo leakage (including tmp files)
16431         * src/procmsg.c
16432                 Fix tmp file leakage (spotted by Ivan Rayner)
16433
16434 2005-02-22 [colin]      1.0.1cvs15.5
16435
16436         * src/expldifdlg.c
16437                 Fix keyboard input. Patch by Alfons.
16438
16439 2005-02-21 [colin]      1.0.1cvs15.4
16440
16441         * src/compose.c
16442                 Fix Sign/Encrypt when unselecting privacy
16443                 system
16444         * src/prefs_common.c
16445                 Change default message font to Monospace
16446         * src/summaryview.c
16447                 More freezing during potentially large operations
16448
16449 2005-02-21 [paul]       1.0.1cvs15.3
16450
16451         * src/main.c
16452                 fix --help output
16453
16454 2005-02-21 [paul]       1.0.1cvs15.2
16455
16456         * po/Makefile.in.in
16457         * src/compose.c
16458         * src/summaryview.c
16459         * src/textview.c
16460         * src/common/utils.c
16461         * src/common/utils.h
16462                 sync with main (revision 117)
16463
16464 2005-02-20 [colin]      1.0.1cvs15.1
16465
16466         * src/common/defs.h
16467                 Change cache file to .sylpheed_claws_cache, as
16468                 suggested by Alfons. Allows people to switch
16469                 between Sylpheed and Sylpheed-Claws. it is
16470                 a good idea to "Check for new messages" at next
16471                 startup.
16472
16473
16474 2005-02-18 [colin]      1.0.1cvs14.1
16475
16476         * src/quote_fmt_lex.l
16477         * src/quote_fmt_parse.y
16478                 Fix parser initialisation. Patch by Ivan.
16479
16480 2005-02-18 [colin]      1.0.1cvs11.6
16481
16482         * src/folderview.c
16483                 Fix scrolldown (bug 662)
16484
16485 2005-02-17 [colin]      1.0.1cvs11.5
16486
16487         * src/codeconv.c
16488                 conv_filename_to_utf8: return clean 7bit instead
16489                 of broken utf8 if needed
16490         * src/mimeview.c
16491                 Fix display of parts with unclean 8bit names
16492
16493 2005-02-17 [paul]       1.0.1cvs11.4
16494
16495         * src/compose.c
16496         * src/exportldif.c
16497         * src/matcher_parser_parse.y
16498         * src/procmime.c
16499         * src/sourcewindow.c
16500         * src/common/Makefile.am
16501         * src/common/intl.h             ** REMOVED **
16502         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16503                 sync with main (revision 109)
16504                 and clean up
16505
16506 2005-02-16 [colin]      1.0.1cvs11.3
16507
16508         * src/summaryview.c
16509                 Fix collapsed thread not highlighting when new
16510                 messages in it (Bug 568) Patch by Stephan Sachse.
16511                 Fix messed up selection when reaching bounds (Bug 632)
16512         * src/prefs_themes.c
16513                 Fix theme installing (Bug 684)
16514
16515 2005-02-16 [colin]      1.0.1cvs11.2
16516
16517         * src/messageview.c
16518                 Fix messageview_select_all
16519
16520 2005-02-16 [colin]      1.0.1cvs11.1
16521
16522         * src/mh.c
16523                 Sync with HEAD (MH scan required function)
16524
16525 2005-02-15 [colin]      1.0.1cvs8.1
16526
16527         * src/mimeview.c
16528         * src/common/utils.c
16529                 Sync with HEAD (filename chars substitution)
16530
16531 2005-02-15 [colin]      1.0.1cvs7.3
16532
16533         * src/gtk/pluginwindow.c
16534                 Fix button spacing
16535
16536 2005-02-15 [colin]      1.0.1cvs7.2
16537
16538         * src/mimeview.c
16539                 Fix mime icons not reset across message when
16540                 scrolled down
16541
16542 2005-02-15 [colin]      1.0.1cvs7.1
16543
16544         * src/compose.c
16545         * src/procmime.c
16546                 Sync with HEAD (optimisation of cvs6)
16547
16548 2005-02-14 [colin]      1.0.1cvs6.1
16549
16550         * src/compose.c
16551         * src/procmime.c
16552                 Sync with HEAD (encode "From " at line beginning)
16553
16554 2005-02-14 [colin]      1.0.1cvs5.3
16555
16556         * src/compose.c
16557                 Fix wrapping with accentued chars.
16558
16559 2005-02-13 [colin]      1.0.1cvs5.2
16560
16561         * src/textview.c
16562                 Fix email informative part parsing with
16563                 accentued chars in it. ispunct() returns
16564                 true for them in utf8...
16565
16566 2005-02-12 [colin]      1.0.1cvs5.1
16567
16568         * src/filtering.c
16569                 Sync with HEAD (remove wrong use of compose after send)
16570
16571 2005-02-12 [paul]       1.0.1cvs4.5
16572
16573         * src/textview.c
16574                 remove unnecessary code (thanks to Alfons)
16575
16576 2005-02-12 [paul]       1.0.1cvs4.4
16577
16578         * src/textview.c
16579                 add 'Copy' to contextual menu on emails
16580
16581 2005-02-11 [colin]      1.0.1cvs4.3
16582
16583         * src/compose.c
16584                 revert 1.0.0cvs28.2, it doesn't work that well.
16585
16586 2005-02-11 [paul]       1.0.1cvs4.2
16587
16588         * po/Makefile.in.in
16589                 fix 'make release'
16590
16591 2005-02-10 [paul]       1.0.1cvs4.1
16592
16593         * ChangeLog
16594         * ChangeLog.claws
16595         * ChangeLog.jp
16596         * configure.ac
16597         * src/compose.c
16598                 sync with HEAD (sync with main)
16599
16600 2005-02-10 [paul]       1.0.1cvs3.2
16601
16602         * AUTHORS
16603         * Makefile.am
16604         * autogen.sh
16605         * configure.ac
16606         * config/mkinstalldirs
16607         * intl/.cvsignore
16608         * intl/ChangeLog
16609         * intl/VERSION
16610         * intl/bindtextdom.c
16611         * intl/config.charset
16612         * intl/dcgettext.c
16613         * intl/dcigettext.c
16614         * intl/dcngettext.c
16615         * intl/dgettext.c
16616         * intl/dngettext.c
16617         * intl/eval-plural.h
16618         * intl/explodename.c
16619         * intl/finddomain.c
16620         * intl/gettext.c
16621         * intl/gettextP.h
16622         * intl/gmo.h
16623         * intl/hash-string.h
16624         * intl/intl-compat.c
16625         * intl/l10nflist.c
16626         * intl/libgnuintl.h.in
16627         * intl/loadinfo.h
16628         * intl/loadmsgcat.c
16629         * intl/localcharset.c
16630         * intl/localcharset.h
16631         * intl/locale.alias
16632         * intl/localealias.c
16633         * intl/localename.c
16634         * intl/log.c
16635         * intl/ngettext.c
16636         * intl/os2compat.c
16637         * intl/os2compat.h
16638         * intl/osdep.c
16639         * intl/plural-exp.c
16640         * intl/plural-exp.h
16641         * intl/plural.c
16642         * intl/plural.y
16643         * intl/ref-add.sin
16644         * intl/ref-del.sin
16645         * intl/relocatable.c
16646         * intl/relocatable.h
16647         * intl/textdomain.c
16648         * m4/Makefile.am
16649         * po/Makefile.in.in
16650         * src/Makefile.am
16651         * src/account.c
16652         * src/action.c
16653         * src/addr_compl.c
16654         * src/addressadd.c
16655         * src/addressbook.c
16656         * src/addrgather.c
16657         * src/addrindex.c
16658         * src/alertpanel.c
16659         * src/browseldap.c
16660         * src/codeconv.c
16661         * src/codeconv.h
16662         * src/compose.c
16663         * src/compose.h
16664         * src/crash.c
16665         * src/editaddress.c
16666         * src/editbook.c
16667         * src/editgroup.c
16668         * src/editjpilot.c
16669         * src/editldap.c
16670         * src/editldap_basedn.c
16671         * src/editvcard.c
16672         * src/exphtmldlg.c
16673         * src/expldifdlg.c
16674         * src/export.c
16675         * src/exporthtml.c
16676         * src/filtering.c
16677         * src/folder.c
16678         * src/folder_item_prefs.c
16679         * src/foldersel.c
16680         * src/folderview.c
16681         * src/grouplistdialog.c
16682         * src/headerview.c
16683         * src/imap.c
16684         * src/imap_gtk.c
16685         * src/import.c
16686         * src/importldif.c
16687         * src/importmutt.c
16688         * src/importpine.c
16689         * src/inc.c
16690         * src/ldif.c
16691         * src/main.c
16692         * src/mainwindow.c
16693         * src/matcher.c
16694         * src/mbox.c
16695         * src/message_search.c
16696         * src/messageview.c
16697         * src/mh.c
16698         * src/mh_gtk.c
16699         * src/mimeview.c
16700         * src/msgcache.c
16701         * src/news.c
16702         * src/news_gtk.c
16703         * src/noticeview.c
16704         * src/partial_download.c
16705         * src/pop.c
16706         * src/prefs_account.c
16707         * src/prefs_actions.c
16708         * src/prefs_common.c
16709         * src/prefs_customheader.c
16710         * src/prefs_display_header.c
16711         * src/prefs_ext_prog.c
16712         * src/prefs_filtering.c
16713         * src/prefs_filtering_action.c
16714         * src/prefs_folder_item.c
16715         * src/prefs_fonts.c
16716         * src/prefs_gtk.c
16717         * src/prefs_matcher.c
16718         * src/prefs_msg_colors.c
16719         * src/prefs_spelling.c
16720         * src/prefs_summary_column.c
16721         * src/prefs_template.c
16722         * src/prefs_themes.c
16723         * src/prefs_toolbar.c
16724         * src/prefs_wrapping.c
16725         * src/privacy.c
16726         * src/procheader.c
16727         * src/procmime.c
16728         * src/procmsg.c
16729         * src/quote_fmt.c
16730         * src/recv.c
16731         * src/send_message.c
16732         * src/setup.c
16733         * src/sourcewindow.c
16734         * src/ssl_manager.c
16735         * src/statusbar.c
16736         * src/summary_search.c
16737         * src/summaryview.c
16738         * src/textview.c
16739         * src/toolbar.c
16740         * src/wizard.c
16741         * src/common/nntp.c
16742         * src/common/plugin.c
16743         * src/common/smtp.c
16744         * src/common/ssl.c
16745         * src/common/ssl_certificate.c
16746         * src/common/string_match.c
16747         * src/common/sylpheed.c
16748         * src/common/template.c
16749         * src/common/utils.c
16750         * src/gtk/about.c
16751         * src/gtk/colorlabel.c
16752         * src/gtk/description_window.c
16753         * src/gtk/filesel.c
16754         * src/gtk/foldersort.c
16755         * src/gtk/gtkaspell.c
16756         * src/gtk/gtkutils.c
16757         * src/gtk/inputdialog.c
16758         * src/gtk/logwindow.c
16759         * src/gtk/menu.c
16760         * src/gtk/pluginwindow.c
16761         * src/gtk/prefswindow.c
16762         * src/gtk/progressdialog.c
16763         * src/gtk/quicksearch.c
16764         * src/gtk/sslcertwindow.c
16765         * src/plugins/clamav/clamav_plugin.c
16766         * src/plugins/clamav/clamav_plugin_gtk.c
16767         * src/plugins/demo/demo.c
16768         * src/plugins/dillo_viewer/dillo_prefs.c
16769         * src/plugins/dillo_viewer/dillo_viewer.c
16770         * src/plugins/image_viewer/plugin.c
16771         * src/plugins/image_viewer/viewer.c
16772         * src/plugins/image_viewer/viewerprefs.c
16773         * src/plugins/mathml_viewer/mathml_viewer.c
16774         * src/plugins/pgpmime/passphrase.c
16775         * src/plugins/pgpmime/plugin.c
16776         * src/plugins/pgpmime/prefs_gpg.c
16777         * src/plugins/pgpmime/select-keys.c
16778         * src/plugins/pgpmime/sgpgme.c
16779         * src/plugins/spamassassin/spamassassin.c
16780         * src/plugins/spamassassin/spamassassin_gtk.c
16781         * src/plugins/trayicon/trayicon.c
16782                 sync with main (revision 104)
16783
16784 2005-02-10 [colin]      1.0.1cvs3.1
16785
16786         * src/mainwindow.c
16787                 Sync with HEAD (fix occasional crasher)
16788
16789 2005-02-10 [colin]      1.0.1cvs2.1
16790
16791         * src/messageview.c
16792                 Synw with HEAD (don't automatically display html)
16793
16794 2005-02-09 [colin]      1.0.1cvs1.3
16795
16796         * src/textview.c
16797         * src/textview.h
16798                 Add contextual menu on emails
16799
16800 2005-02-09 [colin]      1.0.1cvs1.2
16801
16802         * src/codeconv.c
16803                 Fix converting from broken headers and 
16804                 put back the _ in missing places
16805                 (feature broke with cvs24.2 sync, main 
16806                  possibly affected?)
16807
16808 2005-02-09 [colin]      1.0.1cvs1.1
16809
16810         * src/messageview.c
16811         * src/mimeview.c
16812         * src/mimeview.h
16813                 Sync with HEAD (display non text/plain mails with plugin)
16814
16815 2005-02-08 [colin]      1.0.1.1
16816
16817         * ChangeLog.claws
16818         * po/pt_BR.po
16819                 Sync with HEAD
16820         * configure.ac
16821                 Make default configuration directory 
16822                 be .sylpheed-gtk2
16823
16824 2005-02-08 [colin]      1.0.0cvs29.1
16825
16826         * po/de.po
16827         * po/es.po
16828         * po/fr.po
16829         * po/it.po
16830         * po/sk.po
16831         * po/sr.po
16832                 Sync translations with HEAD
16833
16834 2005-02-06 [colin]      1.0.0cvs28.3
16835
16836         * src/compose.c
16837                 Make compose a bit faster - patch by Alfons.
16838
16839 2005-02-06 [colin]      1.0.0cvs28.2
16840
16841         * src/compose.c
16842                 Make pasting via middle-click more reliable
16843
16844 2005-02-05 [paul]       1.0.0cvs28.1
16845
16846         * ChangeLog
16847         * ChangeLog.claws
16848         * ChangeLog.jp
16849         * configure.ac
16850         * src/compose.c
16851                 sync with HEAD
16852                 (fix bug 682 'redirect is broken'
16853
16854 2005-02-05 [torte]      1.0.0cvs27.1
16855
16856         * ChangeLog.claws
16857         * configure.ac
16858         * src/partial_download.c
16859                 Sync with HEAD (fix buf overflow)
16860
16861 2005-02-03 [colin]      1.0.0cvs26.1
16862
16863         * src/common/plugin.c
16864                 Sync with HEAD (avoid plugin mismatches)
16865
16866 2005-02-03 [paul]       1.0.0cvs25.3
16867
16868         * src/folderview.c
16869         * src/headerview.c
16870         * src/summaryview.c
16871         * src/textview.c
16872         * src/gtk/colorlabel.c
16873                 third and final part of initial sync with main-gtk2
16874
16875 2005-02-03 [paul]       1.0.0cvs25.2
16876
16877         * src/jpilot.c
16878                 fix building with jpilot support
16879
16880 2005-02-02 [colin]      1.0.0cvs25.1
16881
16882         * src/messageview.c
16883                 Sync with HEAD (fix dangerous typo)
16884
16885 2005-02-01 [colin]      1.0.0cvs24.3
16886
16887         * src/common/xml.c
16888                 Write file as advertised (UTF-8)
16889
16890 2005-02-01 [paul]       1.0.0cvs24.2
16891
16892         * src/addrbook.c
16893         * src/addrindex.c
16894         * src/alertpanel.h
16895         * src/codeconv.c
16896         * src/codeconv.h
16897         * src/compose.c
16898         * src/export.c
16899         * src/folder_item_prefs.c
16900         * src/html.c
16901         * src/imap.c
16902         * src/import.c
16903         * src/jpilot.c
16904         * src/mainwindow.c
16905         * src/matcher_parser_lex.l
16906         * src/messageview.c
16907         * src/mh.c
16908         * src/prefs_account.c
16909         * src/prefs_actions.c
16910         * src/prefs_common.c
16911         * src/prefs_gtk.c
16912         * src/prefs_gtk.h
16913         * src/prefs_themes.c
16914         * src/procheader.c
16915         * src/procmime.c
16916         * src/sourcewindow.c
16917         * src/statusbar.c
16918         * src/summaryview.c
16919         * src/textview.c
16920         * src/toolbar.c
16921         * src/unmime.c
16922         * src/common/template.c
16923         * src/common/utils.c
16924         * src/common/xml.c
16925         * src/common/xml.h
16926         * src/gtk/gtkaspell.c
16927         * src/plugins/clamav/clamav_plugin.c
16928         * src/plugins/dillo_viewer/dillo_prefs.c
16929         * src/plugins/image_viewer/viewerprefs.c
16930         * src/plugins/pgpmime/passphrase.c
16931         * src/plugins/pgpmime/prefs_gpg.c
16932         * src/plugins/pgpmime/select-keys.c
16933         * src/plugins/spamassassin/spamassassin.c
16934                 second part of initial sync with main-gtk2
16935                 (more to follow)
16936
16937 2005-01-31 [colin]      1.0.0cvs24.1
16938
16939         * src/compose.c
16940                 Sync with HEAD
16941
16942 2005-01-29 [paul]       1.0.0cvs23.2
16943
16944         * src/account.c
16945         * src/action.c
16946         * src/addressadd.c
16947         * src/addressbook.c
16948         * src/alertpanel.c
16949         * src/compose.c
16950         * src/editaddress.c
16951         * src/editbook.c
16952         * src/editgroup.c
16953         * src/editjpilot.c
16954         * src/editldap.c
16955         * src/editldap_basedn.c
16956         * src/editvcard.c
16957         * src/export.c
16958         * src/foldersel.c
16959         * src/grouplistdialog.c
16960         * src/import.c
16961         * src/importldif.c
16962         * src/inc.c
16963         * src/main.c
16964         * src/mainwindow.c
16965         * src/message_search.c
16966         * src/messageview.c
16967         * src/mimeview.c
16968         * src/prefs_actions.c
16969         * src/prefs_common.c
16970         * src/prefs_common.h
16971         * src/prefs_customheader.c
16972         * src/prefs_display_header.c
16973         * src/prefs_filtering.c
16974         * src/prefs_filtering_action.c
16975         * src/prefs_gtk.c
16976         * src/prefs_matcher.c
16977         * src/prefs_summary_column.c
16978         * src/prefs_template.c
16979         * src/sourcewindow.c
16980         * src/summary_search.c
16981         * src/summaryview.c
16982         * src/textview.c
16983         * src/gtk/about.c
16984         * src/gtk/description_window.c
16985         * src/gtk/gtkshruler.c
16986         * src/gtk/gtkutils.c
16987         * src/gtk/gtkutils.h
16988         * src/gtk/inputdialog.c
16989         * src/gtk/logwindow.c
16990         * src/gtk/prefswindow.c
16991         * src/gtk/progressdialog.c
16992         * src/gtk/progressdialog.h
16993                 first part of initial sync with main-gtk2
16994                 (more to follow)
16995
16996 2005-01-28 [colin]      1.0.0cvs23.1
16997
16998         * src/folderview.c
16999                 Sync with HEAD
17000
17001 2005-01-27 [colin]      1.0.0cvs21.1
17002
17003         * src/folder.c
17004         * src/folderview.c
17005                 Sync with HEAD
17006
17007 2005-01-27 [colin]      1.0.0cvs19.1
17008
17009         * src/procmime.c
17010                 Sync with HEAD
17011
17012 2005-01-27 [colin]      1.0.0cvs18.1
17013
17014         * src/messageview.c
17015         * src/summaryview.c
17016         * src/mainwindow.c
17017         * src/compose.c
17018         * src/compose.h
17019         * src/procmsg.c
17020         * src/procmsg.h
17021         * src/toolbar.c
17022                 Sync with HEAD
17023
17024 2005-01-26 [paul]       1.0.0cvs15.2
17025
17026         * src/compose.c
17027                 compose_entries_set(): convert subject and body to
17028                 utf8 if necessary. patch by Felix Eckhofer
17029
17030 2005-01-26 [paul]       1.0.0cvs15.1
17031
17032         * configure.ac
17033         * src/common/template.c
17034                 sync with HEAD (fix memory leak)
17035
17036 2005-01-25 [paul]       1.0.0cvs14.1
17037
17038         * configure.ac
17039         * src/compose.c
17040                 sync with HEAD
17041
17042 2005-01-24 [colin]      1.0.0cvs13.1
17043
17044         * src/summaryview.c
17045                 Sync with HEAD
17046
17047 2005-01-24 [paul]       1.0.0cvs12.1
17048
17049         * configure.ac
17050         * src/messageview.c
17051         * src/mh.c
17052         * src/common/utils.c
17053                 sync with HEAD
17054
17055 2005-01-24 [colin]      1.0.0cvs11.1
17056
17057         * src/procheader.c
17058                 Sync with HEAD
17059
17060 2005-01-24 [colin]      1.0.0cvs10.1
17061
17062         * src/folderview.c
17063                 Sync with HEAD
17064
17065 2005-01-23 [colin]      1.0.0cvs9.1
17066
17067         * src/crash.c
17068                 Sync with HEAD
17069
17070 2005-01-22 [colin]      1.0.0cvs8.1
17071
17072         * src/summaryview.c
17073         * src/gtk/quicksearch.c
17074                 Sync with HEAD
17075
17076 2005-01-21 [colin]      1.0.0cvs7.1
17077
17078         * src/summaryview.c
17079                 Sync with HEAD
17080
17081 2005-01-21 [colin]      1.0.0cvs6.1
17082
17083         * src/summaryview.c
17084                 Sync with HEAD
17085
17086 2005-01-21 [colin]      1.0.0cvs5.1
17087
17088         * src/gtk/quicksearch.c
17089         * src/prefs_common.c
17090         * src/prefs_common.h
17091                 Sync with HEAD (recurse option)
17092
17093 2005-01-21 [colin]      1.0.0cvs4.1
17094
17095         * src/folder.h
17096         * src/folderview.c
17097         * src/folderview.h
17098         * src/summaryview.c
17099         * src/gtk/quicksearch.c
17100         * src/gtk/quicksearch.h
17101                 Sync with HEAD (recursive quicksearch)
17102
17103 2005-01-20 [colin]      1.0.0cvs3.4
17104
17105         * src/ssl_manager.c
17106                 Remove useless code
17107
17108 2005-01-20 [colin]      1.0.0cvs3.3
17109
17110         * src/ssl_manager.c
17111                 Fix leak, thanks to Alfons.
17112
17113 2005-01-20 [colin]      1.0.0cvs3.2
17114
17115         * src/ssl_manager.c
17116                 Port SSL certificate window to GTK2.
17117
17118 2005-01-20 [paul]       1.0.0cvs3.1
17119
17120         * ChangeLog.claws
17121         * configure.ac
17122         * src/addrindex.c
17123         * src/addrindex.h
17124                 sync with HEAD
17125
17126 2005-01-19 [colin]      1.0.0cvs2.2
17127
17128         * src/plugins/trayicon/trayicon.c
17129                 Fix freeze with gtk-2.6, the easy way
17130                 (signal blocking helpless there...)
17131                 Closes bug #668.
17132
17133 2005-01-19 [colin]      1.0.0cvs2.1
17134
17135         * src/mbox.c
17136         * src/mbox.h
17137         * src/mainwindow.c
17138         * src/summaryview.c
17139         * src/summaryview.h
17140                 Sync with HEAD
17141
17142 2005-01-19 [paul]       1.0.0cvs1.1
17143
17144         * configure.ac
17145         * po/de.po
17146         * po/es.po
17147         * po/fr.po
17148         * po/hr.po
17149         * po/it.po
17150         * po/ja.po
17151         * po/ko.po
17152         * po/pt_BR.po
17153         * po/ru.po
17154         * po/sk.po
17155         * po/sr.po
17156                 sync with HEAD (update translations)
17157
17158 2005-01-18 [colin]      1.0.0cvs0.1
17159
17160         * src/foldersel.c
17161                 Specify search column - patch by Alfons
17162
17163 2005-01-18 [colin]      0.9.13cvs36.3
17164
17165         * src/prefs_toolbar.c
17166                 Change Delete to Remove
17167         * src/prefs_fonts.c
17168                 GTK2 version and leak fixes
17169         * src/prefs_actions.c
17170                 Add stock buttons.
17171                 All patches by Alfons
17172
17173 2005-01-17 [colin]      0.9.13cvs36.2
17174
17175         * src/compose.c
17176                 Fix DnD inserting twice. While at it,
17177                 add DnD support for text/plain in the
17178                 body, and add support in the headers.
17179
17180 2005-01-16 [colin]      0.9.13cvs36.1
17181
17182         * ChangeLog
17183         * ChangeLog.jp
17184         * ChangeLog.claws
17185                 Sync with HEAD (nothing applicable)
17186
17187 2005-01-16 [colin]      0.9.13cvs33.2
17188
17189         * src/prefs_toolbar.c
17190                 GTK2ize prefs_toolbar, by Alfons.
17191
17192 2005-01-14 [colin]      0.9.13cvs33.1
17193
17194         * src/html.c
17195         * src/msgcache.c
17196                 Sync with HEAD
17197
17198 2005-01-14 [colin]      0.9.13cvs32.1
17199
17200         * src/html.c
17201         * src/html.h
17202         * src/msgcache.c
17203         * AUTHORS
17204         * tools/calypso_convert.pl
17205                 Sync with HEAD
17206
17207 2005-01-08 [colin]      0.9.13cvs29.2
17208
17209         * src/prefs_filtering_action.c
17210         * src/prefs_filtering.c
17211                 2 more gtk2 patches by Alfons
17212
17213 2005-01-07 [paul]       0.9.13cvs29.1
17214
17215         * ChangeLog
17216         * ChangeLog.claws
17217         * ChangeLog.jp
17218         * configure.ac
17219         * src/pop.c
17220         * src/pop.h
17221                 sync with HEAD
17222
17223 2005-01-07 [colin]      0.9.13cvs28.3
17224
17225         * src/gtk/progressdialog.c
17226         * src/gtk/progressdialog.h
17227         * src/inc.c
17228         * src/send_message.c
17229                 GTK2 for the incorporation dialog. The CList isn't dead
17230                 yet, for a more smooth migration. Patch by Alfons.
17231
17232 2005-01-06 [colin]      0.9.13cvs28.2
17233
17234         * src/prefs_display_header.c
17235                 GTK2 conversion by Alfons
17236         * src/prefs_actions.c
17237         * src/prefs_matcher.c
17238                 Fix 2 leaks - patch by Alfons
17239
17240 2005-01-06 [colin]      0.9.13cvs28.1
17241
17242         * src/prefs_matcher.c
17243                 Sync with HEAD
17244
17245 2005-01-06 [colin]      0.9.13cvs27.4
17246
17247         * src/prefs_matcher.c
17248                 Fix double-free. Patch by Alfons
17249
17250 2005-01-06 [colin]      0.9.13cvs27.3
17251
17252         * src/prefs_matcher.c
17253                 GTK2 widgets + memleak
17254                 Patch by Alfons
17255
17256 2005-01-05 [colin]      0.9.13cvs27.2
17257
17258         * src/account.c
17259         * src/addr_compl.c
17260         * src/foldersel.c
17261         * src/stock_pixmap.c
17262         * src/stock_pixmap.h
17263                 3 more GTK2 patches by Alfons.
17264
17265 2005-01-04 [colin]      0.9.13cvs27.1
17266
17267         * src/folderview.c
17268         * src/imap_gtk.c
17269         * src/news_gtk.c
17270                 Sync with HEAD
17271
17272 2005-01-04 [colin]      0.9.13cvs25.9
17273
17274         * src/compose.c
17275                 Fix Show Ruler menuitem
17276         * src/prefs_template.c
17277                 Convert to GTK2
17278         * src/common/utils.c
17279                 Make auto pointer stuff handles NULLs
17280                 Patches by Alfons.
17281
17282 2005-01-04 [colin]      0.9.13cvs25.8
17283
17284         * src/compose.c
17285                 Move the attachment list to gtk2
17286                 Patch by Alfons.
17287
17288 2005-01-04 [colin]      0.9.13cvs25.7
17289
17290         * src/textview.c
17291                 Make some keys work again
17292                 Patch by SungHyun Nam <namsh@kldp.org>
17293
17294 2005-01-04 [colin]      0.9.13cvs25.6
17295
17296         * src/gtk/gtkshruler.c
17297                 Move the ruler to GTK2
17298                 Patch by Alfons
17299
17300 2005-01-03 [colin]      0.9.13cvs25.5
17301
17302         * src/compose.c
17303                 Fix my broken patch apply 
17304
17305 2005-01-03 [colin]      0.9.13cvs25.4
17306
17307         * src/common/utils.c
17308         * src/common/utils.h
17309         * src/gtk/prefswindow.c
17310                 Move auto pointer stuff to utils.c
17311                 Patch by Alfons again :)
17312
17313 2005-01-03 [colin]      0.9.13cvs25.3
17314
17315         * src/compose.c
17316         * src/prefs_gtk.c
17317         * src/prefs_template.c
17318         * src/textview.c
17319                 Empty text widgets with empty strings, not NULL char
17320                 Patch by SungHyun Nam <namsh@kldp_org>
17321
17322 2005-01-03 [colin]      0.9.13cvs25.2
17323
17324         * src/main.c
17325         * AUTHORS
17326                 Sync with HEAD
17327
17328 2005-01-03 [colin]      0.9.13cvs25.1
17329
17330         * src/pop.c
17331         * src/pop.h
17332                 Sync with HEAD
17333
17334 2005-01-03 [colin]      0.9.13cvs24.3
17335
17336         * src/account.c
17337                 Two patches from Alfons and Alex S Moore:
17338                 fix images, fix return value.
17339
17340 2005-01-01 [colin]      0.9.13cvs24.2
17341
17342         * src/prefs_actions.c
17343                 Fix over-zealous assertion. Patch by Alfons
17344
17345 2005-01-01 [colin]      0.9.13cvs24.1
17346
17347         * src/procmime.c
17348                 Sync with HEAD (leak fix)
17349
17350 2004-12-31 [colin]      0.9.13cvs23.2
17351
17352         * src/prefs_common.c
17353                 GTK2 widgets + stock buttons - patch by Alfons
17354
17355 2004-12-31 [paul]       0.9.13cvs23.1
17356
17357         * configure.ac
17358                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17359         * src/gtk/pluginwindow.c
17360                 use GTK2 widgets and plug memory leaks,
17361                 patches by Alfons
17362
17363 2004-12-30 [colin]      0.9.13cvs22.4
17364
17365         * src/account.c
17366         * src/action.c
17367         * src/export.c
17368         * src/foldersel.c
17369         * src/import.c
17370         * src/message_search.c
17371         * src/prefs_actions.c
17372         * src/prefs_common.c
17373         * src/prefs_customheader.c
17374         * src/prefs_filtering.c
17375         * src/prefs_summary_column.c
17376         * src/summary_search.c
17377         * src/gtk/about.c
17378         * src/gtk/description_window.c
17379         * src/gtk/gtkutils.c
17380         * src/gtk/gtkutils.h
17381         * src/gtk/inputdialog.c
17382         * src/gtk/prefswindow.c
17383                 Use GTK2 stock buttons. Patches by Alfons.
17384
17385 2004-12-30 [colin]      0.9.13cvs22.3
17386
17387         * src/account.c
17388                 Sync with HEAD
17389         * src/prefs_actions.c
17390         * src/prefs_customheader.c
17391         * src/prefs_filtering.c
17392         * src/prefs_msg_colors.c
17393         * src/prefs_summary_column.c
17394         * src/gtk/prefswindow.c
17395                 Use GtkTreeView instead of deprecated 
17396                 widgets. Patches by Alfons.
17397
17398 2004-12-30 [paul]       0.9.13cvs22.2
17399
17400         * src/foldersel.c
17401                 use GTK 2 Tree View
17402                 patch by Alfons, with root folder sorting fix
17403                 by Stephan Sachse
17404
17405 2004-12-30 [paul]       0.9.13cvs22.1
17406
17407         * ChangeLog
17408         * ChangeLog.claws
17409         * ChangeLog.jp
17410         * NEWS
17411         * configure.ac
17412         * src/account.c
17413                 sync with HEAD
17414
17415 2004-12-22 [martin]     0.9.13cvs21.2
17416
17417         * src/action.c
17418                 free the command line after its use
17419
17420 2004-12-18 [paul]       0.9.13cvs21.1
17421
17422         * AUTHORS
17423         * ChangeLog
17424         * ChangeLog.claws
17425         * ChangeLog.jp
17426         * NEWS
17427         * configure.ac
17428         * src/action.c
17429         * src/compose.c
17430         * src/syldap.c
17431                 sync with HEAD
17432
17433 2004-12-17 [martin]     0.9.13cvs17.2
17434
17435         * src/action.c
17436                 convert actions input to locale
17437         * src/inc.c
17438                 convert notification command to locale
17439         * src/plugins/pgpmime/select-keys.c
17440                 convert attributes to utf8
17441
17442 2004-12-14 [colin]      0.9.13cvs17.1
17443
17444         * ChangeLog
17445         * ChangeLog.jp
17446         * ChangeLog.claws
17447         * src/action.c
17448         * src/common/utils.c
17449         * src/gtk/prefswindow.c
17450         * src/gtk/gtkutils.c
17451         * src/gtk/gtkutils.h
17452         * src/plugins/spamassassin/libspamc.c
17453                 Sync with HEAD
17454
17455 2004-12-13 [colin]      0.9.13cvs14.1
17456
17457         * src/quote_fmt_parse.y
17458                 Sync with HEAD
17459
17460 2004-12-10 [colin]      0.9.13cvs12.1
17461
17462         * src/prefs_themes.c
17463         * src/mainwindow.c
17464         * src/messageview.c
17465                 Sync with HEAD
17466
17467 2004-12-09 [colin]      0.9.13cvs10.1
17468
17469         * src/procmime.c
17470                 Sync with HEAD (fix B64 encoding from memory)
17471
17472 2004-12-08 [colin]      0.9.13cvs9.1
17473
17474         * src/gtk/colorlabel.c
17475                 Sync with HEAD
17476
17477 2004-12-08 [paul]       0.9.13cvs8.2
17478
17479         * src/gtk/pluginwindow.c
17480                 fix window resizing oddities
17481
17482 2004-12-08 [colin]      0.9.13cvs8.1
17483
17484         * src/quote_fmt_parse.y
17485                 Sync with HEAD
17486
17487 2004-12-08 [colin]      0.9.13cvs7.1
17488
17489         * src/matcher_parser_parse.y
17490         * src/msgcache.c
17491         * src/prefs_matcher.c
17492         * src/procheader.c
17493         * src/matcher.c
17494         * src/common/defs.h
17495         * po/sr.po
17496                 Sync with HEAD
17497
17498 2004-12-08 [colin]      0.9.13cvs6.1
17499
17500         * src/quote_fmt_parse.y
17501         * src/textview.c
17502                 Sync with HEAD
17503         * src/gtk/prefswindow.c
17504         * src/gtk/pluginwindow.c
17505                 Fix G_CALLBACKS protos (thanks to Alfons)
17506
17507 2004-12-07 [torte]      0.9.13cvs2.2
17508
17509         * src/procmime.c
17510                 [Bug 650] reply button causes crash
17511                 Thanks to David Relson and Christoph
17512
17513 2004-12-07 [colin]      0.9.13cvs2.1
17514
17515         * ChangeLog.claws
17516         * AUTHORS
17517         * po/sk.po
17518         * src/procmime.c
17519         * src/prefs_account.c
17520         * src/common/smtp.c
17521         * src/common/smtp.h
17522                 Sync with HEAD
17523
17524 2004-12-06 [colin]      0.9.12cvs187.1
17525
17526         * ChangeLog.claws
17527         * INSTALL
17528         * Makefile.am
17529         * README.claws
17530         * TODO.claws
17531         * configure.ac
17532         * po/bg.po
17533         * po/cs.po
17534         * po/el.po
17535         * po/en_GB.po
17536         * po/es.po
17537         * po/fr.po
17538         * po/hr.po
17539         * po/hu.po
17540         * po/it.po
17541         * po/ja.po
17542         * po/ko.po
17543         * po/nl.po
17544         * po/pl.po
17545         * po/pt_BR.po
17546         * po/ru.po
17547         * po/sk.po
17548         * po/sr.po
17549         * po/sv.po
17550         * po/zh_CN.po
17551         * po/zh_TW.Big5.po
17552         * src/compose.c
17553         * tools/Makefile.am
17554         * tools/README
17555         * tools/filter_conv.pl
17556         * tools/kdeservicemenu/README
17557         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17558         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17559                 Sync with HEAD
17560
17561 2004-12-04 [colin]      0.9.12cvs183.1
17562
17563         * src/compose.c
17564                 Sync with HEAD (compose window position saving)
17565
17566 2004-12-04 [paul]       0.9.12cvs182.3
17567
17568         * src/messageview.c
17569         * src/mimeview.c
17570         * src/prefs_customheader.c
17571         * src/gtk/quicksearch.c
17572                 replace some forgotten GTK_SIGNAL_FUNCs
17573
17574 2004-12-04 [paul]       0.9.12cvs182.2
17575
17576         * src/Makefile.am
17577                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
17578                 committed in error      
17579
17580 2004-12-04 [paul]       0.9.12cvs182.1
17581
17582         * ChangeLog
17583         * ChangeLog.claws
17584         * ChangeLog.jp
17585         * INSTALL
17586         * NEWS
17587         * README
17588         * README.jp
17589         * configure.ac
17590         * doc/manual/ja/Makefile.am
17591         * doc/manual/ja/sylpheed-1.html
17592         * doc/manual/ja/sylpheed-10.html
17593         * doc/manual/ja/sylpheed-11.html
17594         * doc/manual/ja/sylpheed-12.html
17595         * doc/manual/ja/sylpheed-13.html
17596         * doc/manual/ja/sylpheed-14.html
17597         * doc/manual/ja/sylpheed-15.html
17598         * doc/manual/ja/sylpheed-16.html
17599         * doc/manual/ja/sylpheed-17.html
17600         * doc/manual/ja/sylpheed-18.html
17601         * doc/manual/ja/sylpheed-19.html
17602         * doc/manual/ja/sylpheed-2.html
17603         * doc/manual/ja/sylpheed-20.html
17604         * doc/manual/ja/sylpheed-3.html
17605         * doc/manual/ja/sylpheed-4.html
17606         * doc/manual/ja/sylpheed-5.html
17607         * doc/manual/ja/sylpheed-6.html
17608         * doc/manual/ja/sylpheed-7.html
17609         * doc/manual/ja/sylpheed-8.html
17610         * doc/manual/ja/sylpheed-9.html
17611         * doc/manual/ja/sylpheed.html
17612         * doc/manual/ja/sylpheed.sgml
17613         * po/de.po
17614         * src/Makefile.am
17615         * src/compose.c
17616         * src/procmime.c
17617         * src/pixmaps/regular.xpm **REMOVED**
17618         * src/plugins/pgpmime/pgpmime.c
17619         * src/plugins/pgpmime/plugin.c
17620         * src/plugins/pgpmime/prefs_gpg.c
17621                 sync with HEAD
17622
17623 2004-12-03 [paul]       0.9.12cvs180.1
17624
17625         * ChangeLog
17626         * ChangeLog.claws
17627         * ChangeLog.jp
17628         * configure.ac
17629         * src/Makefile.am
17630         * src/pop.c
17631         * src/common/utils.c
17632         * src/common/utils.h
17633         * src/pixmaps/continue.xpm
17634         * src/pixmaps/dir_close.xpm
17635         * src/pixmaps/dir_open.xpm
17636         * src/pixmaps/drafts_close.xpm
17637         * src/pixmaps/drafts_open.xpm
17638         * src/pixmaps/folder.xpm **REMOVED**
17639         * src/pixmaps/group.xpm
17640         * src/pixmaps/unread.xpm
17641                 sync with HEAD
17642
17643 2004-12-02 [colin]      0.9.12cvs179.1
17644
17645         * src/compose.c
17646                 Sync with HEAD (non-duplicated reedition)
17647
17648 2004-12-02 [colin]      0.9.12cvs178.1
17649
17650         * src/compose.c
17651                 Sync with HEAD (linewrap_quote fix)
17652
17653 2004-12-01 [colin]      0.9.12cvs177.3
17654
17655         * src/addrharvest.c
17656                 Replace sizeof with strlen
17657
17658 2004-12-01 [paul]       0.9.12cvs177.2
17659
17660         * src/addrharvest.c
17661                 fix 'harvest addresses'
17662
17663 2004-11-30 [colin]      0.9.12cvs177.1
17664
17665         * src/gtk/prefswindow.c
17666         * src/gtk/pluginwindow.c
17667                 Sync with HEAD
17668
17669 2004-11-29 [colin]      0.9.12cvs176.1
17670
17671         * src/folderview.c
17672                 sync with HEAD (Fix disappearing separators in folderview's popup)
17673
17674 2004-11-29 [colin]      0.9.12cvs175.1
17675
17676         * src/procmime.c
17677                 Sync with head (another format fix)
17678
17679 2004-11-29 [colin]      0.9.12cvs174.1
17680
17681         * src/pop.c
17682                 Sync with HEAD (format string fix)
17683
17684 2004-11-26 [colin]      0.9.12cvs173.1
17685
17686         * src/common/smtp.c
17687         * src/common/smtp.h
17688                 Sync with HEAD
17689
17690 2004-11-24 [colin]      0.9.12cvs172.1
17691
17692         * src/plugins/pgpmime/pgpmime.c
17693                 Sync with HEAD
17694
17695 2004-11-24 [colin]      0.9.12cvs171.1
17696
17697         * src/plugins/pgpmime/pgpmime.c
17698                 Sync with head (gpgmectx leaks)
17699
17700 2004-11-24 [colin]      0.9.12cvs169.1
17701
17702         * src/plugins/pgpmime/plugin.c
17703         * src/plugins/trayicon/Makefile.am
17704         * src/plugins/trayicon/newmarkedmail.xpm
17705         * src/plugins/trayicon/trayicon.c
17706         * src/plugins/trayicon/unreadmarkedmail.xpm
17707                 Sync with HEAD
17708
17709 2004-11-23 [colin]      0.9.12cvs168.1
17710
17711         * src/partial_download.c
17712         * src/partial_download.h
17713         * src/plugins/pgpmime/plugin.c
17714                 Sync with HEAD
17715
17716 2004-11-23 [colin]      0.9.12cvs166.1
17717
17718         * src/Makefile.am
17719         * src/codeconv.c
17720         * src/compose.c
17721         * src/folderview.c
17722         * src/main.c
17723         * src/partial_download.c
17724         * src/partial_download.h
17725         * src/prefs_account.c
17726         * src/prefs_account.h
17727         * src/privacy.c
17728         * src/privacy.h
17729         * src/procmime.c
17730         * src/common/Makefile.am
17731         * src/common/base64.h
17732         * src/common/partial_download.c
17733         * src/common/partial_download.h
17734         * src/gtk/prefswindow.c
17735         * src/gtk/prefswindow.h
17736         * src/plugins/pgpmime/pgpmime.c
17737         * src/plugins/pgpmime/prefs_gpg.c
17738         * src/plugins/pgpmime/prefs_gpg.h
17739         * src/plugins/pgpmime/sgpgme.c
17740         * src/plugins/pgpmime/sgpgme.h
17741                 Sync with HEAD
17742
17743 2004-11-23 [colin]      0.9.12cvs163.1
17744
17745         * src/main.c
17746                 Sync with HEAD (cursor optimization)
17747
17748 2004-11-23 [colin]      0.9.12cvs162.1
17749
17750         * src/prefs_common.c
17751         * src/prefs_themes.c
17752         * src/procmsg.c
17753                 Sync with HEAD
17754
17755 2004-11-23 [colin]      0.9.12cvs158.9
17756
17757         * src/compose.c
17758                 Fix double-free when forwarding
17759         * src/msgcache.c
17760                 Fix leak on error path
17761                 
17762
17763 2004-11-23 [colin]      0.9.12cvs158.8
17764
17765         * src/compose.c
17766                 Fix possible double-free
17767                 Spotted by Alfons
17768
17769 2004-11-23 [colin]      0.9.12cvs158.7
17770
17771         * src/compose.c
17772                 Fix some signal handlers' prototypes
17773                 Spotted by Alfons
17774
17775 2004-11-22 [colin]      0.9.12cvs158.6
17776
17777         * src/compose.c
17778                 Remove unneeded code and duplicated
17779                 wrapping - patch by Alfons
17780
17781 2004-11-22 [colin]      0.9.12cvs158.5
17782
17783         * src/prefs_themes.c
17784                 Fix oversized selector
17785
17786 2004-11-22 [colin]      0.9.12cvs158.4
17787
17788         * src/compose.c
17789                 fix dump_text()
17790                 patch by Alfons
17791
17792 2004-11-19 [colin]      0.9.12cvs158.3
17793
17794         * src/textview.c
17795                 Add a context menu on links (open, copy)
17796
17797 2004-11-18 [paul]       0.9.12cvs158.2
17798
17799         * src/addrgather.c
17800         * src/exphtmldlg.c
17801         * src/expldifdlg.c
17802         * src/mimeview.c
17803         * src/prefs_common.c
17804         * src/plugins/image_viewer/viewer.c
17805         * src/plugins/spamassassin/spamassassin_gtk.c
17806                 replace deprecated gtk_notebook_set_page
17807                 and gtk_notebook_current_page
17808
17809 2004-11-18 [paul]       0.9.12cvs158.1
17810
17811         * configure.ac
17812         * src/compose.c
17813         * src/mainwindow.c
17814         * src/messageview.c
17815         * src/prefs_common.c
17816         * src/common/utils.c
17817         * src/common/utils.h
17818                 sync with HEAD
17819
17820 2004-11-17 [colin]      0.9.12cvs156.1
17821
17822         * src/prefs_account.c
17823         * src/prefs_account.h
17824         * src/procmsg.c
17825                 Sync with HEAD (add pref to store encrypted mails encrypted)
17826
17827 2004-11-17 [paul]       0.9.12cvs155.1
17828
17829         * ChangeLog
17830         * ChangeLog.claws
17831         * ChangeLog.jp
17832         * NEWS
17833         * configure.ac
17834         * src/compose.c
17835         * src/jpilot.c
17836         * src/privacy.c
17837         * src/procmime.c
17838         * src/procmime.h
17839         * src/procmsg.c
17840         * src/toolbar.c
17841         * src/pixmaps/error.xpm
17842                 sync with HEAD
17843
17844 2004-11-17 [colin]      0.9.12cvs151.1
17845
17846         * src/plugins/pgpmime/pgpmime.c
17847                 Sync with HEAD (remove debug printf)
17848
17849 2004-11-17 [colin]      0.9.12cvs150.1
17850
17851         * src/plugins/pgpmime/pgpmime.c
17852                 Sync with HEAD (off-by-one fix)
17853
17854 2004-11-17 [colin]      0.9.12cvs149.1
17855
17856         * src/procmsg.c
17857                 Sync with HEAD (coding style fixes)
17858
17859 2004-11-16 [colin]      0.9.12cvs148.1
17860
17861         * src/procmsg.c
17862                 Sync with head (Fix the fix)
17863
17864 2004-11-16 [colin]      0.9.12cvs147.1
17865
17866         * src/procmsg.c
17867                 Sync with Main (leak fix)
17868
17869 2004-11-16 [colin]      0.9.12cvs146.14
17870
17871         * src/compose.c
17872                 Remove useless chunk of code
17873                 Patch by Alfons
17874
17875 2004-11-15 [colin]      0.9.12cvs146.13
17876
17877         * src/compose.c
17878                 Fix drafting after insertion
17879                 Patch by Alfons
17880
17881 2004-11-15 [colin]      0.9.12cvs146.12
17882
17883         * src/compose.c
17884         * src/prefs_filtering.c
17885         * src/prefs_filtering_action.c
17886         * src/prefs_toolbar.c
17887                 Fix some const-correctness
17888
17889 2004-11-15 [colin]      0.9.12cvs146.11
17890
17891         * src/summaryview.c
17892         * src/prefs_themes.c
17893         * src/messageview.c
17894                 Fix some leaks
17895
17896 2004-11-15 [colin]      0.9.12cvs146.10
17897
17898         * src/codeconv.c
17899                 More unreadable locale fixes
17900
17901 2004-11-14 [colin]      0.9.12cvs146.9
17902
17903         * src/textview.c
17904                 Fix uri_security_check
17905                 Patch by Alfons
17906
17907 2004-11-13 [paul]       0.9.12cvs146.8
17908
17909         * src/folder.c
17910         * src/procmime.c
17911                 fix 2 bugs introduced in last commit
17912
17913 2004-11-13 [paul]       0.9.12cvs146.7
17914
17915         * src/compose.c
17916         * src/exporthtml.c
17917         * src/exportldif.c
17918         * src/folder.c
17919         * src/imap.c
17920         * src/imap_gtk.c
17921         * src/main.c
17922         * src/mainwindow.c
17923         * src/messageview.c
17924         * src/mh_gtk.c
17925         * src/prefs_themes.c
17926         * src/procmime.c
17927         * src/setup.c
17928         * src/summaryview.c
17929                 replace deprecated g_basename
17930
17931 2004-11-13 [paul]       0.9.12cvs146.6
17932
17933         * src/compose.c
17934         * src/imap.c
17935         * src/matcher_parser.h
17936         * src/matcher_parser_parse.y
17937         * src/prefs_filtering.c
17938         * src/prefs_filtering_action.c
17939         * src/prefs_themes.c
17940         * src/prefs_toolbar.c
17941         * src/common/utils.c
17942                 various small fixes/cleanups
17943
17944 2004-11-12 [colin]      0.9.12cvs146.5
17945
17946         * src/textview.c
17947                 Validate event's origin on visibility notify
17948                 Patch by Alfons.
17949
17950 2004-11-12 [paul]       0.9.12cvs146.4
17951
17952         * src/exporthtml.c
17953         * src/exportldif.c
17954         * src/imap.c
17955         * src/mh.c
17956         * src/mimeview.c
17957         * src/prefs_spelling.c
17958         * src/prefs_themes.c
17959                 replace deprecated g_dirname    
17960
17961 2004-11-12 [colin]      0.9.12cvs146.3
17962
17963         * src/textview.c
17964                 Some coding style fixes
17965
17966 2004-11-12 [colin]      0.9.12cvs146.2
17967
17968         * src/codeconv.c
17969                 We want to replace _all_ extended chars in
17970                 conv_unreadable_*, because any string containing
17971                 extended chars not parsing as UTF8 is 
17972                 undisplayed on gtk2.
17973
17974 2004-11-12 [paul]       0.9.12cvs146.1
17975
17976         * ChangeLog
17977         * ChangeLog.claws
17978         * ChangeLog.jp
17979         * NEWS
17980         * configure.ac
17981         * src/account.c
17982         * src/folderview.c
17983         * src/folderview.h
17984         * src/imap.c
17985         * src/imap_gtk.c
17986         * src/inc.c
17987         * src/mainwindow.c
17988         * src/mh_gtk.c
17989         * src/news_gtk.c
17990         * src/pop.c
17991         * src/prefs_account.c
17992         * src/prefs_account.h
17993         * src/prefs_ext_prog.c
17994         * src/procmime.c
17995         * src/procmime.h
17996         * src/procmsg.c
17997         * src/procmsg.h
17998         * src/summary_search.c
17999         * src/summaryview.c
18000         * src/textview.c
18001         * src/common/defs.h
18002         * src/common/utils.c
18003         * src/common/utils.h
18004         * src/gtk/menu.c
18005         * src/gtk/menu.h
18006                 sync with HEAD
18007
18008 2004-11-11 [colin]      0.9.12cvs144.2
18009
18010         * src/textview.c
18011                 Fix URI range selection (patch by Alfons)
18012
18013 2004-11-09 [colin]      0.9.12cvs144.1
18014
18015         * ChangeLog.claws
18016         * src/compose.c
18017         * src/folder.c
18018         * src/folder_item_prefs.c
18019         * src/prefs_account.c
18020         * src/prefs_account.h
18021         * src/plugins/pgpmime/pgpmime.c
18022                 Sync with HEAD
18023
18024 2004-11-08 [colin]      0.9.12cvs143.1
18025
18026         * src/summaryview.c
18027                 Sync with HEAD (optimize quicksearch)
18028
18029 2004-11-08 [colin]      0.9.12cvs142.2
18030
18031         * src/compose.c
18032                 Don't wrap when Edit/Auto wrapping is disabled
18033
18034 2004-11-08 [colin]      0.9.12cvs142.1
18035
18036         * src/textview.c
18037                 Sync with HEAD
18038
18039 2004-11-08 [colin]      0.9.12cvs141.1
18040
18041         * src/textview.c
18042                 Sync with HEAD (fix some mail URIs)
18043
18044 2004-11-08 [colin]      0.9.12cvs140.3
18045
18046         * src/textview.c
18047                 o Use text cursor instead of arrow when
18048                   not on a link
18049                 o Fix handling of contiguous links (as in
18050                   "colin@colino.net" <colin@colino.net>)
18051                   This one unveils a bug in get_email_part()
18052
18053 2004-11-07 [colin]      0.9.12cvs140.2
18054
18055         * src/textview.c
18056                 Fix memleak. Patch by Alfons.
18057
18058 2004-11-06 [colin]      0.9.12cvs140.1
18059
18060         * src/compose.c
18061                 Sync with HEAD (don't ask passphrase
18062                 when drafting)
18063
18064 2004-11-06 [paul]       0.9.12cvs139.2
18065
18066         * AUTHORS
18067         * src/textview.c
18068         * src/textview.h
18069                 textview URI handling. hovering over a 
18070                 link displays it in the status bar,
18071                 and changes the mouse pointer to a hand 
18072                 cursor. a link is activated with a single 
18073                 click. (Modified from the) patch by Jean-Yves 
18074                 Lefort <jylefort@users.sourceforge.net>
18075                 
18076
18077 2004-11-05 [colin]      0.9.12cvs139.1
18078
18079         * src/compose.c
18080         * src/procmime.c
18081                 Sync with HEAD again ^^
18082
18083 2004-11-05 [colin]      0.9.12cvs139.1
18084
18085         * src/compose.c
18086         * src/procmime.c
18087                 Sync with HEAD
18088
18089 2004-11-03 [paul]       0.9.12cvs138.1
18090
18091         * ChangeLog.claws
18092         * configure.ac
18093         * po/POTFILES.in
18094         * src/prefs_ext_prog.c
18095         * src/procmime.c
18096         * tools/kdeservicemenu/README
18097         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18098         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18099                 sync with HEAD
18100
18101 2004-11-01 [christoph]  0.9.12cvs136.2
18102
18103         * src/procmime.c
18104                 convert MIME parameters to UTF-8
18105
18106 2004-10-29 [colin]      0.9.12cvs136.1
18107
18108         * src/common/utils.c
18109                 Sync with HEAD (don't use '=' in mime boundary)
18110
18111 2004-10-29 [paul]       0.9.12cvs135.1
18112
18113         * configure.ac
18114         * doc/src/rfc2231.txt
18115         * src/procmime.c
18116         * src/common/quoted-printable.c
18117         * src/common/utils.c
18118         * src/common/utils.h
18119                 sync with HEAD
18120
18121 2004-10-27 [paul]       0.9.12cvs134.1
18122
18123         * configure.ac
18124         * src/main.c
18125         * src/procmime.c
18126         * src/plugins/pgpmime/pgpmime.c
18127                 sync with HEAD
18128
18129 2004-10-26 [paul]       0.9.12cvs132.3
18130
18131         * src/account.c
18132         * src/addressbook.c
18133         * src/addrgather.c
18134         * src/addrharvest.c
18135         * src/codeconv.c
18136         * src/compose.c
18137         * src/customheader.c
18138         * src/editaddress.c
18139         * src/editgroup.c
18140         * src/enriched.c
18141         * src/expldifdlg.c
18142         * src/exporthtml.c
18143         * src/exportldif.c
18144         * src/folder.c
18145         * src/foldersel.c
18146         * src/folderview.c
18147         * src/grouplistdialog.c
18148         * src/html.c
18149         * src/imap.c
18150         * src/jpilot.c
18151         * src/ldapserver.c
18152         * src/ldif.c
18153         * src/mimeview.c
18154         * src/news.c
18155         * src/news_gtk.c
18156         * src/pop.c
18157         * src/prefs_display_header.c
18158         * src/prefs_gtk.c
18159         * src/prefs_msg_colors.c
18160         * src/prefs_toolbar.c
18161         * src/procheader.c
18162         * src/procmime.c
18163         * src/summaryview.c
18164         * src/textview.c
18165         * src/toolbar.c
18166         * src/vcard.c
18167         * src/common/mgutils.c
18168         * src/common/nntp.c
18169         * src/common/smtp.c
18170         * src/common/template.c
18171         * src/common/utils.c
18172         * src/common/xmlprops.c
18173         * src/plugins/pgpmime/pgpmime.c
18174         * src/plugins/pgpmime/select-keys.c
18175         * src/plugins/pgpmime/sgpgme.c
18176                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18177                 g_string_sprintfa(), gtk_notebook_current_page()
18178
18179 2004-10-26 [colin]      0.9.12cvs132.2
18180
18181         * src/prefs_folder_item.c
18182                 Fix default-account selection
18183
18184 2004-10-21 [colin]      0.9.12cvs133
18185
18186         * src/compose.c
18187                 Sync with HEAD (Remove extra separator in compose's Options)
18188         * src/textview.c
18189                 Set wrapping to char
18190
18191 2004-10-21 [paul]       0.9.12cvs131.2
18192
18193         * src/compose.c
18194         * src/sourcewindow.c
18195                 fix wrapping
18196                 fix window shrinking 
18197
18198 2004-10-21 [colin]      0.9.12cvs131.1
18199
18200         * ChangeLog.claws
18201         * src/compose.c
18202                 Sync with HEAD
18203
18204 2004-10-21 [paul]       0.9.12cvs130.2
18205
18206         * src/prefs_folder_item.c
18207                 sync with HEAD (Apply to subfolders)
18208
18209 2004-10-19 [colin]      0.9.12cvs130.1
18210
18211         * ChangeLog.claws
18212         * src/compose.c
18213         * src/common/utils.c
18214         * src/gtk/menu.c
18215                 Sync with HEAD
18216
18217 2004-10-19 [colin]      0.9.12cvs128.1
18218
18219         * src/addrbook.c
18220         * src/addrcache.c
18221         * src/addressbook.c
18222         * src/codeconv.c
18223         * src/compose.c
18224         * src/customheader.c
18225         * src/editaddress.c
18226         * src/editgroup.c
18227         * src/exporthtml.c
18228         * src/folder.c
18229         * src/folderview.c
18230         * src/imap.c
18231         * src/jpilot.c
18232         * src/main.c
18233         * src/matcher_parser_parse.y
18234         * src/mbox.c
18235         * src/pop.c
18236         * src/prefs_account.c
18237         * src/prefs_gtk.c
18238         * src/prefs_msg_colors.c
18239         * src/procheader.c
18240         * src/procmime.c
18241         * src/procmime.h
18242         * src/procmsg.c
18243         * src/summaryview.c
18244         * src/textview.c
18245         * src/common/base64.c
18246         * src/common/partial_download.c
18247         * src/common/socket.c
18248         * src/common/sylpheed.c
18249         * src/common/utils.c
18250         * src/common/utils.h
18251         * src/gtk/pluginwindow.c
18252         * src/gtk/quicksearch.c
18253         * src/plugins/clamav/clamav_plugin.c
18254         * src/plugins/clamav/clamav_plugin.h
18255         * src/plugins/clamav/clamav_plugin_gtk.c
18256         * src/plugins/pgpmime/passphrase.c
18257         * src/plugins/pgpmime/pgpmime.c
18258         * src/plugins/pgpmime/plugin.c
18259         * src/plugins/pgpmime/prefs_gpg.c
18260         * src/plugins/pgpmime/prefs_gpg.h
18261         * src/plugins/pgpmime/select-keys.c
18262         * src/plugins/pgpmime/sgpgme.c
18263         * src/plugins/spamassassin/libspamc.c
18264         * src/plugins/spamassassin/spamassassin.c
18265         * src/plugins/spamassassin/spamassassin.h
18266         * src/plugins/spamassassin/spamassassin_gtk.c
18267         * src/plugins/trayicon/trayicon.c
18268         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18269                 Sync with HEAD
18270
18271 2004-10-14 [colin]      0.9.12cvs126.2
18272
18273         * src/codeconv.c
18274         * src/textview.c
18275                 Fix conv_unreadable_locale
18276
18277 2004-10-13 [colin]      0.9.12cvs126.1
18278
18279         * src/compose.c
18280                 Sync with HEAD (don't convert charset for 
18281                 drafted messages, minor cleanup)
18282
18283 2004-10-13 [colin]      0.9.12cvs125.1
18284
18285         * po/POTFILES.in
18286                 Sync with HEAD (POTFILES fix)
18287
18288 2004-10-12 [colin]      0.9.12cvs124.3
18289
18290         * src/compose.c
18291                 Fix encoding bug from latest sync
18292
18293 2004-10-12 [paul]       0.9.12cvs124.2
18294
18295         * src/plugins/pgpmime/prefs_gpg.c
18296         * src/plugins/pgpmime/prefs_gpg.h
18297                 forgotten in last commit        
18298
18299 2004-10-12 [paul]       0.9.12cvs124.1
18300
18301         * ChangeLog.claws
18302         * configure.ac
18303         * m4/spamassassin.m4
18304         * src/Makefile.am
18305         * src/account.c
18306         * src/compose.c
18307         * src/compose.h
18308         * src/crash.c
18309         * src/main.c
18310         * src/mimeview.c
18311         * src/passphrase.c
18312         * src/passphrase.h
18313         * src/prefs_account.c
18314         * src/prefs_account.h
18315         * src/prefs_common.c
18316         * src/privacy.c
18317         * src/privacy.h
18318         * src/procmime.c
18319         * src/procmime.h
18320         * src/procmsg.c
18321         * src/rfc2015.c
18322         * src/rfc2015.h
18323         * src/select-keys.c
18324         * src/select-keys.h
18325         * src/textview.c
18326         * src/common/utils.c
18327         * src/common/utils.h
18328         * src/gtk/about.c
18329         * src/plugins/pgpmime/Makefile.am
18330         * src/plugins/pgpmime/passphrase.c
18331         * src/plugins/pgpmime/passphrase.h
18332         * src/plugins/pgpmime/pgpmime.c
18333         * src/plugins/pgpmime/plugin.c
18334         * src/plugins/pgpmime/select-keys.c
18335         * src/plugins/pgpmime/select-keys.h
18336         * src/plugins/pgpmime/sgpgme.c
18337         * src/plugins/pgpmime/sgpgme.h
18338                 sync with HEAD
18339
18340 2004-10-04 [colin]      0.9.12cvs122.1
18341
18342         * src/mainwindow.c
18343         * src/messageview.c
18344         * src/messageview.h
18345         * src/textview.c
18346                 Sync with HEAD
18347
18348 2004-10-04 [colin]      0.9.12cvs121.1
18349
18350         * src/summaryview.c
18351                 Sync with HEAD
18352
18353 2004-10-04 [paul]       0.9.12cvs120.1
18354
18355         * configure.ac
18356                 sync with HEAD [don't try to build 
18357                 pgpmime plugin when gpgme is disabled]
18358
18359 2004-10-03 [colin]      0.9.12cvs119.3
18360
18361         * src/gtk/gtksctree.c
18362                 Lots of side effects. Put back as before 117.2.
18363         * src/summaryview.c
18364                 Fix bug #602
18365
18366 2004-10-03 [colin]      0.9.12cvs119.2
18367
18368         * src/gtk/gtksctree.c
18369                 Revert 608 fix that doesn't work that good
18370
18371 2004-10-02 [colin]      0.9.12cvs119.1
18372
18373         * src/mainwindow.c
18374         * src/messageview.c
18375         * src/prefs_common.h
18376         * src/procmime.c
18377         * src/procmime.h
18378         * src/textview.c
18379                 Sync with HEAD
18380         * src/gtk/gtksctree.c
18381                 Close bug #608
18382
18383 2004-10-01 [colin]      0.9.12cvs118.1
18384
18385         * src/mimeview.c
18386                 Sync with HEAD (better Save All fix)
18387
18388 2004-10-01 [colin]      0.9.12cvs117.2
18389
18390         * src/gtk/gtksctree.c
18391                 Faster on selection
18392
18393 2004-10-01 [colin]      0.9.12cvs117.1
18394
18395         * src/mimeview.c
18396                 Sync with HEAD (Save All: only attachments)
18397
18398 2004-10-01 [paul]       0.9.12cvs116.1
18399
18400         * ChangeLog.claws
18401         * configure.ac
18402         * src/account.c
18403         * src/prefs_common.c
18404         * src/gtk/colorlabel.c
18405                 sync with HEAD
18406
18407 2004-09-30 [colin]      0.9.12cvs115.1
18408
18409         * src/stock_pixmap.c
18410         * src/stock_pixmap.h
18411         * src/folderview.c
18412         * src/Makefile.am
18413         * src/pixmaps/read.xpm
18414                 Sync with HEAD (new pixmap)
18415
18416 2004-09-29 [colin]      0.9.12cvs114.1
18417
18418         * src/compose.c
18419                 Sync with HEAD
18420                 Fix focus handling in headers
18421
18422 2004-09-29 [paul]       0.9.12cvs113.1
18423
18424         * src/quote_fmt_parse.y
18425                 sync with HEAD
18426  
18427
18428 2004-09-28 [colin]      0.9.12cvs112.1
18429
18430         * src/folderview.c
18431         * src/mainwindow.c
18432                 Sync with HEAD
18433
18434 2004-09-28 [colin]      0.9.12cvs110.1
18435
18436         * src/folderview.c
18437                 Sync with HEAD (Contextual Empty trash menu)
18438
18439 2004-09-28 [colin]      0.9.12cvs108.1
18440
18441         * src/addressbook.c
18442                 Sync with HEAD (addressbook edit on double-click)
18443
18444 2004-09-28 [colin]      0.9.12cvs106.1
18445
18446         * src/inc.c
18447                 Sync with HEAD (folder_item freeze on inc)
18448
18449 2004-09-27 [colin]      0.9.12cvs105.1
18450
18451         * src/folderview.c
18452                 Sync with HEAD (right-align new and unread column)
18453
18454 2004-09-27 [colin]      0.9.12cvs104.1
18455
18456         * src/main.c
18457                 Sync with HEAD (revert 0.9.12cvs101)
18458
18459 2004-09-24 [colin]      0.9.12cvs103.2
18460
18461         * src/wizard.c
18462                 Fix gtk warnings and use domain part of the email address 
18463                 when domain detection fails (no dot in domain name)
18464
18465 2004-09-23 [colin]      0.9.12cvs103.1
18466
18467         * src/plugins/spamassassin/libspamc.c
18468         * src/plugins/spamassassin/libspamc.h
18469         * src/plugins/spamassassin/utils.c
18470         * src/plugins/spamassassin/utils.h
18471                 Sync with HEAD (Update spamassassin to 3.0)
18472
18473 2004-09-21 [colin]      0.9.12cvs102.3
18474
18475         * src/action.c
18476                 Add horizontal scrollbar in action io dialog as needed
18477                 Patch by Alfons.
18478
18479 2004-09-20 [colin]      0.9.12cvs102.2
18480
18481         * src/plugins/image_viewer/viewer.c
18482                 Remove imlib stuff
18483                 use gtk_pixmap_set when clearing
18484                 (would be better to use gtkImages, but causes size-allocate 
18485                 signals storm)
18486
18487 2004-09-17 [paul]       0.9.12cvs102.1
18488
18489         * ChangeLog
18490         * ChangeLog.claws
18491         * ChangeLog.jp
18492         * configure.ac
18493         * src/inc.c
18494                 sync with HEAD
18495
18496
18497 2004-09-17 [colin]      0.9.12cvs101.1
18498
18499         * ChangeLog.claws
18500         * src/main.c
18501                 Sync with HEAD (fix segs at exit)
18502
18503 2004-09-14 [colin]      0.9.12cvs99.5
18504
18505         * src/common/socket.c
18506         * AUTHORS
18507                 Fix send error on 64bit platforms
18508                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18509
18510 2004-09-14 [colin]      0.9.12cvs99.4
18511
18512         * src/action.c
18513                 Fix action output with utf8 
18514                 Patch by Alfons.
18515
18516 2004-09-14 [colin]      0.9.12cvs99.3
18517
18518         * ChangeLog.claws
18519         * src/folder.c
18520                 Sync with HEAD
18521
18522 2004-09-09 [colin]      0.9.12cvs99.2
18523
18524         * src/action.c
18525                 Fix progress bar (displaying "Completed %v/%u")
18526                 Patch by Alfons.
18527
18528 2004-09-08 [colin]      0.9.12cvs99.1
18529
18530         * src/account.c
18531         * src/folder.c
18532         * src/procmsg.c
18533         * src/procmsg.h
18534         * src/plugins/pgpmime/pgpmime.c
18535                 Sync with HEAD
18536
18537 2004-09-08 [colin]      0.9.12cvs97.2
18538
18539         * src/summaryview.c
18540                 Don't select mails in collapsed threads 
18541                 when navigating with up/down
18542
18543 2004-09-07 [colin]      0.9.12cvs97.1
18544
18545         * src/inc.c
18546                 Sync with HEAD (meaningful error messages)
18547
18548 2004-09-06 [colin]      0.9.12cvs96.1
18549
18550         * src/toolbar.c
18551                 Sync with HEAD (fix Redirect graying out)
18552
18553 2004-09-06 [colin]      0.9.12cvs95.1
18554
18555         * src/summaryview.c
18556         * src/mimeview.c
18557                 Sync with HEAD (fix dropped URIs)
18558
18559 2004-09-06 [colin]      0.9.12cvs94.1
18560
18561         * src/addressbook.c
18562         * src/addressitem.h
18563         * src/addritem.c
18564         * src/addritem.h
18565                 Sync with HEAD (addressbook DnD)
18566
18567 2004-09-03 [colin]      0.9.12cvs93.1
18568
18569         * src/summaryview.c
18570                 Sync with HEAD (next/prev unread)
18571
18572 2004-09-03 [colin]      0.9.12cvs92.1
18573
18574         * src/prefs_common.c
18575         * src/prefs_common.h
18576         * src/summaryview.c
18577                 Sync with HEAD ('mark_as_read_delay' pref)
18578
18579 2004-09-02 [colin]      0.9.12cvs91.2
18580
18581         * src/common/xml.c
18582                 Fix leak
18583
18584 2004-09-02 [colin]      0.9.12cvs91.1
18585
18586         * src/gtk/menu.c
18587                 Sync with HEAD (menu accel don't work, but whatever)
18588
18589 2004-09-02 [colin]      0.9.12cvs90.1
18590
18591         * src/account.c
18592                 Sync with HEAD (fix bug 582)
18593
18594 2004-09-02 [colin]      0.9.12cvs89.1
18595
18596         * src/addrindex.c
18597                 Sync with HEAD (free deleted queries)
18598
18599 2004-09-02 [colin]      0.9.12cvs88.1
18600
18601         * src/ldapquery.c
18602                 Sync with HEAD (fix LDAP freezes)
18603
18604 2004-09-02 [colin]      0.9.12cvs87.1
18605
18606         * src/prefs_spelling.c
18607                 Sync with HEAD (add default dictionary)
18608
18609 2004-09-01 [colin]      0.9.12cvs86.1
18610
18611         * src/filtering.c
18612         * src/folderview.c
18613         * src/imap.c
18614         * src/prefs_matcher.c
18615         * src/stock_pixmap.c
18616         * src/summary_search.c
18617         * src/summaryview.c
18618         * src/wizard.c
18619         * src/wizard.h
18620                 Sync with HEAD (uninitialized vars fixes)
18621                 + gtk2 specific warning fixes
18622
18623 2004-08-31 [colin]      0.9.12cvs85.1
18624
18625         * src/folder.c
18626                 Sync with HEAD (Fix memory corruption due to 
18627                 uninitialized var)
18628
18629 2004-08-31 [colin]      0.9.12cvs84.4
18630
18631         * src/summary_search.c
18632                 Fix segfaults when searching in folders with broken headers
18633
18634 2004-08-31 [colin]      0.9.12cvs84.3
18635
18636         * src/compose.c
18637         * src/textview.c
18638                 Fix some more encoding/decoding issues
18639
18640 2004-08-30 [colin]      0.9.12cvs84.2
18641
18642         * src/mimeview.c
18643         * src/prefs_themes.c
18644         * src/gtk/filesel.c
18645         * src/gtk/filesel.h
18646                 Add a folder-mode selection (fixes mimeview's "Save all")
18647
18648 2004-08-29 [colin]      0.9.12cvs84.1
18649
18650         * src/mimeview.c
18651                 Sync with HEAD (don't escape saved filenames)
18652
18653 2004-08-27 [colin]      0.9.12cvs83.1
18654
18655         * ChangeLog
18656         * ChangeLog.claws
18657         * ChangeLog.jp
18658         * src/mh.c
18659         * src/procheader.c
18660         * src/procmsg.c
18661         * src/procmsg.h
18662         * src/common/utils.c
18663         * src/gtk/menu.h
18664         * po/
18665                 Sync with HEAD 0.9.12cvs83 (sync with main)
18666
18667 2004-08-26 [colin]      0.9.12cvs82.4
18668
18669         * src/codeconv.c
18670                 Fix strange stack corruption
18671                 Convert to utf8 after unmime, not before
18672
18673 2004-08-26 [colin]      0.9.12cvs82.3
18674
18675         * src/main.c
18676         * src/wizard.c
18677                 Fix account folders duplication
18678
18679 2004-08-25 [colin]      0.9.12cvs82.2
18680
18681         * src/wizard.c
18682                 Remove ports
18683                 Add SSL selection
18684                 Use login@server as account name
18685
18686 2004-08-25 [colin]      0.9.12cvs82.1
18687
18688         * src/plugins/pgpmime/pgpmime.c
18689                 Sync with HEAD (leak fix).
18690
18691 2004-08-25 [colin]      0.9.12cvs81.1
18692
18693         * src/plugins/pgpmime/pgpmime.c
18694         * src/plugins/pgpmime/sgpgme.c
18695         * src/plugins/pgpmime/sgpgme.h
18696                 Sync with HEAD (Handle combined messages).
18697
18698 2004-08-24 [colin]      0.9.12cvs80.3
18699
18700         * src/wizard.c
18701                 Fix full name, ports, and imap
18702
18703 2004-08-24 [colin]      0.9.12cvs80.2
18704
18705         * src/Makefile.am
18706         * src/main.c
18707         * src/setup.c
18708         * src/setup.h
18709         * src/stock_pixmap.c
18710         * src/stock_pixmap.h
18711         * src/wizard.c ** ADDED **
18712         * src/wizard.h ** ADDED ** 
18713         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
18714                 Add a setup wizard 
18715
18716 2004-08-24 [colin]      0.9.12cvs80.1
18717
18718         * src/folder.c
18719                 Sync with HEAD (set mimeflags on all messages)
18720
18721 2004-08-24 [colin]      0.9.12cvs79.3
18722
18723         * src/matcher_parser_lex.l
18724                 Fix 8bits strings not in utf8
18725
18726 2004-08-24 [colin]      0.9.12cvs79.2
18727
18728         * src/compose.c
18729                 Check conversion result before replacing buffer
18730
18731 2004-08-23 [colin]      0.9.12cvs79.1
18732
18733         * src/compose.c
18734                 Sync with HEAD (create message header in memory)
18735
18736 2004-08-23 [colin]      0.9.12cvs78.1
18737
18738         * src/rfc2015.c
18739         * src/rfc2015.h
18740                 Sync with HEAD (fix bug 197 again)
18741
18742 2004-08-23 [colin]      0.9.12cvs77.3
18743
18744         * src/compose.c
18745                 Fix again inline gpg signing (which outputs utf8
18746                 in gtk2). Not syncing this fix to HEAD as this 
18747                 code is meant to die.
18748
18749 2004-08-23 [colin]      0.9.12cvs77.2
18750
18751         * src/prefs_account.h
18752                 Remove useless include
18753
18754 2004-08-23 [colin]      0.9.12cvs77.1
18755
18756         * src/imap.c
18757         * po/es.po
18758         * po/fr.po
18759         * po/it.po
18760         * po/pl.po
18761         * po/pt_BR.po
18762         * po/sk.po
18763         * po/sr.po
18764                 Sync with HEAD (fix bug 577)
18765
18766 2004-08-22 [colin]      0.9.12cvs76.1
18767
18768         * src/plugins/trayicon/trayicon.c
18769                 Sync with HEAD (fix formatting bug)
18770
18771 2004-08-21 [colin]      0.9.12cvs74.2
18772
18773         * src/gtk/colorsel.c
18774                 Fix bug 564 (Folder color selection window exits on any
18775                 keypress)
18776
18777 2004-08-21 [colin]      0.9.12cvs74.1
18778
18779         * ChangeLog.claws
18780         * src/compose.c
18781         * src/summaryview.c
18782         * src/toolbar.c
18783                 Sync with HEAD (fix bug 576)
18784
18785 2004-08-21 [colin]      0.9.12cvs70.1
18786
18787         * src/compose.c
18788         * src/mainwindow.c
18789                 Sync with HEAD
18790                 
18791
18792 2004-08-21 [paul]       0.9.12cvs66.4
18793
18794         * src/mainwindow.c
18795         * src/messageview.c
18796         * src/gtk/menu.c
18797         * src/plugins/spamassassin/spamassassin_gtk.c
18798                 remove some deprecated gtk1 functions
18799
18800
18801 2004-08-21 [colin]      0.9.12cvs66.3
18802
18803         * src/compose.c
18804         * src/codeconv.c
18805                 Fix warnings
18806                 Remove encoding hacks
18807                 Fix bug 575 (Strange character messes up message)
18808                 Don't display conversion error when drafting
18809
18810 2004-08-21 [paul]       0.9.12cvs66.2
18811
18812         * src/prefs_account.c
18813                 fix GnuPG mode bugs
18814
18815
18816 2004-08-20 [colin]      0.9.12cvs66.1
18817
18818         * src/codeconv.c
18819                 Sync with HEAD 0.9.12cvs66
18820
18821 2004-08-20 [paul]
18822
18823         * src/plugins/pgpmime/plugin.c
18824                 modify PGP/MIME plugin's description
18825
18826 2004-08-17 [colin]      0.9.12cvs65.1
18827
18828         * src/common/ssl.c
18829         * src/plugins/pgpmime/plugin.c
18830                 Sync with HEAD
18831
18832 2004-08-14 [colin]      0.9.12cvs60.3
18833
18834         * src/plugins/trayicon/trayicon.c
18835                 Put back resize callback, on size-request signal
18836                 rather than size-allocate to avoid infinite 
18837                 callback loop
18838
18839 2004-08-13 [colin]      0.9.12cvs60.2
18840
18841         * src/common/defs.h
18842                 Cache versions have been fixed
18843
18844 2004-08-13 [colin]      0.9.12cvs60.1
18845
18846         * src/folderutils.c
18847                 Sync with HEAD
18848
18849 2004-08-12 [colin]      0.9.12cvs59.1
18850
18851         * src/plugins/trayicon/trayicon.c
18852                 Sync with HEAD
18853
18854 2004-08-12 [colin]      0.9.12cvs57.5
18855
18856         * sylpheed.desktop
18857         * configure.ac
18858         * src/Makefile.am
18859         * src/main.c
18860                 Add support for Freedesktop.org's startup notification
18861
18862 2004-08-11 [colin]      0.9.12cvs57.4
18863
18864         * src/textview.c
18865                 Fix off-by-one
18866
18867 2004-08-11 [colin]      0.9.12cvs57.3
18868
18869         * src/message_search.c
18870         * src/summary_search.c
18871                 Make searches case insensitive by default
18872         * src/textview.c
18873                 Fix case-insensitive search in message
18874
18875 2004-08-11 [colin]      0.9.12cvs57.2
18876
18877         * src/summary_search.c
18878                 Let case-sensitive be specified
18879
18880 2004-08-10 [colin]      0.9.12cvs55.4
18881
18882         * src/common/socket.c
18883                 Fix the possible race condition
18884
18885 2004-08-09 [paul]       0.9.12cvs55.3
18886
18887         * configure.ac
18888         * src/Makefile.am
18889         * src/common/Makefile.am
18890                 sync with HEAD
18891
18892
18893 2004-08-09 [paul]       0.9.12cvs55.2
18894
18895         * autogen.sh
18896         * po/poconv.sh
18897                 remove unneeded script
18898
18899         * configure.ac
18900                 add forgotten USE_LDAP_TLS (sync with HEAD)
18901
18902
18903 2004-08-09 [colin]      0.9.12cvs55.1
18904
18905         * src/main.c
18906         * src/common/ssl.c
18907         * src/common/sylpheed.c
18908         * src/common/sylpheed.h
18909                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
18910
18911 2004-08-09 [paul]       0.9.12cvs54.1
18912
18913         * ChangeLog
18914         * ChangeLog.claws
18915         * ChangeLog.jp
18916         * configure.ac
18917         * po/POTFILES.in
18918         * src/Makefile.am
18919         * src/folderutils.c
18920         * src/main.c
18921         * src/pgpmime.c
18922         * src/pgpmime.h
18923         * src/sgpgme.c
18924         * src/sgpgme.h
18925         * src/plugins/Makefile.am
18926         * src/plugins/pgpmime/.cvsignore
18927         * src/plugins/pgpmime/Makefile.am
18928         * src/plugins/pgpmime/pgpmime.c
18929         * src/plugins/pgpmime/pgpmime.h
18930         * src/plugins/pgpmime/plugin.c
18931         * src/plugins/pgpmime/sgpgme.c
18932         * src/plugins/pgpmime/sgpgme.h
18933                 sync with HEAD
18934
18935 2004-08-08 [paul]       0.9.12cvs51.1
18936
18937         * configure.ac
18938         * src/folder.c
18939                 sync with HEAD
18940
18941 2004-08-07 [colin]      0.9.12cvs50.1
18942
18943         * src/pop.c
18944         * src/common/partial_download.c
18945                 fix warnings (sync from HEAD)
18946
18947 2004-08-07 [colin]      0.9.12cvs48.1
18948
18949         * src/prefs_folder_item.c
18950                 sync with HEAD 0.9.12cvs48
18951
18952 2004-08-06 [colin]      0.9.12cvs47.1
18953
18954         * src/compose.c
18955                 Sync with HEAD
18956
18957 2004-08-06 [christoph]  0.9.12cvs46.2
18958
18959         * src/main.c
18960         * src/plugins/clamav/clamav_plugin_gtk.c
18961         * src/plugins/dillo_viewer/dillo_viewer.c
18962         * src/plugins/image_viewer/plugin.c
18963         * src/plugins/mathml_viewer/mathml_viewer.c
18964         * src/plugins/spamassassin/spamassassin_gtk.c
18965         * src/plugins/trayicon/trayicon.c
18966                 don't mix GTK1.2 plugin with GTK2 plugins
18967
18968 2004-08-06 [colin]      0.9.12cvs46.1
18969
18970         * ChangeLog
18971         * ChangeLog.claws
18972         * ChangeLog.jp
18973         * configure.ac
18974         * sylpheed-claws.pc.in
18975         * src/folder.c
18976         * src/imap.c
18977         * src/localfolder.c
18978         * src/messageview.c
18979         * src/mimeview.c
18980         * src/mimeview.h
18981         * src/msgcache.c
18982         * src/news.c
18983         * src/prefs_ext_prog.c
18984         * src/prefs_folder_item.c
18985         * src/prefs_fonts.c
18986         * src/prefs_msg_colors.c
18987         * src/prefs_spelling.c
18988         * src/prefs_themes.c
18989         * src/prefs_toolbar.c
18990         * src/prefs_wrapping.c
18991         * src/procmime.h
18992         * src/common/defs.h
18993         * src/common/nntp.c
18994         * src/common/session.c
18995         * src/common/session.h
18996         * src/common/socket.c
18997         * src/common/utils.h
18998         * src/common/xml.c
18999         * src/common/xml.h
19000         * src/gtk/prefswindow.c
19001         * src/gtk/prefswindow.h
19002         * src/plugins/clamav/clamav_plugin_gtk.c
19003         * src/plugins/dillo_viewer/dillo_prefs.c
19004         * src/plugins/image_viewer/viewerprefs.c
19005         * src/plugins/spamassassin/spamassassin_gtk.c
19006         * m4/openssl.m4 *** REMOVED ***
19007                 Sync with HEAD 0.9.12cvs46
19008
19009 2004-08-03 [paul]       0.9.12cvs40.2
19010
19011         * src/action.c
19012         * src/addressadd.c
19013         * src/addressbook.c
19014         * src/addrgather.c
19015         * src/browseldap.c
19016         * src/compose.c
19017         * src/crash.c
19018         * src/editaddress.c
19019         * src/editgroup.c
19020         * src/editldap_basedn.c
19021         * src/foldersel.c
19022         * src/importldif.c
19023         * src/mimeview.c
19024         * src/prefs_common.c
19025         * src/prefs_template.c
19026         * src/sourcewindow.c
19027         * src/summaryview.c
19028         * src/gtk/about.c
19029         * src/gtk/foldersort.c
19030         * src/gtk/logwindow.c
19031         * src/gtk/pluginwindow.c
19032         * src/gtk/prefswindow.c
19033                 change all gtk_scrolled_window_set_policy from 
19034                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19035
19036 2004-08-02 [paul]       0.9.12cvs40.1
19037
19038         * AUTHORS
19039                 update translation team section
19040         * po/pt_BR.po
19041                 updated by Frederico Goncalves Guimaraes
19042                 <fggdebian@yahoo.com.br>
19043
19044 2004-07-31 [colin]      0.9.12cvs39.9
19045
19046         * src/exphtmldlg.c
19047                 Fix compilation
19048
19049 2004-07-31 [colin]      0.9.12cvs39.8
19050
19051         * src/exphtmldlg.c
19052                 Fix an alertpanel type
19053
19054 2004-07-30 [colin]      0.9.12cvs39.7
19055
19056         * src/alertpanel.c
19057                 Fix alertpanel_error_log's icon
19058
19059 2004-07-30 [colin]      0.9.12cvs39.6
19060
19061         * src/pop.c
19062                 Two of them should still be warnings
19063
19064 2004-07-30 [colin]      0.9.12cvs39.5
19065
19066         * src/pop.c
19067                 More warning -> error
19068 2004-07-29 [colin]      0.9.12cvs39.4
19069
19070         * src/pop.c
19071                 Warning -> error
19072
19073 2004-07-29 [colin]      0.9.12cvs39.3
19074
19075         * src/prefs_matcher.c
19076                 Fix segfault
19077
19078 2004-07-29 [colin]      0.9.12cvs39.2
19079
19080         * src/alertpanel.c
19081                 More nice-looking alertpanels
19082
19083 2004-07-29 [colin]      0.9.12cvs39.1
19084
19085         * src/messageview.c
19086                 sync with head
19087                 (inform user when partial mail is deleted on server)
19088
19089 2004-07-29 [colin]      0.9.12cvs38.1
19090
19091         * src/messageview.c
19092                 sync with head
19093
19094 2004-07-28 [paul]       0.9.12cvs37.7
19095
19096         * src/mainwindow.c
19097                 complete the replacement of deprecated gtk_progress_*
19098
19099 2004-07-28 [paul]       0.9.12cvs37.6
19100
19101         * src/action.c
19102         * src/inc.c
19103         * src/mainwindow.c
19104         * src/send_message.c
19105         * src/gtk/progressdialog.c
19106         * src/gtk/progressdialog.h
19107                 replace deprecated gtk_progress_*
19108
19109 2004-07-28 [paul]       0.9.12cvs37.5
19110
19111         * src/gtk/filesel.c
19112                 remove gtk_window_set_wmclass()
19113 2004-07-28 [paul]       0.9.12cvs37.4
19114
19115         * src/addressbook.c
19116         * src/compose.c
19117         * src/foldersel.c
19118         * src/mainwindow.c
19119         * src/messageview.c
19120         * src/sourcewindow.c
19121         * src/gtk/logwindow.c
19122                 remove gtk_window_set_wmclass()
19123                 
19124         * src/prefs_filtering.c
19125         * src/prefs_filtering_action.c
19126         * src/prefs_fonts.c
19127         * src/prefs_gtk.c
19128         * src/prefs_matcher.c
19129         * src/ssl_manager.c
19130         * src/gtk/prefswindow.c
19131                 replace gtk_window_position()
19132
19133 2004-07-28 [colin]      0.9.12cvs37.3
19134
19135         * src/alertpanel.c
19136         * src/alertpanel.h
19137                 Add a way to specify panel type for specific
19138                 panels (alertpanel())
19139         * src/account.c
19140         * src/addressbook.c
19141         * src/compose.c
19142         * src/expldifdlg.c
19143         * src/main.c
19144         * src/messageview.c
19145         * src/summaryview.c
19146         * src/textview.c
19147         * src/gtk/sslcertwindow.c
19148                 Fix alertpanel()s so that their icon match
19149                 their real type
19150
19151 2004-07-28 [paul]       0.9.12cvs37.2
19152
19153         * src/addr_compl.c
19154         * src/addressbook.c
19155         * src/alertpanel.c
19156         * src/compose.c
19157         * src/export.c
19158         * src/foldersel.c
19159         * src/folderview.c
19160         * src/grouplistdialog.c
19161         * src/import.c
19162         * src/mainwindow.c
19163         * src/message_search.c
19164         * src/messageview.c
19165         * src/passphrase.c
19166         * src/prefs_actions.c
19167         * src/prefs_common.c
19168         * src/prefs_customheader.c
19169         * src/prefs_display_header.c
19170         * src/prefs_filtering.c
19171         * src/prefs_filtering_action.c
19172         * src/prefs_gtk.c
19173         * src/prefs_matcher.c
19174         * src/prefs_msg_colors.c
19175         * src/prefs_summary_column.c
19176         * src/prefs_template.c
19177         * src/sourcewindow.c
19178         * src/ssl_manager.c
19179         * src/summary_search.c
19180         * src/gtk/colorsel.c
19181         * src/gtk/description_window.c
19182         * src/gtk/gtkaspell.c
19183         * src/gtk/inputdialog.c
19184         * src/gtk/logwindow.c
19185         * src/gtk/prefswindow.c
19186         * src/gtk/progressdialog.c
19187                 replace deprecated gtk_window_set_policy
19188
19189 2004-07-27 [colin]      0.9.12cvs37.1
19190
19191         * src/msgcache.c
19192                 More fixes (synced for head again)
19193
19194 2004-07-27 [colin]      0.9.12cvs35.3
19195
19196         * src/msgcache.c
19197                 Fix wrong test
19198
19199 2004-07-27 [colin]      0.9.12cvs35.2
19200
19201         * src/mimeview.c
19202                 Fix width a bit (by Paul)
19203         * src/alertpanel.c
19204         * src/alertpanel.h
19205                 Specialize icons, make alertpanel_message()
19206                 private
19207         * src/message_search.c
19208         * src/sgpgme.c
19209         * src/summary_search.c
19210                 Suit alertpanel changes
19211
19212 2004-07-27 [colin]      0.9.12cvs35.1
19213
19214         * src/alertpanel.c
19215                 Add an icon
19216         * src/passphrase.c
19217                 Add debug output - maybe someone will
19218                 want to look at the problem with Grab
19219                 Input :)
19220         Bump version as we're synced with HEAD
19221
19222 2004-07-26 [colin]      0.9.12cvs33.26
19223
19224         * src/pop.c
19225                 Fix uidl-file parsing when not in new
19226                 format
19227
19228 2004-07-26 [colin]      0.9.12cvs33.25
19229
19230         * src/gtk/menu.c
19231                 Move popup menu up if necessary (fixes 
19232                 account selector)
19233         * src/mainwindow.c
19234                 Set account selector's button height to
19235                 minimum
19236
19237 2004-07-26 [colin]      0.9.12cvs33.24
19238
19239         * src/alertpanel.c
19240                 Maybe fix 551 (Truncated font in alert window)
19241
19242 2004-07-26 [colin]      0.9.12cvs33.23
19243
19244         * po/de.po
19245         * po/es.po
19246         * po/fr.po
19247         * po/it.po
19248         * po/ja.po
19249         * po/pl.po
19250         * po/ru.po
19251         * po/sk.po
19252         * po/sr.po
19253         * po/zh_CN.po
19254                 Sync po files with HEAD
19255
19256 2004-07-26 [paul]       0.9.12cvs33.22
19257
19258         * src/compose.c
19259                 fix Bug 556 'Organisation-header is sent even if empty'
19260
19261 2004-07-24 [colin]      0.9.12cvs33.21
19262
19263         * src/compose.c
19264         * src/gtk/gtkaspell.c
19265         * src/gtk/gtkaspell.h
19266                 Fix speller accelerators (require hack)
19267
19268 2004-07-24 [colin]      0.9.12cvs33.20
19269
19270         * src/gtk/gtkaspell.c
19271                 Fix over-eager code deletion breaking
19272                 Check while typing
19273
19274 2004-07-24 [colin]      0.9.12cvs33.19
19275
19276         * src/browseldap.c
19277         * src/ldapctrl.c
19278         * src/ldapctrl.h
19279         * src/ldapserver.h
19280                 Sync ldap with HEAD
19281         (Fixes 546 LDAP completely broken)
19282
19283 2004-07-24 [colin]      0.9.12cvs33.18
19284
19285         * src/prefs_msg_colors.c
19286                 Fix prototype mismatch
19287         (Fixes 547 void function cannot return value)
19288
19289 2004-07-24 [colin]      0.9.12cvs33.17
19290
19291         * src/mainwindow.c
19292                 Fix sort going back to previous sort key
19293                 when changing sort direction
19294
19295 2004-07-24 [colin]      0.9.12cvs33.16
19296
19297         * src/compose.c
19298                 Fix space insertion when re-wrapping at 
19299                 cursor point
19300
19301 2004-07-24 [colin]      0.9.12cvs33.15
19302
19303         * src/gtk/gtkaspell.c
19304                 Don't change cursor position in insert-text
19305                 callback
19306         (Fixes 539 Word wrapping on input transposes letters)
19307
19308 2004-07-24 [colin]      0.9.12cvs33.14
19309
19310         * src/gtk/gtkaspell.c
19311                 Reencode non-ascii chars to dictionary's
19312                 encoding
19313         (Fixes 544 Spell check broken non english locale)
19314
19315 2004-07-24 [colin]      0.9.12cvs33.13
19316
19317         * src/summaryview.c
19318                 Fix Shift+Down, add Home/End/PgUp/PgDown
19319
19320 2004-07-21 [colin]      0.9.12cvs33.12
19321
19322         * src/prefs_common.c
19323                 Fix a gtk warning (Patch by Andrej Kacian)
19324
19325 2004-07-21 [colin]      0.9.12cvs33.11
19326
19327         * src/gtk/filesel.c
19328                 More check
19329
19330 2004-07-21 [colin]      0.9.12cvs33.10
19331
19332         * src/compose.c
19333         * src/crash.c
19334         * src/export.c
19335         * src/import.c
19336         * src/messageview.c
19337         * src/mimeview.c
19338         * src/prefs_spelling.c
19339         * src/prefs_themes.c
19340         * src/summaryview.c
19341         * src/gtk/filesel.c
19342         * src/gtk/filesel.h
19343         * src/gtk/pluginwindow.c
19344                 Untwist open/save mode guessing logic, make
19345                 it explicit
19346
19347 2004-07-20 [colin]      0.9.12cvs33.9
19348
19349         * src/codeconv.c
19350                 conv_encode_header: src_charset is UTF-8 on
19351                 gtk2
19352         * src/compose.c
19353                 Remove double encoding of the headers
19354
19355 2004-07-20 [colin]      0.9.12cvs33.8
19356
19357         * src/codeconv.c
19358                 Fix typo
19359
19360 2004-07-20 [colin]      0.9.12cvs33.7
19361
19362         * src/mainwindow.c
19363                 Set the separated messageview to the saved
19364                 size of Claws' messageview (Patch by Alfons)
19365                 Fix a callback prototype (me)
19366
19367 2004-07-20 [colin]      0.9.12cvs33.6
19368
19369         * src/codeconv.h
19370                 Forgot one hunk in 0.9.12cvs33.4
19371
19372 2004-07-19 [colin]      0.9.12cvs33.5
19373
19374         * src/action.c
19375                 Action output fix
19376                 Patch by Alfons
19377
19378 2004-07-19 [colin]      0.9.12cvs33.4
19379
19380         * src/compose.c
19381                 Fix outgoing charset bug in headers
19382         * src/codeconv.c
19383                 Clean for glib2 - Patch by Alfons
19384
19385 2004-07-19 [colin]      0.9.12cvs33.3
19386
19387         * src/statusbar.c
19388                 Remove grip from the statusbar
19389                 Patch by Alfons
19390
19391 2004-07-19 [colin]      0.9.12cvs33.2
19392
19393         * src/messageview.c
19394         * src/textview.c
19395                 Fix messageview remembering the previous
19396                 scroll position when loading a new message
19397                 Patch by Alfons
19398
19399 2004-07-19 [colin]      0.9.12cvs33.1
19400
19401         * src/folder.h
19402         * src/folderview.c
19403         * src/summaryview.c
19404                 Sync with HEAD
19405
19406 2004-07-18 [colin]      0.9.12cvs32.7
19407
19408         * configure.ac
19409                 Remove useless check for XIM - noticed
19410                 by Alfons
19411
19412 2004-07-18 [colin]      0.9.12cvs32.6
19413
19414         * src/summaryview.c
19415                 Remove non-modified and shift-modified
19416                 accelerators in summaryview's popup
19417                 menu, as that doesn't get catched by
19418                 the accel-activate signal catcher...
19419
19420 2004-07-18 [colin]      0.9.12cvs32.5
19421
19422         * src/prefs_common.c
19423                 Define sensible default prefs for 
19424                 wrapping
19425
19426 2004-07-18 [colin]      0.9.12cvs32.4
19427
19428         * src/compose.c
19429         * src/prefs_common.c
19430         * src/prefs_common.h
19431         * src/prefs_wrapping.c
19432                 Remove Smart Wrapping pref, which does
19433                 nothing on gtk2 branch
19434
19435 2004-07-18 [colin]      0.9.12cvs32.3
19436
19437         * src/sourcewindow.c
19438                 Proper utf8
19439
19440 2004-07-18 [colin]      0.9.12cvs32.2
19441
19442         * src/compose.c
19443                 Save attachment status when drafting
19444
19445 2004-07-18 [colin]      0.9.12cvs32.1
19446
19447         * src/gtk/filesel.c
19448                 Fix erratic folder selection in open mode
19449
19450 2004-07-18 [colin]      0.9.12cvs31.11
19451
19452         * src/pop.c
19453                 Don't let partial messages get deleted
19454                 even with "dowload all"
19455                 (0.9.12cvs31.8 fix extension)
19456 2004-07-18 [colin]      0.9.12cvs31.10
19457
19458         * src/gtk/logwindow.c
19459                 Fix log scrolling
19460
19461 2004-07-18 [colin]      0.9.12cvs31.9
19462
19463         * src/common/utils.c
19464                 Fix non-utf8 strings coming from commands
19465                 and files
19466
19467 2004-07-18 [colin]      0.9.12cvs31.8
19468
19469         * src/pop.c
19470                 Fix partial download bug with Download all
19471                 messages option
19472
19473 2004-07-18 [colin]      0.9.12cvs31.7
19474
19475         * src/textview.c
19476                 Fix bug introduced in 0.9.12cvs31.2
19477                 (blocked in select mode after double click)
19478
19479 2004-07-18 [colin]      0.9.12cvs31.6
19480
19481         * src/compose.c
19482         * src/gtk/menu.c
19483                 More glib-warning fixes
19484
19485 2004-07-18 [colin]      0.9.12cvs31.5
19486
19487         * src/compose.c
19488                 Fix trashing the primary clipboard when moving 
19489                 around with tab
19490         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19491
19492 2004-07-18 [colin]      0.9.12cvs31.4
19493
19494         * src/codeconv.c
19495                 convert unencoded iso headers to utf8
19496         (Fix Bug 538 Unencoded local characters in subject make it 
19497          disappear)
19498
19499 2004-07-18 [colin]      0.9.12cvs31.3
19500
19501         * src/compose.c
19502                 Fix tab char handling in wrapping
19503         (Fix Bug 537 Line wrap problem - TAB character treated as 
19504          one character instead of 8)
19505
19506 2004-07-18 [colin]      0.9.12cvs31.2
19507
19508         * src/textview.c
19509                 return FALSE on GDK_MOTION_NOTIFY
19510         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19511          (unable to highlight))
19512
19513 2004-07-18 [colin]      0.9.12cvs31.1
19514
19515         * src/folderview.c
19516                 Sync with 0.9.12cvs31
19517
19518 2004-07-18 [colin]      0.9.12cvs30.4
19519
19520         * src/compose.c
19521                 Also block text_inserted when inserting a file
19522
19523 2004-07-18 [colin]      0.9.12cvs30.3
19524
19525         * src/compose.c
19526                 Fix smart wrapping (block text_inserted handler
19527                 while putting quotation to avoid wrap on input,
19528                 don't join lines if next is sig separator)
19529
19530 2004-07-17 [colin]      0.9.12cvs30.2
19531
19532         * src/folderview.c
19533         * src/mainwindow.c
19534         * src/mimeview.c
19535         * src/summaryview.c
19536         * src/gtk/quicksearch.c
19537         * src/gtk/quicksearch.h
19538                 Block key events handlers *and* accels while
19539                 quicksearch is focused
19540         (Fixes Bug 534 quick-search bar not accepting certain letters)
19541
19542 2004-07-17 [colin]      0.9.12cvs30.1
19543
19544         * src/folder.h
19545         * src/folderview.c
19546         * src/summaryview.c
19547                 Sync with 0.9.12cvs30
19548
19549 2004-07-17 [colin]      0.9.12cvs28.2
19550
19551         * src/mimeview.c
19552         * src/procmime.c
19553         * src/summaryview.c
19554         * src/gtk/menu.c
19555                 Squash some compile and glib warnings
19556
19557 2004-07-17 [paul]       0.9.12cvs28.1
19558
19559         * src/mimeview.c
19560                 sync with 0.9.12cvs28 HEAD
19561
19562 2004-07-16 [paul]       0.9.12cvs26.1
19563         
19564         * src/gtk/quicksearch.c
19565         * src/account.c
19566         * src/account.h
19567         * src/compose.c
19568         * src/customheader.c
19569         * src/folder_item_prefs.c
19570         * src/main.c
19571         * src/mainwindow.c
19572         * src/messageview.c
19573         * src/mimeview.c
19574         * src/news.c
19575         * src/pgpmime.c
19576         * src/pop.c
19577         * src/pop.h
19578         * src/prefs_account.c
19579         * src/prefs_account.h
19580         * src/prefs_common.c
19581         * src/prefs_common.h
19582         * src/prefs_display_header.c
19583         * src/prefs_gtk.c
19584         * src/prefs_gtk.h
19585         * src/procheader.c
19586         * src/procmime.c
19587                 sync with 0.9.12cvs26 HEAD      
19588
19589 2004-07-15 [colin]      0.9.12cvs18.14
19590
19591         * src/folder.c
19592                 Disable GPG signature check during
19593                 folder move and scan
19594         (Closes Bug 521 Signature checking slows down Folder-Move)
19595
19596 2004-07-14 [colin]      0.9.12cvs18.13
19597
19598         * src/common/partial_download.c
19599                 update includes
19600
19601 2004-07-14 [colin]      0.9.12cvs18.12
19602
19603         * src/common/partial_download.c
19604         * src/common/partial_download.h
19605                 Move doc at top, add correct copyright
19606
19607 2004-07-14 [colin]      0.9.12cvs18.11
19608
19609         * src/folder.c
19610         * src/messageview.c
19611         * src/pop.c
19612         * src/pop.h
19613         * src/procmsg.c
19614         * src/summaryview.c
19615         * src/common/Makefile.am
19616         * src/common/partial_download.c ** NEW FILES **
19617         * src/common/partial_download.h ** NEW FILES **
19618                 Move partial-download related stuff to its
19619                 own file
19620
19621 2004-07-14 [colin]      0.9.12cvs18.10
19622
19623         * src/send_message.c
19624                 Fix smtp auth when user is null or empty
19625
19626 2004-07-13 [colin]      0.9.12cvs18.9
19627
19628         * src/gtk/quicksearch.c
19629                 Use alphabetic order
19630
19631 2004-07-13 [colin]      0.9.12cvs18.8
19632
19633         * src/pop.c
19634                 Be paranoid on the checks
19635
19636 2004-07-13 [colin]      0.9.12cvs18.7
19637
19638         * src/gtk/quicksearch.c
19639                 Fix Engrish once again
19640
19641 2004-07-13 [colin]      0.9.12cvs18.6
19642
19643         * src/procmsg.c
19644         * src/summaryview.c
19645                 Mark messages for deletion when they are about to
19646                 be removed from trash
19647
19648 2004-07-13 [colin]      0.9.12cvs18.5
19649
19650         * src/matcher.c
19651         * src/matcher.h
19652         * src/matcher_parser_parse.y
19653         * src/prefs_matcher.c
19654         * src/gtk/quicksearch.c
19655                 Add 'partial' ('p') match string to find partially
19656                 downloaded messages
19657
19658 2004-07-13 [colin]      0.9.12cvs18.4
19659
19660         * src/pop.c
19661                 Fix misplaced block
19662
19663 2004-07-13 [colin]      0.9.12cvs18.3
19664
19665         * src/pop.c
19666         * src/pop.h
19667         * src/messageview.c
19668                 Refactor API (to avoid passing 5+ params and code
19669                 duplication)
19670         * src/folder.c
19671         * src/msgcache.c
19672         * src/procheader.c
19673         * src/common/defs.h
19674                 Add planned_download to cache
19675                 Don't mess uidl file when moving partially downloaded
19676                 mails (they change folder, we should change it in the
19677                 uidl list too or we'll remove an incorrect message)
19678                 (this also helps removing hacks when changing 
19679                 planned_download in messageview.c)
19680
19681 2004-07-12 [colin]      0.9.12cvs18.2
19682
19683         * src/gtk/quicksearch.c
19684                 Fix missing status update in quicksearch
19685
19686 2004-07-12 [paul]       0.9.12cvs18.1
19687
19688         * po/POTFILES.in
19689         * src/Makefile.am
19690         * src/account.c
19691         * src/codeconv.c
19692         * src/compose.c
19693         * src/inc.c
19694         * src/main.c
19695         * src/prefs_common.c
19696         * src/procmsg.h
19697         * src/toolbar.c
19698         * src/prefs_msg_colors.[ch]     ** NEW FILES **
19699         * src/prefs_wrapping.[ch]       ** NEW FILES **
19700         * src/common/intl.h
19701         * src/common/utils.[ch]
19702         * src/gtk/quicksearch.[ch]
19703                 sync with 0.9.12cvs18 HEAD
19704
19705 2004-07-12 [colin]      0.9.11cvs17.25
19706
19707         * src/folder.c
19708         * src/folder.h
19709                 Remove unused function added by me in 0.9.11cvs17.10
19710
19711 2004-07-11 [colin]      0.9.11cvs17.24
19712
19713         * src/inc.c
19714         * src/messageview.c
19715         * src/pop.c
19716         * src/pop.h
19717                 Use folderitem and msgnum instead of filename to
19718                 know which mail to delete
19719                 Move old partial mail deletion to pop.c
19720
19721 2004-07-10 [colin]      0.9.11cvs17.23
19722
19723         * src/inc.c
19724                 Add debug
19725         * src/pop.c
19726         * src/pop.h
19727                 Don't re-use same enums for unrelated stuff: it's 
19728                 completely misleading !
19729                 Document a bit
19730
19731 2004-07-09 [colin]      0.9.11cvs17.22
19732
19733         * src/inc.c
19734                 Remove folder-type check and do
19735                 more tests to be sure everything's
19736                 ok
19737         * src/messageview.c
19738                 Punctuation update, remove useless
19739                 code, fix two warnings
19740         * src/noticeview.c
19741                 Layout cleaning, reset 2nd button
19742                 when specifying one
19743
19744 2004-07-09 [colin]      0.9.11cvs17.21
19745
19746         * src/messageview.c
19747         * src/pop.c
19748         * src/pop.h
19749                 Allow user to change his mind
19750                 and postpone decision (by
19751                 unmarking the mail)
19752
19753 2004-07-09 [colin]      0.9.11cvs17.20
19754
19755         * src/messageview.c
19756                 Fix bug with delete state
19757         * src/pop.c
19758         * src/pop.h
19759                 Fix buffer leak (fread doesn't 
19760                 terminate buffers with \0)
19761                 Refactoring (remove magic 
19762                 numbers)
19763
19764 2004-07-09 [colin]      0.9.11cvs17.19
19765
19766         * src/pop.c
19767                 Don't log "Skipping message" if 
19768                 we're going to TOP it two lines
19769                 later
19770
19771 2004-07-09 [colin]      0.9.11cvs17.18
19772
19773         * src/messageview.c
19774                 Fix Engrish
19775
19776 2004-07-09 [colin]      0.9.11cvs17.17
19777
19778         * src/pop.c
19779                 strlen checking...
19780         * src/messageview.c
19781                 refactoring a bit
19782
19783 2004-07-08 [colin]      0.9.11cvs17.16
19784
19785         * src/noticeview.c
19786         * src/noticeview.h
19787                 Add an optional second button
19788         * src/messageview.c
19789         * src/pop.c
19790         * src/pop.h
19791                 Don't delete partially received mails after a certain
19792                 time; rather, let the user decide.
19793
19794 2004-07-08 [colin]      0.9.11cvs17.15
19795
19796         * src/common/smtp.h
19797                 Sync with HEAD
19798
19799 2004-07-08 [colin]      0.9.11cvs17.14
19800
19801         * src/messageview.c
19802         * src/common/smtp.c
19803                 Use to_human_readable() for sizes
19804
19805 2004-07-08 [colin]      0.9.11cvs17.13
19806
19807         * src/inc.c
19808         * src/messageview.c
19809         * src/pop.c
19810         * src/pop.h
19811         * src/procmsg.c
19812                 Fix partial-downloading issues:
19813                         catch unsupported TOP
19814                         don't delete partially downloaded mails before 5 days
19815                         don't update existing with non-MH folders; that'll
19816                         make dups, but it's better than trashing the folder
19817                         free new msginfo parts
19818                 Fix indentation ;-)
19819
19820 2004-07-08 [colin]      0.9.11cvs17.12
19821
19822         * src/common/smtp.c
19823         * src/common/smtp.h
19824                 Sync smtp size verification with HEAD
19825
19826 2004-07-08 [colin]      0.9.11cvs17.11
19827
19828         * src/summaryview.c
19829         * src/prefs_common.c
19830         * src/prefs_common.h
19831         * src/gtk/quicksearch.c
19832         * src/gtk/quicksearch.h
19833                 Sync sticky pref with HEAD
19834
19835 2004-07-08 [colin]      0.9.11cvs17.10
19836
19837         * src/folder.c [1.213.2.6]
19838         * src/folder.h [1.87.2.6]
19839         * src/inc.c [1.149.2.7]
19840         * src/messageview.c [1.94.2.8]
19841         * src/procheader.c [1.47.2.6]
19842         * src/procmsg.c [1.150.2.4]
19843         * src/procmsg.h [1.60.2.5]
19844         * src/pop.c [1.56.2.4]
19845         * src/pop.h [1.17.2.3]
19846                 Let too big messages get downloaded, but truncated
19847                 Add a button to download them completely
19848                 
19849 2004-07-06 [colin]      0.9.11cvs17.9
19850
19851         * src/gtk/quicksearch.c [1.1.2.3]
19852                 Add a Clear button
19853         * commitHelper
19854         * PATCHSETS
19855                 Add a script to help with cvs
19856
19857 2004-07-03 [colin]      0.9.11cvs17.8
19858
19859         * src/plugins/imageviewer/viewer.c
19860                 fix imageviewer (which was staying on the first
19861                 displayed image)
19862
19863 2004-07-03 [colin]      0.9.11cvs17.7
19864
19865         Removed FIXME_GTK2 warnings
19866         * src/gtk/gtkutils.c
19867                 useless #warnings
19868         * src/gtk/menu.c
19869                 useless #warnings (no need to mess with menu rc)
19870         * src/gtk/menu.h
19871                 unused functions
19872         
19873
19874 2004-07-03 [colin]      0.9.11cvs17.6
19875
19876         Removed FIXME_GTK2 warnings
19877         * src/codeconv.c
19878                 useless #warnings (rewrite needed)
19879         * src/compose.c
19880                 useless #warnings (rewrite needed)
19881                 useless #warnings (gtk2 is like that)
19882                 useless #warnings (previously fixed)
19883         * src/main.c
19884                 useless #warnings (previously fixed)
19885         * src/message_search.c
19886                 useless #warnings (gtk2 is like that)
19887                 Made apparent that search is case-sensitive
19888         * src/mimeview.c
19889                 useless #warnings (rewrite needed)
19890                 useless #warnings (gtk2 is like that)
19891                 reimplemented real warnings
19892         * src/prefs_common.c
19893                 Removed block cursor option (not it gtk2)
19894         * src/prefs_gtk.c
19895                 useless #warnings (rewrite needed)
19896         * src/procheader.c
19897                 useless #warnings (rewrite needed)
19898         * src/sourcewindow.c
19899                 useless #warnings (incorrect placing)
19900         * src/summary_search.c
19901                 useless #warnings (gtk2 is like that)
19902                 Made apparent that search is case-sensitive
19903         * src/action.c
19904                 useless #warnings (gtk2 is like that)
19905         * src/textview.c
19906                 useless #warnings (rewrite needed)
19907         * src/toolbar.c
19908                 useless #warnings (rewrite needed)
19909
19910 2004-07-03 [colin]      0.9.11cvs17.5
19911
19912         * src/textview.c
19913                 Fix mismerge which broke URI opening
19914                 
19915 2004-07-01 [colin]      0.9.11cvs17.4
19916
19917         * src/gtk/filesel.c
19918                 Fill filename when saving
19919                 
19920 2004-06-27 [colin]      0.9.11cvs17.3
19921
19922         * src/gtk/filesel.[ch]
19923                 Use the new GTK file selector
19924                 Update prototype to match the reality: multiple file
19925                 selection is open-only          
19926         * src/compose.c
19927                 Match the new prototypes        
19928         * configure.ac
19929                 Match the new requirements (gtk 2.4.0)
19930                         
19931 2004-06-26 [colin]      0.9.11cvs17.2
19932
19933         * src/plugins/trayicon/trayicon.c
19934                 Remove useless signal handler on resize, which causes
19935                 an infinite "loop"
19936         
19937 2004-06-26 [colin]      0.9.11cvs17.1
19938         
19939         * tools/Makefile.am
19940                 remove launch_firebird and add nautilus2sylpheed.sh
19941         * src/quicksearch.c
19942           src/summaryview.c
19943                 Fix show/hide "Extended symbols" button problem
19944                 Fix apparition at startup
19945                 Fix const warnings
19946         * src/plugins/image_viewer/Makefile.am
19947                 Fix configure 
19948         * common/ssl.c
19949                 Re-enable certificate check, as it doesn't seem to
19950                 cause Xlib errors anymore
19951
19952 2004-06-25 [paul]       0.9.11cvs17
19953
19954         * sync with 0.9.11cvs17 HEAD
19955         
19956         NOTE: QuickSearch is broken
19957
19958 2004-06-07 [colin]      0.9.10claws67.10
19959         * src/plugins/trayicon/trayicon.c
19960           src/plugins/trayicon/libeggtrayicon/Makefile.am
19961           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19962                 Fix gettextization in trayicon plugin
19963
19964 2004-06-07 [colin]      0.9.10claws67.9
19965         
19966         * src/summaryview.c
19967           src/gtk/gtksctree.[ch]
19968                 Let Shift+{Up,Down} work in summaryview
19969                 (well, Down "works" and Up works)
19970                 Let the list scroll when using these keys
19971
19972 2004-06-06 [colin]      0.9.10claws67.8
19973
19974         * src/plugins/trayicon/trayicon.c
19975                 Fix pixmap update
19976
19977 2004-06-06 [colin]      0.9.10claws67.7
19978
19979         * src/addressbook.c
19980                 Fix signal handling causing system-wide focus grab
19981
19982 2004-05-25 [paul]       0.9.10claws67.6
19983
19984         * Makefile.am
19985           src/Makefile.am
19986                 clean up
19987
19988 2004-05-25 [paul]       0.9.10claws67.5
19989
19990         * replace deprecated gtk_signal... functions
19991
19992 2004-05-23 [colin]      0.9.10claws67.4
19993
19994         * src/compose.c
19995                 Fix wrapping
19996
19997 2004-05-22 [colin]      0.9.10claws67.3
19998
19999         * src/compose.c
20000                 Re-fix [Edited] in compose.c::compose_reedit()
20001
20002 2004-05-22 [colin]      0.9.10claws67.2
20003
20004         * src/procmime.c
20005                 Fix parsing of multiparts mails
20006
20007 2004-05-22 [colin]      0.9.10claws67.1
20008
20009         * src/summaryview.c
20010                 Fix quicksearch
20011
20012 2004-05-22 [paul]       0.9.10claws67
20013
20014         * sync with 0.9.10claws67 HEAD
20015
20016 2004-05-14 [alfons]
20017
20018         * src/procmime.h
20019                 add forgotton prototype
20020
20021 2004-05-10 [paul]       0.9.10claws57
20022
20023         * sync with 0.9.10claws57 HEAD
20024
20025 2004-05-05 [paul]       0.9.9.claws1
20026
20027         * ChangeLog-gtk2        ** REMOVED **
20028           ChangeLog-gtk2.claws  ** ADDED **
20029                 rename and adopt the normal claws format
20030                 
20031         * configure.ac
20032                 require gtkmathview >= 0.5
20033
20034         * ac/*                          ** REMOVED **
20035           ac/                           ** REMOVED **
20036           intl/Makefile.in              ** REMOVED **
20037           m4/                           ** ADDED **
20038           m4/missing                    ** ADDED **
20039           m4/missing/gdk-pixbuf.m4      ** ADDED **
20040           m4/missing/gettext.m4         ** ADDED **
20041           m4/missing/gpgme.m4           ** ADDED **
20042           m4/missing/imlib.m4           ** ADDED **
20043           m4/.cvsignore                 ** ADDED **
20044           m4/Makefile.am                ** ADDED **
20045           m4/README                     ** ADDED **
20046           m4/aclocal-include.m4         ** ADDED **
20047           m4/aspell.m4                  ** ADDED **
20048           m4/check-type.m4              ** ADDED **
20049           m4/gnupg-check-typedef.m4     ** ADDED **
20050           m4/openssl.m4                 ** ADDED **
20051           m4/spamassassin.m4            ** ADDED **
20052           po/ChangeLog                  ** REMOVED **
20053           po/Makefile.in.in             ** REMOVED **
20054           po/Rules-quot                 ** REMOVED **
20055           po/boldquot.sed               ** REMOVED **
20056           po/en@boldquot.header         ** REMOVED **
20057           po/en@quot.header             ** REMOVED **
20058           po/insert-header.sin          ** REMOVED **
20059           po/quot.sed                   ** REMOVED **
20060           po/remove-potcdate.sed        ** REMOVED **
20061           po/remove-potcdate.sin        ** REMOVED **
20062           po/stamp-po                   ** REMOVED **
20063           Makefile.am
20064           autogen.sh
20065           configure.ac
20066                 enable building with automake 1.8.x
20067                 add 'autopoint --force' to autogen.sh and remove all
20068                 auto-generated files, remove ac/ directory and use
20069                 m4/ directory instead
20070                 
20071         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20072                 fix gettextization
20073
20074 2004-02-28 Colin Leroy <colin@colino.net>
20075         * src/prefs_matcher.c
20076           src/prefs_filtering.c
20077           src/prefs_filtering_action.c
20078                 Fix non-editable GtkEntries
20079
20080 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20081         * src/prefs_themes.c
20082                 utf8 conversion for theme info
20083
20084 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20085         * sync 0.9.9claws
20086
20087 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20088         * src/grouplistdialog.c
20089                 allow multiple selections without ctrl key
20090
20091 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20092         * src/main.c
20093                 enable customizable accelerators
20094
20095 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20096         * src/prefs_common.c
20097                 re-enable different font settings for gtk1/2
20098         * src/prefs_folder_item.c
20099                 fix folder prefs displayed wrong
20100         * src/textview.c
20101                 set 'sunken' shadow type
20102
20103 2004-02-07 Colin Leroy <colin@colino.net>
20104         * src/compose.c
20105                 Fix message being always [Edited]
20106                 Encode headers correctly (utf8 buf)
20107
20108 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20109         * src/socket.c
20110                 remove double g_source_attach()
20111                 (Thanks to Colin Leroy)
20112
20113 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20114         * src/gtk/gtksctree.c
20115                 Fix SSL certificate list not shown
20116         * src/mimeview.c
20117                 Fix clicks in mime tree
20118
20119 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20120         * src/common/socket.c
20121                 Fix SSL receive
20122         * src/compose.c
20123                 Fix clipboard menu hotkeys
20124
20125 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20126         * src/gtk/gtkaspell.[ch]
20127           src/compose.c
20128                 reimplement spellchecker
20129
20130 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20131         * src/gtk/filesel.c
20132                 crash when inserting file in compose window
20133                 (TODO: keep old selection on clicks)
20134         * src/main.c
20135                 use gtkrc-2.0 instead of gtkrc
20136
20137 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20138         * src/messageview.c
20139                 remove orphaned mimeview unref()
20140
20141 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20142         * src/grouplistdialog.c
20143                 expand nodes containing subscribed groups
20144
20145 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20146         * src/textview.c
20147                 textview: hide cursor, restore old click behaviour
20148
20149 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20150         * src/textview.c
20151                 variable names messed up
20152
20153 2004-01-17 Colin Leroy <colin@colino.net>
20154         * src/addr_compl.c
20155                 Fix completion address too thin
20156         * src/compose.c
20157                 Fix tab-to-subject behaviour
20158         * src/summaryview.c
20159                 Implement key up & down in summaryview
20160
20161 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20162
20163         * sync 098claws
20164
20165 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20166         * configure.ac
20167           Makefile.am
20168           doc/.cvsignore
20169           doc/Makefile.am
20170                 faq, man, manual moved to doc/
20171         * ac/aspell.m4
20172           ac/check-type.m4
20173           ac/gnupg-check-typedef.m4
20174           ac/openssl.m4
20175           ac/spamassassin.m4
20176           ac/missing/gdk-pixbuf.m4
20177           ac/missing/gpgme.m4
20178           ac/missing/imlib.m4
20179                 fix automake warnings
20180
20181 2003-12-06 Colin Leroy <colin@colino.net>
20182         * src/summaryview.c
20183                 Fix quicksearch
20184
20185 2003-12-05 Colin Leroy <colin@colino.net>
20186         * src/summaryview.c
20187                 Fix going to next unread folder
20188
20189 2003-12-05 Colin Leroy <colin@colino.net>
20190         * src/crash.c
20191                 Fix gtk2 compilation
20192         * src/session.c
20193                 Remove iotag source handler at disconnection
20194         * src/socket.[ch] 
20195                 Remove source handler when closing socket 
20196                 (fixes another seg)
20197
20198 2003-12-04 Colin Leroy <colin@colino.net>
20199         * src/compose.c
20200           src/prefs_account.c
20201           src/prefs_common.c
20202                 Fix some dropdown menus
20203
20204 2003-12-04 Colin Leroy <colin@colino.net>
20205         * src/compose.c
20206                 Fix event handlers on header fields
20207         * src/common/socket.c
20208           src/common/session.c
20209                 Fix segfault with callback (SSL)
20210                 Fix end of session 
20211
20212 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20213
20214         * Fix compile bug in src/compose.c
20215         * removed src/gtk/gtkstext.[ch]
20216
20217 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20218
20219         * Convert character set and escape "text" attributes in toolbar setting
20220         files.
20221         * Fixed bug in button-press-event handling.
20222
20223 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20224
20225         * Fixed bug in key-press-event handling.
20226
20227 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20228
20229         * Enabled to compile tray-icon plugin (Ad-hoc).
20230         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20231
20232 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20233
20234         * Enabled to compile on sylpheed-claws.
20235         (tray-icon plugin still cannot compile yet.)
20236
20237 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20238
20239         * Updated to 0.9.5.
20240
20241 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20242
20243         * Updated to 0.9.4.
20244         * Ported monitoring SSL mechanism to GSource of GLib2
20245         (I don't confirm it)
20246         * Added _gtk2 suffix to key name of font preference to avoid
20247         ovverwriting preference of Gtk+-1.2 version.
20248
20249 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20250
20251         * Updated to 0.9.2.
20252
20253 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20254
20255         * Updated to 0.9.1.
20256         * Translate po files into UTF-8 when execute autogen.sh.
20257
20258 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20259
20260         * Updated to 0.9.0.
20261
20262 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20263
20264         * Plugged GError related memory leaks.
20265
20266 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20267
20268         * Changed default size of fonts.
20269         * Enabled to set titile font size of warning dialog.
20270
20271 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20272
20273         * Embed a sylpheed icon into executable binary on Windows.
20274
20275 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20276
20277         * I forgot to traslate character set of element string in src/xml.c.
20278
20279 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20280
20281         * Fixed detecting bind_textdomain_codeset in configure.in.
20282         * The bug in which "Example" of "Date fromat" preference isn't displayed
20283         correctly has been fixed.
20284
20285 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20286
20287         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20288           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20289           glib-gettextize
20290           Removed intl directory.
20291           Translated po files into UTF-8.
20292           (Thanks! Ryuji Abe)
20293
20294 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20295
20296         * The bug which doesn't unscape string in xml.c has been fixed.
20297
20298 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20299
20300         * The bug which is failed to translate encoding of file name thorough
20301         file dialog has been fixed.
20302
20303 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20304
20305         * Modified to translate file names which is used in inporting/expoting
20306         mbox feature and "Save as" feature into locale encoding.
20307         * Translate file names into locale encoding when "Attache file" and
20308         "Insert file".
20309         * Force set G_BROKEN_FILENAMES environment variable.
20310         * Other minor fixes.
20311
20312 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20313
20314         * Modified to treat MH folder's name as locale encoding.
20315
20316 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20317
20318         * The bug which clash on switching candidates of auto completion of
20319         addresses, cannot use auto completion in Japanesse is fixed
20320         (Thanks! Tokunaga-san)¡¥
20321
20322 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20323
20324         * The bug which cannot switch key accelerator preference has been fixed
20325         (Thanks! smbd-san)¡¥
20326
20327 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20328
20329         * version 0.8.11-gtk2-20030314
20330
20331 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20332
20333         * The bug in which character set conversion of filtering messages has
20334         been fixed.(Thanks! COCOA-san).
20335
20336 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20337
20338         * Revived "Leave space on head" preference in "Message" category.
20339         * A bug which clash when put the cursor to end of buffer and execute
20340         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20341
20342 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20343
20344         * version 0.8.11-gtk2-20030312
20345
20346 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20347
20348         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20349         * Modified to use Pango's API directly for font preference.
20350         * Integrated GtkTextView of textview to one widget.
20351         * Set fonts of header title in textview by "header_title" tag.
20352         * Removed some deprecated codes.
20353
20354 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20355
20356         * Updated to 0.8.11.
20357         * Merged cygwin patch(Thanks! Sakai-san).
20358
20359 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20360
20361         * version 0.8.10-gtk2-20030309