821f31c88fa37435a49a2faf107bd5469f81677d
[claws.git] / ChangeLog
1 2006-11-16 [paul]       2.6.0cvs53
2
3         * src/gtk/about.c
4                 set a minimum size for the window, allow
5                 it to automatically expand as necessary
6
7 2006-11-16 [wwp]        2.6.0cvs52
8
9         * src/gtk/about.c
10                 better wrap of copyright info on some systems.
11
12 2006-11-16 [paul]       2.6.0cvs51
13
14         * src/gtk/about.c
15                 move the tech info from the upper panel
16                 to the Info tab
17                 use a gtk_text_view for the features tab
18
19 2006-11-16 [paul]       2.6.0cvs50
20
21         * po/Makevars
22                 update my email address
23         * src/addressbook.c
24         * src/compose.c
25         * src/imap_gtk.c
26         * src/mh_gtk.c
27         * src/news_gtk.c
28         * src/summaryview.c
29         * src/plugins/trayicon/trayicon.c
30                 don't offer simple menu separators
31                 for translation
32         * src/folderview.c
33                 add separator between 'mark all read'
34                 and 'search folder'
35
36 2006-11-15 [wwp]        2.6.0cvs49
37
38         * src/gtk/authors.h
39                 updated manuals authors.
40
41 2006-11-14 [paul]       2.6.0cvs48
42
43         * src/compose.c
44                 Fix Options/Reply mode after draft save
45
46 2006-11-14 [paul]       2.6.0cvs47
47
48         * src/Makefile.am
49                 Fix make DESTDIR=...
50         * src/mbox.c
51                 Optimise speed
52         * src/plugins/pgpinline/pgpinline.c
53                 Probably fix bug 1061
54
55 2006-11-14 [paul]       2.6.0cvs46
56
57         * po/Makevars
58                 enable Q_ macro
59         * src/Makefile.am
60         * src/stock_pixmap.c
61         * src/stock_pixmap.h
62         * src/gtk/about.c
63         * src/pixmaps/active.xpm
64         * src/pixmaps/inactive.xpm
65                 add a new page, 'Features', to the About dialog
66                 showing which features are compiled in and which
67                 are not
68
69 2006-11-14 [paul]       2.6.0cvs45
70
71         * po/ru.po
72                 updated by Pavlo Bohmat
73
74 2006-11-14 [colin]      2.6.0cvs44
75
76         * src/compose.c
77         * src/inc.c
78         * src/messageview.c
79         * src/news.c
80         * src/pop.c
81         * src/procmsg.c
82         * src/gtk/gtkaspell.c
83                 Fix 64-bit-related warnings
84         * src/ssl_manager.c
85                 Fix possible infinite loop
86         * src/plugins/pgpcore/sgpgme.c
87                 Remove useless check
88
89 2006-11-13 [colin]      2.6.0cvs43
90
91         * src/gtk/Makefile.am
92                 authors.h isn't generated
93
94 2006-11-13 [colin]      2.6.0cvs42
95
96         * src/plugins/pgpinline/pgpinline.c
97         * src/plugins/pgpmime/pgpmime.c
98                 Very probably fix bug 1061, 'crash on 
99                 opening signed email'. Another cast
100                 problem
101
102 2006-11-13 [colin]      2.6.0cvs41
103
104         * src/plugins/pgpcore/sgpgme.c
105                 Maybe fix bug 1061, 'crash on opening 
106                 signed email'
107
108 2006-11-13 [wwp]        2.6.0cvs40
109
110         * src/plugins/pgpinline/pgpinline.c
111                 fix candidate for bug #1057, thanks to Colin.
112
113 2006-11-13 [wwp]        2.6.0cvs39
114
115         * src/compose.c
116         * src/quote_fmt_parse.y
117                 fix bug 1052: current parser buffer was not always 
118                 allocated, ptr to this buffer could be returned as 
119                 NULL whereas no parser error has occurred. in 
120                 consequence, defining a template body as "%d" 
121                 (w/o the quotes) for the first time of the instance 
122                 of claws-mail, was reporting a parser error. make 
123                 sure that the buffer is always allocated, even to 
124                 an empty string.
125                 fix mis-unescaping in compose.:compose_quote_fmt(): 
126                 unescaping of the fmt string was always done 
127                 whereas it must be done *only* when receiving 
128                 quote format strings issued from the prefs 
129                 (compose new message, reply, forward, redirect 
130                 formats), *not* when applying templates.  in 
131                 consequences, applying templates w/ sequences 
132                 like \\|p{echo} were failing. make sure that 
133                 unescaping is done only when necessary.
134
135 2006-11-12 [colin]      2.6.0cvs38
136
137         * po/de.po
138                 Fix typo (s/KB/MB)
139
140 2006-11-12 [colin]      2.6.0cvs37
141
142         * src/plugins/pgpinline/pgpinline.c
143         * src/plugins/pgpmime/pgpmime.c
144                 Release GPG context at the latest 
145                 possible moment. Maybe fixes 
146                 bug 1057, 'crash on sending signed 
147                 message to a newsgroup'
148                 
149
150 2006-11-12 [colin]      2.6.0cvs36
151
152         * src/plugins/pgpcore/sgpgme.c
153                 Tell a bit more when gpg's status doesn't
154                 contain any signature
155
156 2006-11-12 [colin]      2.6.0cvs35
157
158         * src/compose.c
159                 Fix bug 1060, 'compilation error with 
160                 Irix's cc'
161
162 2006-11-12 [paul]       2.6.0cvs34
163
164         * doc/man/claws-mail.1
165         * src/prefs_gtk.c
166         * src/plugins/clamav/README
167         * src/plugins/spamassassin/README
168         * tools/README
169         * tools/freshmeat_search.pl
170         * tools/google_search.pl
171         * tools/multiwebsearch.pl
172                 more renaming
173         * src/plugins/trayicon/trayicon.c
174                 fix compiliation warning
175
176 2006-11-11 [colin]      2.6.0cvs33
177
178         * src/folderview.c
179                 Forbid drag and drop from/to different
180                 folders of type F_UNKNOWN
181
182 2006-11-11 [colin]      2.6.0cvs32
183
184         * src/plugins/pgpinline/pgpinline.c
185                 Fix typo in previous commit:
186                 - gpgme_new(&ctx);
187                 + if ((err = gpgme_new(&data->ctx)) ...)
188
189 2006-11-11 [colin]      2.6.0cvs31
190
191         * src/plugins/pgpinline/pgpinline.c
192         * src/plugins/pgpmime/pgpmime.c
193                 Check success after calling gpgme_new
194                 Maybe fixes bug 1057, 'crash on sending 
195                 signed message to a newsgroup'
196
197 2006-11-11 [colin]      2.6.0cvs30
198
199         * src/undo.c
200                 init undostruct to 0s (from
201                 valgrind log of bug 1057)
202
203 2006-11-10 [colin]      2.6.0cvs29
204
205         * src/mainwindow.c
206                 Set cursor to wait before filtering
207                 duplicates in all folders
208         * src/plugins/bogofilter/bogofilter.c
209         * src/plugins/bogofilter/bogofilter.h
210         * src/plugins/bogofilter/bogofilter_gtk.c
211                 Completely thread away the bogofilter
212                 filtering
213
214 2006-11-10 [mones]      2.6.0cvs28
215
216         * src/compose.c
217         * src/compose.h
218                 added COMPOSE_CHECK_BEFORE_SEND hook
219
220 2006-11-10 [paul]       2.6.0cvs27
221
222         * src/crash.c
223                 more renaming
224                 add libSM to get_compiled_in_features()
225         * src/main.c
226                 more renaming
227
228 2006-11-10 [colin]      2.6.0cvs26
229
230         * src/etpan/imap-thread.c
231                 Add a reference to libetpan's sasl engine
232                 so that sasl_done() doesn't get called by
233                 libetpan, and doesn't break openssl.
234                 Should fix bug 1053, 'SC fails to reestablish 
235                 a secure connection'
236                 Patch by Hoa
237
238 2006-11-10 [colin]      2.6.0cvs25
239
240         * manual/addrbook.xml
241         * manual/advanced.xml
242         * manual/faq.xml
243         * manual/intro.xml
244                 Some more renaming
245
246 2006-11-09 [colin]      2.6.0cvs24
247
248         * src/plugins/bogofilter/bogofilter_gtk.c
249                 Add comment about annoyance
250
251 2006-11-09 [colin]      2.6.0cvs23
252
253         * src/plugins/bogofilter/bogofilter.c
254         * src/plugins/bogofilter/bogofilter_gtk.c
255                 Prepare things needed to thread bogofilter
256                 filtering: separate bogo stuff and possible GUI
257                 stuff. 
258
259 2006-11-09 [colin]      2.6.0cvs22
260
261         * src/account.c
262         * src/compose.c
263                 Search for one of our accounts in Delivered-To
264                 (helps for auto-account selection when 
265                  replying/forwarding)
266         * src/folderview.c
267         * src/mainwindow.c
268         * src/mainwindow.h
269         * src/plugins/trayicon/trayicon.c
270                 Allow opening a new mail with any account from
271                 the contextual menu
272
273 2006-11-09 [wwp]        2.6.0cvs21
274
275         * src/compose.c
276         * src/prefs_common.c
277         * src/prefs_common.h
278         * src/prefs_compose_writing.c
279                 add a compose new message format (in prefs/compose/writing), it's a
280                 simple subject+body template to use when opening a new composition
281                 window. It's similar to the existent reply and forward formats.
282
283                 enhanced the template/format % symbols substitution mechanism to
284                 use current composition window information when % are used in
285                 the compose new message format or in templates applied to new
286                 messages (there were useless in that situations before). When
287                 applied to new messages, %d corresponds to the system time/date.
288
289 2006-11-09 [paul]       2.6.0cvs20
290
291         * src/gtk/authors.h
292                 fix last commit
293
294 2006-11-09 [paul]       2.6.0cvs19
295
296         * src/gtk/authors.h
297                 keep tje alphabetical order
298
299 2006-11-08 [colin]      2.6.0cvs18
300
301         * src/etpan/imap-thread.c
302                 Fix bug 1054, 'Slowness logging big 
303                 data chunks'
304
305 2006-11-08 [paul]       2.6.0cvs17
306
307         * tools/Makefile.am
308                 fix the renaming
309
310 2006-11-08 [paul]       2.6.0cvs16
311
312         * src/common/defs.h
313                 update BUGZILLA_URI
314
315 2006-11-08 [paul]       2.6.0cvs15
316
317         * tools/Makefile.am
318         * tools/OOo2claws-mail.pl
319         * tools/OOo2sylpheed.pl
320         * tools/README
321         * tools/acroread2claws-mail.pl
322         * tools/acroread2sylpheed.pl
323         * tools/kmail2claws-mail.pl
324         * tools/kmail2claws-mail_v2.pl
325         * tools/kmail2sylpheed.pl
326         * tools/kmail2sylpheed_v2.pl
327         * tools/maildir2claws-mail.pl
328         * tools/maildir2sylpheed.pl
329         * tools/nautilus2claws-mail.sh
330         * tools/nautilus2sylpheed.sh
331         * tools/outlook2claws-mail.pl
332         * tools/outlook2sylpheed.pl
333         * tools/tb2claws-mail
334         * tools/tb2sylpheed
335         * tools/tbird2claws.py
336         * tools/tbird2syl.py
337         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
338         * tools/kdeservicemenu/install.sh
339         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
340         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
341         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
342         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
343         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
344                 renamed (removed, added) tools files
345
346 2006-11-08 [paul]       2.6.0cvs14
347
348         * src/main.c
349         * src/common/defs.h
350                 Migrate sylpheedrc to clawsrc, and fix the standard
351                 plugins path in the process
352
353 2006-11-07 [colin]      2.6.0cvs13
354
355         * src/Makefile.am
356                 Symlink sylpheed-claws relative to 
357                 claws-mail
358
359 2006-11-07 [colin]      2.6.0cvs12
360
361         * src/compose.c
362                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
363
364 2006-11-07 [paul]       2.6.0cvs11
365
366         * src/gtk/about.c
367                 Fix a missed occurence of
368                 Sylpheed-Claws
369
370 2006-11-07 [paul]       2.6.0cvs10
371
372         * src/Makefile.am
373                 Fix symlink installation
374
375 2006-11-07 [paul]       2.6.0cvs9
376
377         * src/Makefile.am
378                 Symlink claws-mail to sylpheed-claws
379         * src/common/utils.c
380                 Fix migrating symlinks
381         * src/etpan/imap-thread.c
382                 check certificate only when there's
383                 no error
384
385 2006-11-07 [paul]       2.6.0cvs8
386
387         * Makefile.am
388                 Fix icon breakages with Gtk, which needs a 
389                 cache updated to see them.
390
391 2006-11-07 [paul]       2.6.0cvs7
392
393         * .cvsignore
394         * AUTHORS
395         * COPYING
396         * INSTALL
397         * Makefile.am
398         * NEWS
399         * README
400         * RELEASE_NOTES
401         * autogen.sh
402         * claws-mail-128x128.png
403         * claws-mail-64x64.png
404         * claws-mail.ico
405         * claws-mail.pc.in
406         * claws-mail.png
407         * configure.ac
408         * sylpheed-claws-128x128.png
409         * sylpheed-claws-64x64.png
410         * sylpheed-claws.desktop
411         * sylpheed-claws.ico
412         * sylpheed-claws.pc.in
413         * sylpheed-claws.png
414         * debian/README.Debian
415         * debian/changelog
416         * debian/claws-mail.desktop
417         * debian/claws-mail.menu
418         * debian/claws-mail.postinst.debhelper
419         * debian/claws-mail.postrm.debhelper
420         * debian/control
421         * debian/copyright
422         * debian/files
423         * debian/rules
424         * debian/sylpheed-claws.desktop
425         * debian/sylpheed-claws.menu
426         * debian/sylpheed-claws.postinst.debhelper
427         * debian/sylpheed-claws.postrm.debhelper
428         * doc/man/Makefile.am
429         * doc/man/claws-mail.1
430         * doc/man/sylpheed-claws.1
431         * doc/src/ChangeLog.claws-pre0.8.0
432         * manual/Makefile.am
433         * manual/account.xml
434         * manual/ack.xml
435         * manual/addrbook.xml
436         * manual/advanced.xml
437         * manual/claws-mail-manual.xml
438         * manual/faq.xml
439         * manual/glossary.xml
440         * manual/handling.xml
441         * manual/intro.xml
442         * manual/keyboard.xml
443         * manual/plugins.xml
444         * manual/starting.xml
445         * manual/sylpheed-claws-manual.xml
446         * manual/xml2pdf
447         * manual/dist/.cvsignore
448         * manual/dist/html/.cvsignore
449         * manual/dist/html/Makefile.am
450         * manual/dist/pdf/.cvsignore
451         * manual/dist/pdf/Makefile.am
452         * manual/dist/ps/.cvsignore
453         * manual/dist/ps/Makefile.am
454         * manual/dist/txt/.cvsignore
455         * manual/dist/txt/Makefile.am
456         * manual/es/Makefile.am
457         * manual/es/advanced.xml
458         * manual/es/claws-mail-manual.xml
459         * manual/es/faq.xml
460         * manual/es/glossary.xml
461         * manual/es/handling.xml
462         * manual/es/intro.xml
463         * manual/es/plugins.xml
464         * manual/es/sylpheed-claws-manual.xml
465         * manual/es/dist/.cvsignore
466         * manual/es/dist/html/.cvsignore
467         * manual/es/dist/html/Makefile.am
468         * manual/es/dist/pdf/.cvsignore
469         * manual/es/dist/pdf/Makefile.am
470         * manual/es/dist/ps/.cvsignore
471         * manual/es/dist/ps/Makefile.am
472         * manual/es/dist/txt/.cvsignore
473         * manual/es/dist/txt/Makefile.am
474         * manual/fr/Makefile.am
475         * manual/fr/account.xml
476         * manual/fr/ack.xml
477         * manual/fr/addrbook.xml
478         * manual/fr/advanced.xml
479         * manual/fr/claws-mail-manual.xml
480         * manual/fr/faq.xml
481         * manual/fr/glossary.xml
482         * manual/fr/handling.xml
483         * manual/fr/intro.xml
484         * manual/fr/keyboard.xml
485         * manual/fr/plugins.xml
486         * manual/fr/starting.xml
487         * manual/fr/sylpheed-claws-manual.xml
488         * manual/fr/dist/.cvsignore
489         * manual/fr/dist/html/.cvsignore
490         * manual/fr/dist/html/Makefile.am
491         * manual/fr/dist/pdf/.cvsignore
492         * manual/fr/dist/pdf/Makefile.am
493         * manual/fr/dist/ps/.cvsignore
494         * manual/fr/dist/ps/Makefile.am
495         * manual/fr/dist/txt/.cvsignore
496         * manual/fr/dist/txt/Makefile.am
497         * manual/pl/Makefile.am
498         * manual/pl/account.xml
499         * manual/pl/ack.xml
500         * manual/pl/addrbook.xml
501         * manual/pl/advanced.xml
502         * manual/pl/claws-mail-manual.xml
503         * manual/pl/faq.xml
504         * manual/pl/glossary.xml
505         * manual/pl/handling.xml
506         * manual/pl/intro.xml
507         * manual/pl/keyboard.xml
508         * manual/pl/plugins.xml
509         * manual/pl/starting.xml
510         * manual/pl/sylpheed-claws-manual.xml
511         * manual/pl/dist/.cvsignore
512         * manual/pl/dist/html/.cvsignore
513         * manual/pl/dist/html/Makefile.am
514         * manual/pl/dist/pdf/.cvsignore
515         * manual/pl/dist/pdf/Makefile.am
516         * manual/pl/dist/ps/.cvsignore
517         * manual/pl/dist/ps/Makefile.am
518         * manual/pl/dist/txt/.cvsignore
519         * manual/pl/dist/txt/Makefile.am
520         * po/.cvsignore
521         * po/Makevars
522         * src/.cvsignore
523         * src/Makefile.am
524         * src/account.c
525         * src/account.h
526         * src/action.c
527         * src/action.h
528         * src/adbookbase.h
529         * src/addr_compl.c
530         * src/addr_compl.h
531         * src/addrbook.c
532         * src/addrcache.c
533         * src/addrcache.h
534         * src/addrcindex.c
535         * src/addrcindex.h
536         * src/addrclip.c
537         * src/addrclip.h
538         * src/addrdefs.h
539         * src/addressadd.c
540         * src/addressadd.h
541         * src/addressbook.c
542         * src/addressbook.h
543         * src/addressbook_foldersel.c
544         * src/addressbook_foldersel.h
545         * src/addrgather.c
546         * src/addrgather.h
547         * src/addrharvest.c
548         * src/addrharvest.h
549         * src/addrindex.c
550         * src/addrindex.h
551         * src/addritem.c
552         * src/addritem.h
553         * src/addrquery.c
554         * src/addrquery.h
555         * src/addrselect.c
556         * src/addrselect.h
557         * src/alertpanel.c
558         * src/alertpanel.h
559         * src/browseldap.c
560         * src/browseldap.h
561         * src/codeconv.c
562         * src/codeconv.h
563         * src/compose.c
564         * src/crash.c
565         * src/crash.h
566         * src/customheader.c
567         * src/customheader.h
568         * src/displayheader.c
569         * src/displayheader.h
570         * src/editaddress.c
571         * src/editaddress.h
572         * src/editbook.c
573         * src/editbook.h
574         * src/editgroup.c
575         * src/editgroup.h
576         * src/editjpilot.c
577         * src/editjpilot.h
578         * src/editldap.c
579         * src/editldap.h
580         * src/editldap_basedn.c
581         * src/editldap_basedn.h
582         * src/editvcard.c
583         * src/editvcard.h
584         * src/exphtmldlg.c
585         * src/exphtmldlg.h
586         * src/expldifdlg.c
587         * src/expldifdlg.h
588         * src/export.c
589         * src/exporthtml.c
590         * src/exporthtml.h
591         * src/exportldif.c
592         * src/exportldif.h
593         * src/filtering.c
594         * src/filtering.h
595         * src/folder.c
596         * src/folder.h
597         * src/folder_item_prefs.c
598         * src/folder_item_prefs.h
599         * src/foldersel.c
600         * src/foldersel.h
601         * src/folderutils.c
602         * src/folderutils.h
603         * src/folderview.c
604         * src/folderview.h
605         * src/grouplistdialog.c
606         * src/grouplistdialog.h
607         * src/html.c
608         * src/html.h
609         * src/image_viewer.c
610         * src/image_viewer.h
611         * src/imap.c
612         * src/imap.h
613         * src/imap_gtk.c
614         * src/imap_gtk.h
615         * src/import.c
616         * src/import.h
617         * src/importldif.c
618         * src/importldif.h
619         * src/importmutt.c
620         * src/importmutt.h
621         * src/importpine.c
622         * src/importpine.h
623         * src/inc.c
624         * src/inc.h
625         * src/jpilot.c
626         * src/jpilot.h
627         * src/ldapctrl.c
628         * src/ldapctrl.h
629         * src/ldaplocate.c
630         * src/ldaplocate.h
631         * src/ldapquery.c
632         * src/ldapquery.h
633         * src/ldapserver.c
634         * src/ldapserver.h
635         * src/ldaputil.c
636         * src/ldaputil.h
637         * src/ldif.c
638         * src/ldif.h
639         * src/localfolder.c
640         * src/localfolder.h
641         * src/main.c
642         * src/main.h
643         * src/mainwindow.c
644         * src/mainwindow.h
645         * src/manual.c
646         * src/manual.h
647         * src/matcher.c
648         * src/matcher.h
649         * src/matcher_parser.h
650         * src/matcher_parser_lex.l
651         * src/matcher_parser_parse.y
652         * src/mbox.c
653         * src/mbox.h
654         * src/message_search.c
655         * src/message_search.h
656         * src/messageview.c
657         * src/messageview.h
658         * src/mh.c
659         * src/mh.h
660         * src/mh_gtk.c
661         * src/mh_gtk.h
662         * src/mimeview.c
663         * src/mimeview.h
664         * src/msgcache.c
665         * src/msgcache.h
666         * src/mutt.c
667         * src/mutt.h
668         * src/news.c
669         * src/news.h
670         * src/news_gtk.c
671         * src/news_gtk.h
672         * src/noticeview.c
673         * src/noticeview.h
674         * src/partial_download.c
675         * src/partial_download.h
676         * src/pine.c
677         * src/pine.h
678         * src/pop.c
679         * src/pop.h
680         * src/prefs_account.c
681         * src/prefs_account.h
682         * src/prefs_actions.c
683         * src/prefs_actions.h
684         * src/prefs_common.c
685         * src/prefs_common.h
686         * src/prefs_compose_writing.c
687         * src/prefs_compose_writing.h
688         * src/prefs_customheader.c
689         * src/prefs_customheader.h
690         * src/prefs_display_header.c
691         * src/prefs_display_header.h
692         * src/prefs_ext_prog.c
693         * src/prefs_ext_prog.h
694         * src/prefs_filtering.c
695         * src/prefs_folder_column.c
696         * src/prefs_folder_column.h
697         * src/prefs_folder_item.c
698         * src/prefs_folder_item.h
699         * src/prefs_fonts.c
700         * src/prefs_fonts.h
701         * src/prefs_gtk.c
702         * src/prefs_gtk.h
703         * src/prefs_image_viewer.c
704         * src/prefs_image_viewer.h
705         * src/prefs_matcher.c
706         * src/prefs_matcher.h
707         * src/prefs_message.c
708         * src/prefs_message.h
709         * src/prefs_msg_colors.c
710         * src/prefs_msg_colors.h
711         * src/prefs_other.c
712         * src/prefs_other.h
713         * src/prefs_quote.c
714         * src/prefs_quote.h
715         * src/prefs_receive.c
716         * src/prefs_receive.h
717         * src/prefs_send.c
718         * src/prefs_send.h
719         * src/prefs_spelling.c
720         * src/prefs_spelling.h
721         * src/prefs_summaries.c
722         * src/prefs_summaries.h
723         * src/prefs_summary_column.c
724         * src/prefs_summary_column.h
725         * src/prefs_template.c
726         * src/prefs_template.h
727         * src/prefs_themes.c
728         * src/prefs_themes.h
729         * src/prefs_toolbar.c
730         * src/prefs_toolbar.h
731         * src/prefs_wrapping.c
732         * src/prefs_wrapping.h
733         * src/privacy.c
734         * src/privacy.h
735         * src/procheader.c
736         * src/procheader.h
737         * src/procmime.c
738         * src/procmime.h
739         * src/procmsg.c
740         * src/procmsg.h
741         * src/quote_fmt.c
742         * src/quote_fmt_parse.y
743         * src/recv.c
744         * src/recv.h
745         * src/remotefolder.c
746         * src/remotefolder.h
747         * src/send_message.c
748         * src/send_message.h
749         * src/setup.c
750         * src/setup.h
751         * src/sourcewindow.c
752         * src/sourcewindow.h
753         * src/ssl_manager.c
754         * src/ssl_manager.h
755         * src/statusbar.c
756         * src/statusbar.h
757         * src/stock_pixmap.c
758         * src/stock_pixmap.h
759         * src/summary_search.c
760         * src/summary_search.h
761         * src/summaryview.c
762         * src/summaryview.h
763         * src/syldap.c
764         * src/syldap.h
765         * src/textview.c
766         * src/textview.h
767         * src/toolbar.c
768         * src/toolbar.h
769         * src/undo.c
770         * src/undo.h
771         * src/unmime.c
772         * src/unmime.h
773         * src/vcard.c
774         * src/vcard.h
775         * src/wizard.c
776         * src/wizard.h
777         * src/common/base64.c
778         * src/common/base64.h
779         * src/common/defs.h
780         * src/common/hooks.c
781         * src/common/hooks.h
782         * src/common/log.c
783         * src/common/log.h
784         * src/common/mgutils.c
785         * src/common/mgutils.h
786         * src/common/nntp.c
787         * src/common/nntp.h
788         * src/common/passcrypt.c
789         * src/common/passcrypt.h.in
790         * src/common/plugin.c
791         * src/common/plugin.h
792         * src/common/prefs.c
793         * src/common/prefs.h
794         * src/common/progressindicator.c
795         * src/common/progressindicator.h
796         * src/common/quoted-printable.c
797         * src/common/quoted-printable.h
798         * src/common/session.c
799         * src/common/session.h
800         * src/common/smtp.c
801         * src/common/smtp.h
802         * src/common/socket.c
803         * src/common/socket.h
804         * src/common/ssl.c
805         * src/common/ssl.h
806         * src/common/stringtable.c
807         * src/common/stringtable.h
808         * src/common/sylpheed.c
809         * src/common/sylpheed.h
810         * src/common/template.c
811         * src/common/template.h
812         * src/common/timing.h
813         * src/common/utils.c
814         * src/common/utils.h
815         * src/common/version.h.in
816         * src/common/xml.c
817         * src/common/xml.h
818         * src/common/xmlprops.c
819         * src/common/xmlprops.h
820         * src/gtk/about.c
821         * src/gtk/colorlabel.c
822         * src/gtk/colorlabel.h
823         * src/gtk/colorsel.c
824         * src/gtk/colorsel.h
825         * src/gtk/combobox.c
826         * src/gtk/combobox.h
827         * src/gtk/description_window.c
828         * src/gtk/description_window.h
829         * src/gtk/filesel.c
830         * src/gtk/filesel.h
831         * src/gtk/foldersort.c
832         * src/gtk/foldersort.h
833         * src/gtk/gtkaspell.c
834         * src/gtk/gtkaspell.h
835         * src/gtk/gtksctree.c
836         * src/gtk/gtkshruler.c
837         * src/gtk/gtkshruler.h
838         * src/gtk/gtkutils.c
839         * src/gtk/gtkutils.h
840         * src/gtk/icon_legend.c
841         * src/gtk/icon_legend.h
842         * src/gtk/logwindow.c
843         * src/gtk/logwindow.h
844         * src/gtk/manage_window.c
845         * src/gtk/manage_window.h
846         * src/gtk/pluginwindow.c
847         * src/gtk/pluginwindow.h
848         * src/gtk/prefswindow.c
849         * src/gtk/prefswindow.h
850         * src/gtk/quicksearch.c
851         * src/gtk/quicksearch.h
852         * src/pixmaps/claws-mail.xpm
853         * src/pixmaps/claws-mail_icon.xpm
854         * src/pixmaps/claws-mail_logo.xpm
855         * src/pixmaps/sylpheed-claws.xpm
856         * src/pixmaps/sylpheed-claws_icon.xpm
857         * src/pixmaps/sylpheed-claws_logo.xpm
858         * src/plugins/bogofilter/Makefile.am
859         * src/plugins/bogofilter/bogofilter.c
860         * src/plugins/bogofilter/bogofilter.h
861         * src/plugins/bogofilter/bogofilter_gtk.c
862         * src/plugins/clamav/Makefile.am
863         * src/plugins/clamav/clamav_plugin.c
864         * src/plugins/clamav/clamav_plugin.h
865         * src/plugins/clamav/clamav_plugin_gtk.c
866         * src/plugins/demo/Makefile.am
867         * src/plugins/demo/demo.c
868         * src/plugins/dillo_viewer/Makefile.am
869         * src/plugins/dillo_viewer/README
870         * src/plugins/dillo_viewer/dillo_prefs.c
871         * src/plugins/dillo_viewer/dillo_prefs.h
872         * src/plugins/dillo_viewer/dillo_viewer.c
873         * src/plugins/pgpcore/Makefile.am
874         * src/plugins/pgpcore/passphrase.c
875         * src/plugins/pgpcore/passphrase.h
876         * src/plugins/pgpcore/pgp_viewer.c
877         * src/plugins/pgpcore/pgp_viewer.h
878         * src/plugins/pgpcore/plugin.c
879         * src/plugins/pgpcore/prefs_gpg.c
880         * src/plugins/pgpcore/prefs_gpg.h
881         * src/plugins/pgpcore/select-keys.c
882         * src/plugins/pgpcore/select-keys.h
883         * src/plugins/pgpcore/sgpgme.c
884         * src/plugins/pgpcore/sgpgme.h
885         * src/plugins/pgpcore/sylpheed.def
886         * src/plugins/pgpcore/version.rc
887         * src/plugins/pgpinline/Makefile.am
888         * src/plugins/pgpinline/pgpinline.c
889         * src/plugins/pgpinline/pgpinline.h
890         * src/plugins/pgpinline/plugin.c
891         * src/plugins/pgpinline/sylpheed.def
892         * src/plugins/pgpinline/version.rc
893         * src/plugins/pgpmime/Makefile.am
894         * src/plugins/pgpmime/pgpmime.c
895         * src/plugins/pgpmime/pgpmime.h
896         * src/plugins/pgpmime/plugin.c
897         * src/plugins/pgpmime/sylpheed.def
898         * src/plugins/pgpmime/version.rc
899         * src/plugins/spamassassin/Makefile.am
900         * src/plugins/spamassassin/README
901         * src/plugins/spamassassin/spamassassin.c
902         * src/plugins/spamassassin/spamassassin.h
903         * src/plugins/spamassassin/spamassassin_gtk.c
904         * src/plugins/trayicon/Makefile.am
905         * src/plugins/trayicon/trayicon.c
906         * tools/OOo2sylpheed.pl
907         * tools/README
908         * tools/README.sylprint
909         * tools/acroread2sylpheed.pl
910         * tools/claws.i18n.status.pl
911         * tools/filter_conv.pl
912         * tools/filter_conv_new.pl
913         * tools/freshmeat_search.pl
914         * tools/google_search.pl
915         * tools/kmail2sylpheed.pl
916         * tools/kmail2sylpheed_v2.pl
917         * tools/make.themes.project
918         * tools/multiwebsearch.pl
919         * tools/nautilus2sylpheed.sh
920         * tools/outlook2sylpheed.pl
921         * tools/sylprint.pl
922         * tools/sylprint.rc
923         * tools/tb2sylpheed
924         * tools/textviewer.sh
925         * tools/vcard2xml.py
926         * tools/kdeservicemenu/README
927         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
928         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
929         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
930                 Change name to Claws Mail. Announce to follow...
931
932 2006-11-06 [wwp]        2.6.0cvs6
933
934         * src/prefs_template.c
935                 unify messages related to quote format/template errors (fix
936                 capitalization), again.
937
938 2006-11-06 [wwp]        2.6.0cvs5
939
940         * src/prefs_quote.c
941                 unify messages related to quote format/template errors.
942
943 2006-11-06 [wwp]        2.6.0cvs4
944
945         * src/prefs_msg_colors.c
946                 more uses of Q_ macro for contextual translations, thanks
947                 to Fabien (fzzzzz).
948
949 2006-11-06 [wwp]        2.6.0cvs3
950
951         * src/compose.c
952         * src/common/utils.c
953         * src/common/utils.h
954                 show an alertpanel to make sure users are aware that sensitive
955                 files are attached (it's file blacklist-based). This will fix
956                 interaction w/ GoogleEarth for instance, thanks to Colin.
957
958 2006-11-06 [wwp]        2.6.0cvs2
959
960         * src/prefs_quote.c
961         * src/prefs_template.c
962         * src/prefs_template.h
963                 check quote format when applying/closing prefs. For now this only
964                 shows up an error dialog box, not preventing the user from using
965                 a broken quote (reply, forwards) format.
966
967 2006-11-06 [wwp]        2.6.0cvs1
968
969         * src/prefs_template.c
970                 fix missing checks of some template fields.
971
972 2006-11-06 [paul]       2.6.0
973
974         * NEWS
975         * README
976         * RELEASE_NOTES
977                 2.6.0 released
978
979 2006-11-06 [paul]       2.5.6cvs22
980
981         * manual/advanced.xml
982         * manual/es/advanced.xml
983                 put 'respect_flowed_format' info in the correct
984                 place
985
986 2006-11-06 [mones]      2.5.6cvs21
987
988         * po/es.po
989                 Minor fixes for release
990
991 2006-11-06 [paul]       2.5.6cvs20
992
993         * po/cs.po
994         * po/de.po
995         * po/fr.po
996         * po/it.po
997         * po/nl.po
998         * po/pt_BR.po
999         * po/sk.po
1000         * po/sv.po
1001         * po/zh_CN.po
1002                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1003                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1004                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1005                 Young
1006
1007 2006-11-02 [colin]      2.5.6cvs19
1008
1009         * src/imap.c
1010         * src/imap.h
1011         * src/prefs_account.c
1012         * src/etpan/imap-thread.c
1013                 Add GSSAPI support - fixes Debian bug #383274
1014
1015 2006-11-01 [colin]      2.5.6cvs18
1016
1017         * src/jpilot.c
1018                 Handle libpisock12 support. Probably
1019                 fixes bug 1046, 'jpilot AddressDB.pdb 
1020                 import fail'
1021
1022 2006-11-01 [colin]      2.5.6cvs17
1023
1024         * src/folderutils.c
1025                 debug_print() folderutils_mark_all_read()
1026
1027 2006-11-01 [colin]      2.5.6cvs16
1028
1029         * COPYING
1030                 Add missed files to the Apache exception
1031
1032 2006-10-31 [colin]      2.5.6cvs15
1033
1034         * src/folder.c
1035         * src/folder.h
1036                 Add a copy_private_data() func to FolderClasses
1037                 Doesn't break the feature freeze, because we 
1038                 won't use it (right now) in the core.
1039
1040 2006-10-31 [colin]      2.5.6cvs14
1041
1042         * COPYING
1043                 Allow linking with the Apache licensed files in
1044                 src/plugins/spamassassin. Hopefully fixes 
1045                 bug 1048, 'Spamassassin plugin license problem'
1046
1047 2006-10-31 [wwp]        2.5.6cvs13
1048
1049         * src/compose.c
1050                 fix and optimize trimming of leading linefeeds in body loop.
1051
1052 2006-10-31 [colin]      2.5.6cvs12
1053
1054         * src/etpan/imap-thread.c
1055         * src/imap.c
1056                 Make really sure to have NULL sets in case
1057                 of error
1058
1059 2006-10-30 [wwp]        2.5.6cvs11
1060
1061         * src/prefs_common.c
1062         * src/prefs_common.h
1063         * src/compose.c
1064                 fix broken storage of quote format template when it contains \-escape
1065                 sequences. The application of such sequences is also fixed now (\t
1066                 in quote format will be a real tab instead of a 't', for instance).
1067
1068 2006-10-27 [colin]      2.5.6cvs10
1069
1070         * src/compose.c
1071                 Probably fix bug 1045, 'sylpheed-claws 
1072                 doesn't remove the mail from the IMAP 
1073                 Queue folder after sending'. From
1074                 2.5.6cvs3-stable
1075
1076 2006-10-27 [colin]      2.5.6cvs9
1077
1078         * configure.ac
1079                 Require libetpan-0.48. I'm so annoying,
1080                 I know ;-)
1081
1082 2006-10-27 [colin]      2.5.6cvs8
1083
1084         * src/folder.c
1085         * src/imap.c
1086                 Probably fix bug 1044, 'sylpheed-claws 
1087                 segfaults while moving mails' - Fix relation
1088                 usage when moving to an IMAP mailbox from another
1089                 mailbox
1090
1091 2006-10-26 [paul]       2.5.6cvs7
1092
1093         * src/gtk/about.c
1094                 add libSM to compiled-in features
1095                 list
1096
1097 2006-10-24 [colin]      2.5.6cvs6
1098
1099         * src/textview.c
1100         * src/gtk/gtkutils.c
1101                 Fix crash when printing emails with an
1102                 xface
1103
1104 2006-10-24 [mones]      2.5.6cvs5
1105
1106         * manual/es/advanced.xml
1107                 Synchronize hidden option respect_flowed_format
1108         * po/es.po
1109                 Updated translation
1110
1111 2006-10-21 [paul]       2.5.6cvs4
1112
1113         * src/gtk/authors.h
1114         * src/plugins/pgpcore/pgp_viewer.c
1115         * src/plugins/pgpcore/sgpgme.c
1116                 fix building on BSDs
1117                 Thanks to Michael Hughes
1118                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1119
1120 2006-10-20 [colin]      2.5.6cvs3
1121
1122         * configure.ac
1123                 Bump up libetpan requirement
1124                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1125         * src/common/utils.c
1126         * src/common/utils.h
1127                 Add convenience get_file_mtime()
1128         * src/imap.c
1129         * src/etpan/imap-thread.c
1130         * src/etpan/imap-thread.h
1131                 Implement UIDPLUS support if the server
1132                 supports it - faster sending in this case
1133
1134 2006-10-19 [colin]      2.5.6cvs2
1135
1136         * src/gtk/quicksearch.c
1137                 Fix emptying in type-ahead+extended mode
1138         * src/mainwindow.c
1139         * src/mainwindow.h
1140                 Add a hook for offline state change
1141         * src/plugins/trayicon/trayicon.c
1142                 Use it to display offline icons
1143         * src/plugins/trayicon/Makefile.am
1144         * src/plugins/trayicon/newmail.offline.xpm
1145         * src/plugins/trayicon/newmarkedmail.offline.xpm
1146         * src/plugins/trayicon/nomail.offline.xpm
1147         * src/plugins/trayicon/unreadmail.offline.xpm
1148         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1149                 Add the icons
1150
1151 2006-10-12 [paul]       2.5.6cvs1
1152
1153         * NEWS
1154         * README
1155         * configure.ac
1156                 Update version number following
1157                 stable release
1158
1159 2006-10-19 [colin]      2.5.5cvs18
1160
1161         * manual/handling.xml
1162                 Add type-ahead search
1163
1164 2006-10-18 [colin]      2.5.5cvs17
1165
1166         * src/gtk/quicksearch.c
1167                 Remove "save to history only if there's
1168                 no syntax error", it breaks for some 
1169                 reason which I'll investigate later.
1170
1171 2006-10-18 [colin]      2.5.5cvs16
1172
1173         * src/prefs_common.c
1174         * src/prefs_common.h
1175         * src/summaryview.c
1176         * src/gtk/quicksearch.c
1177         * src/gtk/quicksearch.h
1178                 Add a type-ahead option for fast searches
1179                 Patch by Fabien Vantard
1180
1181 2006-10-18 [colin]      2.5.5cvs15
1182
1183         * src/compose.c
1184         * src/compose.h
1185                 Add Options/Reply mode/ menu to be able to
1186                 change the recipients of a reply on the fly
1187
1188 2006-10-18 [colin]      2.5.5cvs14
1189
1190         * src/compose.c
1191                 Fix redirecting of our own sent mails
1192
1193 2006-10-17 [wwp]        2.5.5cvs13
1194
1195         * src/send_message.c
1196                 Fix duplicate error messages when sending, and missing
1197                 newline in such error messages.
1198
1199 2006-10-17 [colin]      2.5.5cvs12
1200
1201         * src/compose.c
1202                 Compare addresses case-insensitive
1203
1204 2006-10-17 [colin]      2.5.5cvs11
1205
1206         * src/plugins/pgpcore/sgpgme.c
1207                 Fix return status
1208
1209 2006-10-17 [colin]      2.5.5cvs10
1210
1211         * src/plugins/pgpcore/pgp_viewer.c
1212                 Fix return status
1213
1214 2006-10-17 [colin]      2.5.5cvs9
1215
1216         * src/quote_fmt.c
1217                 Fix a typo (thanks to Fabien)
1218
1219 2006-10-16 [colin]      2.5.5cvs8
1220
1221         * src/textview.c
1222                 Fix problem with quote-folding when emails
1223                 don't convert cleanly to UTF-8
1224
1225 2006-10-14 [colin]      2.5.5cvs7
1226
1227         * src/prefs_template.c
1228                 Reset fields when reopening
1229                 the window
1230
1231 2006-10-13 [paul]       2.5.5cvs6
1232
1233         * manual/advanced.xml
1234         * src/prefs_message.c
1235                 make 'respect_flowed_format' a hidden
1236                 option, and add a manual entry for it
1237                 Thanks to Colin
1238
1239 2006-10-12 [colin]      2.5.5cvs5
1240
1241         * src/codeconv.c
1242                 Revert part of 2.5.2cvs21:
1243                 Don't optimise by reusing the 
1244                 last iconv converter if possible:
1245                 it seems slightly broken in a 
1246                 very hard way to reproduce
1247
1248 2006-10-12 [colin]      2.5.5cvs4
1249
1250         * src/prefs_common.c
1251         * src/prefs_common.h
1252         * src/prefs_message.c
1253         * src/procmime.c
1254                 Fix bug 1035, 'Incorrect handling 
1255                 of flowed lines'. We now optionnaly
1256                 handle this format (preference is in
1257                 Message View/Text options section)
1258
1259 2006-10-12 [colin]      2.5.5cvs3
1260
1261         * po/POTFILES.in
1262                 Add new file
1263         * src/plugins/pgpcore/pgp_viewer.c
1264         * src/plugins/pgpcore/sgpgme.c
1265                 Don't try to import without asking
1266
1267 2006-10-12 [colin]      2.5.5cvs2
1268
1269         * src/compose.c
1270                 Fix bug 1036, 'Forwarding a mutlipart
1271                 mail with a "text/html" block to ms
1272                 outlook users leeds to freeze of
1273                 outlook'. Poor outlook users...
1274
1275 2006-10-12 [paul]       2.5.5cvs1
1276
1277         * NEWS
1278         * README
1279         * configure.ac
1280                 Update version number following
1281                 stable release
1282
1283 2006-10-11 [paul]       2.5.4cvs1
1284
1285         * NEWS
1286         * README
1287         * configure.ac
1288                 Update version number following
1289                 stable release
1290
1291 2006-10-11 [paul]       2.5.3cvs32
1292
1293         * src/textview.c
1294                 fix bug 1032, 'Segmentation fault when showing
1295                 message' (bug in quote folding)
1296                 Thanks to Colin
1297
1298 2006-10-10 [colin]      2.5.3cvs31
1299
1300         * src/quote_fmt.c
1301                 Rephrase english a bit
1302
1303 2006-10-10 [colin]      2.5.3cvs30
1304
1305         * src/prefs_compose_writing.c
1306                 Stop making the page larger than the window
1307
1308 2006-10-10 [wwp]        2.5.3cvs29
1309
1310         * src/compose.c
1311         * src/prefs_template.c
1312         * src/quote_fmt.c
1313         * src/quote_fmt.h
1314         * src/quote_fmt_lex.l
1315         * src/quote_fmt_parse.y
1316                 Extend the quote parser a bit: allow to get access to
1317                 basic (composing) account info.
1318
1319 2006-10-10 [colin]      2.5.3cvs28
1320
1321         * src/procheader.c
1322                 Fix this \t problem in subject
1323
1324 2006-10-09 [colin]      2.5.3cvs27
1325
1326         * src/main.c
1327         * src/prefs_gtk.c
1328                 Prepare cache a bit later
1329                 If section already exists, skip the new one 
1330                 (as previously); avoid writing the same block
1331                 twice - if we find a second block with the 
1332                 same id, skip it.
1333         * src/plugins/pgpcore/pgp_viewer.c
1334                 Set cursor to busy when retrieving a key
1335         * src/plugins/pgpcore/sgpgme.c
1336                 allow 5 seconds for gpg to export the key
1337                 
1338
1339 2006-10-09 [colin]      2.5.3cvs26
1340
1341         * configure.ac
1342         * src/msgcache.c
1343         * src/prefs_gtk.c
1344                 Check for existence of fgets_unlocked
1345                 and fwrite_unlocked
1346
1347 2006-10-09 [paul]       2.5.3cvs25
1348
1349         * src/prefs_summaries.c
1350                 replace strftime() with fast_strftime() and in
1351                 the consequence fix the bug in the display of
1352                 AM/PM in the 'Example' string
1353
1354 2006-10-09 [ticho]      2.5.3cvs24
1355
1356         * po/sk.po
1357                 Updated (and fixed up somewhat) Slovak translation.
1358
1359 2006-10-08 [colin]      2.5.3cvs23
1360
1361         * src/prefs_folder_item.c
1362                 Explain why prefs in the top-level folder
1363                 aren't retained, but are still useful
1364
1365 2006-10-08 [colin]      2.5.3cvs22
1366
1367         * src/prefs_gtk.c
1368                 Don't cache anything if caching fails
1369
1370 2006-10-08 [colin]      2.5.3cvs21
1371
1372         * src/common/utils.c
1373                 always include gi18n.h
1374
1375 2006-10-07 [colin]      2.5.3cvs20
1376
1377         * src/plugins/pgpcore/pgp_viewer.c
1378                 Kill gpg after 5 seconds wait
1379
1380 2006-10-07 [colin]      2.5.3cvs19
1381
1382         * src/plugins/pgpcore/pgp_viewer.c
1383         * src/plugins/pgpcore/pgp_viewer.h
1384                 Fix copyright
1385
1386 2006-10-07 [colin]      2.5.3cvs18
1387
1388         * src/plugins/pgpcore/pgp_viewer.c
1389         * src/plugins/pgpcore/pgp_viewer.h
1390                 Actually add the files to CVS
1391
1392 2006-10-07 [colin]      2.5.3cvs17
1393
1394         * src/plugins/pgpcore/sgpgme.c
1395                 Be sure not to crash on 'application/pgp-signature' that
1396                 are not application/pgp-signatures
1397
1398 2006-10-07 [colin]      2.5.3cvs16
1399
1400         * src/textview.c
1401         * src/textview.h
1402                 Make a bit more of the API available
1403         * src/plugins/pgpcore/Makefile.am
1404         * src/plugins/pgpcore/plugin.c
1405         * src/plugins/pgpcore/sgpgme.c
1406                 Add basic key import/export
1407
1408 2006-10-07 [colin]      2.5.3cvs15
1409
1410         * src/folderview.c
1411         * src/imap.c
1412         * src/prefs_account.c
1413         * src/wizard.c
1414                 Warn users *everywhere* if libetpan's not
1415                 linked in
1416
1417 2006-10-06 [mones]      2.5.3cvs14
1418
1419         * po/de.po
1420         * po/es.po
1421                 updated by Stephan Sachse and me
1422
1423 2006-10-06 [colin]      2.5.3cvs13
1424
1425         * src/main.c
1426         * src/common/sylpheed.c
1427                 Don't load common plugins if --exit is passed
1428         * src/prefs_gtk.c
1429         * src/prefs_gtk.h
1430                 Implement a cache to avoid reading the same
1431                 files over and over again at startup
1432
1433 2006-10-06 [colin]      2.5.3cvs12
1434
1435         * src/summaryview.c
1436         * src/gtk/quicksearch.c
1437                 Update display every 5k mails on fast searches
1438
1439 2006-10-06 [colin]      2.5.3cvs11
1440
1441         * src/textview.c
1442                 Don't do quote folding on HTML or ERTF.
1443                 May fix the Cygwin issues if they were
1444                 happening with HTML mails?
1445
1446 2006-10-05 [colin]      2.5.3cvs10
1447
1448         * src/prefs_gtk.c
1449                 Oops, forgot one
1450
1451 2006-10-05 [colin]      2.5.3cvs9
1452
1453         * src/prefs_gtk.c
1454                 Use unlocked_stdio here too
1455
1456 2006-10-05 [colin]      2.5.3cvs8
1457
1458         * src/folderview.c
1459                 Fix go to next * after preferences apply
1460         * src/msgcache.c
1461                 Do the fd lock/unlock ourselves instead of
1462                 letting the libc do it at each write 
1463
1464 2006-10-05 [colin]      2.5.3cvs7
1465
1466         * src/common/utils.c
1467                 Faster division, thanks to Jean Diraison
1468
1469 2006-10-05 [paul]       2.5.3cvs6
1470
1471         * src/common/utils.c
1472                 fix building with --disable-nls
1473
1474 2006-10-04 [colin]      2.5.3cvs5
1475
1476         * src/folder.c
1477                 Maybe fix a segfault
1478
1479 2006-10-04 [wwp]        2.5.3cvs4
1480
1481         * src/prefs_folder_item.c
1482                 Fine-tune layouts in folder item prefs. Suggested by
1483                 Fabien Vantard <fzzzzz@gmail.com>.
1484
1485 2006-10-04 [wwp]        2.5.3cvs3
1486
1487         * src/prefs_folder_item.c
1488                 Kill the clandestine passengers. You didn't see anything.
1489
1490 2006-10-04 [wwp]        2.5.3cvs2
1491
1492         * src/prefs_folder_item.c
1493                 Add a way to test the subject simplify regexp in
1494                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1495                 w/ few layout changes.
1496
1497 2006-20-04 [paul]       2.5.3cvs1
1498
1499         * NEWS
1500         * README
1501         * configure.ac
1502                 Update version number following
1503                 stable release
1504
1505 2006-10-04 [colin]      2.5.2cvs42
1506
1507         * src/folder.c
1508         * src/folder.h
1509         * src/summaryview.c
1510                 Provide a way for folder classes to set their sort
1511                 type and key
1512
1513 2006-10-03 [colin]      2.5.2cvs41
1514
1515         * src/mh.c
1516                 Don't use strlen() to know if the
1517                 string's empty
1518
1519 2006-10-03 [colin]      2.5.2cvs40
1520
1521         * src/mh.c
1522                 Fix "check for new folders" with accentued folders
1523
1524 2006-10-03 [ticho]      2.5.2cvs39
1525
1526         * src/filtering.c
1527         * src/folder.c
1528         * src/inc.c
1529         * src/mbox.c
1530                 Colin's fix for "copy" filtering rules.
1531
1532 2006-10-02 [colin]      2.5.2cvs38
1533
1534         * src/folderview.c
1535                 Fix for double-click too
1536
1537 2006-10-02 [colin]      2.5.2cvs37
1538
1539         * src/folderview.c
1540                 correct fix for cvs36
1541
1542 2006-10-02 [colin]      2.5.2cvs36
1543
1544         * src/folderview.c
1545                 Fix 'goto next unread' after collapsing/expanding 
1546                 a node.
1547
1548 2006-10-02 [colin]      2.5.2cvs35
1549
1550         * src/summaryview.c
1551                 Fix double freeze/thaw
1552         * src/common/utils.c
1553         * src/common/utils.h
1554                 Reimplement strftime
1555         * src/procheader.c
1556                 Use it
1557
1558
1559 2006-10-02 [colin]      2.5.2cvs34
1560
1561         * src/mh.c
1562                 Time mh_write_sequences() - it's fast
1563         * src/summaryview.c
1564                 Init a variable to shut up gcc
1565
1566 2006-10-01 [colin]      2.5.2cvs33
1567
1568         * src/folder.c
1569         * src/mh.c
1570         * src/mh.h
1571         * src/msgcache.c
1572                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1573                 Add fsync but disable it, it's slow as hell
1574
1575 2006-10-01 [colin]      2.5.2cvs32
1576
1577         * src/mh.c
1578         * src/msgcache.c
1579                 fflush() caches and mh_sequences before
1580                 fclose()ing
1581
1582 2006-10-01 [colin]      2.5.2cvs31
1583
1584         * src/msgcache.c
1585                 Don't ftruncate when not using mmap
1586
1587 2006-09-30 [colin]      2.5.2cvs30
1588
1589         * src/main.c
1590                 Write folder list *after* saving caches
1591
1592 2006-09-30 [colin]      2.5.2cvs29
1593
1594         * src/folder.c
1595         * src/mh.c
1596                 Debug forced mtime changes
1597
1598 2006-09-30 [colin]      2.5.2cvs28
1599
1600         * src/folder.c
1601         * src/main.c
1602                 Remove useless debug_print()s (code
1603                 well-tested)
1604
1605 2006-09-30 [colin]      2.5.2cvs27
1606
1607         * src/mh.c
1608                 Do stuff faster when writing mh_sequences
1609
1610 2006-09-30 [colin]      2.5.2cvs26
1611
1612         * src/mh.c
1613                 Don't let the writing of .mh_sequences, which
1614                 can change the folder's mtime, let us think
1615                 we need to scan.
1616
1617 2006-09-30 [colin]      2.5.2cvs25
1618
1619         * src/folder.c
1620                 Move a debug_print where it belongs 
1621                 (processing)
1622         * src/summaryview.c
1623                 Don't mess with a huge slow subject
1624                 table if we're not threading by
1625                 subject
1626
1627 2006-09-30 [colin]      2.5.2cvs24
1628
1629         * src/msgcache.c
1630                 Reenable mmaped reads (*not* writes!)
1631         * src/procmsg.c
1632                 Don't destroy and recreate hashtables just
1633                 for fun
1634         * src/common/utils.c
1635                 Remove useless reply prefixes (it's case
1636                 unsensitive)
1637
1638 2006-09-30 [wwp]        2.5.2cvs23
1639
1640         * tools/fix_date.sh
1641                 Fixed a minor bug in date value extraction, added a switch
1642                 to replace non RFC-compliant Date: value, added a switch
1643                 to use strict RFC matching patterns for dates.
1644
1645 2006-09-29 [colin]      2.5.2cvs22
1646
1647         * src/matcher_parser.h
1648         * src/matcher_parser_parse.y
1649         * src/prefs_filtering.c
1650         * src/statusbar.c
1651         * src/summary_search.c
1652         * src/summaryview.c
1653         * src/gtk/quicksearch.c
1654         * src/gtk/quicksearch.h
1655                 Optimise searches by setting different
1656                 refresh intervals (depending if the 
1657                 search is fast or not)
1658
1659 2006-09-29 [colin]      2.5.2cvs21
1660
1661         * src/codeconv.c
1662                 Optimise by reusing the last iconv converter
1663                 if possible
1664         * src/textview.c
1665                 Optimise a bit (the foldable quotes feature
1666                 still has an awful O(n^2) algo
1667
1668 2006-09-29 [colin]      2.5.2cvs20
1669
1670         * src/gtk/gtksctree.c
1671         * src/gtk/gtksctree.h
1672                 Optimise de-selection via up/down or
1673                 another key
1674
1675 2006-09-28 [colin]      2.5.2cvs19
1676
1677         * src/action.c
1678         * src/compose.c
1679         * src/folderview.c
1680         * src/mainwindow.c
1681         * src/messageview.c
1682         * src/summary_search.c
1683         * src/toolbar.c
1684                 Avoid using summaryview->ctree directly
1685
1686 2006-09-28 [colin]      2.5.2cvs18
1687
1688         * src/summaryview.c
1689         * src/summaryview.h
1690                 Add helpers to freeze/thaw/grab_focus
1691                 Factorize calls to freeze/thaw/grab_focus
1692                 
1693
1694 2006-09-28 [colin]      2.5.2cvs17
1695
1696         * src/main.c
1697                 More guards for the session management
1698
1699 2006-09-28 [colin]      2.5.2cvs16
1700
1701         * src/folderview.c
1702         * src/gtk/gtksctree.c
1703         * src/gtk/gtksctree.h
1704                 Make expanding not recursive in folderview
1705
1706 2006-09-28 [colin]      2.5.2cvs15
1707
1708         * src/addressbook.c
1709                 If nothing is selected in the list (right part)
1710                 and a group is selected in the tree (left part),
1711                 mail this group.
1712
1713 2006-09-28 [colin]      2.5.2cvs14
1714
1715         * src/Makefile.am
1716                 Actually use SM_LIBS
1717
1718 2006-09-28 [ticho]      2.5.2cvs13
1719
1720         * src/export.c
1721         * src/messageview.c
1722         * src/mimeview.c
1723         * src/news.c
1724         * src/pop.c
1725         * src/prefs_themes.c
1726         * src/procmsg.c
1727                 Small i18n string optimization.
1728         * src/send_message.c
1729         * src/summaryview.c
1730         * src/common/session.c
1731         * src/common/smtp.c
1732         * src/common/ssl_certificate.c
1733         * src/common/utils.c
1734                 Use "Couldn't" instead of "Can't" in UI messages,
1735                 where appropriate.
1736
1737 2006-09-28 [colin]      2.5.2cvs12
1738
1739         * configure.ac
1740                 Possibly fix link errors
1741
1742 2006-09-27 [wwp]        2.5.2cvs11
1743
1744         * src/gtk/authors.h
1745         * doc/man/sylpheed-claws.1
1746         * manual/ack.xml
1747         * manual/es/ack.xml
1748         * manual/fr/ack.xml
1749         * manual/pl/ack.xml
1750                 Updated authors info (me, myself and I).
1751
1752 2006-09-27 [colin]      2.5.2cvs10
1753
1754         * src/addressbook.c
1755                 Remove useless printf
1756
1757 2006-09-27 [wwp]        2.5.2cvs9
1758
1759         * src/editgroup.c
1760         * src/send_message.c
1761         * src/inc.c
1762         * src/prefs_common.c
1763         * src/prefs_common.h
1764         * src/gtk/progressdialog.c
1765                 remember more windows' sizes (send dialog, received dialog,
1766                 edit group in addressbook).
1767
1768 2006-09-27 [colin]      2.5.2cvs8
1769
1770         * configure.ac
1771         * src/main.c
1772         * src/mainwindow.h
1773                 Use libSM to communicate with the session
1774                 manager, so that we can know when the 
1775                 session ends, save our caches, and draft
1776                 our compose windows.
1777
1778 2006-09-27 [colin]      2.5.2cvs7
1779
1780         * src/addressbook.c
1781                 Fix issues:
1782                 o Allow Book and Group creation from the tree's
1783                   contextual menu
1784                 o Do not actually delete the contacts when 
1785                   deleting groups from the tree (duh!)
1786
1787 2006-09-27 [colin]      2.5.2cvs6
1788
1789         * src/compose.c
1790         * src/compose.h
1791         * src/mainwindow.c
1792         * src/textview.c
1793         * src/toolbar.c
1794                 o Allow passing an email address to 
1795                   compose_new_with_folderitem
1796                 o Update callers
1797                 o Use current folderitem when clicking
1798                   on a TextView mailto: link
1799                 o Fix a possible leak in TextView
1800
1801 2006-09-27 [colin]      2.5.2cvs5
1802
1803         * src/html.c
1804                 Use UTF-8 chars to replace HTML entities
1805
1806 2006-09-27 [colin]      2.5.2cvs4
1807
1808         * AUTHORS
1809         * src/prefs_account.c
1810         * src/gtk/authors.h
1811                 Fix bug #1024 (Array index out of
1812                 range in sylpheed-claws-2.5.2)
1813                 Patch by Ales Nosek <anosek@suse.cz>
1814
1815 2006-09-27 [colin]      2.5.2cvs3
1816
1817         * src/addr_compl.c
1818                 Actually do the test
1819
1820 2006-09-27 [colin]      2.5.2cvs2
1821
1822         * src/addr_compl.c
1823         * src/addr_compl.h
1824                 Allow completing with comma (in certain cases: vCalendar
1825                 for example doesn't support that)
1826                 Patch by Fabien Vantard
1827
1828 2006-09-26 [colin]      2.5.2cvs1
1829
1830         * src/Makefile.am
1831         * src/addr_compl.c
1832         * src/addr_compl.h
1833         * src/addrbook.c
1834         * src/addrbook.h
1835         * src/addressbook.c
1836         * src/addrindex.c
1837         * src/addrindex.h
1838         * src/compose.c
1839         * src/prefs_common.c
1840         * src/prefs_filtering_action.c
1841         * src/prefs_folder_item.c
1842         * src/prefs_template.c
1843         * src/stock_pixmap.c
1844         * src/stock_pixmap.h
1845         * src/pixmaps/addr_one.xpm
1846         * src/pixmaps/addr_two.xpm
1847                 Add auto-completion on groups
1848
1849 2006-09-26 [colin]      2.5.2
1850
1851         * NEWS
1852         * README
1853         * RELEASE_NOTES
1854                 2.5.2 released
1855
1856 2006-09-26 [colin]      2.5.1cvs5
1857
1858         * src/matcher.c
1859                 Fix condition
1860
1861 2006-09-26 [colin]      2.5.1cvs4
1862
1863         * src/mbox.c
1864                 Revert cvs1 (useless as the message is printed 
1865                 every 500 mails)
1866
1867 2006-09-26 [colin]      2.5.1cvs3
1868
1869         * src/partial_download.c
1870                 Fix crasher found by Alexsandar Urosevic
1871
1872 2006-09-26 [colin]      2.5.1cvs2
1873
1874         * src/summaryview.c
1875                 Fix bug #1023 (Sylpheed deletes too much messages)
1876
1877 2006-09-26 [ticho]      2.5.1cvs1
1878
1879         * src/mbox.c
1880                 Make use of gettext's multiple plurals for statusbar
1881                 progress message.
1882
1883 2006-09-25 [paul]       2.5.1
1884
1885         * NEWS
1886         * README
1887         * RELEASE_NOTES
1888                 2.5.1 released
1889
1890 2006-09-25 [colin]      2.5.0cvs3
1891
1892         * src/plugins/bogofilter/bogofilter.c
1893         * src/plugins/clamav/clamav_plugin.c
1894         * src/plugins/spamassassin/spamassassin.c
1895                 BogoFilter, Spamassassin: Fix double hook registering after
1896                 visiting preferences
1897                 Spamassassin, Clamav: Just set the mails to move instead of
1898                 doing the move - caller will move the things at once.
1899
1900 2006-09-25 [colin]      2.5.0cvs2
1901
1902         * src/imap.c
1903         * src/etpan/imap-thread.c
1904                 Use UID SEARCH ALL instead of UID 1:*
1905                 (braindead servers can't figure out that's
1906                 the same...)
1907
1908 2006-09-25 [wwp]        2.5.0cvs1
1909
1910         * src/message_search.c
1911                 Added the ability to stop a running search (in message body).
1912
1913 2006-09-25 [paul]       2.5.0
1914
1915         * NEWS
1916         * README
1917         * RELEASE_NOTES
1918                 2.5.0 released
1919
1920 2006-09-25 [paul]       2.4.0cvs214
1921
1922         * po/cs.po
1923         * po/de.po
1924         * po/fi.po
1925         * po/fr.po
1926         * po/nl.po
1927         * po/pt_BR.po
1928         * po/sk.po
1929         * po/sr.po
1930         * po/zh_CN.po
1931                 updated by Tim, Stephan Sachse, Flammie Pirinen,
1932                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
1933                 Ticho, Aleksander Urosevic, Ralgh Young
1934
1935 2006-09-24 [mones]      2.4.0cvs213
1936
1937         * po/es.po
1938                 Updated for release
1939
1940 2006-09-23 [colin]      2.4.0cvs212
1941
1942         * src/gtk/inputdialog.c
1943                 Fix [ ] remember this appearing in normal
1944                 input dialogs after it's been used by
1945                 mimeview.
1946         * src/folder.c
1947         * src/folderview.c
1948         * src/msgcache.c
1949         * src/procmsg.c
1950         * src/summaryview.c
1951         * src/textview.c
1952         * src/common/timing.h
1953                 Enable timings in debug mode and make it
1954                 look prettier.
1955
1956 2006-09-22 [colin]      2.4.0cvs211
1957
1958         * README
1959                 Revert test change
1960         * commitHelper
1961                 ping the correct URI
1962
1963 2006-09-22 [colin]      2.4.0cvs210
1964
1965         * README
1966                 Let's see if bug #1022 is fixed
1967
1968 2006-09-21 [colin]      2.4.0cvs209
1969
1970         * src/wizard.c
1971         * src/common/plugin.c
1972                 Prepare infra to load predefined plugins when
1973                 no configuration existed. Don't actually load
1974                 anything yet (feat. freeze)
1975
1976 2006-09-21 [wwp]        2.4.0cvs208
1977
1978         * manual/fr/faq.xml
1979                 Partial sync w/ 2.4.0cvs72:
1980                 wrap file and minor updates.
1981
1982 2006-09-21 [wwp]        2.4.0cvs207
1983
1984         * tools/fix_date.sh
1985                 several fixes and enhancements. A new --force switch has been
1986                 added to prevent overriding by default Date: header when
1987                 already existing.
1988
1989 2006-09-21 [paul]       2.4.0cvs206
1990
1991         * src/common/utils.c
1992                 add Chinese UTF8 Re prefix
1993
1994 2006-09-21 [wwp]        2.4.0cvs205
1995
1996         * tools/Makefile.am
1997                 Fics alfabettical order.
1998
1999 2006-09-21 [wwp]        2.4.0cvs204
2000
2001         * tools/fix_date.sh
2002         * tools/Makefile.am
2003                 Added an action tool to fix missing Date field in emails.
2004                 Updated Makefile.am to reflect those last two additions.
2005
2006 2006-09-21 [wwp]        2.4.0cvs203
2007
2008         * tools/uuooffice
2009                 Added a action tool to open uuencoded docs w/
2010                 OpenOffice (based on uudec method).
2011
2012 2006-09-21 [colin]      2.4.0cvs202
2013
2014         * src/compose.c
2015         * src/textview.c
2016                 Workaround possible GTK crash: remove selection 
2017                 clipboard before destroying widget, or GTK+-2.10
2018                 dies. Thanks to Hiro.
2019
2020 2006-09-20 [colin]      2.4.0cvs201
2021
2022         * src/compose.c
2023                 Fix free-after-use in some cases (when 
2024                 procmime_encode_content() frees mimeinfo->data.mem
2025                 and turns it to a temp file)
2026
2027 2006-09-20 [colin]      2.4.0cvs200
2028
2029         * src/folderview.c
2030         * src/summaryview.c
2031         * src/gtk/gtksctree.c
2032         * src/gtk/gtksctree.h
2033                 Add tooltips in the folderview and summaryview
2034                 (Doesn't break string freeze as they already
2035                 exist)
2036         * src/toolbar.c
2037                 Put the spam button in the default configuration
2038                 if compiled with bogo plugin too
2039
2040 2006-09-19 [colin]      2.4.0cvs199
2041
2042         * src/summaryview.c
2043         * src/summaryview.h
2044                 Update folder name label on folder rename
2045         * src/prefs_matcher.c
2046         * src/gtk/logwindow.h
2047                 Fix warnings
2048                 Patches by Fabien
2049
2050 2006-09-19 [wwp]        2.4.0cvs198
2051
2052         * src/summary_search.c
2053                 fix can't click forward/backward buttons in the
2054                 search messages.
2055
2056 2006-09-18 [paul]       2.4.0cvs197
2057
2058         * src/wizard.c
2059                 add missing bracket, capitalise the A of
2060                 'SpamAssassin'
2061
2062 2006-09-18 [paul]       2.4.0cvs196
2063
2064         * src/compose.c
2065                 fix bug 1012 'crashed upon sending mail
2066                 from compose window'
2067                 Thanks to Colin
2068
2069 2006-09-16 [colin]      2.4.0cvs195
2070
2071         * src/folderview.c
2072                 Fix "real-time" sorting by freezing/thawing
2073
2074 2006-09-16 [colin]      2.4.0cvs194
2075
2076         * manual/faq.xml
2077                 Fix the anti-spam entry a bit
2078
2079 2006-09-16 [colin]      2.4.0cvs193
2080
2081         * src/wizard.c
2082                 Make sure reviewers have no excuse when stating
2083                 Sylpheed-Claws doesn't have antispam capabilities.
2084
2085 2006-09-16 [colin]      2.4.0cvs192
2086
2087         * src/main.c
2088                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2089                 as if the SIGPIPE comes from etpan's thread we could
2090                 trigger a GUI update from this thread.
2091
2092 2006-09-16 [colin]      2.4.0cvs191
2093
2094         * src/summaryview.c
2095                 Init all members of the struct
2096
2097 2006-09-16 [paul]       2.4.0cvs190
2098
2099         * src/account.c
2100                 improvements to the English
2101
2102 2006-09-15 [colin]      2.4.0cvs189
2103
2104         * src/summaryview.c
2105                 HIG order on dialog
2106
2107 2006-09-14 [colin]      2.4.0cvs188
2108
2109         * src/common/socket.c
2110         * src/common/socket.h
2111         * src/common/ssl.c
2112         * src/common/ssl_certificate.c
2113         * src/common/ssl_certificate.h
2114         * src/etpan/imap-thread.c
2115                 the get_fqdn() call done to get canonical name when
2116                 checking an SSL certificate is blocking, which is
2117                 sad as we just did a non-blocking lookup to connect.
2118                 Fix that by letting the fqdn available to the SockInfo,
2119                 and use that in ssl_certificate_check(). For IMAP,
2120                 we don't do it as the lookup's done by libetpan, but
2121                 it's less annoying as IMAP connections as much more
2122                 rare than POP3 connections.
2123
2124 2006-09-14 [paul]       2.4.0cvs187
2125
2126         * manual/advanced.xml
2127                 improvements to the English,
2128                 properly place the new hidden options
2129                 within the alphabetical order
2130         * src/gtk/pluginwindow.c
2131                 improvements to the English
2132
2133 2006-09-14 [colin]      2.4.0cvs186
2134
2135         * src/prefs_common.c
2136         * src/prefs_common.h
2137         * src/gtk/gtksctree.c
2138         * manual/advanced.xml
2139                 New hidden pref, stripes_color_offset, to change
2140                 the value added/substracted to normal bgcolor to
2141                 create the stripes in summaries
2142
2143 2006-09-13 [colin]      2.4.0cvs185
2144
2145         * src/gedit-print.c
2146         * src/messageview.c
2147         * src/messageview.h
2148         * src/summaryview.c
2149         * src/textview.c
2150                 Fix misc. printing issues: 
2151                 - Bad font for linkified headers
2152                 - Different font if the mail was displayed or not
2153                 - Factorize the thing
2154
2155 2006-09-13 [colin]      2.4.0cvs184
2156
2157         * src/common/ssl_certificate.c
2158                 Only get FQDN once when checking certificate
2159
2160 2006-09-13 [colin]      2.4.0cvs183
2161
2162         * src/account.c
2163         * src/gtk/pluginwindow.c
2164                 Misc. GUI fixes by Fabien
2165
2166 2006-09-13 [wwp]        2.4.0cvs182
2167
2168         * configure.ac
2169         * src/common/utils.h
2170         * src/common/utils.c
2171                 get rid of unused wide-char functions.
2172
2173 2006-09-13 [wwp]        2.4.0cvs181
2174
2175         * src/plugins/pgpinline/sylpheed.def
2176         * src/textview.c
2177                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2178                 add privacy_reset_error to the .def file,
2179                 do not fork for an external textviewer.
2180
2181 2006-09-13 [wwp]        2.4.0cvs180
2182
2183         * src/prefs_common.c
2184                 fix broken font entry in prefs (patch issued by the gpg4win team,
2185                 probably by Marcus Brinkmann <marcus@g10code.de>).
2186
2187 2006-09-13 [colin]      2.4.0cvs179
2188
2189         * src/folder.h
2190                 Fix a warning in summaryview.c
2191         * src/mainwindow.c
2192         * src/summaryview.c
2193         * src/summaryview.h
2194                 Add missing Mark/* elements in the
2195                 main menu
2196
2197 2006-09-12 [colin]      2.4.0cvs178
2198
2199         * src/prefs_actions.c
2200         * src/prefs_filtering_action.c
2201         * src/prefs_matcher.c
2202                 Use (New) instead of New everywhere
2203
2204 2006-09-12 [wwp]        2.4.0cvs177
2205
2206         * manual/fr/addrbook.xml
2207         * manual/fr/handling.xml
2208                 updated some quotes in the fr manual to match the fr translation.
2209
2210 2006-09-12 [wwp]        2.4.0cvs176
2211
2212         * src/prefs_matcher.c
2213                 don't store translated string elements in matcher expressions.
2214                 Also fixed a misused of Q_().
2215
2216 2006-09-11 [wwp]        2.4.0cvs175
2217
2218         * src/plugins//bogofilter/bogofilter.c
2219         * src/plugins//clamav/clamav_plugin.c
2220         * src/plugins//demo/demo.c
2221         * src/plugins//dillo_viewer/dillo_viewer.c
2222         * src/plugins//pgpcore/plugin.c
2223         * src/plugins//pgpinline/plugin.c
2224         * src/plugins//pgpmime/plugin.c
2225         * src/plugins//spamassassin/spamassassin.c
2226                 gettext-ize more strings (mostly plugin error messages).
2227
2228 2006-09-11 [colin]      2.4.0cvs174
2229
2230         * src/alertpanel.c
2231                 Make maximum buffer size bigger to avoid
2232                 truncating translated messages. Patch by
2233                 Fabien
2234
2235 2006-09-11 [colin]      2.4.0cvs173
2236
2237         * src/etpan/imap-thread.c
2238                 Fix compilation on OpenBSD, thanks to 
2239                 Landry
2240
2241 2006-09-10 [wwp]        2.4.0cvs172
2242
2243         * manual/account.xml
2244         * manual/addrbook.xml
2245         * manual/handling.xml
2246         * manual/es/handling.xml
2247         * manual/fr/account.xml
2248         * manual/fr/addrbook.xml
2249         * manual/fr/handling.xml
2250                 documented addressbook matching (condition configuration):
2251                   addrbook.xml, en fr
2252                 documented per-account filtering rules (handling/filtering
2253                   section, account section):
2254                   account.xml, handling.xml, en fr
2255                 slightly updated the handling/searching section to tell few
2256                   words about the extended search ability:
2257                   handling.xml, en fr
2258                 added missing <quote></quotes> to Quick Search:
2259                   handling.xml, en fr es
2260                 fixed a typo (auomatically):
2261                   handling.xml, en
2262                 changes revisited by Paul.
2263
2264 2006-09-10 [paul]       2.4.0cvs171
2265
2266         * src/prefs_actions.c
2267         * src/prefs_filtering.c
2268         * src/prefs_template.c
2269                 adjustments to the gui
2270                 Patch by Fabien Vantard (slightly modified)
2271
2272 2006-09-10 [colin]      2.4.0cvs170
2273
2274         * src/summaryview.c
2275                 Check folderitem/summaryview consistency
2276                 (basically automates Update summary). Fixes
2277                 #1011 (wrong (negative) count on unread 
2278                 messages)
2279
2280 2006-09-10 [colin]      2.4.0cvs169
2281
2282         * src/gtk/gtksctree.c
2283                 Fix recursive expansion via mouse
2284         * src/plugins/bogofilter/bogofilter.c
2285                 Use normal filtering way of moving
2286                 messages (batching), possibly fixing
2287                 bug #1015 (Bogofilter plugin doubles 
2288                 new messages)
2289
2290 2006-09-09 [wwp]        2.4.0cvs168
2291
2292         * src/prefs_filtering.c
2293                 better place for this fix.
2294
2295 2006-09-09 [wwp]        2.4.0cvs167
2296
2297         * src/prefs_filtering.c
2298                 fix a minor bug when the enabled status of a filtering/processing
2299                 rule always got set to TRUE when replacing this rule. That still
2300                 make sense when adding a new rule, but now when replacing, we
2301                 don't override the value of 'enabled'.
2302                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2303                 to prefs_filtering_list_view_get_info() as this function not only
2304                 returns the name, but also the account_id and the enabled status.
2305
2306 2006-09-09 [mones]      2.4.0cvs166
2307
2308         * manual/glossary.xml
2309         * manual/plugins.xml
2310                 Minor format corrections
2311         * manual/gpl.xml
2312                 Fix misplaced NO WARRANTY section
2313         * manual/es/advanced.xml
2314         * manual/es/faq.xml
2315         * manual/es/glossary.xml
2316         * manual/es/gpl.xml
2317         * manual/es/handling.xml
2318         * manual/es/plugins.xml
2319         * manual/es/starting.xml
2320                 Incorporate changes from English version
2321         * manual/fr/ack.xml
2322         * manual/pl/ack.xml
2323         * manual/es/ack.xml
2324                 Fix address, (add translation credits in es version)
2325         * po/es.po
2326                 Updated translation
2327
2328 2006-09-09 [wwp]        2.4.0cvs165
2329
2330         * src/prefs_filtering.c
2331                 fix a crash when opening filtering prefs, if matcherrc file contains
2332                 broken data (non-existing account id, which is theoretically not
2333                 possible).
2334
2335 2006-09-08 [colin]      2.4.0cvs164
2336
2337         * src/folder.c
2338                 Wrong assert, make it an if()
2339         * src/gtk/gtksctree.c
2340                 Fix bug #1013 (expand selected thread 
2341                 tree) - expanding is now recursive
2342
2343 2006-09-07 [wwp]        2.4.0cvs163
2344
2345         * src/prefs_matcher.c
2346                 make better sentences about addressbook matching in the
2347                 matcher prefs. This should make translators' work easier
2348                 too.
2349
2350 2006-09-07 [wwp]        2.4.0cvs162
2351
2352         * src/prefs_filtering.c
2353                 code simplification (get rid of dup var. assignment).
2354
2355 2006-09-07 [wwp]        2.4.0cvs161
2356
2357         * src/summaryview.c
2358                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2359                 <fzzzzz@gmail.com>.
2360
2361 2006-09-07 [paul]       2.4.0cvs160
2362
2363         * src/mimeview.c
2364                 fix compilation warnings
2365                 Thanks to Colin
2366
2367 2006-09-07 [paul]       2.4.0cvs159
2368
2369         * src/mimeview.c
2370                 select the mimepart icon when
2371                 displaying as text
2372                 Thanks to Colin
2373
2374 2006-09-06 [paul]       2.4.0cvs158
2375
2376         * src/prefs_filtering.c
2377                 fix labels and table element spacing
2378                 Patch by Fabien Vantard
2379
2380 2006-09-06 [paul]
2381
2382         2.5.0-rc3 released
2383
2384 2006-09-06 [paul]       2.4.0cvs157
2385
2386         * manual/es/advanced.xml
2387                 fix typo
2388
2389 2006-09-06 [wwp]        2.4.0cvs156
2390
2391         * src/mainwindow.c
2392                 fix an dup launch issue when iconified, thanks to Colin.
2393
2394 2006-09-06 [wwp]        2.4.0cvs155
2395
2396         * src/gtk//gtksctree.h
2397                 oops, forgot that one!
2398
2399 2006-09-06 [wwp]        2.4.0cvs154
2400
2401         * manual/pl/advanced.xml
2402         * manual/advanced.xml
2403         * manual/es/advanced.xml
2404         * manual/fr/advanced.xml
2405         * src/prefs_customheader.c
2406         * src/prefs_filtering_action.c
2407         * src/foldersel.c
2408         * src/prefs_summaries.c
2409         * src/prefs_filtering.c
2410         * src/account.c
2411         * src/compose.c
2412         * src/prefs_summary_column.c
2413         * src/addr_compl.c
2414         * src/prefs_actions.c
2415         * src/prefs_folder_column.c
2416         * src/ssl_manager.c
2417         * src/prefs_template.c
2418         * src/prefs_display_header.c
2419         * src/prefs_common.h
2420         * src/prefs_matcher.c
2421         * src/prefs_common.c
2422         * src/prefs_toolbar.c
2423         * src/summaryview.c
2424         * src/folderview.c
2425         * src/gtk/gtksctree.c
2426         * src/gtk/pluginwindow.c
2427         * src/gtk/progressdialog.c
2428         * src/gtk/prefswindow.c
2429                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2430                 to make its meaning more obvious (all versions of the manual reflect
2431                 the change).
2432                 added an extra hidden option use_stripes_in_summary to allow
2433                 discarding these stripes in mainwindow's folder and message lists;
2434                 en and fr manuals only are OK towards this.
2435
2436 2006-09-06 [colin]      2.4.0cvs153
2437
2438         * src/textview.c
2439                 Hide Sylpheed-Claws' internal queue headers
2440                 when showing all headers. They'll be present
2441                 only in Source window.
2442
2443 2006-09-05 [colin]      2.4.0cvs152
2444
2445         * src/plugins/trayicon/trayicon.c
2446                 Fix crash at exit - we have to disconnect
2447                 our handlers
2448         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2449                 Update eggtrayicon - patch adapted from a
2450                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2451                 on Sylpheed's ML
2452
2453 2006-09-05 [colin]      2.4.0cvs151
2454
2455         * src/mainwindow.c
2456         * src/gtk/logwindow.c
2457                 Fix race condition when something writes
2458                 to the log too soon during init. Thanks
2459                 to Fabien Vantard
2460
2461 2006-09-05 [colin]      2.4.0cvs150
2462
2463         * src/mimeview.c
2464                 Don't select part on right-click either
2465
2466 2006-09-05 [paul]       2.4.0cvs149
2467
2468         * src/mimeview.c
2469                 completion of previous commit
2470                 Thanks to Colin
2471
2472 2006-09-05 [colin]      2.4.0cvs148
2473
2474         * src/mimeview.c
2475                 Don't force selection on middle-click, just open
2476
2477 2006-09-04 [colin]      2.4.0cvs147
2478
2479         * src/mimeview.c
2480                 Looks like gtk_notebook_set_current_page()
2481                 sometimes steals focus, and this annoys us
2482                 in MimeViewers as it renders navigation
2483                 keys useless. Take back focus after switching
2484                 pages.
2485
2486 2006-09-04 [colin]      2.4.0cvs146
2487
2488         * src/messageview.c
2489                 Set stop_loading when clicking on Next
2490                 during load. Don't add a callback to 
2491                 avoid over-complicating things.
2492
2493 2006-09-04 [colin]      2.4.0cvs145
2494
2495         * src/mimeview.c
2496         * src/messageview.c
2497                 Fix multiple loads in separate messageview
2498
2499 2006-09-04 [colin]      2.4.0cvs144
2500
2501         * src/summaryview.c
2502                 Let navigation keys be handled during 
2503                 load
2504
2505 2006-09-04 [colin]      2.4.0cvs143
2506
2507         * src/messageview.c
2508         * src/summaryview.c
2509         * src/textview.c
2510         * src/textview.h
2511                 Make loading of huge mails (lots of text and/or
2512                 images) cancellable, so the GUI doesn't block 
2513
2514 2006-09-04 [colin]      2.4.0cvs142
2515
2516         * src/plugins/trayicon/trayicon.c
2517                 Fix annoyance when removing a folder with 
2518                 unread mails: trayicon didn't update
2519
2520 2006-09-04 [paul]       2.4.0cvs141
2521
2522         * src/gtk/icon_legend.c
2523                 straighten up columns
2524                 Patch by Fabien Vantard
2525
2526 2006-09-04 [wwp]        2.4.0cvs140
2527
2528         * src/prefs_filtering.c
2529                 fix new line's account name in filtering prefs:
2530                 was "All", is now "(New)".
2531
2532 2006-09-04 [paul]       2.4.0cvs139
2533
2534         * tools/make.themes.project
2535                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2536                 instead of homebrewed "make release"
2537
2538 2006-09-03 [colin]      2.4.0cvs138
2539
2540         * src/folderview.c
2541                 Fix bug #1007 (Wrong folder highlighted)
2542
2543 2006-09-03 [colin]      2.4.0cvs137
2544
2545         * src/compose.c
2546                 Don't set Newsgroup: header to a mail folder
2547                 path
2548
2549 2006-09-03 [paul]       2.4.0cvs136
2550
2551         * src/prefs_other.c
2552         * src/prefs_spelling.c
2553                 unify the gui
2554
2555 2006-09-03 [paul]       2.4.0cvs135
2556
2557         * src/prefs_summaries.c
2558                 correct menu item text in prefs_keybind_apply_clicked()
2559
2560 2006-09-03 [paul]       2.4.0cvs134
2561
2562         * manual/advanced.xml
2563                 some improvements to the descriptions
2564         * src/mainwindow.c
2565         * src/messageview.c
2566         * src/summaryview.c
2567         * src/gtk/menu.c
2568                 fix menu sensitivity issues
2569         * src/prefs_message.c
2570                 drop the useless word 'short'
2571         * src/prefs_other.c
2572                 add the word 'lines' indicating log length
2573                 is a measure of lines
2574         * src/textview.c
2575                 fix compilation warnings
2576
2577 2006-09-02 [colin]      2.4.0cvs133
2578
2579         * src/messageview.c
2580                 Display a special return-receipt message
2581                 if the message is from the user
2582         * src/summaryview.c
2583                 Fix missing freeze of the list when marking
2584                 all read and unthreading for exec. Thanks
2585                 to Stephan Sachse.
2586
2587 2006-09-02 [paul]       2.4.0cvs132
2588
2589         * src/mainwindow.c
2590         * src/prefs_message.c
2591         * src/summaryview.c
2592                 fix some english
2593
2594 2006-09-02 [wwp]        2.4.0cvs131
2595
2596         * src/prefs_filtering.c
2597                 added an account name column to the filtering rules
2598                 dialog.
2599
2600 2006-09-02 [colin]      2.4.0cvs130
2601
2602         * src/gtk/logwindow.c
2603         * src/gtk/logwindow.h
2604                 Block scrolling if we're not at the end
2605                 of the log
2606
2607 2006-09-02 [colin]      2.4.0cvs129
2608
2609         * src/folder.c
2610                 Make sure account-specific rules can't
2611                 be used in {pre-,post-,}processing
2612         * src/mainwindow.c
2613         * src/gtk/logwindow.c
2614         * src/gtk/logwindow.h
2615                 Jump to last error when clicking on the
2616                 warning icon
2617
2618 2006-09-02 [colin]      2.4.0cvs128
2619
2620         * src/imap.c
2621         * src/import.c
2622         * src/mainwindow.c
2623         * src/mainwindow.h
2624                 Fix warning icon
2625         * src/inc.c
2626         * src/mbox.c
2627         * src/mbox.h
2628                 Let proc_mbox know its account, for
2629                 account-specific rules
2630
2631 2006-09-01 [colin]      2.4.0cvs127
2632
2633         * src/codeconv.c
2634                 Don't uselessly use iconv to convert from
2635                 us-ascii
2636         * src/alertpanel.c
2637         * src/mainwindow.c
2638         * src/mainwindow.h
2639         * src/inc.c
2640                 Fix certain log cases, disable warning icon
2641                 for now, the correct way to display it when
2642                 necessary and only when necessary is probably
2643                 to do it manually rather than use error logs
2644         * src/etpan/imap-thread.c
2645                 Clean up UID logging a bit
2646         * src/gtk/logwindow.c
2647         * src/gtk/logwindow.h
2648                 Make logging faster when the window's closed
2649
2650 2006-09-01 [wwp]        2.4.0cvs126
2651
2652         * manual/fr/account.xml
2653                 reflect changes to the ref. manual (parts of cvs72):
2654                 fix tabnames and quotes.
2655
2656 2006-09-01 [wwp]        2.4.0cvs125
2657
2658         * manual/fr/plugins.xml
2659                 reflect changes to the reference manual (cvs42):
2660                 update IRC channel info.
2661
2662 2006-09-01 [wwp]        2.4.0cvs124
2663
2664         * commitHelper
2665                 use CVSEDITOR env. var. if set, according to `man cvs`.
2666
2667 2006-09-01 [wwp]        2.4.0cvs123
2668
2669         * manual/advanced.xml
2670                 better sentence again (thanks to Paul).
2671
2672 2006-09-01 [wwp]        2.4.0cvs122
2673
2674         * manual/advanced.xml
2675         fix definition of toolbar_detachable and rework a bit the one of
2676         enable_dotted_lines.
2677
2678 2006-09-01 [mones]      2.4.0cvs121
2679
2680         * manual/advanced.xml
2681                 Document enable_dotted_lines
2682
2683 2006-09-01 [paul]       2.4.0cvs120
2684
2685         * src/folderview.c
2686         * src/folderview.h
2687         * src/imap.c
2688         * src/mainwindow.c
2689         * src/summaryview.c
2690                 obey the 'When entering folder...' option
2691                 when using the /View/Go to/... menu items
2692                 Thanks to Colin
2693
2694 2006-08-31 [colin]      2.4.0cvs119
2695
2696         * src/folderview.c
2697                 Revert 2.4.0cvs116, wrong fix.
2698
2699 2006-08-31 [colin]      2.4.0cvs118
2700
2701         * src/gtk/gtksctree.c
2702                 Better state the various copyrights
2703
2704 2006-08-31 [colin]      2.4.0cvs117
2705
2706         * src/prefs_common.c
2707                 fix enable_dotted_lines
2708
2709 2006-08-31 [colin]      2.4.0cvs116
2710
2711         * src/folderview.c
2712                 Use pref "Always open on select" when going
2713                 to next unread folder
2714         * src/gtk/gtksctree.c
2715                 Fix link failure to _gtk_clist_create_cell_layout
2716                 on certain computers. (Why not mine, I wonder)
2717
2718 2006-08-31 [colin]      2.4.0cvs115
2719
2720         * src/procmsg.c
2721         * src/textview.c
2722         * src/plugins/bogofilter/bogofilter.c
2723         * src/plugins/spamassassin/spamassassin.c
2724                 Requalify some "errors" to warnings
2725         * src/mainwindow.c
2726         * src/mainwindow.h
2727         * src/statusbar.c
2728                 Add an icon in the statusbar to notify
2729                 of errors
2730         * src/gtk/gtksctree.c
2731         * src/folderview.c
2732         * src/summaryview.c
2733                 Make the GtkSCTree look more modern by
2734                 alternating background lines
2735         * src/prefs_common.c
2736         * src/prefs_common.h
2737                 Add a pref to let people have the old
2738                 way if they prefer
2739
2740
2741 2006-08-30 [colin]      2.4.0cvs114
2742
2743         * src/procmsg.c
2744         * src/procmsg.h
2745                 Provide a way to filter a list of
2746                 messages in an optimised manner, and
2747                 add a list-filtering hook
2748         * src/folder.c
2749         * src/inc.c
2750         * src/mbox.c
2751                 Use the list filtering
2752         * src/plugins/bogofilter/bogofilter.c
2753                 Use the list-filtering hook
2754                 Use -b (bulk) mode for more speed
2755                 when learning and filtering
2756         * src/etpan/imap-thread.c
2757                 Make log output shorter in UID SEARCH
2758
2759
2760 2006-08-30 [colin]      2.4.0cvs113
2761
2762         * src/plugins/bogofilter/bogofilter.c
2763                 Really fast mass learning - thanks to David
2764                 Relson for the options explanations :)
2765
2766 2006-08-30 [colin]      2.4.0cvs112
2767
2768         * src/msgcache.c
2769                 Fix compilation on FreeBSD. Thanks
2770                 to Michael Hugues
2771
2772 2006-08-29 [colin]      2.4.0cvs111
2773
2774         * src/folderview.c
2775                 Handle "popup_menu" signal (for popping the 
2776                 menu via the keyboard)
2777         * src/mimeview.c
2778         * src/mimeview.h
2779         * src/summaryview.c
2780         * src/textview.c
2781         * src/gtk/gtkutils.c
2782         * src/gtk/gtkutils.h
2783                 Factorize scrolling code, and add an API 
2784                 for MimeViewers to handle scroll orders
2785
2786 2006-08-29 [wwp]        2.4.0cvs110
2787
2788         * src/plugins//bogofilter/bogofilter.c
2789         * src/plugins//spamassassin/spamassassin.c
2790                 make the bogofilter/spamassassin filtering error dialogs at
2791         incorporation obey to the "don't popup error dialog on
2792         receive error" option. If disabled, feed the log window w/
2793         the error message.
2794
2795 2006-08-29 [paul]
2796
2797         2.5.0-rc2 released
2798
2799 2006-08-29 [paul]       2.4.0cvs109
2800
2801         * Makefile.am
2802                 remove 'make release', it's not needed
2803                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
2804
2805 2006-08-29 [paul]       2.4.0cvs108
2806
2807         * src/foldersel.c
2808         * src/summary_search.c
2809         * src/gtk/progressdialog.c
2810         * src/plugins/pgpcore/passphrase.c
2811                 replace deprecated gtk_window_set_policy()
2812
2813 2006-08-29 [colin]      2.4.0cvs107
2814
2815         * src/folder.c
2816                 Fix data loss when copy fails during a move:
2817                 only use fast remove_msgs if everything was
2818                 copied OK; else use slow remove_msg on the
2819                 mails that got copied only.
2820
2821 2006-08-28 [paul]       2.4.0cvs106
2822
2823         * src/mh.c
2824                 revert change in 2.4.0cvs104, it breaks
2825                 stuff
2826
2827 2006-08-28 [paul]       2.4.0cvs105
2828
2829         * src/plugins/spamassassin/spamassassin.c
2830                 english fix
2831
2832 2006-08-28 [paul]       2.4.0cvs104
2833
2834         * src/mh.c
2835                 fix data loss when moving to another
2836                 mailbox fails
2837         * src/prefs_spelling.c
2838                 improve the english
2839         * src/gtk/pluginwindow.c
2840                 improve the layout of the dialog text
2841         All thanks to Colin
2842
2843 2006-08-28 [paul]       2.4.0cvs103
2844
2845         * src/plugins/bogofilter/bogofilter.c
2846         * src/plugins/bogofilter/bogofilter_gtk.c
2847                 fix english up a bit, innit
2848
2849 2006-08-28 [paul]       2.4.0cvs102
2850
2851         * configure.ac
2852         * po/Makefile.in.in
2853         * po/Makevars
2854                 require autoconf 2.60, enabling building
2855                 with gettext 0.15 (gettext 0.14.x build still
2856                 possible). Replace Makefiles with versions
2857                 from gettext 0.15.
2858                 Remove configure options --with-localedir and
2859                 --with-mandir. The options that are provided
2860                 directly by autoconf 2.60 can be used instead:
2861                 --mandir --localedir
2862
2863 2006-08-27 [colin]      2.4.0cvs101
2864
2865         * src/plugins/bogofilter/Makefile.am
2866                 Fix make dist (no README)
2867
2868 2006-08-27 [colin]      2.4.0cvs100
2869
2870         * src/folder.c
2871                 Don't use F_UNKNOWN folders for any default
2872                 outbox/trash/etc
2873         * src/plugins/bogofilter/bogofilter.c
2874         * src/plugins/bogofilter/bogofilter.h
2875         * src/plugins/bogofilter/bogofilter_gtk.c
2876                 Add an option to specify the path to bogofilter
2877                 Use single-quotes to be able to learn in folders
2878                 with spaces in their names
2879                 Verify learning status
2880
2881 2006-08-27 [colin]      2.4.0cvs99
2882
2883         * manual/faq.xml
2884         * manual/plugins.xml
2885                 Document Bogofilter plugin
2886
2887 2006-08-27 [colin]      2.4.0cvs98
2888
2889         * src/compose.c
2890         * src/messageview.c
2891         * src/procmsg.c
2892         * src/procmsg.h
2893                 When possible, copy the queued mail to sent folder
2894                 instead of re-adding. Much faster on IMAP.
2895
2896 2006-08-27 [colin]      2.4.0cvs97
2897
2898         * src/msgcache.c
2899                 Disable mmaped caches - huge metadata loss
2900                 here after a power failure.
2901         * src/summaryview.c
2902                 Add quicksearch timing
2903         * src/common/plugin.c
2904         * src/common/plugin.h
2905                 Implement an interface to tell what plugins
2906                 provide. Prevent loading of similar plugins.
2907         * src/plugins/clamav/clamav_plugin.c
2908         * src/plugins/demo/demo.c
2909         * src/plugins/dillo_viewer/dillo_viewer.c
2910         * src/plugins/pgpcore/plugin.c
2911         * src/plugins/pgpinline/pgpinline.c
2912         * src/plugins/pgpmime/pgpmime.c
2913         * src/plugins/spamassassin/spamassassin.c
2914         * src/plugins/trayicon/trayicon.c
2915                 Implement plugin_provides()
2916
2917 2006-08-27 [colin]      2.4.0cvs96
2918
2919         * configure.ac
2920         * src/plugins/Makefile.am
2921         * src/plugins/bogofilter/.cvsignore
2922         * src/plugins/bogofilter/Makefile.am
2923         * src/plugins/bogofilter/bogofilter.c
2924         * src/plugins/bogofilter/bogofilter.h
2925         * src/plugins/bogofilter/bogofilter_gtk.c
2926                 New Bogofilter plugin, provides filtering and
2927                 learning. Spamassassin will go to extra plugins.
2928
2929 2006-08-26 [mones]      2.4.0cvs95
2930
2931         * manual/handling.xml
2932                 Fix subfolder path in the example (thanks to Paul) 
2933
2934 2006-08-26 [mones]      2.4.0cvs94
2935
2936         * manual/glossary.xml
2937                 2.2. + add ISP to the glossary
2938                 7.5. + Add UIDL to glossary
2939                 7.7. + Add TCP to glossary
2940         * manual/handling.xml
2941                 7.1. + Mentions GNU/Linux distribution, what about the non...
2942                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
2943                 7.3. + Mentions .bashrc, what about the non-bash ones? 
2944                 7.4. = Use appropriate quotation for commands
2945                 7.6. = change "" to <quote></quote>
2946         * manual/plugins.xml
2947                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
2948         * manual/starting.xml
2949                 2.1. + local mbox file: some examples of mbox file locations...
2950                 Also reformatted files requiring it
2951
2952 2006-08-26 [wwp]        2.4.0cvs93
2953
2954         * src/summary_search.c
2955                 disable find buttons while summary search is running.
2956
2957 2006-08-25 [colin]      2.4.0cvs92
2958
2959         * src/folder.c
2960         * src/folderutils.c
2961         * src/mh.c
2962         * src/procmsg.h
2963         * src/summaryview.c
2964                 Speed up MH moving, and add progressbar
2965                 for MH deletion
2966         * src/msgcache.c
2967                 Write cache files using mmap() too
2968
2969 2006-08-25 [wwp]        2.4.0cvs91
2970
2971         * src/summaryview.c
2972                 switch spam<->ham button when a message has been marked as spam or ham
2973                 and is still selected. Thanks to Colin.
2974
2975 2006-08-25 [paul]       2.4.0cvs90
2976
2977         * src/Makefile.am
2978         * src/stock_pixmap.c
2979         * src/stock_pixmap.h
2980         * src/summaryview.c
2981         * src/gtk/icon_legend.c
2982         * src/pixmaps/copied.xpm
2983         * src/pixmaps/moved.xpm
2984                 add icons for delayed execution marked for
2985                 copying, marked for moving
2986
2987 2006-08-25 [mones]      2.4.0cvs89
2988
2989         * manual/glossary.xml
2990                 Fix the other glossary items:
2991                 5.1. = Inmmediate execution -> <quote>immediate execution...
2992                 5.2. = Fix MBOX capitalization -> Mbox
2993                 5.3. + Improve Plugins def. w/ tech. ref.
2994                 5.4. = Quotation -> replace '>' by <quote>></quote>
2995                 5.5. - SMTP Server. -> remove dot
2996         * po/es.po
2997                 Updated translation
2998
2999 2006-08-25 [mones]      2.4.0cvs88
3000
3001         * manual/ack.xml
3002                 Reformatted, changed email address
3003         * manual/glossary.xml
3004                 Reformatted, fixed MANUAL-TODO items:
3005                 8.2. + add ROT-13 to glossary
3006                 8.4. + add URL to glossary
3007         * manual/es/advanced.xml
3008                 Fixed <literal>s
3009
3010 2006-08-25 [paul]       2.4.0cvs87
3011
3012         * src/gtk/icon_legend.c
3013                 add 'marked for deletion' icon
3014                 arrange icons by containing column
3015                 wrap long label text
3016
3017 2006-08-25 [colin]      2.4.0cvs86
3018
3019         * src/common/utils.c
3020         * src/common/utils.h
3021                 Add the sc_g_*list_bigger functions in
3022                 a place everyone can use it
3023         * src/summaryview.c
3024                 Only freeze/thaw the list when working
3025                 on the selection, if it's bigger than 1
3026         * src/gtk/gtksctree.c
3027                 Only freeze/thaw the list when unselec-
3028                 ting 'all' if ('all' != 1)
3029                 This avoids some flickering
3030
3031 2006-08-24 [colin]      2.4.0cvs85
3032
3033         * src/addressbook.c
3034                 Fix strange list selection
3035                 Fix random seg (Invalid read of freed memory)
3036
3037 2006-08-24 [colin]      2.4.0cvs84
3038
3039         * src/alertpanel.c
3040         * src/gtk/inputdialog.c
3041         * src/plugins/pgpcore/passphrase.c
3042                 Revert minimal width patch of 2.4.0cvs67,
3043                 as it is also a maximal width. Use 
3044                 gtk_window_set_default_size instead.
3045
3046 2006-08-24 [colin]      2.4.0cvs83
3047
3048         * src/msgcache.c
3049                 Write cache/mark to temp files before
3050                 overwriting old ones (avoids metadata
3051                 loss if writing the new files fail).
3052                 Use mmap() to read cache/mark file, as
3053                 this makes cache reading faster. Dis-
3054                 abled for big-endian machines until it
3055                 can be tested. (Big-endian users: set
3056                 msgcache_use_mmap = TRUE in the relevant
3057                 #if).
3058         * src/procmsg.h
3059                 Move rarely used fields of MsgInfo in 
3060                 another structure, which will only be
3061                 allocated if needed. Face, X-Face,
3062                 Return receipt headers and List-*
3063                 headers are moved. Mails having none
3064                 of these occupy 52 bytes less with
3065                 this patch, which makes 2.5MB of RAM
3066                 saved on a 50k folder).
3067         * src/headerview.c
3068         * src/mainwindow.c
3069         * src/messageview.c
3070         * src/partial_download.c
3071         * src/procheader.c
3072         * src/procmsg.c
3073         * src/textview.c
3074                 Follow this structure change.
3075
3076 2006-08-24 [wwp]        2.4.0cvs82
3077
3078         * manual/es/.cvsignore
3079         * manual/es/dist/.cvsignore
3080         * manual/es/dist/html/.cvsignore
3081         * manual/es/dist/pdf/.cvsignore
3082         * manual/es/dist/ps/.cvsignore
3083         * manual/es/dist/txt/.cvsignore
3084                 more (generated) files to ignore.
3085
3086 2006-08-24 [colin]      2.4.0cvs81
3087
3088         * src/folder.c
3089         * src/mh.c
3090                 Fix possible problems with local delivery. Check the folder doesn't
3091                 need scan before setting its mtime when saving cache (which can be
3092                 done long after the folder's been modified by an external process);
3093                 Check that the stored item's mtime didn't change in mh functions.
3094
3095 2006-08-24 [mones]      2.4.0cvs80
3096
3097         * manual/advanced.xml
3098                 Rewrapping, some fixes and MANUAL-TODO items:
3099                 8.1. = change "" to <quote></quote>
3100                 8.3. = quote menu items
3101                 8.5. - deploying -> new user ... ideally a new user (redundant)
3102
3103 2006-08-23 [colin]      2.4.0cvs79
3104
3105         * src/gtk/gtksctree.c
3106                 When selecting or deselecting range, only
3107                 freeze/thaw when selection is bigger than 10
3108
3109 2006-08-23 [colin]      2.4.0cvs78
3110
3111         * src/messageview.c
3112         * src/mimeview.c
3113         * src/mimeview.h
3114         * src/plugins/dillo_viewer/dillo_viewer.c
3115                 Provide an API for MimeViewer plugins to
3116                 return a text selection for replying
3117
3118 2006-08-23 [colin]      2.4.0cvs77
3119
3120         * src/image_viewer.c
3121         * src/textview.c
3122                 Use gtk_pixbuf_new_from_file_at_scale(), which
3123                 is faster than getting the pixbuf then resizing
3124                 it.
3125
3126 2006-08-23 [colin]      2.4.0cvs76
3127
3128         * src/procmime.c
3129                 UTF-8 should be sent Quoted-printable
3130
3131 2006-08-22 [colin]      2.4.0cvs75
3132
3133         * src/mh.c
3134                 Check if scan is required before touching
3135                 the folder (or it'll be required every time)
3136
3137 2006-08-22 [colin]      2.4.0cvs74
3138
3139         * configure.ac
3140                 Require libetpan 0.46 (crasher fix when built
3141                 against gnutls)
3142
3143 2006-08-22 [colin]      2.4.0cvs73
3144
3145         * src/folder.c
3146                 Set folder's mtime after writing its
3147                 cache
3148         * src/folderview.c
3149                 Add some timing
3150         * src/procmsg.c
3151                 Don't do useless stuff if we don't 
3152                 thread by subject
3153         * src/summaryview.c
3154                 Add some timing, don't deselect prior
3155                 to selecting (gtksctree does it itself),
3156                 remove crash avoidance hacks as it's been
3157                 properly fixed since a while
3158         * src/common/utils.c
3159                 Optimize to_human_readable(): _() is slow,
3160                 do it only once, and avoid %f format for KB
3161                 (the most common in a summaryview)
3162         * src/gtk/gtksctree.c
3163                 Don't uselessly freeze/thaw (fixes flicker
3164                 on next unread and friends), reduce number
3165                 of g_list_nth/g_list_position where possible
3166         * src/gtk/gtkutils.c
3167         * src/gtk/gtkutils.h
3168                 Reduce number of g_list_nth/g_list_position
3169                 where possible.
3170                 All of this makes loading as 70k folder 2.1
3171                 seconds instead of 3.2 (with hot FS caches).
3172                 (1.3 seconds without Date and Size columns...)
3173
3174 2006-08-22 [paul]       2.4.0cvs72
3175
3176         wrap documents and do some items from mones' MANUAL-TODO:
3177
3178         * manual/account.xml
3179                 4.1. = fix tabname references to <quote>tabname</quote>
3180                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3181         * manual/faq.xml
3182                 1.1. = mentioned options don't match UI
3183                 Add information about the 'Never send Return Receipts'
3184                 option
3185         * manual/handling.xml
3186                 6.2. = Mentions Extended symbols button, but now is
3187                 named Information
3188                 6.3. = Mentions ... button, which is now Edit
3189
3190 2006-08-22 [colin]      2.4.0cvs71
3191
3192         * src/gtk/pluginwindow.c
3193                 Fix layout in verbose translations (such
3194                 as french)
3195
3196 2006-08-22 [paul]       2.4.0cvs70
3197
3198         * manual/Makefile.am
3199                 build manuals in alphabetical order
3200         * src/addressbook.c
3201         * src/prefs_themes.c
3202                 replace/remove deprecated symbols
3203         * src/gtk/gtkutils.c
3204                 fix a warning
3205         * src/gtk/pluginwindow.c
3206                 replace deprecated symbol
3207                 replace label text and move it
3208         * src/plugins/pgpcore/prefs_gpg.c
3209                 move the 'Generate...' button out of the
3210                 Sign Key frame, replace the English used
3211         * src/plugins/pgpcore/sgpgme.c
3212                 fixes to the English
3213
3214 2006-08-21 [colin]      2.4.0cvs69
3215
3216         * src/plugins/trayicon/trayicon.c
3217                 Add more strings for translation; patch
3218                 by Pawel
3219
3220 2006-08-21 [colin]      2.4.0cvs68
3221
3222         * src/compose.c
3223                 fix replied flag not set after drafting
3224         * src/matcher.c
3225                 fix body quicksearch in non-encoded bodies
3226                 containing '='
3227         * src/msgcache.c
3228                 Get rid of the g_malloc workaround for
3229                 corrupted caches, use g_try_malloc
3230
3231 2006-08-21 [colin]      2.4.0cvs67
3232
3233         * src/alertpanel.c
3234         * src/gtk/inputdialog.c
3235         * src/plugins/pgpcore/passphrase.c
3236                 Set minimal width to 375
3237         * src/mainwindow.c
3238                 Fix switching to offline, asking if it 
3239                 should be overriden for synchronising
3240         * src/mimeview.c
3241                 Don't offer to remember command on Open 
3242                 with for text parts, as the browser or 
3243                 text editor command isn't changed from 
3244                 there
3245
3246 2006-08-20 [paul]       2.4.0cvs66
3247
3248         * po/ko.po
3249         * po/zh_CN.po
3250                 fix plural form errors. revealed by stricter
3251                 checking of gettext 0.15
3252
3253 2006-08-18 [paul]       2.4.0cvs65
3254
3255         * src/stock_pixmap.c
3256                 fix the fix of 2.4.0cvs64
3257                 Thanks to Colin
3258
3259 2006-08-18 [paul]       2.4.0cvs64
3260
3261         * src/stock_pixmap.c
3262                 fix leaks
3263                 Thanks to Colin
3264
3265 2006-08-18 [paul]       2.4.0cvs63
3266
3267         * src/compose.c
3268         * src/procmsg.c
3269                 fix occasional IMAP bug where large msgs
3270                 were left in the queue folder after sending
3271                 Thanks to Colin
3272
3273 2006-08-18 [paul]       2.4.0cvs62
3274
3275         * src/folderview.c
3276                 freeze the summaryview while quicksearch results
3277                 are displayed
3278                 (fixes bug 456 'current message is hidden when the
3279                 view is refreshed and extended search is "unread 
3280                 messages"')
3281                 Thanks to Colin
3282         * src/textview.c
3283                 add missing #include "inputdialog.h"
3284         * src/common/utils.h
3285                 add missing mailcap_update_default() and improve
3286                 readability
3287
3288 2006-08-17 [colin]      2.4.0cvs61
3289
3290         * src/plugins/pgpcore/select-keys.c
3291                 Fix warnings :)
3292
3293 2006-08-17 [colin]      2.4.0cvs60
3294
3295         * src/compose.c
3296                 Don't continue queuing if Cancel is clicked
3297                 in select-keys
3298
3299 2006-08-17 [colin]      2.4.0cvs59
3300
3301         * src/plugins/pgpcore/select-keys.c
3302                 When encrypting, if only one key matches and it 
3303                 matches exactly, automatically use it.
3304
3305 2006-08-17 [colin]      2.4.0cvs58
3306
3307         * src/mimeview.c
3308         * src/prefs_common.c
3309         * src/prefs_common.h
3310         * src/prefs_ext_prog.c
3311         * src/textview.c
3312                 Fix issues with previous patch (text/html)
3313                 Remove outdated prefs
3314
3315 2006-08-17 [colin]      2.4.0cvs57
3316
3317         * src/imap.c
3318                 Add View Log button on auth error
3319         * src/procmsg.c
3320                 Fix encrypted mail marked as new when
3321                 saved in normal folders
3322         * src/plugins/pgpinline/pgpinline.c
3323                 Fix encrypt bug on IMAP
3324         * src/mimeview.c
3325         * src/common/utils.c
3326         * src/common/utils.h
3327         * src/gtk/inputdialog.c
3328         * src/gtk/inputdialog.h
3329                 Get rid of metamail stuff, simplify
3330                 opening, and allow remembering of user's
3331                 choices (by updating ~/.mailcap). There's
3332                 still to drop "Audio player" and "Image
3333                 viewer" preferences.
3334
3335 2006-08-17 [mones]      2.4.0cvs56
3336
3337         * manual/es/sylpheed-claws-manual.xml
3338                 fix DTD path
3339
3340 2006-08-17 [mones]      2.4.0cvs55
3341
3342         * configure.ac
3343         * manual/Makefile.am
3344         * manual/es/Makefile.am
3345         * manual/es/account.xml
3346         * manual/es/ack.xml
3347         * manual/es/addrbook.xml
3348         * manual/es/advanced.xml
3349         * manual/es/faq.xml
3350         * manual/es/glossary.xml
3351         * manual/es/gpl.xml
3352         * manual/es/handling.xml
3353         * manual/es/intro.xml
3354         * manual/es/keyboard.xml
3355         * manual/es/plugins.xml
3356         * manual/es/starting.xml
3357         * manual/es/sylpheed-claws-manual.xml
3358         * manual/es/dist/Makefile.am
3359         * manual/es/dist/html/Makefile.am
3360         * manual/es/dist/pdf/Makefile.am
3361         * manual/es/dist/ps/Makefile.am
3362         * manual/es/dist/txt/Makefile.am
3363                 Spanish translation for the manual
3364
3365 2006-08-16 [colin]      2.4.0cvs54
3366
3367         * src/compose.c
3368         * src/main.c
3369         * src/mainwindow.c
3370                 Fix send button sensitivity at startup
3371                 Set send menu sensitivity (patch by Fabien)
3372         * src/ssl_manager.c
3373                 Enable closing with esc (patch by Fabien)
3374         * src/gtk/foldersort.c
3375                 Enable closing with esc (patch by Fabien)
3376         * src/procmime.c
3377                 Optimisation (no need to copy to tempfile to
3378                 "decode" 7bit and 8bit)
3379         * src/summaryview.c
3380                 Fix cruft in swap_from case
3381         * src/textview.c
3382                 Fix missing last line in some mail cases 
3383                 (Fixes debian #381872)
3384         * src/plugins/pgpcore/prefs_gpg.c
3385         * src/plugins/pgpcore/sgpgme.c
3386         * src/plugins/pgpcore/sgpgme.h
3387                 Don't show "no key found" when user explicitely
3388                 wants to create a key
3389
3390 2006-08-16 [paul]       2.4.0cvs53
3391
3392         * configure.ac
3393         * src/account.c
3394         * src/addressbook.c
3395         * src/headerview.c
3396         * src/prefs_account.c
3397         * src/prefs_message.c
3398         * src/gtk/gtkutils.c
3399                 bump up minimum required versions of GTK+ and
3400                 GLIB to 2.6.0
3401
3402 2006-08-16 [paul]       2.4.0cvs52
3403
3404         * src/toolbar.c
3405                 workaround GTK+ Bug 351600 - 'Can't re-click
3406                 on button after sensitivity update'
3407                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3408                 Thanks to Colin
3409
3410 2006-08-15 [colin]      2.4.0cvs51
3411
3412         * src/plugins/pgpcore/prefs_gpg.c
3413                 Set options sensitivity according to
3414                 key existence
3415         * src/plugins/pgpcore/sgpgme.c
3416                 Allow to create key with no passphrase
3417
3418 2006-08-14 [cleroy]     2.4.0cvs50
3419
3420         * src/gtk/pluginwindow.c
3421                 New layout (maybe to be changed?)
3422         * src/gtk/gtkutils.c
3423                 Fix a bit label_window
3424         * src/plugins/pgpcore/passphrase.c
3425         * src/plugins/pgpcore/passphrase.h
3426         * src/plugins/pgpcore/plugin.c
3427         * src/plugins/pgpcore/prefs_gpg.c
3428         * src/plugins/pgpcore/prefs_gpg.h
3429         * src/plugins/pgpcore/sgpgme.c
3430         * src/plugins/pgpcore/sgpgme.h
3431                 Allow to create a PGP private key via the GUI
3432
3433 2006-08-14 [wwp]        2.4.0cvs49
3434
3435         * src/addressbook_foldersel.c
3436                 fix strict ISO C90 compliance.
3437
3438 2006-08-14 [paul]       2.4.0cvs48
3439
3440         * src/gtk/prefswindow.c
3441                 re-set scrolled window on opening
3442                 Patch by Ticho
3443
3444 2006-08-14 [paul]
3445
3446         2.5.0-rc1 released
3447
3448 2006-08-14 [paul]       2.4.0cvs47
3449
3450         * src/prefs_display_header.c
3451                 re-enable user-defined Displayed Headers
3452
3453 2006-08-14 [paul]       2.4.0cvs46
3454
3455         * src/prefs_account.c
3456                 use GTK_STOCK_EDIT
3457
3458 2006-08-13 [colin]      2.4.0cvs45
3459
3460         * src/common/utils.c
3461                 Fix "a" in quote when the original message is empty,
3462                 by using \0 instead of 'a' to test writability of
3463                 temp files.
3464
3465 2006-08-13 [wwp]        2.4.0cvs44
3466
3467         * src/plugins/spamassassin/spamassassin.c
3468                 fix capitalization of "SpamAssassin" in some debug, log and
3469                 dialog messages.
3470
3471 2006-08-13 [paul]       2.4.0cvs43
3472
3473         * src/editldap.c
3474                 fix overlapping widgets
3475         * src/prefs_account.c
3476                 fix translation of protocol_names[]
3477                 fix label disappearing off the edge of the
3478                 visible area
3479
3480 2006-08-12 [paul]       2.4.0cvs42
3481
3482         * manual/plugins.xml
3483                 update IRC channel info before it gets forgotten
3484                 about
3485
3486 2006-08-11 [colin]      2.4.0cvs41
3487
3488         * src/compose.c
3489         * src/mainwindow.c
3490         * src/mainwindow.h
3491         * src/procmsg.c
3492         * src/procmsg.h
3493         * src/summaryview.c
3494         * src/toolbar.c
3495                 Grey out the Send button if
3496                 - Queue folders are empty, or
3497                 - We're sending already
3498
3499 2006-08-11 [wwp]        2.4.0cvs40
3500
3501         * src/main.c
3502                 fix a logic issue when quitting while a compose window is
3503                 still open, thanks to Colin.
3504
3505 2006-08-10 [colin]      2.4.0cvs39
3506
3507         * src/main.c
3508                 Fix default font size setting after wizard run
3509         * src/imap.c
3510         * src/etpan/imap-thread.c
3511         * src/etpan/imap-thread.h
3512                 Fix bug #999 (Timing out on TSL cert validation 
3513                 dialog makes ugly things happen). Also, STARTTLS
3514                 unconditionnaly if initial capabilities contain
3515                 LOGINDISABLED and STARTTLS.
3516
3517 2006-08-09 [colin]      2.4.0cvs38
3518
3519         * src/mainwindow.c
3520         * src/mainwindow.h
3521                 Fix Tools/Actions sensitivity when there are
3522                 no actions
3523
3524 2006-08-09 [colin]      2.4.0cvs37
3525
3526         * src/prefs_filtering.c
3527                 Warning fix, patch by Paul
3528         * src/messageview.c
3529         * src/prefs_actions.c
3530         * src/prefs_filtering_action.c
3531         * src/prefs_matcher.c
3532                 Uniformisation of "Info ..." to "Info..." (for
3533                 old gtk), patch by Fabien
3534         * src/plugins/clamav/clamav_plugin_gtk.c
3535                 Sensitivity fix by Fabien
3536
3537 2006-08-09 [colin]      2.4.0cvs36
3538
3539         * src/main.c
3540         * src/main.h
3541                 Add a function to know whether we're exiting
3542         * src/plugins/trayicon/trayicon.c
3543                 If exiting, don't do anything. Faster, and
3544                 avoids gtk_main_iteration reentracy causing
3545                 segfaults at exit
3546
3547 2006-08-09 [colin]      2.4.0cvs35
3548
3549         * src/messageview.c
3550         * src/mimeview.c
3551         * src/mimeview.h
3552                 Fix lack of part selection when automatically 
3553                 jumping to a specific part
3554         * src/msgcache.c
3555                 Little optimisation in cache reading
3556
3557 2006-08-09 [colin]      2.4.0cvs34
3558
3559         * src/compose.c
3560                 Fix crash setting the priority on reedit
3561                 (Accessing compose before creating it!)
3562
3563 2006-08-08 [colin]      2.4.0cvs33
3564
3565         * src/procmime.c
3566                 Fix bug #998 (last attachment is not accessible)
3567                 Bad RFC interpretation on multipart close-delimiters
3568         * src/mimeview.c
3569         * src/mimeview.h
3570         * src/gtk/gtkvscrollbutton.c
3571         * src/gtk/gtkvscrollbutton.h
3572                 Make attachments list wheel-scrollable
3573
3574 2006-08-07 [colin]      2.4.0cvs32
3575
3576         * src/gtk/gtkaspell.c
3577                 Fix bug #973 (Unicode punctation characters 
3578                 are not recognized as separators by the
3579                 spell checker); fix unsigned stuff
3580
3581 2006-08-07 [colin]      2.4.0cvs31
3582
3583         * src/compose.c
3584                 Fix bug #956 (DnD text with accents in compose 
3585                 text entry); fix gccc's signed/unsigned fuss
3586
3587 2006-08-06 [colin]      2.4.0cvs30
3588
3589         * src/main.c
3590                 Fix bug #979 (Plugin crashes when exiting 
3591                 sylpheed-claws) : handle exit request only 
3592                 once
3593
3594 2006-08-05 [colin]      2.4.0cvs29
3595
3596         * src/news.c
3597                 Just make sure we have a msgid.
3598
3599 2006-08-05 [colin]      2.4.0cvs28
3600
3601         * src/news.c
3602         * src/summaryview.c
3603                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3604                 by reimplementing it
3605         * src/textview.c
3606                 Fix bug when hiding quotes with level > 3 and quote
3607                 colors are recycled
3608
3609 2006-08-04 [colin]      2.4.0cvs27
3610
3611         * src/compose.c
3612         * src/undo.c
3613         * src/undo.h
3614                 Fix a bit replace-by-pasting undo
3615         * src/mainwindow.c
3616         * src/messageview.c
3617                 Fix Fold quotes menu synchro in
3618                 mainwindow when it changes in 
3619                 messageview
3620         * src/textview.c
3621                 Fix right-click on quotes blocks
3622         * src/common/utils.c
3623                 Verify that the file created by
3624                 my_tmpfile() is writable. Fixes
3625                 bug #988 (very specific filesystem
3626                 issue)
3627         * src/plugins/pgpcore/sgpgme.c
3628                 Fix file descriptor leak
3629         * src/plugins/spamassassin/spamassassin.c
3630                 Warn once if spamd isn't reachable
3631
3632 2006-08-04 [colin]      2.4.0cvs26
3633
3634         * src/toolbar.c
3635                 i18n context patch by Fabien
3636
3637 2006-08-03 [colin]      2.4.0cvs25
3638
3639         * src/mainwindow.c
3640         * src/messageview.c
3641                 Rename "Hide quotes" to "Fold quotes"
3642         * src/textview.c
3643                 Don't use hand cursor on quotes. "all 
3644                 the bonuses of the feature and none of 
3645                 unwelcome side-effects"
3646
3647 2006-08-03 [colin]      2.4.0cvs24
3648
3649         * AUTHORS
3650         * sylpheed-claws.desktop
3651         * src/gtk/authors.h
3652                 Bring the desktop file to XDG compliance
3653                 Patch by Charles A. Edwards
3654
3655 2006-08-03 [colin]      2.4.0cvs23
3656
3657         * src/textview.c
3658                 Fix links offset when they are preceded
3659                 by accentued chars (g_utf8_strlen!)
3660         * src/mainwindow.c
3661                 Fix wrong status when starting offline
3662
3663
3664 2006-08-03 [wwp]        2.4.0cvs22
3665
3666         * src/prefs_common.h
3667                 ask what to do w/ filtering rules that belong to an account when
3668                 applying filtering rules manually from the main window (skip,
3669                 apply regardless of the account, use current account). This dialog
3670                 can be skipped and the last reply used.
3671                 (forgot that file)
3672
3673 2006-08-03 [wwp]        2.4.0cvs21
3674
3675         * src/filtering.c
3676         * src/filtering.h
3677         * src/prefs_common.c
3678         * src/summaryview.c
3679         * src/alertpanel.c
3680         * src/alertpanel.h
3681         * src/messageview.c
3682                 ask what to do w/ filtering rules that belong to an account when
3683                 applying filtering rules manually from the main window (skip,
3684                 apply regardless of the account, use current account). This dialog
3685                 can be skipped and the last reply used.
3686
3687
3688 2006-08-03 [colin]      2.4.0cvs20
3689
3690         * src/textview.c
3691                 Optimize previous patch
3692
3693 2006-08-03 [cleroy]     2.4.0cvs19
3694
3695         * src/textview.c
3696                 Fix quotes getting toggled back when the
3697                 mail has an even number of text parts
3698
3699 2006-08-02 [colin]      2.4.0cvs18
3700
3701         * src/messageview.c
3702                 Add Hide quotes menu
3703
3704 2006-08-02 [colin]      2.4.0cvs17
3705
3706         * src/mainwindow.c
3707         * src/prefs_common.c
3708         * src/textview.c
3709         * src/textview.h
3710         * src/gtk/about.c
3711                 Allow per-level quote hiding,
3712                 Allow toggling quotes by double-clicking them
3713                 Rename RemoteURI to ClickableText to reflect
3714                 the fact it's used for a variety of things
3715
3716 2006-08-02 [wwp]        2.4.0cvs16
3717
3718         * src/mainwindow.c
3719                 fix "View/Hide quotes" menu item status initialization.
3720
3721 2006-08-02 [wwp]        2.4.0cvs15
3722
3723         * src/matcher_parser_parse.y
3724                 remove a debug trace.
3725
3726 2006-08-02 [paul]       2.4.0cvs14
3727
3728         * src/plugins/pgpcore/passphrase.c
3729                 don't set initial dialog size
3730                 make it resizable
3731
3732 2006-08-02 [paul]       2.4.0cvs13
3733
3734         * src/noticeview.c
3735                 remove the rogue '/' character
3736
3737 2006-08-02 [paul]       2.4.0cvs12
3738
3739         * src/noticeview.c
3740                 allow buttons to resize as necessary
3741
3742 2006-08-01 [wwp]        2.4.0cvs11
3743
3744         * src/mbox.c
3745                 fix strict ISO C90 compliance.
3746
3747 2006-08-01 [wwp]        2.4.0cvs10
3748
3749         * tools/update-po
3750                 updated update-po tool to work w/ context-dependent translations.
3751                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3752
3753 2006-08-01 [wwp]        2.4.0cvs9
3754
3755         * src/matcher.c
3756         * src/prefs_filtering.c
3757         * src/prefs_matcher.c
3758                 allow context-dependent translations for "All",
3759                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3760
3761 2006-07-31 [colin]      2.4.0cvs8
3762
3763         * AUTHORS
3764         * src/gtk/authors.h
3765                 Add Rafal to authors
3766
3767 2006-07-31 [colin]      2.4.0cvs7
3768
3769         * src/compose.c
3770         * src/mainwindow.c
3771         * src/messageview.h
3772         * src/prefs_common.c
3773         * src/prefs_common.h
3774         * src/textview.c
3775                 Add 'View/Hide quotes'. Patch based on a patch
3776                 by Rafal Weglarz
3777
3778 2006-07-31 [colin]      2.4.0cvs6
3779
3780         * src/action.c
3781                 Fix problem with "> stuff >" actions
3782
3783 2006-07-31 [paul]       2.4.0cvs5
3784
3785         * po/nb.po
3786                 updated by Geir Helland
3787
3788 2006-07-31 [wwp]        2.4.0cvs4
3789
3790         * src/mainwindow.c
3791         * src/summaryview.c
3792         * src/summaryview.h
3793                 add "View/Go to/Parent message" and "View/Go to/Last read message",
3794                 thanks to Colin.
3795
3796 2006-07-31 [wwp]        2.4.0cvs3
3797
3798         * src/Makefile.am
3799         * src/addr_compl.c
3800         * src/addr_compl.h
3801         * src/addressbook.c
3802         * src/addressbook.h
3803         * src/addressbook_foldersel.c
3804         * src/addressbook_foldersel.h
3805         * src/addrindex.c
3806         * src/addrindex.h
3807         * src/matcher.c
3808         * src/matcher.h
3809         * src/matcher_parser_lex.l
3810         * src/matcher_parser_parse.y
3811         * src/prefs_common.c
3812         * src/prefs_common.h
3813         * src/prefs_filtering.c
3814         * src/prefs_matcher.c
3815         * src/prefs_matcher.h
3816         * src/summaryview.c
3817                 introduce filtering against the address book. It's now possible to add
3818                 matched conditions to determine if any email address in a message matches
3819                 or doesn't match any or all books or folders in the address book.
3820
3821 2006-07-31 [wwp]        2.4.0cvs2
3822
3823         * src/account.c
3824         * src/filtering.c
3825         * src/filtering.h
3826         * src/folder.c
3827         * src/folderview.c
3828         * src/inc.c
3829         * src/mainwindow.c
3830         * src/matcher.c
3831         * src/matcher_parser_lex.l
3832         * src/matcher_parser_parse.y
3833         * src/mbox.c
3834         * src/prefs_filtering.c
3835         * src/prefs_filtering.h
3836         * src/procmsg.c
3837         * src/procmsg.h
3838         * src/summaryview.c
3839                 introduce per-account filtering rules. Each filtering rule can now be assigned
3840                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
3841                 when applying filtering rules manually, as all rules will apply - even the ones
3842                 assigned to an account. This issue will be addressed soon.
3843  
3844
3845
3846 2006-07-31 [wwp]        2.4.0cvs1
3847
3848         * src/quote_fmt.c
3849                 make more strings translatable.
3850
3851 2006-07-31 [paul]       2.4.0
3852
3853         2.4.0 released
3854
3855 2006-07-31 [paul]       2.3.1cvs91
3856
3857         * po/ca.po
3858                 updated by Miquel Oliete
3859
3860 2006-07-31 [paul]       2.3.1cvs90
3861
3862         * po/de.po
3863         * po/el.po
3864         * po/fr.po
3865         * po/it.po
3866         * po/pl.po
3867         * po/pt_BR.po
3868         * po/sr.po
3869         * po/zh_CN.po
3870                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
3871                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
3872                 Aleksandar Urosevic, and Ralgh Young
3873
3874 2006-07-31 [paul]       2.3.1cvs89
3875
3876         * src/account.c
3877         * src/main.c
3878         * src/mainwindow.c
3879         * src/mainwindow.h
3880                 Fix a race condition when, after an SC crash, rescanning
3881                 folders took more than 0.5 seconds
3882                 Thanks to Colin
3883
3884 2006-07-31 [paul]       2.3.1cvs88
3885
3886         * src/folderview.c
3887                 don't translate separator strings
3888
3889 2006-07-30 [mones]      2.3.1cvs87
3890
3891         * doc/man/sylpheed-claws.1
3892                 Fixed non-ASCII chars in Hoa's name
3893         * po/es.po
3894                 Updated for release
3895
3896 2006-07-27 [colin]      2.3.1cvs86
3897
3898         * src/textview.c
3899                 Don't include the leading \n in links
3900                 Patch by Fabien
3901
3902 2006-07-25 [colin]      2.3.1cvs85
3903
3904         * src/mainwindow.c
3905         * src/common/socket.h
3906         * src/etpan/imap-thread.c
3907                 Refresh resolvers before connecting
3908                 to IMAP servers, and after switching
3909                 to online. Thanks to Paul.
3910
3911 2006-07-18 [colin]
3912
3913         * 2.4.0-rc4 released
3914
3915 2006-07-17 [colin]      2.3.1cvs84
3916
3917         * src/inc.c
3918                 Show connection attempt in statusbar before
3919                 connecting (previously first message was
3920                 "Retrieving messages from ..." after the
3921                 connection succeeded.
3922
3923 2006-07-16 [wwp]        2.3.1cvs83
3924
3925         * sylpheed-claws.ico
3926                 Added .ico file (windows multi-size icon file, generated).
3927
3928 2006-07-12 [wwp]        2.3.1cvs82
3929
3930         * src/messageview.c
3931                 remove Message/Re-edit menu entry from messageview window,
3932                 as sent/draft/queued messages are opened in compose window when
3933                 re-edited and it's not possible to re-edit other msgs.
3934
3935 2006-07-12 [paul]       2.3.1cvs81
3936
3937         * AUTHORS
3938         * src/mainwindow.c
3939         * src/gtk/authors.h
3940                 check online state before resetting
3941                 mailcheck timer. Useful if some program
3942                 verifies connection state and updates
3943                 Claws.
3944                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
3945
3946 2006-07-12 [paul]       2.3.1cvs80
3947
3948         * sylpheed-claws-128x128.png
3949         * sylpheed-claws-64x64.png
3950         * sylpheed-claws.png
3951         * src/Makefile.am
3952         * src/main.c
3953         * src/prefs_toolbar.c
3954         * src/stock_pixmap.c
3955         * src/stock_pixmap.h
3956         * src/wizard.c
3957         * src/gtk/about.c
3958         * src/gtk/gtkutils.c
3959         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
3960         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
3961         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
3962         * src/pixmaps/sylpheed.xpm              ** REMOVED **
3963         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
3964         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
3965                 updated and renamed logo/icon files and related
3966                 logo by Jesper Schultz
3967
3968 2006-07-11 [paul]       2.3.1cvs79
3969
3970         * src/main.c
3971                 fix the labels a smidgin
3972
3973 2006-07-09 [colin]      2.3.1cvs78
3974
3975         * src/textview.c
3976                 Show errors in textviewer's command
3977                 Patch by H. Merijn Brand
3978
3979 2006-07-09 [colin]      2.3.1cvs77
3980
3981         * src/compose.c
3982                 Save FMID in drafts too
3983
3984 2006-07-08 [colin]      2.3.1cvs76
3985
3986         * src/compose.c
3987                 Svae RMID in drafted mails too
3988                 Save quote_fmt vars for whole mails,
3989                 don't reset at each quote_fmt_init:
3990                 allows to use the same |i{var} in
3991                 various template fields
3992         * src/prefs_template.c
3993         * src/quote_fmt.h
3994         * src/quote_fmt_parse.y
3995                 Same
3996
3997 2006-07-08 [colin]      2.3.1cvs75
3998
3999         * src/textview.c
4000                 Fix highlighting of attached parts URIs
4001
4002 2006-07-08 [colin]      2.3.1cvs74
4003
4004         * src/main.c
4005                 Prevent bug #981 (sc 2.3.1 segfaults with 
4006                 gtk+ 2.10) from being reported again:
4007                 if Sylpheed-Claws has been compiled against
4008                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4009                 of if Sylpheed-Claws has been compiled against
4010                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4011                 error out.
4012
4013 2006-07-07 [colin]      2.3.1cvs73
4014
4015         * src/prefs_actions.c
4016                 Fix label
4017
4018 2006-07-07 [colin]      2.3.1cvs72
4019
4020         * src/prefs_actions.c
4021                 Fix compile on gtk < 2.8. argh :)
4022
4023 2006-07-07 [paul]       2.3.1cvs71
4024
4025         * src/common/defs.h
4026                 update DONATE_URI
4027
4028 2006-07-07 [colin]      2.3.1cvs70
4029
4030         * po/POTFILES.in
4031         * src/quote_fmt.c
4032         * src/quote_fmt_lex.l
4033         * src/quote_fmt_parse.y
4034                 Add |i{var}, a way to insert user-entered
4035                 text in a template
4036
4037 2006-07-07 [colin]
4038
4039         * 2.4.0-rc3 released
4040
4041 2006-07-07 [colin]      2.3.1cvs69
4042
4043         * src/folder.c
4044                 Don't consider inboxes of UNKNOWN folder 
4045                 classes to be useable as default inboxes
4046
4047 2006-07-07 [paul]       2.3.1cvs68
4048
4049         * src/textview.c
4050                 add missing #include <errno.h>
4051                 Thanks to René J. Blokland
4052
4053 2006-07-07 [paul]       2.3.1cvs67
4054
4055         * src/action.c
4056                 Return now Closes dialog
4057         * src/mimeview.c
4058         * src/mimeview.h
4059         * src/textview.c
4060                 add contextual menu to mime parts listed
4061                 in the textview
4062                 Thanks to Colin
4063         * src/common/utils.c
4064                 reversal: ' is a valid character in URLs
4065
4066 2006-07-06 [colin]      2.3.1cvs66
4067
4068         * src/remotefolder.h
4069                 Forgotten in previous commit
4070
4071 2006-07-06 [colin]      2.3.1cvs65
4072
4073         * src/folder.c
4074                 Set summary update flag whenever
4075                 totals changed
4076         * src/imap.c
4077         * src/prefs_account.c
4078         * src/common/utils.h
4079         * src/etpan/imap-thread.c
4080                 Fix warnings, thanks to Fabien and
4081                 Ricardo
4082
4083 2006-07-06 [wwp]        2.3.1cvs64
4084
4085         * src/gtk/gtkutils.c
4086                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4087
4088 2006-07-06 [wwp]        2.3.1cvs63
4089
4090         * src/account.c
4091         * src/addressbook.c
4092         * src/addressitem.h
4093         * src/folderview.c
4094         * src/mainwindow.c
4095         * src/manual.c
4096         * src/manual.h
4097         * src/message_search.c
4098         * src/prefs_actions.c
4099         * src/prefs_filtering.c
4100         * src/prefs_filtering.h
4101         * src/prefs_template.c
4102         * src/summary_search.c
4103         * src/summaryview.c
4104         * src/gtk/gtkutils.c
4105         * src/gtk/gtkutils.h
4106         * src/gtk/pluginwindow.c
4107                 add help buttons to some dialogs. Clicking such buttons opens a
4108                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4109
4110 2006-07-06 [paul]       2.3.1cvs62
4111
4112         * src/textview.c
4113                 fix attachments contextual menu
4114                 Thanks to Colin
4115
4116 2006-07-05 [colin]      2.3.1cvs61
4117
4118         * src/textview.c
4119         * src/compose.c
4120                 Handle sftp:// links
4121
4122 2006-07-05 [paul]       2.3.1cvs60
4123
4124         * src/gtk/filesel.c
4125                 grab save button by default
4126                 Thanks to Colin
4127
4128 2006-07-05 [wwp]        2.3.1cvs59
4129
4130         * manual/xml2pdf
4131                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4132
4133 2006-07-04 [colin]      2.3.1cvs58
4134
4135         * src/mimeview.c
4136         * src/textview.c
4137                 Use left click to select, middle click to open
4138                 on mimeparts links
4139         * src/common/utils.c
4140                 Fix segfault
4141
4142 2006-07-04 [colin]      2.3.1cvs57
4143
4144         * src/mainwindow.c
4145         * src/news.c
4146                 Warning fixes, thanks to Fabien
4147
4148 2006-07-04 [colin]      2.3.1cvs56
4149
4150         * src/mimeview.c
4151         * src/mimeview.h
4152         * src/textview.c
4153                 Allow parts to be selected via their text label
4154                 in textview
4155
4156 2006-07-04 [colin]      2.3.1cvs55
4157
4158         * src/folderview.c
4159                 Feedback when closing (for big folders)
4160         * src/prefs_actions.c
4161         * src/prefs_filtering.c
4162         * src/prefs_matcher.c
4163         * src/prefs_template.c
4164                 Fix default button when closing without
4165                 having saved
4166
4167 2006-07-04 [colin]      2.3.1cvs54
4168
4169         * src/news.c
4170                 Delete local file on deletion
4171
4172 2006-07-03 [colin]      2.3.1cvs53
4173
4174         * src/folderview.c
4175         * src/main.c
4176                 Don't freeze when rescanning after crash
4177
4178 2006-07-03 [wwp]        2.3.1cvs52
4179
4180         * src/compose.c
4181         * src/privacy.c
4182         * src/privacy.h
4183         * src/plugins/pgpinline/pgpinline.c
4184         * src/plugins/pgpmime/pgpmime.c
4185                 don't report an error when the user cancels the passphrase dialog.
4186
4187 2006-07-02 [colin]      2.3.1cvs51
4188
4189         * src/folderview.c
4190                 Open message when crossing folders with Space,
4191                 goto next unread and friends
4192
4193 2006-07-01 [colin]      2.3.1cvs50
4194
4195         * src/prefs_account.c
4196                 Typographic rules varying from language
4197                 to language (in french "Protocole :"),
4198                 we have to do that :)
4199
4200 2006-07-01 [ticho]      2.3.1cvs49
4201
4202         * src/prefs_account.c
4203                 Only use one temporary gchar* variable in
4204                 prefs_account_protocol_set_optmenu().
4205
4206 2006-07-01 [ticho]      2.3.1cvs48
4207
4208         * src/prefs_account.c
4209         * src/prefs_account.h
4210                 Use GtkLabel for existing account protocol name.
4211                 Created an array for protocol names and populate the
4212                 combobox from it in a for() cycle.
4213
4214 2006-06-30 [colin]      2.3.1cvs47
4215
4216         * src/compose.c
4217                 Block undo when changing signature (by changing
4218                 account)
4219
4220 2006-06-30 [paul]       2.3.1cvs46
4221
4222         * src/send_message.c
4223                 when editing From in the Compose window, use that address
4224                 in the Return-Path: header
4225                 Thanks to Colin
4226
4227 2006-06-30 [colin]      2.3.1cvs45
4228
4229         * src/compose.c
4230                 Fix signature replacement:
4231                 - when no newline before separator
4232                 - when reediting
4233
4234 2006-06-29 [colin]      2.3.1cvs44
4235
4236         * src/folderview.c
4237         * src/folderview.h
4238         * src/mainwindow.c
4239         * src/summaryview.c
4240                 Let 'View/Go to/Next marked' work like
4241                 Next new & Next unread: across folders
4242                 Change the select_on_entry pref to do
4243                 what we want when changing folder
4244         * src/common/utils.c
4245                 Fix single-quoted links 
4246
4247 2006-06-29 [colin]      2.3.1cvs43
4248
4249         * src/gtk/gtkaspell.c
4250                 "Sylpheed" and "Sylpheed-Claws" do exist !
4251
4252 2006-06-29 [colin]      2.3.1cvs42
4253
4254         * src/imap.c
4255                 Forgot to remove debug
4256
4257 2006-06-29 [colin]      2.3.1cvs41
4258
4259         * src/imap.c
4260         * src/imap.h
4261         * src/mainwindow.c
4262                 Disconnect from IMAP servers when going
4263                 offline. Fixes bug #978 (going to offline-mode 
4264                 won't close connections)
4265
4266 2006-06-29 [colin]      2.3.1cvs40
4267
4268         * src/main.c
4269                 Fix transient setting on failing plugins
4270                 Patch by Fabien
4271         * src/plugins/pgpcore/sgpgme.c
4272                 Only warn for OpenPGP. Most people don't
4273                 have CMS available.
4274
4275 2006-06-29 [colin]      2.3.1cvs39
4276
4277         * src/compose.c
4278                 Fix Spelling menu (discrepancy between context menu
4279                 and top menu when folder's dictionary isn't the 
4280                 default one)
4281         * src/plugins/pgpcore/sgpgme.c
4282                 More error reporting about why gpgme can fail
4283
4284 2006-06-29 [wwp]        2.3.1cvs38
4285
4286         * src/mainwindow.c
4287                 honor the display-header-pane setting even when the message view
4288                 is a separate window.
4289
4290 2006-06-29 [wwp]        2.3.1cvs37
4291
4292         * src/prefs_actions.c
4293                 forgot to commit that one (use of GTK_STOCK_INFO).
4294
4295 2006-06-29 [colin]      2.3.1cvs36
4296
4297         * src/imap.c
4298                 Better handling of login errors (ask the password
4299                 again once), alert in case of error. Fix three
4300                 signedness warnings.
4301
4302 2006-06-28 [wwp]        2.3.1cvs35
4303
4304         * src/prefs_template.c
4305         * src/prefs_matcher.c
4306         * src/prefs_filtering_action.c
4307         * src/prefs_quote.c
4308                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4309                 patch by Fabien Vantard, slightly modified.
4310
4311 2006-06-28 [paul]
4312
4313         2.4.0-rc2 released
4314
4315 2006-06-28 [colin]      2.3.1cvs34
4316
4317         * src/prefs_account.c
4318                 Fix bug #977 (Can't add or edit imap accounts)
4319
4320 2006-06-28 [colin]      2.3.1cvs33
4321
4322         * src/mimeview.c
4323                 Fix previous
4324
4325 2006-06-28 [colin]      2.3.1cvs32
4326
4327         * src/mimeview.c
4328                 Save named inlined attachments with "Save all"
4329         * src/main.c
4330         * src/mbox.c
4331         * src/common/plugin.c
4332         * src/common/plugin.h
4333         * src/common/sylpheed.c
4334         * src/common/utils.c
4335         * src/plugins/pgpcore/sylpheed.def
4336         * src/plugins/pgpinline/sylpheed.def
4337         * src/plugins/pgpmime/sylpheed.def
4338                 Win32 compatibility patch, by
4339                 Werner Koch
4340
4341 2006-06-28 [wwp]        2.3.1cvs31
4342
4343         * src/imap.c
4344         * src/prefs_folder_item.c
4345                 less compilation warnings (thanks to Fabien Vantard), less typos.
4346
4347 2006-06-28 [paul]       2.3.1cvs30
4348
4349         * src/gtk/gtkutils.c
4350                 gtk_combo_box_set_focus_on_click() is only
4351                 available since gtk 2.6.0
4352
4353 2006-06-28 [paul]       2.3.1cvs29
4354
4355         * src/prefs_ext_prog.c
4356                 fix engrish and add a tooltip for the
4357                 'command for 'Display as text' option
4358
4359 2006-06-28 [paul]
4360
4361         2.4.0-rc1 released
4362
4363 2006-06-28 [paul]       2.3.1cvs28
4364
4365         * ChangeLog
4366         * tools/Makefile.am
4367                 include textviewer.pl in releases
4368
4369 2006-06-28 [paul]       2.3.1cvs27
4370
4371         * src/prefs_ext_prog.c
4372                 hide Print command option if libgnomeprint
4373                 support is present
4374
4375 2006-06-27 [colin]      2.3.1cvs26
4376
4377         * src/compose.c
4378                 Fix Esc handling in insert/attach dialog
4379                 Don't show this dialog if dragging something
4380                 else than text/uri-list
4381                 Thanks to Fabien Vantard
4382         * tools/textviewer.pl
4383                 Filter script to display stuff as text
4384                 by H. Merijn Brand
4385
4386 2006-06-27 [wwp]        2.3.1cvs25
4387
4388         * src/messageview.c
4389                 use the exact product name (message view title), patch
4390                 by Fabien Vantard.
4391
4392 2006-06-27 [ticho]      2.3.1cvs24
4393
4394         * src/prefs_account.c
4395         * src/prefs_common.c
4396         * src/prefs_common.h
4397         * src/prefs_ext_prog.c
4398         * src/textview.c
4399                 Add a preference (Preferences/External programs)
4400                 to allow "Display as text" to be done via a script
4401                 (patch by H.Merijn Brand).
4402                 Use GtkComboBox for protocol selection in account
4403                 preferences.
4404                 Only include current choice for existing accounts, and
4405                 insensitivize the combobox.
4406
4407 2006-06-27 [paul]       2.3.1cvs23
4408
4409         * src/mbox.c
4410                 fix crasher introduced in cvs21.
4411                 Thanks to Colin
4412
4413 2006-06-26 [colin]      2.3.1cvs22
4414
4415         * src/mbox.c
4416                 Fix double-frees when leaving folders
4417                 after exporting to mbox
4418
4419 2006-06-26 [colin]      2.3.1cvs21
4420
4421         * src/mbox.c
4422                 More feedback (and optimisation)
4423                 on import/export
4424         * src/common/utils.c
4425                 Fix case when looking for mail addresses
4426         * src/gtk/gtkutils.c
4427                 Extra check for (X-)Face
4428
4429 2006-06-25 [ticho]      2.3.1cvs20
4430
4431         * src/compose.c
4432         * src/exphtmldlg.c
4433         * src/gtk/gtkutils.c
4434         * src/gtk/gtkutils.h
4435                 Added second argument to gtkut_sc_combobox_create() to
4436                 control focus-on-click for the widget.
4437                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4438
4439 2006-06-25 [ticho]      2.3.1cvs19
4440
4441         * src/compose.c
4442         * src/gtk/Makefile.am
4443         * src/gtk/combobox.c
4444         * src/gtk/combobox.h
4445         * src/gtk/gtkutils.c
4446         * src/gtk/gtkutils.h
4447                 Use GtkComboBox instead of deprecated GtkOptionMenu
4448                 for account selector in compose window and for encoding
4449                 selector in attachment properties.
4450                 Also factorise working with the new GtkComboBox somewhat.
4451
4452 2006-06-24 [paul]       2.3.1cvs18
4453
4454         * src/prefs_common.c
4455                 use the correct default value
4456
4457 2006-06-24 [paul]       2.3.1cvs17
4458
4459         * src/compose.c
4460         * src/prefs_common.c
4461         * src/prefs_common.h
4462         * src/prefs_compose_writing.c
4463                 enable setting of default action when
4464                 dnd'ing files in the compose window.
4465                 (Collaborative effort with wwp)
4466
4467 2006-06-23 [wwp]        2.3.1cvs16
4468
4469         * src/compose.c
4470                 i18n fix (thanks to Fabien Vantard)
4471
4472 2006-06-22 [colin]      2.3.1cvs15
4473
4474         * src/prefs_customheader.c
4475                 Don't use filters in custom headers' file 
4476                 selector. Remember, extensions mean nothing :)
4477
4478 2006-06-22 [paul]       2.3.1cvs14
4479
4480         * configure.ac
4481                 allow setting of man directory location
4482
4483 2006-06-22 [colin]      2.3.1cvs13
4484
4485         * src/mainwindow.c
4486                 Add 'View/Go to/Next unread folder'.
4487                 I missed that :)
4488
4489 2006-06-22 [colin]      2.3.1cvs12
4490
4491         * src/common/utils.c
4492                 Add some subject prefixes
4493                 Patch by Bjorn T Johansen <btj@havleik.no>
4494
4495 2006-06-22 [colin]      2.3.1cvs11
4496
4497         * manual/advanced.xml
4498                 Forgotten hidden pref
4499
4500 2006-06-21 [paul]       2.3.1cvs10
4501
4502         * src/prefs_account.c
4503                 complete the removal of 'Add date header' option
4504
4505 2006-06-21 [paul]       2.3.1cvs9
4506
4507         * src/account.c
4508         * src/compose.c
4509         * src/prefs_account.c
4510         * src/prefs_account.h
4511                 remove option to add date header - always
4512                 add date header
4513         * src/etpan/imap-thread.c
4514                 fix warnings (Thanks to Colin)
4515
4516 2006-06-21 [wwp]        2.3.1cvs8
4517
4518         * src/folder.c
4519                 set the attachment flag when inline text part are (file)named. This is more convenient
4520                 when receiving (for instance) inline source files or patches sent using thunderbird.
4521
4522 2006-06-21 [paul]       2.3.1cvs7
4523
4524         * src/inc.c
4525                 fix off-by-one count of current msg in
4526                 statusbar filtering progressbar
4527
4528 2006-06-21 [paul]       2.3.1cvs6
4529
4530         * src/folder.c
4531                 Show attachment icon even if the part is 'inline'
4532                 if the following conditions are met:
4533                 - content-type != 'text/plain'
4534                 - content-type != '*/pgp-signature'
4535                 - either 'name' or 'filename' parameter is not NULL
4536                 
4537                 Thanks to Colin
4538
4539 2006-06-21 [paul]       2.3.1cvs5
4540
4541         * src/messageview.c
4542         * src/prefs_common.c
4543         * src/prefs_common.h
4544         * src/prefs_other.c
4545                 add an option to 'Never send Return
4546                 Receipts'
4547                 Thanks to Colin
4548
4549 2006-06-20 [mones]      2.3.1cvs4
4550
4551         * po/es.po
4552                 updated
4553         * src/compose.c
4554                 typo fixed (space after comma)
4555         * tools/make.themes.project
4556                 remove exec mode from tarball files
4557
4558 2006-06-20 [colin]      2.3.1cvs3
4559
4560         * src/news.c
4561         * src/procheader.c
4562         * src/unmime.c
4563                 Better fix for \n's in headers (don't 
4564                 break Received: and others)
4565
4566 2006-06-20 [paul]       2.3.1cvs2
4567
4568         * src/alertpanel.c
4569         * src/textview.c
4570                 improve legibility of phishing attempt
4571                 dialog
4572
4573 2006-06-20 [paul]       2.3.1cvs1
4574
4575         * NEWS
4576         * README
4577         * configure.ac
4578                 Update version number following
4579                 stable release
4580
4581 2006-06-20 [colin]      2.3.0cvs26
4582
4583         * src/compose.c
4584                 When dragging a file to the text of the compose
4585                 window, ask whether we want to insert or attach
4586                 (I know lots of people who do that to attach)
4587
4588 2006-06-20 [colin]      2.3.0cvs25
4589
4590         * src/etpan/imap-thread.c
4591                 Fix threshold (the append command is often > 32 bytes)
4592
4593 2006-06-19 [colin]      2.3.0cvs24
4594
4595         * src/imap.c
4596         * src/etpan/imap-thread.c
4597                 Workaround Rockliffe IMAP server bug: replace
4598                 "x UID SEARCH (ANSWERED UID 1:*)" with
4599                 "x UID SEARCH ANSWERED"
4600                 (Rockliffe doesn't handle the parenthesis)
4601
4602 2006-06-19 [colin]      2.3.0cvs23
4603
4604         * src/compose.c
4605         * src/imap.c
4606         * src/etpan/imap-thread.c
4607                 Probably fix bug #972 (Freezes when adding 
4608                 an attachment to the message)
4609         * src/common/defs.h
4610                 Modernize Firefox cmd
4611
4612
4613 2006-06-18 [colin]      2.3.0cvs22
4614
4615         * src/prefs_customheader.c
4616                 Only allow correct filenames for various
4617                 custom headers
4618
4619 2006-06-18 [colin]      2.3.0cvs21
4620
4621         * src/prefs_customheader.c
4622                 Add a 'From File...' button in custom headers prefs, which
4623                 try to do the right thing: 
4624                 for normal headers, use file as plaintext,
4625                 for X-Face, calls compface,
4626                 for Face, encode to b64.
4627
4628 2006-06-17 [colin]      2.3.0cvs20
4629
4630         * src/mh.c
4631                 Warning fix
4632
4633 2006-06-16 [colin]      2.3.0cvs19
4634
4635         * src/summaryview.c
4636                 Recursive quicksearch: show message list
4637                 in current folder, *then* search children
4638                 in the background.
4639
4640 2006-06-16 [colin]      2.3.0cvs18
4641
4642         * src/main.c
4643                 Instead of ignoring SIGPIPE, save caches
4644                 when getting one. Will fix the fact that
4645                 hot caches are out-of-date when logging 
4646                 out of Xorg.
4647         * src/compose.c
4648         * src/prefs_compose_writing.c
4649                 Only save text (not attachments) when 
4650                 auto-saving to drafts
4651         * src/unmime.c
4652                 Always replace \n, \r and \t with spaces
4653                 in headers
4654         * manual/dist/html/Makefile.am
4655         * manual/dist/pdf/Makefile.am
4656         * manual/dist/ps/Makefile.am
4657         * manual/dist/txt/Makefile.am
4658         * manual/fr/dist/html/Makefile.am
4659         * manual/fr/dist/pdf/Makefile.am
4660         * manual/fr/dist/ps/Makefile.am
4661         * manual/fr/dist/txt/Makefile.am
4662         * manual/pl/dist/html/Makefile.am
4663         * manual/pl/dist/pdf/Makefile.am
4664         * manual/pl/dist/ps/Makefile.am
4665         * manual/pl/dist/txt/Makefile.am
4666                 Fix make clean removing pregenerated manuals
4667
4668
4669 2006-06-16 [colin]      2.3.0cvs17
4670
4671         * src/plugins/pgpcore/sgpgme.c
4672         * src/plugins/pgpmime/pgpmime.c
4673         * src/plugins/pgpinline/pgpinline.c
4674                 Better error reporting in setup_signers.
4675                 Don't fallback to default key if specified
4676                 key isn't found.
4677                 Don't allow signing if more than one secret
4678                 key matches the one specified in prefs.
4679
4680 2006-06-15 [colin]      2.3.0cvs16
4681
4682         * src/folderview.c
4683                 Add "Send queue" in the folder's contextual
4684                 menu
4685         * src/compose.c
4686         * src/messageview.c
4687         * src/privacy.c
4688         * src/privacy.h
4689         * src/procmime.c
4690         * src/procmsg.c
4691         * src/plugins/pgpcore/passphrase.c
4692         * src/plugins/pgpcore/sgpgme.c
4693         * src/plugins/pgpinline/pgpinline.c
4694         * src/plugins/pgpmime/pgpmime.c
4695                 Better error reporting
4696         * src/mbox.c
4697                 Probably fix bug #971 (2.2.3 cannot read mail 
4698                 from local mbox)
4699
4700
4701 2006-06-15 [mones]      2.3.0cvs15
4702
4703         * tools/make.themes.project
4704                 creates the themes project from the web page
4705
4706 2006-06-15 [colin]      2.3.0cvs14
4707
4708         * src/folder.c
4709                 Better fix (avoid losing the folder if scan_tree 
4710                 fails)
4711
4712 2006-06-15 [cleroy]     2.3.0cvs13
4713
4714         * src/folder.c
4715                 Probably fix Bug #969 (crash on rebuilding 
4716                 imap folder)
4717
4718 2006-06-14 [colin]      2.3.0cvs12
4719
4720         * manual/dtd/manual.xsl
4721         * manual/sylpheed-claws-manual.xml
4722         * manual/fr/sylpheed-claws-manual.xml
4723         * manual/pl/sylpheed-claws-manual.xml
4724                 Insert pagebreaks between sections
4725
4726 2006-06-14 [paul]       2.3.0cvs11
4727
4728         * configure.ac
4729                 better fix than 2.3.0cvs10
4730
4731 2006-06-14 [paul]       2.3.0cvs10
4732
4733         * configure.ac
4734                 fix setting of PACKAGE_DATA_DIR with newer autoconf
4735                 (backwards compatible)
4736
4737 2006-06-13 [colin]      2.3.0cvs9
4738
4739         * src/messageview.c
4740                 Fix sending of return receipt with the new queue folders
4741
4742 2006-06-13 [wwp]        2.3.0cvs8
4743
4744         * src/quote_fmt_lex.l
4745                 fix wrong tokens returned in quote_fmt lexer, query not().
4746
4747 2006-06-13 [wwp]        2.3.0cvs7
4748
4749         * src/folder.c
4750         * src/prefs_folder_item.c
4751                 allow changing folder type even when folder is not a top-level one,
4752                 thanks to Colin.
4753
4754 2006-06-12 [colin]      2.3.0cvs6
4755
4756         * src/folderview.c
4757                 Fix double-ask of "Do you want to mark all
4758                 as read"
4759
4760 2006-06-12 [colin]      2.3.0cvs5
4761
4762         * src/compose.c
4763         * src/compose.h
4764         * src/folder.c
4765         * src/folder.h
4766         * src/imap.c
4767         * src/inc.c
4768         * src/main.c
4769         * src/messageview.c
4770         * src/mh.c
4771         * src/prefs_folder_item.c
4772         * src/procheader.c
4773         * src/procmime.c
4774         * src/procmsg.c
4775         * src/procmsg.h
4776         * src/send_message.c
4777         * src/summaryview.c
4778         * src/toolbar.c
4779                 Apply bug #964's patch (Queue and drafts aren't normal)
4780                 The Drafts and Queue folder now contain RFC-822 files,
4781                 allowing to move and copy mails from and to these 
4782                 folders. Moving from Drafts to Queue will prepare the
4783                 mail for sending (PGP signature, encryption, etc).
4784                 This patch also rework sending errors handling to try
4785                 to be more helpful.
4786                 Also, allow redefining folder types via the GUI 
4787                 (Folder type in its Properties)
4788
4789 2006-06-12 [colin]      2.3.0cvs4
4790
4791         * src/summaryview.c
4792         * src/prefs_common.c
4793         * src/prefs_common.h
4794         * src/gedit-print.c
4795                 Allow to define a specific print font - patch
4796                 by Bernhard Walle <bernhard.walle@gmx.de>
4797         * src/prefs_fonts.c
4798         * manual/advanced.xml
4799         * manual/fr/advanced.xml
4800                 Add a hidden pref to allow deletion without
4801                 confirmation
4802
4803 2006-06-12 [wwp]        2.3.0cvs3
4804
4805         * .cvsignore
4806                 more files to ignore.
4807
4808 2006-06-12 [wwp]        2.3.0cvs2
4809
4810         * src/quote_fmt.c
4811         * src/quote_fmt_lex.l
4812         * src/quote_fmt_parse.y
4813                 extend the quote_fmt parser (templates and quotes):
4814                 - allow limited sub-expressions in |p{} and |f{} expressions,
4815                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
4816                 - implemented/fixed missing implementation of query_references and show_references,
4817                 - completed, fixed contents and format of the symbols help dialog,
4818                 - fix some compilation warnings.
4819
4820 2006-06-12 [wwp]        2.3.0cvs1
4821
4822         * manual/advanced.xml
4823         * manual/fr/advanced.xml
4824                 updates in the "templates" section of the manual (eng/fr):
4825                  - be more precise (both versions)
4826                  - completed to match the english reference (fr version)
4827                  - touchups (both versions)
4828
4829 2006-06-12 [paul]       2.3.0
4830
4831         2.3.0 released
4832
4833 2006-06-12 [paul]       2.2.3cvs14
4834
4835         * po/ca.po
4836         * po/cs.po
4837         * po/de.po
4838         * po/el.po
4839         * po/fr.po
4840         * po/it.po
4841         * po/pt_BR.po
4842         * po/sr.po
4843         * po/zh_CN.po
4844                 updated by Miquel Oliete, Tim, Stephan Sachse,
4845                 Stavros Giannouris, Fabien Vantard, Andrea
4846                 Spadaccini, Frederico Goncalves Guimaraes,
4847                 Aleksandar Urosevic, and Ralgh Young
4848
4849 2006-06-12 [colin]      2.2.3cvs13
4850
4851         * src/mbox.c
4852                 Add missing header
4853
4854 2006-06-11 [colin]      2.2.3cvs12
4855
4856         * src/msgcache.c
4857                 Verify that g_malloc() succeeded
4858
4859 2006-06-11 [colin]      2.2.3cvs11
4860
4861         * src/wizard.c
4862                 Add Face header to welcome mail
4863
4864 2006-06-10 [colin]      2.2.3cvs10
4865
4866         * src/textview.c
4867                 Revert previous (Forgot it changes the
4868                 margin on the whole mail)
4869
4870 2006-06-10 [colin]      2.2.3cvs9
4871
4872         * src/textview.c
4873                 Don't overlap long headers under (X-)Face
4874
4875 2006-06-10 [mones]      2.2.3cvs8
4876
4877         * manual/xml2pdf
4878                 allow generation of manual on systems lacking saxon binary
4879                 but with java and the saxon library installed
4880
4881         * po/es.po
4882                 updated for release
4883
4884 2006-06-09 [colin]      2.2.3cvs7
4885
4886         * src/summaryview.c
4887                 Fix leak when using Display Sender using Addressbook
4888
4889 2006-06-09 [colin]      2.2.3cvs6
4890
4891         * src/compose.c
4892         * src/folder.c
4893         * src/folderview.c
4894         * src/mimeview.c
4895         * src/summaryview.c
4896                 More leaks fixes
4897
4898 2006-06-09 [paul]       2.2.3cvs5
4899
4900         * AUTHORS
4901         * src/gtk/authors.h
4902         * tools/claws.i18n.status.pl
4903                 updated with new info
4904
4905 2006-06-09 [paul]       2.2.3cvs4
4906
4907         * README
4908                 updated
4909         * manual/ack.xml
4910                 add wwp to authors list
4911         * src/gtk/authors.h
4912                 update mine and Colin's addresses
4913
4914 2006-06-08 [colin]      2.2.3cvs3
4915
4916         * src/etpan/imap-thread.c
4917                 Fix leak on SSL cert check
4918
4919 2006-06-08 [colin]      2.2.3cvs2
4920
4921         * src/common/utils.c
4922                 Fix leak
4923
4924 2006-06-08 [paul]       2.2.3cvs1
4925
4926         * configure.ac
4927                 Update version number following
4928                 stable release
4929
4930 2006-06-07 [colin]      2.2.2cvs3
4931
4932         * src/msgcache.c
4933                 Fix catching cache read errors (guint instead of gint)
4934                 Prevent malloc'ing more than 8MB (means cache corruption)
4935
4936 2006-06-07 [paul]       2.2.2cvs2
4937
4938         * src/exporthtml.c
4939         * src/exportldif.c
4940         * src/mh.c
4941         * src/mutt.c
4942         * src/pine.c
4943         * src/common/utils.c
4944                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
4945                 obey $HOME'
4946                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
4947                 Thanks to Colin
4948
4949 2006-06-06 [paul]       2.2.2cvs1
4950
4951         * configure.ac
4952                 Update version number following
4953                 stable release
4954
4955 2006-06-06 [paul]       2.2.1cvs6
4956
4957         * src/matcher.c
4958                 fix  implicit declaration of
4959                 sylpheed_do_idle()
4960                 Patch by Fabien Vantard
4961
4962 2006-06-06 [paul]       2.2.1cvs5
4963
4964         * src/matcher.c
4965                 fix age_greater and age_lower so that they
4966                 mean what say and not '...or equal to'
4967                 Thanks to Colin
4968
4969 2006-06-06 [paul]       2.2.1cvs4
4970
4971         * src/textview.c
4972         * src/common/utils.c
4973                 fix URI check
4974                 Thanks to Colin
4975
4976 2006-06-05 [wwp]        2.2.1cvs3
4977
4978         * manual/fr/account.xml
4979                 minor language fixes (thanks to Fabien Vantard).
4980
4981 2006-06-05 [colin]      2.2.1cvs2
4982
4983         * src/prefs_folder_item.c
4984         * src/folderview.c
4985                 Allow recursive setting of properties 
4986                 for whole mailboxes
4987         * src/matcher.c
4988                 Don't freeze on 'test' filtering rule
4989
4990 2006-06-05 [colin]      2.2.1cvs1
4991
4992         * configure.ac
4993                 Update version number following
4994                 stable release
4995
4996 2006-06-04 [wwp]        2.2.0cvs82
4997
4998         * manual/glossary.xml
4999         * manual/account.xml
5000         * manual/fr/glossary.xml
5001         * manual/fr/account.xml
5002                 added glossary section and references/links related to the Face custom header.
5003
5004 2006-06-04 [colin]      2.2.0cvs81
5005
5006         * src/summaryview.c
5007                 Skip to next message on move with no
5008                 immediate execution
5009
5010 2006-06-04 [wwp]        2.2.0cvs80
5011
5012         * manual/xml2pdf
5013                 added sanity checks, exit when needed.
5014
5015 2006-06-03 [paul]       2.2.0cvs79
5016
5017         * src/prefs_receive.c
5018                 page name is now 'Receiving'
5019         * src/prefs_send.c
5020                 page name is now 'Sending'
5021
5022 2006-06-03 [colin]      2.2.0cvs78
5023
5024         * src/plugins/spamassassin/spamassassin_gtk.c
5025                 Autoswitch to Localhost if transport was previously
5026                 disabled. Else people had to check [] Enable, then
5027                 *reselect* transport.
5028
5029 2006-06-03 [colin]      2.2.0cvs77
5030
5031         * src/plugins/pgpinline/pgpinline.c
5032         * src/plugins/pgpmime/pgpmime.c
5033                 Check that gpg_data_release_and_get_mem 
5034                 didn't fail (now, why this happens...)
5035
5036 2006-06-03 [colin]      2.2.0cvs76
5037
5038         * src/mbox.c
5039                 Fix bug #962 (Manual and/or UI should 
5040                 warn about incompatible locking 
5041                 causing dataloss)
5042
5043 2006-06-02 [cleroy]     2.2.0cvs75
5044
5045         * src/filtering.c
5046         * src/folder.c
5047         * src/procmsg.c
5048         * src/summaryview.c
5049                 Fix a few leaks
5050
5051 2006-06-02 [colin]      2.2.0cvs74
5052
5053         * src/main.c
5054                 On exit, free caches after writing them
5055                 Shuts up some valgrind false positives
5056         * src/procmsg.c
5057         * src/send_message.c
5058                 Fix races when reusing existing SMTP connections
5059                 Fix inexistant session timeout
5060         * src/toolbar.c
5061                 Display alertpanel after all queues have
5062                 been processed, not after each
5063
5064 2006-06-02 [wwp]        2.2.0cvs73
5065
5066         * manual/fr/glossary.xml
5067         * manual/fr/ack.xml
5068         * manual/ack.xml
5069                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5070
5071 2006-06-02 [wwp]        2.2.0cvs72
5072
5073         * manual/xml2pdf
5074         * manual/dist/pdf/Makefile.am
5075         * manual/dtd/manual.xsl
5076         * manual/fr/dist/pdf/Makefile.am
5077         * manual/pl/dist/pdf/Makefile.am
5078                 we changed the procedure to generate the .pdf version of the manual.
5079                 The procedure is more modern and the .pdf we get now has a valid index.
5080                 Here are the new pre-requisites:
5081
5082                 - JRE 1.x (1.4 here): there must be one from your distro
5083                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5084                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5085                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5086
5087                 See my posts for further info about the installation of this toolchain:
5088
5089                 Date: Fri, 19 May 2006 19:40:06 +0200
5090                 From: wwp <subscript@free.fr>
5091                 To: sylpheed-claws-devel@lists.sourceforge.net
5092                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5093
5094                 and
5095
5096                 Date: Wed, 24 May 2006 12:58:49 +0200
5097                 From: wwp <subscript@free.fr>
5098                 To: sylpheed-claws-devel@lists.sourceforge.net
5099                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5100
5101 2006-06-01 [colin]      2.2.0cvs71
5102
5103         * src/compose.c
5104                 Better guards against IMAP races
5105         * src/main.c
5106         * src/prefs_common.c
5107         * src/prefs_common.h
5108         * src/common/ssl_certificate.c
5109         * src/etpan/imap-thread.c
5110         * src/etpan/imap-thread.h
5111         * src/gtk/sslcertwindow.c
5112                 New hidden option ssl_skip_cert_check to 
5113                 avoid dups of bug #959 (libetpan linked
5114                 against gnutls and gnutls buggy on 64bit)
5115                 Present expired warning only once per
5116                 session/server.
5117         * manual/advanced.xml
5118         * manual/fr/advanced.xml
5119                 Document new option
5120
5121 2006-06-01 [wwp]        2.2.0cvs70
5122
5123         * src/messageview.c
5124                 fix for bug #961 (return receipt dialog 
5125                 complains incorrectly about return-path 
5126                 email adress being different), thanks 
5127                 to Colin.
5128
5129 2006-05-31 [cleroy]     2.2.0cvs69
5130
5131         * src/common/ssl.c
5132                 Guard against NULLs, although this
5133                 should never be an issue
5134
5135 2006-05-31 [colin]      2.2.0cvs68
5136
5137         * src/filtering.c
5138                 Use g_slist_prepend
5139         * src/imap.c
5140                 Don't remove caches when destroying folder, it
5141                 could (should) be done at exit
5142         * src/inc.c
5143                 free processing cache after incorporation
5144         * src/etpan/imap-thread.c
5145                 Maybe fix bug #959 (Crash on moving to emails 
5146                 to a imap account per ssl with a expired 
5147                 certificate.)
5148
5149 2006-05-30 [colin]      2.2.0cvs67
5150
5151         * src/summaryview.c
5152                 Put back event flush when displaying message
5153                 It avoids reading a bunch of messages just
5154                 by hitting shift-n for too long ;)
5155
5156 2006-05-29 [colin]      2.2.0cvs66
5157
5158         * src/summaryview.c
5159                 Remove useless g_warnings
5160
5161 2006-05-29 [colin]      2.2.0cvs65
5162
5163         * src/imap.c
5164                 Fix g_slist_append()s for performance
5165
5166 2006-05-29 [colin]      2.2.0cvs64
5167
5168         * src/compose.c
5169         * src/common/utils.c
5170                 Fix extraneous tab at start of addresses
5171         * src/mainwindow.c
5172                 Fix warnings (thanks to Fabien)
5173                 Fix crash at exit when composing messages 
5174                 exist
5175         * src/pop.c
5176                 Fix progress bar when deleting expired mails
5177                 Thanks to Hiro
5178         * src/summaryview.c
5179         * src/gtk/gtksctree.c
5180                 Fix re-sorting slowness
5181
5182 2006-05-29 [paul]       2.2.0cvs63
5183
5184         * src/mh.c
5185                 fetch full message when moving mails
5186                 from another mailbox, (fixed data loss
5187                 when filtering from IMAP to MH, introduced
5188                 in 2.2.0cvs57).
5189                 Thanks to Colin
5190
5191 2006-05-29 [mones]      2.2.0cvs62
5192
5193         * src/gtk/gtksctree.c
5194                 Unselect faster (patch by Colin)        
5195
5196 2006-05-26 [colin]      2.2.0cvs61
5197
5198         * src/summaryview.c
5199                 Unplug MSGINFO_UPDATE callback on delete too.
5200
5201 2006-05-26 [colin]      2.2.0cvs60
5202
5203         * src/foldersel.c
5204                 Fix bold in folder selection window with glib2.10
5205                 thanks Hiro
5206
5207 2006-05-26 [colin]      2.2.0cvs59
5208
5209         * src/procheader.c
5210                 Convert date only if necessary (and don't
5211                 try to convert from utf8 to utf8, too)
5212         * src/summaryview.c
5213                 Only set column's text if the column's 
5214                 displayed
5215
5216 2006-05-26 [colin]      2.2.0cvs58
5217
5218         * src/summaryview.c
5219         * src/gtk/gtkutils.c
5220                 Fix useless warning
5221
5222 2006-05-26 [colin]      2.2.0cvs57
5223
5224         * src/mainwindow.c
5225                 Make summaryview selectable as long as 
5226                 no message has focus
5227         * src/mh.c
5228                 Faster deletion (by implementing mh_remove_msgs)
5229                 Faster copy (avoid using mh_fetch_msg just to get
5230                 the filename)
5231                 Faster move (using move_file instead of copy_file
5232                 if MSG_IS_MOVE)
5233                 No progressbar if total number of mails to cp/mv 
5234                 is less than 100
5235         * src/summaryview.c
5236                 Fix removal from subject_table when mail gets moved
5237                 Faster deletion (g_slist_prepend instead of append)
5238         * src/gtk/gtksctree.c
5239                 Remove useless code
5240
5241 2006-05-25 [colin]      2.2.0cvs56
5242
5243         * src/common/ssl_certificate.c
5244                 Fix leak in expired cert check
5245
5246 2006-05-25 [colin]      2.2.0cvs55
5247
5248         * src/mh.c
5249                 Disable flags syncing on .mh_sequences - it
5250                 is buggy and marks mails read under unknown
5251                 conditions.
5252
5253 2006-05-25 [paul]
5254
5255         * 2.3.0-rc4 released
5256
5257 2006-05-24 [colin]      2.2.0cvs54
5258
5259         attention cvs users: if you manage to crash
5260         Sylpheed-Claws while moving, copying or deleting
5261         mails, we *are* interested in stack traces and
5262         valgrind logs. It looks stable, but one never
5263         knows...
5264
5265         * src/folder.c
5266                 Add progressbar for cache updates
5267         * src/folderutils.c
5268                 Optimize Mark all read in the current
5269                 folder
5270         * src/mh.c
5271                 Add progressbar for copy/move
5272         * src/procmsg.c
5273                 Optimize O(n^2) in copy/move
5274         * src/summaryview.c
5275         * src/gtk/gtksctree.c
5276                 Optimize O(n^2) algos
5277         * src/common/timing.h
5278                 Display ms instead of us
5279
5280 2006-05-24 [wwp]        2.2.0cvs53
5281
5282         * manual/fr/advanced.xml
5283                 updates to the French manual.
5284
5285 2006-05-24 [wwp]        2.2.0cvs52
5286
5287         * src/common/utils.c
5288                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5289
5290 2006-05-24 [wwp]        2.2.0cvs51
5291
5292         * src/folderutils.c
5293                 fixed "mark all read" in MH folders (thanks to Colin).
5294
5295 2006-05-24 [paul]       2.2.0cvs50
5296
5297         * doc/man/sylpheed-claws.1
5298                 updated the man page
5299
5300 2006-05-23 [colin]      2.2.0cvs49
5301
5302         * src/folderview.c
5303         * src/imap.c
5304         * src/inc.c
5305         * src/mbox.c
5306         * src/messageview.c
5307         * src/news.c
5308         * src/send_message.c
5309         * src/summaryview.c
5310         * src/gtk/sslcertwindow.c
5311                 alertpanel fixes, by Fabien
5312
5313 2006-05-23 [colin]      2.2.0cvs48
5314
5315         * src/folder.c
5316         * src/folderview.c
5317         * src/msgcache.c
5318         * src/summaryview.c
5319         * src/gtk/gtksctree.c
5320         * src/gtk/gtksctree.h
5321                 More timings
5322                 Fix slow loading problem, which was caused by the
5323                 use of some gtk_ctree funcs and their use of
5324                 g_list_position while gtk_ctree_(un)link'ing.
5325                 Reap more functions from gtkctree.c to be sure we
5326                 use our (fast) version instead of theirs.
5327         * src/mh.c
5328                 Fix copy of unread mails
5329
5330
5331 2006-05-22 [wwp]        2.2.0cvs47
5332
5333         * manual/fr/advanced.xml
5334                 updated.
5335
5336 2006-05-22 [colin]      2.2.0cvs46
5337
5338         * src/filtering.c
5339                 Fix possible infinite loop. 'copy' is not a 
5340                 final action, so when encountering a 'copy',
5341                 we have to check if a previous one was set
5342                 and do it. In the same way, if we encounter
5343                 a 'move' we have to perform a possibly 
5344                 pending 'copy'. This will slow down filtering
5345                 on IMAP if move+copy or multiple copy actions
5346                 are to be done, but handling it via the batch
5347                 would be really too convoluted.
5348
5349 2006-05-22 [wwp]        2.2.0cvs45
5350
5351         * manual/fr/advanced.xml
5352         * manual/fr/faq.xml
5353         * manual/fr/glossary.xml
5354         * manual/fr/handling.xml
5355         * manual/fr/intro.xml
5356         * manual/fr/plugins.xml
5357         * manual/fr/sylpheed-claws-manual.xml
5358                 sync w/ the english manual: updates URIs, documented mailing-list
5359                 support, better explanation about the enabled/disabled feature
5360                 in filtering/processing rules by Paul.
5361
5362 2006-05-21 [colin]      2.2.0cvs44
5363
5364         * src/summaryview.c
5365                 Don't expand after building threads, but during
5366
5367 2006-05-21 [colin]      2.2.0cvs43
5368
5369         * src/procmsg.c
5370         * src/summaryview.c
5371                 More timing possibilities... For next time I have 
5372                 to find out how the hell some 3GHz computer takes
5373                 one minute to open a 30k folder...
5374
5375 2006-05-21 [colin]      2.2.0cvs42
5376
5377         * manual/pl/advanced.xml
5378         * manual/pl/faq.xml
5379         * manual/pl/glossary.xml
5380         * manual/pl/handling.xml
5381         * manual/pl/intro.xml
5382         * manual/pl/plugins.xml
5383         * manual/pl/sylpheed-claws-manual.xml
5384                 Polish manual updated by Pawel
5385
5386 2006-05-20 [colin]
5387
5388         * 2.3.0-rc3 released
5389
5390 2006-05-20 [colin]      2.2.0cvs41
5391
5392         * src/imap.c
5393                 Fix -rc2 problems:
5394                 - remove cache of moved messages from original folder
5395                 - apply new flags to messages even if they aren't appliable
5396                   via IMAP.
5397
5398 2006-05-20 [colin]
5399
5400         * 2.3.0-rc2 released
5401
5402 2006-05-19 [colin]      2.2.0cvs40
5403
5404         * src/imap.c
5405                 Don't issue SELECT in imap_change_flags
5406                 before having checked that we indeed have
5407                 some flags to change. MSG_POSTFILTERED for
5408                 example can't be used on IMAP.
5409                 Fixes bug #955 (copying messages between 
5410                 imap folders is extremely slow), which was
5411                 a regression.
5412
5413 2006-05-19 [colin]      2.2.0cvs39
5414
5415         * src/folder.c
5416         * src/folder.h
5417         * src/folderview.c
5418                 Try to fix bug #830 (Some unread messages 
5419                 get marked read in IMAP inbox):
5420                 - Prevent scanning a folder if it's being 
5421                   opened via the GUI
5422                 - Postpone opening via the GUI of a folder
5423                   currently scanned.
5424
5425
5426 2006-05-19 [wwp]        2.2.0cvs38
5427
5428         * manual/advanced.xml
5429                 fix English+typo (thanks to Paul).
5430
5431 2006-05-19 [wwp]        2.2.0cvs37
5432
5433         * manual/advanced.xml
5434         * manual/fr/advanced.xml
5435         * src/gtk/logwindow.c
5436         * src/prefs_common.c
5437         * src/prefs_common.h
5438                 added hidden prefs to allow customization of colors used in
5439                 protocol log window (useful for dark gtk+ themes).
5440
5441 2006-05-19 [wwp]        2.2.0cvs36
5442
5443         * ChangeLog
5444                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5445
5446 2006-05-19 [paul]       2.2.0cvs35
5447
5448         * src/textview.c
5449                 make Reply-To fully clickable
5450         * src/gtk/logwindow.c
5451                 more colouring (SMTP ESMTP)
5452         Both patches by Pawel Pekala
5453
5454 2006-05-19 [cleroy]     2.2.0cvs34
5455
5456         * src/mh.c
5457                 Don't update flags from current folder
5458                 Probably fixes bug #935 (Read Messages 
5459                 Revert to Being Marked as Unread)
5460
5461 2006-05-18 [colin]      2.2.0cvs33
5462
5463         * src/imap.c
5464                 Warning fix
5465         * src/compose.c
5466         * src/mainwindow.c
5467         * src/summaryview.c
5468         * src/toolbar.c
5469                 Allow replying to multiple emails
5470                 in multiple windows
5471         * src/mimeview.c
5472         * src/etpan/imap-thread.c
5473                 Leak fixes
5474
5475 2006-05-18 [paul]       2.2.0cvs32
5476
5477         * src/summaryview.c
5478                 keep Mailing-List menu refreshed
5479                 Thanks to Colin
5480
5481 2006-05-18 [paul]       2.2.0cvs31
5482
5483         * manual/advanced.xml
5484         * manual/faq.xml
5485         * manual/glossary.xml
5486         * manual/handling.xml
5487         * manual/intro.xml
5488         * manual/plugins.xml
5489         * manual/sylpheed-claws-manual.xml
5490                 update URLs
5491                 add info about mailing-list support
5492                 edit filtering info
5493         * src/wizard.c
5494         * src/common/defs.h
5495         * src/gtk/about.c
5496         * src/plugins/dillo_viewer/README
5497                 update URLs
5498
5499 2006-05-17 [wwp]        2.2.0cvs30
5500
5501         * manual/handling.xml
5502         * manual/fr/handling.xml
5503                 documented the ability to enabled/disable filtering/processing rules.
5504
5505 2006-05-17 [colin]      2.2.0cvs29
5506
5507         * src/main.c
5508                 Don't initialize g_thread subsystem if it's 
5509                 already done (thanks to Hiro)
5510         * src/mimeview.c
5511                 Fix saving of parts when there name can't be
5512                 converted from UTF-8.
5513
5514 2006-05-17 [paul]       2.2.0cvs28
5515
5516         * po/Makefile.in.in
5517                 fix config.status warning with autoconf 2.60
5518
5519 2006-05-17 [paul]       2.2.0cvs27
5520
5521         * po/POTFILES.in
5522                 add src/mbox.c
5523
5524 2006-05-17 [wwp]        2.2.0cvs26
5525
5526         * src/mainwindow.c
5527                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5528
5529 2006-05-17 [wwp]        2.2.0cvs25
5530
5531         * src/plugins/demo/demo.c
5532                 updated product name in plugin demo (many plugins need to be
5533                 sync'ed w/ that change).
5534
5535 2006-05-17 [colin]      2.2.0cvs24
5536
5537         * src/mh.c
5538                 Fix leak
5539
5540 2006-05-16 [colin]      2.2.0cvs23
5541
5542         * src/mainwindow.c
5543                 Stupid me hit again. Fix cvs22.
5544
5545 2006-05-16 [colin]      2.2.0cvs22
5546
5547         * src/mainwindow.c
5548                 Fix bug #922 (sylpheed-claws crashed after 
5549                 pushing on Inbox folder)
5550
5551 2006-05-16 [colin]      2.2.0cvs21
5552
5553         * src/compose.c
5554                 Make From header be copy/paste/select-able
5555
5556 2006-05-16 [wwp]        2.2.0cvs20
5557
5558         * src/export.c
5559         * src/matcher.c
5560         * src/summaryview.c
5561         * src/etpan/imap-thread.c
5562                 fix some compiler warnings (thanks to Colin).
5563
5564 2006-05-16 [wwp]        2.2.0cvs19
5565
5566         * src/action.c
5567         * src/gedit-print.c
5568         * src/inc.c
5569         * src/mainwindow.c
5570         * src/mh.c
5571         * src/statusbar.c
5572         * src/send_message.c
5573         * src/summaryview.c
5574                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5575
5576 2006-05-15 [colin]      2.2.0cvs18
5577
5578         * src/procmsg.c
5579                 Fix automatic rule creation with List-Post
5580
5581 2006-05-15 [paul]       2.2.0cvs17
5582
5583         * tools/filter_conv_new.pl
5584                 updated for rule enabling/disabling
5585                 claws version >= 2.3.x required
5586
5587 2006-05-15 [cleroy]     2.2.0cvs16
5588
5589         * src/main.c
5590                 Revert test
5591
5592 2006-05-15 [cleroy]     2.2.0cvs15
5593
5594         * src/main.c
5595                 test
5596
5597 2006-05-15 [wwp]        2.2.0cvs14
5598
5599         * manual/pl/.cvsignore
5600                 ignore generated files.
5601
5602 2006-05-14 [wwp]        2.3.0-rc1
5603
5604         * 2.3.0-rc1 released
5605
5606 2006-05-13 [wwp]        2.2.0cvs13
5607
5608         * src/filtering.c
5609         * src/filtering.h
5610         * src/matcher.c
5611         * src/matcher_parser_lex.l
5612         * src/matcher_parser_parse.y
5613         * src/prefs_filtering.c
5614                 new feature: provide the ability to disable filtering and processing
5615                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
5616                 adaptations.
5617
5618 2006-05-13 [colin]      2.2.0cvs12
5619
5620         * src/compose.c
5621                 Remove useless if (a) b; else b;
5622                 Thanks to wwp
5623
5624 2006-05-13 [wwp]        2.2.0cvs11
5625
5626         * src/export.c
5627         * src/import.c
5628         * src/mainwindow.c
5629         * src/mbox.c
5630         * src/summaryview.c
5631         * src/summaryview.h
5632                 no more silent failures (or at least less ones) when importing
5633                 or exporting from/to mbox. Also start importing/exporting if
5634                 the necessary info is set.
5635
5636 2006-05-13 [wwp]        2.2.0cvs10
5637
5638         * RELEASE_NOTES
5639                 restored up-to-date release notes.
5640
5641 2006-05-13 [paul]       2.2.0cvs9
5642
5643         * po/nl.po
5644         * po/ru.po
5645                 updated by Tim Dijkstra and Pavlo Bohmat
5646
5647 2006-05-12 [colin]      2.2.0cvs8
5648
5649         * src/gtk/quicksearch.c
5650                 Add "k" as shortcut for "colorlabel". Patch
5651                 by ath42@users.sf.net.
5652
5653 2006-05-12 [paul]       2.2.0cvs7
5654
5655         * src/prefs_common.h
5656         * src/prefs_summaries.c
5657         * src/summaryview.c
5658                 when entering a folder also allow
5659                 going directly to first Marked message
5660
5661 2006-05-12 [paul]       2.2.0cvs6
5662
5663         * src/summaryview.c
5664                 always obey 'confirm before marking all
5665                 mails read' option
5666
5667 2006-05-12 [paul]       2.2.0cvs5
5668
5669         * src/textview.c
5670                 make Sender fully clickable
5671
5672 2006-05-12 [colin]      2.2.0cvs4
5673
5674         * src/compose.c
5675         * src/compose.h
5676                 Let From be editable
5677         * src/main.c
5678         * src/mh.c
5679                 Full support of .mh_sequences' Unseen seq
5680
5681 2006-05-12 [colin]      2.2.0cvs3
5682
5683         * src/folder.c
5684         * src/mainwindow.c
5685         * src/mainwindow.h
5686         * src/messageview.c
5687         * src/prefs_spelling.c
5688         * src/procheader.c
5689         * src/procmsg.c
5690         * src/procmsg.h
5691         * src/summaryview.c
5692         * src/toolbar.c
5693         * src/toolbar.h
5694                 Add contextual menu on Compose toolbar
5695                 button. Fixes bug #944 (Automatic
5696                 addresses not applied when changing account
5697                 from compose window)
5698                 add Mailing List support
5699                 based on the old 0.6.5claws25 patch by
5700                 Melvin Hadasht, with finishing touches
5701                 by Colin
5702                 Fix "ignore thread" when mails are threaded by
5703                 subject (and weren't ignored although appearing
5704                 in the thread).
5705                 GUI rework.
5706                 Both patches by Pawel.
5707
5708 2006-05-08 [paul]       2.2.0cvs2
5709
5710         * src/mainwindow.c
5711         * src/mainwindow.h
5712         * src/messageview.c
5713         * src/procheader.c
5714         * src/procmsg.c
5715         * src/procmsg.h
5716         * src/summaryview.c
5717                 add Mailing List support
5718                 based on the old 0.6.5claws25 patch by 
5719                 Melvin Hadasht, with finishing touches
5720                 by Colin
5721
5722 2006-05-08 [colin]      2.2.0cvs1
5723
5724         * src/mainwindow.c
5725         * src/toolbar.c
5726         * src/toolbar.h
5727                 Add contextual menu on Compose toolbar 
5728                 button. Fixes bug #944 (Automatic 
5729                 addresses not applied when changing account 
5730                 from compose window)
5731
5732 2006-05-08 [paul]       2.2.0
5733
5734         2.2.0 released
5735
5736 2006-05-08 [paul]       2.1.1cvs51
5737
5738         * po/cs.po
5739         * po/de.po
5740         * po/en_GB.po
5741         * po/fi.po
5742         * po/fr.po
5743         * po/pt_BR.po
5744         * po/sr.po
5745         * po/zh_CN.po
5746                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5747                 Fabien Vantard, Frederico Goncalves Guimaraes,
5748                 Aleksandar Urosevic, and Ralgh Young
5749
5750 2006-05-12 [colin]      2.1.1cvs50
5751
5752         * po/cs.po
5753         * po/de.po
5754         * po/en_GB.po
5755         * po/es.po
5756         * po/fi.po
5757         * po/fr.po
5758         * po/pt_BR.po
5759         * po/sr.po
5760         * po/zh_CN.po
5761                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5762                 Fabien Vantard, Frederico Goncalves Guimaraes,
5763                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
5764
5765 2006-05-05 [colin]      2.1.1cvs49
5766
5767         * manual/Makefile.am
5768         * manual/pl/Makefile.am
5769         * manual/pl/account.xml
5770         * manual/pl/ack.xml
5771         * manual/pl/addrbook.xml
5772         * manual/pl/advanced.xml
5773         * manual/pl/faq.xml
5774         * manual/pl/glossary.xml
5775         * manual/pl/gpl.xml
5776         * manual/pl/handling.xml
5777         * manual/pl/intro.xml
5778         * manual/pl/keyboard.xml
5779         * manual/pl/plugins.xml
5780         * manual/pl/starting.xml
5781         * manual/pl/sylpheed-claws-manual.xml
5782         * manual/pl/dist/.cvsignore
5783         * manual/pl/dist/Makefile.am
5784         * manual/pl/dist/html/.cvsignore
5785         * manual/pl/dist/html/Makefile.am
5786         * manual/pl/dist/pdf/.cvsignore
5787         * manual/pl/dist/pdf/Makefile.am
5788         * manual/pl/dist/ps/.cvsignore
5789         * manual/pl/dist/ps/Makefile.am
5790         * manual/pl/dist/txt/.cvsignore
5791         * manual/pl/dist/txt/Makefile.am
5792                 Add the polish translation of the manual,
5793                 Authored by Pawel Pekala.
5794
5795 2006-05-05 [cleroy]     2.1.1cvs48
5796
5797         * src/main.c
5798                 Re-read matcherrc after loading plugins 
5799                 if some of them add folders.
5800
5801 2006-05-03 [colin]      2.1.1cvs47
5802
5803         * src/imap.c
5804                 I'm idiot
5805
5806 2006-05-03 [colin]      2.1.1cvs46
5807
5808         * src/imap.c
5809                 Be sure to have a session when
5810                 getting separator
5811
5812 2006-05-03 [colin]      2.1.1cvs45
5813
5814         * src/imap.c
5815         * src/imap.h
5816         * src/imap_gtk.c
5817                 Fix preventing renaming with namespace 
5818                 separator.
5819
5820 2006-05-01 [colin]      2.1.1cvs44
5821
5822         * src/action.c
5823                 Don't reload messageview when result of
5824                 action is piped.
5825
5826 2006-04-29 [colin]      2.1.1cvs43
5827
5828         * src/prefs_receive.c
5829         * src/plugins/spamassassin/spamassassin_gtk.c
5830         * src/plugins/clamav/clamav_plugin_gtk.c
5831                 GUI fixes by Pawel
5832
5833 2006-04-29 [colin]      2.1.1cvs42
5834
5835         * src/prefs_compose_writing.c
5836         * src/prefs_quote.c
5837                 Cleanups. Patch by Pawel
5838
5839 2006-04-28 [paul]       2.1.1cvs41
5840
5841         * src/matcher.c
5842                 fix returned quick search results when search
5843                 term contains an underscore.
5844                 Thanks to Colin
5845
5846 2006-04-28 [paul]       2.1.1cvs40
5847
5848         * src/prefs_message.c
5849         * src/prefs_receive.c
5850                 GUI cleanups
5851                 Patches by Pawel Pekala
5852
5853 2006-04-27 [colin]      2.1.1cvs39
5854
5855         * src/wizard.c
5856                 Differentiate subject Welcome from
5857                 window's title Welcome
5858
5859 2006-04-27 [paul]
5860
5861         2.2.0-rc1 released
5862
5863 2006-04-27 [paul]       2.1.1cvs38
5864
5865         * manual/advanced.xml
5866         * manual/fr/advanced.xml
5867                 add info about compose_no_markup hidden pref
5868
5869 2006-04-27 [paul]       2.1.1cvs37
5870
5871         * src/prefs_account.c
5872                 improve privacy labels
5873         * src/prefs_msg_colors.c
5874                 change some strings for translators' convenience
5875         * src/gtk/gtkutils.c
5876                 don't underline the link button text
5877
5878 2006-04-25 [colin]      2.1.1cvs36
5879
5880         * src/folder.c
5881                 Complete 2.1.1cvs33 (once more ;)
5882
5883 2006-04-25 [colin]      2.1.1cvs35
5884
5885         * src/editldap.c
5886                 Fix tooltip
5887
5888 2006-04-25 [cleroy]     2.1.1cvs34
5889
5890         * src/compose.c
5891         * src/gtk/gtkaspell.c
5892                 Fix crash on redirect (related to the return 
5893                 of the aspell menu in compose's toolbar)
5894         * src/prefs_msg_colors.c
5895                 Fix sensitivity widgets
5896         * src/image_viewer.c
5897         * src/gtk/pluginwindow.c
5898         * src/gtk/prefswindow.c
5899                 Change released signals to clicked (Fabien)
5900         * po/POTFILES.in
5901         * src/common/socket.c
5902         * src/plugins/spamassassin/spamassassin.c
5903                 Translate strings (Fabien)
5904
5905 2006-04-25 [paul]       2.1.1cvs33
5906
5907         * src/folder.c
5908         * src/folder.h
5909         * src/folderview.c
5910                 complete the fix of bug #912
5911                 Thanks to Colin
5912
5913 2006-04-25 [colin]      2.1.1cvs32
5914
5915         * src/news.c
5916                 Better progress bar
5917         * src/mimeview.c
5918         * src/summaryview.c
5919         * src/summaryview.h
5920                 Fix focus chain
5921                 Patches by Pawel Pekala
5922
5923 2006-04-24 [colin]      2.1.1cvs31
5924
5925         * src/compose.c
5926                 Fix compilation warnings (Fabien)
5927
5928 2006-04-24 [colin]      2.1.1cvs30
5929
5930         * src/addrindex.c
5931         * src/editldap.c
5932         * src/editldap_basedn.c
5933         * src/editldap_basedn.h
5934         * src/ldapctrl.c
5935         * src/ldapctrl.h
5936         * src/ldapquery.c
5937         * src/ldaputil.c
5938         * src/ldaputil.h
5939                 Fix bug #901 (LDAPS support)
5940
5941 2006-04-24 [colin]      2.1.1cvs29
5942
5943         * src/compose.c
5944                 Fix logic on error with send dialog on
5945         * src/imap.c
5946                 Fix compilation without libetpan, thanks
5947                 to Fabien
5948         * src/summaryview.c
5949                 Fix 'context-menu' key
5950
5951 2006-04-23 [colin]      2.1.1cvs28
5952
5953         * src/folder.c
5954                 Never free current's cache to free up 
5955                 memory. Fixes bug #912 (new count 
5956                 randomly set to message count)
5957
5958 2006-04-23 [colin]      2.1.1cvs27
5959
5960         * src/gtk/quicksearch.c
5961                 And remove printf...
5962
5963 2006-04-23 [colin]      2.1.1cvs26
5964
5965         * src/gtk/quicksearch.c
5966                 Fix replacing in quicksearch, and fix inserting
5967                 in the middle of the string. (introduced at 2.1.0cvs22)
5968
5969 2006-04-23 [colin]      2.1.1cvs25
5970
5971         * src/imap.c
5972                 Make sure uidnext is initialized in get_num_list
5973                 (not for stable, related to 2.1.1cvs8 and friends)
5974
5975 2006-04-23 [colin]      2.1.1cvs24
5976
5977         * src/imap.c
5978                 Output something when login is successful
5979                 too
5980
5981 2006-04-23 [colin]      2.1.1cvs23
5982
5983         * src/etpan/imap-thread.c
5984                 Better logging (line-per-line, hide data in fetch)
5985                 Fix a const warning
5986         * src/gtk/logwindow.c
5987         * src/gtk/logwindow.h
5988                 Better logging (color for input/output)
5989
5990 2006-04-21 [colin]      2.1.1cvs22
5991
5992         * src/gtk/quicksearch.c
5993                 On gtk+-2.8, use stock buttons in quicksearch
5994                 Based on a patch by Fabien and a design by Paul
5995
5996 2006-04-21 [colin]      2.1.1cvs21
5997
5998         * src/folderview.c
5999         * src/mainwindow.c
6000                 Fix occasional flicker in folderview
6001         * src/common/utils.c
6002                 Fix bug #943 (Incorrectly parsed email address 
6003                 list in short headers on message view and in 
6004                 printouts)
6005
6006 2006-04-20 [colin]      2.1.1cvs20
6007
6008         * src/imap.c
6009         * src/imap.h
6010         * src/prefs_account.c
6011                 Add ANONYMOUS auth for IMAP
6012
6013 2006-04-20 [paul]       2.1.1cvs19
6014
6015         * src/main.c
6016                 proper fix for 2.1.1cvs18
6017                 Thanks to Colin
6018
6019 2006-04-20 [paul]       2.1.1cvs18
6020
6021         * src/main.c
6022                 fix build warnings
6023
6024 2006-04-20 [paul]       2.1.1cvs17
6025
6026         * src/gtk/quicksearch.c
6027                 fix standard, non-extended Quick search,
6028                 was broken in 2.1.1cvs15.
6029                 Thanks to Colin.
6030
6031 2006-04-20 [colin]      2.1.1cvs16
6032
6033         * src/prefs_matcher.c
6034                 Fix values when reselecting a ~test
6035                 rule
6036
6037 2006-04-19 [colin]      2.1.1cvs15
6038
6039         * src/compose.c
6040         * src/compose.h
6041         * src/gtk/gtkaspell.c
6042         * src/gtk/gtkaspell.h
6043                 Put back Options menu in Spelling/
6044         * src/gtk/quicksearch.c
6045                 Don't search, and show error, if the
6046                 advanced search has a syntax error
6047
6048 2006-04-18 [colin]      2.1.1cvs14
6049
6050         * src/textview.c
6051                 Fix gdk warnings on set_cursor when textview
6052                 isn't visible
6053
6054 2006-04-18 [colin]      2.1.1cvs13
6055
6056         * src/gtk/gtksctree.c
6057                 Remove seemingly useless refresh that causes
6058                 flicker - watch this commit in case of 
6059                 problems before planned backport to stable
6060
6061 2006-04-18 [colin]      2.1.1cvs12
6062
6063         * src/imap.c
6064                 Factorize get/set_xml code
6065         * src/compose.c
6066         * src/prefs_account.c
6067         * src/prefs_account.h
6068         * src/procmsg.c
6069                 Add Encrypt to self option
6070
6071 2006-04-17 [colin]      2.1.1cvs11
6072
6073         * configure.ac
6074                 Fix search on encrpyt function on dragonfly
6075                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6076
6077 2006-04-17 [colin]      2.1.1cvs10
6078
6079         * src/prefs_account.c
6080                 Be safe by default: remove mails from POP3
6081                 after 7 days, not immediately
6082
6083 2006-04-17 [colin]      2.1.1cvs9
6084
6085         * src/etpan/imap-thread.c
6086                 Fix build on DragonFly - patch by 
6087                 Jonathan Buschmann <jonthn@agmact.com>
6088
6089 2006-04-17 [colin]      2.1.1cvs8
6090
6091         * src/imap.c
6092                 Save uidnext between sessions
6093
6094 2006-04-17 [colin]      2.1.1cvs7
6095
6096         * src/imap.c
6097                 scan is required when uid validity changes
6098
6099 2006-04-17 [colin]      2.1.1cvs6
6100
6101         * src/folderview.c
6102                 Don't scan if not necessary, apart in current
6103                 folder and INBOX to fetch flags.
6104         * src/imap.c
6105                 Scan is necessary if unread count changes
6106
6107 2006-04-17 [colin]      2.1.1cvs5
6108
6109         * src/imap.c
6110                 ...But always fetch ANSWERED and DELETED flags for
6111                 INBOX, as filtering can happen on these flags.
6112
6113 2006-04-17 [colin]      2.1.1cvs4
6114
6115         * src/imap.c
6116                 Don't fetch REPLIED and DELETED flags when synchronising
6117                 flags with a closed folder. We only need UNSEEN and FLAGGED
6118                 to update the folderview.
6119
6120 2006-04-17 [colin]      2.1.1cvs3
6121
6122         * src/imap.c
6123                 Faster flag search when there are new mails 
6124                 in a folder. We can do a full search if the 
6125                 folder contains less messages than the new
6126                 list.
6127
6128 2006-04-17 [colin]      2.1.1cvs2
6129
6130         * po/cs.po
6131         * po/de.po
6132         * po/fr.po
6133         * po/nl.po
6134         * po/pt_BR.po
6135                 Update translations from stable branch
6136
6137 2006-04-17 [colin]      2.1.1cvs1
6138
6139         * configure.ac
6140                 Bump version to follow stable release
6141
6142 2006-04-16 [mones]      2.1.0cvs50
6143
6144         * po/es.po
6145                 Updated for release
6146
6147 2006-04-16 [colin]      2.1.0cvs49
6148
6149         * src/textview.c
6150                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6151                 with gtk < 2.8. Thanks to Fabien Vantard.
6152
6153 2006-04-15 [colin]      2.1.0cvs48
6154
6155         * src/etpan/imap-thread.c
6156                 Fix bug #919 (libetpan: SEGV when connecting 
6157                 using command)
6158
6159 2006-04-14 [colin]      2.1.0cvs47
6160
6161         * src/main.c
6162                 Fix race on --select (should be done better)
6163
6164 2006-04-14 [wwp]        2.1.0cvs46
6165
6166         * src/send_message.c
6167                 enforce a check for domain in account prefs (a sending
6168                 error could be faced if domain was checked but no value set),
6169                 thanks to Colin.
6170
6171 2006-04-14 [colin]      2.1.0cvs45
6172
6173         * src/codeconv.c
6174                 when converting from unknown to unknown, if the
6175                 string is UTF8, don't convert it to the locale
6176                 (which breaks it)
6177
6178 2006-04-14 [colin]      2.1.0cvs44
6179
6180         * src/compose.c
6181                 Don't try to use ASCII for converting headers
6182                 (as done in body)
6183
6184 2006-04-14 [paul]       2.1.0cvs43
6185
6186         * src/crash.c
6187                 add locale/charset info to crash report
6188         * src/gtk/about.c
6189                 add wwp to doc team
6190                 replace 'e-mail' with preferred 'email'
6191         * src/gtk/authors.h
6192                 ensure contributors list is in alphabetical
6193                 order
6194
6195 2006-04-13 [colin]      2.1.0cvs42
6196
6197         * src/textview.c
6198                 Prevent gdk warnings
6199
6200 2006-04-13 [colin]      2.1.0cvs41
6201
6202         * src/common/ssl_certificate.c
6203         * src/common/ssl_certificate.h
6204         * src/gtk/sslcertwindow.c
6205                 Warn on expired certs, and display the expiration date
6206
6207 2006-04-13 [colin]      2.1.0cvs40
6208
6209         * src/plugins/spamassassin/spamassassin_gtk.c
6210                 Fix missing set_text on unix socket
6211
6212 2006-04-13 [wwp]        2.1.0cvs39
6213
6214         * manual/fr/advanced.xml
6215         * manual/fr/glossary.xml
6216                 applied new spam/ham/email lexicon (pourriel, courriel)
6217
6218 2006-04-13 [paul]       2.1.0cvs38
6219
6220         * src/plugins/pgpmime/plugin.c
6221                 remove the mention of S/MIME from the
6222                 description. This is now handled by the
6223                 S/MIME plugin.
6224
6225 2006-04-13 [paul]       2.1.0cvs37
6226
6227         * src/prefs_msg_colors.c
6228                 rework dialog
6229         * src/prefs_folder_item.c
6230         * src/prefs_spelling.c
6231                 add a tooltip to the colour selector buttons
6232
6233 2006-04-13 [wwp]        2.1.0cvs36
6234
6235         * manual/advanced.xml
6236         * manual/glossary.xml
6237         * manual/handling.xml
6238         * manual/keyboard.xml
6239         * manual/plugins.xml
6240         * manual/starting.xml
6241         * manual/fr/account.xml
6242         * manual/fr/ack.xml
6243         * manual/fr/addrbook.xml
6244         * manual/fr/advanced.xml
6245         * manual/fr/faq.xml
6246         * manual/fr/glossary.xml
6247         * manual/fr/gpl.xml
6248         * manual/fr/handling.xml
6249         * manual/fr/intro.xml
6250         * manual/fr/keyboard.xml
6251         * manual/fr/plugins.xml
6252         * manual/fr/starting.xml
6253         * manual/fr/sylpheed-claws-manual.xml
6254                 fixes to the manuals:
6255                  - summaryview -> Message List (same in French)
6256                  - translate key names
6257                  - fix French punctuation, use non-breakable spaces when
6258                    necessary, don't use &thinsp; which is not portable
6259                  - tell what maildir and mbox formats we support
6260
6261 2006-04-12 [wwp]        2.1.0cvs35
6262
6263         * src/prefs_toolbar.c
6264                 unified a replace button more,
6265                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6266
6267 2006-04-12 [wwp]        2.1.0cvs34
6268
6269         * src/prefs_common.c
6270         * src/prefs_msg_colors.c
6271                 make default color labels translatable,
6272                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6273                 thanks to Tim <timbrain@post.cz> for reporting.
6274
6275 2006-04-12 [wwp]        2.1.0cvs33
6276
6277         * manual/glossary.xml
6278         * manual/intro.xml
6279         * manual/plugins.xml
6280         * manual/starting.xml
6281         * manual/sylpheed-claws-manual.xml
6282         * manual/fr/.cvsignore
6283         * manual/fr/account.xml
6284         * manual/fr/ack.xml
6285         * manual/fr/addrbook.xml
6286         * manual/fr/advanced.xml
6287         * manual/fr/faq.xml
6288         * manual/fr/glossary.xml
6289         * manual/fr/handling.xml
6290         * manual/fr/intro.xml
6291         * manual/fr/keyboard.xml
6292         * manual/fr/plugins.xml
6293         * manual/fr/starting.xml
6294         * manual/fr/sylpheed-claws-manual.xml
6295                 various fixes: typos, missing .fr translations, punctuation,
6296                 capitalization, links, accents and some bad French more.
6297
6298 2006-04-12 [wwp]        2.1.0cvs32
6299
6300         * src/prefs_gtk.c
6301                 fix for bug #935: always store prefs files in UTF-8 (thanks
6302                 to Colin).
6303
6304 2006-04-11 [colin]      2.1.0cvs31
6305
6306         * src/compose.c
6307                 Fix inserting files not in utf8 when locale is utf8
6308
6309 2006-04-11 [colin]      2.1.0cvs30
6310
6311         * src/inc.c
6312                 Don't show error dialog when cancelling connection
6313                 Patch by Pawel
6314
6315 2006-04-11 [cleroy]     2.1.0cvs29
6316
6317         * src/compose.c
6318                 Implement multiple quote levels
6319         * src/prefs_common.c
6320                 Change a little bit the quote bgcolor for 2nd level
6321
6322 2006-04-11 [colin]      2.1.0cvs28
6323
6324         * src/gtk/about.c
6325                 Add locale and charset in the label
6326
6327 2006-04-10 [colin]      2.1.0cvs27
6328
6329         * src/compose.c
6330         * src/prefs_common.c
6331         * src/prefs_common.h
6332         * src/prefs_msg_colors.c
6333         * src/textview.c
6334                 Allow optional background color in quotes
6335                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6336                 GTK+-2.8.x feature
6337
6338 2006-04-10 [colin]      2.1.0cvs26
6339
6340         * src/main.c
6341         * src/mainwindow.c
6342         * src/mainwindow.h
6343                 Implement --select
6344
6345 2006-04-10 [colin]      2.1.0cvs25
6346
6347         * manual/plugins.xml
6348         * manual/fr/plugins.xml
6349                 Document libcurl's proxy variables
6350
6351 2006-04-09 [colin]      2.1.0cvs24
6352
6353         * src/prefs_common.c
6354                 gettext() returns statically allocated stuff. We have
6355                 to strdup it in order to be able to free it.
6356
6357 2006-04-09 [colin]      2.1.0cvs23
6358
6359         * AUTHORS
6360         * src/gtk/authors.h
6361                 Add Alexei
6362
6363 2006-04-09 [colin]      2.1.0cvs22
6364
6365         * src/mainwindow.c
6366         * src/gtk/quicksearch.c
6367                 Fix bug #859 (problems with cyrilic input in 
6368                 search panel) - Patch by Alexey Illarionov 
6369                 <littlesavage@rambler.ru>
6370
6371 2006-04-09 [colin]      2.1.0cvs21
6372
6373         * src/prefs_customheader.c
6374                 I prefer removing then freeing rather than the contrary
6375                 (even if it doesn't change anything ;-)
6376         * src/prefs_account.c
6377                 Fix bug #933 (Crash re-entering the custom headers list 
6378                 dialog in accounts prefs)
6379                 The problem happened when cancelling the Account 
6380                 Preferences' dialogs - in which case we didn't do 
6381                 anything to the PrefsAccount * struct. In case of applying,
6382                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6383                 working with in this dialog. The problem is that 
6384                 prefs_customheader.c, working on this tmp_ac_prefs, always
6385                 changes the ->customhdr_list pointer, even when cancelled. 
6386                 So in case of cancelling the prefs_account dialog, we still
6387                 have to update ->customhdr_list in the real account.
6388
6389 2006-04-08 [colin]      2.1.0cvs20
6390
6391         * manual/fr/glossary.xml
6392         * manual/fr/keyboard.xml
6393                 Forgot some headers :)
6394
6395 2006-04-08 [colin]      2.1.0cvs19
6396
6397         * manual/Makefile.am
6398         * manual/fr/Makefile.am
6399         * manual/fr/account.xml
6400         * manual/fr/ack.xml
6401         * manual/fr/addrbook.xml
6402         * manual/fr/advanced.xml
6403         * manual/fr/faq.xml
6404         * manual/fr/glossary.xml
6405         * manual/fr/gpl.xml
6406         * manual/fr/handling.xml
6407         * manual/fr/intro.xml
6408         * manual/fr/keyboard.xml
6409         * manual/fr/plugins.xml
6410         * manual/fr/starting.xml
6411         * manual/fr/sylpheed-claws-manual.xml
6412         * manual/fr/dist/.cvsignore
6413         * manual/fr/dist/Makefile.am
6414         * manual/fr/dist/html/.cvsignore
6415         * manual/fr/dist/html/Makefile.am
6416         * manual/fr/dist/pdf/.cvsignore
6417         * manual/fr/dist/pdf/Makefile.am
6418         * manual/fr/dist/ps/.cvsignore
6419         * manual/fr/dist/ps/Makefile.am
6420         * manual/fr/dist/txt/.cvsignore
6421         * manual/fr/dist/txt/Makefile.am
6422                 Add the french translation of the manual. Thanks to
6423                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6424                 account.xml, ack.xml, addrbook.xml and advanced.xml
6425
6426 2006-04-08 [colin]      2.1.0cvs18
6427
6428         * manual/plugins.xml
6429         * manual/starting.xml
6430                 More fixes
6431
6432 2006-04-07 [colin]      2.1.0cvs17
6433
6434         * manual/faq.xml
6435         * manual/intro.xml
6436         * manual/keyboard.xml
6437                 Little fixes
6438
6439 2006-04-07 [colin]      2.1.0cvs16
6440
6441         * README
6442         * src/compose.c
6443         * src/prefs_common.c
6444         * src/prefs_common.h
6445                 Add hidden compose_no_markup pref
6446
6447 2006-04-07 [wwp]        2.1.0cvs15
6448
6449         * src/summary_search.c
6450         * .cvsignore
6451                 Bugfix: stop button was sticky when searching in an empty folder.
6452                 Applied curly brackets code style to the whole file (summary_search.c).
6453                 More files to ignore.
6454
6455 2006-04-07 [wwp]        2.1.0cvs14
6456
6457         * src/message_search.c
6458         * src/summary_search.c
6459                 changed default button when search bumps at file/folder
6460                 beginning or end, for convenience (thanks to Colin).
6461
6462 2006-04-07 [paul]       2.1.0cvs13
6463
6464         * src/plugins/dillo_viewer/dillo_prefs.c
6465                 avoid future potential for namespace collision
6466                 Patch by Colin
6467
6468 2006-04-06 [wwp]        2.1.0cvs12
6469
6470         * src/summary_search.c
6471                 Unify extended/advanced searches names (and thus factorize labels),
6472                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6473
6474 2006-04-06 [wwp]        2.1.0cvs11
6475
6476         * src/folderview.c
6477         * src/prefs_themes.c
6478         * src/summaryview.c
6479                 Fixed some compilation warnings.
6480
6481 2006-04-06 [colin]      2.1.0cvs10
6482
6483         * manual/advanced.xml
6484                 Document the wizard template and how to deploy
6485                 Sylpheed-Claws effectively
6486
6487 2006-04-06 [colin]      2.1.0cvs9
6488
6489         * src/folderview.c
6490                 gettext patch to tell translators about _("#"),
6491                 by Maxim Britov
6492
6493 2006-04-06 [colin]      2.1.0cvs8
6494
6495         * src/textview.c
6496                 Fix invalid GtkTextBIter after clicking "Display as text"
6497
6498 2006-04-06 [mones]      2.1.0cvs7
6499
6500         * src/addr_compl.c
6501         * src/addrindex.c
6502         * src/addritem.c
6503         * src/codeconv.c
6504         * src/compose.c
6505         * src/filtering.c
6506         * src/folder.c
6507         * src/folder_item_prefs.c
6508         * src/folderview.c
6509         * src/localfolder.c
6510         * src/matcher.c
6511         * src/mimeview.c
6512         * src/prefs_msg_colors.c
6513         * src/prefs_spelling.c
6514         * src/prefs_themes.c
6515         * src/procmime.c
6516         * src/procmsg.c
6517         * src/stock_pixmap.c
6518         * src/summaryview.c
6519         * src/textview.c
6520         * src/toolbar.c
6521         * src/common/mgutils.c
6522         * src/common/prefs.c
6523         * src/common/ssl_certificate.c
6524         * src/gtk/colorlabel.c
6525         * src/gtk/quicksearch.c
6526         * src/plugins/pgpmime/pgpmime.c
6527         * src/plugins/spamassassin/spamassassin.c
6528                 Removed redundant NULL checks for g_free() calls.
6529                 Patch by Pawel Pekala.
6530
6531 2006-04-06 [mones]      2.1.0cvs6
6532
6533         * src/prefs_actions.c
6534         * src/prefs_filtering.c
6535         * src/prefs_filtering_action.c
6536         * src/prefs_matcher.c
6537         * src/prefs_template.c
6538         * src/gtk/gtkutils.c
6539         * src/gtk/gtkutils.h
6540                 Have a nice replace button. Patch by Pawel Pekala
6541
6542 2006-04-06 [colin]      2.1.0cvs5
6543
6544         * src/addressbook.c
6545                 Fix crash with empty columns
6546
6547 2006-04-05 [colin]      2.1.0cvs4
6548
6549         * src/wizard.c
6550         * src/prefs_gtk.c
6551                 Allow wizard customization with pre-filled values
6552
6553 2006-04-05 [colin]      2.1.0cvs3
6554
6555         * src/textview.c
6556         * src/mimeview.c
6557         * src/mimeview.h
6558                 Nicer messages in mimeview
6559
6560 2006-04-05 [colin]      2.1.0cvs2
6561
6562         * src/addressbook.c
6563         * src/prefs_summaries.c
6564                 i18n fix
6565
6566 2006-04-05 [colin]      2.1.0cvs1
6567
6568         * src/plugins/pgpcore/plugin.c
6569         * src/plugins/pgpcore/select-keys.c
6570         * src/plugins/pgpcore/select-keys.h
6571         * src/plugins/pgpcore/sgpgme.c
6572         * src/plugins/pgpcore/sgpgme.h
6573         * src/plugins/pgpinline/pgpinline.c
6574         * src/plugins/pgpinline/plugin.c
6575         * src/plugins/pgpmime/pgpmime.c
6576         * src/plugins/pgpmime/plugin.c
6577                 Factorize and generalize a bit 
6578                 Drop S/MIME signature verification from PGP/MIME
6579                 (adding it as another, more complete plugin)
6580
6581 2006-04-05 [paul]       2.1.0
6582
6583         2.1.0 released
6584
6585 2006-04-05 [paul]       2.0.0cvs186
6586
6587         * manual/advanced.xml
6588                 add info on colour labels
6589
6590 2006-04-05 [paul]       2.0.0cvs185
6591
6592         * po/bg.po
6593         * po/cs.po
6594         * po/de.po
6595         * po/el.po
6596         * po/en_GB.po
6597         * po/fi.po
6598         * po/fr.po
6599         * po/it.po
6600         * po/nl.po
6601         * po/pl.po
6602         * po/pt_BR.po
6603         * po/sr.po
6604         * po/zh_CN.po
6605                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6606                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6607                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6608                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6609         * src/gtk/authors.h
6610         * tools/claws.i18n.status.pl
6611                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
6612                 and new Czech translator, Tim <timbrain@post.cz>
6613
6614 2006-04-05 [mones]      2.0.0cvs184
6615
6616         * po/es.po
6617                 Updated translation
6618
6619 2006-04-05 [colin]      2.0.0cvs183
6620
6621         * src/gtk/quicksearch.c
6622                 Fix bug #929 (unnecessary reload in quick search bar)
6623
6624 2006-04-05 [colin]      2.0.0cvs182
6625
6626         * src/compose.c
6627                 Fix crash on Reply with no From:
6628                 Show signature and conversion error on queuing 
6629                 (but not sending)
6630         * src/mainwindow.c
6631         * src/summaryview.c
6632         * src/summaryview.h
6633                 Factorize threading code and make sure msginfo 
6634                 is not null when it comes from a GtkCTreeRow's 
6635                 data
6636         * src/gtk/gtkaspell.c
6637                 Check for necessary things
6638         * src/gtk/gtksctree.c
6639         * src/gtk/gtksctree.h
6640                 Reset anchor if necessary when removing node
6641
6642 2006-03-29 [colin]      2.0.0cvs181
6643
6644         * src/folderview.c
6645                 Warn for disabled IMAP accounts (due to lack of
6646                 libetpan). Breaks string-freeze - sorry - but it
6647                 is kind of important ;)
6648
6649 2006-03-28 [colin]      2.0.0cvs180
6650
6651         * src/gtk/gtkutils.c
6652         * src/gtk/gtkutils.h
6653                 Add a gtkut_get_link_btn() function that
6654                 creates a button which acts like an URI
6655         * src/prefs_themes.c
6656         * src/gtk/about.c
6657                 Use this function (factorizes codes)
6658         * src/common/defs.h
6659         * src/gtk/pluginwindow.c
6660                 Add a "Get more..." in the plugins window
6661
6662 2006-03-28 [colin]      2.0.0cvs179
6663
6664         * src/common/smtp.c
6665         * src/common/passcrypt.c
6666         * src/undo.c
6667                 Warning fixes. Patch by Pawel Pekala
6668
6669 2006-03-27 [colin]      2.0.0cvs178
6670
6671         * src/undo.c
6672                 Fix undoing by blocks with spaces
6673
6674 2006-03-27 [colin]      2.0.0cvs177
6675
6676         * src/textview.c
6677                 Set margin to 3px for headers
6678
6679 2006-03-27 [paul]
6680
6681         2.1.0-rc2 released
6682
6683 2006-03-27 [wwp]        2.0.0cvs176
6684
6685         * src/summaryview.c
6686                 don't reset quicksearch when updating the message list.
6687                 Thanks to Colin.
6688
6689 2006-03-26 [wwp]        2.0.0cvs175
6690
6691         * src/compose.c
6692                 use a unified border width ('other' tab in the compose window,
6693                 patch by Pawel Pekala).
6694
6695
6696 2006-03-26 [wwp]        2.0.0cvs174
6697
6698         * src/common/quoted-printable.c
6699         * src/addressbook.c
6700                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
6701
6702 2006-03-26 [colin]      2.0.0cvs173
6703
6704         * src/quote_fmt_parse.y
6705                 Fix non-UTF8 date formats messing up the whole quote a 
6706                 little bit
6707
6708 2006-03-26 [colin]      2.0.0cvs172
6709
6710         * src/procheader.c
6711                 Make sure the date is UTF8 valid, or try to make it
6712                 so. IncrediMail is really IncrediStupid.
6713         * src/compose.c
6714                 Fix possible conversions. 
6715                 
6716
6717 2006-03-26 [colin]      2.0.0cvs171
6718
6719         * src/matcher.c
6720                 Fix corner cases in body search. This is still a
6721                 hack... It seems impossible to make it good and 
6722                 reasonably fast at the same time.
6723
6724 2006-03-26 [colin]      2.0.0cvs170
6725
6726         * src/summaryview.c
6727                 I think I killed the twilight zone bug!
6728                 summary_select_node() flushes GTK events in order
6729                 to be able to center the view. But this also 
6730                 flushes keypresses like Ctrl-Alt-U, so this can
6731                 call summary_show from summary_select_node (itself
6732                 called from summary_show, etc.). And the summaryview
6733                 has to be unlocked in this function. So just locking
6734                 while processing GTK events, and bailing if locked, 
6735                 should fix it.
6736                 Fixes bug #927 (SIGSEGV during Update Summary)
6737
6738 2006-03-25 [colin]      2.0.0cvs169
6739
6740         * src/matcher.c
6741                 Fix search in QP-encoded bodies
6742                 Fix utf-8 searches in bodies encoded in the
6743                 locale's encoding
6744         * src/common/quoted-printable.c
6745         * src/common/quoted-printable.h
6746                 Add a decode function that doesn't overwrite
6747                 the original pointer
6748                 
6749
6750 2006-03-24 [colin]      2.0.0cvs168
6751
6752         * src/action.c
6753         * src/summaryview.c
6754         * src/summaryview.h
6755                 Update message cache after action
6756                 Patch by H. Merijn Brand
6757         * src/prefs_msg_colors.c
6758                 Factorize label 
6759                 Patch by Fabien Vantard
6760         * src/plugins/spamassassin/spamassassin_gtk.c
6761                 Remove useless translation
6762                 Patch by Fabien Vantard
6763
6764 2006-03-23 [colin]      2.0.0cvs167
6765
6766         * src/common/ssl.c
6767                 Let 30 seconds to SSL_connect
6768
6769 2006-03-23 [wwp]        2.0.0cvs166
6770
6771         * src/summaryview.c
6772         * src/gtk/description_window.c
6773                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
6774                 and headers are translated; adjust description windows' width to fit their
6775                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
6776
6777 2006-03-23 [paul]       2.0.0cvs165
6778
6779         * src/common/utils.c
6780                 fix highlighting of URIs containing "()"
6781                 (2.0.0cvs164's reversal fixed)
6782                 Thanks to Colin.
6783
6784 2006-03-23 [paul]       2.0.0cvs164
6785
6786         * src/common/utils.c
6787                 revert patch, (postponing a fix), at 2.0.0cvs120
6788                 as it breaks more URIs than it fixes.
6789                 Allow '-' to be a terminating character in a URI
6790
6791 2006-03-22 [colin]      2.0.0cvs163
6792
6793         * configure.ac
6794                 Require libetpan 0.45
6795                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
6796
6797 2006-03-22 [paul]       2.0.0cvs162
6798
6799         * src/editgroup.c
6800                 replace '<-' and '->' buttons with GTK_STOCK graphical
6801                 buttons
6802         * src/summary_search.c
6803                 don't offer '...' for translation
6804                 add a tooltip to advanced search '...' button
6805         * src/gtk/quicksearch.c
6806                 don't offer '...' for translation
6807
6808 2006-03-21 [colin]      2.0.0cvs161
6809
6810         * src/compose.c
6811                 Fix middle-click pasting (insert at click
6812                 position instead of cursor position, don't
6813                 remove existing selection and allow pasting
6814                 our own selection)
6815         * src/addressbook.c
6816                 "LDAP Server" -> "LDAP servers"
6817
6818 2006-03-21 [wwp]        2.0.0cvs160
6819
6820         * src/etpan/imap-thread.c
6821                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
6822
6823 2006-03-20 [colin]      2.0.0cvs159
6824
6825         * src/summaryview.c
6826                 Don't reload summaryview after an execute with no
6827                 move action
6828
6829 2006-03-19 [colin]      2.0.0cvs158
6830
6831         * src/addressbook.c
6832                 and put groups at the top, always
6833
6834 2006-03-19 [colin]      2.0.0cvs157
6835
6836         * src/addressbook.c
6837                 Order groups before names, as previously
6838
6839 2006-03-19 [colin]      2.0.0cvs156
6840
6841         * src/addressbook.c
6842                 - Sort case-unsensitive
6843                 - Put the sort arrow at opening too
6844
6845 2006-03-19 [wwp]        2.0.0cvs155
6846
6847         * src/addressbook.c
6848                 allow sorting by name/email/remarks, ensure that right-pane's contents
6849                 matches the left-pane selection (cleared when appropriate).
6850                 Patch by Pawel Pekala <c0rn@o2.pl>.
6851
6852 2006-03-18 [colin]      2.0.0cvs154
6853
6854         * src/textview.c
6855                 Fix text cursor ;)
6856
6857 2006-03-18 [colin]      2.0.0cvs153
6858
6859         * src/gtk/filesel.c
6860                 Make sure we hide the preview if we didn't get
6861                 a filename
6862
6863 2006-03-18 [colin]      2.0.0cvs152
6864
6865         * src/summaryview.c
6866                 Set cursor to watch for execution (fixes lack
6867                 of watch-cursor when dnd'ing hundreds of mails)
6868         * src/gtk/filesel.c
6869                 Check that mime type is 'image/*' before updating
6870                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
6871
6872 2006-03-18 [colin]      2.0.0cvs151
6873
6874         * src/mainwindow.c
6875         * src/textview.c
6876         * src/textview.h
6877                 Put a watch cursor in textview too when the mainwindow's
6878                 cursor in a watch
6879
6880 2006-03-18 [colin]      2.0.0cvs150
6881
6882         * src/folder.c
6883                 Change wrong asserts to simple tests
6884
6885 2006-03-17 [colin]      2.0.0cvs149
6886
6887         * src/mainwindow.c
6888         * src/mainwindow.h
6889         * src/prefs_msg_colors.c
6890         * src/summaryview.c
6891         * src/summaryview.h
6892         * src/gtk/colorlabel.c
6893         * src/gtk/colorlabel.h
6894                 Add a color label menu in the main menubar
6895                 Add (fixed) accels Ctrl-{0-7} to change the color
6896                 They have to be fixed because the menu's dynamic,
6897                 the items are complex widgets, hence we can't use
6898                 a GtkItemFactory.
6899
6900
6901 2006-03-17 [wwp]        2.0.0cvs148
6902
6903         * src/compose.c
6904                 rollback few lines from my previous commit (those lines come from
6905                 a pending patch, accidentally commited, even if neutral as they are
6906                 commented out).
6907
6908 2006-03-17 [wwp]        2.0.0cvs147
6909
6910         * src/compose.c
6911                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
6912                 applied code style/indentation to the modified function.
6913
6914 2006-03-17 [wwp]        2.0.0cvs146
6915
6916         * src/procmsg.c
6917         * src/compose.c
6918                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
6919
6920 2006-03-17 [paul]
6921
6922         2.1.0-rc1 released
6923
6924 2006-03-17 [paul]       2.0.0cvs145
6925
6926         * src/main.c
6927                 addressbook_read_file() was called twice
6928         * src/textview.c
6929                 X-Mailer highlighting
6930
6931 2006-03-16 [colin]      2.0.0cvs144
6932
6933         * src/sourcewindow.c
6934         * src/sourcewindow.h
6935                 And the last one, in source window.
6936
6937 2006-03-16 [colin]      2.0.0cvs143
6938
6939         * src/compose.c
6940         * src/compose.h
6941                 Fix the same stuff in compose
6942
6943 2006-03-16 [colin]      2.0.0cvs142
6944
6945         * src/messageview.c
6946                 Complete the previous messageview crash fix
6947
6948 2006-03-16 [colin]      2.0.0cvs141
6949
6950         * src/procmsg.h
6951         * src/procmsg.c
6952         * src/folder.c
6953                 Fix POSTPROCESSING hook
6954                 Patch by H. Merijn Brand
6955
6956         * src/procmime.c
6957         * src/procmime.h
6958                 Parse Content-Location
6959
6960         * src/toolbar.c
6961         * src/messageview.c
6962         * src/messageview.h
6963                 Don't crash when a top-level MessageView has
6964                 been closed on us. Same problematic than
6965                 yesterday's quicksearch issue.
6966
6967 2006-03-15 [colin]      2.0.0cvs140
6968
6969         * src/gtk/quicksearch.c
6970                 Fix a bitchy race we didn't think about when we
6971                 added quicksearch cancellation:
6972                 If the search is not on cached fields, for example
6973                 body_part matchcase "stuff"
6974                 the matcher code has to get the whole message. If
6975                 we're on IMAP, that can be slow, and in order to
6976                 be non-blocking, the IMAP code idle loop processes
6977                 gtk events too. So it is possible to cancel a
6978                 quicksearch while the matcher is getting the mail's
6979                 body. After matcher got its body, it will start to
6980                 iterate over the matcher list that the Quicksearch's
6981                 clear_search_cb() just freed via prepare_matcher().
6982                 SIGSEGV ensues.
6983                 The fix consists of guarding the matcherlist_match()
6984                 call with a boolean 'matching'. If we reset the
6985                 quicksearch while matching is TRUE, we don't free
6986                 the matcherlist anymore like we did, but we set
6987                 another new flag, deferred_free, to TRUE. Then,
6988                 in quicksearch_match(), just after returning from
6989                 matcherlist_match() and unsetting the matching flag,
6990                 we check the deferred_free flag and do the
6991                 prepare_matcher() (which does the matcherlist_free)
6992                 for real, so we free the matcherlist once it's not
6993                 used anymore.
6994                 As all of this runs via the glib main loop, we
6995                 luckily don't need a mutex.
6996         * src/summaryview.c
6997                 Also, show progress while searching.
6998
6999
7000 2006-03-14 [colin]      2.0.0cvs139
7001
7002         * src/alertpanel.c
7003                 Make alertpanel_is_open non-static
7004
7005 2006-03-14 [colin]      2.0.0cvs138
7006
7007         * src/prefs_spelling.c
7008                 Cleanups - Fabien Vantard
7009
7010 2006-03-14 [wwp]        2.0.0cvs137
7011
7012         * src/main.c
7013                 code style normalization (curly braces, indentation).
7014
7015 2006-03-14 [wwp]        2.0.0cvs137
7016
7017         * src/main.c
7018                 code style (braces, indentation)
7019
7020 2006-03-12 [paul]       2.0.0cvs136
7021
7022         * src/prefs_common.c
7023                 trans_hdr defaults to FALSE to be RFC-savvy
7024         * src/prefs_summaries.c
7025                 add a tooltip to the trans_hdr option
7026                 
7027
7028 2006-03-12 [paul]       2.0.0cvs135
7029
7030         * src/prefs_matcher.c
7031                 give a little more width to the combos
7032         * src/prefs_display_header.c
7033         * src/textview.c
7034                 translate headers if prefs_common.trans_hdr
7035                 is TRUE
7036
7037         Patches by Pawel Pekala
7038
7039 2006-03-12 [paul]       2.0.0cvs134
7040
7041         * src/plugins/clamav/clamav_plugin.c
7042         * src/plugins/dillo_viewer/dillo_viewer.c
7043         * src/plugins/pgpcore/plugin.c
7044         * src/plugins/pgpinline/plugin.c
7045         * src/plugins/pgpmime/plugin.c
7046         * src/plugins/spamassassin/spamassassin.c
7047                 update/add to descriptions
7048         * src/plugins/spamassassin/spamassassin_gtk.c
7049                 fixes to the english, remove superfluous
7050                 tooltips, clean up a little
7051
7052 2006-03-12 [paul]       2.0.0cvs133
7053
7054         * src/compose.c
7055                 fix Bug 924, 'Account combo box shows up wrong 
7056                 if & is in account name'
7057
7058 2006-03-11 [colin]      2.0.0cvs132
7059
7060         * src/summaryview.c
7061                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7062                 messed up shift-selection because is slows down
7063                 moving around summaryview. thanks -users
7064
7065 2006-03-10 [colin]      2.0.0cvs131
7066
7067         * src/plugins/spamassassin/spamassassin_gtk.c
7068                 Put back Paul's engrish fixes
7069
7070 2006-03-10 [colin]      2.0.0cvs130
7071
7072         * src/plugins/spamassassin/spamassassin.c
7073         * src/plugins/spamassassin/spamassassin.h
7074         * src/plugins/spamassassin/spamassassin_gtk.c
7075                 Cleanup SA prefs page (more)
7076                 Patch by Fabien Vantard
7077
7078 2006-03-10 [paul]       2.0.0cvs129
7079
7080         * src/prefs_msg_colors.c
7081         * src/prefs_spelling.c
7082                 widget sensitivity
7083
7084 2006-03-09 [mones]      2.0.0cvs128
7085
7086         * po/es.po
7087                 Update for next RC
7088
7089 2006-03-09 [wwp]        2.0.0cvs127
7090
7091         * configure.ac
7092                 revert accidental commit (requirement for libetpan 0.43), this time
7093                 not in HEAD.
7094
7095 2006-03-09 [wwp]        2.0.0cvs125
7096
7097         * configure.ac
7098                 revert accidental commit (requirement for libetpan 0.43)
7099
7100 2006-03-09 [paul]       2.0.0cvs126
7101
7102         * src/prefs_receive.c
7103                 remove useless frame
7104                 replace 'incorporation' with 'receiving'
7105         * src/plugins/clamav/clamav_plugin_gtk.c
7106         * src/plugins/spamassassin/spamassassin_gtk.c
7107                 improve widget sensitivity
7108                 fix a bit his engrish
7109
7110 2006-03-09 [wwp]        2.0.0cvs125
7111
7112         * src/addressadd.c
7113         * src/foldersel.c
7114         * src/prefs_common.c
7115         * src/prefs_common.h
7116                 remember some more windows' sizes (add to addressbook and
7117                 select folder).
7118
7119 2006-03-09 [paul]       2.0.0cvs124
7120
7121         * src/plugins/pgpcore/prefs_gpg.c
7122                 normalise construction of dialogue
7123
7124 2006-03-09 [paul]       2.0.0cvs123
7125
7126         * src/plugins/trayicon/Makefile.am
7127                 add missing slash
7128
7129 2006-03-08 [colin]      2.0.0cvs122
7130
7131         * src/plugins/trayicon/Makefile.am
7132                 Fix build in separate dir 
7133                 Patch by Bamanzi <bamanzi@gmail.com>
7134
7135 2006-03-08 [colin]      2.0.0cvs121
7136
7137         * src/procmsg.c
7138                 Batch move and copies from summaryview with delayed execution
7139                 too
7140
7141 2006-03-07 [paul]       2.0.0cvs120
7142
7143         * src/common/utils.c
7144                 fix highlighting of URIs containing "()"
7145                 Patch by Pawel Pekala
7146
7147 2006-03-07 [paul]       2.0.0cvs119
7148
7149         * src/folder.c
7150         * src/folder.h
7151         * src/folderview.c
7152                 immediately do alphabetical resort when
7153                 changing a folder's name
7154                 Patch by Pawel Pekala
7155
7156 2006-03-07 [paul]       2.0.0cvs118
7157
7158         * src/news.c
7159         * src/news_gtk.c
7160                 when unsubscribing a newsgroup, remove the
7161                 folder and msgs in .sylpheed-claws/newscache
7162                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7163
7164 2006-03-07 [paul]       2.0.0cvs117
7165
7166         * src/textview.c
7167                 fix wrong Fake URL Warning
7168                 Thanks to Hiro
7169
7170 2006-03-07 [colin]      2.0.0cvs116
7171
7172         * src/imap.c
7173                 Return immediately when password dialog was
7174                 cancelled
7175         * src/gtk/inputdialog.c
7176                 Allow empty strings for passwords
7177
7178
7179 2006-03-06 [colin]      2.0.0cvs115
7180
7181         * src/imap.c
7182                 Prevent double-timeouts when connection fails
7183
7184 2006-03-06 [colin]
7185
7186         2.0.1-rc1 released
7187
7188 2006-03-06 [colin]      2.0.0cvs114
7189
7190         * src/imap.c
7191                 Refresh session during potentially long
7192                 operations
7193
7194 2006-03-06 [wwp]        2.0.0cvs113
7195
7196         * src/prefs_msg_colors.h
7197                 forgot that one (custom color labels).
7198
7199 2006-03-06 [wwp]        2.0.0cvs112
7200
7201         * src/prefs_common.c
7202         * src/prefs_common.h
7203         * src/prefs_msg_colors.c
7204         * src/summaryview.c
7205         * src/summaryview.h
7206         * src/gtk/colorlabel.c
7207         * src/gtk/colorlabel.h
7208                 colors in messages list are now customizable. Color values and names can
7209                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7210                 Thanks to Paul and Colin for their help with this longstanding patch!
7211
7212 2006-03-06 [wwp]        2.0.0cvs111
7213
7214         * src/textview.c
7215                 don't crash if (x)face is bad.
7216
7217 2006-03-05 [paul]       2.0.0cvs110
7218
7219         * AUTHORS
7220         * configure.ac
7221         * src/Makefile.am
7222         * src/common/Makefile.am
7223         * src/common/utils.h
7224         * src/etpan/imap-thread.c
7225         * src/gtk/authors.h
7226         * src/plugins/clamav/Makefile.am
7227         * src/plugins/demo/Makefile.am
7228         * src/plugins/dillo_viewer/Makefile.am
7229         * src/plugins/pgpcore/Makefile.am
7230         * src/plugins/pgpcore/passphrase.c
7231         * src/plugins/pgpinline/Makefile.am
7232         * src/plugins/pgpmime/Makefile.am
7233         * src/plugins/spamassassin/Makefile.am
7234         * src/plugins/trayicon/Makefile.am
7235                 fix builiding on cygwin
7236                 Patch by Ralgh Young <bamanzi@gmail.com>
7237
7238 2006-03-04 [wwp]        2.0.0cvs109
7239
7240         * manual/keyboard.xml
7241                 fix mixed up/down keys.
7242
7243 2006-03-04 [wwp]        2.0.0cvs108
7244
7245         * README
7246         * INSTALL
7247                 updated links to SpamAssassin.
7248
7249 2006-03-04 [wwp]        2.0.0cvs107
7250
7251         * manual/plugins.xml
7252         * src/plugins/spamassassin/README
7253                 updated SpamAssassin plugin docs to reflect new functional additions
7254                 (also fix/update/documents few technical stuff more, see the README).
7255
7256 2006-03-04 [wwp]        2.0.0cvs106
7257
7258         * src/prefs_message.c
7259                 normalized capitalization of message-prefs paths.
7260
7261 2006-03-04 [wwp]        2.0.0cvs105
7262
7263         * manual/advanced.xml
7264                 typo.
7265
7266 2006-03-03 [colin]      2.0.0cvs104
7267
7268         * src/plugins/clamav/clamav_plugin_gtk.c
7269                 Rework prefs page, patch by Fabien 
7270
7271 2006-03-03 [colin]      2.0.0cvs103
7272
7273         * src/plugins/clamav/clamav_plugin.c
7274                 Set error on all errors
7275
7276 2006-03-03 [colin]      2.0.0cvs102
7277
7278         * src/common/plugin.c
7279                 Initialize error to avoid crashing when a plugin fails
7280                 without setting error
7281
7282 2006-03-02 [wwp]        2.0.0cvs101
7283
7284         * configure.ac
7285                 fixed linker flags for libetpan support on Cygwin
7286                 (thanks to H.Merijn Brand).
7287
7288 2006-03-02 [wwp]        2.0.0cvs100
7289
7290         * src/addressbook.c
7291                 fix some AB error messages: one for punctuation and
7292                 one wrongly duplicate (thanks, maxbritov).
7293
7294 2006-03-02 [wwp]        2.0.0cvs99
7295
7296         * src/plugins/spamassassin/spamassassin.c
7297                 make sync calls to sa-learn/spamc to prevent
7298                 system (whatever local or client/server) overload.
7299
7300 2006-03-02 [colin]      2.0.0cvs98
7301
7302         * src/summaryview.c
7303                 Put the spam icon in the status column instead of the
7304                 mark one
7305
7306 2006-03-01 [colin]      2.0.0cvs97
7307
7308         * src/plugins/spamassassin/spamassassin.c
7309                 Fix segfault (g_file_set_contents fails for some 
7310                 reason and err==0x2f. Can't find out why with
7311                 valgrind, using working function :-)
7312
7313 2006-03-01 [colin]      2.0.0cvs96
7314
7315         * src/inc.c
7316                 Offline overriding: let 'No' be cached only 3 seconds
7317
7318 2006-03-01 [colin]      2.0.0cvs95
7319
7320         * src/addr_compl.c
7321         * src/addrbook.c
7322         * src/addressbook.c
7323         * src/addrindex.c
7324         * src/folder_item_prefs.c
7325         * src/headerview.c
7326         * src/imap.c
7327         * src/inc.c
7328         * src/ldif.c
7329         * src/mainwindow.c
7330         * src/mh.c
7331         * src/msgcache.c
7332         * src/prefs_common.h
7333         * src/prefs_msg_colors.c
7334         * src/procheader.c
7335         * src/procheader.h
7336         * src/procmime.c
7337         * src/procmsg.c
7338         * src/procmsg.h
7339         * src/send_message.h
7340         * src/simple-gettext.c
7341         * src/summaryview.c
7342         * src/summaryview.h
7343         * src/syldap.c
7344         * src/textview.c
7345         * src/undo.c
7346         * src/common/ssl_certificate.c
7347         * src/common/utils.c
7348         * src/gtk/colorsel.c
7349         * src/gtk/gtksctree.c
7350         * src/gtk/gtkshruler.c
7351         * src/plugins/trayicon/trayicon.c
7352                 #if 0 goes to /dev/null
7353
7354 2006-03-01 [colin]      2.0.0cvs94
7355
7356         * src/compose.c
7357         * src/imap.c
7358         * src/inc.c
7359         * src/inc.h
7360         * src/messageview.c
7361         * src/news.c
7362         * src/plugins/spamassassin/spamassassin.c
7363                 Allow to add information in the "working offline"
7364                 window
7365
7366 2006-03-01 [wwp]        2.0.0cvs93
7367
7368         * src/plugins/spamassassin/spamassassin.c
7369                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7370                 'cause it seems that calling `spamc ... < inputfile` with
7371                 g_spawn_(a)sync simply.. erm doesn't work :-).
7372
7373 2006-03-01 [wwp]        2.0.0cvs92
7374
7375         * src/toolbar.c
7376         * src/toolbar.h
7377                 simplify the adding of spam/ham button to the messageview toolbar
7378                 (it gets more clear now that the same button will be "Mark as spam"
7379                 or "Mark as ham" according to the current message status,
7380                 thanks to Colin).
7381
7382 2006-03-01 [wwp]        2.0.0cvs91
7383
7384         * src/messageview.c
7385         * src/procmsg.c
7386         * src/procmsg.h
7387         * src/summaryview.c
7388         * src/plugins/spamassassin/spamassassin.c
7389         * src/plugins/spamassassin/spamassassin.h
7390                 make learner callbacks return a status (0 for ok),
7391                 handle it in main code to avoid setting flags when learning failed,
7392                 don't learn on TCP if offline in spamassassin,
7393                 thanks to Colin.
7394
7395                 
7396
7397 2006-03-01 [wwp]        2.0.0cvs90
7398
7399         * src/compose.c
7400                 some work around the compose window's account menu,
7401                 patch by Fabien Vantard.
7402
7403 2006-03-01 [wwp]        2.0.0cvs89
7404
7405         * src/plugins/spamassassin/spamassassin.c
7406                 fixed bad logics, was using spamc in local mode and sa-learn
7407                 in remote mode (thanks, Colin).
7408
7409 2006-03-01 [wwp]        2.0.0cvs88
7410
7411         * src/plugins/spamassassin/spamassassin.c
7412         * src/plugins/spamassassin/spamassassin.h
7413         * src/plugins/spamassassin/spamassassin_gtk.c
7414                 made processing of emails w/ sa-plugin an option (default is TRUE),
7415                 fixed Engrish some tooltips, capitalization of some debug messages
7416                 and warnings. The spamassassin plugin now provides two separate
7417                 services: process emails upon incorporation and spamd training.
7418                 Both services (un)register independently but use some common
7419                 plugin settings (transport settings, spam storage location).
7420
7421 2006-02-28 [wwp]        2.0.0cvs87
7422
7423         * src/plugins/spamassassin/spamassassin.c
7424                 fix async flag to spamc cmdline execution (batch exec should
7425                 be asynchronous).
7426
7427 2006-02-27 [wwp]        2.0.0cvs86
7428
7429         * src/plugins/spamassassin/spamassassin.c
7430         * src/plugins/spamassassin/spamassassin.h
7431         * src/plugins/spamassassin/spamassassin_gtk.c
7432                 - added the ability to learn a remote spamassassin server (spamd),
7433                 using spamc.
7434                 - added the spamassassin option 'username', that applies to all
7435                 spamassassin operations (filtering, learning, local or remote).
7436                 The default username is the current unix user (if left blank
7437                 from gtk prefs or config file).
7438                 - commented out some unused code (notebook widget), removed unused
7439                 layout (hbox1).
7440                 - make more widgets sensitive to the transport type.
7441
7442 2006-02-27 [colin]      2.0.0cvs85
7443
7444         * src/plugins/spamassassin/spamassassin.c
7445                 Fix sa-learn call when offline
7446
7447 2006-02-27 [colin]      2.0.0cvs84
7448
7449         * configure.ac
7450         * src/Makefile.am
7451         * src/mainwindow.c
7452         * src/mainwindow.h
7453         * src/messageview.c
7454         * src/messageview.h
7455         * src/prefs_toolbar.c
7456         * src/procmsg.c
7457         * src/stock_pixmap.c
7458         * src/stock_pixmap.h
7459         * src/summaryview.c
7460         * src/toolbar.c
7461         * src/toolbar.h
7462         * src/pixmaps/ham_btn.xpm
7463         * src/pixmaps/spam.xpm
7464         * src/pixmaps/spam_btn.xpm
7465         * src/plugins/spamassassin/spamassassin.c
7466                 Add button in toolbar for spam learning
7467                 Fix a few bugs from the last related commit
7468                 Revert 1.9.6cvs23 which messed up shift-selection
7469
7470 2006-02-24 [colin]      2.0.0cvs83
7471
7472         * src/procmsg.c
7473         * src/summaryview.c
7474         * src/summaryview.h
7475         * src/plugins/spamassassin/spamassassin.c
7476         * src/plugins/spamassassin/spamassassin.h
7477         * src/plugins/spamassassin/spamassassin_gtk.c
7478                 Unregister learner when spamassassin is either
7479                 disabled or over tcp
7480
7481 2006-02-24 [colin]      2.0.0cvs82
7482
7483         * src/Makefile.am
7484         * src/mainwindow.c
7485         * src/mainwindow.h
7486         * src/procmsg.c
7487         * src/procmsg.h
7488         * src/stock_pixmap.c
7489         * src/stock_pixmap.h
7490         * src/summaryview.c
7491         * src/summaryview.h
7492         * src/gtk/icon_legend.c
7493         * src/pixmaps/spam.xpm  ** NEW FILE **
7494         * src/plugins/spamassassin/spamassassin.c
7495         * src/plugins/spamassassin/spamassassin_gtk.c
7496                 Add spam learning interface (Mark/Mark as 
7497                 (spam|ham) menus)
7498
7499 2006-02-24 [wwp]        2.0.0cvs81
7500
7501         * src/compose.c
7502         * src/compose.h
7503         * src/filtering.c
7504                 hide compose window when sending message in batch mode
7505                 (filtering: forward and redirect). Also fixed a wrong
7506                 value returned when sending failed, neutral anyway.
7507                 (Colin, me) 
7508
7509 2006-02-24 [wwp]        2.0.0cvs80
7510
7511         * src/mainwindow.c
7512                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7513
7514 2006-02-24 [paul]       2.0.0cvs79
7515
7516         * src/news.c
7517         * src/news.h
7518         * src/news_gtk.c
7519                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7520                 Thanks to Colin
7521
7522 2006-02-23 [colin]      2.0.0cvs78
7523
7524         * src/alertpanel.c
7525                 Change OK to Close in alertpanel with View log
7526                 button; add accel to View log. Patch by Fabien
7527                 Vantard
7528
7529 2006-02-23 [wwp]        2.0.0cvs77
7530
7531         * src/compose.c
7532                 silly me, there were much more tests to perform, since toolbars can
7533                 really have down to 1 element only.
7534
7535 2006-02-23 [wwp]        2.0.0cvs76
7536
7537         * commitHelper
7538                 fixed indentation from my previous commit. Fallback to VISUAL if
7539                 EDITOR is not set (and to vi, at last resort).
7540
7541 2006-02-23 [wwp]        2.0.0cvs75
7542
7543         * commitHelper
7544                 improved error detection (Colin, me).
7545
7546 2006-02-23 [wwp]        2.0.0cvs74
7547
7548         * src/prefs_toolbar.c
7549                 simplify and fix prefs/toolbars layouting. Combos' contents can
7550                 now be really displayed.
7551
7552 2006-02-23 [wwp]        2.0.0cvs73
7553         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7554         be really displayed.
7555
7556 2006-02-22 [wwp]        2.0.0cvs72
7557
7558         * src/compose.c
7559                 fix a typo in my previous commit (sorry!).
7560
7561 2006-02-22 [wwp]        2.0.0cvs71
7562
7563         * src/prefs_toolbar.c
7564                 fix a crash when adding separators to toolbars,
7565                 also fix some separator item information.
7566
7567 2006-02-22 [wwp]        2.0.0cvs70
7568
7569         * src/compose.c
7570                 fix a crash when redirecting (for instance) when compose window's
7571                 toolbar contents has been customized (when some buttons have been
7572                 removed in fact).
7573
7574 2006-02-21 [wwp]        2.0.0cvs69
7575
7576         * src/summaryview.c
7577         * src/gtk/pluginwindow.c
7578         * src/plugins/pgpcore/prefs_gpg.c
7579                 fix some compilation warnings (feat. remains of removed code).
7580
7581 2006-02-21 [wwp]        2.0.0cvs68
7582
7583         * src/gtk/gtkutils.c
7584                 fix two compilation issues, thanks to Stephan Sachse.
7585
7586 2006-02-20 [colin]      2.0.0cvs67
7587
7588         * src/mainwindow.c
7589                 Don't reselect displayed mail on refocus
7590                 This fixes actions misbehaving 
7591
7592 2006-02-20 [wwp]        2.0.0cvs66
7593
7594         * src/summaryview.c
7595         * src/gtk/gtksctree.c
7596         * src/gtk/gtkshruler.c
7597                 changed more runtime typecast checks.
7598
7599 2006-02-20 [wwp]        2.0.0cvs65
7600
7601         * src/summary_search.c
7602                 find all - summaryview refresh issue fixed, thanks to Colin.
7603
7604 2006-02-20 [wwp]        2.0.0cvs64
7605
7606         * src/gtk/gtkutils.c
7607                 better runtime typecast checks.
7608
7609 2006-02-20 [wwp]        2.0.0cvs63
7610
7611         * src/summary_search.c
7612                 enhancements to the summary search:
7613                         - add the ability to stop the running search
7614                           (upon ESC-key press, new Stop button or when Clear button is pressed)
7615                         - don't search if no criteria (From/To/Subject/Body) is set
7616                         - ensure that a busy mouse pointer is always shown when searching,
7617                           show it even a bit earlier
7618
7619 2006-02-19 [colin]      2.0.0cvs62
7620
7621         * src/compose.c
7622         * src/imap.c
7623         * src/etpan/imap-thread.c
7624         * src/etpan/imap-thread.h
7625                 (Future) IMAP speed improvement on sending
7626                 Will require a libetpan update
7627         * src/summaryview.c
7628         * src/gtk/quicksearch.c
7629                 Make quicksearch clearable while running.
7630
7631 2006-02-17 [colin]      2.0.0cvs61
7632
7633         * src/imap.c
7634         * src/etpan/imap-thread.c
7635         * src/etpan/imap-thread.h
7636                 Check for IMAP certificates
7637                 ** Requires libetpan-0.42-cvs4 
7638                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
7639
7640 2006-02-17 [colin]      2.0.0cvs60
7641
7642         * src/messageview.c
7643         * src/prefs_common.c
7644         * src/prefs_common.h
7645         * src/prefs_message.c
7646                 Add pref to display HTML-only mails with plugin, 
7647                 if possible (defaulting to FALSE of course).
7648
7649 2006-02-16 [colin]      2.0.0cvs59
7650
7651         * src/main.c
7652         * src/common/plugin.c
7653         * src/common/plugin.h
7654         * src/gtk/pluginwindow.c
7655                 Keep track of requested (but unloaded) plugins
7656                 in some error cases.
7657
7658 2006-02-16 [wwp]        2.0.0cvs58
7659
7660         * src/gtk/gtkaspell.c
7661         * src/gtk/gtkaspell.h
7662         * src/prefs_spelling.c
7663         * src/compose.c
7664         * src/prefs_common.c
7665         * src/prefs_common.h
7666                 implemented new optional spellchecker behaviour: re-check message when
7667                 dictionary got changed (from compose-window/context-menu/Change dictionary).
7668
7669 2006-02-16 [wwp]        2.0.0cvs57
7670
7671         * src/quote_fmt_parse.y
7672                 pclose popen'ed pipe.
7673
7674 2006-02-15 [colin]      2.0.0cvs56
7675
7676         * src/mimeview.c
7677         * src/mimeview.h
7678                 Let MimeViewers know which MimeView they
7679                 depend of.
7680         * src/summaryview.c
7681                 Swap From/To columns in Sent/Queue/Drafts
7682                 folders
7683         * src/etpan/imap-thread.c
7684                 Use mailstream_low_tls_open() for STARTTLS
7685                 instead of mailstream_low_ssl_open()
7686                 ** REQUIRES libetpan 0.42cvs3 **
7687
7688 2006-02-15 [wwp]        2.0.0cvs55
7689
7690         * src/compose.c
7691         * src/compose.h
7692         * src/message_search.c
7693         * src/message_search.h
7694         * src/textview.c
7695         * src/gtk/gtkutils.c
7696         * src/gtk/gtkutils.h
7697                 added the ability to Find text in the compose window (and a bit
7698                 of code factorization).
7699
7700 2006-02-15 [wwp]        2.0.0cvs54
7701
7702         * src/prefs_gtk.c
7703                 yet another one file was missing (fix for some widgets' sensitivity).
7704                 Thanks Colin!
7705
7706 2006-02-15 [wwp]        2.0.0cvs53
7707
7708         * src/prefs_gtk.h
7709                 oops forgot that file (fix for some widgets' sensitivity).
7710
7711 2006-02-15 [wwp]        2.0.0cvs52
7712
7713         * src/summary_search.c
7714                 implemented advanced summary search options (added the ability
7715                 to use matcher conditions in an advanced search mode).
7716
7717 2006-02-15 [wwp]        2.0.0cvs51
7718
7719         * src/plugins/pgpcore/prefs_gpg.c
7720         * src/prefs_account.c
7721                 fix some widget sensitivity, mostly around some labels in
7722                 account prefs.
7723
7724 2006-02-15 [paul]       2.0.0cvs50
7725
7726         * manual/advanced.xml
7727                 improve Templates info
7728                 written by wwp
7729
7730 2006-02-14 [colin]      2.0.0cvs49
7731
7732         * src/pixmaps/address_book.xpm
7733         * src/pixmaps/preferences.xpm
7734         * src/pixmaps/properties.xpm
7735                 Fix pixmap size - patch by Fabien Vantard
7736
7737 2006-02-13 [colin]      2.0.0cvs48
7738
7739         * src/procmime.c
7740                 Add missing fclose()s on error
7741         * src/textview.c
7742                 Remove unused code
7743         * src/common/utils.c
7744                 Fix temp files not being deleted on windows
7745         Patches by Thomas Gilgin
7746
7747 2006-02-13 [colin]      2.0.0cvs47
7748
7749         * src/mainwindow.c
7750                 Fix exit crash
7751
7752 2006-02-13 [wwp]        2.0.0cvs46
7753
7754         * src/plugins/pgpcore/prefs_gpg.c
7755                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
7756
7757 2006-02-12 [colin]      2.0.0cvs45
7758
7759         * src/folderview.c
7760         * src/main.c
7761         * src/mainwindow.c
7762                 Fix "stuff" when quitting
7763
7764 2006-02-12 [wwp]        2.0.0cvs44
7765
7766         * src/prefs_themes.c
7767                 fix typos in debug messages.
7768
7769 2006-02-11 [colin]      2.0.0cvs43
7770
7771         * src/summaryview.c
7772                 don't allow drag/drop from ourself
7773
7774 2006-02-10 [wwp]        2.0.0cvs42
7775
7776         * src/exporthtml.c
7777         * src/html.c
7778         * src/html.h
7779         * src/procmime.c
7780         * src/textview.c
7781                 renamed html_ prefixed functions and data structures to avoid
7782                 namespace clashes w/ other software (gtkhtml2 for instance).
7783                 Closes bug #907.
7784
7785
7786 2006-02-09 [colin]      2.0.0cvs41
7787
7788         * src/summaryview.c
7789                 Fix shitty logic messed up. Thanks Ticho for the hint!
7790
7791 2006-02-09 [wwp]        2.0.0cvs40
7792
7793         * src/gtk/about.c
7794         * src/compose.c
7795         * src/prefs_account.c
7796         * src/prefs_gtk.h
7797         * src/editaddress.c
7798                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
7799                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
7800                 Browse buttons in accounts prefs.
7801
7802 2006-02-09 [colin]      2.0.0cvs39
7803
7804         * src/matcher.c
7805                 Check for pointer before using its members
7806         * src/gtk/gtksourceprintjob.c
7807                 Fix a wrong warning
7808
7809 2006-02-09 [wwp]        2.0.0cvs38
7810
7811         * src/gtk/filesel.c
7812                 fix few compiler warnings (type mismatch).
7813
7814 2006-02-09 [paul]       2.0.0cvs37
7815
7816         * po/fr.po
7817                 updated by Fabien Vantard
7818
7819 2006-02-08 [colin]      2.0.0cvs36
7820
7821         * src/prefs_common.c
7822         * src/common/defs.h
7823         * src/common/plugin.c
7824                 allow windows and linux configurations to coexist
7825                 patch by Thomas Gilgin
7826
7827 2006-02-08 [colin]      2.0.0cvs35
7828
7829         * src/filtering.c
7830         * src/matcher.c
7831         * src/matcher.h
7832         * src/matcher_parser_parse.y
7833         * src/prefs_filtering_action.c
7834         * src/prefs_matcher.c
7835                 Add the "Ignore thread" filtering
7836                 action
7837
7838 2006-02-08 [colin]      2.0.0cvs34
7839
7840         * src/compose.c
7841         * src/procmime.c
7842         * src/procmime.h
7843                 Fix bug #905 (damaged attachment)
7844                 text files with raw \0's aren't really text files
7845         FOR_STABLE
7846
7847 2006-02-08 [colin]      2.0.0cvs33
7848
7849         * src/summaryview.c
7850                 Fix crasher introduced yesterday
7851
7852 2006-02-08 [wwp]        2.0.0cvs32
7853
7854         * src/compose.c
7855         * src/compose.h
7856                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
7857
7858 2006-02-08 [wwp]        2.0.0cvs31
7859
7860         * src/prefs_template.c
7861                 templates enhancement: allow address completion for Cc and Bcc fields
7862                 (it was currently possible for the To field only)
7863
7864 2006-02-08 [colin]      2.0.0cvs30
7865
7866         * src/compose.c
7867                 Don't unblock if not blocked
7868         FOR_STABLE
7869
7870 2006-02-07 [colin]      2.0.0cvs29
7871
7872         * src/action.c
7873                 Forgot to refresh summaryview
7874
7875 2006-02-07 [colin]      2.0.0cvs28
7876
7877         * src/action.c
7878                 Freeze/thaw message list and folder list while
7879                 processing %as{} actions 
7880         * src/compose.c
7881                 Fix auto-wrap disabling after a middle-click
7882                 paste - FOR_STABLE
7883
7884 2006-02-07 [paul]       2.0.0cvs27
7885
7886         * src/folder.c
7887                 fix freeing of uninitialised pointers
7888                 Thanks to Colin
7889
7890 2006-02-06 [colin]      2.0.0cvs26
7891
7892         * src/folder.c
7893                 Use g_slist_prepend in potentially big list
7894
7895 2006-02-06 [colin]      2.0.0cvs25
7896
7897         * src/folder.c
7898                 Completely skip processing if it doesn't 
7899                 exist (faster!)
7900
7901 2006-02-06 [colin]      2.0.0cvs24
7902
7903         * src/folder.c
7904         * src/summaryview.c
7905                 Batch filtering in summaryview (from Tools menu)
7906                 and pre/post//-processing too
7907
7908 2006-02-06 [colin]      2.0.0cvs23
7909
7910         * src/procmsg.h
7911         * src/filtering.c
7912                 Use a special field for batch filtering instead
7913                 of stepping on deferred execution's toes
7914
7915 2006-02-06 [colin]      2.0.0cvs22
7916
7917         * src/action.c
7918         * src/filtering.c
7919         * src/filtering.h
7920         * src/folder.c
7921         * src/summaryview.c
7922                 Fix filtering via menus and actions
7923
7924 2006-02-06 [colin]      2.0.0cvs21
7925
7926         * src/imap.c
7927                 Put the added file directly to cache if possible (will work
7928                 with next libetpan)
7929         * src/filtering.c
7930         * src/filtering.h
7931         * src/inc.c
7932         * src/folder.c
7933         * src/mbox.c
7934         * src/procmsg.h
7935                 Move and copy filtered messages by batches instead of one
7936                 by one - faster on IMAP
7937         * src/procmsg.c
7938                 Add a function that'll possibly be useful later
7939
7940 2006-02-06 [colin]      2.0.0cvs20
7941
7942         * src/addressbook.c
7943                 Use internal mime-type instead of text/plain for d'n'd
7944         * src/compose.c
7945                 Allow attaching files from mimeview's icon list via d'n'd
7946         * src/folderview.c
7947         * src/folderview.h
7948                 Use internal mime-type instead of text/plain for d'n'd
7949                 Don't try to selected opened folder if none is
7950                 Factorize d'n'd from other apps code
7951         * src/headerview.c
7952         * src/textview.c
7953         * src/gtk/gtkutils.c
7954         * src/gtk/gtkutils.h
7955                 Factorize Face/X-Face stuff
7956         * src/mimeview.c
7957                 Fix d'n'd to other apps
7958         * src/prefs_message.c
7959                 Let the XFace pref be usable without libcompface as it also
7960                 applies to Face
7961         * src/summaryview.c
7962                 Fix d'n'd to other apps
7963                 Factorize d'n'd from other apps code
7964
7965 2006-02-06 [wwp]        2.0.0cvs19
7966
7967         * po/it.po
7968                 Italian translation fixes by Andrea Spadaccini (no more confusion
7969                 between filtering and processing, and few changes in the About
7970                 dialog).
7971
7972
7973 2006-02-06 [mones]      2.0.0cvs18
7974
7975         * src/gtk/icon_legend.c
7976                 Improved descriptions allowing better translations
7977
7978 2006-02-05 [colin]      2.0.0cvs17
7979
7980         * src/imap.c
7981                 Add the f*cking missing expunge that caused imap_fetch_env
7982                 to fail after an add_msgs ! :-///
7983         * src/etpan/imap-thread.c
7984                 Add a bit of debug
7985         FOR_STABLE
7986
7987 2006-02-05 [colin]      2.0.0cvs16
7988
7989         * src/common/utils.c
7990                 Don't check for return-path (or we can't put
7991                 back non-sent mails)
7992
7993 2006-02-05 [colin]      2.0.0cvs15
7994
7995         * src/textview.c
7996                 Don't try to display Face header in textview
7997                 when teh headerview's active
7998
7999 2006-02-05 [colin]      2.0.0cvs14
8000
8001         * tools/tbird2syl.py
8002         * tools/Makefile.am
8003                 Add script to import Thunderbird mails
8004
8005 2006-02-05 [colin]      2.0.0cvs13
8006
8007         * src/headerview.c
8008         * src/procheader.c
8009         * src/procmsg.c
8010         * src/procmsg.h
8011         * src/textview.c
8012                 Show Face headers - patch partially by Klaus Flittner
8013
8014 2006-02-05 [colin]      2.0.0cvs12
8015
8016         * src/folderview.c
8017         * src/summaryview.c
8018         * src/common/utils.c
8019         * src/common/utils.h
8020                 Let dnd work from mime icons to summaryview
8021                 and to folderview too
8022                 Add a crude test to avoid trying to add files
8023                 drag'n'dropped when they're not mails
8024
8025 2006-02-04 [colin]      2.0.0cvs11
8026
8027         * src/summaryview.c
8028         * src/mimeview.c
8029                 Fix utf8 conversion
8030
8031 2006-02-04 [colin]      2.0.0cvs10
8032
8033         * src/compose.c
8034         * src/folderview.c
8035         * src/mimeview.c
8036         * src/summaryview.c
8037         * src/summaryview.h
8038                 Added various drag and drop capas:
8039                 From                    To
8040                 summaryview             other apps
8041                 mimeview icons          other apps
8042                 other apps              summaryview
8043                 other apps              folderview
8044
8045                 This shouldn't have broken the existing:
8046                 From                    To
8047                 summaryview             folderview
8048                 folderview              folderview
8049                 summaryview             compose's attachments
8050
8051         Tests welcomed.
8052
8053 2006-02-02 [paul]       2.0.0cvs9
8054
8055         * src/mainwindow.c
8056                 move global option 'Set displayed columns...' out
8057                 of folder option grouping.
8058                 fix sensitivity of 'harvest addresses'
8059         FOR_STABLE
8060
8061 2006-02-01 [colin]      2.0.0cvs8
8062
8063         * src/mimeview.c
8064                 Revert the alertpanel patch, it sucks (intrusive
8065                 and gets in the way of "open")
8066
8067 2006-02-01 [colin]      2.0.0cvs7
8068
8069         * src/compose.c
8070         * src/prefs_account.c
8071         * src/prefs_common.c
8072         * src/common/defs.h
8073         * src/common/utils.c
8074         * src/common/utils.h
8075                 Add ability to edit the signature file
8076                 from the account preferences, and use
8077                 a default for the text editor.
8078                 Patch by Fabien Vantard
8079
8080 2006-02-01 [colin]      2.0.0cvs6
8081
8082         * src/mimeview.c
8083                 Try to get mime type by extension if it is
8084                 application/octet-stream
8085                 Display a window with possible choices when
8086                 encountering unknown mime types
8087         * src/gtk/filesel.c
8088         * src/gtk/filesel.h
8089                 Add preview
8090                 Allow multiple selection in filtered filesel
8091                 (patch by Fabien Vantard)
8092         * src/gtk/pluginwindow.c
8093                 Use it (patch by Fabien Vantard)
8094
8095 2006-02-01 [paul]       2.0.0cvs5
8096
8097         * src/jpilot.c
8098                 fix crash on creating jpilot address book
8099                 Thanks to Colin - FOR_STABLE
8100         * src/prefs_summaries.c
8101         * src/prefs_wrapping.c
8102         * src/gtk/icon_legend.c
8103         * src/gtk/quicksearch.c
8104                 string fixes and additions
8105
8106 2006-02-01 [paul]       2.0.0cvs4
8107
8108         * src/compose.c
8109         * src/mainwindow.c
8110         * src/messageview.c
8111         * src/prefs_send.c
8112                 add Arabic encoding option
8113                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8114
8115 2006-01-31 [colin]      2.0.0cvs3
8116
8117         * src/plugins/pgpcore/passphrase.c
8118                 Convert passphrase to locale encoding
8119         * src/compose.c
8120                 Fix drafting on IMAP. Crappy bug sneaked in
8121                 the release :-/
8122         FOR_STABLE
8123
8124 2006-01-30 [paul]       2.0.0cvs2
8125
8126         * src/gtk/icon_legend.c
8127                 show the new entries
8128
8129 2006-01-30 [colin]      2.0.0cvs1
8130
8131         * src/manual.c
8132                 Check for the file to be present before 
8133                 enabling the menu - FOR_STABLE
8134         * src/gtk/icon_legend.c
8135                 Add folders icons (not all of them, there
8136                 are too much, but the most intriguing ones)
8137
8138 2006-01-30 [paul]       2.0.0
8139
8140         version 2.0.0 released
8141
8142 2006-01-30 [paul]       1.9.100cvs200
8143
8144         * manual/faq.xml
8145         * manual/gpl.xml
8146         * manual/intro.xml
8147         * manual/starting.xml
8148         * manual/sylpheed-claws-manual.xml
8149                 fixes, additions
8150
8151 2006-01-29 [mones]      1.9.100cvs199
8152
8153         * manual/account.xml
8154         * manual/advanced.xml
8155         * manual/glossary.xml
8156                 Some typos fixed, added LDIF term to glossary
8157         * po/es.po
8158                 Fixed leading plus symbol
8159
8160 2006-01-29 [paul]       1.9.100cvs198
8161
8162         * po/fi.po
8163         * po/sk.po
8164                 updated by Tommi Pirinen and Andrej Kacian
8165
8166 2006-01-29 [paul]       1.9.100cvs197
8167
8168         * src/gtk/authors.h
8169                 remove duplicates
8170
8171 2006-01-29 [paul]       1.9.100cvs196
8172
8173         * AUTHORS
8174         * po/nl.po
8175         * src/gtk/authors.h
8176         * tools/claws.i18n.status.pl
8177                 nl translation updated by Tim Dijkstra
8178
8179 2006-01-29 [paul]       1.9.100cvs195
8180
8181         * po/sr.po
8182         * po/sv.po
8183                 updated by Aleksandar Urosevic and Anders Troback
8184
8185 2006-01-28 [colin]      1.9.100cvs194
8186
8187         * src/gtk/gtksourceprintjob.c
8188                 Don't fiddle with PangoLayout when we
8189                 have an image
8190
8191 2006-01-28 [paul]       1.9.100cvs193
8192
8193         * AUTHORS
8194         * po/el.po
8195         * po/zh_CN.po
8196         * src/gtk/authors.h
8197         * tools/claws.i18n.status.pl
8198                 updated translations submitted by Stavros Giannouris
8199                 and Ralgh Young
8200
8201 2006-01-27 [colin]      1.9.100cvs192
8202
8203         * src/summaryview.c
8204         * src/gtk/gtksourceprintjob.c
8205                 Add image printing 
8206                 (libgnomeprint only, of course)
8207
8208 2006-01-27 [paul]       1.9.100cvs191
8209
8210         * po/fr.po
8211         * po/it.po
8212                 updated by Fabien Vantard and Andrea Spadaccini
8213
8214 2006-01-26 [colin]      1.9.100cvs190
8215
8216         * manual/Makefile.am
8217         * configure.ac
8218                 Make building the manual optional 
8219                 (--disable-manual)
8220
8221 2006-01-26 [paul]       1.9.100cvs189
8222
8223         * manual/glossary.xml
8224         * manual/plugins.xml
8225                 edited
8226         * po/en_GB.po
8227                 updated
8228
8229 2006-01-26 [paul]       1.9.100cvs188
8230
8231         * src/prefs_display_header.c
8232         * src/prefs_folder_column.c
8233         * src/prefs_msg_colors.c
8234         * src/prefs_summaries.c
8235         * src/prefs_summary_column.c
8236                 HIGify
8237
8238 2006-01-25 [colin]      1.9.100cvs187
8239
8240         * src/imap.c
8241                 Don't allow moving/copying mails between
8242                 queue/drafts and non-queue/drafts folders
8243                 Fixes bug #897 (message header is resetted 
8244                 if one is copied to Drafts)
8245
8246 2006-01-25 [colin]      1.9.100cvs186
8247
8248         * src/folder.c
8249         * src/mainwindow.c
8250                 Fix subscribed folders not found
8251         * src/compose.c
8252                 Don't try to encode as original mail's charset
8253                 if it's ascii 
8254
8255 2006-01-25 [paul]       1.9.100cvs185
8256
8257         * AUTHORS
8258         * po/Makevars
8259                 updated
8260         * po/de.po
8261         * po/pl.po
8262         * po/pt_BR.po
8263         * po/sr.po
8264                 updates submitted by Stephan Sachse, Emilian Nowak
8265                 and Quar, Frederico Goncalves Guimaraes, and
8266                 Aleksandar Urosevic
8267                 Fix Bug 896, 'PT_BR locale broken'.
8268         * src/gtk/authors.h
8269                 updated
8270
8271 2006-01-24 [mones]      1.9.100cvs184
8272
8273         * manual/glossary.xml
8274                 All current terms finished. Reviewers welcome ;-)
8275         * manual/keyboard.xml
8276                 Fixed column width for pdf output.
8277         * po/es.po
8278                 Updated
8279
8280 2006-01-24 [paul]       1.9.100cvs183
8281
8282         * manual/glossary.xml
8283                 fix id name
8284         * manual/dist/html/Makefile.am
8285         * manual/dist/pdf/Makefile.am
8286         * manual/dist/ps/Makefile.am
8287         * manual/dist/txt/Makefile.am
8288                 fix make deps
8289                 Thanks to Colin
8290
8291 2006-01-24 [mones]      1.9.100cvs182
8292
8293         * manual/glossary.xml
8294                 Nearly finished, some terms missing.
8295
8296 2006-01-23 [paul]       1.9.100cvs181
8297
8298         * manual/dist/html/Makefile.am
8299         * manual/dist/pdf/Makefile.am
8300         * manual/dist/ps/Makefile.am
8301         * manual/dist/txt/Makefile.am
8302         * src/mainwindow.c
8303                 re-enable manual
8304                 Thanks to Colin
8305
8306 2006-01-22 [colin]      1.9.100cvs180
8307
8308         * src/compose.c
8309         * src/gtk/gtkaspell.c
8310                 Don't deselect stuff before right-clicking, with aspell.
8311                 (This prevented right-click Copy, for example).
8312                 Thanks to Clo!
8313
8314 2006-01-22 [paul]       1.9.100cvs179
8315
8316         * src/summary_search.c
8317                 don't fix the widget size as it causes problems
8318                 under localisation.
8319                 Thanks to Emilian Nowak
8320
8321 2006-01-21 [paul]       1.9.100cvs178
8322
8323         * src/prefs_themes.c
8324                 fix broken underlining of label text
8325                 with some translations
8326
8327 2006-01-21 [colin]      1.9.100cvs177
8328
8329         * po/fr.po
8330                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8331
8332 2006-01-20 [colin]      1.9.100cvs176
8333
8334         * configure.ac
8335         * Makefile.am
8336         * manual/Makefile
8337         * manual/dist/html/.cvsignore
8338         * manual/dist/html/Makefile.am
8339         * manual/dist/pdf/.cvsignore
8340         * manual/dist/pdf/Makefile.am
8341         * manual/dist/ps/.cvsignore
8342         * manual/dist/ps/Makefile.am
8343         * manual/dist/txt/.cvsignore
8344         * manual/dist/txt/Makefile.am
8345                 Autotool-ize manual
8346
8347 2006-01-20 [paul]       1.9.100cvs175
8348
8349         * manual/handling.xml
8350                 make Filtering and Searching entries easier to find
8351         * manual/keyboard.xml
8352                 add the remaining default keybinds
8353         * src/prefs_summaries.c
8354                 update the default keybinds
8355
8356 2006-01-20 [paul]       1.9.100cvs174
8357
8358         * src/addressbook.c
8359         * src/addrgather.c
8360         * src/addrharvest.c
8361         * src/editaddress.c
8362         * src/editgroup.c
8363         * src/exphtmldlg.c
8364         * src/expldifdlg.c
8365         * src/exporthtml.c
8366         * src/exportldif.c
8367         * src/ldif.c
8368                 replace 'e-mail' with 'email'
8369         * src/summary_search.c
8370                 add mnemonic to "Find all" button
8371
8372 2006-01-20 [wwp]        1.9.100cvs173
8373
8374         * src/export.c
8375         * src/import.c
8376                 touched mbox import/export buttons for HIG-compliance
8377
8378 2006-01-19 [paul]       1.9.100cvs172
8379
8380         * manual/account.xml
8381         * manual/addrbook.xml
8382         * manual/advanced.xml
8383         * manual/faq.xml
8384         * manual/handling.xml
8385         * manual/intro.xml
8386         * manual/plugins.xml
8387         * manual/starting.xml
8388                 more editing
8389
8390 2006-01-19 [paul]       1.9.100cvs171
8391
8392         * src/toolbar.c
8393                 allow use of trash button while receiving
8394                 Thanks to Colin
8395
8396 2006-01-19 [wwp]        1.9.100cvs170
8397
8398         * src/gtk/quicksearch.c
8399         * src/compose.c
8400                 force text color to black when yellow background is set
8401
8402 2006-01-19 [colin]      1.9.100cvs169
8403
8404         * src/plugins/trayicon/trayicon.c
8405                 Gray out Get Mail when already getting mail
8406
8407 2006-01-18 [paul]       1.9.100cvs168
8408
8409         * src/compose.c
8410                 give widget yellow background was To is
8411                 set via folder prefs
8412         * src/gtk/quicksearch.c
8413                 give widget yellow background when quick
8414                 search is active.
8415                 Thanks to Colin
8416
8417 2006-01-18 [paul]       1.9.100cvs167
8418
8419         * doc/man/sylpheed-claws.1
8420                 add --subscribe option
8421
8422 2006-01-18 [paul]       1.9.100cvs166
8423
8424         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8425         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8426                 use %U instead of %F (%F is broken for user installed
8427                 files in kde 3.5)
8428
8429 2006-01-18 [colin]      1.9.100cvs165
8430
8431         * src/summaryview.c
8432                 Default to Yes in "No more * messages" dialogs
8433
8434 2006-01-17 [colin]      1.9.100cvs164
8435
8436         * src/compose.c
8437                 Possibly fix an invalid iterator causing
8438                 crash
8439
8440 2006-01-17 [colin]      1.9.100cvs163
8441
8442         * src/mimeview.c
8443                 Fix crash when the image disappears under the
8444                 image viewer
8445
8446 2006-01-16 [colin]      1.9.100cvs162
8447
8448         * src/compose.c
8449                 Fix reenabling autowrap
8450
8451 2006-01-16 [colin]      1.9.100cvs161
8452
8453         * src/compose.c
8454                 reset quote_len before getting quote_str
8455
8456 2006-01-16 [colin]      1.9.100cvs160
8457
8458         * src/account.c
8459         * src/account.h
8460         * src/folder.c
8461         * src/imap_gtk.c
8462         * src/mh_gtk.c
8463                 Fix bug #883 (default inbox does not track folder move)
8464
8465 2006-01-16 [colin]      1.9.100cvs159
8466
8467         * src/compose.c
8468         * src/plugins/pgpcore/passphrase.c
8469                 More buttons fixes
8470
8471 2006-01-16 [paul]       1.9.100cvs158
8472
8473         * src/prefs_actions.c
8474         * src/prefs_filtering_action.c
8475         * src/prefs_matcher.c
8476         * src/quote_fmt.c
8477         * src/gtk/description_window.c
8478         * src/gtk/description_window.h
8479         * src/gtk/quicksearch.c
8480                 description window cleanups
8481
8482 2006-01-15 [colin]      1.9.100cvs157
8483
8484         * src/addressbook.c
8485         * src/prefs_filtering.c
8486                 Same here
8487
8488 2006-01-15 [colin]      1.9.100cvs156
8489
8490         * src/folderview.c
8491         * src/mainwindow.c
8492                 Same for "Empty trash"
8493
8494 2006-01-15 [colin]      1.9.100cvs155
8495
8496         * src/inc.c
8497                 Override offline dialog had Yes by default
8498
8499 2006-01-15 [colin]      1.9.100cvs154
8500
8501         * src/summaryview.c
8502                 Delete selected messages? previously had Yes the default
8503
8504 2006-01-15 [colin]      1.9.100cvs153
8505
8506         * src/folder.c
8507         * src/folder.h
8508         * src/main.c
8509                 Check if a mailbox is loaded after all
8510                 plugins are loaded.
8511
8512 2006-01-15 [colin]      1.9.100cvs152
8513
8514         * src/folder.c
8515                 Don't start wizard when there are unloaded folders (will help
8516                 people with only mbox or maildir mailboxes)
8517
8518 2006-01-14 [colin]      1.9.100cvs151
8519
8520         * src/addressbook.c
8521         * src/expldifdlg.c
8522         * src/importldif.c
8523         * src/importmutt.c
8524         * src/importpine.c
8525         * src/mh_gtk.c
8526                 More HIG compliance and fixes
8527
8528 2006-01-14 [colin]      1.9.100cvs150
8529
8530         * src/prefs_filtering_action.c
8531         * src/foldersel.c
8532                 Two forgotten button order changes
8533
8534 2006-01-14 [colin]      1.9.100cvs149
8535
8536         * src/account.c
8537         * src/addressbook.c
8538         * src/compose.c
8539         * src/folderview.c
8540         * src/imap_gtk.c
8541         * src/mainwindow.c
8542         * src/mh_gtk.c
8543         * src/news_gtk.c
8544         * src/prefs_actions.c
8545         * src/prefs_customheader.c
8546         * src/prefs_filtering.c
8547         * src/prefs_matcher.c
8548         * src/prefs_template.c
8549         * src/ssl_manager.c
8550         * src/summaryview.c
8551         * src/textview.c
8552         * src/toolbar.c
8553                 All deletion confirmations are now "Cancel, Delete" 
8554                 instead of "No, Yes"
8555                 Clarified most of the other "No, Yes" to 
8556                 "Cancel, Descriptive_action"
8557                 Rechanged the "Entry not saved" alerts to have 
8558                 "Close, Continue editing"
8559
8560
8561 2006-01-14 [paul]
8562
8563         * 2.0.0-rc4 released
8564
8565 2006-01-14 [paul]       1.9.100cvs148
8566
8567         * src/account.c
8568         * src/addressadd.c
8569         * src/addressbook.c
8570         * src/compose.c
8571         * src/editaddress.c
8572         * src/editbook.c
8573         * src/editgroup.c
8574         * src/editjpilot.c
8575         * src/editldap.c
8576         * src/editvcard.c
8577         * src/exphtmldlg.c
8578         * src/expldifdlg.c
8579         * src/folderview.c
8580         * src/grouplistdialog.c
8581         * src/imap_gtk.c
8582         * src/importmutt.c
8583         * src/importpine.c
8584         * src/inc.c
8585         * src/main.c
8586         * src/mainwindow.c
8587         * src/message_search.c
8588         * src/messageview.c
8589         * src/mh_gtk.c
8590         * src/mimeview.c
8591         * src/news_gtk.c
8592         * src/prefs_actions.c
8593         * src/prefs_customheader.c
8594         * src/prefs_filtering.c
8595         * src/prefs_matcher.c
8596         * src/prefs_template.c
8597         * src/prefs_themes.c
8598         * src/ssl_manager.c
8599         * src/summary_search.c
8600         * src/summaryview.c
8601         * src/textview.c
8602         * src/toolbar.c
8603         * src/gtk/foldersort.c
8604         * src/gtk/gtkaspell.c
8605         * src/gtk/inputdialog.c
8606         * src/gtk/prefswindow.c
8607         * src/plugins/pgpcore/select-keys.c
8608         * src/plugins/trayicon/trayicon.c
8609                 HIG compliant button order
8610
8611 2006-01-14 [mones]      1.9.100cvs147
8612
8613         * po/es.po
8614                 Updated translation
8615
8616 2006-01-13 [paul]       1.9.100cvs146
8617
8618         * AUTHORS
8619         * ChangeLog
8620         * src/gtk/authors.h
8621                 add Joshua M. Kwan to contributors list
8622
8623 2006-01-13 [colin]      1.9.100cvs145
8624
8625         * src/gtk/quicksearch.c
8626                 Don't refocus quick search after executing (Esc or Enter)
8627                 Allows to '/'search something then move up/down in 
8628                 summaryview, and to Esc a search and be back in the 
8629                 summaryview
8630
8631 2006-01-13 [paul]       1.9.100cvs144
8632
8633         * src/plugins/pgpinline/pgpinline.c
8634                 support Content-Type 'application/pgp'
8635                 patch by Joshua M. Kwan <joshuak@users.sf.net>
8636
8637 2006-01-13 [paul]       1.9.100cvs143
8638
8639         * manual/account.xml
8640                 make mention of partial retrieval
8641                 thanks to Colin
8642
8643 2006-01-13 [paul]       1.9.100cvs142
8644
8645         * src/account.c
8646         * src/account.h
8647         * src/action.c
8648         * src/action.h
8649         * src/adbookbase.h
8650         * src/addr_compl.c
8651         * src/addr_compl.h
8652         * src/addrbook.c
8653         * src/addrcache.c
8654         * src/addrcache.h
8655         * src/addrcindex.c
8656         * src/addrcindex.h
8657         * src/addrclip.c
8658         * src/addrclip.h
8659         * src/addrdefs.h
8660         * src/addressadd.c
8661         * src/addressadd.h
8662         * src/addressbook.c
8663         * src/addressbook.h
8664         * src/addrgather.c
8665         * src/addrgather.h
8666         * src/addrharvest.c
8667         * src/addrharvest.h
8668         * src/addrindex.c
8669         * src/addrindex.h
8670         * src/addritem.c
8671         * src/addritem.h
8672         * src/addrquery.c
8673         * src/addrquery.h
8674         * src/addrselect.c
8675         * src/addrselect.h
8676         * src/alertpanel.c
8677         * src/alertpanel.h
8678         * src/browseldap.c
8679         * src/browseldap.h
8680         * src/codeconv.c
8681         * src/codeconv.h
8682         * src/compose.c
8683         * src/compose.h
8684         * src/customheader.c
8685         * src/customheader.h
8686         * src/displayheader.c
8687         * src/displayheader.h
8688         * src/editaddress.c
8689         * src/editaddress.h
8690         * src/editbook.c
8691         * src/editbook.h
8692         * src/editgroup.c
8693         * src/editgroup.h
8694         * src/editjpilot.c
8695         * src/editjpilot.h
8696         * src/editldap.c
8697         * src/editldap.h
8698         * src/editldap_basedn.c
8699         * src/editldap_basedn.h
8700         * src/editvcard.c
8701         * src/editvcard.h
8702         * src/exphtmldlg.c
8703         * src/exphtmldlg.h
8704         * src/expldifdlg.c
8705         * src/expldifdlg.h
8706         * src/export.h
8707         * src/exporthtml.c
8708         * src/exporthtml.h
8709         * src/exportldif.c
8710         * src/exportldif.h
8711         * src/filtering.c
8712         * src/filtering.h
8713         * src/folder.c
8714         * src/folder.h
8715         * src/folder_item_prefs.c
8716         * src/folder_item_prefs.h
8717         * src/foldersel.c
8718         * src/foldersel.h
8719         * src/folderutils.c
8720         * src/folderutils.h
8721         * src/folderview.c
8722         * src/folderview.h
8723         * src/grouplistdialog.c
8724         * src/grouplistdialog.h
8725         * src/headerview.c
8726         * src/html.c
8727         * src/html.h
8728         * src/image_viewer.c
8729         * src/image_viewer.h
8730         * src/imap.c
8731         * src/imap.h
8732         * src/imap_gtk.c
8733         * src/imap_gtk.h
8734         * src/import.h
8735         * src/importldif.c
8736         * src/importldif.h
8737         * src/importmutt.c
8738         * src/importmutt.h
8739         * src/importpine.c
8740         * src/importpine.h
8741         * src/inc.c
8742         * src/inc.h
8743         * src/jpilot.c
8744         * src/jpilot.h
8745         * src/ldapctrl.c
8746         * src/ldapctrl.h
8747         * src/ldaplocate.c
8748         * src/ldaplocate.h
8749         * src/ldapquery.c
8750         * src/ldapquery.h
8751         * src/ldapserver.c
8752         * src/ldapserver.h
8753         * src/ldaputil.c
8754         * src/ldaputil.h
8755         * src/ldif.c
8756         * src/ldif.h
8757         * src/main.c
8758         * src/main.h
8759         * src/mainwindow.c
8760         * src/mainwindow.h
8761         * src/manual.c
8762         * src/manual.h
8763         * src/mbox.c
8764         * src/mbox.h
8765         * src/message_search.c
8766         * src/message_search.h
8767         * src/messageview.c
8768         * src/messageview.h
8769         * src/mh.c
8770         * src/mh.h
8771         * src/mh_gtk.c
8772         * src/mh_gtk.h
8773         * src/mimeview.c
8774         * src/mimeview.h
8775         * src/msgcache.c
8776         * src/msgcache.h
8777         * src/mutt.c
8778         * src/mutt.h
8779         * src/news.c
8780         * src/news.h
8781         * src/news_gtk.c
8782         * src/news_gtk.h
8783         * src/partial_download.c
8784         * src/partial_download.h
8785         * src/pine.c
8786         * src/pine.h
8787         * src/pop.c
8788         * src/pop.h
8789         * src/prefs_account.c
8790         * src/prefs_account.h
8791         * src/prefs_actions.c
8792         * src/prefs_actions.h
8793         * src/prefs_common.c
8794         * src/prefs_common.h
8795         * src/prefs_compose_writing.c
8796         * src/prefs_compose_writing.h
8797         * src/prefs_customheader.c
8798         * src/prefs_customheader.h
8799         * src/prefs_display_header.c
8800         * src/prefs_display_header.h
8801         * src/prefs_filtering.c
8802         * src/prefs_filtering.h
8803         * src/prefs_filtering_action.c
8804         * src/prefs_filtering_action.h
8805         * src/prefs_folder_column.c
8806         * src/prefs_folder_column.h
8807         * src/prefs_folder_item.c
8808         * src/prefs_folder_item.h
8809         * src/prefs_fonts.c
8810         * src/prefs_fonts.h
8811         * src/prefs_gtk.c
8812         * src/prefs_gtk.h
8813         * src/prefs_image_viewer.c
8814         * src/prefs_image_viewer.h
8815         * src/prefs_matcher.c
8816         * src/prefs_matcher.h
8817         * src/prefs_message.c
8818         * src/prefs_msg_colors.c
8819         * src/prefs_msg_colors.h
8820         * src/prefs_other.c
8821         * src/prefs_quote.c
8822         * src/prefs_receive.c
8823         * src/prefs_send.c
8824         * src/prefs_spelling.c
8825         * src/prefs_spelling.h
8826         * src/prefs_summaries.c
8827         * src/prefs_summaries.h
8828         * src/prefs_summary_column.c
8829         * src/prefs_summary_column.h
8830         * src/prefs_template.c
8831         * src/prefs_template.h
8832         * src/prefs_themes.c
8833         * src/prefs_themes.h
8834         * src/prefs_toolbar.c
8835         * src/prefs_toolbar.h
8836         * src/prefs_wrapping.c
8837         * src/prefs_wrapping.h
8838         * src/privacy.c
8839         * src/privacy.h
8840         * src/procheader.c
8841         * src/procheader.h
8842         * src/procmime.c
8843         * src/procmime.h
8844         * src/procmsg.c
8845         * src/procmsg.h
8846         * src/quote_fmt.c
8847         * src/quote_fmt_parse.y
8848         * src/recv.c
8849         * src/recv.h
8850         * src/remotefolder.c
8851         * src/remotefolder.h
8852         * src/send_message.c
8853         * src/send_message.h
8854         * src/setup.c
8855         * src/setup.h
8856         * src/sourcewindow.c
8857         * src/sourcewindow.h
8858         * src/ssl_manager.c
8859         * src/ssl_manager.h
8860         * src/statusbar.c
8861         * src/statusbar.h
8862         * src/stock_pixmap.c
8863         * src/stock_pixmap.h
8864         * src/summary_search.c
8865         * src/summary_search.h
8866         * src/summaryview.c
8867         * src/summaryview.h
8868         * src/syldap.c
8869         * src/syldap.h
8870         * src/textview.c
8871         * src/textview.h
8872         * src/toolbar.c
8873         * src/toolbar.h
8874         * src/undo.c
8875         * src/undo.h
8876         * src/unmime.c
8877         * src/unmime.h
8878         * src/vcard.c
8879         * src/vcard.h
8880         * src/wizard.c
8881         * src/wizard.h
8882         * src/common/base64.c
8883         * src/common/base64.h
8884         * src/common/defs.h
8885         * src/common/hooks.c
8886         * src/common/hooks.h
8887         * src/common/log.c
8888         * src/common/log.h
8889         * src/common/mgutils.c
8890         * src/common/mgutils.h
8891         * src/common/nntp.c
8892         * src/common/nntp.h
8893         * src/common/passcrypt.c
8894         * src/common/passcrypt.h.in
8895         * src/common/plugin.c
8896         * src/common/plugin.h
8897         * src/common/prefs.c
8898         * src/common/prefs.h
8899         * src/common/progressindicator.c
8900         * src/common/progressindicator.h
8901         * src/common/quoted-printable.c
8902         * src/common/quoted-printable.h
8903         * src/common/session.c
8904         * src/common/session.h
8905         * src/common/smtp.c
8906         * src/common/smtp.h
8907         * src/common/socket.c
8908         * src/common/socket.h
8909         * src/common/ssl.c
8910         * src/common/ssl.h
8911         * src/common/ssl_certificate.c
8912         * src/common/ssl_certificate.h
8913         * src/common/stringtable.c
8914         * src/common/stringtable.h
8915         * src/common/sylpheed.c
8916         * src/common/sylpheed.h
8917         * src/common/template.c
8918         * src/common/template.h
8919         * src/common/timing.h
8920         * src/common/utils.c
8921         * src/common/utils.h
8922         * src/common/version.h.in
8923         * src/common/xml.c
8924         * src/common/xml.h
8925         * src/common/xmlprops.c
8926         * src/common/xmlprops.h
8927         * src/gtk/colorlabel.c
8928         * src/gtk/colorsel.c
8929         * src/gtk/colorsel.h
8930         * src/gtk/description_window.c
8931         * src/gtk/description_window.h
8932         * src/gtk/filesel.c
8933         * src/gtk/filesel.h
8934         * src/gtk/foldersort.c
8935         * src/gtk/foldersort.h
8936         * src/gtk/gtkutils.c
8937         * src/gtk/gtkutils.h
8938         * src/gtk/inputdialog.c
8939         * src/gtk/inputdialog.h
8940         * src/gtk/logwindow.c
8941         * src/gtk/logwindow.h
8942         * src/gtk/manage_window.c
8943         * src/gtk/manage_window.h
8944         * src/gtk/menu.c
8945         * src/gtk/menu.h
8946         * src/gtk/pluginwindow.c
8947         * src/gtk/pluginwindow.h
8948         * src/gtk/prefswindow.c
8949         * src/gtk/prefswindow.h
8950         * src/gtk/progressdialog.c
8951         * src/gtk/progressdialog.h
8952         * src/gtk/sslcertwindow.c
8953         * src/gtk/sslcertwindow.h
8954         * src/plugins/clamav/clamav_plugin.c
8955         * src/plugins/clamav/clamav_plugin.h
8956         * src/plugins/clamav/clamav_plugin_gtk.c
8957         * src/plugins/demo/demo.c
8958         * src/plugins/dillo_viewer/dillo_prefs.c
8959         * src/plugins/dillo_viewer/dillo_prefs.h
8960         * src/plugins/dillo_viewer/dillo_viewer.c
8961         * src/plugins/pgpcore/passphrase.c
8962         * src/plugins/pgpcore/passphrase.h
8963         * src/plugins/pgpcore/plugin.c
8964         * src/plugins/pgpcore/select-keys.c
8965         * src/plugins/pgpcore/select-keys.h
8966         * src/plugins/pgpcore/sgpgme.c
8967         * src/plugins/pgpcore/sgpgme.h
8968         * src/plugins/pgpinline/pgpinline.c
8969         * src/plugins/pgpinline/pgpinline.h
8970         * src/plugins/pgpinline/plugin.c
8971         * src/plugins/pgpmime/pgpmime.c
8972         * src/plugins/pgpmime/pgpmime.h
8973         * src/plugins/pgpmime/plugin.c
8974         * src/plugins/spamassassin/spamassassin.c
8975         * src/plugins/spamassassin/spamassassin.h
8976         * src/plugins/spamassassin/spamassassin_gtk.c
8977         * src/plugins/trayicon/trayicon.c
8978                 update copyright header
8979
8980 2006-01-13 [paul]       1.9.100cvs141
8981
8982         * src/account.c
8983         * src/export.c
8984         * src/import.c
8985         * src/mainwindow.c
8986         * src/prefs_account.c
8987         * src/prefs_display_header.c
8988         * src/prefs_receive.c
8989         * src/prefs_send.c
8990         * src/prefs_summaries.c
8991         * src/prefs_themes.c
8992         * src/prefs_toolbar.c
8993         * src/gtk/about.c
8994                 various cleanups
8995
8996 2006-01-12 [colin]      1.9.100cvs140
8997
8998         * src/folder.c
8999         * src/folder.h
9000         * src/main.c
9001                 Add --subscribe option
9002                 Let sylpheed-claws email@domain.com equivalent to --compose
9003                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9004
9005 2006-01-12 [paul]       1.9.100cvs139
9006
9007         * src/mainwindow.c
9008                 append 'Change folder order' label with '...'
9009         * src/prefs_actions.c
9010                 allow reordering of actions list by dnd
9011         * src/gtk/foldersort.c
9012                 make the dialog nicer
9013
9014 2006-01-11 [colin]      1.9.100cvs138
9015
9016         * src/compose.c
9017                 Allow templates without text
9018
9019 2006-01-11 [paul]       1.9.100cvs137
9020
9021         * tools/README
9022         * tools/filter_conv_new.pl
9023                 add info to README
9024                 also check .sylpheed for filter.xml
9025                 be a bit informative to the user
9026
9027 2006-01-11 [colin]      1.9.100cvs136
9028
9029         * src/textview.c
9030                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9031
9032 2006-01-10 [paul]       1.9.100cvs135
9033
9034         * tools/Makefile.am
9035         * tools/filter_conv_new.pl
9036                 add script to convert new style Sylpheed
9037                 filter rules (Sylpheed >= 0.9.99) to
9038                 Claws filtering rules
9039
9040 2006-01-10 [colin]      1.9.100cvs134
9041
9042         * src/compose.c
9043                 Fix broken line joins in certain conditions
9044                 (between two quoted lines: <enter><enter><up>
9045                  <type a wrapped sentence><go in the first line>
9046                  <insert more text><watch as line joining failed>)
9047
9048 2006-01-10 [paul]       1.9.100cvs133
9049
9050         * src/compose.c
9051                 don't report success in error dialog
9052                 thanks to Colin
9053         * src/common/utils.c
9054                 include some trailing punctuations as URI
9055                 thanks to Hiro
9056
9057 2006-01-10 [paul]       1.9.100cvs132
9058
9059         * src/mimeview.c
9060                 fix incompatible pointer type
9061                 warning
9062
9063 2006-01-10 [paul]       1.9.100cvs131
9064
9065         * src/compose.c
9066                 change Subject in window title
9067                 instantaneously
9068
9069 2006-01-09 [colin]      1.9.100cvs130
9070
9071         * src/addressbook.c
9072         * src/headerview.c
9073         * src/mainwindow.c
9074         * src/messageview.c
9075         * src/mimeview.c
9076         * src/noticeview.c
9077         * src/summaryview.c
9078                 Fix possible crashes on exit and in addressbook
9079
9080 2006-01-09 [paul]       1.9.100cvs129
9081
9082         * src/prefs_msg_colors.c
9083                 some cleanups that I forgot last time
9084
9085 2006-01-09 [paul]       1.9.100cvs128
9086
9087         * README
9088         * src/folderview.c
9089         * src/prefs_msg_colors.c
9090                 add previously hidden option, color_new, to
9091                 the gui
9092                 move the page to Display/
9093                 rework the gui
9094
9095 2006-01-09 [wwp]        1.9.100cvs127
9096
9097         * src/prefs_themes.c
9098                 made the prefs/display/themes layouts spacing less condensed
9099                 (and so they match other prefs/pages' look).
9100
9101 2006-01-09 [paul]       1.9.100cvs126
9102
9103         * src/compose.c
9104         * src/prefs_common.c
9105         * src/prefs_common.h
9106         * src/prefs_wrapping.c
9107                 remove 'wrap at send' option
9108
9109 2006-01-06 [colin]      1.9.100cvs125
9110
9111         * src/compose.c
9112                 Just make completely sure we don't insert "manual line breaks" 
9113                 when wrapping... 
9114
9115 2006-01-04 [paul]
9116
9117         * 2.0.0-rc3 released
9118
9119 2006-01-04 [paul]       1.9.100cvs124
9120
9121         * src/folderview.c
9122                 fix bug 882, 'quick scroll in folder list
9123                 displays wrong folder contents'
9124
9125 2006-01-04 [paul]       1.9.100cvs123
9126
9127         * src/plugins/pgpmime/pgpmime.c
9128                 better debug information when signing
9129                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9130
9131 2006-01-03 [colin]      1.9.100cvs122
9132
9133         * configure.ac
9134                 We need to recheck for gpgme 1.0.0 after checking
9135                 for 1.1.1, because if 1.1.1 isn't available, 
9136                 GPGME_LIBS and friends are blanked out by the 
9137                 second check.
9138
9139 2006-01-03 [colin]      1.9.100cvs121
9140
9141         * src/common/prefs.c
9142                 Windows unlink-before rename fix
9143         * src/plugins/pgpcore/sgpgme.c
9144                 Add support for PKA info if available
9145                 Both patches by Werner Koch
9146
9147 2006-01-03 [paul]       1.9.100cvs120
9148
9149         * src/messageview.c
9150                 fix bug 884, 'Send receipt' button visible in queue
9151                 Thanks to Colin
9152
9153 2006-01-02 [colin]      1.9.100cvs119
9154
9155         * src/compose.c
9156         * src/imap.c
9157                 Fix autosave on IMAP and more generally try to
9158                 return the correct ID on a newly added IMAP message
9159
9160 2006-01-02 [paul]       1.9.100cvs118
9161
9162         * manual/keyboard.xml
9163                 edited
9164
9165 2006-01-01 [paul]       1.9.100cvs117
9166
9167         * src/gtk/authors.h
9168                 alphabetical order
9169
9170 2005-12-30 [colin]      1.9.100cvs116
9171
9172         * manual/advanced.xml
9173                 Explain Pre/Post-processing differences.
9174
9175 2005-12-30 [colin]      1.9.100cvs115
9176
9177         * src/mh.c
9178                 Implement copy_msgs for a little optimization
9179         * src/imap.c
9180                 Finish yesterday's fix
9181
9182 2005-12-29 [colin]      1.9.100cvs114
9183
9184         * src/imap.c
9185                 Fix occasional failure in fetching a mail over
9186                 IMAP
9187
9188 2005-12-29 [colin]      1.9.100cvs113
9189
9190         * src/compose.c
9191                 Don't remove a draft when sending it, if it is 
9192                 locked.
9193
9194 2005-12-28 [colin]      1.9.100cvs112
9195
9196         * src/summaryview.c
9197                 Fix leak for real
9198
9199 2005-12-28 [wwp]        1.9.100cvs111
9200
9201         * doc/faq/.cvsignore
9202         * doc/faq/de/.cvsignore
9203         * doc/faq/en/.cvsignore
9204         * doc/faq/es/.cvsignore
9205         * doc/faq/fr/.cvsignore
9206         * doc/faq/it/.cvsignore
9207         * doc/manual/.cvsignore
9208         * doc/manual/de/.cvsignore
9209         * doc/manual/en/.cvsignore
9210         * doc/manual/es/.cvsignore
9211         * doc/manual/fr/.cvsignore
9212         * doc/manual/ja/.cvsignore
9213         * src/plugins/mathml_viewer/.cvsignore
9214                 rollback revival of those files (my bad, sorry for the noise).
9215
9216 2005-12-28 [wwp]        1.9.100cvs110
9217
9218         * src/compose.c
9219                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9220
9221 2005-12-28 [wwp]        1.9.100cvs109
9222
9223         * doc/faq/.cvsignore
9224         * doc/faq/de/.cvsignore
9225         * doc/faq/en/.cvsignore
9226         * doc/faq/es/.cvsignore
9227         * doc/faq/fr/.cvsignore
9228         * doc/faq/it/.cvsignore
9229         * doc/manual/.cvsignore
9230         * doc/manual/de/.cvsignore
9231         * doc/manual/en/.cvsignore
9232         * doc/manual/es/.cvsignore
9233         * doc/manual/fr/.cvsignore
9234         * doc/manual/ja/.cvsignore
9235         * src/plugins/mathml_viewer/.cvsignore
9236         * po/.cvsignore
9237                 more files to ignore.
9238
9239 2005-12-24 [colin]      1.9.100cvs108
9240
9241         * AUTHORS
9242         * src/gtk/authors.h
9243                 Update for Werner
9244
9245 2005-12-24 [colin]      1.9.100cvs107
9246
9247         * src/procmsg.c
9248                 Allow NULL src_msginfo in 
9249                 procmsg_msginfo_new_from_mimeinfo
9250
9251 2005-12-23 [paul]       1.9.100cvs106
9252
9253         * src/plugins/pgpinline/mypgpcore.def
9254                 add this forgotten file
9255
9256 2005-12-23 [colin]      1.9.100cvs105
9257
9258         * src/mainwindow.c
9259                 Fix missing break
9260
9261 2005-12-23 [colin]      1.9.100cvs104
9262
9263         * autogen.sh
9264         * src/folder.c
9265         * src/mh.c
9266         * src/common/plugin.c
9267         * src/common/socket.c
9268         * src/common/socket.h
9269         * src/common/utils.c
9270         * src/common/utils.h
9271         * src/gtk/pluginwindow.c
9272         * src/plugins/pgpcore/plugin.def
9273         * src/plugins/pgpcore/sylpheed.def
9274         * src/plugins/pgpinline/Makefile.am
9275         * src/plugins/pgpinline/plugin.def
9276         * src/plugins/pgpinline/sylpheed.def
9277         * src/plugins/pgpmime/plugin.def
9278         * src/plugins/pgpmime/sylpheed.def
9279                 Various w32 fixes by Werner Koch
9280
9281 2005-12-22 [paul]       1.9.100cvs103
9282
9283         * src/wizard.c
9284                 don't offer IMAP as 'server type' if
9285                 libetpan isn't built in
9286
9287 2005-12-22 [paul]       1.9.100cvs102
9288
9289         * AUTHORS
9290         * src/mainwindow.c
9291         * src/mainwindow.h
9292         * src/toolbar.c
9293         * src/gtk/authors.h
9294                 support GTK_TOOLBAR_BOTH_HORIZ (text
9295                 next to icon) Patch by Marien Zwart
9296                 marienz@users.sf.net
9297                 Also reword the text
9298
9299 2005-12-21 [colin]      1.9.100cvs101
9300
9301         * configure.ac
9302                 Fix DATADIRNAME
9303         * COPYING
9304                 Fix missing section and explicit the exception better
9305         * src/compose.c
9306                 Prevent mail from being lost without notice when an
9307                 SMTP error happens on trying to send an unmodified
9308                 drafted mail.
9309         * src/send_message.c
9310         * src/common/smtp.c
9311                 Fix password remembering when wrong, and add return
9312                 value checks where they should have been
9313         * src/plugins/pgpcore/sylpheed.def
9314         * src/plugins/pgpinline/sylpheed.def
9315         * src/plugins/pgpmime/sylpheed.def
9316                 Add a few symbols needed
9317
9318 2005-12-21 [paul]       1.9.100cvs100
9319
9320         * m4/codeset.m4
9321         * m4/glibc21.m4
9322         * m4/intdiv0.m4
9323         * m4/inttypes-pri.m4
9324         * m4/inttypes.m4
9325         * m4/inttypes_h.m4
9326         * m4/isc-posix.m4
9327         * m4/lcmessage.m4
9328         * m4/stdint_h.m4
9329         * m4/uintmax_t.m4
9330                 gettextization
9331                 thanks to Colin
9332
9333 2005-12-21 [paul]       1.9.100cvs99
9334
9335         * po/sv.po
9336                 fixed by Colin
9337
9338 2005-12-20 [paul]       1.9.100cvs98
9339
9340         * po/sv.po
9341                 updated by Anders Trobäck
9342
9343 2005-12-20 [colin]      1.9.100cvs97
9344
9345         * ABOUT-NLS
9346         * Makefile.am
9347         * autogen.sh
9348         * configure.ac
9349         * config/config.rpath
9350         * config/mkinstalldirs
9351         * m4/Makefile.am
9352         * m4/glibc2.m4
9353         * m4/gnupg.m4
9354         * m4/gpgme.m4
9355         * m4/intmax.m4
9356         * m4/longdouble.m4
9357         * m4/longlong.m4
9358         * m4/printf-posix.m4
9359         * m4/signed.m4
9360         * m4/size_max.m4
9361         * m4/ulonglong.m4
9362         * m4/wchar_t.m4
9363         * m4/wint_t.m4
9364         * m4/xsize.m4
9365         * po/Makefile.in.in
9366         * po/Makevars
9367         * po/bg.po
9368         * po/ca.po
9369         * po/cs.po
9370         * po/de.po
9371         * po/el.po
9372         * po/en_GB.po
9373         * po/es.po
9374         * po/fi.po
9375         * po/fr.po
9376         * po/hr.po
9377         * po/hu.po
9378         * po/it.po
9379         * po/ja.po
9380         * po/ko.po
9381         * po/nb.po
9382         * po/nl.po
9383         * po/pl.po
9384         * po/pt_BR.po
9385         * po/ru.po
9386         * po/sk.po
9387         * po/sr.po
9388         * po/stamp-po
9389         * po/sv.po
9390         * po/zh_CN.po
9391         * po/zh_TW.po
9392         * src/Makefile.am
9393         * src/codeconv.c
9394         * src/compose.c
9395         * src/exporthtml.c
9396         * src/exportldif.c
9397         * src/folder.c
9398         * src/main.c
9399         * src/manual.c
9400         * src/mh.c
9401         * src/mimeview.c
9402         * src/send_message.c
9403         * src/common/Makefile.am
9404         * src/common/fnmatch.c
9405         * src/common/fnmatch.h
9406         * src/common/fnmatch_loop.c
9407         * src/common/nntp.c
9408         * src/common/plugin.c
9409         * src/common/smtp.c
9410         * src/common/socket.c
9411         * src/common/string_match.c
9412         * src/common/sylpheed.c
9413         * src/common/utils.c
9414         * src/common/utils.h
9415         * src/common/w32_dirent.c
9416         * src/common/w32_reg.c
9417         * src/common/w32_signal.c
9418         * src/common/w32_stat.c
9419         * src/common/w32_stdio.c
9420         * src/common/w32_stdlib.c
9421         * src/common/w32_string.c
9422         * src/common/w32_time.c
9423         * src/common/w32_unistd.c
9424         * src/common/w32_wait.c
9425         * src/common/w32lib.h
9426         * src/etpan/Makefile.am
9427         * src/gtk/Makefile.am
9428         * src/plugins/clamav/Makefile.am
9429         * src/plugins/demo/Makefile.am
9430         * src/plugins/dillo_viewer/Makefile.am
9431         * src/plugins/pgpcore/Makefile.am
9432         * src/plugins/pgpcore/passphrase.c
9433         * src/plugins/pgpcore/plugin.def
9434         * src/plugins/pgpcore/sgpgme.c
9435         * src/plugins/pgpcore/sylpheed.def
9436         * src/plugins/pgpcore/version.rc
9437         * src/plugins/pgpinline/Makefile.am
9438         * src/plugins/pgpinline/plugin.def
9439         * src/plugins/pgpinline/sylpheed.def
9440         * src/plugins/pgpinline/version.rc
9441         * src/plugins/pgpmime/Makefile.am
9442         * src/plugins/pgpmime/mypgpcore.def
9443         * src/plugins/pgpmime/plugin.def
9444         * src/plugins/pgpmime/sylpheed.def
9445         * src/plugins/pgpmime/version.rc
9446         * src/plugins/spamassassin/Makefile.am
9447                 Very little ;-) patch from Werner Koch, providing
9448                 infrastructure for cross-compiling to Win32
9449
9450 2005-12-20 [paul]       1.9.100cvs96
9451
9452         * src/account.c
9453         * src/account.h
9454         * src/mainwindow.c
9455         * src/mainwindow.h
9456         * src/toolbar.c
9457         * src/toolbar.h
9458                 add a combo to the Get All button, allowing
9459                 quick retrieval from any account
9460                 Patch by Fabien Vantard, slightly modified
9461                 by Colin
9462         * src/gtk/about.c
9463                 i18n fix. Patch by Fabien Vantard
9464
9465 2005-12-19 [colin]      1.9.100cvs95
9466
9467         * src/compose.c
9468         * src/compose.h
9469                 Don't automatically join lines when they've 
9470                 been separated by the user and not automatically
9471
9472 2005-12-19 [paul]       1.9.100cvs94
9473
9474         * src/gtk/pluginwindow.c
9475                 i18n fix.
9476                 Patch by Fabien Vantard
9477
9478 2005-12-15 [paul]       1.9.100cvs93
9479
9480         * src/common/plugin.c
9481         * src/common/plugin.h
9482         * src/gtk/pluginwindow.c
9483         * src/plugins/clamav/clamav_plugin.c
9484         * src/plugins/demo/demo.c
9485         * src/plugins/dillo_viewer/dillo_viewer.c
9486         * src/plugins/pgpcore/plugin.c
9487         * src/plugins/pgpinline/plugin.c
9488         * src/plugins/pgpmime/plugin.c
9489         * src/plugins/spamassassin/spamassassin.c
9490         * src/plugins/trayicon/trayicon.c
9491                 add plugin_version()
9492
9493 2005-12-15 [colin]      1.9.100cvs92
9494
9495         * src/compose.c
9496                 Further fix bug #875
9497
9498 2005-12-15 [paul]       1.9.100cvs91
9499
9500         * src/gtk/filesel.c
9501                 fix attach_load_dir getting set to
9502                 PLUGINDIR on plugin load
9503
9504 2005-12-14 [mones]      1.9.100cvs90
9505
9506         * manual/ack.xml
9507         * manual/keyboard.xml
9508                 Initial draft and some shortcuts added
9509                 
9510         * po/es.po
9511                 Updated translation
9512
9513 2005-12-14 [colin]      1.9.100cvs89
9514
9515         * src/compose.c
9516         * src/imap.c
9517         * src/summaryview.c
9518         * src/gtk/gtkaspell.c
9519                 More leaks fixed
9520         * src/prefs_folder_item.c
9521                 Fix recursive prefs apply
9522
9523
9524 2005-12-14 [colin]      1.9.100cvs88
9525
9526         * src/compose.c
9527                 Fix bug #875 (Freeze On Inline Forward of 
9528                 Large Message)
9529
9530 2005-12-13 [colin]      1.9.100cvs87
9531
9532         * src/compose.c
9533                 Uniq-ify and sort the mimetypes list
9534                 Patch by Fabien Vantard
9535
9536 2005-12-13 [colin]      1.9.100cvs86
9537
9538         * src/imap.c
9539         * src/etpan/imap-thread.c
9540                 Fix leaks (patch by Hoa)
9541         * src/news.c
9542         * src/common/plugin.c
9543                 Fix leaks
9544
9545 2005-12-12 [colin]
9546
9547         * 2.0.0-rc2 released
9548
9549 2005-12-12 [colin]      1.9.100cvs85
9550
9551         * src/matcher.c
9552                 Fix a leak
9553
9554 2005-12-12 [wwp]        1.9.100cvs84
9555
9556         * src/gtk/icon_legend.c
9557                 fix misbehaviour and crash when closing the legend window
9558         using the Esc key (patch by Fabien Vantard).
9559
9560 2005-12-12 [paul]       1.9.100cvs83
9561
9562         * src/browseldap.c
9563         * src/foldersel.c
9564         * src/prefs_actions.c
9565         * src/prefs_filtering.c
9566         * src/prefs_matcher.c
9567         * src/prefs_spelling.glade      ** REMOVED **
9568         * src/prefs_template.c
9569         * src/gtk/foldersort.glade      ** REMOVED **
9570         * src/gtk/pluginwindow.c
9571         * src/gtk/pluginwindow.glade    ** REMOVED **
9572         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9573                 cleanups
9574
9575 2005-12-11 [paul]       1.9.100cvs82
9576
9577         * src/gtk/filesel.c
9578                 fix attach_load_dir crasher (double free)
9579
9580 2005-12-09 [paul]       1.9.100cvs81
9581
9582         * po/POTFILES.in
9583         * src/mainwindow.c
9584         * src/gtk/Makefile.am
9585         * src/gtk/icon_legend.c
9586         * src/gtk/icon_legend.h
9587                 add icon legend
9588         * src/manual.c
9589                 cleanup
9590
9591 2005-12-09 [paul]       1.9.100cvs80
9592
9593         * src/plugins/pgpcore/passphrase.c
9594                 wrap the label in the dialog
9595
9596 2005-12-09 [colin]      1.9.100cvs79
9597
9598         * src/plugins/pgpcore/sgpgme.c
9599                 Display (untrusted) on not trusted signatures
9600                 Patch by Michal Èihaø <michal@cihar.com>
9601                 Closes bug #867 (Report also key trust)
9602
9603 2005-12-09 [colin]      1.9.100cvs78
9604
9605         * src/common/plugin.c
9606                 Update licence check, following Eben Moglen's advice
9607
9608 2005-12-08 [colin]      1.9.100cvs77
9609
9610         * src/folder.c
9611                 Fix the occasionnal item->cache != NULL 
9612                 assertion failure. 
9613
9614 2005-12-08 [colin]      1.9.100cvs76
9615
9616         * src/mimeview.c
9617         * src/plugins/pgpcore/sgpgme.c
9618                 Print key id when unable to check it
9619                 Closes bug #866 (Show key id when missing)
9620
9621 2005-12-08 [paul]       1.9.100cvs75
9622
9623         * src/prefs_common.c
9624         * src/prefs_common.h
9625         * src/gtk/filesel.c
9626                 remember load attachment dir
9627
9628 2005-12-07 [colin]      1.9.100cvs74
9629
9630         * src/prefs_toolbar.c
9631                 Gtk fixes, patch by Fabien Vantard
9632
9633 2005-12-07 [colin]      1.9.100cvs73
9634
9635         * src/action.c
9636         * src/compose.c
9637         * src/compose.h
9638                 Fix bug #839 (Quoted text isn't colored after 
9639                 executing an action)
9640         * src/common/plugin.c
9641                 Require plugins to declare their licence in plugin_licence()
9642                 Refuse to load non-GPL plugins as they'd be illegal (as 
9643                 derived works of Sylpheed-Claws, they must be GPL).
9644         * src/plugins/clamav/clamav_plugin.c
9645         * src/plugins/demo/demo.c
9646         * src/plugins/dillo_viewer/dillo_viewer.c
9647         * src/plugins/pgpcore/plugin.c
9648         * src/plugins/pgpinline/plugin.c
9649         * src/plugins/pgpmime/plugin.c
9650         * src/plugins/spamassassin/spamassassin.c
9651         * src/plugins/trayicon/trayicon.c
9652                 Add plugin_licence()
9653
9654 2005-12-07 [paul]       1.9.100cvs72
9655
9656         * configure.ac
9657         * src/mainwindow.c
9658         * src/manual.c
9659         * src/manual.h
9660         * src/common/defs.h
9661                 clean up after local FAQ removal and
9662                 temporary manual removal
9663
9664 2005-12-06 [colin]      1.9.100cvs71
9665
9666         * configure.ac
9667         * doc/Makefile.am
9668         * doc/faq/.cvsignore
9669         * doc/faq/Makefile.am
9670         * doc/faq/de/.cvsignore
9671         * doc/faq/de/Makefile.am
9672         * doc/faq/de/sylpheed-faq-1.html
9673         * doc/faq/de/sylpheed-faq-2.html
9674         * doc/faq/de/sylpheed-faq-3.html
9675         * doc/faq/de/sylpheed-faq.html
9676         * doc/faq/en/.cvsignore
9677         * doc/faq/en/Makefile.am
9678         * doc/faq/en/sylpheed-faq-1.html
9679         * doc/faq/en/sylpheed-faq-2.html
9680         * doc/faq/en/sylpheed-faq-3.html
9681         * doc/faq/en/sylpheed-faq-4.html
9682         * doc/faq/en/sylpheed-faq.html
9683         * doc/faq/es/.cvsignore
9684         * doc/faq/es/Makefile.am
9685         * doc/faq/es/sylpheed-faq-1.html
9686         * doc/faq/es/sylpheed-faq-2.html
9687         * doc/faq/es/sylpheed-faq-3.html
9688         * doc/faq/es/sylpheed-faq-4.html
9689         * doc/faq/es/sylpheed-faq.html
9690         * doc/faq/fr/.cvsignore
9691         * doc/faq/fr/Makefile.am
9692         * doc/faq/fr/sylpheed-faq-1.html
9693         * doc/faq/fr/sylpheed-faq-2.html
9694         * doc/faq/fr/sylpheed-faq-3.html
9695         * doc/faq/fr/sylpheed-faq.html
9696         * doc/faq/it/.cvsignore
9697         * doc/faq/it/Makefile.am
9698         * doc/faq/it/sylpheed-faq-1.html
9699         * doc/faq/it/sylpheed-faq-2.html
9700         * doc/faq/it/sylpheed-faq-3.html
9701         * doc/faq/it/sylpheed-faq.html
9702         * doc/manual/.cvsignore
9703         * doc/manual/Makefile.am
9704         * doc/manual/de/.cvsignore
9705         * doc/manual/de/Makefile.am
9706         * doc/manual/de/sylpheed-1.html
9707         * doc/manual/de/sylpheed-10.html
9708         * doc/manual/de/sylpheed-11.html
9709         * doc/manual/de/sylpheed-12.html
9710         * doc/manual/de/sylpheed-13.html
9711         * doc/manual/de/sylpheed-14.html
9712         * doc/manual/de/sylpheed-15.html
9713         * doc/manual/de/sylpheed-16.html
9714         * doc/manual/de/sylpheed-17.html
9715         * doc/manual/de/sylpheed-18.html
9716         * doc/manual/de/sylpheed-19.html
9717         * doc/manual/de/sylpheed-2.html
9718         * doc/manual/de/sylpheed-20.html
9719         * doc/manual/de/sylpheed-3.html
9720         * doc/manual/de/sylpheed-4.html
9721         * doc/manual/de/sylpheed-5.html
9722         * doc/manual/de/sylpheed-6.html
9723         * doc/manual/de/sylpheed-7.html
9724         * doc/manual/de/sylpheed-8.html
9725         * doc/manual/de/sylpheed-9.html
9726         * doc/manual/de/sylpheed.html
9727         * doc/manual/en/.cvsignore
9728         * doc/manual/en/Makefile.am
9729         * doc/manual/en/sylpheed-1.html
9730         * doc/manual/en/sylpheed-10.html
9731         * doc/manual/en/sylpheed-11.html
9732         * doc/manual/en/sylpheed-12.html
9733         * doc/manual/en/sylpheed-13.html
9734         * doc/manual/en/sylpheed-14.html
9735         * doc/manual/en/sylpheed-15.html
9736         * doc/manual/en/sylpheed-16.html
9737         * doc/manual/en/sylpheed-17.html
9738         * doc/manual/en/sylpheed-18.html
9739         * doc/manual/en/sylpheed-19.html
9740         * doc/manual/en/sylpheed-2.html
9741         * doc/manual/en/sylpheed-20.html
9742         * doc/manual/en/sylpheed-21.html
9743         * doc/manual/en/sylpheed-22.html
9744         * doc/manual/en/sylpheed-3.html
9745         * doc/manual/en/sylpheed-4.html
9746         * doc/manual/en/sylpheed-5.html
9747         * doc/manual/en/sylpheed-6.html
9748         * doc/manual/en/sylpheed-7.html
9749         * doc/manual/en/sylpheed-8.html
9750         * doc/manual/en/sylpheed-9.html
9751         * doc/manual/en/sylpheed.html
9752         * doc/manual/es/.cvsignore
9753         * doc/manual/es/Makefile.am
9754         * doc/manual/es/sylpheed-1.html
9755         * doc/manual/es/sylpheed-10.html
9756         * doc/manual/es/sylpheed-11.html
9757         * doc/manual/es/sylpheed-12.html
9758         * doc/manual/es/sylpheed-13.html
9759         * doc/manual/es/sylpheed-14.html
9760         * doc/manual/es/sylpheed-15.html
9761         * doc/manual/es/sylpheed-16.html
9762         * doc/manual/es/sylpheed-17.html
9763         * doc/manual/es/sylpheed-18.html
9764         * doc/manual/es/sylpheed-19.html
9765         * doc/manual/es/sylpheed-2.html
9766         * doc/manual/es/sylpheed-20.html
9767         * doc/manual/es/sylpheed-3.html
9768         * doc/manual/es/sylpheed-4.html
9769         * doc/manual/es/sylpheed-5.html
9770         * doc/manual/es/sylpheed-6.html
9771         * doc/manual/es/sylpheed-7.html
9772         * doc/manual/es/sylpheed-8.html
9773         * doc/manual/es/sylpheed-9.html
9774         * doc/manual/es/sylpheed.html
9775         * doc/manual/fr/.cvsignore
9776         * doc/manual/fr/Makefile.am
9777         * doc/manual/fr/sylpheed-1.html
9778         * doc/manual/fr/sylpheed-10.html
9779         * doc/manual/fr/sylpheed-11.html
9780         * doc/manual/fr/sylpheed-12.html
9781         * doc/manual/fr/sylpheed-13.html
9782         * doc/manual/fr/sylpheed-14.html
9783         * doc/manual/fr/sylpheed-15.html
9784         * doc/manual/fr/sylpheed-16.html
9785         * doc/manual/fr/sylpheed-17.html
9786         * doc/manual/fr/sylpheed-18.html
9787         * doc/manual/fr/sylpheed-19.html
9788         * doc/manual/fr/sylpheed-2.html
9789         * doc/manual/fr/sylpheed-20.html
9790         * doc/manual/fr/sylpheed-3.html
9791         * doc/manual/fr/sylpheed-4.html
9792         * doc/manual/fr/sylpheed-5.html
9793         * doc/manual/fr/sylpheed-6.html
9794         * doc/manual/fr/sylpheed-7.html
9795         * doc/manual/fr/sylpheed-8.html
9796         * doc/manual/fr/sylpheed-9.html
9797         * doc/manual/fr/sylpheed.html
9798         * doc/manual/ja/.cvsignore
9799         * doc/manual/ja/Makefile.am
9800         * doc/manual/ja/sylpheed-1.html
9801         * doc/manual/ja/sylpheed-10.html
9802         * doc/manual/ja/sylpheed-11.html
9803         * doc/manual/ja/sylpheed-12.html
9804         * doc/manual/ja/sylpheed-13.html
9805         * doc/manual/ja/sylpheed-14.html
9806         * doc/manual/ja/sylpheed-15.html
9807         * doc/manual/ja/sylpheed-16.html
9808         * doc/manual/ja/sylpheed-17.html
9809         * doc/manual/ja/sylpheed-18.html
9810         * doc/manual/ja/sylpheed-19.html
9811         * doc/manual/ja/sylpheed-2.html
9812         * doc/manual/ja/sylpheed-20.html
9813         * doc/manual/ja/sylpheed-3.html
9814         * doc/manual/ja/sylpheed-4.html
9815         * doc/manual/ja/sylpheed-5.html
9816         * doc/manual/ja/sylpheed-6.html
9817         * doc/manual/ja/sylpheed-7.html
9818         * doc/manual/ja/sylpheed-8.html
9819         * doc/manual/ja/sylpheed-9.html
9820         * doc/manual/ja/sylpheed.html
9821         * doc/manual/ja/sylpheed.sgml
9822         * src/mainwindow.c
9823                 Remove outdated manual and faq. Noisy, eh?
9824
9825 2005-12-06 [colin]      1.9.100cvs70
9826
9827         * src/compose.c
9828         * src/quote_fmt_parse.y
9829         * src/undo.c
9830         * src/undo.h
9831                 Allow %X to position cursor at 0 
9832                 (no %X = before signature)
9833                 Fix paste as quotation putting the cursor at 0
9834                 Fix undo offsets when pasting
9835                 Insert the quote_fmt at once instead of line 
9836                 by line
9837                 Fix [Edited] when starting to reply/forward
9838
9839 2005-12-06 [paul]       1.9.100cvs69
9840
9841         * src/plugins/clamav/clamav_plugin_gtk.c
9842                 add another tooltip
9843         * src/plugins/spamassassin/spamassassin_gtk.c
9844                 rework spamassassin_create_widget_func()
9845
9846 2005-12-05 [colin]      1.9.100cvs68
9847
9848         * po/POTFILES.in
9849                 Fix make release ;-)
9850
9851 2005-12-05 [colin]      1.9.100cvs67
9852
9853         * src/compose.c
9854         * src/compose.h
9855                 Fix cursor positioning (not obeying %X)
9856
9857 2005-12-05 [paul]       1.9.100cvs66
9858
9859         * src/plugins/dillo_viewer/dillo_prefs.c
9860                 fix compilation warning
9861
9862 2005-12-05 [paul]       1.9.100cvs65
9863
9864         * src/prefs_spelling.c
9865         * src/plugins/trayicon/trayicon.c
9866                 cleanups - remove unused stuff
9867
9868 2005-12-05 [paul]       1.9.100cvs64
9869
9870         * README
9871         * manual/plugins.xml
9872                 remove info about removed mathml_viewer plugin
9873
9874 2005-12-05 [paul]       1.9.100cvs63
9875
9876         * configure.ac
9877         * src/plugins/Makefile.am
9878         * src/plugins/mathml_viewer/.cvsignore
9879         * src/plugins/mathml_viewer/Makefile.am
9880         * src/plugins/mathml_viewer/mathml_viewer.c
9881                 remove unmaintained mathml_viewer plugin
9882
9883 2005-12-05 [paul]       1.9.100cvs62
9884
9885         * src/summaryview.c
9886                 obey prefs_common.always_show_msg when
9887                 moving a msg
9888                 Thanks to Colin
9889
9890 2005-12-05 [paul]       1.9.100cvs61
9891
9892         * src/compose.c
9893         * src/prefs_account.c
9894         * src/prefs_filtering.c
9895         * src/prefs_quote.c
9896         * src/prefs_spelling.c
9897         * src/prefs_toolbar.c
9898         * src/summaryview.c
9899         * src/gtk/gtkutils.c
9900         * src/gtk/quicksearch.c
9901         * src/plugins/dillo_viewer/dillo_prefs.c
9902                 dialog cleanups
9903
9904 2005-12-04 [paul]       1.9.100cvs60
9905
9906         * src/inc.c
9907         * src/prefs_account.c
9908         * src/prefs_account.h
9909                 allow a Local account to specify a
9910                 default inbox
9911                 (closes bug 843 'Inbox cannot be changed for local
9912                  mailboxes')
9913
9914 2005-12-04 [colin]      1.9.100cvs59
9915
9916         * src/plugins/trayicon/trayicon.c
9917                 Remove Get, rename Get All to Get Mail in order to
9918                 be consistent with the default main toolbar
9919
9920 2005-12-03 [colin]      1.9.100cvs58
9921
9922         * manual/gpl.xml
9923         * manual/sylpheed-claws-manual.xml
9924                 Add GPL appendix
9925
9926 2005-12-03 [paul]       1.9.100cvs57
9927
9928         * AUTHORS
9929         * po/sv.po
9930         * src/gtk/authors.h
9931                 new (partially complete) Swedish translation
9932                 by Anders Troback <sylpheed@troback.com>
9933
9934 2005-12-02 [paul]       1.9.100cvs56
9935
9936         * configure.ac
9937                 libetpan 0.41 required
9938
9939 2005-12-02 [paul]       1.9.100cvs55
9940
9941         * src/plugins/clamav/clamav_plugin.c
9942         * src/plugins/clamav/clamav_plugin.h
9943         * src/plugins/clamav/clamav_plugin_gtk.c
9944         * src/plugins/spamassassin/spamassassin.c
9945         * src/plugins/spamassassin/spamassassin.h
9946         * src/plugins/spamassassin/spamassassin_gtk.c
9947                 unregister prefs pages on unloading, thus
9948                 preventing a crash
9949                 (thanks to Colin for the hint)
9950
9951 2005-12-02 [wwp]        1.9.100cvs54
9952
9953         * src/quote_fmt.h
9954         * src/quote_fmt_parse.y
9955                 fix misuse of gboolean*, use gboolean instead
9956                 (thanks to Paul, Colin, for pointing out that scaring one)
9957
9958 2005-12-02 [paul]       1.9.100cvs53
9959
9960         * src/plugins/clamav/clamav_plugin.c
9961                 int no --> unsigned int no
9962         * src/plugins/clamav/clamav_plugin_gtk.c
9963                 rework config page
9964
9965 2005-12-02 [wwp]        1.9.100cvs52
9966
9967         * src/compose.c
9968         * src/prefs_template.c
9969         * src/quote_fmt.h
9970         * src/quote_fmt_parse.y
9971                 prevent from executing |f and |p templates commands when
9972                 adding or replacing templates in prefs (avoids annoying and
9973                 potentially dangerous behaviours)
9974
9975 2005-12-02 [paul]       1.9.100cvs51
9976
9977         * src/prefs_common.c
9978                 allow translation of some default values
9979                 Patch by Fabien Vantard
9980
9981 2005-12-02 [paul]       1.9.100cvs50
9982
9983         * src/codeconv.c
9984         * src/codeconv.h
9985         * src/prefs_common.c
9986         * src/prefs_common.h
9987         * src/prefs_message.c
9988         * src/textview.c
9989                 remove obsolete 'convert_mb_alnum' option
9990                 and related stuff
9991         * src/gtk/about.c
9992                 remove unused 'about_textview_visibility_notify'
9993
9994 2005-12-02 [paul]       1.9.100cvs49
9995
9996         * src/prefs_account.c
9997         * src/prefs_compose_writing.c
9998         * src/prefs_fonts.c
9999         * src/prefs_gtk.h
10000         * src/prefs_image_viewer.c
10001         * src/prefs_message.c
10002         * src/prefs_other.c
10003         * src/prefs_receive.c
10004         * src/prefs_send.c
10005         * src/prefs_spelling.c
10006         * src/prefs_summaries.c
10007         * src/prefs_wrapping.c
10008         * src/plugins/dillo_viewer/dillo_prefs.c
10009         * src/plugins/pgpcore/prefs_gpg.c
10010                 several cleanups to the prefs dialogs
10011                 (slightly modified) patch by Fabien Vantard
10012
10013 2005-12-02 [paul]       1.9.100cvs48
10014
10015         * src/main.c
10016                 --exit means exit
10017         * src/send_message.c
10018                 fix crash on send when connection fails
10019
10020         Thanks to Colin
10021
10022 2005-12-01 [colin]      1.9.100cvs47
10023
10024         * src/html.c
10025                 Translate &hellip; to "..."
10026
10027 2005-11-30 [colin]      1.9.100cvs46
10028
10029         * src/matcher.c
10030         * src/matcher.h
10031                 Optimize back yesterday's fix.
10032
10033 2005-11-30 [paul]       1.9.100cvs45
10034
10035         * manual/faq.xml
10036                 standardised
10037         * manual/intro.xml
10038                 written by Colin, edited by me
10039
10040 2005-11-29 [colin]      1.9.100cvs44
10041
10042         * src/matcher.c
10043                 Skip headers unconditionnaly in match_body if the
10044                 rule is not message or ~message
10045
10046 2005-11-29 [colin]      1.9.100cvs43
10047
10048         * src/matcher.c
10049                 Fix body_part and such, not skipping headers 
10050                 if the matchcriteria wasn't the first in the rule
10051
10052 2005-11-29 [colin]      1.9.100cvs42
10053
10054         * src/compose.c
10055                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10056                 option missing from message view window)
10057                 Fix double text D'n'D with gtk-2.8
10058         * src/matcher.c
10059                 Fix ~message, ~headers_part, ~body_part rules
10060         * src/messageview.c
10061                 Add Windows-1252 (Closes bug #863)
10062                 Fix accels
10063         * src/gtk/gtkaspell.c
10064                 Properly destroy accels in all menus
10065
10066 2005-11-29 [mones]      1.9.100cvs41
10067
10068         * po/es.po
10069                 Updated.
10070
10071 2005-11-27 [colin]      1.9.100cvs40
10072
10073         * src/mh_gtk.c
10074                 "/Remove mailbox" -> "/Remove mailbox..."
10075
10076 2005-11-27 [paul]       1.9.100cvs39
10077
10078         * AUTHORS
10079         * po/de.po
10080         * src/gtk/authors.h
10081                 updated by new maintainer, Stephan Sachse
10082
10083 2005-11-27 [paul]       1.9.100cvs38
10084
10085         * manual/faq.xml
10086                 written by Colin, edited by me
10087
10088 2005-11-27 [paul]       1.9.100cvs37
10089
10090         * src/prefs_common.c
10091         * src/prefs_common.h
10092         * src/prefs_receive.c
10093         * src/prefs_summaries.c
10094                 move 'go to inbox after receiving new mail'
10095                 option from display/sumamaries to mail
10096                 handling/receive, and rework prefs_summaries
10097                 dialog a little
10098
10099 2005-11-25 [martin]     1.9.100cvs36
10100
10101         * po/de.po
10102             fixed windows-1252 translation;
10103             translated some new and fuzzy strings
10104
10105 2005-11-25 [paul]       1.9.100cvs35
10106
10107         * src/plugins/clamav/clamav_plugin.c
10108                 complete the update done in cvs34
10109
10110 2005-11-25 [paul]       1.9.100cvs34
10111
10112         * src/plugins/clamav/clamav_plugin.c
10113                 reflect upstream changes
10114
10115 2005-11-25 [paul]       1.9.100cvs33
10116
10117         * manual/ack.xml
10118         * manual/plugins.xml
10119         * manual/sylpheed-claws-manual.xml
10120                 written/updated by Colin, edited by me
10121         * tools/acroread2sylpheed.pl
10122                 update binary name
10123
10124 2005-11-24 [colin]      1.9.100cvs32
10125
10126         * src/compose.c
10127                 Fix bug #856 (reediting messages forgets Request
10128                 Return Receipt)
10129
10130 2005-11-24 [paul]       1.9.100cvs31
10131
10132         * manual/addrbook.xml
10133         * manual/starting.xml
10134                 written by Colin, proofread, edited, adapted by me
10135         * manual/advanced.xml
10136                 add some Actions examples
10137         * src/importldif.c
10138                 use a Save button instead of a Close button
10139         * src/wizard.c
10140                 indicate mandatory fields
10141                 fix page display
10142                 Thanks to Colin
10143
10144 2005-11-23 [colin]      1.9.100cvs30
10145
10146         * src/addressbook.c
10147                 Rename menu item, fix possible crash after
10148                 deletion of books
10149         * src/addrindex.c
10150                 Allow searching for '*' in ldap
10151         * src/browseldap.c
10152                 Fix "Browse Entry" (did anyone use it?)
10153         * src/wizard.c
10154                 Add guards for mandatory information
10155
10156 2005-11-23 [paul]       1.9.100cvs29
10157
10158         * manual/advanced.xml
10159                 corrections to the English
10160
10161 2005-11-23 [colin]      1.9.100cvs28
10162
10163         * src/mimeview.c
10164                 Fix possible crash at exit. After the call to
10165                 gtk_container_remove(), the Viewer's widget has no
10166                 more parent so gtk+ automatically frees it and its
10167                 sons. If destroy_viewer() then try to access it,
10168                 problems ensue.
10169
10170 2005-11-22 [colin]      1.9.100cvs27
10171
10172         * src/compose.c
10173         * src/gtk/gtkaspell.c
10174                 Fix right-clicking on a misspelled word
10175                 Fix More... in suggestions menu
10176
10177 2005-11-22 [wwp]        1.9.100cvs26
10178
10179         * src/prefs_template.c
10180                 templates works: re-sort templates list when adding or replacing,
10181                 prevent from adding or replacing when the template name is empty
10182
10183 2005-11-21 [colin]      1.9.100cvs25
10184
10185         * src/addressbook.c
10186                 Fix some addressbook suckage (dnd, select all)
10187         * src/compose.c
10188         * src/gtk/gtkaspell.c
10189         * src/gtk/gtkaspell.h
10190                 Make the spellchecker menu work with the 
10191                 GtkTextView one instead of overriding it
10192
10193 2005-11-20 [paul]       1.9.100cvs24
10194
10195         * manual/handling.xml
10196                 proofread and corrected
10197
10198 2005-11-20 [paul]       1.9.100cvs23
10199
10200         * manual/Makefile
10201                 generate html as one file
10202         * manual/advanced.xml
10203                 fix output generation
10204                 reformat hidden options list
10205         * manual/manual.xml     ** REMOVED **
10206         * manual/sylpheed-claws-manual.xml      ** ADDED **
10207                 renamed
10208
10209 2005-11-18 [colin]      1.9.100cvs22
10210
10211         * src/prefs_account.c
10212                 Fix layout in news and mbox accounts
10213         * manual/account.xml
10214         * manual/advanced.xml
10215                 New contents for Paul to check :)
10216
10217 2005-11-18 [wwp]        1.9.100cvs21
10218
10219         * src/gtk/quicksearch.c
10220                 don't update extended quicksearch buttons twice
10221
10222 2005-11-18 [paul]       1.9.100cvs20
10223
10224         * src/textview.c
10225                 complete 1.9.100cvs19
10226
10227 2005-11-18 [paul]       1.9.100cvs19
10228
10229         * src/compose.c
10230                 cosmetic improvements
10231         * src/textview.c
10232                 also list text/* attachments
10233
10234 2005-11-18 [colin]      1.9.100cvs18
10235
10236         * src/summaryview.c
10237                 Use column 0 instead of -1 in 
10238                 gtk_ctree_node_moveto, in a naive
10239                 hope it'll fix the gtk-related crashes
10240
10241 2005-11-18 [colin]      1.9.100cvs17
10242
10243         * src/gtk/inputdialog.c
10244                 Fix icon staying the first one
10245
10246 2005-11-17 [wwp]        1.9.100cvs16
10247                 fix possible problem showing some quicksearch buttons, and a bad
10248                 call to g_return_if_fail in a function that returns a value (both
10249                 fixes by Fabien Vantard)
10250
10251 2005-11-15 [wwp]        1.9.100cvs15
10252
10253         * src/gtk/quicksearch.c
10254                 added a tooltip to that obscure ... quicksearch button
10255
10256 2005-11-15 [wwp]        1.9.100cvs14
10257
10258         * src/gtk/quicksearch.c
10259                 add a quicksearch helper to filtering expression users: the ... button
10260                 raises the condition expr window. condition expressions set up w/ this
10261                 window are used by the quicksearch if the user closes it pressing OK.
10262
10263 2005-11-14 [paul]       1.9.100cvs13
10264
10265         * src/plugins/clamav/clamav_plugin.c
10266         * src/plugins/spamassassin/spamassassin.c
10267                 change plugin type following recent merging
10268
10269 2005-11-14 [wwp]        1.9.100cvs12
10270
10271         * src/folder.c
10272                 prevent from crashing when copying/moving message(s) from and
10273                 to the same folder
10274
10275 2005-11-14 [paul]       1.9.100cvs11
10276
10277         * src/plugins/clamav/Makefile.am
10278         * src/plugins/clamav/clamav_plugin.c
10279         * src/plugins/clamav/clamav_plugin.h
10280         * src/plugins/clamav/clamav_plugin_gtk.c
10281                 also merge clamav and clamav_gtk plugins
10282
10283 2005-11-13 [colin]      1.9.100cvs10
10284
10285         * configure.ac
10286         * src/plugins/spamassassin/Makefile.am
10287         * src/plugins/spamassassin/spamassassin.c
10288         * src/plugins/spamassassin/spamassassin.h
10289         * src/plugins/spamassassin/spamassassin_gtk.c
10290                 Merge spamassassin and spamassassin_gtk plugins,
10291                 and build it by default.
10292
10293 2005-11-12 [colin]      1.9.100cvs9
10294
10295         * src/etpan/imap-thread.c
10296                 Fix gcc warning
10297
10298 2005-11-12 [colin]      1.9.100cvs8
10299
10300         * src/procmime.c
10301                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10302
10303 2005-11-10 [colin]      1.9.100cvs7
10304
10305         * src/main.c
10306                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10307                 minimised state)
10308
10309 2005-11-10 [wwp]        1.9.100cvs6
10310
10311         * src/gtk/description_window.c
10312                 fix a crash when closing description windows using the WM's [X] button
10313
10314 2005-11-09 [colin]      1.9.100cvs5
10315
10316         * src/common/ssl.c
10317                 Update libetpan call to follow upstream
10318                 (yes, this requires libetpan-0.40cvs3)
10319
10320 2005-11-08 [colin]      1.9.100cvs4
10321
10322         * src/compose.c
10323         * src/textview.c
10324         * src/common/utils.c
10325         * src/common/utils.h
10326                 Enhance the email parser
10327
10328 2005-11-08 [colin]      1.9.100cvs3
10329
10330         * src/procmime.c
10331                 Fix what looks like an off-by-one (fixes 
10332                 attachments from the Bat)
10333
10334 2005-11-08 [wwp]        1.9.100cvs2
10335
10336         * src/main.c
10337                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10338
10339 2005-11-08 [wwp]        1.9.100cvs1
10340
10341         * src/main.c
10342                 allow exiting Sylpheed-Claws from command-line
10343
10344 2005-11-08 [paul]       1.9.100
10345
10346         1.9.100 released
10347
10348 2005-11-07 [colin]      1.9.99cvs17
10349
10350         * src/addritem.c
10351         * src/ldif.c
10352                 Fix import of base-64 encoded items
10353
10354 2005-11-07 [colin]      1.9.99cvs16
10355
10356         * src/send_message.c
10357                 Fix bug #314 (Queue does not empty under certain 
10358                 circumstances)
10359
10360 2005-11-07 [paul]       1.9.99cvs15
10361
10362         * src/mutt.c
10363         * src/pine.c
10364                 fix buffer overflows
10365                 Thanks to Colin
10366
10367 2005-11-07 [paul]       1.9.99cvs14
10368
10369         * doc/man/Makefile.am
10370         * doc/man/sylpheed-claws.1      ** ADDED **
10371         * doc/man/sylpheed.1            ** DELETED **
10372                 rename and update the man file
10373
10374 2005-11-06 [colin]      1.9.99cvs13
10375
10376         * src/ldif.c
10377                 Fix ldif_get_line() that returned empty strings
10378                 (Didn't understand why). Also fix a possible
10379                 buffer overflow.
10380
10381 2005-11-06 [wwp]        1.9.99cvs12
10382
10383         * src/textview.c
10384         * src/gtk/about.c
10385         * src/gtk/gtkutils.c
10386         * src/gtk/gtkutils.h
10387                 fix a compilation warning,
10388                 make links sensitive in the about dialog
10389
10390 2005-11-04 [wwp]        1.9.99cvs11
10391
10392         * src/gtk/about.c
10393                 don't wrap or translate URIs, and a bit text format cleanup
10394
10395 2005-11-04 [wwp]        1.9.99cvs10
10396
10397         * src/gtk/about.c
10398                 better textview tagging implementation (no more use of marks for
10399                 postponed tagging)
10400
10401 2005-11-02 [colin]      1.9.99cvs9
10402
10403         * src/common/ssl.c
10404                 Forgot an ifdef
10405
10406 2005-11-02 [colin]      1.9.99cvs8
10407
10408         * configure.ac
10409                 Require libetpan-0.40 due to upstream fix
10410         * src/common/ssl.c
10411                 Tell libetpan not to call SSL_Library_Init,
10412                 as we do it ourselves.
10413
10414 2005-11-02 [colin]      1.9.99cvs7
10415
10416         * po/POTFILES.in
10417                 Add missing files (thanks to Fabien Vantard)
10418
10419 2005-11-02 [colin]      1.9.99cvs6
10420
10421         * src/summaryview.c
10422                 Fix totals when read messages are hidden or quicksearch
10423                 is on
10424         * src/ssl_manager.c
10425         * src/ssl_manager.h
10426         * src/common/ssl_certificate.c
10427         * src/common/ssl_certificate.h
10428         * src/gtk/sslcertwindow.c
10429         * src/gtk/sslcertwindow.h
10430                 Fix copyright on my stuff
10431
10432 2005-11-02 [wwp]        1.9.99cvs5
10433
10434         * src/prefs_themes.c
10435                 fix directory name checking (theme installation/removal),
10436                 made related error a bit more verbose
10437
10438 2005-11-02 [colin]      1.9.99cvs4
10439
10440         * src/summaryview.c
10441                 Fix typo (probably fixes bug #841 (Sort by the From 
10442                 field doesn't work)
10443
10444 2005-11-02 [paul]       1.9.99cvs3
10445
10446         * po/ko.po
10447         * po/nb.po
10448                 updated by SungHyun Nam, Geir Helland
10449         * src/wizard.c
10450                 fix typo in welcome message. spotted by
10451                 Andrea Spadaccini
10452
10453 2005-11-01 [colin]      1.9.99cvs2
10454
10455         * src/compose.c
10456                 Fix replying to ml wen confirming subscription
10457         * src/messageview.c
10458         * src/mimeview.c
10459         * src/mimeview.h
10460         * src/privacy.h
10461         * src/summaryview.c
10462                 Make key check non blocking
10463
10464 2005-10-31 [paul]       1.9.99cvs1
10465
10466         * tools/claws.i18n.status.pl
10467                 updated for ChangeLog
10468
10469 2005-10-31 [paul]       1.9.99
10470
10471         1.9.99 released
10472
10473 2005-10-31 [paul]       1.9.15cvs131
10474
10475         * .cvsignore
10476         * ChangeLog
10477         * ChangeLog.claws       ** REMOVED **
10478         * ChangeLog-gtk2.claws  ** REMOVED **
10479         * ChangeLog.gtk1        ** ADDED **
10480         * INSTALL
10481         * Makefile.am
10482         * NEWS
10483         * README
10484         * README.claws          ** REMOVED **
10485         * README.jp             ** REMOVED **
10486         * RELEASE_NOTES         ** ADDED **
10487         * RELEASE_NOTES.claws   ** REMOVED **
10488         * commitHelper
10489         * configure.ac
10490         * sylpheed.spec.in      ** REMOVED **
10491                 tidy up and update the default docs:
10492                 ChangeLog.claws is renamed ChangeLog.gtk1
10493                 ChangeLog-gtk2.claws is renamed ChangeLog
10494                 README.claws is renamed README
10495                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10496
10497 2005-10-31 [paul]       1.9.15cvs130
10498
10499         * po/it.po
10500                 fix errors
10501
10502 2005-10-31 [paul]       1.9.15cvs129
10503
10504         * po/ca.po
10505         * po/de.po
10506         * po/en_GB.po
10507         * po/fr.po
10508         * po/it.po
10509         * po/pt_BR.po
10510         * po/sk.po
10511         * po/sr.po
10512         * po/zh_CN.po
10513                 updated by Miquel Oliete, Stephan Sachse and
10514                 Thomas Gilgin, me, Fabien Vantard, Andrea
10515                 Spadaccini, Frederico Goncalves Guimaraes,
10516                 Andrej Kacian, Aleksandar Urosevic, and
10517                 Ralgh Young.
10518
10519 2005-10-31 [mones]      1.9.15cvs128
10520
10521         * manual/faq.xml
10522                 More questions.
10523         
10524         * po/es.po
10525                 Updated for release.
10526
10527 2005-10-30 [colin]      1.9.15cvs127
10528
10529         * src/compose.c
10530                 Place cursor before rewrapping (fixes cursor
10531                 pos if quotation gets rewrapped)
10532
10533 2005-10-29 [paul]       1.9.15cvs126
10534
10535         * src/crash.c
10536         * src/foldersel.c
10537         * src/main.c
10538         * src/messageview.c
10539         * src/toolbar.c
10540         * src/gtk/authors.h
10541                 corrections to text items
10542
10543 2005-10-28 [colin]      1.9.15cvs125
10544
10545         * src/messageview.c
10546                 Make "hit 'C' to check sig" work from extern 
10547                 messageviews
10548
10549 2005-10-27 [colin]      1.9.15cvs124
10550
10551         * src/summaryview.c
10552                 Add a hack to avoid segfaulting when hammering 
10553                 on gtk's events
10554
10555 2005-10-27 [wwp]        1.9.15cvs123
10556
10557         * src/prefs_themes.c
10558                 sort list of themes names in themes prefs
10559
10560 2005-10-27 [paul]       1.9.15cvs122
10561
10562         * src/folder.c
10563         * src/prefs_account.c
10564                 fix building on Solaris
10565                 Patch by Alex Moore
10566
10567 2005-10-27 [wwp]        1.9.15cvs121
10568
10569         * src/summaryview.c
10570         * src/gtk/gtksctree.c
10571                 speed up unselecting messages in summary view (thanks to Colin)
10572
10573 2005-10-27 [paul]       1.9.15cvs120
10574
10575         * src/mainwindow.c
10576                 fix a compilation warning
10577         * src/summaryview.c
10578                 fix updating of 'n items selected' count
10579                 when deselecting
10580
10581 2005-10-27 [martin]     1.9.15cvs119
10582
10583         * src/action.c
10584                 ignore actions with a leading '/' in the action menu name
10585                 fixes a crash on menu creation
10586         * src/prefs_actions.c
10587                 do not allow a leading '/' in the action menu name
10588
10589 2005-10-27 [paul]       1.9.15cvs118
10590
10591         * src/main.c
10592                 fix compilation warning
10593
10594 2005-10-27 [paul]       1.9.15cvs117
10595
10596         * src/procmime.c
10597                 add #if HAVE_LOCALE_H
10598
10599 2005-10-27 [paul]       1.9.15cvs116
10600
10601         * src/plugins/clamav/clamav_plugin.c
10602         * src/plugins/dillo_viewer/dillo_viewer.c
10603         * src/plugins/mathml_viewer/mathml_viewer.c
10604         * src/plugins/pgpcore/plugin.c
10605         * src/plugins/pgpinline/plugin.c
10606         * src/plugins/pgpmime/plugin.c
10607         * src/plugins/spamassassin/spamassassin.c
10608         * src/plugins/trayicon/trayicon.c
10609                 plugin_init() : make error messages more
10610                 informative
10611
10612 2005-10-26 [wwp]        1.9.15cvs115
10613
10614         * src/prefs_matcher.c
10615                 enlarge boolean op widget width a bit (wasn't always showing text contents)
10616
10617 2005-10-26 [wwp]        1.9.15cvs114
10618
10619         * src/procmime.c
10620         * src/gtk/gtksctree.c
10621         * src/plugins/spamassassin/libspamc.c
10622         * src/plugins/spamassassin/spamassassin.c
10623                 fix some compilation warnings more
10624
10625 2005-10-26 [mones]      1.9.15cvs113
10626
10627         * po/es.po
10628                 Updated translation
10629
10630 2005-10-26 [paul]       1.9.15cvs112
10631
10632         * src/prefs_message.c
10633                 give all display_xface stuff the
10634                 #if HAVE_LIBCOMPFACE treatment, thus
10635                 preventing a crash
10636                 (Thanks to Wolfgang Enderlein)
10637
10638 2005-10-26 [colin]      1.9.15cvs111
10639
10640         * src/gedit-print.c
10641                 Fix date format
10642         * src/imap_gtk.c
10643         * src/news_gtk.c
10644                 Remove context menu items that should not be there
10645         * src/jpilot.c
10646                 Fix encoding
10647         * src/main.c
10648         * src/mainwindow.c
10649                 Don't show the mainwindow too soon
10650
10651 2005-10-26 [wwp]        1.9.15cvs110
10652
10653         * src/folder.c
10654         * src/manual.c
10655         * src/summaryview.c
10656                 fix uninitialized pointers in the folder updating hook
10657                 (thanks to Colin)
10658
10659 2005-10-25 [mones]      1.9.15cvs109
10660
10661         * manual/faq.xml
10662                 General information subsection completed. 
10663                 Removed archaic references.
10664                 
10665         * manual/Makefile
10666         * manual/dtd/manual.dsl
10667                 Added customization stylesheet for getting paragraphs
10668                 fully justified in PDF output (as suggested by Colin).
10669
10670 2005-10-25 [colin]      1.9.15cvs108
10671
10672         * src/compose.c
10673                 Fix a second leak
10674
10675 2005-10-25 [colin]      1.9.15cvs107
10676
10677         * src/addrbook.c
10678         * src/addrindex.c
10679                 Fix leak (xml_get_element() allocates memory)
10680         * src/compose.c
10681                 Fix leak + dead code (shame!)
10682         * src/procmime.c
10683                 Fix leak
10684
10685 2005-10-25 [colin]      1.9.15cvs106
10686
10687         * src/mimeview.c
10688                 Fix encoding issue in Save all and in 
10689                 overwrite-confirmation alertpanel
10690
10691 2005-10-25 [colin]      1.9.15cvs105
10692
10693         * src/common/socket.c
10694                 Fix a leak - Thanks to Christopher Aillon
10695                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
10696
10697 2005-10-25 [paul]       1.9.15cvs104
10698
10699         * src/wizard.c
10700                 Always guess servers from the right-hand
10701                 email part and guess username from the
10702                 left-hand part. (Thanks to Colin)
10703                 add an X-Face to the welcome message
10704
10705 2005-10-25 [paul]       1.9.15cvs103
10706
10707         * manual/handling.xml
10708                 written by Colin, edited by me
10709
10710 2005-10-25 [wwp]        1.9.15cvs102
10711
10712         * src/folderview.c
10713         * src/grouplistdialog.c
10714         * src/imap.c
10715         * src/noticeview.c
10716                 fix some compilation warnings
10717
10718 2005-10-24 [paul]
10719
10720         1.9.99-rc3 released
10721
10722 2005-10-24 [paul]       1.9.15cvs101
10723
10724         * src/gtk/about.c
10725                 fix window sizing
10726
10727 2005-10-24 [paul]       1.9.15cvs100
10728
10729         * src/pixmaps/offline.xpm
10730         * src/pixmaps/online.xpm
10731                 replace with last default versions
10732
10733 2005-10-24 [colin]      1.9.15cvs99
10734
10735         * src/imap.c
10736                 Fix bug when moving a folder
10737         * src/imap_gtk.c
10738         * src/mh_gtk.c
10739                 "Delete folder" pops up a window, so it 
10740                 should be suffixed with "..."
10741         * src/plugins/pgpcore/sgpgme.c
10742                 Include locale.h
10743
10744 2005-10-24 [mones]      1.9.15cvs98
10745
10746         * manual/Makefile
10747         * manual/account.xml
10748         * manual/ack.xml
10749         * manual/addrbook.xml
10750         * manual/advanced.xml
10751         * manual/faq.xml
10752         * manual/glossary.xml
10753         * manual/gpl.xml
10754         * manual/handling.xml
10755         * manual/intro.xml
10756         * manual/keyboard.xml
10757         * manual/manual.xml
10758         * manual/plugins.xml
10759         * manual/starting.xml
10760         * manual/dtd/sdocbook.dtd
10761                 Initial manual structure and some content.
10762
10763 2005-10-23 [wwp]        1.9.15cvs97
10764
10765         * src/gtk/about.c
10766                 fix a typo
10767
10768 2005-10-23 [wwp]        1.9.15cvs96
10769
10770         * src/gtk/about.c
10771         * src/gtk/authors.h
10772                 rework of the about window (main work by Paul), also featuring a few
10773                 fixes for typos and duplicate names
10774
10775 2005-10-23 [wwp]        1.9.15cvs95
10776
10777         * src/.cvsignore
10778                 Ignore the right binary name (sylpheed-claws now)
10779
10780 2005-10-23 [paul]       1.9.15cvs94
10781
10782         * src/compose.c
10783                 when using Folder Pref 'Default To for
10784                 replies' make the entry in the Compose
10785                 window bold
10786                 Patch by Fabien Vantard
10787
10788 2005-10-22 [colin]      1.9.15cvs93
10789
10790         * src/codeconv.c
10791                 Fix leak
10792
10793 2005-10-22 [colin]      1.9.15cvs92
10794
10795         * src/codeconv.c
10796                 try to convert using locale (apart utf8) if necessary
10797
10798 2005-10-22 [colin]      1.9.15cvs91
10799
10800         * src/pixmaps/new.xpm
10801         * src/pixmaps/unread.xpm
10802                 Make the unread envelope blue again and
10803                 saturate the new one a bit more.
10804
10805 2005-10-22 [colin]      1.9.15cvs90
10806
10807         * src/compose.c
10808                 When replying to a mail sent by one of our accounts,
10809                 use the original list of recipients. Let 'Reply All'
10810                 and 'Reply to sender' work like previously.
10811
10812 2005-10-21 [colin]      1.9.15cvs89
10813
10814         * src/prefs_filtering.c
10815                 Clear fields after add and replace
10816         * src/textview.c
10817                 Display xface differently (better)
10818         * src/plugins/pgpinline/pgpinline.c
10819                 Fix crappy encodings/recodings
10820
10821 2005-10-21 [paul]       1.9.15cvs88
10822
10823         * src/compose.c
10824         * src/prefs_folder_item.c
10825         * src/toolbar.c
10826                 fix news folder Folder Properties
10827                 (thanks to Colin)
10828         * src/folderview.c
10829                 update folderview after Themes change
10830                 keep selected folder selected
10831                 (thanks to Colin)
10832
10833 2005-10-21 [paul]       1.9.15cvs87
10834
10835         * tools/Makefile.am
10836         * tools/OOo2sylpheed.pl
10837         * tools/README
10838         * tools/README.sylprint
10839         * tools/asus_mailled.sh         ** REMOVED **
10840         * tools/filter_conv.pl
10841         * tools/freshmeat_search.pl
10842         * tools/google_search.pl
10843         * tools/gpg-sign-syl            ** REMOVED **
10844         * tools/kmail2sylpheed.pl
10845         * tools/kmail2sylpheed_v2.pl
10846         * tools/multiwebsearch.pl
10847         * tools/nautilus2sylpheed.sh
10848         * tools/newscache_clean.pl
10849         * tools/outlook2sylpheed.pl
10850         * tools/sylpheed-switcher       ** REMOVED **
10851         * tools/sylprint.pl
10852         * tools/sylprint.rc
10853         * tools/tb2sylpheed
10854         * tools/vcard2xml.py
10855         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10856                 update default config dir
10857                 update binary name (thanks to Fabien Vantard)
10858                 remove obsolete scripts
10859
10860 2005-10-21 [colin]      1.9.15cvs86
10861
10862         * src/inc.c
10863                 Fix possible leak and units. Based on a patch by
10864                 Fabien Vantard.
10865
10866 2005-10-20 [colin]      1.9.15cvs85
10867
10868         * src/textview.c
10869                 Clear xface when clearing textview
10870
10871 2005-10-20 [colin]      1.9.15cvs84
10872
10873         * configure.ac
10874         * src/folderview.c
10875         * src/headerview.c
10876         * src/main.c
10877         * src/prefs_common.c
10878         * src/prefs_common.h
10879         * src/prefs_message.c
10880         * src/textview.c
10881         * src/textview.h
10882         * src/common/defs.h
10883         * src/common/utils.c
10884         * src/common/utils.h
10885         * src/gtk/gtkutils.c
10886         * src/gtk/gtkutils.h
10887                 Migrate config to .sylpheed-claws (Automatically)
10888                 Add a way to get the Xface in the TextView
10889
10890 2005-10-20 [colin]      1.9.15cvs83
10891
10892         * src/gtk/Makefile.am
10893         * src/gtk/about.c
10894         * src/gtk/authors.h
10895                 Make the about dialog *grooovy*
10896
10897 2005-10-20 [colin]      1.9.15cvs82
10898
10899         * src/mimeview.c
10900                 Use "Open with" on double click if no command
10901                 was found
10902
10903 2005-10-20 [colin]      1.9.15cvs81
10904
10905         * src/imap.c
10906         * src/etpan/imap-thread.c
10907                 Fix possible crash.
10908
10909 2005-10-20 [paul]       1.9.15cvs80
10910
10911         * src/folder.c
10912                 don't show clipkey icon if the only
10913                 attachment is the signature
10914                 Patch by Colin
10915
10916 2005-10-20 [paul]       1.9.15cvs79
10917
10918         * AUTHORS
10919         * src/plugins/pgpmime/pgpmime.c
10920                 name the PGP/MIME signature 'signature.asc'
10921                 Patch by Andrew Nelson <freeandy@gmail.com>
10922
10923 2005-10-19 [colin]      1.9.15cvs78
10924
10925         * src/plugins/pgpmime/pgpmime.c
10926                 Oops, no need to double-check though
10927
10928 2005-10-19 [colin]      1.9.15cvs77
10929
10930         * src/plugins/pgpinline/pgpinline.c
10931         * src/plugins/pgpmime/pgpmime.c
10932                 Check that my_tmpfile() doesn't 
10933                 return NULL
10934
10935 2005-10-19 [colin]      1.9.15cvs76
10936
10937         * src/common/utils.c
10938                 Use shorter mime boundaries to avoid having
10939                 MTAs rewrapping our headers, breaking the
10940                 PGP signature in the process 
10941         * src/compose.c
10942         * src/plugins/pgpmime/pgpmime.c
10943                 Check for boundary uniqueness to be sure
10944                 it won't happen, instead of hoping for the
10945                 best
10946
10947 2005-10-19 [colin]      1.9.15cvs75
10948
10949         * sylpheed-claws.desktop
10950         * src/Makefile.am
10951         * src/main.c
10952                 Ship a sylpheed-claws binary instead
10953                 of a sylpheed one. Change the socket
10954                 name, too
10955         * src/folderview.c
10956                 Update folder only if it changed
10957         * src/wizard.c
10958                 Fix i18n in welcome mail, patch by
10959                 Fabien Vantard
10960
10961 2005-10-19 [paul]
10962
10963         1.9.99-rc2 released
10964
10965 2005-10-19 [paul]       1.9.15cvs74
10966
10967         * src/folder.c
10968         * src/folderview.c
10969                 fix summaryview update
10970                 Patch by Colin
10971
10972 2005-10-18 [colin]      1.9.15cvs73
10973
10974         * src/plugins/pgpcore/passphrase.c
10975                 Don't XGrabServer, and try a bit more to 
10976                 sync everything before grabbing mouse/keyboard
10977
10978 2005-10-18 [colin]      1.9.15cvs72
10979
10980         * src/Makefile.am
10981         * src/addressadd.c
10982         * src/addressbook.c
10983         * src/folderview.c
10984         * src/grouplistdialog.c
10985         * src/mimeview.c
10986         * src/stock_pixmap.c
10987         * src/stock_pixmap.h
10988         * src/summaryview.c
10989         * src/gtk/gtksctree.c
10990         * src/gtk/gtksctree.h
10991         * src/pixmaps/empty.xpm
10992                 Implement a wrapper call for gtk_ctree_set_node_info
10993                 and gtk_ctree_insert_node, that uses a 1x1 transparent
10994                 pixmap instead of a NULL one. This works around some
10995                 memory problems deep inside gtk, revealed by valgrind,
10996                 and fixes bug #834 (Pressing CTRl-D on a message marked 
10997                 as locked crashes sylpheed.), as well as, probably, 
10998                 wwp's 4th dimension problems that happen in gtk_ctree_*.
10999
11000 2005-10-17 [colin]      1.9.15cvs71
11001
11002         * src/mimeview.c
11003                 Provide visual feedback when checking
11004                 signature
11005
11006 2005-10-17 [colin]      1.9.15cvs70
11007
11008         * src/main.c
11009                 Keep the folder list frozen while checking caches...
11010
11011 2005-10-17 [colin]      1.9.15cvs69
11012
11013         * src/addr_compl.c
11014                 Fi bug #833 (Autocompleting from addressbook 
11015                 fails with extended chars)
11016         * src/imap.c
11017                 Fix 'adding messages' staying in statusbar
11018                 after an error
11019
11020 2005-10-17 [wwp]        1.9.15cvs68
11021
11022         * src/ssl_manager.c
11023                 Fix buttons' layout resizing when window size changes
11024
11025 2005-10-17 [wwp]        1.9.15cvs67
11026
11027         * src/account.c
11028         * src/prefs_account.c
11029         * src/prefs_common.c
11030         * src/prefs_common.h
11031         * src/prefs_folder_item.c
11032         * src/prefs_gtk.c
11033         * src/gtk/logwindow.c
11034         * src/gtk/pluginwindow.c
11035         * src/gtk/prefswindow.c
11036         * src/gtk/prefswindow.h
11037                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11038
11039 2005-10-17 [paul]       1.9.15cvs66
11040
11041         * configure.ac
11042                 fix missing libetpan message
11043         * po/en_GB.po
11044                 updated
11045         * src/crash.c
11046         * src/manual.c
11047         * src/prefs_themes.c
11048         * src/common/defs.h
11049                 add some new URI defines, change some
11050                 others
11051         * src/wizard.c
11052                 make welcome message translatable
11053                 small improvements to english
11054                 other tweaks
11055         * src/gtk/menu.c
11056                 fix warnings
11057
11058 2005-10-17 [paul]       1.9.15cvs65
11059
11060         * src/summaryview.c
11061                 fix column titles
11062
11063 2005-10-16 [mones]      1.9.15cvs64
11064
11065         * po/es.po
11066                 Updated translation
11067
11068 2005-10-16 [colin]
11069
11070         1.9.99-rc1 released
11071
11072 2005-10-16 [colin]      1.9.15cvs63
11073
11074         * src/wizard.c
11075                 Fix whitespace
11076
11077 2005-10-16 [colin]      1.9.15cvs62
11078
11079         * src/toolbar.c
11080                 s/Get All/Get Mail/
11081         * src/wizard.c
11082                 Real welcome mail text, thanks Paul
11083
11084 2005-10-16 [colin]      1.9.15cvs61
11085
11086         * src/editldap.c
11087         * src/exporthtml.c
11088         * src/main.c
11089         * src/mainwindow.c
11090         * src/prefs_themes.c
11091         * src/prefs_toolbar.c
11092         * src/plugins/demo/demo.c
11093         * src/plugins/trayicon/trayicon.c
11094                 s/Sylpheed/Sylpheed-Claws/
11095
11096 2005-10-16 [colin]      1.9.15cvs60
11097
11098         * src/wizard.c
11099                 Add a welcome email in the first empty mailbox
11100         * src/prefs_common.c
11101                 Change one more default
11102
11103 2005-10-16 [colin]      1.9.15cvs59
11104
11105         * src/wizard.c
11106                 Remove printf
11107
11108 2005-10-16 [colin]      1.9.15cvs58
11109
11110         * src/toolbar.c
11111         * src/prefs_common.c
11112                 Change some defaults
11113
11114 2005-10-16 [colin]      1.9.15cvs57
11115
11116         * src/toolbar.c
11117         * src/prefs_common.c
11118                 Change some defaults
11119
11120 2005-10-16 [colin]      1.9.15cvs56
11121
11122         * src/wizard.c
11123                 By default, initialize fonts to have
11124                 the same size as normal GtkWidgets
11125
11126 2005-10-16 [colin]      1.9.15cvs55
11127
11128         * src/mimeview.c
11129                 Fix message a bit more
11130
11131 2005-10-16 [colin]      1.9.15cvs54
11132
11133         * src/addressbook.c
11134                 Second attempt at flicker fixing
11135
11136 2005-10-16 [colin]      1.9.15cvs53
11137
11138         * src/addressbook.c
11139                 Fix flicker
11140
11141 2005-10-16 [wwp]        1.9.15cvs52
11142
11143         * src/addressbook.c
11144         * src/editaddress.c
11145         * src/prefs_common.c
11146         * src/prefs_common.h
11147                 Remember window sizes (address book)
11148
11149 2005-10-16 [wwp]        1.9.15cvs51
11150
11151         * src/plugins/clamav/clamav_plugin_gtk.c
11152         * src/plugins/spamassassin/spamassassin_gtk.c
11153                 Fix compilation warnings (missing #include).
11154
11155 2005-10-16 [colin]      1.9.15cvs50
11156
11157         * src/mimeview.c
11158         * src/summaryview.c
11159         * src/textview.c
11160                 Make 'c' check signature, and forward
11161                 c, l, y, t from summaryview to mimeview
11162
11163 2005-10-16 [colin]      1.9.15cvs49
11164
11165         * src/addressbook.c
11166                 Put border around buttons
11167         * src/mainwindow.c
11168         * src/summaryview.c
11169                 Rework menus (Patch based on a patch
11170                 by Paul)
11171
11172 2005-10-15 [wwp]        1.9.15cvs48
11173
11174         * src/editjpilot.c
11175         * src/editldap.c
11176         * src/editvcard.c
11177         * src/exphtmldlg.c
11178         * src/expldifdlg.c
11179         * src/export.c
11180         * src/import.c
11181         * src/importldif.c
11182         * src/importmutt.c
11183         * src/importpine.c
11184         * src/prefs_account.c
11185         * src/prefs_spelling.c
11186         * src/gtk/gtkutils.c
11187         * src/gtk/gtkutils.h
11188         * src/plugins/clamav/clamav_plugin_gtk.c
11189         * src/plugins/spamassassin/spamassassin_gtk.c
11190                 use nicer browse-for-file/dir buttons than the "..." ones,
11191                 code factorizing more.
11192
11193 2005-10-14 [colin]      1.9.15cvs47
11194
11195         * src/mainwindow.c
11196                 set relief on the account switcher so that people see it
11197                 grey out Create processing rules when no message is selected
11198         * src/prefs_filtering.c
11199                 ask before closing if the rule has not been modified, even if
11200                 it's not valid
11201         * src/prefs_matcher.c
11202                 fix sensitivity when entering the dialog
11203         * src/gtk/inputdialog.c
11204                 display a better icon on password ask
11205         * src/plugins/pgpcore/passphrase.c
11206                 make the dialog look better
11207
11208 2005-10-14 [paul]       1.9.15cvs46
11209
11210         * src/folderview.c
11211                 indicate presense of marked msgs in
11212                 unexpanded subfolders
11213
11214 2005-10-14 [paul]       1.9.15cvs45
11215
11216         * src/prefs_actions.c
11217         * src/prefs_common.c
11218         * src/prefs_common.h
11219         * src/prefs_filtering_action.c
11220         * src/prefs_matcher.c
11221         * src/prefs_template.c
11222                 remember window sizes
11223                 fix Info button size
11224
11225         Patches by wwp
11226
11227 2005-10-13 [colin]      1.9.15cvs44
11228
11229         * src/mimeview.c
11230         * src/noticeview.c
11231         * src/noticeview.h
11232                 Add a tooltip on the icon (optional) 
11233                 Get rid of the signature buttons and only
11234                 use the icon+tooltip
11235
11236 2005-10-13 [colin]      1.9.15cvs43
11237
11238         * src/noticeview.c
11239         * src/noticeview.h
11240                 Add hand cursor for hovering over icon
11241
11242 2005-10-13 [colin]      1.9.15cvs42
11243
11244         * src/summaryview.c
11245                 Fix crash when quicksearch's hidden 
11246                 at startup
11247
11248 2005-10-13 [colin]      1.9.15cvs41
11249
11250         * src/compose.c
11251                 Set subject when forwarding multiple mails
11252                 Check that other recipient than the default Cc or Bcc
11253                 have been set before sending.
11254
11255 2005-10-13 [colin]      1.9.15cvs40
11256
11257         * src/imap.c
11258                 Batch per-folder
11259                 Introduce locking, but don't use it yet
11260
11261 2005-10-13 [colin]      1.9.15cvs39
11262
11263         * src/gtk/quicksearch.c
11264                 Reset quicksearch when hiding it
11265                 Make sticky a real pref
11266
11267 2005-10-13 [colin]      1.9.15cvs38
11268
11269         * src/summaryview.c
11270                 Faster prefs apply
11271
11272 2005-10-13 [colin]      1.9.15cvs37
11273
11274         * src/mimeview.c
11275         * src/noticeview.c
11276         * src/noticeview.h
11277         * src/plugins/pgpcore/sgpgme.c
11278                 Make privacy icon clickable
11279                 Move Trust field in Full info
11280                 When trust is less than full, don't display
11281                 a warning icon
11282
11283 2005-10-13 [colin]      1.9.15cvs36
11284
11285         * src/folder.c
11286                 Batch on flags sync
11287         * src/folderview.c
11288                 Revert speed hack which is dangerous in fact
11289                 Apply prefs faster
11290
11291 2005-10-13 [colin]      1.9.15cvs35
11292
11293         * src/folder_item_prefs.c
11294                 Fix pref corruption on folder move. Patch
11295                 by wwp
11296
11297 2005-10-13 [paul]       1.9.15cvs34
11298
11299         * src/export.c
11300         * src/import.c
11301                 fix typos in g_warnings
11302         * src/prefs_account.c
11303                 add a file selector for Signature file
11304
11305         Patches by wwp
11306
11307 2005-10-12 [colin]      1.9.15cvs33
11308
11309         * src/mimeview.c
11310                 Provide a quick way to go back from a
11311                 signature's full info to the email part
11312
11313 2005-10-12 [colin]      1.9.15cvs32
11314
11315         * src/compose.c
11316                 Remove old hack of encoding signed mails with base64.
11317                 QP works equally well.
11318
11319 2005-10-12 [colin]      1.9.15cvs31
11320
11321         * src/crash.c
11322                 Replace deprecated GtkText with GtkTextView
11323         * src/imap.c
11324                 Fix a logic bug about counts in imap_select
11325                 (previously un-triggered)
11326         * src/mainwindow.c
11327         * src/summaryview.c
11328         * src/news.c
11329                 Allow local deletion of news posts
11330         * src/mimeview.c
11331                 Show GPG noticeview on the message/rfc822 part
11332                 in addition to the text/plain one
11333         * src/prefs_image_viewer.c
11334           src/plugins/pgpcore/prefs_gpg.c
11335                 Polish (set the label as part of the checkbox)
11336         * src/wizard.c
11337                 Don't sit there doing nothing after destroying
11338                 the window - return err
11339
11340 2005-10-11 [colin]      1.9.15cvs30
11341
11342         * src/folderview.c
11343                 Apply processing rules before showing folders.
11344                 Early folder show (before flags sync) will only
11345                 be done when there are no processing rules (nor
11346                 pre- or post- ones)
11347         * src/imap.c
11348                 Fix stuff related to mail subdir, creation and 
11349                 deletion of folders 
11350         * src/imap_gtk.c
11351                 Don't allow creation of folders in NoInferior
11352                 folders, as it won't work
11353
11354 2005-10-10 [colin]      1.9.15cvs29
11355
11356         * src/compose.c
11357                 Reselect "None" Privacy system when selecting an
11358                 account with no privacy system defined
11359
11360 2005-10-10 [colin]      1.9.15cvs28
11361
11362         * src/mainwindow.c
11363                 Add Windows-1252 encoding
11364         * src/prefs_common.c
11365                 Rework some defaults:
11366                 - autosave to draft by default
11367                 - don't show header pane (it's already in the textview)
11368                 - Select first new or unread mail on entry
11369                 - Assume 'Yes' to change folder when there's no more
11370                   unread message
11371         * src/prefs_matcher.c
11372                 Fix a gtk assertion failure
11373         * src/gtk/colorlabel.c
11374                 Workaround bad repainting on selection
11375         * src/main.c
11376                 Freeze/thaw (a bit faster on ssh -X)
11377         * src/msgcache.c
11378                 Get rid of StrdupConverter that just adds an
11379                 extra strdup/free 
11380         * src/etpan/imap_thread.c
11381                 memset buf to 0
11382
11383 2005-10-10 [colin]      1.9.15cvs27
11384
11385         * src/export.c
11386         * src/import.c
11387                 Fix compile on gtk 2.4. Patch by wwp
11388
11389 2005-10-09 [colin]      1.9.15cvs26
11390
11391         * src/mainwindow.c
11392         * src/messageview.c
11393         * src/summaryview.c
11394                 Clarify forward menus. Patch by wwp
11395
11396 2005-10-09 [colin]      1.9.15cvs25
11397
11398         * src/compose.c
11399         * src/compose.h
11400                 Fix bug #829 (Non-working "Encrypt message by 
11401                 default when replying to an encrypted message")
11402
11403 2005-10-08 [colin]      1.9.15cvs24
11404
11405         * src/wizard.c
11406                 Fix bug #827 ("Welcome" setup wizard after a 
11407                 permission error gives up & forgets itself.)
11408
11409 2005-10-08 [colin]      1.9.15cvs23
11410
11411         * src/procmime.c
11412                 Fix bug #828 (Ignoring headers with spaces around = sign)
11413
11414 2005-10-08 [colin]      1.9.15cvs22
11415
11416         * src/export.c
11417                 Warning fix by wwp
11418
11419 2005-10-08 [colin]      1.9.15cvs21
11420
11421         * src/folder.c
11422         * src/folder.h
11423                 Add a processing_pending indicator, set on 
11424                 folder_item_open and cleared after 
11425                 folder_item_process_open
11426         * src/folderview.c
11427         * src/summaryview.c
11428                 wrap procmsg_msginfo_*_flags, and in the
11429                 wrapper check that there's no folder processing 
11430                 pending. If there is, defer the flags change until 
11431                 processing is done to avoid stepping over each
11432                 other's toes.
11433                 Freeze during processing, but not during scanning.
11434
11435 2005-10-07 [colin]      1.9.15cvs20
11436
11437         * src/plugins/pgpcore/passphrase.c
11438                 Fix bug #826 (X-Server hangs when 
11439                 right-clicking a PGP encrypted message)
11440
11441 2005-10-07 [paul]       1.9.15cvs19
11442
11443         * src/compose.c
11444                 fix compose_entries[]
11445                 patch by Fabien Vantard
11446
11447 2005-10-06 [colin]      1.9.15cvs18
11448
11449         * src/pixmaps/address.xpm
11450         * src/pixmaps/address_book.xpm
11451         * src/pixmaps/book.xpm
11452         * src/pixmaps/check_spelling.xpm
11453         * src/pixmaps/checkbox_off.xpm
11454         * src/pixmaps/checkbox_on.xpm
11455         * src/pixmaps/close.xpm
11456         * src/pixmaps/complete.xpm
11457         * src/pixmaps/continue.xpm
11458         * src/pixmaps/deleted.xpm
11459         * src/pixmaps/down_arrow.xpm
11460         * src/pixmaps/exec.xpm
11461         * src/pixmaps/forwarded.xpm
11462         * src/pixmaps/group.xpm
11463         * src/pixmaps/ignorethread.xpm
11464         * src/pixmaps/interface.xpm
11465         * src/pixmaps/jpilot.xpm
11466         * src/pixmaps/ldap.xpm
11467         * src/pixmaps/linewrap.xpm
11468         * src/pixmaps/linewrapcurrent.xpm
11469         * src/pixmaps/mail.xpm
11470         * src/pixmaps/mail_attach.xpm
11471         * src/pixmaps/mail_compose.xpm
11472         * src/pixmaps/mail_forward.xpm
11473         * src/pixmaps/mail_receive.xpm
11474         * src/pixmaps/mail_receive_all.xpm
11475         * src/pixmaps/mail_reply.xpm
11476         * src/pixmaps/mail_reply_to_all.xpm
11477         * src/pixmaps/mail_reply_to_author.xpm
11478         * src/pixmaps/mail_send.xpm
11479         * src/pixmaps/mail_send_queue.xpm
11480         * src/pixmaps/mime_application.xpm
11481         * src/pixmaps/mime_audio.xpm
11482         * src/pixmaps/mime_image.xpm
11483         * src/pixmaps/mime_message.xpm
11484         * src/pixmaps/mime_text_enriched.xpm
11485         * src/pixmaps/mime_text_html.xpm
11486         * src/pixmaps/mime_text_plain.xpm
11487         * src/pixmaps/mime_unknown.xpm
11488         * src/pixmaps/new.xpm
11489         * src/pixmaps/news_compose.xpm
11490         * src/pixmaps/offline.xpm
11491         * src/pixmaps/online.xpm
11492         * src/pixmaps/paste.xpm
11493         * src/pixmaps/preferences.xpm
11494         * src/pixmaps/privacy_emblem_encrypted.xpm
11495         * src/pixmaps/privacy_expired.xpm
11496         * src/pixmaps/privacy_failed.xpm
11497         * src/pixmaps/privacy_passed.xpm
11498         * src/pixmaps/privacy_signed.xpm
11499         * src/pixmaps/privacy_unknown.xpm
11500         * src/pixmaps/privacy_warn.xpm
11501         * src/pixmaps/properties.xpm
11502         * src/pixmaps/replied.xpm
11503         * src/pixmaps/search.xpm
11504         * src/pixmaps/unread.xpm
11505         * src/pixmaps/up_arrow.xpm
11506         * src/pixmaps/vcard.xpm
11507                 Modernize internal theme, with icons from the 
11508                 Gnomaws theme. Keep some of the old ones where
11509                 they were better.
11510
11511 2005-10-06 [colin]      1.9.15cvs17
11512
11513         * src/summaryview.c
11514                 Little optimisations + bugfix
11515         * src/toolbar.c
11516                 Remove default useless items - useless being defined
11517                 by the default relevant prefs
11518         * src/wizard.c
11519                 include config.h to make gettext work
11520         * src/prefs_themes.c
11521                 Fix selection of current theme in prefs
11522
11523 2005-10-06 [colin]      1.9.15cvs16
11524
11525         * src/prefs_common.c
11526         * src/prefs_common.h
11527         * src/prefs_summaries.c
11528         * src/folderview.c
11529                 Add a warning dialog on Mark all read 
11530                 (with pref to get rid of it)
11531
11532 2005-10-06 [paul]       1.9.15cvs15
11533
11534         * po/nb.po
11535         * po/pt_BR.po
11536                 updated by Geir Helland and Frederico
11537                 Goncalves Guimaraes
11538
11539 2005-10-05 [colin]      1.9.15cvs14
11540
11541         * src/folder.c
11542         * src/folder.h
11543         * src/folderview.c
11544         * src/folderview.h
11545         * src/imap_gtk.c
11546         * src/mh_gtk.c
11547         * src/mainwindow.c
11548         * src/setup.c
11549                 add a way to rescan without rebuilding
11550                 make moving a bit faster (less folders changes)
11551                 don't lock the tree on Get 
11552         * src/imap.c
11553                 Don't re-delete deleted messages before expunging
11554         * src/summaryview.c
11555                 Set batch mode when deleting mails
11556
11557 2005-10-05 [paul]       1.9.15cvs13
11558
11559         * src/mainwindow.c
11560         * src/mainwindow.h
11561                 fix disabled Execute menu item
11562         * src/toolbar.c
11563                 match the change in 1.9.15cvs10: use Compose
11564                 instead of News by default
11565
11566 2005-10-04 [colin]      1.9.15cvs12
11567
11568         * src/compose.c
11569                 When replying to an ML post with Reply-To set
11570                 to the poster's email, honor it (as before),
11571                 but also honor our user's request to reply to
11572                 the mailing list: set the ML address in the To
11573                 field and the Reply-To address in the Cc: 
11574                 field.
11575
11576 2005-10-04 [colin]      1.9.15cvs11
11577
11578         * src/plugins/trayicon/trayicon.c
11579                 Finish cosmetic change - thanks to wwp
11580
11581 2005-10-04 [colin]      1.9.15cvs10
11582
11583         * src/toolbar.c
11584                 Use Compose instead of Email by default.
11585                 Spotted by wwp.
11586
11587 2005-10-04 [colin]      1.9.15cvs9
11588
11589         * src/folder.c
11590         * src/folder.h
11591         * src/folderview.c
11592         * src/imap.c
11593         * src/etpan/imap-thread.c
11594         * src/etpan/imap-thread.h
11595                 Try to make IMAP faster, by simplifying SEARCH
11596                 commands, avoiding sending two STATUS in a row,
11597                 and deferring flags sync and processing just
11598                 after displaying the folder. 
11599                 This will update the SummaryView in certain
11600                 cases (new mails not already fetched, flags
11601                 changed from another client) but in a non-
11602                 blocking manner.
11603
11604 2005-10-04 [colin]      1.9.15cvs8
11605
11606         * src/plugins/trayicon/trayicon.c
11607                 Relabel "Offline" to "Work offline"
11608
11609 2005-10-04 [colin]      1.9.15cvs7
11610
11611         * src/export.c
11612         * src/import.c
11613         * src/mbox.c
11614                 Fix mbox import/export buglets
11615                 Patch by wwp
11616         * src/plugins/trayicon/trayicon.c
11617                 Add offline swithc
11618                 Patch by wwp
11619
11620 2005-10-04 [colin]      1.9.15cvs6
11621
11622         * src/folder.c
11623         * src/folderview.c
11624         * src/summaryview.c
11625                 Better fix (don't break mark all read) for cvs2
11626
11627 2005-10-03 [colin]      1.9.15cvs5
11628
11629         * src/folder.c
11630                 Use a sane sort by default
11631
11632 2005-10-03 [colin]      1.9.15cvs4
11633
11634         * src/inc.c
11635                 Add a 'Only once' button for overriding offline mode
11636         * src/prefs_account.c
11637         * src/wizard.c
11638                 Add Local mbox to the wizard
11639                 Add IMAP subdir to the wizard (or the wizard is useless
11640                 for such accounts, or even worse than useless)
11641                 Move IMAP subdir from Advanced to Receive tab, as it's
11642                 not that uncommon
11643
11644 2005-10-03 [colin]      1.9.15cvs3
11645
11646         * src/send_message.c
11647                 Forgot this one in cvs1
11648
11649 2005-10-03 [colin]      1.9.15cvs2
11650
11651         * src/folder.c
11652                 Faster close when leaving a folder with lots
11653                 of new mails. Idea by David Relson.
11654
11655 2005-10-03 [colin]      1.9.15cvs1
11656
11657         * src/compose.c
11658         * src/imap.c
11659         * src/inc.c
11660         * src/main.c
11661         * src/messageview.c
11662         * src/news.c
11663         * src/summaryview.c
11664         * src/gtk/sslcertwindow.c
11665         * src/plugins/trayicon/trayicon.c
11666                 Add accels to every AlertPanel. Patch by Fabien 
11667                 Vantard
11668
11669 2005-10-03 [paul]       1.9.15
11670
11671         1.9.15 released
11672
11673 2005-10-03 [paul]       1.9.14cvs68
11674
11675         * po/ca.po
11676         * po/de.po
11677         * po/es.po
11678         * po/fi.po
11679         * po/fr.po
11680         * po/sk.po
11681         * po/sr.po
11682         * po/zh_CN.po
11683                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11684                 Mones Lastra, Tommi Pirinen, Fabien vantard,
11685                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
11686
11687 2005-10-03 [paul]       1.9.14cvs67
11688
11689         * src/send_message.c
11690                 prevent hang on Cancel
11691                 patch by Colin
11692
11693 2005-10-03 [paul]       1.9.14cvs66
11694
11695         * src/main.c
11696                 fix crash in IMAP caused by discrepancy
11697                 between check_at_startup and offline mode
11698                 Patch by Colin
11699
11700 2005-10-01 [paul]       1.9.14cvs65
11701
11702         * src/inc.c
11703                 fix engrish
11704
11705 2005-10-01 [paul]       1.9.14cvs64
11706         * src/export.c
11707         * src/import.c
11708                 synchronise import_mbox() and export_mbox()
11709         * src/mbox.c
11710                 proc_mbox(): add alert if file cannot be opened
11711                 export_list_to_mbox(): test if dest file exists,
11712                 prompt user to overwrite if it does. add alert
11713                 if file cannot be created
11714                                                                 
11715         Patch by wwp
11716                                                                                                                 
11717
11718 2005-09-30 [paul]       1.9.14cvs63
11719
11720         * src/addressbook.c
11721                 Fix sensitivity of a menu
11722         * src/codeconv.c
11723                 Respect hidden pref for mails with no encoding
11724         * src/common/xml.c
11725                 Fix memory corruption
11726         * src/plugins/pgpcore/sgpgme.c
11727                 Fix segfault on incomplete sigs, and display
11728                 of S/Mime UIDs
11729
11730         Patches by Colin
11731
11732 2005-09-30 [colin]      1.9.14cvs62
11733
11734         * src/partial_download.c
11735                 Little logic fix in almost-dead code
11736         * src/pop.c
11737                 Fix partial download when there's no new mail
11738
11739 2005-09-29 [paul]       1.9.14cvs61
11740
11741         * src/plugins/pgpinline/pgpinline.c
11742                 fix bug 819, 'crash accessing sign message'
11743                 Patch by Colin
11744
11745 2005-09-28 [martin]     1.9.14cvs60
11746
11747         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11748                 fix bug #790 (Crash when restarting window manager (fluxbox))
11749
11750 2005-09-28 [paul]       1.9.14cvs59
11751
11752         * src/gtk/gtkaspell.c
11753                 fix off-by-one typo
11754
11755 2005-09-27 [colin]      1.9.14cvs58
11756
11757         * src/plugins/pgpcore/sgpgme.c
11758                 Report error when there's one, instead of
11759                 "Signature unchecked" 
11760
11761 2005-09-27 [colin]      1.9.14cvs57
11762
11763         * src/prefs_quote.c
11764                 Fix bug #816 (Weird quotation with spaces)
11765
11766 2005-09-27 [colin]      1.9.14cvs56
11767
11768         * src/codeconv.c
11769         * src/compose.c
11770         * src/compose.h
11771                 Put subject in compose's title
11772                 Fix Automatic encoding so that it's really automatic:
11773                 first try default locale's charset, then charset of the replied mail, 
11774                 then utf-8
11775                 Fix encoding of headers (must be in strict mode too)
11776
11777 2005-09-26 [colin]      1.9.14cvs55
11778
11779         * src/gtk/gtkaspell.c
11780                 Fix previous patch - don't color the space,
11781                 just uncolor it :)
11782
11783 2005-09-26 [colin]      1.9.14cvs54
11784
11785         * src/gtk/gtkaspell.c
11786                 Unmark space if possible
11787
11788 2005-09-26 [colin]      1.9.14cvs53
11789
11790         * src/imap.c
11791                 log_error instead of alertpanel according to the pref
11792         * src/etpan/imap-thread.c
11793                 Print connect status, copy only necessary size to 
11794                 logger
11795         * src/plugins/pgpmime/pgpmime.c
11796                 Handle S/Mime signatures (verification only). Patch based
11797                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
11798
11799 2005-09-26 [paul]       1.9.14cvs52
11800
11801         * src/common/passcrypt.c
11802                 this 'workaround' not necessary on NetBSD.
11803                 Thanks to Daniel Gustafson
11804
11805 2005-09-26 [paul]
11806
11807         1.9.15-rc4 released
11808
11809 2005-09-26 [paul]       1.9.14cvs51
11810
11811         * src/summaryview.c
11812                 Skip currently selected message when
11813                 looking for next new or unread message
11814                 in current folder. Patch by Colin
11815         * src/common/passcrypt.c
11816                 eliminate warnings on *BSD. Patch by
11817                 Daniel Gustafson
11818
11819 2005-09-26 [colin]      1.9.14cvs50
11820
11821         * src/procmsg.c
11822                 Call postfiltering hook anyway
11823
11824 2005-09-22 [colin]      1.9.14cvs49
11825
11826         * src/codeconv.c
11827         * src/codeconv.h
11828                 Add a strict mode that doesn't replace with _
11829         * src/compose.c
11830         * src/compose.h
11831                 Use strict conversion while sending
11832                 Fix race when drafting while sending (happens
11833                 on IMAP)
11834                 Fix d'n'd of messages from summaryview
11835         * src/prefs_common.c
11836         * src/prefs_common.h
11837                 add hidden utf8_instead_of_locale_for_broken_mail 
11838                 pref for people that preferred the default charset 
11839                 to be utf8 for broken mails
11840         * src/quote_fmt_parse.y
11841                 fix bug #815 (No quote insert if "From:" fied 
11842                 contained Russian letters)
11843         * src/summaryview.c
11844                 Fix d'n'd of messages to compose
11845
11846 2005-09-22 [paul]       1.9.14cvs48
11847
11848         * src/compose.c
11849                 fix bug where attachments Name entry
11850                 would display Path instead
11851
11852 2005-09-21 [paul]       1.9.14cvs47
11853
11854         * README
11855         * README.jp
11856         * configure.ac
11857         * config/config.rpath
11858         * doc/manual/en/sylpheed-20.html
11859         * doc/manual/es/sylpheed-20.html
11860         * po/bg.po
11861         * po/ca.po
11862         * po/de.po
11863         * po/es.po
11864         * po/fr.po
11865         * po/it.po
11866         * po/pt_BR.po
11867         * po/sk.po
11868         * po/zh_TW.po
11869         * src/account.c
11870         * src/account.h
11871         * src/action.c
11872         * src/action.h
11873         * src/adbookbase.h
11874         * src/addr_compl.c
11875         * src/addr_compl.h
11876         * src/addrbook.c
11877         * src/addrbook.h
11878         * src/addrcache.c
11879         * src/addrcache.h
11880         * src/addrcindex.c
11881         * src/addrcindex.h
11882         * src/addrclip.c
11883         * src/addrclip.h
11884         * src/addrdefs.h
11885         * src/addressadd.c
11886         * src/addressadd.h
11887         * src/addressbook.c
11888         * src/addressbook.h
11889         * src/addressitem.h
11890         * src/addrgather.c
11891         * src/addrgather.h
11892         * src/addrharvest.c
11893         * src/addrharvest.h
11894         * src/addrindex.c
11895         * src/addrindex.h
11896         * src/addritem.c
11897         * src/addritem.h
11898         * src/addrquery.c
11899         * src/addrquery.h
11900         * src/addrselect.c
11901         * src/addrselect.h
11902         * src/alertpanel.c
11903         * src/alertpanel.h
11904         * src/browseldap.c
11905         * src/browseldap.h
11906         * src/codeconv.c
11907         * src/codeconv.h
11908         * src/compose.c
11909         * src/compose.h
11910         * src/crash.c
11911         * src/crash.h
11912         * src/customheader.c
11913         * src/customheader.h
11914         * src/displayheader.c
11915         * src/displayheader.h
11916         * src/editaddress.c
11917         * src/editaddress.h
11918         * src/editbook.c
11919         * src/editbook.h
11920         * src/editgroup.c
11921         * src/editgroup.h
11922         * src/editjpilot.c
11923         * src/editjpilot.h
11924         * src/editldap.c
11925         * src/editldap.h
11926         * src/editldap_basedn.c
11927         * src/editldap_basedn.h
11928         * src/editvcard.c
11929         * src/editvcard.h
11930         * src/enriched.c
11931         * src/enriched.h
11932         * src/exphtmldlg.c
11933         * src/exphtmldlg.h
11934         * src/expldifdlg.c
11935         * src/expldifdlg.h
11936         * src/export.c
11937         * src/export.h
11938         * src/exporthtml.c
11939         * src/exporthtml.h
11940         * src/exportldif.c
11941         * src/exportldif.h
11942         * src/filtering.c
11943         * src/filtering.h
11944         * src/folder.c
11945         * src/folder.h
11946         * src/folder_item_prefs.c
11947         * src/folder_item_prefs.h
11948         * src/foldersel.c
11949         * src/foldersel.h
11950         * src/folderutils.c
11951         * src/folderutils.h
11952         * src/folderview.c
11953         * src/folderview.h
11954         * src/grouplistdialog.c
11955         * src/grouplistdialog.h
11956         * src/headerview.c
11957         * src/headerview.h
11958         * src/html.c
11959         * src/html.h
11960         * src/image_viewer.c
11961         * src/image_viewer.h
11962         * src/imap.c
11963         * src/imap.h
11964         * src/imap_gtk.c
11965         * src/imap_gtk.h
11966         * src/import.c
11967         * src/import.h
11968         * src/importldif.c
11969         * src/importldif.h
11970         * src/importmutt.c
11971         * src/importmutt.h
11972         * src/importpine.c
11973         * src/importpine.h
11974         * src/inc.c
11975         * src/inc.h
11976         * src/jpilot.c
11977         * src/jpilot.h
11978         * src/ldapctrl.c
11979         * src/ldapctrl.h
11980         * src/ldaplocate.c
11981         * src/ldaplocate.h
11982         * src/ldapquery.c
11983         * src/ldapquery.h
11984         * src/ldapserver.c
11985         * src/ldapserver.h
11986         * src/ldaputil.c
11987         * src/ldaputil.h
11988         * src/ldif.c
11989         * src/ldif.h
11990         * src/localfolder.c
11991         * src/localfolder.h
11992         * src/main.c
11993         * src/main.h
11994         * src/mainwindow.c
11995         * src/mainwindow.h
11996         * src/manual.c
11997         * src/manual.h
11998         * src/matcher.c
11999         * src/matcher.h
12000         * src/matcher_parser.h
12001         * src/matcher_parser_lex.l
12002         * src/matcher_parser_parse.y
12003         * src/mbox.c
12004         * src/mbox.h
12005         * src/message_search.c
12006         * src/message_search.h
12007         * src/messageview.c
12008         * src/messageview.h
12009         * src/mh.c
12010         * src/mh.h
12011         * src/mh_gtk.c
12012         * src/mh_gtk.h
12013         * src/mimeview.c
12014         * src/mimeview.h
12015         * src/msgcache.c
12016         * src/msgcache.h
12017         * src/mutt.c
12018         * src/mutt.h
12019         * src/news.c
12020         * src/news.h
12021         * src/news_gtk.c
12022         * src/news_gtk.h
12023         * src/noticeview.c
12024         * src/noticeview.h
12025         * src/partial_download.c
12026         * src/partial_download.h
12027         * src/pine.c
12028         * src/pine.h
12029         * src/pop.c
12030         * src/pop.h
12031         * src/prefs_account.c
12032         * src/prefs_account.h
12033         * src/prefs_actions.c
12034         * src/prefs_actions.h
12035         * src/prefs_common.c
12036         * src/prefs_common.h
12037         * src/prefs_compose_writing.c
12038         * src/prefs_compose_writing.h
12039         * src/prefs_customheader.c
12040         * src/prefs_customheader.h
12041         * src/prefs_display_header.c
12042         * src/prefs_display_header.h
12043         * src/prefs_ext_prog.c
12044         * src/prefs_ext_prog.h
12045         * src/prefs_filtering.c
12046         * src/prefs_filtering.h
12047         * src/prefs_filtering_action.c
12048         * src/prefs_filtering_action.h
12049         * src/prefs_folder_column.c
12050         * src/prefs_folder_column.h
12051         * src/prefs_folder_item.c
12052         * src/prefs_folder_item.h
12053         * src/prefs_fonts.c
12054         * src/prefs_fonts.h
12055         * src/prefs_gtk.c
12056         * src/prefs_gtk.h
12057         * src/prefs_image_viewer.c
12058         * src/prefs_image_viewer.h
12059         * src/prefs_matcher.c
12060         * src/prefs_matcher.h
12061         * src/prefs_message.c
12062         * src/prefs_message.h
12063         * src/prefs_msg_colors.c
12064         * src/prefs_msg_colors.h
12065         * src/prefs_other.c
12066         * src/prefs_other.h
12067         * src/prefs_quote.c
12068         * src/prefs_quote.h
12069         * src/prefs_receive.c
12070         * src/prefs_receive.h
12071         * src/prefs_send.c
12072         * src/prefs_send.h
12073         * src/prefs_spelling.c
12074         * src/prefs_spelling.h
12075         * src/prefs_summaries.c
12076         * src/prefs_summaries.h
12077         * src/prefs_summary_column.c
12078         * src/prefs_summary_column.h
12079         * src/prefs_template.c
12080         * src/prefs_template.h
12081         * src/prefs_themes.c
12082         * src/prefs_themes.h
12083         * src/prefs_toolbar.c
12084         * src/prefs_toolbar.h
12085         * src/prefs_wrapping.c
12086         * src/prefs_wrapping.h
12087         * src/privacy.c
12088         * src/privacy.h
12089         * src/procheader.c
12090         * src/procheader.h
12091         * src/procmime.c
12092         * src/procmime.h
12093         * src/procmsg.c
12094         * src/procmsg.h
12095         * src/quote_fmt.c
12096         * src/quote_fmt_parse.y
12097         * src/recv.c
12098         * src/recv.h
12099         * src/remotefolder.c
12100         * src/remotefolder.h
12101         * src/send_message.c
12102         * src/send_message.h
12103         * src/setup.c
12104         * src/setup.h
12105         * src/simple-gettext.c
12106         * src/sourcewindow.c
12107         * src/sourcewindow.h
12108         * src/ssl_manager.c
12109         * src/ssl_manager.h
12110         * src/statusbar.c
12111         * src/statusbar.h
12112         * src/stock_pixmap.c
12113         * src/stock_pixmap.h
12114         * src/summary_search.c
12115         * src/summary_search.h
12116         * src/summaryview.c
12117         * src/summaryview.h
12118         * src/syldap.c
12119         * src/syldap.h
12120         * src/textview.c
12121         * src/textview.h
12122         * src/toolbar.c
12123         * src/toolbar.h
12124         * src/undo.c
12125         * src/undo.h
12126         * src/unmime.c
12127         * src/unmime.h
12128         * src/vcard.c
12129         * src/vcard.h
12130         * src/wizard.c
12131         * src/wizard.h
12132         * src/common/base64.c
12133         * src/common/base64.h
12134         * src/common/defs.h
12135         * src/common/hooks.c
12136         * src/common/hooks.h
12137         * src/common/log.c
12138         * src/common/log.h
12139         * src/common/md5.c
12140         * src/common/md5.h
12141         * src/common/mgutils.c
12142         * src/common/mgutils.h
12143         * src/common/nntp.c
12144         * src/common/nntp.h
12145         * src/common/passcrypt.c
12146         * src/common/passcrypt.h.in
12147         * src/common/plugin.c
12148         * src/common/plugin.h
12149         * src/common/prefs.c
12150         * src/common/prefs.h
12151         * src/common/progressindicator.c
12152         * src/common/progressindicator.h
12153         * src/common/quoted-printable.c
12154         * src/common/quoted-printable.h
12155         * src/common/session.c
12156         * src/common/session.h
12157         * src/common/smtp.c
12158         * src/common/smtp.h
12159         * src/common/socket.c
12160         * src/common/socket.h
12161         * src/common/ssl.c
12162         * src/common/ssl.h
12163         * src/common/ssl_certificate.c
12164         * src/common/ssl_certificate.h
12165         * src/common/string_match.c
12166         * src/common/string_match.h
12167         * src/common/stringtable.c
12168         * src/common/sylpheed.c
12169         * src/common/sylpheed.h
12170         * src/common/template.c
12171         * src/common/template.h
12172         * src/common/timing.h
12173         * src/common/utils.c
12174         * src/common/utils.h
12175         * src/common/uuencode.c
12176         * src/common/uuencode.h
12177         * src/common/version.h.in
12178         * src/common/xml.c
12179         * src/common/xml.h
12180         * src/common/xmlprops.c
12181         * src/common/xmlprops.h
12182         * src/gtk/about.c
12183         * src/gtk/about.h
12184         * src/gtk/colorlabel.c
12185         * src/gtk/colorlabel.h
12186         * src/gtk/colorsel.c
12187         * src/gtk/colorsel.h
12188         * src/gtk/description_window.c
12189         * src/gtk/description_window.h
12190         * src/gtk/filesel.c
12191         * src/gtk/filesel.h
12192         * src/gtk/foldersort.c
12193         * src/gtk/foldersort.h
12194         * src/gtk/gtkutils.c
12195         * src/gtk/gtkutils.h
12196         * src/gtk/inputdialog.c
12197         * src/gtk/inputdialog.h
12198         * src/gtk/logwindow.c
12199         * src/gtk/logwindow.h
12200         * src/gtk/manage_window.c
12201         * src/gtk/manage_window.h
12202         * src/gtk/menu.c
12203         * src/gtk/menu.h
12204         * src/gtk/pluginwindow.c
12205         * src/gtk/pluginwindow.h
12206         * src/gtk/prefswindow.c
12207         * src/gtk/prefswindow.h
12208         * src/gtk/progressdialog.c
12209         * src/gtk/progressdialog.h
12210         * src/gtk/quicksearch.c
12211         * src/gtk/quicksearch.h
12212         * src/gtk/sslcertwindow.c
12213         * src/gtk/sslcertwindow.h
12214         * src/plugins/clamav/clamav_plugin.c
12215         * src/plugins/clamav/clamav_plugin.h
12216         * src/plugins/clamav/clamav_plugin_gtk.c
12217         * src/plugins/demo/demo.c
12218         * src/plugins/dillo_viewer/dillo_prefs.c
12219         * src/plugins/dillo_viewer/dillo_prefs.h
12220         * src/plugins/dillo_viewer/dillo_viewer.c
12221         * src/plugins/mathml_viewer/mathml_viewer.c
12222         * src/plugins/pgpcore/passphrase.c
12223         * src/plugins/pgpcore/passphrase.h
12224         * src/plugins/pgpcore/plugin.c
12225         * src/plugins/pgpcore/prefs_gpg.c
12226         * src/plugins/pgpcore/prefs_gpg.h
12227         * src/plugins/pgpcore/select-keys.c
12228         * src/plugins/pgpcore/select-keys.h
12229         * src/plugins/pgpcore/sgpgme.c
12230         * src/plugins/pgpcore/sgpgme.h
12231         * src/plugins/pgpinline/pgpinline.c
12232         * src/plugins/pgpinline/pgpinline.h
12233         * src/plugins/pgpinline/plugin.c
12234         * src/plugins/pgpmime/pgpmime.c
12235         * src/plugins/pgpmime/pgpmime.h
12236         * src/plugins/pgpmime/plugin.c
12237         * src/plugins/spamassassin/spamassassin.c
12238         * src/plugins/spamassassin/spamassassin.h
12239         * src/plugins/spamassassin/spamassassin_gtk.c
12240         * src/plugins/trayicon/trayicon.c
12241         * tools/OOo2sylpheed.pl
12242         * tools/acroread2sylpheed.pl
12243         * tools/asus_mailled.sh
12244         * tools/filter_conv.pl
12245         * tools/freshmeat_search.pl
12246         * tools/google_search.pl
12247         * tools/kmail2sylpheed.pl
12248         * tools/kmail2sylpheed_v2.pl
12249         * tools/maildir2sylpheed.pl
12250         * tools/multiwebsearch.pl
12251         * tools/newscache_clean.pl
12252         * tools/outlook2sylpheed.pl
12253         * tools/sylpheed-switcher
12254         * tools/update-po
12255         * tools/vcard2xml.py
12256         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12257                 update FSF address
12258
12259 2005-09-21 [colin]      1.9.14cvs46
12260
12261         * src/gedit-print.c
12262         * src/procmsg.c
12263         * src/procmsg.h
12264         * src/textview.c
12265         * src/summaryview.c
12266                 Remove some printing hacks (deselection/reselection),
12267                 which by the way fix printing the currently 
12268                 displayed mime part (still only text)
12269                 Plus a little optimisation of summary_show
12270
12271
12272 2005-09-20 [colin]      1.9.14cvs45
12273
12274         * src/mainwindow.c
12275         * src/messageview.c
12276                 GUI fixups: add accels, set message
12277                 view title to displayed mail's subject
12278         * src/prefs_spelling.c
12279         * src/gtk/gtkaspell.c
12280                 GUI fixups: allow underlining misspelled
12281                 words instead of coloring them (a11y!)
12282
12283 2005-09-19 [colin]
12284
12285         1.9.15rc3 released
12286
12287 2005-09-19 [colin]      1.9.14cvs44
12288
12289         * src/compose.c
12290                 Fix draft message
12291         * src/gtk/gtkaspell.c
12292                 Fix wrong test ;-)
12293
12294 2005-09-19 [colin]      1.9.14cvs43
12295
12296         * src/addressbook.c
12297                 Fix sensitivity of Delete button
12298         * src/compose.c
12299                 Warn if the requested Privacy system
12300                 is not available
12301         * src/exphtmldlg.c
12302         * src/expldifdlg.c
12303         * src/importldif.c
12304         * src/importmutt.c
12305         * src/importpine.c
12306                 Fix crappy UI
12307         * src/
12308         * src/ssl.h
12309         * src/prefs_account.h
12310         * src/prefs_account.c
12311                 Save SSL prefs even in builds that have
12312                 SSL support disable
12313         * src/imap.c
12314         * src/inc.c
12315         * src/news.c
12316         * src/send_message.c
12317                 Warn if connection should be secure, but
12318                 SSL support isn't compiled in
12319         * src/gtkaspell.c
12320                 Fix word separation on UTF-8 systems
12321                 Fixes bug #812 (Strange inline spellchecking)
12322         * src/compose.c
12323                 Warn if the requested Privacy system
12324                 is not available
12325                 Factorize offline warning
12326         * src/imap.c
12327         * src/imap_gtk.c
12328         * src/imap_gtk.h
12329         * src/inc.h
12330         * src/news_gtk.c
12331         * src/news_gtk.h
12332         * src/messageview.c
12333                 Factorize offline warning
12334
12335 2005-09-19 [paul]
12336
12337         1.9.15-rc2 released
12338
12339 2005-09-18 [colin]      1.9.14cvs42
12340
12341         * src/codeconv.c
12342         * src/codeconv.h
12343         * src/procmime.c
12344                 Add a way to get locale's charset ignoring utf-8,
12345                 and use that as default encoding for broken mails
12346
12347 2005-09-18 [colin]      1.9.14cvs41
12348
12349         * src/gtk/logwindow.c
12350                 Translate string. Patch by Fabien Vantard
12351
12352 2005-09-18 [colin]      1.9.14cvs40
12353
12354         * configure.ac
12355                 Fix bug #803 (IMAP/SSL support breaks with 
12356                 GnuTLS libetpan 0.38)
12357
12358 2005-09-18 [colin]      1.9.14cvs39
12359
12360         * src/codeconv.c
12361         * src/compose.c
12362         * src/procmime.c
12363                 More charsets fixes. Fixes bug #806 (non
12364                 ascii characters in subject line)
12365
12366 2005-09-17 [paul]       1.9.14cvs38
12367
12368         * src/folderview.c
12369         * src/mainwindow.c
12370                 fix gcc-2.95 issues
12371                 Patch by Pawel Pekala
12372
12373 2005-09-17 [colin]      1.9.14cvs37
12374
12375         * src/addrindex.c
12376                 bugfix for NO-USE LDAP compilation, patch 
12377                 by Fabien Vantard
12378
12379 2005-09-17 [colin]      1.9.14cvs36
12380
12381         * src/prefs_actions.c
12382         * src/prefs_customheader.c
12383         * src/prefs_display_header.c
12384         * src/prefs_filtering_action.c
12385         * src/prefs_matcher.c
12386         * src/prefs_toolbar.c
12387                 Fix strange casts (less elegant but
12388                 works better)
12389
12390 2005-09-16 [colin]      1.9.14cvs35
12391
12392         * src/jpilot.c
12393                 Missed that one
12394
12395 2005-09-16 [colin]      1.9.14cvs34
12396
12397         * configure.ac
12398         * src/Makefile.am
12399         * src/addr_compl.c
12400         * src/addrindex.c
12401         * src/browseldap.c
12402         * src/editldap.c
12403         * src/ldaplocate.c
12404         * src/ldapquery.c
12405         * src/ldapquery.h
12406         * src/ldapserver.c
12407         * src/ldapserver.h
12408         * src/main.c
12409         * src/matcher_parser_parse.y
12410         * src/prefs_themes.c
12411         * src/etpan/Makefile.am
12412         * src/gtk/description_window.c
12413         * src/plugins/clamav/Makefile.am
12414         * src/plugins/clamav/clamav_plugin.c
12415         * src/plugins/dillo_viewer/Makefile.am
12416         * src/plugins/pgpcore/Makefile.am
12417         * src/plugins/pgpinline/Makefile.am
12418         * src/plugins/pgpmime/Makefile.am
12419         * src/plugins/trayicon/Makefile.am
12420                 Fix 100% cpu usage in address completion list
12421                 Fix little bugs (return with no values etc)
12422                 Fix all warnings (with common CFLAGS)
12423
12424 2005-09-15 [colin]      1.9.14cvs33
12425
12426         * src/addressbook.c
12427                 Fix bug where sometimes a group's email list is empty,
12428                 force its refresh (probably fixes "Re: how to create a 
12429                 distribution list")
12430         * src/ldapquery.c
12431                 Don't return to the callback in the main thread from the
12432                 fetch thread (or face segs!)
12433
12434 2005-09-15 [paul]       1.9.14cvs32
12435
12436         * src/prefs_matcher.c
12437                 forgotten in last commit
12438
12439 2005-09-15 [paul]       1.9.14cvs31
12440
12441         * src/prefs_actions.c
12442         * src/prefs_filtering_action.c
12443         * src/prefs_quote.c
12444         * src/quote_fmt.c
12445         * src/summaryview.c
12446         * src/gtk/description_window.c
12447         * src/gtk/description_window.h
12448         * src/gtk/quicksearch.c
12449                 allow interaction with the called
12450                 description window
12451                 Patch by Anders Hammar
12452
12453 2005-09-14 [paul]       1.9.14cvs30
12454
12455         * src/compose.c
12456                 fix a little annoyance when pasting with 3rd button 
12457                 with wrap_pastes=0 and wrap_input=1
12458                 Patch by Colin
12459
12460 2005-09-14 [paul]       1.9.14cvs29
12461
12462         * src/prefs_account.c
12463                 disable 'Filter messages on receiving' for
12464                 SMTP-only accounts
12465                 Patch  by Anders Hammar
12466
12467 2005-09-14 [paul]       1.9.14cvs28
12468
12469         * po/sk.po
12470                 fix crash
12471                 updated by Andrej Kacian
12472
12473 2005-09-14 [paul]
12474
12475         1.9.15-rc1 released
12476
12477 2005-09-14 [paul]       1.9.14cvs27
12478
12479         * po/es.po
12480                 updated by Ricardo Mones Lastra
12481         * src/compose.c
12482         * src/compose.h
12483                 associate no_wrap_tags to Compose windows
12484                 instead of using a static one
12485                 Patch by Colin
12486         * src/mbox.c
12487                 fix proc_mbox()
12488                 Patch by wwp
12489         * src/textview.c
12490                 remove unneeded printf()
12491
12492 2005-09-14 [paul]       1.9.14cvs26
12493
12494         * src/addrcache.c
12495         * src/codeconv.h
12496         * src/folder.h
12497         * src/mainwindow.h
12498         * src/mh.c
12499         * src/mimeview.h
12500         * src/partial_download.c
12501         * src/pop.c
12502         * src/prefs_account.c
12503         * src/prefs_account.h
12504         * src/prefs_actions.c
12505         * src/prefs_customheader.c
12506         * src/prefs_display_header.c
12507         * src/prefs_filtering_action.c
12508         * src/prefs_matcher.c
12509         * src/prefs_toolbar.c
12510         * src/privacy.h
12511         * src/procmime.c
12512         * src/procmime.h
12513         * src/procmsg.h
12514         * src/textview.c
12515         * src/undo.h
12516         * src/common/plugin.c
12517         * src/common/session.h
12518         * src/common/socket.c
12519         * src/common/socket.h
12520         * src/common/template.c
12521         * src/gtk/gtkaspell.c
12522         * src/gtk/quicksearch.h
12523         * src/plugins/pgpcore/passphrase.c
12524         * src/plugins/pgpcore/prefs_gpg.h
12525         * src/plugins/pgpcore/select-keys.c
12526         * src/plugins/pgpcore/select-keys.h
12527         * src/plugins/pgpcore/sgpgme.c
12528         * src/plugins/pgpinline/pgpinline.c
12529         * src/plugins/pgpmime/pgpmime.c
12530         * src/plugins/trayicon/trayicon.c
12531                 fix compilation warnings
12532                 Patch by Daniel Gustafson
12533
12534 2005-09-14 [paul]       1.9.14cvs25
12535
12536         * src/addressbook.c
12537                 add missing column header, and other small
12538                 bug fixes
12539                 Patch by Anders Hammar
12540
12541 2005-09-13 [colin]      1.9.14cvs24
12542
12543         * src/gtk/gtkaspell.c
12544                 Fix non-utf8 in menu
12545                 Fix little leaks
12546                 Nullify struct members after free()s
12547
12548 2005-09-13 [colin]      1.9.14cvs23
12549
12550         * src/compose.c
12551                 Test utf8 compliance before inserting to 
12552                 buffer, and try to convert if necessary
12553         * src/procmime.c
12554                 If no charset is present, use the locale 
12555                 one instead of us-ascii
12556         * src/procmsg.c
12557                 Add Sender, List-Post and To in the checked 
12558                 headers for automatic rules creation 
12559                 (thanks to wwp)
12560         * src/prefs_themes.c
12561         * src/gtk/gtkaspell.c
12562                 Remove deprecated functions. 
12563                 patch by Daniel Gustafson
12564
12565 2005-09-12 [colin]      1.9.14cvs22
12566
12567         * src/compose.c
12568                 Fix bug #448 (Scrolling/Redraw issue with 
12569                 address-fields in Header)
12570         * src/mainwindow.c
12571         * src/summaryview.c
12572         * src/summaryview.h
12573                 Fix loss of MSG_MARKED on move/copy
12574                 Fix bug #804 (Quicksearch togglebutton doesn't 
12575                 get depressed after '/' key is pressed)
12576
12577 2005-09-12 [paul]       1.9.14cvs21
12578
12579         * AUTHORS
12580         * src/gtk/logwindow.c
12581                 add 'Clear Log' to popup menu
12582                 Patch by Anders Hammar <anders.hammar@telia.com>
12583
12584 2005-09-12 [paul]       1.9.14cvs20
12585
12586         * src/compose.c
12587                 set correct sensitivity on attachments
12588                 popup menu
12589         * src/folder.c
12590                 fix typo
12591         * src/prefs_spelling.c
12592                 fix crash when no LANG env is set
12593         * src/common/xml.c
12594                 fix crash in wizard
12595                 don't use memeory after free
12596
12597         All patches by Daniel Gustafson
12598
12599 2005-09-12 [paul]       1.9.14cvs19
12600
12601         * src/prefs_themes.c
12602                 make theme info selectable
12603         * src/gtk/description_window.c
12604                 make window non-modal
12605         * tools/README
12606                 add details of asus_mailed.sh
12607         * tools/claws.i18n.status.pl
12608                 update for new zh_TW translator
12609                 widen the output
12610                 create alternate coloured lines
12611                 improve readability
12612
12613 2005-09-10 [colin]      1.9.14cvs18
12614
12615         * src/plugins/pgpcore/select-keys.c
12616                 Better order for the buttons
12617
12618 2005-09-10 [colin]      1.9.14cvs17
12619
12620         * src/compose.c
12621         * src/plugins/pgpcore/select-keys.c
12622         * src/plugins/pgpcore/select-keys.h
12623         * src/plugins/pgpcore/sgpgme.c
12624                 Add a "Don't encrypt" button to the key
12625                 selection dialog. Fixes bug #177 (There should be a 
12626                 'Don't encrypt button in the Select Keys dialog)
12627
12628 2005-09-10 [colin]      1.9.14cvs16
12629
12630         * src/compose.c
12631                 Fix bug #572 (%X option does not work with templates)
12632
12633 2005-09-10 [colin]      1.9.14cvs15
12634
12635         * src/toolbar.c 
12636                 Remove g_print
12637
12638 2005-09-10 [colin]      1.9.14cvs14
12639
12640         * src/imap.c
12641                 Fix a possible crash
12642
12643 2005-09-09 [colin]      1.9.14cvs13
12644
12645         * src/imap.c
12646         * src/etpan/imap-thread.c
12647         * src/etpan/imap-thread.h
12648                 Fix moving from queue or drafts to normal folders
12649                 Fix bug #794 (No way to delete without expunging)
12650                 Take flags unset by other mailers into account
12651                 Take deleted flag set by other mailers into account
12652                 Fix unsetting REPLIED flag
12653                 Fix crash when capabilities can't be retrieved
12654         * src/mainwindow.c
12655         * src/mainwindow.h
12656                 Add M_DELAYED_FLAGS condition, and let the user use
12657                 Execute in order to be able to expunge deleted mails,
12658                 even if he's not in delayed execute mode
12659         * src/prefs_spelling.c
12660                 Use 'en' dictionary by default if LANG is POSIX or C
12661         * src/gtk/prefswindow.c
12662                 Fix bug #767 (Preferences windows expanding) by making
12663                 the window a bit larger when the resolution is greater
12664                 than 640x480, and by putting the prefs in a
12665                 GtkScrolledWindow.
12666
12667 2005-09-09 [paul]       1.9.14cvs12
12668
12669         * AUTHORS
12670         * configure.ac
12671         * po/zh_TW.Big5.po      ** REMOVED **
12672         * po/zh_TW.po           ** ADDED **
12673                 updated by Wei-Lun Chao
12674
12675 2005-09-09 [paul]       1.9.14cvs11
12676
12677         * src/mainwindow.c
12678                 fix asserts
12679         * src/common/xml.c
12680                 delay memory allocation until file is
12681                 opened successfully
12682                 Patch by Daniel Gustafson
12683
12684 2005-09-09 [colin]      1.9.14cvs10
12685
12686         * src/imap.c
12687                 Add guards
12688
12689 2005-09-08 [colin]      1.9.14cvs9
12690
12691         * src/compose.c
12692                 Alert when we can't save draft
12693                 Fix various wrap/color issues
12694                 Add mid-click pasting respecting wrap_paste option
12695         * src/folder.c
12696         * src/folder.h
12697         * src/folder_item_prefs.c
12698         * src/folder_item_prefs.h
12699         * src/imap.c
12700         * src/imap_gtk.c
12701         * src/imap_gtk.h
12702         * src/main.c
12703         * src/mainwindow.c
12704         * src/mainwindow.h
12705         * src/news.c
12706         * src/news_gtk.c
12707         * src/news_gtk.h
12708         * src/prefs_folder_item.c
12709                 Fix the impossibility to synchronise folders for
12710                 offline use (IMAP and NNTP are concerned)
12711
12712 2005-09-08 [colin]      1.9.14cvs8
12713
12714         * configure.ac
12715                 Build LDAP and JPilot by default if available
12716         * src/textview.c
12717                 Fix use after free
12718
12719 2005-09-08 [paul]       1.9.14cvs7
12720
12721         * doc/manual/en/sylpheed-1.html
12722         * doc/manual/en/sylpheed-18.html
12723         * doc/manual/en/sylpheed-19.html
12724         * doc/manual/en/sylpheed-4.html
12725         * doc/manual/en/sylpheed-6.html
12726         * doc/manual/en/sylpheed.html
12727                 a few minor updates, plus include some
12728                 details about plugins and their requirements
12729         * src/mainwindow.c
12730                 minor changes to English in /View/Sort
12731
12732 2005-09-07 [colin]      1.9.14cvs6
12733
12734         * doc/manual/en/sylpheed-1.html
12735         * doc/manual/en/sylpheed-10.html
12736         * doc/manual/en/sylpheed-11.html
12737         * doc/manual/en/sylpheed-12.html
12738         * doc/manual/en/sylpheed-13.html
12739         * doc/manual/en/sylpheed-14.html
12740         * doc/manual/en/sylpheed-15.html
12741         * doc/manual/en/sylpheed-16.html
12742         * doc/manual/en/sylpheed-17.html
12743         * doc/manual/en/sylpheed-18.html
12744         * doc/manual/en/sylpheed-19.html
12745         * doc/manual/en/sylpheed-2.html
12746         * doc/manual/en/sylpheed-20.html
12747         * doc/manual/en/sylpheed-21.html
12748         * doc/manual/en/sylpheed-22.html
12749         * doc/manual/en/sylpheed-3.html
12750         * doc/manual/en/sylpheed-4.html
12751         * doc/manual/en/sylpheed-5.html
12752         * doc/manual/en/sylpheed-6.html
12753         * doc/manual/en/sylpheed-7.html
12754         * doc/manual/en/sylpheed-8.html
12755         * doc/manual/en/sylpheed-9.html
12756         * doc/manual/en/sylpheed.html
12757                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
12758
12759 2005-09-07 [colin]      1.9.14cvs5
12760
12761         * src/mainwindow.c
12762                 Make labels more to-the-point
12763
12764 2005-09-07 [colin]      1.9.14cvs4
12765
12766         * doc/manual/en/sylpheed-1.html
12767         * doc/manual/en/sylpheed-12.html
12768         * doc/manual/en/sylpheed-13.html
12769         * doc/manual/en/sylpheed-14.html
12770         * doc/manual/en/sylpheed-15.html
12771         * doc/manual/en/sylpheed-16.html
12772         * doc/manual/en/sylpheed-17.html
12773         * doc/manual/en/sylpheed-18.html
12774         * doc/manual/en/sylpheed-19.html
12775         * doc/manual/en/sylpheed-2.html
12776         * doc/manual/en/sylpheed-20.html
12777         * doc/manual/en/sylpheed-21.html
12778         * doc/manual/en/sylpheed-22.html
12779         * doc/manual/en/sylpheed-4.html
12780         * doc/manual/en/sylpheed-5.html
12781         * doc/manual/en/sylpheed-6.html
12782         * doc/manual/en/sylpheed-7.html
12783         * doc/manual/en/sylpheed-8.html
12784         * doc/manual/en/sylpheed-9.html
12785         * doc/manual/en/sylpheed.html
12786                 Update manual
12787
12788 2005-09-07 [colin]      1.9.14cvs3
12789
12790         * doc/faq/en/sylpheed-faq-1.html
12791         * doc/faq/en/sylpheed-faq-2.html
12792         * doc/faq/en/sylpheed-faq-3.html
12793         * doc/faq/en/sylpheed-faq.html
12794                 Update FAQ
12795
12796 2005-09-07 [colin]      1.9.14cvs2
12797
12798         * src/folderview.c
12799         * src/procmsg.c
12800         * src/summaryview.c
12801         * src/toolbar.c
12802                 Fix special subfolders:
12803                 - Inherit parent's icon
12804                 - sent contents of queues subfolders
12805                 - empty subfolders of trashes
12806         * src/mainwindow.c
12807                 Remove outdated manual and faq entries
12808         * src/common/utils.c
12809                 Add quotes around %s coming from mailcap
12810
12811 2005-09-07 [colin]      1.9.14cvs1
12812
12813         * src/compose.c
12814                 After saving draft, set modified to FALSE
12815         * src/mimeview.c
12816         * src/common/utils.c
12817         * src/common/utils.h
12818                 Try to open mime parts using what is 
12819                 indicated in ~/.mailcap or /etc/mailcap,
12820                 if possible.
12821
12822 2005-09-05 [paul]       1.9.14
12823
12824         1.9.14 released
12825
12826         * po/sk.po
12827                 updated by Andrej Kacian
12828
12829 2005-09-05 [paul]       1.9.13cvs83
12830
12831         * po/de.po
12832         * po/es.po
12833         * po/fi.po
12834         * po/fr.po
12835         * po/nb.po
12836         * po/pt_BR.po
12837         * po/sr.po
12838                 updated translations by Thomas Gilgin, Ricardo Mones
12839                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
12840                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
12841
12842 2005-09-04 [paul]       1.9.13cvs82
12843
12844         * src/compose.c
12845                 only warn about exceeded line length limit
12846                 on send
12847
12848 2005-09-04 [paul]       1.9.13cvs81
12849
12850         * src/compose.c
12851                 fix crash in 'line length exceeded' dialogue
12852
12853 2005-09-02 [paul]       1.9.13cvs80
12854
12855         * src/imap.c
12856                 fix bug 795, 'Connection lost IMAP'
12857                 and add statusbar prints
12858                 Patch by Colin
12859
12860 2005-09-02 [paul]       1.9.13cvs79
12861
12862         * src/compose.c
12863                 compose_wrap_paragraph() becomes
12864                 compose_beautify_paragraph()
12865                 Patch by Colin
12866
12867 2005-09-02 [colin]      1.9.13cvs78
12868
12869         * src/folderview.c
12870                 Micro-fix
12871
12872 2005-09-01 [colin]      1.9.13cvs77
12873
12874         * src/imap.c
12875                 Maybe fix bug #795 (Connection lost IMAP)
12876                 Don't try to send logout when we're disconnected.
12877         * src/summaryview.c
12878                 Include locked and marked emails in HRM
12879                 view. Fixes bug #800 (Locked messages no longer 
12880                 show up when hide read messages is used)
12881
12882 2005-09-01 [paul]       1.9.13cvs76
12883
12884         * src/prefs_common.c
12885                 fix bad cutting
12886
12887 2005-08-31 [colin]      1.9.13cvs75
12888
12889         * src/folderview.c
12890         * src/folderview.h
12891         * src/prefs_summaries.c
12892         * src/summaryview.c
12893                 Fix "go to next new", fix preference
12894                 (Open unread/next swapped)
12895
12896 2005-08-31 [paul]       1.9.13cvs74
12897
12898         * src/compose.c
12899         * src/folderview.c
12900         * src/headerview.c
12901         * src/headerview.h
12902         * src/mainwindow.c
12903         * src/prefs_common.c
12904         * src/prefs_common.h
12905         * src/prefs_fonts.c
12906         * src/summaryview.c
12907         * src/textview.c
12908         * src/common/defs.h
12909                 remove obsolete BOLD_FONT setting
12910                 fix font update in headerview and textview
12911                 headers after prefs change
12912                 Patch By Colin
12913
12914 2005-08-31 [paul]
12915
12916         1.9.14-rc4 released
12917
12918 2005-08-30 [colin]      1.9.13cvs73
12919
12920         * src/summaryview.c
12921                 When Hide read messages is selected and we
12922                 refresh the summaryview, don't remove the 
12923                 currently displayed message. Fixes bug #797
12924                 (Summary view reloads when new mail is 
12925                 downloaded in 1.9.14 rc)
12926
12927 2005-08-30 [colin]      1.9.13cvs72
12928
12929         * src/folderview.c
12930                 Fix flickering
12931         * src/mainwindow.c
12932                 Remove useless callback
12933         * src/mimeview.c
12934         * src/gtk/filesel.c
12935         * src/gtk/filesel.h
12936                 Add a filesel_select_file_save_folder() - used by Save All
12937
12938 2005-08-29 [paul]       1.9.13cvs71
12939
12940         * AUTHORS
12941         * src/matcher_parser_parse.y
12942         * src/etpan/imap-thread.c
12943                 fix building on FreeBSD
12944                 Patch by Daniel Gustafson <daniel@hobbit.se>
12945
12946 2005-08-29 [paul]       1.9.13cvs70
12947
12948         * src/plugins/pgpinline/pgpinline.c
12949                 only initialise sig result if it's been handled
12950                 Patch by Colin
12951
12952 2005-08-29 [paul]       1.9.13cvs69
12953         
12954         Patches by Colin:
12955
12956         * src/imap.c
12957         * src/common.utils.c
12958         * src/common/utils.h
12959                 optimisation
12960         * src/stock_pixmap.h
12961                 fix wrong icon reference
12962         * src/pixmaps/trash_btn.xpm
12963                 replace with nicer image
12964
12965 2005-08-28 [colin]      1.9.13cvs68
12966
12967         * src/Makefile.am
12968         * src/stock_pixmap.c
12969         * src/stock_pixmap.h
12970         * src/toolbar.c
12971         * src/pixmaps/trash_btn.xpm
12972                 Add a specific trash xpm for the button
12973
12974 2005-08-28 [colin]      1.9.13cvs67
12975
12976         * src/imap.c
12977                 Fix leak
12978
12979 2005-08-27 [colin]      1.9.13cvs66
12980
12981         * src/imap.c
12982         * src/procmime.c
12983                 Correctly fix "Problem with replies", fixes
12984                 pgpmime encryption too. 
12985
12986 2005-08-27 [colin]      1.9.13cvs65
12987
12988         * src/folder.c
12989         * src/procmsg.c
12990         * src/procmsg.h
12991         * src/summaryview.c
12992                 Fix bug #517 (messages removed from summaryview 
12993                 when moving fails)
12994
12995 2005-08-27 [colin]      1.9.13cvs64
12996
12997         * tools/Makefile.am
12998         * tools/asus_mailled.sh
12999                 Add a script to blink ASUS laptops' mail LED where there
13000                 is unread mail.
13001
13002 2005-08-27 [colin]      1.9.13cvs63
13003
13004         * src/imap.c
13005         * src/etpan/imap-thread.c
13006         * src/etpan/imap-thread.h
13007                 Implement automatic choosing of login method
13008                 Fixes bug #791
13009         * src/gtk/.cvsignore
13010                 Add sylpheed-marshal.[ch]
13011
13012 2005-08-27 [colin]      1.9.13cvs62
13013
13014         * src/common/utils.c
13015                 Fix confusing perror
13016
13017 2005-08-27 [colin]      1.9.13cvs61
13018
13019         * src/toolbar.c
13020         * src/toolbar.h
13021                 Remove A_DELETE, replace it with 
13022                 A_TRASH and A_DELETE_REAL. Automatically
13023                 rewrite config files to replace A_DELETE
13024                 with A_TRASH (no functionality change).
13025                 Fixes half of #794
13026
13027 2005-08-26 [colin]      1.9.13cvs60
13028
13029         * src/procmime.c
13030                 Previous "Problem with replies" fix brought other
13031                 problems, fixing them
13032
13033 2005-08-26 [colin]      1.9.13cvs59
13034
13035         * src/procmime.c
13036                 Fix "Problem with replies". This happened only
13037                 on IMAP...
13038         * src/procmsg.c
13039                 Factorize code a bit
13040         * src/compose.c
13041                 Speed improvement on very long messages (wrapping)
13042                 Fix signature color on Reedit and Redirect
13043                 On Reedit, don't attach pgp-signatures parts, but
13044                 set signing to On.
13045
13046 2005-08-24 [paul]       1.9.13cvs58
13047
13048         * src/compose.c
13049                 don't claim success when clicking
13050                 Cancel on the passphrase box.
13051                 Patch by Colin
13052
13053 2005-08-24 [paul]       1.9.13cvs57
13054
13055         * src/main.c
13056                 fix misplaced sylpheed.log
13057         * src/common/defs.h
13058                 define UIDL_DIR
13059
13060 2005-08-24 [paul]       1.9.13cvs56
13061
13062         * src/imap.c
13063         * src/etpan/imap-thread.c
13064         * src/etpan/imap-thread.h
13065                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13066                 Patch by Colin
13067         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13068         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13069                 remove autogenerated files
13070         * tools/kdeservicemenu/README
13071         * tools/kdeservicemenu/install.sh
13072         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13073         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13074                 use Claws icon, use 'Sylpheed-Claws' in menu,
13075                 use kdialog, and other cleanups
13076
13077 2005-08-23 [paul]       1.9.13cvs55
13078
13079         * src/compose.c
13080                 fix paste/wrap crash
13081                 Patch by Colin
13082
13083 2005-08-23 [paul]       1.9.13cvs54
13084
13085         * src/main.c
13086                 fix crash recovery
13087                 Patch by Colin
13088
13089 2005-08-23 [paul]       1.9.13cvs53
13090
13091         * src/addressbook.c
13092         * src/editaddress.c
13093                 view all data of LDAP contacts
13094                 Patch by Colin
13095
13096 2005-08-23 [paul]       1.9.13cvs52
13097
13098         * src/addressbook.c
13099                 fix issues with the Search field
13100                 Patch by Colin
13101
13102 2005-08-22 [paul]       1.9.13cvs51
13103
13104         * src/folderview.c
13105                 put name of folder in processing dialog
13106                 title
13107         * src/prefs_folder_item.c
13108                 improve english usage
13109
13110 2005-08-22 [paul]       1.9.13cvs50
13111
13112         * src/filtering.c
13113         * src/filtering.h
13114         * src/matcher.c
13115         * src/matcher_parser_lex.l
13116         * src/matcher_parser_parse.y
13117         * src/prefs_filtering.c
13118                 add Filtering/Processing rule names feature.
13119                 (the incompatible old matcherrc is saved as
13120                 matcherrc.pre_names).
13121                 Patch by Colin
13122
13123 2005-08-22 [paul]       1.9.13cvs49
13124
13125         * src/procmsg.c
13126                 fix colour labelling
13127                 Patch by Colin
13128
13129 2005-08-22 [paul]       1.9.13cvs48
13130
13131         * src/textview.c
13132                 fix open_image_cb()
13133
13134 2005-08-22 [paul]       1.9.13cvs47
13135
13136         * src/imap.c
13137                 fix bug 789, 'SC crashes with imap (CVS ver)'
13138                 Patch by Colin
13139
13140 2005-08-22 [paul]       1.9.13cvs46
13141
13142         * src/mimeview.c
13143         * src/prefs_common.c
13144         * src/common/defs.h
13145                 define reused defaults in defs.h
13146         * src/textview.c
13147                 add 'Open image' to image popup menu
13148
13149 2005-08-21 [colin]      1.9.13cvs45
13150
13151         * src/summaryview.c
13152                 Fix bug #788 (Bogus "From" address displayed)
13153
13154 2005-08-20 [colin]      1.9.13cvs44
13155
13156         * src/folder.c
13157                 Fix buf #787 (multilevel delete causes SIGSEGV)
13158
13159 2005-08-19 [colin]      1.9.13cvs43
13160
13161         * src/inc.c
13162         * src/prefs_common.c
13163         * src/prefs_common.h
13164                 Add an hidden pref to allow modifying the
13165                 update stepping in incorporation.
13166                 Patch by wwp.
13167
13168 2005-08-19 [colin]      1.9.13cvs42
13169
13170         * src/compose.c
13171         * src/procmime.c
13172                 Workaround for broken MUAs: encode 
13173                 Content-type: name: as ASCII and 
13174                 Content-Disposition: filename: as
13175                 per rfc2231
13176         * src/prefs_account.c
13177                 Fix invisible-ness of SMTP SSL prefs
13178                 in NNTP accounts
13179
13180 2005-08-19 [paul]       1.9.13cvs41
13181
13182         * src/compose.c
13183         * src/prefs_common.c
13184         * src/prefs_common.h
13185         * src/prefs_wrapping.c
13186                 paste with or without wrapping.
13187                 patch by Colin
13188
13189 2005-08-19 [paul]       1.9.13cvs40
13190
13191         * src/prefs_common.c
13192         * src/prefs_common.h
13193         * src/summaryview.c
13194                 reintroduce enable_swap_from as a
13195                 hidden pref. patch by Colin
13196         * src/quote_fmt_parse.y
13197         * src/plugins/clamav/clamav_plugin.c
13198         * src/plugins/dillo_viewer/dillo_viewer.c
13199         * src/plugins/mathml_viewer/mathml_viewer.c
13200         * src/plugins/pgpcore/sgpgme.c
13201         * src/plugins/pgpinline/pgpinline.c
13202         * src/plugins/pgpmime/pgpmime.c
13203                 tidy up. patch by Colin
13204
13205 2005-08-19 [paul]       1.9.13cvs39
13206
13207         * configure.ac
13208                 complete cvs38's sync
13209         * src/editaddress.c
13210         * src/gedit-print.c
13211         * src/mutt.c
13212         * src/etpan/etpan-log.c
13213         * src/etpan/imap-thread.c
13214         * src/gtk/gtksourceprintjob.c
13215                 fix compilation warnings
13216                 (patch by Colin)
13217
13218 2005-08-19 [paul]       1.9.13cvs38
13219
13220         sync with main:
13221
13222         * src/account.c
13223         * src/action.c
13224         * src/addrbook.c
13225         * src/addrcache.c
13226         * src/addrharvest.c
13227         * src/addrindex.c
13228         * src/codeconv.c
13229         * src/compose.c
13230         * src/crash.c
13231         * src/exporthtml.c
13232         * src/exportldif.c
13233         * src/folder.c
13234         * src/image_viewer.c
13235         * src/inc.c
13236         * src/inc.h
13237         * src/jpilot.c
13238         * src/ldif.c
13239         * src/main.c
13240         * src/matcher.c
13241         * src/mbox.c
13242         * src/messageview.c
13243         * src/mh.c
13244         * src/mimeview.c
13245         * src/msgcache.c
13246         * src/mutt.c
13247         * src/news.c
13248         * src/partial_download.c
13249         * src/pine.c
13250         * src/pop.c
13251         * src/prefs_actions.c
13252         * src/prefs_common.c
13253         * src/prefs_customheader.c
13254         * src/prefs_display_header.c
13255         * src/prefs_gtk.c
13256         * src/prefs_themes.c
13257         * src/procheader.c
13258         * src/procmime.c
13259         * src/procmsg.c
13260         * src/recv.c
13261         * src/send_message.c
13262         * src/simple-gettext.c
13263         * src/sourcewindow.c
13264         * src/textview.c
13265         * src/vcard.c
13266         * src/common/defs.h
13267         * src/common/log.c
13268         * src/common/plugin.c
13269         * src/common/prefs.c
13270         * src/common/session.c
13271         * src/common/session.h
13272         * src/common/socket.c
13273         * src/common/socket.h
13274         * src/common/ssl_certificate.c
13275         * src/common/template.c
13276         * src/common/utils.c
13277         * src/common/utils.h
13278         * src/common/xml.c
13279         * src/gtk/about.c
13280         added wrappers for C library function that
13281                 take pathname arguments.
13282                 enabled compilation with MinGW.
13283                 use GDir instead of directly using opendir().
13284                 added rename_force().
13285
13286 2005-08-19 [paul]       1.9.13cvs37
13287         
13288         patches by Colin:
13289         * src/compose.c
13290                 fix privacy settings on re-editing
13291                 a sent message
13292         * src/jpilot.c
13293                 fix encoding bug
13294         * src/folder.c
13295         * src/procmsg.c
13296         * src/procmsg.h
13297         * src/summaryview.c
13298                 flag changing optimisation
13299
13300 2005-08-18 [martin]     1.9.13cvs36
13301
13302         * commitHelper
13303             added my login
13304         * src/addrcache.c
13305         * src/addrharvest.c
13306         * src/addrindex.c
13307         * src/compose.c
13308         * src/grouplistdialog.c
13309         * src/main.c
13310         * src/mainwindow.c
13311         * src/msgcache.c
13312         * src/mutt.c
13313         * src/pine.c
13314         * src/prefs_account.c
13315         * src/prefs_themes.c
13316         * src/stock_pixmap.c
13317         * src/summaryview.c
13318         * src/gtk/about.c
13319         * src/gtk/logwindow.c
13320             removed deprecated glib and gdk stuff
13321         * src/plugins/pgpcore/select-keys.c
13322             convert attributes from locale to utf8
13323
13324 2005-08-17 [paul]       1.9.13cvs35
13325
13326         * src/account.c
13327         * src/addressbook.c
13328                 use new GTK_STOCK_ icons if available
13329         * src/summaryview.c
13330         * src/gtk/gtksctree.c
13331         * src/gtk/gtksctree.h
13332                 faster range select. patch by Colin
13333
13334 2005-08-17 [paul]       1.9.13cvs34
13335
13336         patches by colin:
13337         * src/addressbook.c
13338         * src/addressitem.h
13339                 Add an edit button for contacts, fix selections
13340                 of gtksctree items
13341         * src/editaddress.c
13342                 Change labels, let Save be always possible in the
13343                 email and user atributes tabs
13344         * src/folderview.c
13345                 fix sort issues
13346         * src/summaryview.c
13347                 select next item instead of the displayed one
13348                 after deletion
13349
13350         * src/gtk/progressdialog.c
13351                 use prefs_common.enable_rules_hint
13352
13353 2005-08-13 [hoa]        1.9.13cvs33
13354
13355         * src/etpan/imap-thread.c
13356                 fixed build on Solaris.
13357
13358 2005-08-10 [colin]      1.9.13cvs32
13359
13360         * src/procmsg.c
13361                 Fix cvs31 (missing fclose before reading
13362                 the file)
13363
13364 2005-08-10 [colin]      1.9.13cvs31
13365
13366         * src/procmsg.c
13367                 Fix procmsg_msginfo_new_from_mimeinfo() when
13368                 the MimeInfo isn't stored in memory. This fixes
13369                 replying to an attached message.
13370
13371 2005-08-10 [colin]      1.9.13cvs30
13372
13373         * src/mainwindow.c
13374                 Fix slowness in account changing
13375
13376 2005-08-10 [colin]      1.9.13cvs29
13377
13378         * src/folder.c
13379         * src/folderutils.c
13380         * src/folderview.c
13381         * src/imap_gtk.c
13382         * src/mainwindow.c
13383         * src/mh_gtk.c
13384         * src/procmsg.c
13385         * src/summaryview.c
13386                 Optimize folder_has_parent_of_type
13387                 Prevent moving special sub-folders from contextual menus
13388                 Rework message a bit ("Empty all messages" -> "Delete all
13389                 messages")
13390                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13391                 and "Deleted Items" folders)
13392
13393 2005-08-08 [colin]      1.9.13cvs28
13394
13395         * src/summaryview.c
13396         * src/prefs_summaries.c
13397                 Make "Select first unread|new" more flexible
13398                 (just prioritize new or unread)
13399
13400 2005-08-08 [colin]      1.9.13cvs27
13401
13402         * src/summaryview.c
13403                 If "select first new" is selected and there only
13404                 are unread messages, fallback to "select first
13405                 unread".
13406
13407 2005-08-08 [colin]      1.9.13cvs26
13408
13409         * src/folder.c
13410                 Fix shameful bugs (and bug #779)
13411
13412 2005-08-08 [colin]      1.9.13cvs25
13413
13414         * src/folder.c
13415         * src/folder.h
13416                 Cache parents' type to make folder_has_parent_of_type
13417                 faster
13418         * src/folderview.c
13419                 Forbid DnD of special sub-folders
13420         * src/procmsg.c
13421         * src/procmsg.h
13422                 Add MAIL_POSTFILTERING_HOOK
13423         * src/summaryview.c
13424                 Revert over-zealous deletion of the use_addr_book 
13425                 code
13426
13427 2005-08-07 [colin]      1.9.13cvs24
13428
13429         * src/folder.c
13430                 Fix big mistake (passing MsgInfo instead 
13431                 of FolderItem)
13432
13433 2005-08-07 [colin]      1.9.13cvs23
13434
13435         * src/compose.c
13436         * src/folder.c
13437         * src/folder.h
13438         * src/foldersel.c
13439         * src/folderutils.c
13440         * src/folderview.c
13441         * src/imap.c
13442         * src/mainwindow.c
13443         * src/messageview.c
13444         * src/mh.c
13445         * src/msgcache.c
13446         * src/procmime.c
13447         * src/summaryview.c
13448                 Make subfolders of Drafts, Queue, Outbox, Trash
13449                 work like their parents. 
13450                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13451
13452 2005-08-07 [colin]      1.9.13cvs22
13453
13454         * src/addressbook.c
13455                 Fix bug #771 (Dragged contacts not saved)
13456
13457 2005-08-07 [paul]       1.9.13cvs21
13458
13459         * src/summaryview.c
13460                 fix bug 32 'Search Doesn't display results
13461                 if "Hide Read Messages" is chosen'
13462                 be more literal in interpreting 'Hide read
13463                 messages'
13464
13465 2005-08-07 [colin]      1.9.13cvs20
13466
13467         * src/folderview.c
13468                 Add debug
13469         * src/summaryview.c
13470                 Faster 'unthread_for_execution'
13471
13472 2005-08-06 [paul]       1.9.13cvs19
13473
13474         * src/mainwindow.c
13475                 add mnemonics to Set displayed columns
13476                 fix bug where msgview_visible option was
13477                 overwritten as TRUE on startup
13478
13479 2005-08-06 [paul]       1.9.13cvs18
13480
13481         * src/mainwindow.c
13482                 refer to 'displayed columns in folder/message
13483                 list' not 'displayed items in summary/message view'
13484         * src/prefs_display_header.c
13485                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13486                 be consistent with similar dialogues
13487         * src/prefs_folder_column.c
13488         * src/prefs_summary_column.c
13489                 'columns' not 'items', and folder and message lists,
13490                 instead of folder and summary views;
13491                 Use 'Hidden columns' as list heading not 'Available
13492                 items';
13493                 move the 'Remove' button to the right hand side;
13494                 top-align the buttons;
13495                 remove unneeded vbox
13496         * src/prefs_summaries.c
13497                 put the 2 column prefs buttons in a frame to reduce
13498                 overall width; refer to columns not items &c.
13499
13500 2005-08-05 [colin]      1.9.13cvs17
13501
13502         * src/prefs_common.c
13503         * src/prefs_common.h
13504         * src/mainwindow.c
13505         * src/compose.c
13506         * src/messageview.c
13507                 Add an hidden toolbar_detachable pref, so
13508                 that I can get rid of these painful handles
13509                 in the toolbars. Defaults to TRUE to avoid
13510                 changing the GUI on unsuspecting people...
13511
13512 2005-08-05 [colin]      1.9.13cvs16
13513
13514         * src/Makefile.am
13515         * src/prefs_folder_column.c
13516         * src/prefs_folder_column.h
13517                 Add prefs for folder columns
13518         * src/folderview.c
13519         * src/folderview.h
13520         * src/mainwindow.c
13521         * src/mainwindow.h
13522         * src/prefs_common.c
13523         * src/prefs_common.h
13524         * src/prefs_summaries.c
13525                 Use them
13526         * src/prefs_summary_column.c
13527         * src/summaryview.c
13528         * src/summaryview.h
13529                 Add a To column
13530         * src/textview.c
13531         * src/common/utils.c
13532         * src/common/utils.h
13533                 Move uri colourisation functions
13534                 to utils
13535         * src/compose.c
13536                 Colourise URIs
13537         * src/imap.c
13538                 Fix bug with LIST where we'd try
13539                 to get Folder//////[...]/// 
13540
13541 2005-08-05 [paul]       1.9.13cvs15
13542
13543         * src/prefs_summaries.c
13544                 improve the English usage
13545         * src/summaryview.c
13546                 set font on column change
13547                 thanks to Colin
13548
13549 2005-08-05 [paul]       1.9.13cvs14
13550
13551         * src/prefs_common.c
13552         * src/prefs_common.h
13553         * src/prefs_summaries.c
13554         * src/summaryview.c
13555                 replace 'open_unread_on_enter' option with
13556                 'select_on_entry' option. opening/not opening
13557                 is now exclusively controlled by 'always_show_msg'
13558
13559 2005-08-04 [colin]      1.9.13cvs13
13560
13561         * src/compose.c
13562                 Remove dead code
13563                 Add colourisation of quotes and signatures
13564         * src/folderview.c
13565                 Fix possible crashes
13566         * src/messageview.c
13567                 Change an assert that is no problem
13568         * src/news.c
13569         * src/news_gtk.c
13570         * src/news_gtk.h
13571                 Fix offline mode
13572         * src/gtk/quicksearch.c
13573                 Fix a possible crash
13574
13575 2005-08-03 [colin]      1.9.13cvs12
13576
13577         * src/prefs_account.c
13578                 Fix bug #777 (Sylpheed crash in account configuration)
13579
13580 2005-08-03 [colin]      1.9.13cvs11
13581
13582         * src/addressbook.c
13583         * src/editaddress.c
13584         * src/editgroup.c
13585                 Fixing addressbook, round 2
13586         * src/textview.c
13587                 Fix emphasis color on rechecking 'Colorize messages'
13588
13589 2005-08-03 [paul]       1.9.13cvs10
13590
13591         sync with main
13592
13593         * src/addr_compl.c
13594         * src/compose.c
13595         * src/main.c
13596         * src/pop.c
13597         * src/prefs_account.c
13598         * src/procmime.c
13599         * src/procmsg.c
13600         * src/quote_fmt_parse.y
13601         * src/textview.c
13602         * src/common/quoted-printable.c
13603         * src/common/utils.c
13604         * src/common/utils.h
13605         * src/common/xml.c
13606                 replaced incorrect locale-independent
13607                 ctype functions with GLib's. Corrected
13608                 signedness mismatch.
13609         * src/headerview.c
13610                 headerview_create(): added spacing for vbox.
13611         * src/gtk/about.c
13612                 set focus to the OK button.
13613
13614 2005-08-03 [colin]      1.9.13cvs9
13615
13616         * src/folderview.c
13617                 Fix possible crash
13618
13619 2005-08-02 [colin]      1.9.13cvs8
13620
13621         * src/mainwindow.c
13622                 Fix cast
13623         * src/addressbook.c
13624         * src/addressitem.h
13625                 Fix a cast and more generally, try to make the
13626                 GUI more intuitive and consistent (round 1)
13627
13628 2005-08-02 [paul]       1.9.13cvs7
13629
13630         * src/folder.h
13631                 missing in 1.9.13cvs6
13632
13633 2005-08-02 [colin]      1.9.13cvs6
13634
13635         * src/folder.c
13636                 Fix one more leak
13637
13638 2005-08-02 [colin]      1.9.13cvs5
13639
13640         * src/folder.c
13641         * src/folderview.c
13642         * src/imap.c
13643         * src/main.c
13644         * src/mbox.c
13645         * src/procmsg.c
13646         * src/summaryview.c
13647                 Fix a number of folder_item_get_msg_list()-related
13648                 leaks (missing procmsg_msginfo_free()s)
13649
13650 2005-08-01 [colin]      1.9.13cvs4
13651
13652         * src/folderview.c
13653         * src/folderview.h
13654         * src/mainwindow.c
13655         * src/prefs_fonts.c
13656         * src/prefs_summaries.c
13657         * src/prefs_themes.c
13658         * src/summaryview.c
13659         * src/summaryview.h
13660         * src/textview.c
13661         * src/textview.h
13662                 Fix instant-apply of summary and folderview-related prefs
13663                 Fix erroneous g_free and alertpanels in prefs_theme
13664                 Add instant-apply for fonts
13665                 Defer applying of prefs a little bit so it's done only
13666                 once even if requested by multiples prefs pages
13667
13668 2005-08-01 [paul]       1.9.13cvs3
13669
13670         * src/main.c
13671                 fix bug 776 'S.C. crashes on close'
13672                 thanks to Colin
13673         * src/etpan/etpan-thread-manager-types.h
13674                 add missing include
13675                 thanks to Hoa
13676
13677 2005-07-25 [paul]       1.9.13cvs2
13678
13679         * src/summaryview.c
13680                 fix typos. spotted by Fabien Vantard
13681
13682 2005-07-24 [paul]       1.9.13cvs1
13683
13684         * doc/man/sylpheed.1
13685                 update man page, incorporating fix of
13686                 bug 769 'Typo in manpage'
13687         * src/etpan/imap-thread.c
13688                 fix NetBSD openssl dependencies. patch by
13689                 George Michaelson <ggm@apnic.net>
13690         * po/pt_BR.po
13691                 updated by Frederico Goncalves Guimaraes
13692
13693 2005-07-22 [paul]       1.9.13
13694
13695         1.9.13 release
13696
13697 2005-07-22 [paul]       1.9.12cvs91
13698
13699         * AUTHORS
13700         * INSTALL
13701         * README.claws
13702         * RELEASE_NOTES.claws
13703                 updated for release
13704         * configure.ac
13705         * po/nb.po
13706         * tools/claws.i18n.status.pl
13707                 add Norwegian translation. submiited by
13708                 Geir Helland <pjallabais@users.sourceforge.net>
13709         * po/ca.po
13710         * po/de.po
13711         * po/es.po
13712         * po/fi.po
13713         * po/fr.po
13714         * po/it.po
13715         * po/sk.po
13716         * po/sr.po
13717         * po/zh_CN.po
13718                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13719                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
13720                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
13721                 Yang Guilong
13722         * src/plugins/clamav/clamav_plugin_gtk.c
13723         * src/plugins/spamassassin/spamassassin_gtk.c
13724                 replace outdated description strings
13725
13726 2005-07-21 [colin]      1.9.12cvs90
13727
13728         * src/folder.c
13729                 Set folder to batch mode when scanning it. Makes deletion
13730                 of unread mails on IMAP much faster (due to the UNREAD 
13731                 flag unsetting)
13732
13733 2005-07-21 [darko]      1.9.12cvs89
13734
13735         * configure.ac
13736                 link against libresolv if necessary (patch by Paul)
13737         * src/msgcache.c
13738                 use glib's portable macros to determine endianness
13739
13740 2005-07-21 [paul]       1.9.12cvs88
13741
13742         * src/crash.c
13743         * src/gtk/about.c
13744                 update compiled-in features list
13745
13746 2005-07-20 [colin]      1.9.12cvs87
13747
13748         * src/folder.c
13749         * src/textview.c
13750                 Gcc 2.9x compilation fixes, thanks to Darko
13751         * src/plugins/clamav/clamav_plugin.c
13752                 Little optimisation: load virus database only once
13753         * src/plugins/spamassassin/spamassassin.c
13754                 Big optimisation: filtering one mail took at least 1 second,
13755                 now it takes at least 50ms. Doesn't speed up spamassassin 
13756                 itself, but should already be much more tolerable.
13757
13758 2005-07-20 [colin]      1.9.12cvs86
13759
13760         * src/summaryview.c
13761                 Fix performance issue
13762
13763 2005-07-19 [colin]      1.9.12cvs85
13764
13765         * src/plugins/pgpinline/plugin.c
13766                 Fix warning
13767
13768 2005-07-19 [colin]      1.9.12cvs84
13769
13770         * configure.ac
13771         * src/plugins/Makefile.am
13772         * src/plugins/pgpinline/.cvsignore
13773         * src/plugins/pgpinline/Makefile.am
13774         * src/plugins/pgpinline/pgpinline.c
13775         * src/plugins/pgpinline/pgpinline.deps
13776         * src/plugins/pgpinline/pgpinline.h
13777         * src/plugins/pgpinline/plugin.c
13778                 Put pgpinline in the main tree
13779
13780 2005-07-19 [paul]       1.9.12cvs83
13781
13782         * src/prefs_actions.c
13783                 prevent '//' in menu names, which cause a crash
13784                 thanks to Colin
13785
13786 2005-07-19 [paul]       1.9.12cvs82
13787
13788         * configure.ac
13789                 be generally more informative in configure output.
13790                 OpenSSL: correction: '[ --enable-openssl ...' -> 
13791                 '[ --disable-openssl ...', as --enable-openssl is default
13792                 PGP/MIME: don't check for GPGME again, check for
13793                 pgpcore instead. Therefore prevent the possibility of
13794                 attempting to build pgpmime if pgpcore dependencies are
13795                 not met
13796                 ClamAV: use pkgconfig to check for lib
13797                 libgnomeprint: revert logic on inner test to match
13798                 everything else
13799         * src/plugins/pgpcore/sgpgme.c
13800                 add missing include
13801
13802 2005-07-19 [colin]      1.9.12cvs81
13803
13804         * src/summaryview.c
13805                 Fix slow thread rebuilding in particular
13806                 cases
13807
13808 2005-07-19 [paul]       1.9.12cvs80
13809
13810         * sylpheed-claws.desktop
13811                 fix typo, spotted by Stephan Sachse
13812         * src/account.c
13813                 replace GTK_STOCK_ADD with
13814                 GTK_STOCK_NEW button
13815
13816 2005-07-18 [colin]      1.9.12cvs79
13817
13818         * src/etpan/imap-thread.c
13819                 Fix return value (Thanks Hoa)
13820
13821 2005-07-18 [colin]      1.9.12cvs78
13822
13823         * src/imap.c
13824                 Allow empty passwords
13825                 Create drafts/queue/outbox if necessary
13826         * src/summaryview.c
13827                 Remove old code
13828         * src/etpan/imap-thread.c
13829                 Fix STARTTLS (Thanks to Hoa)
13830
13831 2005-07-18 [paul]       1.9.12cvs77
13832
13833         * ChangeLog-gtk2.jp
13834         * ChangeLog.jp
13835                 removed
13836         * Makefile.am
13837                 updated to reflect additions and removals
13838         * TODO
13839                 updated to be claws-specific
13840         * TODO-gtk2
13841         * TODO-gtk2.jp
13842         * TODO.jp
13843         * sylpheed-128x128.png
13844         * sylpheed-64x64.png
13845                 removed
13846         * sylpheed-claws-128x128.png
13847         * sylpheed-claws-64x64.png
13848         * sylpheed-claws.desktop
13849         * sylpheed-claws.png
13850                 added
13851         * sylpheed.desktop
13852         * sylpheed.png
13853                 removed
13854
13855 2005-07-17 [paul]       1.9.12cvs76
13856
13857         * src/account.c
13858         * src/addressbook.c
13859         * src/alertpanel.c
13860         * src/alertpanel.h
13861         * src/compose.c
13862         * src/exphtmldlg.c
13863         * src/expldifdlg.c
13864         * src/folderview.c
13865         * src/imap_gtk.c
13866         * src/inc.c
13867         * src/message_search.c
13868         * src/messageview.c
13869         * src/mh_gtk.c
13870         * src/news_gtk.c
13871         * src/prefs_actions.c
13872         * src/prefs_filtering.c
13873         * src/prefs_matcher.c
13874         * src/prefs_template.c
13875         * src/prefs_themes.c
13876         * src/ssl_manager.c
13877         * src/summary_search.c
13878         * src/textview.c
13879         * src/toolbar.c
13880         * src/gtk/sslcertwindow.c
13881         * src/plugins/pgpcore/sgpgme.c
13882                 rework alertpanels
13883
13884 2005-07-17 [colin]      1.9.12cvs75
13885
13886         * src/privacy.c
13887                 add a PrivacySystem accessor that checks that
13888                 the system cached in a MimeInfo's privacydata
13889                 is still registered. Use this accessor instead
13890                 of directly using data->system. Fixes crashes
13891                 after unloading pgp plugins.
13892
13893 2005-07-17 [colin]      1.9.12cvs74
13894
13895         * src/alertpanel.c
13896                 Change geometry hints to a simple default size.
13897                 Fixes the certs dialogs.
13898
13899 2005-07-17 [colin]      1.9.12cvs73
13900
13901         * src/gtk/sslcertwindow.c
13902                 Use a gtkExpander
13903
13904 2005-07-17 [colin]      1.9.12cvs72
13905
13906         * src/plugins/pgpcore/Makefile.am
13907         * src/plugins/pgpmime/Makefile.am
13908                 Add gpgme libs
13909
13910 2005-07-17 [paul]       1.9.12cvs71
13911
13912         * configure.ac
13913                 add --disable-gnomeprint option
13914                 modified version of patch by Marius Mauch
13915
13916 2005-07-17 [paul]       1.9.12cvs70
13917
13918         * src/common/defs.h
13919                 update urls
13920         * src/account.c
13921         * src/action.c
13922         * src/addressbook.c
13923         * src/compose.c
13924         * src/foldersel.c
13925         * src/folderview.c
13926         * src/html.c
13927         * src/imap_gtk.c
13928         * src/main.c
13929         * src/mainwindow.c
13930         * src/messageview.c
13931         * src/mh_gtk.c
13932         * src/mimeview.c
13933         * src/news_gtk.c
13934         * src/prefs_account.c
13935         * src/prefs_send.c
13936         * src/prefs_summaries.c
13937         * src/procmsg.c
13938         * src/summaryview.c
13939         * src/common/utils.c
13940         * src/common/xml.c
13941         * src/plugins/pgpcore/passphrase.c
13942         * src/plugins/pgpcore/select-keys.c
13943                 replace inappropriately used backticks
13944                 with single quotes
13945
13946 2005-07-16 [colin]      1.9.12cvs69
13947
13948         * src/image_viewer.c
13949                 Add extra paranoid checks
13950
13951 2005-07-16 [colin]      1.9.12cvs68
13952
13953         * src/plugins/pgpcore/prefs_gpg.c
13954                 Don't auto-check sigs by default, as it
13955                 can be really slow.
13956
13957 2005-07-16 [colin]      1.9.12cvs67
13958
13959         * src/plugins/pgpcore/sgpgme.c
13960                 Make messages a bit better.
13961
13962 2005-07-16 [colin]      1.9.12cvs66
13963
13964         * src/imap.c
13965                 Remove pseudo-log
13966         * src/etpan/imap-thread.c
13967                 Add real log
13968
13969 2005-07-16 [colin]      1.9.12cvs65
13970
13971         * src/main.c
13972         * src/prefs_other.c
13973                 And now, fix build with libetpan :-/
13974
13975 2005-07-15 [colin]      1.9.12cvs64
13976
13977         * src/prefs_other.c
13978                 Continue fixing build without libetpan.
13979
13980 2005-07-15 [colin]      1.9.12cvs63
13981
13982         * src/main.c
13983                 Fix build with --disable-libetpan
13984
13985 2005-07-15 [colin]      1.9.12cvs62
13986
13987         * configure.ac
13988                 Bump libetpan's version
13989
13990 2005-07-15 [colin]      1.9.12cvs61
13991
13992         * src/etpan/imap-thread.c
13993                 Actually stop logging :)
13994
13995 2005-07-15 [colin]      1.9.12cvs60
13996
13997         * src/addressbook.c
13998                 Fix dnd of multiple addresses.
13999
14000 2005-07-15 [hoa]        1.9.12cvs59
14001
14002         * src/etpan/imap-thread.c
14003             disable login of IMAP password in libetpan log file.
14004
14005 2005-07-15 [paul]       1.9.12cvs58
14006
14007         * src/account.c
14008                 don't automatically sort
14009                 do allow drag n drop
14010
14011 2005-07-15 [paul]       1.9.12cvs57
14012
14013         * src/account.c
14014         * src/ssl_manager.c
14015                 alphabetical listing
14016
14017 2005-07-15 [paul]       1.9.12cvs56
14018
14019         * src/gtk/pluginwindow.c
14020                 sort plugin list alphabetically
14021
14022 2005-07-15 [paul]       1.9.12cvs55
14023
14024         * src/prefs_spelling.c
14025         * src/prefs_wrapping.c
14026                 unify English usage
14027
14028 2005-07-15 [colin]      1.9.12cvs54
14029
14030         * src/wizard.c
14031                 Typo fix
14032
14033 2005-07-15 [paul]       1.9.12cvs53
14034
14035         * src/prefs_message.c
14036                 make 'show cursor' a hidden option
14037
14038 2005-07-14 [colin]      1.9.12cvs52
14039
14040         * src/plugins/spamassassin/Makefile.am
14041         * src/plugins/clamav/Makefile.am
14042                 Fix double EXTRA_DISTs
14043
14044 2005-07-14 [colin]      1.9.12cvs51
14045
14046         * src/plugins/clamav/Makefile.am
14047         * src/plugins/clamav/clamav_plugin_gtk.deps
14048         * src/plugins/spamassassin/Makefile.am
14049         * src/plugins/spamassassin/spamassassin_gtk.deps
14050                 Make $plugin_gtk depend on $plugin
14051
14052 2005-07-14 [hoa]        1.9.12cvs50
14053
14054         * src/etpan/imap-thread.c
14055                 enable debug log of libetpan when running with --debug
14056
14057 2005-07-14 [colin]      1.9.12cvs49
14058
14059         * configure.ac
14060         * src/common/Makefile.am
14061         * src/common/plugin.c
14062         * src/common/plugin.h
14063                 Add a little plugin dependancy system.
14064                 Plugins can ship a $plugin_name.deps file
14065                 (near them in PLUGINDIR) so that their
14066                 dependancies are loaded if possible.
14067         * src/plugins/Makefile.am
14068         * src/plugins/pgpcore/Makefile.am
14069         * src/plugins/pgpcore/passphrase.c
14070         * src/plugins/pgpcore/passphrase.h
14071         * src/plugins/pgpcore/plugin.c
14072         * src/plugins/pgpcore/prefs_gpg.c
14073         * src/plugins/pgpcore/prefs_gpg.h
14074         * src/plugins/pgpcore/select-keys.c
14075         * src/plugins/pgpcore/select-keys.h
14076         * src/plugins/pgpcore/sgpgme.c
14077         * src/plugins/pgpcore/sgpgme.h
14078                 Introduce pgpcore, used by pgpmime and
14079                 pgpinline
14080         * src/plugins/pgpmime/Makefile.am
14081         * src/plugins/pgpmime/passphrase.c
14082         * src/plugins/pgpmime/passphrase.h
14083         * src/plugins/pgpmime/pgpmime.c
14084         * src/plugins/pgpmime/pgpmime.deps
14085         * src/plugins/pgpmime/plugin.c
14086         * src/plugins/pgpmime/prefs_gpg.c
14087         * src/plugins/pgpmime/prefs_gpg.h
14088         * src/plugins/pgpmime/select-keys.c
14089         * src/plugins/pgpmime/select-keys.h
14090         * src/plugins/pgpmime/sgpgme.c
14091         * src/plugins/pgpmime/sgpgme.h
14092                 Remove the core from pgpmime and add the
14093                 dependancy to pgpcore.
14094
14095 2005-07-14 [paul]       1.9.12cvs48
14096
14097         * src/stock_pixmap.c
14098                 forgot this in last commit
14099
14100 2005-07-14 [paul]       1.9.12cvs47
14101
14102         * src/account.c
14103         * src/addressbook.c
14104                 add accelerators for the buttons (sync with main)
14105         * src/compose.c
14106         * src/compose.h
14107                 add accelerators for the buttons.
14108                 fix editing with external editor.
14109                 replace gdk_input_*() with GIOChannel;
14110                 (sync with main)
14111         * src/foldersel.c
14112                 display folder names with new/unread
14113                 representation (sync with main)
14114         * src/main.c
14115                 specify default window icon (sync with main)
14116         * src/prefs_common.c
14117                 use_addr_book default to FALSE
14118         * src/summaryview.c
14119         * src/textview.c
14120                 add accelerators for the buttons (sync with main)
14121         * src/gtk/menu.c
14122                 fix typos
14123         * src/pixmaps/sylpheed_icon.xpm
14124                 updated
14125
14126 2005-07-13 [paul]       1.9.12cvs46
14127
14128         * src/plugins/pgpmime/pgpmime.c
14129         * src/plugins/pgpmime/sgpgme.c
14130                 (temporarily) use deprecated gpgme_data_rewind()
14131                 while largefile support is not present
14132                 (as suggested by Colin)
14133
14134 2005-07-13 [paul]       1.9.12cvs45
14135
14136         * configure.ac
14137                 remove large file support (for now):
14138                 it breaks too many things
14139
14140 2005-07-13 [paul]       1.9.12cvs44
14141
14142         * configure.ac
14143                 add large file support
14144         * src/html.c
14145                 fix bug #763 where href attribute was not
14146                 the very first attribute of a link
14147                 patch by Thomas Gilgin
14148
14149 2005-07-13 [colin]      1.9.12cvs43
14150
14151         * src/gtk/pluginwindow.c
14152                 Little portability fix
14153
14154 2005-07-13 [colin]      1.9.12cvs42
14155
14156         * src/plugins/pgpmime/sgpgme.c
14157                 Fix crasher.
14158
14159 2005-07-13 [colin]      1.9.12cvs41
14160
14161         * src/plugins/pgpmime/pgpmime.c
14162         * src/plugins/pgpmime/sgpgme.c
14163                 Use gpgme_data_release_and_get_mem instead
14164                 of gpgme_data_read.
14165
14166 2005-07-13 [colin]      1.9.12cvs40
14167
14168         * configure.ac
14169         * src/plugins/pgpmime/passphrase.c
14170         * src/plugins/pgpmime/passphrase.h
14171         * src/plugins/pgpmime/pgpmime.c
14172         * src/plugins/pgpmime/plugin.c
14173         * src/plugins/pgpmime/select-keys.c
14174         * src/plugins/pgpmime/select-keys.h
14175         * src/plugins/pgpmime/sgpgme.c
14176         * src/plugins/pgpmime/sgpgme.h
14177                 Port pgpmime to gpgme-1.0.
14178
14179 2005-07-12 [paul]       1.9.12cvs39
14180
14181         * AUTHORS
14182         * src/toolbar.c
14183         * src/toolbar.h
14184                 add a 'Go to Prev' button to the toolbar.
14185                 correct tooltip text of go to buttons.
14186                 based on patch by Yang Guilong <bamanzi@gmail.com>
14187
14188 2005-07-12 [colin]      1.9.12cvs38
14189
14190         * src/statusbar.c
14191                 Fix progress bar showing stuff at startup.
14192
14193 2005-07-12 [paul]       1.9.12cvs37
14194
14195         * src/editjpilot.c
14196                 fix building with jpilot support
14197
14198 2005-07-11 [colin]      1.9.12cvs36
14199
14200         * src/inc.c
14201                 Add visual indication that filtering is running
14202         * src/textview.c
14203                 Make {}[] uri delimiters
14204         * src/summaryview.c
14205                 Remove useless (and slow) calls
14206
14207 2005-07-11 [paul]       1.9.12cvs35
14208
14209         * src/plugins/clamav/clamav_plugin_gtk.c
14210         * src/plugins/dillo_viewer/dillo_prefs.c
14211         * src/plugins/pgpmime/prefs_gpg.c
14212         * src/plugins/spamassassin/spamassassin_gtk.c
14213                 gather plugins prefs together under their
14214                 own 'Plugins' heading
14215
14216 2005-07-11 [paul]       1.9.12cvs34
14217
14218         sync with main
14219
14220         * src/account.c
14221                 account_delete(): modified alert dialog
14222         * src/editjpilot.c
14223         * src/editvcard.c
14224                 fixed a crash when cancelling file selection
14225                 dialog by Escape key. Made non-ascii filename
14226                 selectable.
14227         * src/prefs_template.c
14228                 prefs_template_window_create(): make scrolled
14229                 window policy AUTOMATIC
14230
14231 2005-07-10 [hoa]        1.9.12cvs33
14232
14233         * src/etpan/imap-thread.c
14234                 workaround for old Courier IMAP servers.
14235
14236 2005-07-10 [colin]      1.9.12cvs32
14237
14238         * src/folder.c
14239         * src/statusbar.c
14240         * src/statusbar.h
14241                 Add visual progress indicator on filtering/processing
14242                 Factorize the progress bar code
14243         * src/imap.c
14244         * src/imap.h
14245         * src/etpan/imap-thread.c
14246                 Add a reference counter to avoid destroying the Folder
14247                 while it's in use by another callback.
14248
14249 2005-07-09 [hoa]        1.9.12cvs31
14250
14251         * src/imap.c
14252         * src/etpan/imap-thread.c
14253                 fixed deadlock when removing IMAP account.
14254
14255 2005-07-08 [colin]      1.9.12cvs30
14256
14257         * src/textview.c
14258         * src/unmime.c
14259                 Fix again problems decoding broken headers
14260         * src/gtk/inputdialog.c
14261                 Fix local variable shadowing a global one
14262
14263 2005-07-08 [colin]      1.9.12cvs29
14264
14265         * src/msgcache.c
14266                 Make the cache/mark files platform-agnostic by writing
14267                 them in little-endian format. Reading them is also done
14268                 in little-endian format, of course; however, in order
14269                 to avoid trashing mark data on big-endian machines, the
14270                 files are, at first, read from the native format if the
14271                 little-endian one doesn't exist. This is easy to deter-
14272                 mine by trying to open a file with a swapped data_ver
14273                 and seeing if it's the wanted version.
14274                 Little-endian using users should see absolutely no
14275                 difference, Big-endian users may get a very little
14276                 performance drop due to byte-swapping.
14277                 Tested on i386 and ppc32. 
14278                 Fixes bug #159 (The index file, in the mailboxes, is 
14279                 hardware depending).
14280
14281                 To have the cache/mark files updated to the new little-
14282                 endian format, "Check for new messages" or even
14283                 "Rebuild folder tree" aren't enough. Files will be
14284                 updated as soon as a folder has been opened/closed.
14285                 To update everything, just select all folders by
14286                 selecting them one by one.
14287
14288 2005-07-07 [colin]      1.9.12cvs28
14289
14290         * src/imap.c
14291                 Remember the folder separator per IMAPFolder
14292                 instead of globally.
14293                 Revive the Session on noop; fixes bug #761
14294                 (mark a bunch of unread messages as read takes 
14295                 forever)
14296
14297 2005-07-07 [darko]      1.9.12cvs27
14298
14299         * src/common/template.c
14300                 Sort templates alphabetically
14301
14302 2005-07-06 [colin]      1.9.12cvs26
14303
14304         * src/imap.c
14305                 Try to use the correct separator in
14306                 most cases. Possibly fixes bug #759
14307                 (only creates the INBOX folder when 
14308                 setting up new IMAP account) and 
14309                 bug #760 (Can't retrieve messages)
14310
14311 2005-07-06 [colin]      1.9.12cvs25
14312
14313         * src/imap.c
14314                 Use real_path in status command. This will
14315                 help later, when namespaces will be used.
14316
14317 2005-07-06 [colin]      1.9.12cvs24
14318
14319         * configure.ac
14320         * src/account.c
14321         * src/folder.c
14322         * src/imap.c
14323         * src/etpan/etpan-log.c
14324         * src/etpan/etpan-thread-manager.c
14325         * src/etpan/imap-thread.c
14326                 Add a --disable-libetpan parameter. With this,
14327                 users that don't want IMAP4 support can avoid
14328                 the new dependancy (and have no IMAP support).
14329                 Users that have IMAP4 accounts and use this
14330                 parameter won't lose their configuration, their
14331                 IMAP accounts will just be invisible and not
14332                 used.
14333         * src/textview.c
14334                 Make the "Copy ..." contextual menu items 
14335                 copy to both the X clipboard and the gtk 
14336                 clipboard - as most other apps do.
14337         * src/gtk/about.c
14338                 Add a notice about OpenSSL usage, in order to
14339                 comply with OpenSSL's license (point 6):
14340                 http://www.openssl.org/source/license.html
14341
14342 2005-07-06 [colin]      1.9.12cvs23
14343
14344         * src/alertpanel.c
14345                 Fix a minimum size for alertpanels
14346         * src/compose.c
14347                 Show 'No space left on device' type errors
14348                 when queuing/sending
14349         * src/imap_gtk.c
14350         * src/mh_gtk.c
14351                 Rework folder's deletion message (remove 
14352                 extra \n)
14353
14354 2005-07-05 [colin]      1.9.12cvs22
14355
14356         * src/imap.c
14357                 Add an alertpanel on auth error
14358                 Add pseudo-log
14359                 Remove pthread-related stuff
14360
14361 2005-07-05 [colin]      1.9.12cvs21
14362
14363         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14364                 Fix crash on plugin reloading (with a hack)
14365
14366 2005-07-05 [colin]      1.9.12cvs20
14367
14368         * src/prefs_account.c
14369         * src/prefs_account.h
14370                 Fix typo
14371         * src/gtk/filesel.c
14372         * src/gtk/filesel.h
14373                 Add a way to filter the view
14374         * src/gtk/pluginwindow.c
14375                 Filter loadable stuff
14376         * src/plugins/pgpmime/prefs_gpg.c
14377                 Fix missing unregistration
14378         * .cvsignore
14379         * src/etpan/.cvsignore
14380         * src/plugins/spamassassin/.cvsignore
14381                 Add more stuff to cvs ignored files
14382
14383 2005-07-04 [colin]      1.9.12cvs19
14384
14385         * src/imap.c
14386                 Fix scan_required returning FALSE when it
14387                 shouldn't. Maybe fix #760 (Can't retrieve
14388                 messages)
14389
14390 2005-07-04 [colin]      1.9.12cvs18
14391
14392         * src/summaryview.c
14393                 Fix always_show_msg pref
14394
14395 2005-07-04 [paul]       1.9.12cvs17
14396
14397         sync with main (forgotten in last commit)
14398         
14399         * src/common/utils.c
14400         * src/common/utils.h
14401                 check_line_length(): new.
14402                 is_dir_exist()
14403                 is_file_entry_exist()
14404                 dirent_is_regular_file()
14405                 dirent_is_directory(): use g_file_test() instead of stat().
14406
14407 2005-07-04 [paul]       1.9.12cvs16
14408
14409         sync with main:
14410
14411         * src/compose.c
14412                 compose_write_to_file(): check for line
14413                 length limit and display warning if exceeds
14414         * src/jpilot.c
14415                 use get_home_dir() instead of g_get_home_dir()
14416         * src/procheader.c
14417                 removed warning about invalid date
14418         * src/vcard.c
14419                 use get_home_dir() instead of g_get_home_dir()
14420
14421 2005-07-04 [paul]       1.9.12cvs15
14422
14423         * src/stock_pixmap.c
14424                 fix new pixmap naming errors
14425                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14426
14427 2005-07-04 [colin]      1.9.12cvs14
14428
14429         * src/imap.c
14430                 Fix debugging string with a warning
14431
14432 2005-07-04 [colin]      1.9.12cvs13
14433
14434         * configure.ac
14435                 Add a check for libetpan's version (>= 0.37)
14436
14437 2005-07-04 [hoa]        1.9.12cvs12
14438
14439         * commitHelper
14440         * src/imap.c
14441         * src/etpan/imap-thread.c
14442         * src/etpan/imap-thread.h
14443                 fixed IMAP implementation of check of mails.
14444
14445 2005-07-03 [hoa]        1.9.12cvs11
14446
14447         * src/etpan/Makefile.am
14448         * src/etpan/etpan-errors.h
14449         * src/etpan/etpan-log.[ch]
14450         * src/etpan/etpan-thread-manager-types.h
14451         * src/etpan/etpan-thread-manager.[ch]
14452         * src/etpan/imap-thread.[ch]
14453         * src/Makefile.am
14454         * src/imap.c
14455         * src/main.c
14456         * src/prefs_other.c
14457         * configure.ac
14458             merged imap branch.
14459             dependency on libetpan 0.37 is now added.
14460
14461 2005-07-01 [colin]      1.9.12cvs10
14462
14463         * src/Makefile.am
14464         * src/folder.c
14465         * src/folder.h
14466         * src/folderview.c
14467         * src/stock_pixmap.c
14468         * src/stock_pixmap.h
14469         * src/plugins/trayicon/trayicon.c
14470                 Add marked symbol on folders containing
14471                 marked messages
14472         * src/procmsg.c
14473         * src/procmsg.h
14474         * src/toolbar.c
14475         * src/prefs_common.c
14476         * src/prefs_common.h
14477         * src/prefs_send.c
14478                 Add an optional confirmation dialog on queue
14479                 sending. Patch by wwp.
14480         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14481         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14482         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14483         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14484         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14485         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14486         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14487         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14488         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14489         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14490         * src/pixmaps/trash_mark.xpm            ** ADDED **
14491                 New pixmaps
14492
14493 2005-07-01 [colin]      1.9.12cvs9
14494
14495         * src/summaryview.c
14496                 Fix a little threading bug
14497         * src/addrgather.c
14498         * src/mainwindow.c
14499                 A little bit of HIG normality never hurts
14500
14501 2005-07-01 [colin]      1.9.12cvs8
14502
14503         * src/compose.c
14504         * src/msgcache.c
14505         * src/pop.c
14506         * src/procmime.c
14507         * src/recv.c
14508         * src/common/log.c
14509         * src/common/template.c
14510         * src/common/utils.c
14511         * src/common/utils.h
14512                 Reverted the fwrite_atomic stuff. In fact
14513                 it is already atomic.
14514
14515 2005-06-30 [colin]      1.9.12cvs7
14516
14517         * src/common/utils.c
14518         * src/common/utils.h
14519                 Add an fwrite_atomic() function to make
14520                 sure we write everything: fwrite can make
14521                 short writes.
14522         * src/compose.c
14523         * src/msgcache.c
14524         * src/pop.c
14525         * src/procmime.c
14526         * src/recv.c
14527         * src/common/log.c
14528         * src/common/template.c
14529                 Use that (and fix swapping of size and nmemb).
14530                 Thanks to Rich Coe for the heads up.
14531
14532 2005-06-30 [colin]      1.9.12cvs6
14533
14534         * src/addressbook.c
14535                 Optimize addressbook opening 
14536
14537 2005-06-30 [colin]      1.9.12cvs5
14538
14539         * src/summaryview.c
14540                 Remove calls to summary_step after move/copy
14541
14542 2005-06-28 [paul]       1.9.12cvs4
14543
14544         * src/alertpanel.c
14545                 wrap and make the error msg selectable
14546
14547 2005-06-28 [paul]       1.9.12cvs3
14548
14549         * src/ssl_manager.c
14550                 replace the OK button with a Close button
14551         * src/gtk/foldersort.c
14552                 use GTK_STOCK_ icons/buttons
14553
14554 2005-06-28 [colin]      1.9.12cvs2
14555
14556         * src/gedit-print.c             ** ADDED **
14557         * src/gedit-print.h             ** ADDED **
14558         * src/gtk/gtksourceprintjob.c   ** ADDED **
14559         * src/gtk/gtksourceprintjob.h   ** ADDED **
14560                 I can't believe no one had enough time to tell
14561                 me I forgot the `cvs add`
14562
14563 2005-06-27 [colin]      1.9.12cvs1
14564
14565         * src/Makefile.am
14566         * src/gtk/Makefile.am
14567         * src/messageview.c
14568         * src/procmsg.c
14569         * src/summaryview.c
14570         * configure.ac
14571                 Add optional libgnomeprint-based printing
14572         * src/mainwindow.c
14573         * src/gtk/quicksearch.c
14574                 Add an Edit/Quick search menu item to show
14575                 and focus the quicksearch
14576
14577 2005-06-27 [paul]       1.9.12
14578
14579         1.9.12 release
14580
14581         * po/ca.po
14582         * po/de.po
14583         * po/es.po
14584         * po/fr.po
14585         * po/it.po
14586         * po/ko.po
14587         * po/pt_BR.po
14588         * po/sk.po
14589         * po/zh_CN.po
14590                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14591                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14592                 SungHyun Nam, Frederico Goncalves Guimaraes,
14593                 Andrej Kacian, and Yang Guilong
14594 2005-06-26 [colin]      1.9.11cvs106
14595
14596         * src/imap_gtk.c
14597                 Forgot one file for previous fix
14598
14599 2005-06-26 [colin]      1.9.11cvs105
14600
14601         * src/folder.c
14602         * src/imap.c
14603                 Fix problems with folder operations in no_select
14604                 imap folders. it applies only to mails, and 
14605                 creation/deletion/move/renaming of folders 
14606                 should be possible
14607
14608 2005-06-26 [paul]       1.9.11cvs104
14609
14610         * src/prefs_filtering.c
14611                 replace one more GTK_STOCK_REMOVE
14612                 with GTK_STOCK_DELETE
14613
14614 2005-06-25 [colin]      1.9.11cvs103
14615
14616         * src/imap.c
14617                 Optimize get_seq_set_from_seq_list
14618                 (Patch by Ricardo) 
14619
14620 2005-06-25 [colin]      1.9.11cvs102
14621
14622         * src/mh.c
14623                 If the directory exists, but not in the
14624                 correct encoding, rename it. This should
14625                 handle old-versions-induced bugs.
14626
14627 2005-06-25 [colin]      1.9.11cvs101
14628
14629         * src/mh.c
14630                 Fix path access with extended dir names
14631                 Fixes bug #589 (SC segfaults with wrong locale
14632                 settings)
14633
14634 2005-06-25 [colin]      1.9.11cvs100
14635
14636         * src/prefs_account.c
14637         * src/prefs_account.h
14638         * src/compose.c
14639                 Add an option to encrypt replies to
14640                 encrypted messages
14641
14642 2005-06-25 [colin]      1.9.11cvs99
14643
14644         * src/compose.c
14645         * src/quote_fmt_parse.y
14646                 ... And make it work with pgpinline.
14647
14648 2005-06-25 [colin]      1.9.11cvs98
14649
14650         * src/compose.c
14651         * src/procmime.c
14652         * src/procmime.h
14653         * src/quote_fmt_parse.y
14654                 o Make reedition of encrypted messages possible
14655                   (as long as it is encrypted to self too, no
14656                    magic there)
14657                 o Make replying with quote (and without selecting
14658                   text) possible for encrypted messages.
14659                 Closes bug #550 (Not possible to "reply with quote"
14660                 to gnupg encrypted messages)
14661
14662 2005-06-24 [paul]       1.9.11cvs97
14663
14664         * src/imap.c
14665                 add missing include
14666
14667 2005-06-24 [paul]       1.9.11cvs96
14668
14669         * src/editldap.c
14670                 made bind password entry invisible
14671                 (sync with main)
14672         * src/send_message.c
14673                 send_message_local(): check exit status
14674                 to detect errors (sync with main)
14675         * src/textview.c
14676                 use main's less ambiguous popup menu
14677                 wording
14678
14679 2005-06-24 [paul]       1.9.11cvs95
14680
14681         * src/prefs_actions.c
14682         * src/prefs_customheader.c
14683         * src/prefs_display_header.c
14684         * src/prefs_filtering_action.c
14685         * src/prefs_matcher.c
14686         * src/prefs_template.c
14687         * src/prefs_toolbar.c
14688                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
14689         * src/gtk/description_window.c
14690                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
14691
14692 2005-06-23 [colin]      1.9.11cvs94
14693
14694         * src/summaryview.c
14695                 Fix rough edges (be sure to call status_show whenever
14696                 necessary).
14697
14698 2005-06-23 [colin]      1.9.11cvs93
14699
14700         * src/summaryview.c
14701                 Optimize Select All
14702                 Before, in a 5K mails folder: 11s
14703                 After, in the same folder: 58000µs
14704                 The joys of locking... gtk_clist_select_all() fires a 
14705                 tree-select-row event for each selected row, which in 
14706                 summaryview, callbacks summary_selected which in turn,
14707                 calls summary_status_show, which walks the selected
14708                 rows. Hence, calling gtk_clist_select_all was 
14709                 exponential. Locking the summaryview makes 
14710                 summary_selected return early.
14711
14712 2005-06-23 [colin]      1.9.11cvs92
14713
14714         * src/imap.c
14715                 Move mutex at the important place to avoid
14716                 deadlocks
14717         * src/summaryview.c
14718                 Fix Del key deleting directly instead of
14719                 moving to trash
14720
14721 2005-06-22 [colin]      1.9.11cvs91
14722
14723         * src/plugins/spamassassin/libspamc.c
14724                 As we do spagetti code with assignations in multiple
14725                 places (see _message_read_raw where out = msg = raw),
14726                 let's be sure we don't free the same pointer twice.
14727                 Should fix bug #683 (Crash in libpam at 
14728                 message_cleanup).
14729
14730 2005-06-22 [colin]      1.9.11cvs90
14731
14732         * src/compose.c
14733         * src/messageview.c
14734         * src/toolbar.c
14735                 Make toolbar's delete use the move to trash stuff;
14736                 Add gtk_widget_realize to be sure pixmaps can get
14737                 created (that may fix an old worksforme bug which
14738                 I can't find back...)
14739
14740 2005-06-22 [colin]      1.9.11cvs89
14741
14742         * src/summaryview.c
14743         * src/summaryview.h
14744         * src/mainwindow.c
14745                 Rename "Message/Delete" to "Message/Move to trash"
14746                 Add "Message/Delete..." that directly destroys the
14747                 selected messages after asking for a confirmation.
14748
14749 2005-06-22 [colin]      1.9.11cvs88
14750
14751         * src/imap.c
14752                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
14753                 o Fix a deadlock (thanks Darko)
14754
14755 2005-06-22 [colin]      1.9.11cvs87
14756
14757         * src/gtk/foldersort.c
14758                 Add missing include for the i18n;
14759                 patch by Fabien Vantard
14760
14761 2005-06-21 [colin]      1.9.11cvs86
14762
14763         * src/folder.c
14764         * src/folderview.c
14765                 Respect the no_select flag
14766         * src/imap.c
14767                 Fix recursive deletion
14768         * src/imap_gtk.c
14769         * src/mh_gtk.c
14770                 Make the folder deletion's warning
14771                 more explicit
14772
14773 2005-06-21 [colin]      1.9.11cvs85
14774
14775         * src/textview.c
14776                 Prevent email addresses from spanning accross
14777                 lines - fixes bug # 646 (newline-chars in 
14778                 email addresses)
14779
14780 2005-06-20 [colin]      1.9.11cvs84
14781
14782         * src/folder.c
14783                 Be sure not to remove source if copy failed
14784
14785 2005-06-20 [colin]      1.9.11cvs83
14786
14787         * src/folderview.c
14788         * src/imap_gtk.c
14789                 remove summaryview's lock
14790         * src/imap.c
14791                 introduce threads to avoid problems when foreground tasks
14792                 interfere with background tasks
14793         * src/mh.c
14794                 prevent moving to drafts/queue
14795         * src/mimeview.c
14796                 fix leak
14797
14798 2005-06-19 [colin]      1.9.11cvs82
14799
14800         * src/imap_gtk.c
14801                 Remember that the user doesn't want to override
14802                 offline mode, for 3 seconds. It avoid presenting
14803                 him with N popups in a really short time.
14804
14805 2005-06-17 [colin]      1.9.11cvs81
14806
14807         * src/imap.c
14808                 Fix IMAP breaking on folders containing '('
14809                 (Probably won't be enough)
14810
14811 2005-06-17 [colin]      1.9.11cvs80
14812
14813         Forgotten files on 1.9.11cvs79
14814         * src/summaryview.c
14815                 Fix stepping when not immediately executing
14816         * src/imap.c
14817                 Really prevent UID FETCH 0
14818         * src/codeconv.c
14819                 Fix outgoing charset never set to utf-8
14820         * src/mh.c
14821                 Fix leak
14822
14823 2005-06-16 [colin]      1.9.11cvs79
14824
14825         * src/compose.c
14826                 Fix bug #707 (Dash splits rows)
14827                 Only wrap if we're on a line break position and
14828                 the previous one was a "white" (space) char.
14829                 Pango stuff is weird.
14830
14831 2005-06-16 [colin]      1.9.11cvs78
14832
14833         * src/imap_gtk.c
14834                 Lock summaryview while downloading messages
14835                 on user demand
14836         * src/procheader.c
14837         * src/unmime.c
14838         * src/common/utils.c
14839         * src/common/utils.h
14840                 Replace \r and \n with spaces in From and
14841                 Subject headers
14842
14843 2005-06-16 [paul]       1.9.11cvs77
14844
14845         * src/procmime.c
14846                 liberalise the mime parser
14847         * src/gtk/about.c
14848                 add text wrapping
14849
14850 2005-06-16 [paul]       1.9.11cvs76
14851
14852         * src/gtk/about.c
14853                 reworked
14854
14855 2005-06-15 [colin]      1.9.11cvs75
14856
14857         * src/compose.c
14858                 Finish header encoding fix
14859         * src/summaryview.c
14860                 Fix segfault
14861         * src/headerview.c
14862                 Fix compilation (Thanks Stephan
14863                 Sachse)
14864
14865 2005-06-15 [colin]      1.9.11cvs74
14866
14867         * Makefile.am
14868                 Install gnome2 stuff rather than gnome1, 
14869                 if both are present
14870         * src/codeconv.c
14871         * src/codeconv.h
14872         * src/compose.c
14873                 Fix headers encoding
14874         * src/folder.c
14875                 Visual progress when fetching all messages
14876         * src/folderview.c
14877         * src/summaryview.c
14878         * src/summaryview.h
14879                 Prevent changing current message while
14880                 incorporating
14881
14882 2005-06-15 [paul]       1.9.11cvs73
14883
14884         * src/gtk/gtkaspell.c
14885         * src/gtk/gtkaspell.h
14886                 fix build warnings
14887
14888 2005-06-15 [paul]       1.9.11cvs72
14889
14890         * src/prefs_filtering.c
14891                 allow reordering of filter rules by
14892                 drag n drop
14893
14894 2005-06-15 [paul]       1.9.11cvs71
14895
14896         * COPYING
14897                 updated
14898         * src/codeconv.c
14899                 replace deprecated function
14900         * src/inc.c
14901         * src/send_message.c
14902         * src/gtk/progressdialog.c
14903         * src/gtk/progressdialog.h
14904                 salvage and reuse parts of reverted sync
14905
14906 2005-06-15 [paul]       1.9.11cvs70
14907
14908         * src/inc.c
14909         * src/send_message.c
14910         * src/gtk/progressdialog.c
14911         * src/gtk/progressdialog.h
14912                 revert yesterday's sync with main
14913                 it contains deprecated functions
14914
14915 2005-06-15 [colin]      1.9.11cvs69
14916
14917         * src/headerview.c
14918                 Fix bug #670 (multi user to: will corrupt message 
14919                 headers display)
14920
14921 2005-06-15 [colin]      1.9.11cvs68
14922
14923         * src/compose.c
14924                 Fix bug #421 (Fix undo on wrapping)
14925
14926 2005-06-15 [colin]      1.9.11cvs67
14927
14928         * src/folder.c
14929                 Provide visual feedback while processing
14930                 folder's rules.
14931         * src/imap.c
14932                 Provide visual feedback while getting
14933                 short headers (for uncached messages)
14934
14935
14936 2005-06-14 [paul]       1.9.11cvs66
14937
14938         * src/account.c
14939                 change a couple stock icons
14940         * src/inc.c
14941         * src/send_message.c
14942         * src/gtk/progressdialog.c
14943         * src/gtk/progressdialog.h
14944                 sync main's GtkTreeView implementation
14945
14946 2005-06-14 [colin]      1.9.11cvs65
14947
14948         * src/imap.c
14949                 Various little fixes, mainly on error paths
14950
14951 2005-06-13 [colin]      1.9.11cvs64
14952
14953         * matcher.c
14954         * procmsg.c
14955         * procmsg.h
14956                 Add a way to fetch only headers. This speeds
14957                 up filtering on headers for IMAP. Fixes:
14958                 bug #481 extraneous imap commands slow down 
14959                         imap filtering
14960                 bug #522 Sylpheed downloads all messages 
14961                         when opening mailbox (IMAP)
14962                 bug #677 IMAP fetch is soooooooooooooo slow
14963         * src/folder.c
14964         * src/folder.h
14965                 Add a folder set_batch method so that
14966                 implementations can speed up flags changes
14967         * src/folderutils.c
14968         * src/summaryview.c
14969                 Use that in mark as (un)read and mark all read
14970                 Refix bug #679
14971         * src/imap.c
14972                 Implement set_batch - brings back deferred
14973                 flags in a less buggy manner. Fixes:
14974                 bug #729 IMAP immediate expunge of deleted messages
14975                 bug #191 remove list of messages with one command
14976                 Fix login with strange chars
14977                 Implement fetch_msg_full
14978                 Fix copy (wrong counts)
14979
14980 2005-06-12 [colin]      1.9.11cvs63
14981
14982         * src/folder.c
14983                 lock incorporation during long operations.
14984                 Avoids fucking up the IMAP socket.
14985
14986 2005-06-12 [colin]      1.9.11cvs62
14987
14988         * src/imap.c
14989                 Fix harmful typo
14990                 Factorize remove_all_msg
14991                 Thread-ize expunge
14992         * src/summaryview.c
14993                 Don't update partial-download status if unnecessary
14994         * src/folder.c
14995                 Use remove_msgs everywhere possible
14996
14997 2005-06-12 [colin]      1.9.11cvs61
14998
14999         * src/folder.c
15000         * src/folder.h
15001                 Add a remove_msgs function to remove a 
15002                 list of messages
15003         * src/imap.c
15004                 Implement that.
15005
15006 2005-06-12 [colin]      1.9.11cvs60
15007
15008         * src/imap.c
15009                 Remove flags-processing deferring... Too hard
15010                 to get it to work in all cases.
15011
15012 2005-06-11 [colin]      1.9.11cvs59
15013
15014         * src/imap.c
15015                 printf -> debug_print
15016
15017 2005-06-11 [colin]      1.9.11cvs58
15018
15019         * src/imap.c
15020                 o Fix build without USE_PTHREAD
15021                 o Factorize imap_open
15022                 o Alertpanel in case of impossible connection
15023                 o Alertpanel in case of impossible login
15024                 o Fix deferred flags processing to force a 
15025                   flush before adding some more flags to process,
15026                   but in another folder.
15027
15028 2005-06-10 [colin]      1.9.11cvs57
15029
15030         * src/imap.c
15031                 o Fix a format string error
15032                 o init ssl socket outside of the thread 
15033                   (it possibly invokes gtk calls)
15034         * src/procmime.c
15035                 o Put back the buffer to its necessary size
15036                 o Fix changing a file pointer without keeping
15037                   track of it (thanks Valgrind)
15038         * src/common/smtp.c
15039                 o Fix automatic STARTTLS if login should be done
15040                   and the server only allows it after starting TLS
15041         * src/gtk/gtkinputdialog.c
15042                 o Eat GDK_Return so that the combo popup doesn't 
15043                   appear when we press Enter to validate the combo
15044                   input dialog (as seen in the Open with... dialog)
15045
15046 2005-06-10 [colin]      1.9.11cvs56
15047
15048         * src/imap.c
15049                 o A bit less debug
15050                 o Fix a crash on deletion
15051                 o Threadize imap_select (it's called outside of 
15052                   threads)
15053                 o Defer treatment of DELETED flags
15054
15055
15056 2005-06-09 [colin]      1.9.11cvs55
15057
15058         * src/imap.c
15059                 Make sure we check imap_gtk_should_override(), which
15060                 potentially calls gtk stuff, before creating thread.
15061                 That way it should't be called via imap_get_session()
15062                 inside a thread.
15063
15064 2005-06-09 [colin]      1.9.11cvs54
15065
15066         * src/imap.c
15067                 o add a bit of status output
15068                 o remove some dead code
15069                 o threadize get_list_of_uids
15070                 o threadize imap_get_flags
15071                 o defer flag changing by 500ms so that they
15072                   can be batched
15073
15074
15075 2005-06-08 [colin]      1.9.11cvs53
15076
15077         * src/imap.c
15078                 Thread-ize imap_cmd_fetch
15079
15080 2005-06-08 [colin]      1.9.11cvs52
15081
15082         * src/main.c
15083                 Mmh, that broke POP3...
15084
15085 2005-06-08 [colin]      1.9.11cvs51
15086
15087         * src/main.c
15088                 Stabilize IMAP patch (thanks to Hoa)
15089
15090 2005-06-08 [colin]      1.9.11cvs50
15091
15092         * src/imap.c
15093                 Test patch to speed up imap. 
15094
15095 2005-06-08 [colin]      1.9.11cvs49
15096
15097         * src/imap_gtk.c
15098                 Warning fix
15099         * src/procmime.c
15100                 Apply patch from gentoo to use /usr/share/mime/globs if 
15101                 available, after un-breaking it
15102         * src/common/log.c
15103         * src/common/log.h
15104                 Use g_timeout for invoking hooks that possibly use gtk
15105                 calls. This should leave gtk calls in the main thread.
15106
15107 2005-06-08 [paul]       1.9.11cvs48
15108
15109         * src/codeconv.c
15110                 conv_get_outgoing_charset_str(): don't
15111                 use prefs_common setting
15112         * src/compose.c
15113         * src/compose.h
15114                 add /Options/Character encoding/... to
15115                 temporarily change the outgoing encoding
15116
15117         (belated sync with main)
15118
15119 2005-06-08 [paul]       1.9.11cvs47
15120
15121         * src/compose.c
15122                 correction to/completion of last
15123                 sync with main
15124
15125 2005-06-08 [paul]       1.9.11cvs46
15126
15127         sync with main:
15128         
15129         * src/codeconv.c
15130         * src/codeconv.h
15131                 always enabled Japanese auto-detection
15132                 if the first letters of locale string
15133                 is "ja"
15134         * src/compose.c
15135                 don't use "destroy" signal to destroy
15136                 Compose object (fix rare crashes on discard?)
15137         * src/mainwindow.c
15138         * src/messageview.c
15139         * src/prefs_send.c
15140                 added Hebrew encodings
15141         * src/sourcewindow.c
15142                 don't use "destroy" signal to destroy
15143                 objects
15144
15145 2005-06-07 [colin]      1.9.11cvs45
15146
15147         * src/summaryview.c
15148                 Add missing unlocks/locks
15149
15150 2005-06-07 [paul]       1.9.11cvs44
15151
15152         * src/summaryview.c
15153                 restore bug #749 fix
15154
15155 2005-06-06 [colin]      1.9.11cvs43
15156
15157         * src/summaryview.c
15158                 Fix selection bug when prefs_common.open_unread 
15159                 is FALSE
15160
15161 2005-06-06 [colin]      1.9.11cvs42
15162
15163         * src/common/md5.c
15164                 Fix a warning
15165         * src/summaryview.c
15166         * src/folderview.c
15167                 Factorize long operations beginning and end
15168                 (locking, freezing/thawing, cursor, ...)
15169                 Check selection->data member in selection-
15170                 related loops; this avoids dying an awful
15171                 death if the selection changes on us while
15172                 we're marking a whole IMAP folder unread, 
15173                 for example.
15174
15175 2005-06-06 [paul]       1.9.11cvs41
15176
15177         * src/textview.c
15178                 don't g_free() a static gchar buffer
15179
15180 2005-06-05 [colin]      1.9.11cvs40
15181
15182         * src/mainwindow.c
15183         * src/messageview.c
15184         * src/summaryview.c
15185                 Fix bug #749 (Show all headers should be
15186                 sticky as the GUI suggests)
15187
15188 2005-06-03 [paul]       1.9.11cvs39
15189
15190         * src/compose.c
15191                 don't allow editing of mail while sending.
15192                 patch by Colin
15193
15194 2005-06-03 [paul]       1.9.11cvs38
15195
15196         * src/folderview.c
15197                 add a freeze/thaw to speed up 'mark all read'
15198
15199 2005-06-03 [paul]       1.9.11cvs37
15200
15201         * src/prefs_message.c
15202                 reflect changes immediately
15203
15204 2005-06-02 [colin]      1.9.11cvs36
15205
15206         * po/POTFILES.in
15207                 Patch by Fabien Vantard.
15208
15209 2005-06-02 [colin]      1.9.11cvs35
15210
15211         * src/imap.c
15212                 Use a non-blocking imap_getline() if possible.
15213                 This should completely prevent the interface
15214                 from freezin on imap operations, although it
15215                 may do strange stuff in case of folder switching
15216                 while a big imap operation is taking place...
15217
15218                 In addition, fix a leak in the case thread
15219                 creation fails on connection.
15220
15221 2005-06-02 [colin]      1.9.11cvs34
15222
15223         * src/crash.c
15224         * src/prefs_common.h
15225                 Fix build (prefs_common_init() doesn't exist
15226                 anymore)
15227
15228 2005-06-02 [colin]      1.9.11cvs33
15229
15230         * src/prefs_account.c
15231                 Fix bug #245 (filtering rules broken when
15232                 renaming a remote account (imap4 or nntp)
15233
15234 2005-06-02 [colin]      1.9.11cvs32
15235
15236         * src/imap.c
15237                 Try to fix IMAP shortcomings: 
15238                 o Multithread imap_open()
15239                 o allow offline-mode overriding instead of
15240                   just returning NULL
15241         * src/imap_gtk.c
15242         * src/imap_gtk.h
15243                 Add a function to ask whether we want to
15244                 override offline-mode for 10 minutes (one-shot
15245                 asking was painful)
15246         * src/procheader.c
15247                 Fix segfault when imap parser isn't happy about
15248                 a missing {
15249
15250 2005-06-01 [colin]      1.9.11cvs31
15251
15252         * src/addrharvest.c
15253         * src/compose.c
15254         * src/mbox.c
15255         * src/mbox.h
15256         * src/mh.c
15257         * src/msgcache.c
15258         * src/send_message.c
15259         * src/setup.c
15260         * src/undo.c
15261         * src/common/hooks.c
15262         * src/common/prefs.c
15263         * src/common/template.c
15264         * src/common/utils.c
15265         * src/gtk/gtkutils.c
15266         * src/gtk/inputdialog.c
15267         * src/gtk/menu.c
15268         * src/gtk/pluginwindow.c
15269         * src/gtk/prefswindow.c
15270         * src/plugins/pgpmime/passphrase.c
15271         * src/plugins/pgpmime/prefs_gpg.c
15272                 More -Wall fixes
15273
15274         * src/common/Makefile.am
15275         * src/common/timing.h
15276                 Add basic timing code
15277
15278         * src/summaryview.c
15279                 Fix a bug with unread messages when 
15280                 re-sorting folders, and by the way
15281                 fix a big performance hit when 
15282                 re-sorting (10k mails: before 5s,
15283                 after .5s)
15284
15285         * src/prefs_compose_writing.c
15286         * src/prefs_compose_writing.h
15287         * src/prefs_message.c
15288         * src/prefs_message.h
15289         * src/prefs_other.c
15290         * src/prefs_other.h
15291         * src/prefs_quote.c
15292         * src/prefs_quote.h
15293         * src/prefs_receive.c
15294         * src/prefs_receive.h
15295         * src/prefs_send.c
15296         * src/prefs_send.h
15297         * src/prefs_summaries.c
15298         * src/prefs_summaries.h
15299                 Fix copyright banner
15300
15301 2005-06-01 [paul]       1.9.11cvs30
15302
15303         * po/fi.po
15304                 updated by Flammie Pirinen
15305         * src/procmime.c
15306                 fix 'Bad BASE64 content' output
15307
15308 2005-05-31 [colin]      1.9.11cvs29
15309
15310         * src/procmime.c
15311                 Oops, where did my hunk go.
15312
15313 2005-05-31 [colin]      1.9.11cvs28
15314
15315         * src/Makefile.am
15316         * src/account.c
15317         * src/action.c
15318         * src/addr_compl.c
15319         * src/addressbook.c
15320         * src/codeconv.c
15321         * src/compose.c
15322         * src/export.c
15323         * src/folder.c
15324         * src/folderview.c
15325         * src/image_viewer.c
15326         * src/main.c
15327         * src/mainwindow.c
15328         * src/messageview.c
15329         * src/mimeview.c
15330         * src/msgcache.c
15331         * src/prefs_account.c
15332         * src/prefs_actions.c
15333         * src/prefs_common.c
15334         * src/prefs_compose_writing.c
15335         * src/prefs_customheader.c
15336         * src/prefs_ext_prog.c
15337         * src/prefs_filtering.c
15338         * src/prefs_filtering_action.c
15339         * src/prefs_fonts.c
15340         * src/prefs_image_viewer.c
15341         * src/prefs_message.c
15342         * src/prefs_message.h
15343         * src/prefs_msg_colors.c
15344         * src/prefs_other.c
15345         * src/prefs_other.h
15346         * src/prefs_quote.c
15347         * src/prefs_receive.c
15348         * src/prefs_receive.h
15349         * src/prefs_send.c
15350         * src/prefs_send.h
15351         * src/prefs_spelling.c
15352         * src/prefs_summaries.c
15353         * src/prefs_summary_column.c
15354         * src/prefs_template.c
15355         * src/prefs_themes.c
15356         * src/prefs_toolbar.c
15357         * src/prefs_wrapping.c
15358         * src/procmime.c
15359         * src/procmsg.c
15360         * src/send_message.h
15361         * src/ssl_manager.c
15362         * src/summary_search.c
15363         * src/summaryview.c
15364         * src/textview.c
15365         * src/wizard.c
15366         * src/common/smtp.c
15367         * src/common/smtp.h
15368         * src/gtk/gtkutils.h
15369                 o Move the rest of Common prefs to new style
15370                 o Lots of -Wall warning fixes
15371                 o fix FIXME in cache memusage calculation
15372                 o Let return receipts be sent from any account
15373                 o Little cache optimisation (read)
15374                 o Fix bug #746 (don't treat commas as separators
15375                   when inside a quoted string)
15376
15377 2005-05-31 [paul]       1.9.11cvs27
15378
15379         * src/prefs_common.c
15380                 fix 'off-by-one' typo
15381
15382 2005-05-31 [paul]       1.9.11cvs26
15383
15384         * src/account.c
15385         * src/addr_compl.c
15386         * src/compose.c
15387         * src/foldersel.c
15388         * src/prefs_actions.c
15389         * src/prefs_common.c
15390         * src/prefs_common.h
15391         * src/prefs_customheader.c
15392         * src/prefs_display_header.c
15393         * src/prefs_filtering.c
15394         * src/prefs_filtering_action.c
15395         * src/prefs_matcher.c
15396         * src/prefs_summaries.c
15397         * src/prefs_summary_column.c
15398         * src/prefs_template.c
15399         * src/prefs_toolbar.c
15400         * src/ssl_manager.c
15401         * src/gtk/pluginwindow.c
15402         * src/gtk/prefswindow.c
15403         * src/gtk/progressdialog.c
15404                 add hidden prefs 'enable_rules_hint'
15405                 for gtk_tree_view_set_rules_hint()
15406                 (sync with main)
15407                 
15408
15409 2005-05-31 [colin]      1.9.11cvs25
15410
15411         * src/Makefile.am
15412         * src/main.c
15413         * src/prefs_common.c
15414         * src/prefs_summaries.c ** ADDED **
15415         * src/prefs_summaries.h ** ADDED **
15416                 Common/Display -> Display/Summaries
15417
15418 2005-05-31 [colin]      1.9.11cvs24
15419
15420         * src/Makefile.am
15421         * src/main.c
15422         * src/prefs_quote.c ** ADDED **
15423         * src/prefs_quote.h ** ADDED **
15424                 Move Common/Quote to Compose/Quoting
15425         * src/prefs_common.c
15426         * src/prefs_common.h
15427                 Remove old quote stuff, add
15428                 convenience functions for GtkTextView prefs
15429         * src/gtk/prefswindow.c
15430                 Set default height higher
15431
15432 2005-05-30 [colin]      1.9.11cvs23
15433
15434         * src/Makefile.am
15435         * src/main.c
15436         * src/prefs_common.c
15437         * src/prefs_compose_writing.c ** ADDED **
15438         * src/prefs_compose_writing.h ** ADDED **
15439                 Move Common/Compose prefs to Compose/Writing
15440
15441 2005-05-30 [colin]      1.9.11cvs22
15442
15443         * src/common/utils.c
15444                 Fix bug #651 (Confused Attract by Subject)
15445                 Patch by M. Benkmann <haferfrost@web.de>
15446         * AUTHORS
15447
15448 2005-05-30 [colin]      1.9.11cvs21
15449
15450         * src/compose.c
15451                 Fix concatenation of different headers of
15452                 the same type (bug #645)
15453         * src/prefs_folder_item.c
15454                 Fix bug #699 (setting color to black doesn't
15455                 work immediately)
15456         * src/procmime.c
15457                 Print out decoding error only once per
15458                 block
15459
15460 2005-05-30 [paul]       1.9.11cvs20
15461
15462         * src/common/template.c
15463                 fix Bcc
15464
15465 2005-05-30 [paul]       1.9.11cvs19
15466
15467         * doc/src/rfc2368.txt   **NEW FILE**
15468         * src/compose.c
15469                 compose_entries_set(): don't interpret Bcc
15470                 header field (conform to RFC 2368)
15471                 (sync with main)
15472
15473 2005-05-29 [colin]      1.9.11cvs18
15474
15475         * src/prefs_common.c
15476                 Let the default reply format respect
15477                 netiquette by cutting the signature.
15478
15479 2005-05-29 [colin]      1.9.11cvs17
15480
15481         * src/summaryview.c
15482                 Don't let always_show_msg override
15483                 open_unread_on_enter when opening a new
15484                 directory.
15485
15486 2005-05-27 [paul]       1.9.11cvs16
15487
15488         sync with main:
15489
15490         * src/main.c
15491                 app_will_exit(): cleanup tmp directory when exit
15492         * src/message_search.c
15493                 improved the interface and made code cleanup.
15494                 removed Clear button
15495         * src/send_message.c
15496                 send_message_local(): use GSpawn, and detect errors
15497         * src/summary_search.c
15498                 improved the interface and made code cleanup
15499         * src/textview.c
15500                 textview_write_link(): also skip non-ascii space
15501                  at the head of link strings (phishing check
15502                  didn't work at the case)
15503         * src/common/utils.c
15504                 get_command_output(): use g_spawn_command_line_sync()
15505                 instead of popen()
15506
15507 2005-05-26 [colin]      1.9.11cvs15
15508
15509         * src/folder.c
15510                 remove printf
15511
15512 2005-05-26 [colin]      1.9.11cvs14
15513
15514         * src/common/nntp.c
15515                 Fix nntp mode reader (bug #611)
15516                 Patch by Florian Mickler <florian@mickler.org>
15517
15518 2005-05-26 [colin]      1.9.11cvs13
15519
15520         * src/plugins/pgpmime/passphrase.c
15521                 Fix mouse grabbing (bug #557)
15522
15523 2005-05-26 [colin]      1.9.11cvs12
15524
15525         * src/prefs_themes.c
15526                 Fix g_warning (bug #541)
15527
15528 2005-05-26 [colin]      1.9.11cvs11
15529
15530         * src/prefs_actions.c
15531         * src/prefs_template.c
15532                 Fix bug #506 (no warning if action/template
15533                 is not saved)
15534         * src/common/template.c
15535                 Fix a possible crash
15536
15537 2005-05-26 [colin]      1.9.11cvs10
15538
15539         * src/folder.c
15540         * src/folderview.c
15541         * src/procmsg.c
15542         * src/summaryview.c
15543                 Forbid locked messages to be moved or
15544                 deleted. Locked messages in trashes 
15545                 still get deleted, for performance
15546                 reason (mh.c::mh_remove_all_msgs)
15547
15548 2005-05-25 [colin]      1.9.11cvs9
15549
15550         * src/procmime.c
15551                 Use correct encoding when sending mails
15552                 with attachments that have accentued 
15553                 chars in their name
15554
15555 2005-05-24 [colin]      1.9.11cvs8
15556
15557         * src/summaryview.c
15558                 Fix bug #688 f) read/unread marker not
15559                 changed on first click
15560                 Also, optimize summary_status_show()
15561                 calls
15562         * src/folder.c
15563         * src/inc.c
15564         * src/procmime.c
15565                 Fix bug #688 b) and c) wrt message
15566                 attachments and signature
15567         * src/stock_pixmap.c
15568         * src/stock_pixmap.h
15569         * src/stock_pixmap.c
15570         * src/stock_pixmap.h
15571         * src/Makefile.am
15572         * src/pixmaps/clip_gpg_signed.xpm
15573                 Add clip/signed icon
15574
15575 2005-05-24 [colin]      1.9.11cvs7
15576
15577         * src/folder_item_prefs.c
15578                 whitespace fix
15579
15580 2005-05-24 [colin]      1.9.11cvs6
15581
15582         * src/folderview.c
15583         * src/prefs_common.c
15584         * src/prefs_common.h
15585                 Add a confirmation to folder drag and drop
15586                 fixes bug #156
15587         * src/alertpanel.c
15588         * src/alertpanel.h
15589                 fix _with_disable parameters so that
15590                 the buttons labels are specifiable too
15591         * src/plugins/pgpmime/sgpgme.c
15592                 reflect said change
15593                 
15594
15595 2005-05-24 [colin]      1.9.11cvs5
15596
15597         * src/folderview.c
15598                 Uncollapse/collapse folders on double-click
15599                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15600                 closes bug #108
15601
15602 2005-05-23 [colin]      1.9.11cvs4
15603
15604         * src/common/socket.c
15605                 Check another special SSL_peek() error.
15606                 Should help wrt bug #728
15607
15608 2005-05-23 [colin]      1.9.11cvs3
15609
15610         * src/plugins/pgpmime/pgpmime.c
15611                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
15612                 breaking menu accelerators and stuff. Users will have to
15613                 reselect "PGP MIME" instead of "PGP/MIME" in their 
15614                 account's privacy preferences if needed.
15615
15616 2005-05-22 [paul]
15617
15618         * tools/kdeservicemenu/install.sh
15619                 use kdesu to prompt for root password if doing
15620                 global install/uninstall
15621
15622 2005-05-20 [colin]      1.9.11cvs2
15623
15624         * src/procmsg.c
15625                 Fix another compilation error with gcc-2.9x
15626                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
15627         * src/send_message.c
15628                 Don't send QUIT if we aren't connected
15629
15630 2005-05-19 [colin]      1.9.11cvs1
15631
15632         * src/procmsg.c
15633                 Fix compilation with gcc 2.9x
15634
15635 2005-05-19 [paul]       1.9.11
15636
15637         1.9.11 released
15638
15639 2005-05-19 [paul]       1.9.9cvs14
15640
15641         * src/gtk/inputdialog.c
15642                 prevent gettext warning
15643
15644 2005-05-19 [paul]       1.9.9cvs13
15645
15646         * src/mainwindow.c
15647         * src/prefs_common.c
15648         * src/prefs_common.h
15649         * src/textview.c
15650         * src/textview.h
15651                 add an option to toggle cursor in message
15652                 view (sync with main)
15653
15654 2005-05-18 [colin]      1.9.9cvs12
15655
15656         * src/compose.c
15657                 Dereference freed pointer
15658         * src/gtk/gtkaspell.c
15659                 Fix duplication of dictionaries (is it an aspell issue?)
15660
15661 2005-05-18 [colin]      1.9.9cvs11
15662
15663         * src/gtk/inputdialog.c
15664         * src/gtk/gtkaspell.c
15665                 HIGuify dialogs
15666         * src/alertpanel.c
15667                 Remove a double call
15668
15669 2005-05-17 [colin]      1.9.9cvs10
15670
15671         * src/gtk/gtkaspell.c
15672                 Fix dialogs, Ctrl-Enter accel
15673
15674 2005-05-17 [colin]      1.9.9cvs9
15675
15676         * src/gtk/gtkaspell.c
15677                 Fix some accelerators, escape in replace-window
15678
15679 2005-05-16 [colin]      1.9.9cvs8
15680
15681         * src/gtk/gtkaspell.c
15682                 Revert last commit, it was a mistake.
15683
15684 2005-05-16 [colin]      1.9.9cvs7
15685
15686         * src/gtk/gtkaspell.c
15687                 Remove buggy code while we're at it. It's a 
15688                 dead code path anyway.
15689
15690 2005-05-16 [colin]      1.9.9cvs6
15691
15692         * src/gtk/gtkaspell.c
15693                 Missed some gtk_menu_popup where deactivate
15694                 signal should be handled. Should fix bug
15695                 #629 a bit more.
15696
15697 2005-05-16 [colin]      1.9.9cvs5
15698
15699         * src/gtk/gtkaspell.c
15700                 Remove debug printf()s
15701
15702 2005-05-16 [colin]      1.9.9cvs4
15703
15704         * src/gtk/gtkaspell.c
15705                 Fix a bit aspell problems
15706                 (see bug #629)
15707
15708 2005-05-13 [colin]      1.9.9cvs3
15709
15710         * src/folderview.c
15711                 Fix the + appearing even when no subfolders
15712                 have unread messages. Thanks to wwp for the
15713                 bug report.
15714
15715 2005-05-11 [paul]       1.9.9cvs2
15716
15717         * src/folderview.c
15718                 correction to 1.9.9cvs1, only colour folders that
15719                 have new msgs (not unread msgs)
15720
15721 2005-05-10 [colin]      1.9.9cvs1
15722
15723         * src/folderview.c
15724         * src/summaryview.c
15725                 Try to fix bolding bugs again.
15726
15727 2005-05-09 [paul]
15728
15729         * tools/claws.i18n.status.pl
15730                 add Ricardo Mones Lastra's script that has been providing
15731                 the i18n status page for many months
15732
15733 2005-05-09 [paul]       1.9.9
15734
15735         1.9.9 release
15736
15737 2005-05-09 [paul]       1.9.6cvs58
15738
15739         * AUTHORS
15740         * INSTALL
15741         * README.claws
15742                 updated
15743         * Makefile.am 
15744         * RELEASE_NOTES.claws
15745                 add release notes to cvs to simplify release
15746                 procedure
15747         * configure.ac
15748                 add ca and fi to ALL_LINGUAS
15749         * po/Makefile.in.in
15750                 workaround for missing Makevars
15751         * po/ca.po
15752         * po/fi.po
15753                 add new Catalan and Finnish translations
15754                 submitted by Miquel Oliete and Flammie Pirinen
15755         * po/de.po
15756         * po/es.po
15757         * po/fr.po
15758         * po/it.po
15759         * po/pl.po
15760         * po/ru.po
15761         * po/sk.po
15762         * po/sr.po
15763         * po/zh_CN.po
15764                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
15765                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
15766                 Urke MMI, and Hansom Young
15767         * src/main.c
15768                 Fix drafting when quitting. compose_draft() closes the
15769                 compose windows, which modifies the compose_list GSList.
15770                 We have to refresh this list after echo drafting to avoid a
15771                 segfault
15772         * src/partial_download.c
15773                 fix segfault on exit
15774
15775 2005-05-06 [paul]       1.9.6cvs57
15776
15777         * src/grouplistdialog.c
15778                 quick fix/workaround for unresizeable newsgroup
15779                 name column 
15780
15781 2005-05-06 [paul]       1.9.6cvs56
15782
15783         * src/inc.c
15784         * src/mainwindow.c
15785                 use gettext plural forms
15786         * src/imap_gtk.c
15787         * src/mh_gtk.c
15788         * src/toolbar.c
15789                 small improvement to english usage
15790
15791 2005-05-05 [thorsten]   1.9.6cvs55
15792
15793         * src/folder.c
15794                 fix possible crash
15795
15796 2005-05-05 [paul]       1.9.6cvs54
15797         
15798         sync with HEAD
15799
15800         * AUTHORS
15801         * src/compose.c
15802                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
15803                 patch by Tim Mann
15804
15805 2005-05-05 [paul]       1.9.6cvs53
15806
15807         * src/mainwindow.c
15808                 fix resizing of separate message and
15809                 folder views
15810
15811 2005-05-05 [paul]       1.9.6cvs52
15812
15813         * src/account.c
15814         * src/addrgather.c
15815         * src/browseldap.c
15816         * src/exphtmldlg.c
15817         * src/expldifdlg.c
15818         * src/importmutt.c
15819         * src/importpine.c
15820         * src/main.c
15821         * src/mainwindow.c
15822         * src/noticeview.c
15823         * src/prefs_filtering.c
15824         * src/prefs_filtering_action.c
15825         * src/prefs_matcher.c
15826         * src/prefs_spelling.c
15827         * src/prefs_toolbar.c
15828         * src/toolbar.c
15829         * src/wizard.c
15830         * src/gtk/description_window.c
15831         * src/gtk/gtkvscrollbutton.c
15832         * src/gtk/progressdialog.c
15833         * src/gtk/quicksearch.c
15834         * src/plugins/pgpmime/prefs_gpg.c
15835         * src/plugins/spamassassin/spamassassin_gtk.c
15836                 replace deprecated gtk_widget_set_usize
15837
15838 2005-05-04 [colin]      1.9.6cvs51
15839
15840         * src/common/utils.c
15841                 Fix crash when subst_for_filename is called
15842                 with a NULL parameter
15843
15844 2005-05-04 [colin]      1.9.6cvs50
15845
15846         * src/partial_download.c
15847         * src/pop.c
15848                 Escape login when writing uidl file
15849                 fixes bug #736
15850
15851 2005-05-03 [colin]      1.9.6cvs49
15852
15853         * src/procmime.c
15854                 Fix possible DOS in mime parser
15855                 (see bug #634)
15856
15857 2005-05-02 [colin]      1.9.6cvs48
15858
15859         * src/compose.c
15860                 Try to fix the copy/paste mess once again.
15861
15862
15863 2005-04-30 [colin]      1.9.6cvs47
15864
15865         * src/prefs_account.h
15866         * src/procmsg.c
15867         * src/send_message.c
15868         * src/common/smtp.c
15869         * src/common/smtp.h
15870                 Try to batch sending mails (per account) instead of
15871                 reconnecting to server every time.
15872
15873 2005-04-29 [colin]      1.9.6cvs46
15874
15875         * src/messageview.c
15876                 Fix window resizing that refused to size down
15877         * src/prefs_common.c
15878         * src/prefs_common.h
15879         * src/prefs_filtering.c
15880                 Save Filtering's window size
15881
15882 2005-04-21 [paul]       1.9.6cvs45
15883
15884         * ChangeLog-gtk2.claws
15885         * src/setup.c
15886                 correction to sync
15887
15888 2005-04-21 [paul]       1.9.6cvs44
15889
15890         sync with main:
15891
15892         * src/setup.c
15893         * src/statusbar.c
15894         * src/statusbar.h
15895                 use gtkut_widget_draw_now(). Improved performance
15896                 of the update of statusbar
15897         * src/textview.c
15898                 textview_smooth_scroll_do(): redraw it after scroll
15899                 is done (fixed incorrect display when a part of the
15900                 view is hidden).
15901         * src/gtk/gtkutils.c
15902         * src/gtk/gtkutils.h
15903                 gtkut_widget_draw_now(): use gdk_window_process_updates()
15904                 to force update of widgets.
15905                 Removed gtkut_widget_wait_for_draw() which had a big
15906                 overhead  because of waiting for all events processed 
15907
15908 2005-04-20 [paul]       1.9.6cvs43
15909
15910         * src/codeconv.c
15911                 complete 1.9.6cvs42's sync:
15912                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
15913
15914 2005-04-19 [paul]       1.9.6cvs42
15915
15916         sync with main:
15917
15918         * src/action.c
15919                 catch_output(): correctly select the insert text
15920                 (fix invalid iterator warnings).
15921         * src/codeconv.c
15922         * src/codeconv.h
15923         * src/mainwindow.c
15924         * src/messageview.c
15925         * src/prefs_common.c
15926                 support GBK encoding.
15927         * src/common/session.c
15928         * src/common/session.h
15929                 use separate buffer for large data to be sent,
15930                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
15931
15932 2005-04-18 [paul]       1.9.6cvs41
15933
15934         * src/jpilot.c
15935                 convert unsigned long into guint32
15936                 patch by Paul LeoNerd Evans 
15937
15938 2005-04-17 [colin]      1.9.6cvs40
15939
15940         * src/compose.c
15941                 Fix 'Request return receipt' from folder
15942                 properties (bug #708)
15943
15944 2005-04-17 [colin]      1.9.6cvs39
15945
15946         * src/mainwindow.c
15947                 Fix duplicate hotkeys in Mainwindow's menu
15948
15949 2005-04-17 [colin]      1.9.6cvs38
15950
15951         * src/folderview.c
15952                 Fix duplicate hotkeys in Folderview's contextual
15953                 menu
15954
15955 2005-04-15 [colin]      1.9.6cvs37
15956
15957         * src/summaryview.c
15958                 Fix 'Save as...' with non-ascii filenames
15959
15960 2005-04-15 [colin]      1.9.6cvs36
15961
15962         * src/plugins/pgpmime/pgpmime.c
15963                 Fix bus error on 64bit. Spotted by 
15964                 macallan1888@gmail.com
15965
15966 2005-04-15 [colin]      1.9.6cvs35
15967
15968         * src/prefs_account.c
15969                 Fix cvs34.
15970
15971 2005-04-12 [colin]      1.9.6cvs34
15972
15973         * src/prefs_account.c
15974                 Fix smtp auth type off-by-one. We forgot to
15975                 add PLAIN in the prefs-to-gui setter func and
15976                 as a result, the selected auth when opening
15977                 account prefs was not the correct one.
15978
15979 2005-04-12 [paul]       1.9.6cvs33
15980
15981         * src/inc.c
15982                 if the recv dialog is visible, Cancel only
15983                 cancels the current account
15984
15985
15986 2005-04-10 [colin]      1.9.6cvs32
15987
15988         * src/filtering.c
15989                 Copy score when copying FilteringActions
15990                 Fix bug #674
15991
15992 2005-04-10 [colin]      1.9.6cvs31
15993
15994         * src/inc.c
15995                 Make Message -> Receive -> Cancel cancel 
15996                 incorporation on all accounts. Fixes
15997                 bug #693
15998
15999 2005-04-10 [colin]      1.9.6cvs30
16000
16001         * src/prefs_account.c
16002                 Update Privacy checkbuttons status based
16003                 on the selected privacy system
16004         * src/compose.c
16005                 Always connect the "None" privacy system; the
16006                 static boolean was probably there to avoid
16007                 reconnecting twice in the same compose window,
16008                 but as the parent function is only called once
16009                 per compose, it's only a bug - as a static is
16010                 initialized once per application instance.
16011                 Also, don't uncheck Sign and Encrypt when
16012                 selecting None as privacy system; just ignore
16013                 them when sending/queuing.
16014                 Should fix bug #695
16015
16016 2005-04-08 [colin]      1.9.6cvs29
16017
16018         * src/account.c
16019         * src/prefs_account.c
16020         * src/prefs_account.h
16021                 Add account preference to queue message in a certain
16022                 folder.
16023
16024 2005-04-06 [colin]      1.9.6cvs28
16025
16026         * src/prefs_account.c
16027                 Update old inbox path syntax
16028
16029 2005-04-06 [paul]       1.9.6cvs27
16030
16031         sync with main:
16032
16033         * configure.ac
16034                 changed -traditional-cpp to -no-cpp-precomp for newer
16035                 Mac OS X support
16036         * src/foldersel.c
16037                 made column resize automatically
16038         * src/send_message.c
16039                 send_message_smtp(): consider EOF right after QUIT
16040                 successful (workaround for Gmail SMTP server)
16041         * src/common/socket.c
16042                 ssl_read(), ssl_peek(): check EOF which violates the
16043                 SSL protocol
16044         * src/gtk/colorlabel.c
16045                 removed warnings when displaying colorlabel menu
16046                 (don't use GtkAlignment)
16047
16048 2005-04-05 [paul]       1.9.6cvs26
16049
16050         * src/plugins/trayicon/trayicon.c
16051                 fix clipping of icon under KDE3 
16052
16053 2005-04-05 [paul]       1.9.6cvs25
16054
16055         * src/summaryview.c
16056                 hide display of threading
16057                 patch by Alfons
16058
16059 2005-04-04 [thorsten]   1.9.6cvs24
16060
16061         * src/mh.c
16062                 marks lost on filesystems with different stat() results on
16063                 summer-/wintertime
16064
16065 2005-04-03 [colin]      1.9.6cvs23
16066
16067         * src/summaryview.c
16068                 Don't handle up/down. Patch by Alfons
16069
16070 2005-04-02 [colin]      1.9.6cvs22
16071
16072         * src/summaryview.c
16073                 Make scrolling faster. Patch by Alfons.
16074
16075 2005-04-01 [colin]      1.9.6cvs21
16076
16077         * src/Makefile.am
16078         * src/stock_pixmap.c
16079         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16080         * src/pixmaps/dir_noselect.xpm ** ADDED **
16081                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16082
16083 2005-04-01 [colin]      1.9.6cvs20
16084
16085         * src/image_viewer.c
16086         * src/image_viewer.h
16087         * src/procmime.c
16088         * src/procmime.h
16089         * src/textview.c
16090         * src/textview.h
16091                 Implement inline image resizing and right-clicking
16092
16093 2005-04-01 [paul]       1.9.6cvs19
16094
16095         * AUTHORS
16096         * Makefile.am
16097         * configure.ac
16098                 check for gnome2
16099                 patch by Luca Cavalli <loopback<AT>slackit.org>
16100         * po/ru.po
16101                 updated by Pavlo Bohmat
16102
16103 2005-03-31 [colin]      1.9.6cvs18
16104
16105         * src/news.c
16106                 Fix parsing references
16107         * src/msgcache.c
16108                 don't put nulls in the references list
16109         * src/procheader.c
16110                 commit that forgotten file in 1.9.6cvs14
16111
16112 2005-03-31 [colin]      1.9.6cvs17
16113
16114         * src/compose.c
16115                 Fix joining of signature separator again. 
16116                 Maybe Hiro could put it in main too...
16117
16118 2005-03-31 [colin]      1.9.6cvs16
16119
16120         * src/Makefile.am
16121         * src/foldersel.c
16122         * src/stock_pixmap.c
16123         * src/stock_pixmap.h
16124         * src/pixmaps/dir-noselect.xpm
16125                 Update foldersel.c (sync from main, patch by Alfons)
16126
16127 2005-03-30 [colin]      1.9.6cvs15
16128
16129         * src/imap.c
16130                 Fix handling of imap folders containing [] in 
16131                 their name. Thanks to Nahuel Angelinetti for
16132                 the detailed bugreport.
16133
16134 2005-03-30 [colin]      1.9.6cvs14
16135
16136         * src/common/utils.h
16137         * src/common/utils.c
16138         * src/common/defs.h
16139         * src/matcher.c
16140         * src/msgcache.c
16141         * src/news.c
16142         * src/procmsg.c
16143         * src/procmsg.h
16144         * src/quote_fmt_parse.y
16145         * src/summaryview.c
16146                 Update references system. Patch by Alfons
16147
16148 2005-03-30 [colin]      1.9.6cvs13
16149
16150         * src/common/socket.c
16151                 Force the glibc to read resolv.conf again when 
16152                 it has changed. Should fix issues when changing
16153                 networks on a laptop and not restarting sylpheed. 
16154
16155 2005-03-30 [paul]       1.9.6cvs12
16156
16157         partial sync with main:
16158
16159         * src/action.c
16160                 create_io_dialog(): use user-defined text font
16161                 (thanks to Alfons), and modified its appearance.
16162         * src/addrgather.c
16163         * src/addrharvest.c
16164         * src/browseldap.c
16165                 replace old code
16166         * src/compose.c
16167                 don't join (presumably) itemized lines on line-wrapping
16168                 fixed wrapping of quote when auto-wrapping is enabled
16169                 compose_destroy(): destroy paned only if it's not
16170                 attached to window. Fixed memory leak of popup menu.
16171         * src/exphtmldlg.c
16172         * src/expldifdlg.c
16173                 replace old code
16174         * src/html.c
16175         * src/html.h
16176         * src/importmutt.c
16177         * src/importpine.c
16178                 replace old code
16179         * src/main.c
16180                 removed redundant code
16181         * src/mainwindow.c
16182                 changed 'Code set' (which is rather incorrect)
16183                 in the menu to 'Character encoding'
16184                 main_window_set_widgets(): request size first
16185                 to prevent window size becoming wrong
16186                 fixed remembering of the state of the visibility
16187                 of MessageView
16188         * src/messageview.c
16189                 changed 'Code set' (which is rather incorrect)
16190                 in the menu to 'Character encoding'
16191         * src/prefs_common.c
16192         * src/prefs_common.h
16193                 added an option whether to render HTML as text or not
16194                 added separators to outgoing encoding menu
16195         * src/procheader.c
16196                 procheader_scan_date_string(): support header
16197                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16198         * src/summaryview.c
16199         * src/summaryview.h
16200                 minor code cleanup
16201         * src/textview.c
16202                 textview_show_html(): force output of newline
16203                 added an option whether to render HTML as text or not
16204         * src/common/utils.c
16205                 strncpy2(): optimized based on Alfons' code
16206         * src/gtk/gtkutils.c
16207         * src/gtk/gtkutils.h
16208                 removed non-used code
16209         * src/plugins/pgpmime/passphrase.c
16210                 partially fixed grab input of passphrase dialog
16211                 Confine pointer to window
16212
16213 2005-03-30 [colin]      1.9.6cvs11
16214
16215         * src/msgcache.c
16216         * src/msgcache.h
16217                 Read/write 32bit ints from cache & marks
16218                 From main.
16219
16220 2005-03-29 [paul]       1.9.6cvs10
16221
16222         * AUTHORS
16223         * ChangeLog.claws
16224         * src/compose.c
16225         * src/gtk/gtkaspell.c
16226                 sync with HEAD (don't pass NULL pointers) 
16227
16228 2005-03-24 [paul]
16229
16230         * tools/Makefile.am
16231         * tools/README
16232         * tools/acroread2sylpheed.pl
16233                 sync with HEAD (add script to send pdfs as
16234                 attachments from Adobe Reader 7)
16235
16236 2005-03-21 [paul]       1.9.6cvs9
16237
16238         * configure.ac
16239         * po/POTFILES.in
16240         * src/Makefile.am
16241         * src/crash.c
16242         * src/image_viewer.c ** ADDED **
16243         * src/image_viewer.h ** ADDED **
16244         * src/main.c
16245         * src/prefs_common.c
16246         * src/prefs_common.h
16247         * src/prefs_image_viewer.c ** ADDED **
16248         * src/prefs_image_viewer.h ** ADDED **
16249         * src/textview.c
16250         * src/gtk/about.c
16251         * src/pixmaps/sylpheed_logo.xpm
16252         * src/plugins/Makefile.am
16253         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16254         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16255         * src/plugins/image_viewer/plugin.c ** REMOVED **
16256         * src/plugins/image_viewer/viewer.c ** REMOVED **
16257         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16258         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16259         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16260         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16261         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16262                 as gdk-pixbuf is now built-in
16263                 remove image_viewer plugin and put code back into
16264                 main codebase
16265                 implement inline image display (sync with main)
16266
16267                 replace logo with newer, nicer, larger version  
16268
16269 2005-03-21 [paul]       1.9.6cvs8
16270
16271         * src/gtk/about.c
16272                 cosmetic improvement
16273
16274 2005-03-21 [holger]     1.9.6cvs7
16275
16276         * src/plugins/spamassassin/spamassassin.c
16277                 Sync with HEAD
16278                 (unregister hook on failed plugin init)
16279
16280 2005-03-20 [colin]      1.9.6cvs6
16281
16282         * src/common/plugin.c
16283                 Check that plugin isn't already loaded
16284                 Patch by Alfons
16285
16286 2005-03-20 [thorsten]   1.9.6cvs5
16287
16288         * src/compose.c
16289                 use a more compatible syntax
16290
16291 2005-03-20 [thorsten]   1.9.6cvs4
16292
16293         * src/prefs_toolbar.c
16294                 fix crash when selecting toolbar item (uninitialized pointer)
16295
16296 2005-03-20 [thorsten]   1.9.6cvs3
16297
16298         * src/procmime.c
16299                 fix mimetype detection (referenced free()d string)
16300
16301 2005-03-20 [paul]       1.9.6cvs2
16302
16303         * src/compose.c
16304                 sync with HEAD (1.0.3cvs5)
16305                 neglect Reply-To header if empty
16306                 Patch by Alfons 
16307
16308 2005-03-19 [holger]     1.9.6cvs1
16309
16310         * src/summaryview.c
16311         * src/summaryview.h
16312                 Sync with HEAD
16313
16314 2005-03-18 [paul]       1.9.6
16315
16316         initial GTK2 release
16317
16318 2005-03-18 [paul]       1.0.3cvs3.1
16319
16320         * AUTHORS
16321         * ChangeLog.claws
16322         * configure.ac
16323         * src/gtk/about.c
16324         * src/pixmaps/sylpheed_logo.xpm
16325                 sync with HEAD
16326
16327 2005-03-18 [colin]      1.0.3cvs2.6
16328
16329         * src/summaryview.c
16330                 Remove call to summary_step in summary_copy_selected_to
16331                 Can't see its purpose, and this causes bug when copying
16332                 a message if the next one is unread: it reads it.
16333
16334 2005-03-18 [paul]       1.0.3cvs2.5
16335
16336         * src/foldersel.c
16337                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16338
16339 2005-03-18 [paul]       1.0.3cvs2.4
16340
16341         * src/addrharvest.c
16342         * src/codeconv.c
16343         * src/codeconv.h
16344         * src/compose.c
16345         * src/news.c
16346         * src/procheader.c
16347         * src/procmime.c
16348         * src/unmime.c
16349         * src/unmime.h
16350                 fix buffer overflow, CAN-2005-0667, see
16351                 http://secunia.com/advisories/14491/
16352                 Patch by Alfons
16353
16354 2005-03-17 [colin]      1.0.3cvs2.3
16355
16356         * src/prefs_fonts.c
16357         * src/summaryview.c
16358                 Fix font bugs (both lists now officialy share 
16359                 the same font)
16360                 
16361
16362 2005-03-17 [paul]       1.0.3cvs2.2
16363
16364         * src/gtk/pluginwindow.c
16365                 make plugin descriptions uneditable
16366
16367 2005-03-11 [paul]       1.0.3cvs2.1
16368
16369         * ChangeLog.claws
16370         * configure.ac
16371         * po/POTFILES.in
16372         * src/plugins/trayicon/trayicon.c
16373                 sync with HEAD
16374                 add src/wizard.c to POTFILES.in
16375
16376 2005-03-11 [paul]       1.0.3cvs1.1
16377
16378         * ChangeLog
16379         * ChangeLog.claws
16380         * configure.ac
16381         * po/de.po
16382         * po/es.po
16383         * po/fr.po
16384         * po/it.po
16385         * po/pt_BR.po
16386         * po/ru.po
16387         * po/sk.po
16388         * po/sr.po
16389         * po/zh_CN.po
16390                 sync with HEAD
16391
16392 2005-03-04 [colin]      1.0.1cvs22.2
16393
16394         * src/compose.c
16395                 Fix signatures with accentued chars in it
16396
16397 2005-03-04 [colin]      1.0.1cvs22.1
16398
16399         * src/common/smtp.c
16400         * src/common/smtp.h
16401                 Don't use SIZE param in MAIL FROM: if server 
16402                 doesn't support it. Patch by Eugen Freiter
16403                 <eugen_f@users.sf.net>
16404
16405 2005-02-27 [paul]       1.0.1cvs20.1
16406
16407         * ChangeLog.claws
16408         * configure.ac
16409         * src/messageview.c
16410                 sync with HEAD
16411
16412 2005-02-27 [colin]      1.0.1cvs19.4
16413
16414         * src/procheader.c
16415         * src/procheader.h
16416                 Fix prototypes. Patch by Alfons
16417
16418 2005-02-27 [colin]      1.0.1cvs19.3
16419
16420         * src/compose.c
16421                 Don't auto-join the signature separator.
16422
16423 2005-02-26 [colin]      1.0.1cvs19.2
16424
16425         * src/summaryview.c
16426                 Fix 'mark all read' with collapsed threads.
16427                 Patch by Alfons.
16428
16429 2005-02-25 [paul]       1.0.1cvs19.1
16430
16431         * ChangeLog.claws
16432         * configure.ac
16433         * src/prefs_account.c
16434         * src/prefs_folder_item.c
16435         * src/gtk/prefswindow.c
16436         * src/gtk/prefswindow.h
16437                 sync with HEAD
16438
16439 2005-02-25 [paul]       1.0.1cvs15.12
16440
16441         * src/alertpanel.c
16442         * src/codeconv.c
16443         * src/compose.c
16444         * src/textview.c
16445         * src/gtk/gtkutils.c
16446         * src/gtk/gtkutils.h
16447         * src/gtk/logwindow.c
16448         * src/gtk/progressdialog.c
16449                 sync with main (revision 127)
16450                 and fix logwindow clipping
16451
16452 2005-02-24 [colin]      1.0.1cvs15.11
16453
16454         * src/plugins/pgpmime/passphrase.c
16455                 Disable input grabbing; it doesn't work yet.
16456
16457 2005-02-24 [colin]      1.0.1cvs15.10
16458
16459         * src/messageview.c
16460                 Don't send out receipts if offline. Ask.
16461
16462 2005-02-23 [colin]      1.0.1cvs15.9
16463
16464         * src/summaryview.c     
16465                 Fix expanding
16466
16467 2005-02-23 [colin]      1.0.1cvs15.8
16468
16469         * src/summaryview.c
16470                 Really fix Bug 568 by removing useless
16471                 calls. summary_thread_init() now called
16472                 in summary_sort(). This should please
16473                 Alfons as it should be faster than 
16474                 previously.
16475
16476 2005-02-23 [colin]      1.0.1cvs15.7
16477
16478         * src/compose.c
16479                 Encode parts as QP or B64 if signing
16480
16481 2005-02-23 [colin]      1.0.1cvs15.6
16482
16483         * src/compose.c
16484                 Fix Mimeinfo leakage (including tmp files)
16485         * src/procmsg.c
16486                 Fix tmp file leakage (spotted by Ivan Rayner)
16487
16488 2005-02-22 [colin]      1.0.1cvs15.5
16489
16490         * src/expldifdlg.c
16491                 Fix keyboard input. Patch by Alfons.
16492
16493 2005-02-21 [colin]      1.0.1cvs15.4
16494
16495         * src/compose.c
16496                 Fix Sign/Encrypt when unselecting privacy
16497                 system
16498         * src/prefs_common.c
16499                 Change default message font to Monospace
16500         * src/summaryview.c
16501                 More freezing during potentially large operations
16502
16503 2005-02-21 [paul]       1.0.1cvs15.3
16504
16505         * src/main.c
16506                 fix --help output
16507
16508 2005-02-21 [paul]       1.0.1cvs15.2
16509
16510         * po/Makefile.in.in
16511         * src/compose.c
16512         * src/summaryview.c
16513         * src/textview.c
16514         * src/common/utils.c
16515         * src/common/utils.h
16516                 sync with main (revision 117)
16517
16518 2005-02-20 [colin]      1.0.1cvs15.1
16519
16520         * src/common/defs.h
16521                 Change cache file to .sylpheed_claws_cache, as
16522                 suggested by Alfons. Allows people to switch
16523                 between Sylpheed and Sylpheed-Claws. it is
16524                 a good idea to "Check for new messages" at next
16525                 startup.
16526
16527
16528 2005-02-18 [colin]      1.0.1cvs14.1
16529
16530         * src/quote_fmt_lex.l
16531         * src/quote_fmt_parse.y
16532                 Fix parser initialisation. Patch by Ivan.
16533
16534 2005-02-18 [colin]      1.0.1cvs11.6
16535
16536         * src/folderview.c
16537                 Fix scrolldown (bug 662)
16538
16539 2005-02-17 [colin]      1.0.1cvs11.5
16540
16541         * src/codeconv.c
16542                 conv_filename_to_utf8: return clean 7bit instead
16543                 of broken utf8 if needed
16544         * src/mimeview.c
16545                 Fix display of parts with unclean 8bit names
16546
16547 2005-02-17 [paul]       1.0.1cvs11.4
16548
16549         * src/compose.c
16550         * src/exportldif.c
16551         * src/matcher_parser_parse.y
16552         * src/procmime.c
16553         * src/sourcewindow.c
16554         * src/common/Makefile.am
16555         * src/common/intl.h             ** REMOVED **
16556         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16557                 sync with main (revision 109)
16558                 and clean up
16559
16560 2005-02-16 [colin]      1.0.1cvs11.3
16561
16562         * src/summaryview.c
16563                 Fix collapsed thread not highlighting when new
16564                 messages in it (Bug 568) Patch by Stephan Sachse.
16565                 Fix messed up selection when reaching bounds (Bug 632)
16566         * src/prefs_themes.c
16567                 Fix theme installing (Bug 684)
16568
16569 2005-02-16 [colin]      1.0.1cvs11.2
16570
16571         * src/messageview.c
16572                 Fix messageview_select_all
16573
16574 2005-02-16 [colin]      1.0.1cvs11.1
16575
16576         * src/mh.c
16577                 Sync with HEAD (MH scan required function)
16578
16579 2005-02-15 [colin]      1.0.1cvs8.1
16580
16581         * src/mimeview.c
16582         * src/common/utils.c
16583                 Sync with HEAD (filename chars substitution)
16584
16585 2005-02-15 [colin]      1.0.1cvs7.3
16586
16587         * src/gtk/pluginwindow.c
16588                 Fix button spacing
16589
16590 2005-02-15 [colin]      1.0.1cvs7.2
16591
16592         * src/mimeview.c
16593                 Fix mime icons not reset across message when
16594                 scrolled down
16595
16596 2005-02-15 [colin]      1.0.1cvs7.1
16597
16598         * src/compose.c
16599         * src/procmime.c
16600                 Sync with HEAD (optimisation of cvs6)
16601
16602 2005-02-14 [colin]      1.0.1cvs6.1
16603
16604         * src/compose.c
16605         * src/procmime.c
16606                 Sync with HEAD (encode "From " at line beginning)
16607
16608 2005-02-14 [colin]      1.0.1cvs5.3
16609
16610         * src/compose.c
16611                 Fix wrapping with accentued chars.
16612
16613 2005-02-13 [colin]      1.0.1cvs5.2
16614
16615         * src/textview.c
16616                 Fix email informative part parsing with
16617                 accentued chars in it. ispunct() returns
16618                 true for them in utf8...
16619
16620 2005-02-12 [colin]      1.0.1cvs5.1
16621
16622         * src/filtering.c
16623                 Sync with HEAD (remove wrong use of compose after send)
16624
16625 2005-02-12 [paul]       1.0.1cvs4.5
16626
16627         * src/textview.c
16628                 remove unnecessary code (thanks to Alfons)
16629
16630 2005-02-12 [paul]       1.0.1cvs4.4
16631
16632         * src/textview.c
16633                 add 'Copy' to contextual menu on emails
16634
16635 2005-02-11 [colin]      1.0.1cvs4.3
16636
16637         * src/compose.c
16638                 revert 1.0.0cvs28.2, it doesn't work that well.
16639
16640 2005-02-11 [paul]       1.0.1cvs4.2
16641
16642         * po/Makefile.in.in
16643                 fix 'make release'
16644
16645 2005-02-10 [paul]       1.0.1cvs4.1
16646
16647         * ChangeLog
16648         * ChangeLog.claws
16649         * ChangeLog.jp
16650         * configure.ac
16651         * src/compose.c
16652                 sync with HEAD (sync with main)
16653
16654 2005-02-10 [paul]       1.0.1cvs3.2
16655
16656         * AUTHORS
16657         * Makefile.am
16658         * autogen.sh
16659         * configure.ac
16660         * config/mkinstalldirs
16661         * intl/.cvsignore
16662         * intl/ChangeLog
16663         * intl/VERSION
16664         * intl/bindtextdom.c
16665         * intl/config.charset
16666         * intl/dcgettext.c
16667         * intl/dcigettext.c
16668         * intl/dcngettext.c
16669         * intl/dgettext.c
16670         * intl/dngettext.c
16671         * intl/eval-plural.h
16672         * intl/explodename.c
16673         * intl/finddomain.c
16674         * intl/gettext.c
16675         * intl/gettextP.h
16676         * intl/gmo.h
16677         * intl/hash-string.h
16678         * intl/intl-compat.c
16679         * intl/l10nflist.c
16680         * intl/libgnuintl.h.in
16681         * intl/loadinfo.h
16682         * intl/loadmsgcat.c
16683         * intl/localcharset.c
16684         * intl/localcharset.h
16685         * intl/locale.alias
16686         * intl/localealias.c
16687         * intl/localename.c
16688         * intl/log.c
16689         * intl/ngettext.c
16690         * intl/os2compat.c
16691         * intl/os2compat.h
16692         * intl/osdep.c
16693         * intl/plural-exp.c
16694         * intl/plural-exp.h
16695         * intl/plural.c
16696         * intl/plural.y
16697         * intl/ref-add.sin
16698         * intl/ref-del.sin
16699         * intl/relocatable.c
16700         * intl/relocatable.h
16701         * intl/textdomain.c
16702         * m4/Makefile.am
16703         * po/Makefile.in.in
16704         * src/Makefile.am
16705         * src/account.c
16706         * src/action.c
16707         * src/addr_compl.c
16708         * src/addressadd.c
16709         * src/addressbook.c
16710         * src/addrgather.c
16711         * src/addrindex.c
16712         * src/alertpanel.c
16713         * src/browseldap.c
16714         * src/codeconv.c
16715         * src/codeconv.h
16716         * src/compose.c
16717         * src/compose.h
16718         * src/crash.c
16719         * src/editaddress.c
16720         * src/editbook.c
16721         * src/editgroup.c
16722         * src/editjpilot.c
16723         * src/editldap.c
16724         * src/editldap_basedn.c
16725         * src/editvcard.c
16726         * src/exphtmldlg.c
16727         * src/expldifdlg.c
16728         * src/export.c
16729         * src/exporthtml.c
16730         * src/filtering.c
16731         * src/folder.c
16732         * src/folder_item_prefs.c
16733         * src/foldersel.c
16734         * src/folderview.c
16735         * src/grouplistdialog.c
16736         * src/headerview.c
16737         * src/imap.c
16738         * src/imap_gtk.c
16739         * src/import.c
16740         * src/importldif.c
16741         * src/importmutt.c
16742         * src/importpine.c
16743         * src/inc.c
16744         * src/ldif.c
16745         * src/main.c
16746         * src/mainwindow.c
16747         * src/matcher.c
16748         * src/mbox.c
16749         * src/message_search.c
16750         * src/messageview.c
16751         * src/mh.c
16752         * src/mh_gtk.c
16753         * src/mimeview.c
16754         * src/msgcache.c
16755         * src/news.c
16756         * src/news_gtk.c
16757         * src/noticeview.c
16758         * src/partial_download.c
16759         * src/pop.c
16760         * src/prefs_account.c
16761         * src/prefs_actions.c
16762         * src/prefs_common.c
16763         * src/prefs_customheader.c
16764         * src/prefs_display_header.c
16765         * src/prefs_ext_prog.c
16766         * src/prefs_filtering.c
16767         * src/prefs_filtering_action.c
16768         * src/prefs_folder_item.c
16769         * src/prefs_fonts.c
16770         * src/prefs_gtk.c
16771         * src/prefs_matcher.c
16772         * src/prefs_msg_colors.c
16773         * src/prefs_spelling.c
16774         * src/prefs_summary_column.c
16775         * src/prefs_template.c
16776         * src/prefs_themes.c
16777         * src/prefs_toolbar.c
16778         * src/prefs_wrapping.c
16779         * src/privacy.c
16780         * src/procheader.c
16781         * src/procmime.c
16782         * src/procmsg.c
16783         * src/quote_fmt.c
16784         * src/recv.c
16785         * src/send_message.c
16786         * src/setup.c
16787         * src/sourcewindow.c
16788         * src/ssl_manager.c
16789         * src/statusbar.c
16790         * src/summary_search.c
16791         * src/summaryview.c
16792         * src/textview.c
16793         * src/toolbar.c
16794         * src/wizard.c
16795         * src/common/nntp.c
16796         * src/common/plugin.c
16797         * src/common/smtp.c
16798         * src/common/ssl.c
16799         * src/common/ssl_certificate.c
16800         * src/common/string_match.c
16801         * src/common/sylpheed.c
16802         * src/common/template.c
16803         * src/common/utils.c
16804         * src/gtk/about.c
16805         * src/gtk/colorlabel.c
16806         * src/gtk/description_window.c
16807         * src/gtk/filesel.c
16808         * src/gtk/foldersort.c
16809         * src/gtk/gtkaspell.c
16810         * src/gtk/gtkutils.c
16811         * src/gtk/inputdialog.c
16812         * src/gtk/logwindow.c
16813         * src/gtk/menu.c
16814         * src/gtk/pluginwindow.c
16815         * src/gtk/prefswindow.c
16816         * src/gtk/progressdialog.c
16817         * src/gtk/quicksearch.c
16818         * src/gtk/sslcertwindow.c
16819         * src/plugins/clamav/clamav_plugin.c
16820         * src/plugins/clamav/clamav_plugin_gtk.c
16821         * src/plugins/demo/demo.c
16822         * src/plugins/dillo_viewer/dillo_prefs.c
16823         * src/plugins/dillo_viewer/dillo_viewer.c
16824         * src/plugins/image_viewer/plugin.c
16825         * src/plugins/image_viewer/viewer.c
16826         * src/plugins/image_viewer/viewerprefs.c
16827         * src/plugins/mathml_viewer/mathml_viewer.c
16828         * src/plugins/pgpmime/passphrase.c
16829         * src/plugins/pgpmime/plugin.c
16830         * src/plugins/pgpmime/prefs_gpg.c
16831         * src/plugins/pgpmime/select-keys.c
16832         * src/plugins/pgpmime/sgpgme.c
16833         * src/plugins/spamassassin/spamassassin.c
16834         * src/plugins/spamassassin/spamassassin_gtk.c
16835         * src/plugins/trayicon/trayicon.c
16836                 sync with main (revision 104)
16837
16838 2005-02-10 [colin]      1.0.1cvs3.1
16839
16840         * src/mainwindow.c
16841                 Sync with HEAD (fix occasional crasher)
16842
16843 2005-02-10 [colin]      1.0.1cvs2.1
16844
16845         * src/messageview.c
16846                 Synw with HEAD (don't automatically display html)
16847
16848 2005-02-09 [colin]      1.0.1cvs1.3
16849
16850         * src/textview.c
16851         * src/textview.h
16852                 Add contextual menu on emails
16853
16854 2005-02-09 [colin]      1.0.1cvs1.2
16855
16856         * src/codeconv.c
16857                 Fix converting from broken headers and 
16858                 put back the _ in missing places
16859                 (feature broke with cvs24.2 sync, main 
16860                  possibly affected?)
16861
16862 2005-02-09 [colin]      1.0.1cvs1.1
16863
16864         * src/messageview.c
16865         * src/mimeview.c
16866         * src/mimeview.h
16867                 Sync with HEAD (display non text/plain mails with plugin)
16868
16869 2005-02-08 [colin]      1.0.1.1
16870
16871         * ChangeLog.claws
16872         * po/pt_BR.po
16873                 Sync with HEAD
16874         * configure.ac
16875                 Make default configuration directory 
16876                 be .sylpheed-gtk2
16877
16878 2005-02-08 [colin]      1.0.0cvs29.1
16879
16880         * po/de.po
16881         * po/es.po
16882         * po/fr.po
16883         * po/it.po
16884         * po/sk.po
16885         * po/sr.po
16886                 Sync translations with HEAD
16887
16888 2005-02-06 [colin]      1.0.0cvs28.3
16889
16890         * src/compose.c
16891                 Make compose a bit faster - patch by Alfons.
16892
16893 2005-02-06 [colin]      1.0.0cvs28.2
16894
16895         * src/compose.c
16896                 Make pasting via middle-click more reliable
16897
16898 2005-02-05 [paul]       1.0.0cvs28.1
16899
16900         * ChangeLog
16901         * ChangeLog.claws
16902         * ChangeLog.jp
16903         * configure.ac
16904         * src/compose.c
16905                 sync with HEAD
16906                 (fix bug 682 'redirect is broken'
16907
16908 2005-02-05 [torte]      1.0.0cvs27.1
16909
16910         * ChangeLog.claws
16911         * configure.ac
16912         * src/partial_download.c
16913                 Sync with HEAD (fix buf overflow)
16914
16915 2005-02-03 [colin]      1.0.0cvs26.1
16916
16917         * src/common/plugin.c
16918                 Sync with HEAD (avoid plugin mismatches)
16919
16920 2005-02-03 [paul]       1.0.0cvs25.3
16921
16922         * src/folderview.c
16923         * src/headerview.c
16924         * src/summaryview.c
16925         * src/textview.c
16926         * src/gtk/colorlabel.c
16927                 third and final part of initial sync with main-gtk2
16928
16929 2005-02-03 [paul]       1.0.0cvs25.2
16930
16931         * src/jpilot.c
16932                 fix building with jpilot support
16933
16934 2005-02-02 [colin]      1.0.0cvs25.1
16935
16936         * src/messageview.c
16937                 Sync with HEAD (fix dangerous typo)
16938
16939 2005-02-01 [colin]      1.0.0cvs24.3
16940
16941         * src/common/xml.c
16942                 Write file as advertised (UTF-8)
16943
16944 2005-02-01 [paul]       1.0.0cvs24.2
16945
16946         * src/addrbook.c
16947         * src/addrindex.c
16948         * src/alertpanel.h
16949         * src/codeconv.c
16950         * src/codeconv.h
16951         * src/compose.c
16952         * src/export.c
16953         * src/folder_item_prefs.c
16954         * src/html.c
16955         * src/imap.c
16956         * src/import.c
16957         * src/jpilot.c
16958         * src/mainwindow.c
16959         * src/matcher_parser_lex.l
16960         * src/messageview.c
16961         * src/mh.c
16962         * src/prefs_account.c
16963         * src/prefs_actions.c
16964         * src/prefs_common.c
16965         * src/prefs_gtk.c
16966         * src/prefs_gtk.h
16967         * src/prefs_themes.c
16968         * src/procheader.c
16969         * src/procmime.c
16970         * src/sourcewindow.c
16971         * src/statusbar.c
16972         * src/summaryview.c
16973         * src/textview.c
16974         * src/toolbar.c
16975         * src/unmime.c
16976         * src/common/template.c
16977         * src/common/utils.c
16978         * src/common/xml.c
16979         * src/common/xml.h
16980         * src/gtk/gtkaspell.c
16981         * src/plugins/clamav/clamav_plugin.c
16982         * src/plugins/dillo_viewer/dillo_prefs.c
16983         * src/plugins/image_viewer/viewerprefs.c
16984         * src/plugins/pgpmime/passphrase.c
16985         * src/plugins/pgpmime/prefs_gpg.c
16986         * src/plugins/pgpmime/select-keys.c
16987         * src/plugins/spamassassin/spamassassin.c
16988                 second part of initial sync with main-gtk2
16989                 (more to follow)
16990
16991 2005-01-31 [colin]      1.0.0cvs24.1
16992
16993         * src/compose.c
16994                 Sync with HEAD
16995
16996 2005-01-29 [paul]       1.0.0cvs23.2
16997
16998         * src/account.c
16999         * src/action.c
17000         * src/addressadd.c
17001         * src/addressbook.c
17002         * src/alertpanel.c
17003         * src/compose.c
17004         * src/editaddress.c
17005         * src/editbook.c
17006         * src/editgroup.c
17007         * src/editjpilot.c
17008         * src/editldap.c
17009         * src/editldap_basedn.c
17010         * src/editvcard.c
17011         * src/export.c
17012         * src/foldersel.c
17013         * src/grouplistdialog.c
17014         * src/import.c
17015         * src/importldif.c
17016         * src/inc.c
17017         * src/main.c
17018         * src/mainwindow.c
17019         * src/message_search.c
17020         * src/messageview.c
17021         * src/mimeview.c
17022         * src/prefs_actions.c
17023         * src/prefs_common.c
17024         * src/prefs_common.h
17025         * src/prefs_customheader.c
17026         * src/prefs_display_header.c
17027         * src/prefs_filtering.c
17028         * src/prefs_filtering_action.c
17029         * src/prefs_gtk.c
17030         * src/prefs_matcher.c
17031         * src/prefs_summary_column.c
17032         * src/prefs_template.c
17033         * src/sourcewindow.c
17034         * src/summary_search.c
17035         * src/summaryview.c
17036         * src/textview.c
17037         * src/gtk/about.c
17038         * src/gtk/description_window.c
17039         * src/gtk/gtkshruler.c
17040         * src/gtk/gtkutils.c
17041         * src/gtk/gtkutils.h
17042         * src/gtk/inputdialog.c
17043         * src/gtk/logwindow.c
17044         * src/gtk/prefswindow.c
17045         * src/gtk/progressdialog.c
17046         * src/gtk/progressdialog.h
17047                 first part of initial sync with main-gtk2
17048                 (more to follow)
17049
17050 2005-01-28 [colin]      1.0.0cvs23.1
17051
17052         * src/folderview.c
17053                 Sync with HEAD
17054
17055 2005-01-27 [colin]      1.0.0cvs21.1
17056
17057         * src/folder.c
17058         * src/folderview.c
17059                 Sync with HEAD
17060
17061 2005-01-27 [colin]      1.0.0cvs19.1
17062
17063         * src/procmime.c
17064                 Sync with HEAD
17065
17066 2005-01-27 [colin]      1.0.0cvs18.1
17067
17068         * src/messageview.c
17069         * src/summaryview.c
17070         * src/mainwindow.c
17071         * src/compose.c
17072         * src/compose.h
17073         * src/procmsg.c
17074         * src/procmsg.h
17075         * src/toolbar.c
17076                 Sync with HEAD
17077
17078 2005-01-26 [paul]       1.0.0cvs15.2
17079
17080         * src/compose.c
17081                 compose_entries_set(): convert subject and body to
17082                 utf8 if necessary. patch by Felix Eckhofer
17083
17084 2005-01-26 [paul]       1.0.0cvs15.1
17085
17086         * configure.ac
17087         * src/common/template.c
17088                 sync with HEAD (fix memory leak)
17089
17090 2005-01-25 [paul]       1.0.0cvs14.1
17091
17092         * configure.ac
17093         * src/compose.c
17094                 sync with HEAD
17095
17096 2005-01-24 [colin]      1.0.0cvs13.1
17097
17098         * src/summaryview.c
17099                 Sync with HEAD
17100
17101 2005-01-24 [paul]       1.0.0cvs12.1
17102
17103         * configure.ac
17104         * src/messageview.c
17105         * src/mh.c
17106         * src/common/utils.c
17107                 sync with HEAD
17108
17109 2005-01-24 [colin]      1.0.0cvs11.1
17110
17111         * src/procheader.c
17112                 Sync with HEAD
17113
17114 2005-01-24 [colin]      1.0.0cvs10.1
17115
17116         * src/folderview.c
17117                 Sync with HEAD
17118
17119 2005-01-23 [colin]      1.0.0cvs9.1
17120
17121         * src/crash.c
17122                 Sync with HEAD
17123
17124 2005-01-22 [colin]      1.0.0cvs8.1
17125
17126         * src/summaryview.c
17127         * src/gtk/quicksearch.c
17128                 Sync with HEAD
17129
17130 2005-01-21 [colin]      1.0.0cvs7.1
17131
17132         * src/summaryview.c
17133                 Sync with HEAD
17134
17135 2005-01-21 [colin]      1.0.0cvs6.1
17136
17137         * src/summaryview.c
17138                 Sync with HEAD
17139
17140 2005-01-21 [colin]      1.0.0cvs5.1
17141
17142         * src/gtk/quicksearch.c
17143         * src/prefs_common.c
17144         * src/prefs_common.h
17145                 Sync with HEAD (recurse option)
17146
17147 2005-01-21 [colin]      1.0.0cvs4.1
17148
17149         * src/folder.h
17150         * src/folderview.c
17151         * src/folderview.h
17152         * src/summaryview.c
17153         * src/gtk/quicksearch.c
17154         * src/gtk/quicksearch.h
17155                 Sync with HEAD (recursive quicksearch)
17156
17157 2005-01-20 [colin]      1.0.0cvs3.4
17158
17159         * src/ssl_manager.c
17160                 Remove useless code
17161
17162 2005-01-20 [colin]      1.0.0cvs3.3
17163
17164         * src/ssl_manager.c
17165                 Fix leak, thanks to Alfons.
17166
17167 2005-01-20 [colin]      1.0.0cvs3.2
17168
17169         * src/ssl_manager.c
17170                 Port SSL certificate window to GTK2.
17171
17172 2005-01-20 [paul]       1.0.0cvs3.1
17173
17174         * ChangeLog.claws
17175         * configure.ac
17176         * src/addrindex.c
17177         * src/addrindex.h
17178                 sync with HEAD
17179
17180 2005-01-19 [colin]      1.0.0cvs2.2
17181
17182         * src/plugins/trayicon/trayicon.c
17183                 Fix freeze with gtk-2.6, the easy way
17184                 (signal blocking helpless there...)
17185                 Closes bug #668.
17186
17187 2005-01-19 [colin]      1.0.0cvs2.1
17188
17189         * src/mbox.c
17190         * src/mbox.h
17191         * src/mainwindow.c
17192         * src/summaryview.c
17193         * src/summaryview.h
17194                 Sync with HEAD
17195
17196 2005-01-19 [paul]       1.0.0cvs1.1
17197
17198         * configure.ac
17199         * po/de.po
17200         * po/es.po
17201         * po/fr.po
17202         * po/hr.po
17203         * po/it.po
17204         * po/ja.po
17205         * po/ko.po
17206         * po/pt_BR.po
17207         * po/ru.po
17208         * po/sk.po
17209         * po/sr.po
17210                 sync with HEAD (update translations)
17211
17212 2005-01-18 [colin]      1.0.0cvs0.1
17213
17214         * src/foldersel.c
17215                 Specify search column - patch by Alfons
17216
17217 2005-01-18 [colin]      0.9.13cvs36.3
17218
17219         * src/prefs_toolbar.c
17220                 Change Delete to Remove
17221         * src/prefs_fonts.c
17222                 GTK2 version and leak fixes
17223         * src/prefs_actions.c
17224                 Add stock buttons.
17225                 All patches by Alfons
17226
17227 2005-01-17 [colin]      0.9.13cvs36.2
17228
17229         * src/compose.c
17230                 Fix DnD inserting twice. While at it,
17231                 add DnD support for text/plain in the
17232                 body, and add support in the headers.
17233
17234 2005-01-16 [colin]      0.9.13cvs36.1
17235
17236         * ChangeLog
17237         * ChangeLog.jp
17238         * ChangeLog.claws
17239                 Sync with HEAD (nothing applicable)
17240
17241 2005-01-16 [colin]      0.9.13cvs33.2
17242
17243         * src/prefs_toolbar.c
17244                 GTK2ize prefs_toolbar, by Alfons.
17245
17246 2005-01-14 [colin]      0.9.13cvs33.1
17247
17248         * src/html.c
17249         * src/msgcache.c
17250                 Sync with HEAD
17251
17252 2005-01-14 [colin]      0.9.13cvs32.1
17253
17254         * src/html.c
17255         * src/html.h
17256         * src/msgcache.c
17257         * AUTHORS
17258         * tools/calypso_convert.pl
17259                 Sync with HEAD
17260
17261 2005-01-08 [colin]      0.9.13cvs29.2
17262
17263         * src/prefs_filtering_action.c
17264         * src/prefs_filtering.c
17265                 2 more gtk2 patches by Alfons
17266
17267 2005-01-07 [paul]       0.9.13cvs29.1
17268
17269         * ChangeLog
17270         * ChangeLog.claws
17271         * ChangeLog.jp
17272         * configure.ac
17273         * src/pop.c
17274         * src/pop.h
17275                 sync with HEAD
17276
17277 2005-01-07 [colin]      0.9.13cvs28.3
17278
17279         * src/gtk/progressdialog.c
17280         * src/gtk/progressdialog.h
17281         * src/inc.c
17282         * src/send_message.c
17283                 GTK2 for the incorporation dialog. The CList isn't dead
17284                 yet, for a more smooth migration. Patch by Alfons.
17285
17286 2005-01-06 [colin]      0.9.13cvs28.2
17287
17288         * src/prefs_display_header.c
17289                 GTK2 conversion by Alfons
17290         * src/prefs_actions.c
17291         * src/prefs_matcher.c
17292                 Fix 2 leaks - patch by Alfons
17293
17294 2005-01-06 [colin]      0.9.13cvs28.1
17295
17296         * src/prefs_matcher.c
17297                 Sync with HEAD
17298
17299 2005-01-06 [colin]      0.9.13cvs27.4
17300
17301         * src/prefs_matcher.c
17302                 Fix double-free. Patch by Alfons
17303
17304 2005-01-06 [colin]      0.9.13cvs27.3
17305
17306         * src/prefs_matcher.c
17307                 GTK2 widgets + memleak
17308                 Patch by Alfons
17309
17310 2005-01-05 [colin]      0.9.13cvs27.2
17311
17312         * src/account.c
17313         * src/addr_compl.c
17314         * src/foldersel.c
17315         * src/stock_pixmap.c
17316         * src/stock_pixmap.h
17317                 3 more GTK2 patches by Alfons.
17318
17319 2005-01-04 [colin]      0.9.13cvs27.1
17320
17321         * src/folderview.c
17322         * src/imap_gtk.c
17323         * src/news_gtk.c
17324                 Sync with HEAD
17325
17326 2005-01-04 [colin]      0.9.13cvs25.9
17327
17328         * src/compose.c
17329                 Fix Show Ruler menuitem
17330         * src/prefs_template.c
17331                 Convert to GTK2
17332         * src/common/utils.c
17333                 Make auto pointer stuff handles NULLs
17334                 Patches by Alfons.
17335
17336 2005-01-04 [colin]      0.9.13cvs25.8
17337
17338         * src/compose.c
17339                 Move the attachment list to gtk2
17340                 Patch by Alfons.
17341
17342 2005-01-04 [colin]      0.9.13cvs25.7
17343
17344         * src/textview.c
17345                 Make some keys work again
17346                 Patch by SungHyun Nam <namsh@kldp.org>
17347
17348 2005-01-04 [colin]      0.9.13cvs25.6
17349
17350         * src/gtk/gtkshruler.c
17351                 Move the ruler to GTK2
17352                 Patch by Alfons
17353
17354 2005-01-03 [colin]      0.9.13cvs25.5
17355
17356         * src/compose.c
17357                 Fix my broken patch apply 
17358
17359 2005-01-03 [colin]      0.9.13cvs25.4
17360
17361         * src/common/utils.c
17362         * src/common/utils.h
17363         * src/gtk/prefswindow.c
17364                 Move auto pointer stuff to utils.c
17365                 Patch by Alfons again :)
17366
17367 2005-01-03 [colin]      0.9.13cvs25.3
17368
17369         * src/compose.c
17370         * src/prefs_gtk.c
17371         * src/prefs_template.c
17372         * src/textview.c
17373                 Empty text widgets with empty strings, not NULL char
17374                 Patch by SungHyun Nam <namsh@kldp_org>
17375
17376 2005-01-03 [colin]      0.9.13cvs25.2
17377
17378         * src/main.c
17379         * AUTHORS
17380                 Sync with HEAD
17381
17382 2005-01-03 [colin]      0.9.13cvs25.1
17383
17384         * src/pop.c
17385         * src/pop.h
17386                 Sync with HEAD
17387
17388 2005-01-03 [colin]      0.9.13cvs24.3
17389
17390         * src/account.c
17391                 Two patches from Alfons and Alex S Moore:
17392                 fix images, fix return value.
17393
17394 2005-01-01 [colin]      0.9.13cvs24.2
17395
17396         * src/prefs_actions.c
17397                 Fix over-zealous assertion. Patch by Alfons
17398
17399 2005-01-01 [colin]      0.9.13cvs24.1
17400
17401         * src/procmime.c
17402                 Sync with HEAD (leak fix)
17403
17404 2004-12-31 [colin]      0.9.13cvs23.2
17405
17406         * src/prefs_common.c
17407                 GTK2 widgets + stock buttons - patch by Alfons
17408
17409 2004-12-31 [paul]       0.9.13cvs23.1
17410
17411         * configure.ac
17412                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17413         * src/gtk/pluginwindow.c
17414                 use GTK2 widgets and plug memory leaks,
17415                 patches by Alfons
17416
17417 2004-12-30 [colin]      0.9.13cvs22.4
17418
17419         * src/account.c
17420         * src/action.c
17421         * src/export.c
17422         * src/foldersel.c
17423         * src/import.c
17424         * src/message_search.c
17425         * src/prefs_actions.c
17426         * src/prefs_common.c
17427         * src/prefs_customheader.c
17428         * src/prefs_filtering.c
17429         * src/prefs_summary_column.c
17430         * src/summary_search.c
17431         * src/gtk/about.c
17432         * src/gtk/description_window.c
17433         * src/gtk/gtkutils.c
17434         * src/gtk/gtkutils.h
17435         * src/gtk/inputdialog.c
17436         * src/gtk/prefswindow.c
17437                 Use GTK2 stock buttons. Patches by Alfons.
17438
17439 2004-12-30 [colin]      0.9.13cvs22.3
17440
17441         * src/account.c
17442                 Sync with HEAD
17443         * src/prefs_actions.c
17444         * src/prefs_customheader.c
17445         * src/prefs_filtering.c
17446         * src/prefs_msg_colors.c
17447         * src/prefs_summary_column.c
17448         * src/gtk/prefswindow.c
17449                 Use GtkTreeView instead of deprecated 
17450                 widgets. Patches by Alfons.
17451
17452 2004-12-30 [paul]       0.9.13cvs22.2
17453
17454         * src/foldersel.c
17455                 use GTK 2 Tree View
17456                 patch by Alfons, with root folder sorting fix
17457                 by Stephan Sachse
17458
17459 2004-12-30 [paul]       0.9.13cvs22.1
17460
17461         * ChangeLog
17462         * ChangeLog.claws
17463         * ChangeLog.jp
17464         * NEWS
17465         * configure.ac
17466         * src/account.c
17467                 sync with HEAD
17468
17469 2004-12-22 [martin]     0.9.13cvs21.2
17470
17471         * src/action.c
17472                 free the command line after its use
17473
17474 2004-12-18 [paul]       0.9.13cvs21.1
17475
17476         * AUTHORS
17477         * ChangeLog
17478         * ChangeLog.claws
17479         * ChangeLog.jp
17480         * NEWS
17481         * configure.ac
17482         * src/action.c
17483         * src/compose.c
17484         * src/syldap.c
17485                 sync with HEAD
17486
17487 2004-12-17 [martin]     0.9.13cvs17.2
17488
17489         * src/action.c
17490                 convert actions input to locale
17491         * src/inc.c
17492                 convert notification command to locale
17493         * src/plugins/pgpmime/select-keys.c
17494                 convert attributes to utf8
17495
17496 2004-12-14 [colin]      0.9.13cvs17.1
17497
17498         * ChangeLog
17499         * ChangeLog.jp
17500         * ChangeLog.claws
17501         * src/action.c
17502         * src/common/utils.c
17503         * src/gtk/prefswindow.c
17504         * src/gtk/gtkutils.c
17505         * src/gtk/gtkutils.h
17506         * src/plugins/spamassassin/libspamc.c
17507                 Sync with HEAD
17508
17509 2004-12-13 [colin]      0.9.13cvs14.1
17510
17511         * src/quote_fmt_parse.y
17512                 Sync with HEAD
17513
17514 2004-12-10 [colin]      0.9.13cvs12.1
17515
17516         * src/prefs_themes.c
17517         * src/mainwindow.c
17518         * src/messageview.c
17519                 Sync with HEAD
17520
17521 2004-12-09 [colin]      0.9.13cvs10.1
17522
17523         * src/procmime.c
17524                 Sync with HEAD (fix B64 encoding from memory)
17525
17526 2004-12-08 [colin]      0.9.13cvs9.1
17527
17528         * src/gtk/colorlabel.c
17529                 Sync with HEAD
17530
17531 2004-12-08 [paul]       0.9.13cvs8.2
17532
17533         * src/gtk/pluginwindow.c
17534                 fix window resizing oddities
17535
17536 2004-12-08 [colin]      0.9.13cvs8.1
17537
17538         * src/quote_fmt_parse.y
17539                 Sync with HEAD
17540
17541 2004-12-08 [colin]      0.9.13cvs7.1
17542
17543         * src/matcher_parser_parse.y
17544         * src/msgcache.c
17545         * src/prefs_matcher.c
17546         * src/procheader.c
17547         * src/matcher.c
17548         * src/common/defs.h
17549         * po/sr.po
17550                 Sync with HEAD
17551
17552 2004-12-08 [colin]      0.9.13cvs6.1
17553
17554         * src/quote_fmt_parse.y
17555         * src/textview.c
17556                 Sync with HEAD
17557         * src/gtk/prefswindow.c
17558         * src/gtk/pluginwindow.c
17559                 Fix G_CALLBACKS protos (thanks to Alfons)
17560
17561 2004-12-07 [torte]      0.9.13cvs2.2
17562
17563         * src/procmime.c
17564                 [Bug 650] reply button causes crash
17565                 Thanks to David Relson and Christoph
17566
17567 2004-12-07 [colin]      0.9.13cvs2.1
17568
17569         * ChangeLog.claws
17570         * AUTHORS
17571         * po/sk.po
17572         * src/procmime.c
17573         * src/prefs_account.c
17574         * src/common/smtp.c
17575         * src/common/smtp.h
17576                 Sync with HEAD
17577
17578 2004-12-06 [colin]      0.9.12cvs187.1
17579
17580         * ChangeLog.claws
17581         * INSTALL
17582         * Makefile.am
17583         * README.claws
17584         * TODO.claws
17585         * configure.ac
17586         * po/bg.po
17587         * po/cs.po
17588         * po/el.po
17589         * po/en_GB.po
17590         * po/es.po
17591         * po/fr.po
17592         * po/hr.po
17593         * po/hu.po
17594         * po/it.po
17595         * po/ja.po
17596         * po/ko.po
17597         * po/nl.po
17598         * po/pl.po
17599         * po/pt_BR.po
17600         * po/ru.po
17601         * po/sk.po
17602         * po/sr.po
17603         * po/sv.po
17604         * po/zh_CN.po
17605         * po/zh_TW.Big5.po
17606         * src/compose.c
17607         * tools/Makefile.am
17608         * tools/README
17609         * tools/filter_conv.pl
17610         * tools/kdeservicemenu/README
17611         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17612         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17613                 Sync with HEAD
17614
17615 2004-12-04 [colin]      0.9.12cvs183.1
17616
17617         * src/compose.c
17618                 Sync with HEAD (compose window position saving)
17619
17620 2004-12-04 [paul]       0.9.12cvs182.3
17621
17622         * src/messageview.c
17623         * src/mimeview.c
17624         * src/prefs_customheader.c
17625         * src/gtk/quicksearch.c
17626                 replace some forgotten GTK_SIGNAL_FUNCs
17627
17628 2004-12-04 [paul]       0.9.12cvs182.2
17629
17630         * src/Makefile.am
17631                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
17632                 committed in error      
17633
17634 2004-12-04 [paul]       0.9.12cvs182.1
17635
17636         * ChangeLog
17637         * ChangeLog.claws
17638         * ChangeLog.jp
17639         * INSTALL
17640         * NEWS
17641         * README
17642         * README.jp
17643         * configure.ac
17644         * doc/manual/ja/Makefile.am
17645         * doc/manual/ja/sylpheed-1.html
17646         * doc/manual/ja/sylpheed-10.html
17647         * doc/manual/ja/sylpheed-11.html
17648         * doc/manual/ja/sylpheed-12.html
17649         * doc/manual/ja/sylpheed-13.html
17650         * doc/manual/ja/sylpheed-14.html
17651         * doc/manual/ja/sylpheed-15.html
17652         * doc/manual/ja/sylpheed-16.html
17653         * doc/manual/ja/sylpheed-17.html
17654         * doc/manual/ja/sylpheed-18.html
17655         * doc/manual/ja/sylpheed-19.html
17656         * doc/manual/ja/sylpheed-2.html
17657         * doc/manual/ja/sylpheed-20.html
17658         * doc/manual/ja/sylpheed-3.html
17659         * doc/manual/ja/sylpheed-4.html
17660         * doc/manual/ja/sylpheed-5.html
17661         * doc/manual/ja/sylpheed-6.html
17662         * doc/manual/ja/sylpheed-7.html
17663         * doc/manual/ja/sylpheed-8.html
17664         * doc/manual/ja/sylpheed-9.html
17665         * doc/manual/ja/sylpheed.html
17666         * doc/manual/ja/sylpheed.sgml
17667         * po/de.po
17668         * src/Makefile.am
17669         * src/compose.c
17670         * src/procmime.c
17671         * src/pixmaps/regular.xpm **REMOVED**
17672         * src/plugins/pgpmime/pgpmime.c
17673         * src/plugins/pgpmime/plugin.c
17674         * src/plugins/pgpmime/prefs_gpg.c
17675                 sync with HEAD
17676
17677 2004-12-03 [paul]       0.9.12cvs180.1
17678
17679         * ChangeLog
17680         * ChangeLog.claws
17681         * ChangeLog.jp
17682         * configure.ac
17683         * src/Makefile.am
17684         * src/pop.c
17685         * src/common/utils.c
17686         * src/common/utils.h
17687         * src/pixmaps/continue.xpm
17688         * src/pixmaps/dir_close.xpm
17689         * src/pixmaps/dir_open.xpm
17690         * src/pixmaps/drafts_close.xpm
17691         * src/pixmaps/drafts_open.xpm
17692         * src/pixmaps/folder.xpm **REMOVED**
17693         * src/pixmaps/group.xpm
17694         * src/pixmaps/unread.xpm
17695                 sync with HEAD
17696
17697 2004-12-02 [colin]      0.9.12cvs179.1
17698
17699         * src/compose.c
17700                 Sync with HEAD (non-duplicated reedition)
17701
17702 2004-12-02 [colin]      0.9.12cvs178.1
17703
17704         * src/compose.c
17705                 Sync with HEAD (linewrap_quote fix)
17706
17707 2004-12-01 [colin]      0.9.12cvs177.3
17708
17709         * src/addrharvest.c
17710                 Replace sizeof with strlen
17711
17712 2004-12-01 [paul]       0.9.12cvs177.2
17713
17714         * src/addrharvest.c
17715                 fix 'harvest addresses'
17716
17717 2004-11-30 [colin]      0.9.12cvs177.1
17718
17719         * src/gtk/prefswindow.c
17720         * src/gtk/pluginwindow.c
17721                 Sync with HEAD
17722
17723 2004-11-29 [colin]      0.9.12cvs176.1
17724
17725         * src/folderview.c
17726                 sync with HEAD (Fix disappearing separators in folderview's popup)
17727
17728 2004-11-29 [colin]      0.9.12cvs175.1
17729
17730         * src/procmime.c
17731                 Sync with head (another format fix)
17732
17733 2004-11-29 [colin]      0.9.12cvs174.1
17734
17735         * src/pop.c
17736                 Sync with HEAD (format string fix)
17737
17738 2004-11-26 [colin]      0.9.12cvs173.1
17739
17740         * src/common/smtp.c
17741         * src/common/smtp.h
17742                 Sync with HEAD
17743
17744 2004-11-24 [colin]      0.9.12cvs172.1
17745
17746         * src/plugins/pgpmime/pgpmime.c
17747                 Sync with HEAD
17748
17749 2004-11-24 [colin]      0.9.12cvs171.1
17750
17751         * src/plugins/pgpmime/pgpmime.c
17752                 Sync with head (gpgmectx leaks)
17753
17754 2004-11-24 [colin]      0.9.12cvs169.1
17755
17756         * src/plugins/pgpmime/plugin.c
17757         * src/plugins/trayicon/Makefile.am
17758         * src/plugins/trayicon/newmarkedmail.xpm
17759         * src/plugins/trayicon/trayicon.c
17760         * src/plugins/trayicon/unreadmarkedmail.xpm
17761                 Sync with HEAD
17762
17763 2004-11-23 [colin]      0.9.12cvs168.1
17764
17765         * src/partial_download.c
17766         * src/partial_download.h
17767         * src/plugins/pgpmime/plugin.c
17768                 Sync with HEAD
17769
17770 2004-11-23 [colin]      0.9.12cvs166.1
17771
17772         * src/Makefile.am
17773         * src/codeconv.c
17774         * src/compose.c
17775         * src/folderview.c
17776         * src/main.c
17777         * src/partial_download.c
17778         * src/partial_download.h
17779         * src/prefs_account.c
17780         * src/prefs_account.h
17781         * src/privacy.c
17782         * src/privacy.h
17783         * src/procmime.c
17784         * src/common/Makefile.am
17785         * src/common/base64.h
17786         * src/common/partial_download.c
17787         * src/common/partial_download.h
17788         * src/gtk/prefswindow.c
17789         * src/gtk/prefswindow.h
17790         * src/plugins/pgpmime/pgpmime.c
17791         * src/plugins/pgpmime/prefs_gpg.c
17792         * src/plugins/pgpmime/prefs_gpg.h
17793         * src/plugins/pgpmime/sgpgme.c
17794         * src/plugins/pgpmime/sgpgme.h
17795                 Sync with HEAD
17796
17797 2004-11-23 [colin]      0.9.12cvs163.1
17798
17799         * src/main.c
17800                 Sync with HEAD (cursor optimization)
17801
17802 2004-11-23 [colin]      0.9.12cvs162.1
17803
17804         * src/prefs_common.c
17805         * src/prefs_themes.c
17806         * src/procmsg.c
17807                 Sync with HEAD
17808
17809 2004-11-23 [colin]      0.9.12cvs158.9
17810
17811         * src/compose.c
17812                 Fix double-free when forwarding
17813         * src/msgcache.c
17814                 Fix leak on error path
17815                 
17816
17817 2004-11-23 [colin]      0.9.12cvs158.8
17818
17819         * src/compose.c
17820                 Fix possible double-free
17821                 Spotted by Alfons
17822
17823 2004-11-23 [colin]      0.9.12cvs158.7
17824
17825         * src/compose.c
17826                 Fix some signal handlers' prototypes
17827                 Spotted by Alfons
17828
17829 2004-11-22 [colin]      0.9.12cvs158.6
17830
17831         * src/compose.c
17832                 Remove unneeded code and duplicated
17833                 wrapping - patch by Alfons
17834
17835 2004-11-22 [colin]      0.9.12cvs158.5
17836
17837         * src/prefs_themes.c
17838                 Fix oversized selector
17839
17840 2004-11-22 [colin]      0.9.12cvs158.4
17841
17842         * src/compose.c
17843                 fix dump_text()
17844                 patch by Alfons
17845
17846 2004-11-19 [colin]      0.9.12cvs158.3
17847
17848         * src/textview.c
17849                 Add a context menu on links (open, copy)
17850
17851 2004-11-18 [paul]       0.9.12cvs158.2
17852
17853         * src/addrgather.c
17854         * src/exphtmldlg.c
17855         * src/expldifdlg.c
17856         * src/mimeview.c
17857         * src/prefs_common.c
17858         * src/plugins/image_viewer/viewer.c
17859         * src/plugins/spamassassin/spamassassin_gtk.c
17860                 replace deprecated gtk_notebook_set_page
17861                 and gtk_notebook_current_page
17862
17863 2004-11-18 [paul]       0.9.12cvs158.1
17864
17865         * configure.ac
17866         * src/compose.c
17867         * src/mainwindow.c
17868         * src/messageview.c
17869         * src/prefs_common.c
17870         * src/common/utils.c
17871         * src/common/utils.h
17872                 sync with HEAD
17873
17874 2004-11-17 [colin]      0.9.12cvs156.1
17875
17876         * src/prefs_account.c
17877         * src/prefs_account.h
17878         * src/procmsg.c
17879                 Sync with HEAD (add pref to store encrypted mails encrypted)
17880
17881 2004-11-17 [paul]       0.9.12cvs155.1
17882
17883         * ChangeLog
17884         * ChangeLog.claws
17885         * ChangeLog.jp
17886         * NEWS
17887         * configure.ac
17888         * src/compose.c
17889         * src/jpilot.c
17890         * src/privacy.c
17891         * src/procmime.c
17892         * src/procmime.h
17893         * src/procmsg.c
17894         * src/toolbar.c
17895         * src/pixmaps/error.xpm
17896                 sync with HEAD
17897
17898 2004-11-17 [colin]      0.9.12cvs151.1
17899
17900         * src/plugins/pgpmime/pgpmime.c
17901                 Sync with HEAD (remove debug printf)
17902
17903 2004-11-17 [colin]      0.9.12cvs150.1
17904
17905         * src/plugins/pgpmime/pgpmime.c
17906                 Sync with HEAD (off-by-one fix)
17907
17908 2004-11-17 [colin]      0.9.12cvs149.1
17909
17910         * src/procmsg.c
17911                 Sync with HEAD (coding style fixes)
17912
17913 2004-11-16 [colin]      0.9.12cvs148.1
17914
17915         * src/procmsg.c
17916                 Sync with head (Fix the fix)
17917
17918 2004-11-16 [colin]      0.9.12cvs147.1
17919
17920         * src/procmsg.c
17921                 Sync with Main (leak fix)
17922
17923 2004-11-16 [colin]      0.9.12cvs146.14
17924
17925         * src/compose.c
17926                 Remove useless chunk of code
17927                 Patch by Alfons
17928
17929 2004-11-15 [colin]      0.9.12cvs146.13
17930
17931         * src/compose.c
17932                 Fix drafting after insertion
17933                 Patch by Alfons
17934
17935 2004-11-15 [colin]      0.9.12cvs146.12
17936
17937         * src/compose.c
17938         * src/prefs_filtering.c
17939         * src/prefs_filtering_action.c
17940         * src/prefs_toolbar.c
17941                 Fix some const-correctness
17942
17943 2004-11-15 [colin]      0.9.12cvs146.11
17944
17945         * src/summaryview.c
17946         * src/prefs_themes.c
17947         * src/messageview.c
17948                 Fix some leaks
17949
17950 2004-11-15 [colin]      0.9.12cvs146.10
17951
17952         * src/codeconv.c
17953                 More unreadable locale fixes
17954
17955 2004-11-14 [colin]      0.9.12cvs146.9
17956
17957         * src/textview.c
17958                 Fix uri_security_check
17959                 Patch by Alfons
17960
17961 2004-11-13 [paul]       0.9.12cvs146.8
17962
17963         * src/folder.c
17964         * src/procmime.c
17965                 fix 2 bugs introduced in last commit
17966
17967 2004-11-13 [paul]       0.9.12cvs146.7
17968
17969         * src/compose.c
17970         * src/exporthtml.c
17971         * src/exportldif.c
17972         * src/folder.c
17973         * src/imap.c
17974         * src/imap_gtk.c
17975         * src/main.c
17976         * src/mainwindow.c
17977         * src/messageview.c
17978         * src/mh_gtk.c
17979         * src/prefs_themes.c
17980         * src/procmime.c
17981         * src/setup.c
17982         * src/summaryview.c
17983                 replace deprecated g_basename
17984
17985 2004-11-13 [paul]       0.9.12cvs146.6
17986
17987         * src/compose.c
17988         * src/imap.c
17989         * src/matcher_parser.h
17990         * src/matcher_parser_parse.y
17991         * src/prefs_filtering.c
17992         * src/prefs_filtering_action.c
17993         * src/prefs_themes.c
17994         * src/prefs_toolbar.c
17995         * src/common/utils.c
17996                 various small fixes/cleanups
17997
17998 2004-11-12 [colin]      0.9.12cvs146.5
17999
18000         * src/textview.c
18001                 Validate event's origin on visibility notify
18002                 Patch by Alfons.
18003
18004 2004-11-12 [paul]       0.9.12cvs146.4
18005
18006         * src/exporthtml.c
18007         * src/exportldif.c
18008         * src/imap.c
18009         * src/mh.c
18010         * src/mimeview.c
18011         * src/prefs_spelling.c
18012         * src/prefs_themes.c
18013                 replace deprecated g_dirname    
18014
18015 2004-11-12 [colin]      0.9.12cvs146.3
18016
18017         * src/textview.c
18018                 Some coding style fixes
18019
18020 2004-11-12 [colin]      0.9.12cvs146.2
18021
18022         * src/codeconv.c
18023                 We want to replace _all_ extended chars in
18024                 conv_unreadable_*, because any string containing
18025                 extended chars not parsing as UTF8 is 
18026                 undisplayed on gtk2.
18027
18028 2004-11-12 [paul]       0.9.12cvs146.1
18029
18030         * ChangeLog
18031         * ChangeLog.claws
18032         * ChangeLog.jp
18033         * NEWS
18034         * configure.ac
18035         * src/account.c
18036         * src/folderview.c
18037         * src/folderview.h
18038         * src/imap.c
18039         * src/imap_gtk.c
18040         * src/inc.c
18041         * src/mainwindow.c
18042         * src/mh_gtk.c
18043         * src/news_gtk.c
18044         * src/pop.c
18045         * src/prefs_account.c
18046         * src/prefs_account.h
18047         * src/prefs_ext_prog.c
18048         * src/procmime.c
18049         * src/procmime.h
18050         * src/procmsg.c
18051         * src/procmsg.h
18052         * src/summary_search.c
18053         * src/summaryview.c
18054         * src/textview.c
18055         * src/common/defs.h
18056         * src/common/utils.c
18057         * src/common/utils.h
18058         * src/gtk/menu.c
18059         * src/gtk/menu.h
18060                 sync with HEAD
18061
18062 2004-11-11 [colin]      0.9.12cvs144.2
18063
18064         * src/textview.c
18065                 Fix URI range selection (patch by Alfons)
18066
18067 2004-11-09 [colin]      0.9.12cvs144.1
18068
18069         * ChangeLog.claws
18070         * src/compose.c
18071         * src/folder.c
18072         * src/folder_item_prefs.c
18073         * src/prefs_account.c
18074         * src/prefs_account.h
18075         * src/plugins/pgpmime/pgpmime.c
18076                 Sync with HEAD
18077
18078 2004-11-08 [colin]      0.9.12cvs143.1
18079
18080         * src/summaryview.c
18081                 Sync with HEAD (optimize quicksearch)
18082
18083 2004-11-08 [colin]      0.9.12cvs142.2
18084
18085         * src/compose.c
18086                 Don't wrap when Edit/Auto wrapping is disabled
18087
18088 2004-11-08 [colin]      0.9.12cvs142.1
18089
18090         * src/textview.c
18091                 Sync with HEAD
18092
18093 2004-11-08 [colin]      0.9.12cvs141.1
18094
18095         * src/textview.c
18096                 Sync with HEAD (fix some mail URIs)
18097
18098 2004-11-08 [colin]      0.9.12cvs140.3
18099
18100         * src/textview.c
18101                 o Use text cursor instead of arrow when
18102                   not on a link
18103                 o Fix handling of contiguous links (as in
18104                   "colin@colino.net" <colin@colino.net>)
18105                   This one unveils a bug in get_email_part()
18106
18107 2004-11-07 [colin]      0.9.12cvs140.2
18108
18109         * src/textview.c
18110                 Fix memleak. Patch by Alfons.
18111
18112 2004-11-06 [colin]      0.9.12cvs140.1
18113
18114         * src/compose.c
18115                 Sync with HEAD (don't ask passphrase
18116                 when drafting)
18117
18118 2004-11-06 [paul]       0.9.12cvs139.2
18119
18120         * AUTHORS
18121         * src/textview.c
18122         * src/textview.h
18123                 textview URI handling. hovering over a 
18124                 link displays it in the status bar,
18125                 and changes the mouse pointer to a hand 
18126                 cursor. a link is activated with a single 
18127                 click. (Modified from the) patch by Jean-Yves 
18128                 Lefort <jylefort@users.sourceforge.net>
18129                 
18130
18131 2004-11-05 [colin]      0.9.12cvs139.1
18132
18133         * src/compose.c
18134         * src/procmime.c
18135                 Sync with HEAD again ^^
18136
18137 2004-11-05 [colin]      0.9.12cvs139.1
18138
18139         * src/compose.c
18140         * src/procmime.c
18141                 Sync with HEAD
18142
18143 2004-11-03 [paul]       0.9.12cvs138.1
18144
18145         * ChangeLog.claws
18146         * configure.ac
18147         * po/POTFILES.in
18148         * src/prefs_ext_prog.c
18149         * src/procmime.c
18150         * tools/kdeservicemenu/README
18151         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18152         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18153                 sync with HEAD
18154
18155 2004-11-01 [christoph]  0.9.12cvs136.2
18156
18157         * src/procmime.c
18158                 convert MIME parameters to UTF-8
18159
18160 2004-10-29 [colin]      0.9.12cvs136.1
18161
18162         * src/common/utils.c
18163                 Sync with HEAD (don't use '=' in mime boundary)
18164
18165 2004-10-29 [paul]       0.9.12cvs135.1
18166
18167         * configure.ac
18168         * doc/src/rfc2231.txt
18169         * src/procmime.c
18170         * src/common/quoted-printable.c
18171         * src/common/utils.c
18172         * src/common/utils.h
18173                 sync with HEAD
18174
18175 2004-10-27 [paul]       0.9.12cvs134.1
18176
18177         * configure.ac
18178         * src/main.c
18179         * src/procmime.c
18180         * src/plugins/pgpmime/pgpmime.c
18181                 sync with HEAD
18182
18183 2004-10-26 [paul]       0.9.12cvs132.3
18184
18185         * src/account.c
18186         * src/addressbook.c
18187         * src/addrgather.c
18188         * src/addrharvest.c
18189         * src/codeconv.c
18190         * src/compose.c
18191         * src/customheader.c
18192         * src/editaddress.c
18193         * src/editgroup.c
18194         * src/enriched.c
18195         * src/expldifdlg.c
18196         * src/exporthtml.c
18197         * src/exportldif.c
18198         * src/folder.c
18199         * src/foldersel.c
18200         * src/folderview.c
18201         * src/grouplistdialog.c
18202         * src/html.c
18203         * src/imap.c
18204         * src/jpilot.c
18205         * src/ldapserver.c
18206         * src/ldif.c
18207         * src/mimeview.c
18208         * src/news.c
18209         * src/news_gtk.c
18210         * src/pop.c
18211         * src/prefs_display_header.c
18212         * src/prefs_gtk.c
18213         * src/prefs_msg_colors.c
18214         * src/prefs_toolbar.c
18215         * src/procheader.c
18216         * src/procmime.c
18217         * src/summaryview.c
18218         * src/textview.c
18219         * src/toolbar.c
18220         * src/vcard.c
18221         * src/common/mgutils.c
18222         * src/common/nntp.c
18223         * src/common/smtp.c
18224         * src/common/template.c
18225         * src/common/utils.c
18226         * src/common/xmlprops.c
18227         * src/plugins/pgpmime/pgpmime.c
18228         * src/plugins/pgpmime/select-keys.c
18229         * src/plugins/pgpmime/sgpgme.c
18230                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18231                 g_string_sprintfa(), gtk_notebook_current_page()
18232
18233 2004-10-26 [colin]      0.9.12cvs132.2
18234
18235         * src/prefs_folder_item.c
18236                 Fix default-account selection
18237
18238 2004-10-21 [colin]      0.9.12cvs133
18239
18240         * src/compose.c
18241                 Sync with HEAD (Remove extra separator in compose's Options)
18242         * src/textview.c
18243                 Set wrapping to char
18244
18245 2004-10-21 [paul]       0.9.12cvs131.2
18246
18247         * src/compose.c
18248         * src/sourcewindow.c
18249                 fix wrapping
18250                 fix window shrinking 
18251
18252 2004-10-21 [colin]      0.9.12cvs131.1
18253
18254         * ChangeLog.claws
18255         * src/compose.c
18256                 Sync with HEAD
18257
18258 2004-10-21 [paul]       0.9.12cvs130.2
18259
18260         * src/prefs_folder_item.c
18261                 sync with HEAD (Apply to subfolders)
18262
18263 2004-10-19 [colin]      0.9.12cvs130.1
18264
18265         * ChangeLog.claws
18266         * src/compose.c
18267         * src/common/utils.c
18268         * src/gtk/menu.c
18269                 Sync with HEAD
18270
18271 2004-10-19 [colin]      0.9.12cvs128.1
18272
18273         * src/addrbook.c
18274         * src/addrcache.c
18275         * src/addressbook.c
18276         * src/codeconv.c
18277         * src/compose.c
18278         * src/customheader.c
18279         * src/editaddress.c
18280         * src/editgroup.c
18281         * src/exporthtml.c
18282         * src/folder.c
18283         * src/folderview.c
18284         * src/imap.c
18285         * src/jpilot.c
18286         * src/main.c
18287         * src/matcher_parser_parse.y
18288         * src/mbox.c
18289         * src/pop.c
18290         * src/prefs_account.c
18291         * src/prefs_gtk.c
18292         * src/prefs_msg_colors.c
18293         * src/procheader.c
18294         * src/procmime.c
18295         * src/procmime.h
18296         * src/procmsg.c
18297         * src/summaryview.c
18298         * src/textview.c
18299         * src/common/base64.c
18300         * src/common/partial_download.c
18301         * src/common/socket.c
18302         * src/common/sylpheed.c
18303         * src/common/utils.c
18304         * src/common/utils.h
18305         * src/gtk/pluginwindow.c
18306         * src/gtk/quicksearch.c
18307         * src/plugins/clamav/clamav_plugin.c
18308         * src/plugins/clamav/clamav_plugin.h
18309         * src/plugins/clamav/clamav_plugin_gtk.c
18310         * src/plugins/pgpmime/passphrase.c
18311         * src/plugins/pgpmime/pgpmime.c
18312         * src/plugins/pgpmime/plugin.c
18313         * src/plugins/pgpmime/prefs_gpg.c
18314         * src/plugins/pgpmime/prefs_gpg.h
18315         * src/plugins/pgpmime/select-keys.c
18316         * src/plugins/pgpmime/sgpgme.c
18317         * src/plugins/spamassassin/libspamc.c
18318         * src/plugins/spamassassin/spamassassin.c
18319         * src/plugins/spamassassin/spamassassin.h
18320         * src/plugins/spamassassin/spamassassin_gtk.c
18321         * src/plugins/trayicon/trayicon.c
18322         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18323                 Sync with HEAD
18324
18325 2004-10-14 [colin]      0.9.12cvs126.2
18326
18327         * src/codeconv.c
18328         * src/textview.c
18329                 Fix conv_unreadable_locale
18330
18331 2004-10-13 [colin]      0.9.12cvs126.1
18332
18333         * src/compose.c
18334                 Sync with HEAD (don't convert charset for 
18335                 drafted messages, minor cleanup)
18336
18337 2004-10-13 [colin]      0.9.12cvs125.1
18338
18339         * po/POTFILES.in
18340                 Sync with HEAD (POTFILES fix)
18341
18342 2004-10-12 [colin]      0.9.12cvs124.3
18343
18344         * src/compose.c
18345                 Fix encoding bug from latest sync
18346
18347 2004-10-12 [paul]       0.9.12cvs124.2
18348
18349         * src/plugins/pgpmime/prefs_gpg.c
18350         * src/plugins/pgpmime/prefs_gpg.h
18351                 forgotten in last commit        
18352
18353 2004-10-12 [paul]       0.9.12cvs124.1
18354
18355         * ChangeLog.claws
18356         * configure.ac
18357         * m4/spamassassin.m4
18358         * src/Makefile.am
18359         * src/account.c
18360         * src/compose.c
18361         * src/compose.h
18362         * src/crash.c
18363         * src/main.c
18364         * src/mimeview.c
18365         * src/passphrase.c
18366         * src/passphrase.h
18367         * src/prefs_account.c
18368         * src/prefs_account.h
18369         * src/prefs_common.c
18370         * src/privacy.c
18371         * src/privacy.h
18372         * src/procmime.c
18373         * src/procmime.h
18374         * src/procmsg.c
18375         * src/rfc2015.c
18376         * src/rfc2015.h
18377         * src/select-keys.c
18378         * src/select-keys.h
18379         * src/textview.c
18380         * src/common/utils.c
18381         * src/common/utils.h
18382         * src/gtk/about.c
18383         * src/plugins/pgpmime/Makefile.am
18384         * src/plugins/pgpmime/passphrase.c
18385         * src/plugins/pgpmime/passphrase.h
18386         * src/plugins/pgpmime/pgpmime.c
18387         * src/plugins/pgpmime/plugin.c
18388         * src/plugins/pgpmime/select-keys.c
18389         * src/plugins/pgpmime/select-keys.h
18390         * src/plugins/pgpmime/sgpgme.c
18391         * src/plugins/pgpmime/sgpgme.h
18392                 sync with HEAD
18393
18394 2004-10-04 [colin]      0.9.12cvs122.1
18395
18396         * src/mainwindow.c
18397         * src/messageview.c
18398         * src/messageview.h
18399         * src/textview.c
18400                 Sync with HEAD
18401
18402 2004-10-04 [colin]      0.9.12cvs121.1
18403
18404         * src/summaryview.c
18405                 Sync with HEAD
18406
18407 2004-10-04 [paul]       0.9.12cvs120.1
18408
18409         * configure.ac
18410                 sync with HEAD [don't try to build 
18411                 pgpmime plugin when gpgme is disabled]
18412
18413 2004-10-03 [colin]      0.9.12cvs119.3
18414
18415         * src/gtk/gtksctree.c
18416                 Lots of side effects. Put back as before 117.2.
18417         * src/summaryview.c
18418                 Fix bug #602
18419
18420 2004-10-03 [colin]      0.9.12cvs119.2
18421
18422         * src/gtk/gtksctree.c
18423                 Revert 608 fix that doesn't work that good
18424
18425 2004-10-02 [colin]      0.9.12cvs119.1
18426
18427         * src/mainwindow.c
18428         * src/messageview.c
18429         * src/prefs_common.h
18430         * src/procmime.c
18431         * src/procmime.h
18432         * src/textview.c
18433                 Sync with HEAD
18434         * src/gtk/gtksctree.c
18435                 Close bug #608
18436
18437 2004-10-01 [colin]      0.9.12cvs118.1
18438
18439         * src/mimeview.c
18440                 Sync with HEAD (better Save All fix)
18441
18442 2004-10-01 [colin]      0.9.12cvs117.2
18443
18444         * src/gtk/gtksctree.c
18445                 Faster on selection
18446
18447 2004-10-01 [colin]      0.9.12cvs117.1
18448
18449         * src/mimeview.c
18450                 Sync with HEAD (Save All: only attachments)
18451
18452 2004-10-01 [paul]       0.9.12cvs116.1
18453
18454         * ChangeLog.claws
18455         * configure.ac
18456         * src/account.c
18457         * src/prefs_common.c
18458         * src/gtk/colorlabel.c
18459                 sync with HEAD
18460
18461 2004-09-30 [colin]      0.9.12cvs115.1
18462
18463         * src/stock_pixmap.c
18464         * src/stock_pixmap.h
18465         * src/folderview.c
18466         * src/Makefile.am
18467         * src/pixmaps/read.xpm
18468                 Sync with HEAD (new pixmap)
18469
18470 2004-09-29 [colin]      0.9.12cvs114.1
18471
18472         * src/compose.c
18473                 Sync with HEAD
18474                 Fix focus handling in headers
18475
18476 2004-09-29 [paul]       0.9.12cvs113.1
18477
18478         * src/quote_fmt_parse.y
18479                 sync with HEAD
18480  
18481
18482 2004-09-28 [colin]      0.9.12cvs112.1
18483
18484         * src/folderview.c
18485         * src/mainwindow.c
18486                 Sync with HEAD
18487
18488 2004-09-28 [colin]      0.9.12cvs110.1
18489
18490         * src/folderview.c
18491                 Sync with HEAD (Contextual Empty trash menu)
18492
18493 2004-09-28 [colin]      0.9.12cvs108.1
18494
18495         * src/addressbook.c
18496                 Sync with HEAD (addressbook edit on double-click)
18497
18498 2004-09-28 [colin]      0.9.12cvs106.1
18499
18500         * src/inc.c
18501                 Sync with HEAD (folder_item freeze on inc)
18502
18503 2004-09-27 [colin]      0.9.12cvs105.1
18504
18505         * src/folderview.c
18506                 Sync with HEAD (right-align new and unread column)
18507
18508 2004-09-27 [colin]      0.9.12cvs104.1
18509
18510         * src/main.c
18511                 Sync with HEAD (revert 0.9.12cvs101)
18512
18513 2004-09-24 [colin]      0.9.12cvs103.2
18514
18515         * src/wizard.c
18516                 Fix gtk warnings and use domain part of the email address 
18517                 when domain detection fails (no dot in domain name)
18518
18519 2004-09-23 [colin]      0.9.12cvs103.1
18520
18521         * src/plugins/spamassassin/libspamc.c
18522         * src/plugins/spamassassin/libspamc.h
18523         * src/plugins/spamassassin/utils.c
18524         * src/plugins/spamassassin/utils.h
18525                 Sync with HEAD (Update spamassassin to 3.0)
18526
18527 2004-09-21 [colin]      0.9.12cvs102.3
18528
18529         * src/action.c
18530                 Add horizontal scrollbar in action io dialog as needed
18531                 Patch by Alfons.
18532
18533 2004-09-20 [colin]      0.9.12cvs102.2
18534
18535         * src/plugins/image_viewer/viewer.c
18536                 Remove imlib stuff
18537                 use gtk_pixmap_set when clearing
18538                 (would be better to use gtkImages, but causes size-allocate 
18539                 signals storm)
18540
18541 2004-09-17 [paul]       0.9.12cvs102.1
18542
18543         * ChangeLog
18544         * ChangeLog.claws
18545         * ChangeLog.jp
18546         * configure.ac
18547         * src/inc.c
18548                 sync with HEAD
18549
18550
18551 2004-09-17 [colin]      0.9.12cvs101.1
18552
18553         * ChangeLog.claws
18554         * src/main.c
18555                 Sync with HEAD (fix segs at exit)
18556
18557 2004-09-14 [colin]      0.9.12cvs99.5
18558
18559         * src/common/socket.c
18560         * AUTHORS
18561                 Fix send error on 64bit platforms
18562                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18563
18564 2004-09-14 [colin]      0.9.12cvs99.4
18565
18566         * src/action.c
18567                 Fix action output with utf8 
18568                 Patch by Alfons.
18569
18570 2004-09-14 [colin]      0.9.12cvs99.3
18571
18572         * ChangeLog.claws
18573         * src/folder.c
18574                 Sync with HEAD
18575
18576 2004-09-09 [colin]      0.9.12cvs99.2
18577
18578         * src/action.c
18579                 Fix progress bar (displaying "Completed %v/%u")
18580                 Patch by Alfons.
18581
18582 2004-09-08 [colin]      0.9.12cvs99.1
18583
18584         * src/account.c
18585         * src/folder.c
18586         * src/procmsg.c
18587         * src/procmsg.h
18588         * src/plugins/pgpmime/pgpmime.c
18589                 Sync with HEAD
18590
18591 2004-09-08 [colin]      0.9.12cvs97.2
18592
18593         * src/summaryview.c
18594                 Don't select mails in collapsed threads 
18595                 when navigating with up/down
18596
18597 2004-09-07 [colin]      0.9.12cvs97.1
18598
18599         * src/inc.c
18600                 Sync with HEAD (meaningful error messages)
18601
18602 2004-09-06 [colin]      0.9.12cvs96.1
18603
18604         * src/toolbar.c
18605                 Sync with HEAD (fix Redirect graying out)
18606
18607 2004-09-06 [colin]      0.9.12cvs95.1
18608
18609         * src/summaryview.c
18610         * src/mimeview.c
18611                 Sync with HEAD (fix dropped URIs)
18612
18613 2004-09-06 [colin]      0.9.12cvs94.1
18614
18615         * src/addressbook.c
18616         * src/addressitem.h
18617         * src/addritem.c
18618         * src/addritem.h
18619                 Sync with HEAD (addressbook DnD)
18620
18621 2004-09-03 [colin]      0.9.12cvs93.1
18622
18623         * src/summaryview.c
18624                 Sync with HEAD (next/prev unread)
18625
18626 2004-09-03 [colin]      0.9.12cvs92.1
18627
18628         * src/prefs_common.c
18629         * src/prefs_common.h
18630         * src/summaryview.c
18631                 Sync with HEAD ('mark_as_read_delay' pref)
18632
18633 2004-09-02 [colin]      0.9.12cvs91.2
18634
18635         * src/common/xml.c
18636                 Fix leak
18637
18638 2004-09-02 [colin]      0.9.12cvs91.1
18639
18640         * src/gtk/menu.c
18641                 Sync with HEAD (menu accel don't work, but whatever)
18642
18643 2004-09-02 [colin]      0.9.12cvs90.1
18644
18645         * src/account.c
18646                 Sync with HEAD (fix bug 582)
18647
18648 2004-09-02 [colin]      0.9.12cvs89.1
18649
18650         * src/addrindex.c
18651                 Sync with HEAD (free deleted queries)
18652
18653 2004-09-02 [colin]      0.9.12cvs88.1
18654
18655         * src/ldapquery.c
18656                 Sync with HEAD (fix LDAP freezes)
18657
18658 2004-09-02 [colin]      0.9.12cvs87.1
18659
18660         * src/prefs_spelling.c
18661                 Sync with HEAD (add default dictionary)
18662
18663 2004-09-01 [colin]      0.9.12cvs86.1
18664
18665         * src/filtering.c
18666         * src/folderview.c
18667         * src/imap.c
18668         * src/prefs_matcher.c
18669         * src/stock_pixmap.c
18670         * src/summary_search.c
18671         * src/summaryview.c
18672         * src/wizard.c
18673         * src/wizard.h
18674                 Sync with HEAD (uninitialized vars fixes)
18675                 + gtk2 specific warning fixes
18676
18677 2004-08-31 [colin]      0.9.12cvs85.1
18678
18679         * src/folder.c
18680                 Sync with HEAD (Fix memory corruption due to 
18681                 uninitialized var)
18682
18683 2004-08-31 [colin]      0.9.12cvs84.4
18684
18685         * src/summary_search.c
18686                 Fix segfaults when searching in folders with broken headers
18687
18688 2004-08-31 [colin]      0.9.12cvs84.3
18689
18690         * src/compose.c
18691         * src/textview.c
18692                 Fix some more encoding/decoding issues
18693
18694 2004-08-30 [colin]      0.9.12cvs84.2
18695
18696         * src/mimeview.c
18697         * src/prefs_themes.c
18698         * src/gtk/filesel.c
18699         * src/gtk/filesel.h
18700                 Add a folder-mode selection (fixes mimeview's "Save all")
18701
18702 2004-08-29 [colin]      0.9.12cvs84.1
18703
18704         * src/mimeview.c
18705                 Sync with HEAD (don't escape saved filenames)
18706
18707 2004-08-27 [colin]      0.9.12cvs83.1
18708
18709         * ChangeLog
18710         * ChangeLog.claws
18711         * ChangeLog.jp
18712         * src/mh.c
18713         * src/procheader.c
18714         * src/procmsg.c
18715         * src/procmsg.h
18716         * src/common/utils.c
18717         * src/gtk/menu.h
18718         * po/
18719                 Sync with HEAD 0.9.12cvs83 (sync with main)
18720
18721 2004-08-26 [colin]      0.9.12cvs82.4
18722
18723         * src/codeconv.c
18724                 Fix strange stack corruption
18725                 Convert to utf8 after unmime, not before
18726
18727 2004-08-26 [colin]      0.9.12cvs82.3
18728
18729         * src/main.c
18730         * src/wizard.c
18731                 Fix account folders duplication
18732
18733 2004-08-25 [colin]      0.9.12cvs82.2
18734
18735         * src/wizard.c
18736                 Remove ports
18737                 Add SSL selection
18738                 Use login@server as account name
18739
18740 2004-08-25 [colin]      0.9.12cvs82.1
18741
18742         * src/plugins/pgpmime/pgpmime.c
18743                 Sync with HEAD (leak fix).
18744
18745 2004-08-25 [colin]      0.9.12cvs81.1
18746
18747         * src/plugins/pgpmime/pgpmime.c
18748         * src/plugins/pgpmime/sgpgme.c
18749         * src/plugins/pgpmime/sgpgme.h
18750                 Sync with HEAD (Handle combined messages).
18751
18752 2004-08-24 [colin]      0.9.12cvs80.3
18753
18754         * src/wizard.c
18755                 Fix full name, ports, and imap
18756
18757 2004-08-24 [colin]      0.9.12cvs80.2
18758
18759         * src/Makefile.am
18760         * src/main.c
18761         * src/setup.c
18762         * src/setup.h
18763         * src/stock_pixmap.c
18764         * src/stock_pixmap.h
18765         * src/wizard.c ** ADDED **
18766         * src/wizard.h ** ADDED ** 
18767         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
18768                 Add a setup wizard 
18769
18770 2004-08-24 [colin]      0.9.12cvs80.1
18771
18772         * src/folder.c
18773                 Sync with HEAD (set mimeflags on all messages)
18774
18775 2004-08-24 [colin]      0.9.12cvs79.3
18776
18777         * src/matcher_parser_lex.l
18778                 Fix 8bits strings not in utf8
18779
18780 2004-08-24 [colin]      0.9.12cvs79.2
18781
18782         * src/compose.c
18783                 Check conversion result before replacing buffer
18784
18785 2004-08-23 [colin]      0.9.12cvs79.1
18786
18787         * src/compose.c
18788                 Sync with HEAD (create message header in memory)
18789
18790 2004-08-23 [colin]      0.9.12cvs78.1
18791
18792         * src/rfc2015.c
18793         * src/rfc2015.h
18794                 Sync with HEAD (fix bug 197 again)
18795
18796 2004-08-23 [colin]      0.9.12cvs77.3
18797
18798         * src/compose.c
18799                 Fix again inline gpg signing (which outputs utf8
18800                 in gtk2). Not syncing this fix to HEAD as this 
18801                 code is meant to die.
18802
18803 2004-08-23 [colin]      0.9.12cvs77.2
18804
18805         * src/prefs_account.h
18806                 Remove useless include
18807
18808 2004-08-23 [colin]      0.9.12cvs77.1
18809
18810         * src/imap.c
18811         * po/es.po
18812         * po/fr.po
18813         * po/it.po
18814         * po/pl.po
18815         * po/pt_BR.po
18816         * po/sk.po
18817         * po/sr.po
18818                 Sync with HEAD (fix bug 577)
18819
18820 2004-08-22 [colin]      0.9.12cvs76.1
18821
18822         * src/plugins/trayicon/trayicon.c
18823                 Sync with HEAD (fix formatting bug)
18824
18825 2004-08-21 [colin]      0.9.12cvs74.2
18826
18827         * src/gtk/colorsel.c
18828                 Fix bug 564 (Folder color selection window exits on any
18829                 keypress)
18830
18831 2004-08-21 [colin]      0.9.12cvs74.1
18832
18833         * ChangeLog.claws
18834         * src/compose.c
18835         * src/summaryview.c
18836         * src/toolbar.c
18837                 Sync with HEAD (fix bug 576)
18838
18839 2004-08-21 [colin]      0.9.12cvs70.1
18840
18841         * src/compose.c
18842         * src/mainwindow.c
18843                 Sync with HEAD
18844                 
18845
18846 2004-08-21 [paul]       0.9.12cvs66.4
18847
18848         * src/mainwindow.c
18849         * src/messageview.c
18850         * src/gtk/menu.c
18851         * src/plugins/spamassassin/spamassassin_gtk.c
18852                 remove some deprecated gtk1 functions
18853
18854
18855 2004-08-21 [colin]      0.9.12cvs66.3
18856
18857         * src/compose.c
18858         * src/codeconv.c
18859                 Fix warnings
18860                 Remove encoding hacks
18861                 Fix bug 575 (Strange character messes up message)
18862                 Don't display conversion error when drafting
18863
18864 2004-08-21 [paul]       0.9.12cvs66.2
18865
18866         * src/prefs_account.c
18867                 fix GnuPG mode bugs
18868
18869
18870 2004-08-20 [colin]      0.9.12cvs66.1
18871
18872         * src/codeconv.c
18873                 Sync with HEAD 0.9.12cvs66
18874
18875 2004-08-20 [paul]
18876
18877         * src/plugins/pgpmime/plugin.c
18878                 modify PGP/MIME plugin's description
18879
18880 2004-08-17 [colin]      0.9.12cvs65.1
18881
18882         * src/common/ssl.c
18883         * src/plugins/pgpmime/plugin.c
18884                 Sync with HEAD
18885
18886 2004-08-14 [colin]      0.9.12cvs60.3
18887
18888         * src/plugins/trayicon/trayicon.c
18889                 Put back resize callback, on size-request signal
18890                 rather than size-allocate to avoid infinite 
18891                 callback loop
18892
18893 2004-08-13 [colin]      0.9.12cvs60.2
18894
18895         * src/common/defs.h
18896                 Cache versions have been fixed
18897
18898 2004-08-13 [colin]      0.9.12cvs60.1
18899
18900         * src/folderutils.c
18901                 Sync with HEAD
18902
18903 2004-08-12 [colin]      0.9.12cvs59.1
18904
18905         * src/plugins/trayicon/trayicon.c
18906                 Sync with HEAD
18907
18908 2004-08-12 [colin]      0.9.12cvs57.5
18909
18910         * sylpheed.desktop
18911         * configure.ac
18912         * src/Makefile.am
18913         * src/main.c
18914                 Add support for Freedesktop.org's startup notification
18915
18916 2004-08-11 [colin]      0.9.12cvs57.4
18917
18918         * src/textview.c
18919                 Fix off-by-one
18920
18921 2004-08-11 [colin]      0.9.12cvs57.3
18922
18923         * src/message_search.c
18924         * src/summary_search.c
18925                 Make searches case insensitive by default
18926         * src/textview.c
18927                 Fix case-insensitive search in message
18928
18929 2004-08-11 [colin]      0.9.12cvs57.2
18930
18931         * src/summary_search.c
18932                 Let case-sensitive be specified
18933
18934 2004-08-10 [colin]      0.9.12cvs55.4
18935
18936         * src/common/socket.c
18937                 Fix the possible race condition
18938
18939 2004-08-09 [paul]       0.9.12cvs55.3
18940
18941         * configure.ac
18942         * src/Makefile.am
18943         * src/common/Makefile.am
18944                 sync with HEAD
18945
18946
18947 2004-08-09 [paul]       0.9.12cvs55.2
18948
18949         * autogen.sh
18950         * po/poconv.sh
18951                 remove unneeded script
18952
18953         * configure.ac
18954                 add forgotten USE_LDAP_TLS (sync with HEAD)
18955
18956
18957 2004-08-09 [colin]      0.9.12cvs55.1
18958
18959         * src/main.c
18960         * src/common/ssl.c
18961         * src/common/sylpheed.c
18962         * src/common/sylpheed.h
18963                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
18964
18965 2004-08-09 [paul]       0.9.12cvs54.1
18966
18967         * ChangeLog
18968         * ChangeLog.claws
18969         * ChangeLog.jp
18970         * configure.ac
18971         * po/POTFILES.in
18972         * src/Makefile.am
18973         * src/folderutils.c
18974         * src/main.c
18975         * src/pgpmime.c
18976         * src/pgpmime.h
18977         * src/sgpgme.c
18978         * src/sgpgme.h
18979         * src/plugins/Makefile.am
18980         * src/plugins/pgpmime/.cvsignore
18981         * src/plugins/pgpmime/Makefile.am
18982         * src/plugins/pgpmime/pgpmime.c
18983         * src/plugins/pgpmime/pgpmime.h
18984         * src/plugins/pgpmime/plugin.c
18985         * src/plugins/pgpmime/sgpgme.c
18986         * src/plugins/pgpmime/sgpgme.h
18987                 sync with HEAD
18988
18989 2004-08-08 [paul]       0.9.12cvs51.1
18990
18991         * configure.ac
18992         * src/folder.c
18993                 sync with HEAD
18994
18995 2004-08-07 [colin]      0.9.12cvs50.1
18996
18997         * src/pop.c
18998         * src/common/partial_download.c
18999                 fix warnings (sync from HEAD)
19000
19001 2004-08-07 [colin]      0.9.12cvs48.1
19002
19003         * src/prefs_folder_item.c
19004                 sync with HEAD 0.9.12cvs48
19005
19006 2004-08-06 [colin]      0.9.12cvs47.1
19007
19008         * src/compose.c
19009                 Sync with HEAD
19010
19011 2004-08-06 [christoph]  0.9.12cvs46.2
19012
19013         * src/main.c
19014         * src/plugins/clamav/clamav_plugin_gtk.c
19015         * src/plugins/dillo_viewer/dillo_viewer.c
19016         * src/plugins/image_viewer/plugin.c
19017         * src/plugins/mathml_viewer/mathml_viewer.c
19018         * src/plugins/spamassassin/spamassassin_gtk.c
19019         * src/plugins/trayicon/trayicon.c
19020                 don't mix GTK1.2 plugin with GTK2 plugins
19021
19022 2004-08-06 [colin]      0.9.12cvs46.1
19023
19024         * ChangeLog
19025         * ChangeLog.claws
19026         * ChangeLog.jp
19027         * configure.ac
19028         * sylpheed-claws.pc.in
19029         * src/folder.c
19030         * src/imap.c
19031         * src/localfolder.c
19032         * src/messageview.c
19033         * src/mimeview.c
19034         * src/mimeview.h
19035         * src/msgcache.c
19036         * src/news.c
19037         * src/prefs_ext_prog.c
19038         * src/prefs_folder_item.c
19039         * src/prefs_fonts.c
19040         * src/prefs_msg_colors.c
19041         * src/prefs_spelling.c
19042         * src/prefs_themes.c
19043         * src/prefs_toolbar.c
19044         * src/prefs_wrapping.c
19045         * src/procmime.h
19046         * src/common/defs.h
19047         * src/common/nntp.c
19048         * src/common/session.c
19049         * src/common/session.h
19050         * src/common/socket.c
19051         * src/common/utils.h
19052         * src/common/xml.c
19053         * src/common/xml.h
19054         * src/gtk/prefswindow.c
19055         * src/gtk/prefswindow.h
19056         * src/plugins/clamav/clamav_plugin_gtk.c
19057         * src/plugins/dillo_viewer/dillo_prefs.c
19058         * src/plugins/image_viewer/viewerprefs.c
19059         * src/plugins/spamassassin/spamassassin_gtk.c
19060         * m4/openssl.m4 *** REMOVED ***
19061                 Sync with HEAD 0.9.12cvs46
19062
19063 2004-08-03 [paul]       0.9.12cvs40.2
19064
19065         * src/action.c
19066         * src/addressadd.c
19067         * src/addressbook.c
19068         * src/addrgather.c
19069         * src/browseldap.c
19070         * src/compose.c
19071         * src/crash.c
19072         * src/editaddress.c
19073         * src/editgroup.c
19074         * src/editldap_basedn.c
19075         * src/foldersel.c
19076         * src/importldif.c
19077         * src/mimeview.c
19078         * src/prefs_common.c
19079         * src/prefs_template.c
19080         * src/sourcewindow.c
19081         * src/summaryview.c
19082         * src/gtk/about.c
19083         * src/gtk/foldersort.c
19084         * src/gtk/logwindow.c
19085         * src/gtk/pluginwindow.c
19086         * src/gtk/prefswindow.c
19087                 change all gtk_scrolled_window_set_policy from 
19088                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19089
19090 2004-08-02 [paul]       0.9.12cvs40.1
19091
19092         * AUTHORS
19093                 update translation team section
19094         * po/pt_BR.po
19095                 updated by Frederico Goncalves Guimaraes
19096                 <fggdebian@yahoo.com.br>
19097
19098 2004-07-31 [colin]      0.9.12cvs39.9
19099
19100         * src/exphtmldlg.c
19101                 Fix compilation
19102
19103 2004-07-31 [colin]      0.9.12cvs39.8
19104
19105         * src/exphtmldlg.c
19106                 Fix an alertpanel type
19107
19108 2004-07-30 [colin]      0.9.12cvs39.7
19109
19110         * src/alertpanel.c
19111                 Fix alertpanel_error_log's icon
19112
19113 2004-07-30 [colin]      0.9.12cvs39.6
19114
19115         * src/pop.c
19116                 Two of them should still be warnings
19117
19118 2004-07-30 [colin]      0.9.12cvs39.5
19119
19120         * src/pop.c
19121                 More warning -> error
19122 2004-07-29 [colin]      0.9.12cvs39.4
19123
19124         * src/pop.c
19125                 Warning -> error
19126
19127 2004-07-29 [colin]      0.9.12cvs39.3
19128
19129         * src/prefs_matcher.c
19130                 Fix segfault
19131
19132 2004-07-29 [colin]      0.9.12cvs39.2
19133
19134         * src/alertpanel.c
19135                 More nice-looking alertpanels
19136
19137 2004-07-29 [colin]      0.9.12cvs39.1
19138
19139         * src/messageview.c
19140                 sync with head
19141                 (inform user when partial mail is deleted on server)
19142
19143 2004-07-29 [colin]      0.9.12cvs38.1
19144
19145         * src/messageview.c
19146                 sync with head
19147
19148 2004-07-28 [paul]       0.9.12cvs37.7
19149
19150         * src/mainwindow.c
19151                 complete the replacement of deprecated gtk_progress_*
19152
19153 2004-07-28 [paul]       0.9.12cvs37.6
19154
19155         * src/action.c
19156         * src/inc.c
19157         * src/mainwindow.c
19158         * src/send_message.c
19159         * src/gtk/progressdialog.c
19160         * src/gtk/progressdialog.h
19161                 replace deprecated gtk_progress_*
19162
19163 2004-07-28 [paul]       0.9.12cvs37.5
19164
19165         * src/gtk/filesel.c
19166                 remove gtk_window_set_wmclass()
19167 2004-07-28 [paul]       0.9.12cvs37.4
19168
19169         * src/addressbook.c
19170         * src/compose.c
19171         * src/foldersel.c
19172         * src/mainwindow.c
19173         * src/messageview.c
19174         * src/sourcewindow.c
19175         * src/gtk/logwindow.c
19176                 remove gtk_window_set_wmclass()
19177                 
19178         * src/prefs_filtering.c
19179         * src/prefs_filtering_action.c
19180         * src/prefs_fonts.c
19181         * src/prefs_gtk.c
19182         * src/prefs_matcher.c
19183         * src/ssl_manager.c
19184         * src/gtk/prefswindow.c
19185                 replace gtk_window_position()
19186
19187 2004-07-28 [colin]      0.9.12cvs37.3
19188
19189         * src/alertpanel.c
19190         * src/alertpanel.h
19191                 Add a way to specify panel type for specific
19192                 panels (alertpanel())
19193         * src/account.c
19194         * src/addressbook.c
19195         * src/compose.c
19196         * src/expldifdlg.c
19197         * src/main.c
19198         * src/messageview.c
19199         * src/summaryview.c
19200         * src/textview.c
19201         * src/gtk/sslcertwindow.c
19202                 Fix alertpanel()s so that their icon match
19203                 their real type
19204
19205 2004-07-28 [paul]       0.9.12cvs37.2
19206
19207         * src/addr_compl.c
19208         * src/addressbook.c
19209         * src/alertpanel.c
19210         * src/compose.c
19211         * src/export.c
19212         * src/foldersel.c
19213         * src/folderview.c
19214         * src/grouplistdialog.c
19215         * src/import.c
19216         * src/mainwindow.c
19217         * src/message_search.c
19218         * src/messageview.c
19219         * src/passphrase.c
19220         * src/prefs_actions.c
19221         * src/prefs_common.c
19222         * src/prefs_customheader.c
19223         * src/prefs_display_header.c
19224         * src/prefs_filtering.c
19225         * src/prefs_filtering_action.c
19226         * src/prefs_gtk.c
19227         * src/prefs_matcher.c
19228         * src/prefs_msg_colors.c
19229         * src/prefs_summary_column.c
19230         * src/prefs_template.c
19231         * src/sourcewindow.c
19232         * src/ssl_manager.c
19233         * src/summary_search.c
19234         * src/gtk/colorsel.c
19235         * src/gtk/description_window.c
19236         * src/gtk/gtkaspell.c
19237         * src/gtk/inputdialog.c
19238         * src/gtk/logwindow.c
19239         * src/gtk/prefswindow.c
19240         * src/gtk/progressdialog.c
19241                 replace deprecated gtk_window_set_policy
19242
19243 2004-07-27 [colin]      0.9.12cvs37.1
19244
19245         * src/msgcache.c
19246                 More fixes (synced for head again)
19247
19248 2004-07-27 [colin]      0.9.12cvs35.3
19249
19250         * src/msgcache.c
19251                 Fix wrong test
19252
19253 2004-07-27 [colin]      0.9.12cvs35.2
19254
19255         * src/mimeview.c
19256                 Fix width a bit (by Paul)
19257         * src/alertpanel.c
19258         * src/alertpanel.h
19259                 Specialize icons, make alertpanel_message()
19260                 private
19261         * src/message_search.c
19262         * src/sgpgme.c
19263         * src/summary_search.c
19264                 Suit alertpanel changes
19265
19266 2004-07-27 [colin]      0.9.12cvs35.1
19267
19268         * src/alertpanel.c
19269                 Add an icon
19270         * src/passphrase.c
19271                 Add debug output - maybe someone will
19272                 want to look at the problem with Grab
19273                 Input :)
19274         Bump version as we're synced with HEAD
19275
19276 2004-07-26 [colin]      0.9.12cvs33.26
19277
19278         * src/pop.c
19279                 Fix uidl-file parsing when not in new
19280                 format
19281
19282 2004-07-26 [colin]      0.9.12cvs33.25
19283
19284         * src/gtk/menu.c
19285                 Move popup menu up if necessary (fixes 
19286                 account selector)
19287         * src/mainwindow.c
19288                 Set account selector's button height to
19289                 minimum
19290
19291 2004-07-26 [colin]      0.9.12cvs33.24
19292
19293         * src/alertpanel.c
19294                 Maybe fix 551 (Truncated font in alert window)
19295
19296 2004-07-26 [colin]      0.9.12cvs33.23
19297
19298         * po/de.po
19299         * po/es.po
19300         * po/fr.po
19301         * po/it.po
19302         * po/ja.po
19303         * po/pl.po
19304         * po/ru.po
19305         * po/sk.po
19306         * po/sr.po
19307         * po/zh_CN.po
19308                 Sync po files with HEAD
19309
19310 2004-07-26 [paul]       0.9.12cvs33.22
19311
19312         * src/compose.c
19313                 fix Bug 556 'Organisation-header is sent even if empty'
19314
19315 2004-07-24 [colin]      0.9.12cvs33.21
19316
19317         * src/compose.c
19318         * src/gtk/gtkaspell.c
19319         * src/gtk/gtkaspell.h
19320                 Fix speller accelerators (require hack)
19321
19322 2004-07-24 [colin]      0.9.12cvs33.20
19323
19324         * src/gtk/gtkaspell.c
19325                 Fix over-eager code deletion breaking
19326                 Check while typing
19327
19328 2004-07-24 [colin]      0.9.12cvs33.19
19329
19330         * src/browseldap.c
19331         * src/ldapctrl.c
19332         * src/ldapctrl.h
19333         * src/ldapserver.h
19334                 Sync ldap with HEAD
19335         (Fixes 546 LDAP completely broken)
19336
19337 2004-07-24 [colin]      0.9.12cvs33.18
19338
19339         * src/prefs_msg_colors.c
19340                 Fix prototype mismatch
19341         (Fixes 547 void function cannot return value)
19342
19343 2004-07-24 [colin]      0.9.12cvs33.17
19344
19345         * src/mainwindow.c
19346                 Fix sort going back to previous sort key
19347                 when changing sort direction
19348
19349 2004-07-24 [colin]      0.9.12cvs33.16
19350
19351         * src/compose.c
19352                 Fix space insertion when re-wrapping at 
19353                 cursor point
19354
19355 2004-07-24 [colin]      0.9.12cvs33.15
19356
19357         * src/gtk/gtkaspell.c
19358                 Don't change cursor position in insert-text
19359                 callback
19360         (Fixes 539 Word wrapping on input transposes letters)
19361
19362 2004-07-24 [colin]      0.9.12cvs33.14
19363
19364         * src/gtk/gtkaspell.c
19365                 Reencode non-ascii chars to dictionary's
19366                 encoding
19367         (Fixes 544 Spell check broken non english locale)
19368
19369 2004-07-24 [colin]      0.9.12cvs33.13
19370
19371         * src/summaryview.c
19372                 Fix Shift+Down, add Home/End/PgUp/PgDown
19373
19374 2004-07-21 [colin]      0.9.12cvs33.12
19375
19376         * src/prefs_common.c
19377                 Fix a gtk warning (Patch by Andrej Kacian)
19378
19379 2004-07-21 [colin]      0.9.12cvs33.11
19380
19381         * src/gtk/filesel.c
19382                 More check
19383
19384 2004-07-21 [colin]      0.9.12cvs33.10
19385
19386         * src/compose.c
19387         * src/crash.c
19388         * src/export.c
19389         * src/import.c
19390         * src/messageview.c
19391         * src/mimeview.c
19392         * src/prefs_spelling.c
19393         * src/prefs_themes.c
19394         * src/summaryview.c
19395         * src/gtk/filesel.c
19396         * src/gtk/filesel.h
19397         * src/gtk/pluginwindow.c
19398                 Untwist open/save mode guessing logic, make
19399                 it explicit
19400
19401 2004-07-20 [colin]      0.9.12cvs33.9
19402
19403         * src/codeconv.c
19404                 conv_encode_header: src_charset is UTF-8 on
19405                 gtk2
19406         * src/compose.c
19407                 Remove double encoding of the headers
19408
19409 2004-07-20 [colin]      0.9.12cvs33.8
19410
19411         * src/codeconv.c
19412                 Fix typo
19413
19414 2004-07-20 [colin]      0.9.12cvs33.7
19415
19416         * src/mainwindow.c
19417                 Set the separated messageview to the saved
19418                 size of Claws' messageview (Patch by Alfons)
19419                 Fix a callback prototype (me)
19420
19421 2004-07-20 [colin]      0.9.12cvs33.6
19422
19423         * src/codeconv.h
19424                 Forgot one hunk in 0.9.12cvs33.4
19425
19426 2004-07-19 [colin]      0.9.12cvs33.5
19427
19428         * src/action.c
19429                 Action output fix
19430                 Patch by Alfons
19431
19432 2004-07-19 [colin]      0.9.12cvs33.4
19433
19434         * src/compose.c
19435                 Fix outgoing charset bug in headers
19436         * src/codeconv.c
19437                 Clean for glib2 - Patch by Alfons
19438
19439 2004-07-19 [colin]      0.9.12cvs33.3
19440
19441         * src/statusbar.c
19442                 Remove grip from the statusbar
19443                 Patch by Alfons
19444
19445 2004-07-19 [colin]      0.9.12cvs33.2
19446
19447         * src/messageview.c
19448         * src/textview.c
19449                 Fix messageview remembering the previous
19450                 scroll position when loading a new message
19451                 Patch by Alfons
19452
19453 2004-07-19 [colin]      0.9.12cvs33.1
19454
19455         * src/folder.h
19456         * src/folderview.c
19457         * src/summaryview.c
19458                 Sync with HEAD
19459
19460 2004-07-18 [colin]      0.9.12cvs32.7
19461
19462         * configure.ac
19463                 Remove useless check for XIM - noticed
19464                 by Alfons
19465
19466 2004-07-18 [colin]      0.9.12cvs32.6
19467
19468         * src/summaryview.c
19469                 Remove non-modified and shift-modified
19470                 accelerators in summaryview's popup
19471                 menu, as that doesn't get catched by
19472                 the accel-activate signal catcher...
19473
19474 2004-07-18 [colin]      0.9.12cvs32.5
19475
19476         * src/prefs_common.c
19477                 Define sensible default prefs for 
19478                 wrapping
19479
19480 2004-07-18 [colin]      0.9.12cvs32.4
19481
19482         * src/compose.c
19483         * src/prefs_common.c
19484         * src/prefs_common.h
19485         * src/prefs_wrapping.c
19486                 Remove Smart Wrapping pref, which does
19487                 nothing on gtk2 branch
19488
19489 2004-07-18 [colin]      0.9.12cvs32.3
19490
19491         * src/sourcewindow.c
19492                 Proper utf8
19493
19494 2004-07-18 [colin]      0.9.12cvs32.2
19495
19496         * src/compose.c
19497                 Save attachment status when drafting
19498
19499 2004-07-18 [colin]      0.9.12cvs32.1
19500
19501         * src/gtk/filesel.c
19502                 Fix erratic folder selection in open mode
19503
19504 2004-07-18 [colin]      0.9.12cvs31.11
19505
19506         * src/pop.c
19507                 Don't let partial messages get deleted
19508                 even with "dowload all"
19509                 (0.9.12cvs31.8 fix extension)
19510 2004-07-18 [colin]      0.9.12cvs31.10
19511
19512         * src/gtk/logwindow.c
19513                 Fix log scrolling
19514
19515 2004-07-18 [colin]      0.9.12cvs31.9
19516
19517         * src/common/utils.c
19518                 Fix non-utf8 strings coming from commands
19519                 and files
19520
19521 2004-07-18 [colin]      0.9.12cvs31.8
19522
19523         * src/pop.c
19524                 Fix partial download bug with Download all
19525                 messages option
19526
19527 2004-07-18 [colin]      0.9.12cvs31.7
19528
19529         * src/textview.c
19530                 Fix bug introduced in 0.9.12cvs31.2
19531                 (blocked in select mode after double click)
19532
19533 2004-07-18 [colin]      0.9.12cvs31.6
19534
19535         * src/compose.c
19536         * src/gtk/menu.c
19537                 More glib-warning fixes
19538
19539 2004-07-18 [colin]      0.9.12cvs31.5
19540
19541         * src/compose.c
19542                 Fix trashing the primary clipboard when moving 
19543                 around with tab
19544         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19545
19546 2004-07-18 [colin]      0.9.12cvs31.4
19547
19548         * src/codeconv.c
19549                 convert unencoded iso headers to utf8
19550         (Fix Bug 538 Unencoded local characters in subject make it 
19551          disappear)
19552
19553 2004-07-18 [colin]      0.9.12cvs31.3
19554
19555         * src/compose.c
19556                 Fix tab char handling in wrapping
19557         (Fix Bug 537 Line wrap problem - TAB character treated as 
19558          one character instead of 8)
19559
19560 2004-07-18 [colin]      0.9.12cvs31.2
19561
19562         * src/textview.c
19563                 return FALSE on GDK_MOTION_NOTIFY
19564         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19565          (unable to highlight))
19566
19567 2004-07-18 [colin]      0.9.12cvs31.1
19568
19569         * src/folderview.c
19570                 Sync with 0.9.12cvs31
19571
19572 2004-07-18 [colin]      0.9.12cvs30.4
19573
19574         * src/compose.c
19575                 Also block text_inserted when inserting a file
19576
19577 2004-07-18 [colin]      0.9.12cvs30.3
19578
19579         * src/compose.c
19580                 Fix smart wrapping (block text_inserted handler
19581                 while putting quotation to avoid wrap on input,
19582                 don't join lines if next is sig separator)
19583
19584 2004-07-17 [colin]      0.9.12cvs30.2
19585
19586         * src/folderview.c
19587         * src/mainwindow.c
19588         * src/mimeview.c
19589         * src/summaryview.c
19590         * src/gtk/quicksearch.c
19591         * src/gtk/quicksearch.h
19592                 Block key events handlers *and* accels while
19593                 quicksearch is focused
19594         (Fixes Bug 534 quick-search bar not accepting certain letters)
19595
19596 2004-07-17 [colin]      0.9.12cvs30.1
19597
19598         * src/folder.h
19599         * src/folderview.c
19600         * src/summaryview.c
19601                 Sync with 0.9.12cvs30
19602
19603 2004-07-17 [colin]      0.9.12cvs28.2
19604
19605         * src/mimeview.c
19606         * src/procmime.c
19607         * src/summaryview.c
19608         * src/gtk/menu.c
19609                 Squash some compile and glib warnings
19610
19611 2004-07-17 [paul]       0.9.12cvs28.1
19612
19613         * src/mimeview.c
19614                 sync with 0.9.12cvs28 HEAD
19615
19616 2004-07-16 [paul]       0.9.12cvs26.1
19617         
19618         * src/gtk/quicksearch.c
19619         * src/account.c
19620         * src/account.h
19621         * src/compose.c
19622         * src/customheader.c
19623         * src/folder_item_prefs.c
19624         * src/main.c
19625         * src/mainwindow.c
19626         * src/messageview.c
19627         * src/mimeview.c
19628         * src/news.c
19629         * src/pgpmime.c
19630         * src/pop.c
19631         * src/pop.h
19632         * src/prefs_account.c
19633         * src/prefs_account.h
19634         * src/prefs_common.c
19635         * src/prefs_common.h
19636         * src/prefs_display_header.c
19637         * src/prefs_gtk.c
19638         * src/prefs_gtk.h
19639         * src/procheader.c
19640         * src/procmime.c
19641                 sync with 0.9.12cvs26 HEAD      
19642
19643 2004-07-15 [colin]      0.9.12cvs18.14
19644
19645         * src/folder.c
19646                 Disable GPG signature check during
19647                 folder move and scan
19648         (Closes Bug 521 Signature checking slows down Folder-Move)
19649
19650 2004-07-14 [colin]      0.9.12cvs18.13
19651
19652         * src/common/partial_download.c
19653                 update includes
19654
19655 2004-07-14 [colin]      0.9.12cvs18.12
19656
19657         * src/common/partial_download.c
19658         * src/common/partial_download.h
19659                 Move doc at top, add correct copyright
19660
19661 2004-07-14 [colin]      0.9.12cvs18.11
19662
19663         * src/folder.c
19664         * src/messageview.c
19665         * src/pop.c
19666         * src/pop.h
19667         * src/procmsg.c
19668         * src/summaryview.c
19669         * src/common/Makefile.am
19670         * src/common/partial_download.c ** NEW FILES **
19671         * src/common/partial_download.h ** NEW FILES **
19672                 Move partial-download related stuff to its
19673                 own file
19674
19675 2004-07-14 [colin]      0.9.12cvs18.10
19676
19677         * src/send_message.c
19678                 Fix smtp auth when user is null or empty
19679
19680 2004-07-13 [colin]      0.9.12cvs18.9
19681
19682         * src/gtk/quicksearch.c
19683                 Use alphabetic order
19684
19685 2004-07-13 [colin]      0.9.12cvs18.8
19686
19687         * src/pop.c
19688                 Be paranoid on the checks
19689
19690 2004-07-13 [colin]      0.9.12cvs18.7
19691
19692         * src/gtk/quicksearch.c
19693                 Fix Engrish once again
19694
19695 2004-07-13 [colin]      0.9.12cvs18.6
19696
19697         * src/procmsg.c
19698         * src/summaryview.c
19699                 Mark messages for deletion when they are about to
19700                 be removed from trash
19701
19702 2004-07-13 [colin]      0.9.12cvs18.5
19703
19704         * src/matcher.c
19705         * src/matcher.h
19706         * src/matcher_parser_parse.y
19707         * src/prefs_matcher.c
19708         * src/gtk/quicksearch.c
19709                 Add 'partial' ('p') match string to find partially
19710                 downloaded messages
19711
19712 2004-07-13 [colin]      0.9.12cvs18.4
19713
19714         * src/pop.c
19715                 Fix misplaced block
19716
19717 2004-07-13 [colin]      0.9.12cvs18.3
19718
19719         * src/pop.c
19720         * src/pop.h
19721         * src/messageview.c
19722                 Refactor API (to avoid passing 5+ params and code
19723                 duplication)
19724         * src/folder.c
19725         * src/msgcache.c
19726         * src/procheader.c
19727         * src/common/defs.h
19728                 Add planned_download to cache
19729                 Don't mess uidl file when moving partially downloaded
19730                 mails (they change folder, we should change it in the
19731                 uidl list too or we'll remove an incorrect message)
19732                 (this also helps removing hacks when changing 
19733                 planned_download in messageview.c)
19734
19735 2004-07-12 [colin]      0.9.12cvs18.2
19736
19737         * src/gtk/quicksearch.c
19738                 Fix missing status update in quicksearch
19739
19740 2004-07-12 [paul]       0.9.12cvs18.1
19741
19742         * po/POTFILES.in
19743         * src/Makefile.am
19744         * src/account.c
19745         * src/codeconv.c
19746         * src/compose.c
19747         * src/inc.c
19748         * src/main.c
19749         * src/prefs_common.c
19750         * src/procmsg.h
19751         * src/toolbar.c
19752         * src/prefs_msg_colors.[ch]     ** NEW FILES **
19753         * src/prefs_wrapping.[ch]       ** NEW FILES **
19754         * src/common/intl.h
19755         * src/common/utils.[ch]
19756         * src/gtk/quicksearch.[ch]
19757                 sync with 0.9.12cvs18 HEAD
19758
19759 2004-07-12 [colin]      0.9.11cvs17.25
19760
19761         * src/folder.c
19762         * src/folder.h
19763                 Remove unused function added by me in 0.9.11cvs17.10
19764
19765 2004-07-11 [colin]      0.9.11cvs17.24
19766
19767         * src/inc.c
19768         * src/messageview.c
19769         * src/pop.c
19770         * src/pop.h
19771                 Use folderitem and msgnum instead of filename to
19772                 know which mail to delete
19773                 Move old partial mail deletion to pop.c
19774
19775 2004-07-10 [colin]      0.9.11cvs17.23
19776
19777         * src/inc.c
19778                 Add debug
19779         * src/pop.c
19780         * src/pop.h
19781                 Don't re-use same enums for unrelated stuff: it's 
19782                 completely misleading !
19783                 Document a bit
19784
19785 2004-07-09 [colin]      0.9.11cvs17.22
19786
19787         * src/inc.c
19788                 Remove folder-type check and do
19789                 more tests to be sure everything's
19790                 ok
19791         * src/messageview.c
19792                 Punctuation update, remove useless
19793                 code, fix two warnings
19794         * src/noticeview.c
19795                 Layout cleaning, reset 2nd button
19796                 when specifying one
19797
19798 2004-07-09 [colin]      0.9.11cvs17.21
19799
19800         * src/messageview.c
19801         * src/pop.c
19802         * src/pop.h
19803                 Allow user to change his mind
19804                 and postpone decision (by
19805                 unmarking the mail)
19806
19807 2004-07-09 [colin]      0.9.11cvs17.20
19808
19809         * src/messageview.c
19810                 Fix bug with delete state
19811         * src/pop.c
19812         * src/pop.h
19813                 Fix buffer leak (fread doesn't 
19814                 terminate buffers with \0)
19815                 Refactoring (remove magic 
19816                 numbers)
19817
19818 2004-07-09 [colin]      0.9.11cvs17.19
19819
19820         * src/pop.c
19821                 Don't log "Skipping message" if 
19822                 we're going to TOP it two lines
19823                 later
19824
19825 2004-07-09 [colin]      0.9.11cvs17.18
19826
19827         * src/messageview.c
19828                 Fix Engrish
19829
19830 2004-07-09 [colin]      0.9.11cvs17.17
19831
19832         * src/pop.c
19833                 strlen checking...
19834         * src/messageview.c
19835                 refactoring a bit
19836
19837 2004-07-08 [colin]      0.9.11cvs17.16
19838
19839         * src/noticeview.c
19840         * src/noticeview.h
19841                 Add an optional second button
19842         * src/messageview.c
19843         * src/pop.c
19844         * src/pop.h
19845                 Don't delete partially received mails after a certain
19846                 time; rather, let the user decide.
19847
19848 2004-07-08 [colin]      0.9.11cvs17.15
19849
19850         * src/common/smtp.h
19851                 Sync with HEAD
19852
19853 2004-07-08 [colin]      0.9.11cvs17.14
19854
19855         * src/messageview.c
19856         * src/common/smtp.c
19857                 Use to_human_readable() for sizes
19858
19859 2004-07-08 [colin]      0.9.11cvs17.13
19860
19861         * src/inc.c
19862         * src/messageview.c
19863         * src/pop.c
19864         * src/pop.h
19865         * src/procmsg.c
19866                 Fix partial-downloading issues:
19867                         catch unsupported TOP
19868                         don't delete partially downloaded mails before 5 days
19869                         don't update existing with non-MH folders; that'll
19870                         make dups, but it's better than trashing the folder
19871                         free new msginfo parts
19872                 Fix indentation ;-)
19873
19874 2004-07-08 [colin]      0.9.11cvs17.12
19875
19876         * src/common/smtp.c
19877         * src/common/smtp.h
19878                 Sync smtp size verification with HEAD
19879
19880 2004-07-08 [colin]      0.9.11cvs17.11
19881
19882         * src/summaryview.c
19883         * src/prefs_common.c
19884         * src/prefs_common.h
19885         * src/gtk/quicksearch.c
19886         * src/gtk/quicksearch.h
19887                 Sync sticky pref with HEAD
19888
19889 2004-07-08 [colin]      0.9.11cvs17.10
19890
19891         * src/folder.c [1.213.2.6]
19892         * src/folder.h [1.87.2.6]
19893         * src/inc.c [1.149.2.7]
19894         * src/messageview.c [1.94.2.8]
19895         * src/procheader.c [1.47.2.6]
19896         * src/procmsg.c [1.150.2.4]
19897         * src/procmsg.h [1.60.2.5]
19898         * src/pop.c [1.56.2.4]
19899         * src/pop.h [1.17.2.3]
19900                 Let too big messages get downloaded, but truncated
19901                 Add a button to download them completely
19902                 
19903 2004-07-06 [colin]      0.9.11cvs17.9
19904
19905         * src/gtk/quicksearch.c [1.1.2.3]
19906                 Add a Clear button
19907         * commitHelper
19908         * PATCHSETS
19909                 Add a script to help with cvs
19910
19911 2004-07-03 [colin]      0.9.11cvs17.8
19912
19913         * src/plugins/imageviewer/viewer.c
19914                 fix imageviewer (which was staying on the first
19915                 displayed image)
19916
19917 2004-07-03 [colin]      0.9.11cvs17.7
19918
19919         Removed FIXME_GTK2 warnings
19920         * src/gtk/gtkutils.c
19921                 useless #warnings
19922         * src/gtk/menu.c
19923                 useless #warnings (no need to mess with menu rc)
19924         * src/gtk/menu.h
19925                 unused functions
19926         
19927
19928 2004-07-03 [colin]      0.9.11cvs17.6
19929
19930         Removed FIXME_GTK2 warnings
19931         * src/codeconv.c
19932                 useless #warnings (rewrite needed)
19933         * src/compose.c
19934                 useless #warnings (rewrite needed)
19935                 useless #warnings (gtk2 is like that)
19936                 useless #warnings (previously fixed)
19937         * src/main.c
19938                 useless #warnings (previously fixed)
19939         * src/message_search.c
19940                 useless #warnings (gtk2 is like that)
19941                 Made apparent that search is case-sensitive
19942         * src/mimeview.c
19943                 useless #warnings (rewrite needed)
19944                 useless #warnings (gtk2 is like that)
19945                 reimplemented real warnings
19946         * src/prefs_common.c
19947                 Removed block cursor option (not it gtk2)
19948         * src/prefs_gtk.c
19949                 useless #warnings (rewrite needed)
19950         * src/procheader.c
19951                 useless #warnings (rewrite needed)
19952         * src/sourcewindow.c
19953                 useless #warnings (incorrect placing)
19954         * src/summary_search.c
19955                 useless #warnings (gtk2 is like that)
19956                 Made apparent that search is case-sensitive
19957         * src/action.c
19958                 useless #warnings (gtk2 is like that)
19959         * src/textview.c
19960                 useless #warnings (rewrite needed)
19961         * src/toolbar.c
19962                 useless #warnings (rewrite needed)
19963
19964 2004-07-03 [colin]      0.9.11cvs17.5
19965
19966         * src/textview.c
19967                 Fix mismerge which broke URI opening
19968                 
19969 2004-07-01 [colin]      0.9.11cvs17.4
19970
19971         * src/gtk/filesel.c
19972                 Fill filename when saving
19973                 
19974 2004-06-27 [colin]      0.9.11cvs17.3
19975
19976         * src/gtk/filesel.[ch]
19977                 Use the new GTK file selector
19978                 Update prototype to match the reality: multiple file
19979                 selection is open-only          
19980         * src/compose.c
19981                 Match the new prototypes        
19982         * configure.ac
19983                 Match the new requirements (gtk 2.4.0)
19984                         
19985 2004-06-26 [colin]      0.9.11cvs17.2
19986
19987         * src/plugins/trayicon/trayicon.c
19988                 Remove useless signal handler on resize, which causes
19989                 an infinite "loop"
19990         
19991 2004-06-26 [colin]      0.9.11cvs17.1
19992         
19993         * tools/Makefile.am
19994                 remove launch_firebird and add nautilus2sylpheed.sh
19995         * src/quicksearch.c
19996           src/summaryview.c
19997                 Fix show/hide "Extended symbols" button problem
19998                 Fix apparition at startup
19999                 Fix const warnings
20000         * src/plugins/image_viewer/Makefile.am
20001                 Fix configure 
20002         * common/ssl.c
20003                 Re-enable certificate check, as it doesn't seem to
20004                 cause Xlib errors anymore
20005
20006 2004-06-25 [paul]       0.9.11cvs17
20007
20008         * sync with 0.9.11cvs17 HEAD
20009         
20010         NOTE: QuickSearch is broken
20011
20012 2004-06-07 [colin]      0.9.10claws67.10
20013         * src/plugins/trayicon/trayicon.c
20014           src/plugins/trayicon/libeggtrayicon/Makefile.am
20015           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20016                 Fix gettextization in trayicon plugin
20017
20018 2004-06-07 [colin]      0.9.10claws67.9
20019         
20020         * src/summaryview.c
20021           src/gtk/gtksctree.[ch]
20022                 Let Shift+{Up,Down} work in summaryview
20023                 (well, Down "works" and Up works)
20024                 Let the list scroll when using these keys
20025
20026 2004-06-06 [colin]      0.9.10claws67.8
20027
20028         * src/plugins/trayicon/trayicon.c
20029                 Fix pixmap update
20030
20031 2004-06-06 [colin]      0.9.10claws67.7
20032
20033         * src/addressbook.c
20034                 Fix signal handling causing system-wide focus grab
20035
20036 2004-05-25 [paul]       0.9.10claws67.6
20037
20038         * Makefile.am
20039           src/Makefile.am
20040                 clean up
20041
20042 2004-05-25 [paul]       0.9.10claws67.5
20043
20044         * replace deprecated gtk_signal... functions
20045
20046 2004-05-23 [colin]      0.9.10claws67.4
20047
20048         * src/compose.c
20049                 Fix wrapping
20050
20051 2004-05-22 [colin]      0.9.10claws67.3
20052
20053         * src/compose.c
20054                 Re-fix [Edited] in compose.c::compose_reedit()
20055
20056 2004-05-22 [colin]      0.9.10claws67.2
20057
20058         * src/procmime.c
20059                 Fix parsing of multiparts mails
20060
20061 2004-05-22 [colin]      0.9.10claws67.1
20062
20063         * src/summaryview.c
20064                 Fix quicksearch
20065
20066 2004-05-22 [paul]       0.9.10claws67
20067
20068         * sync with 0.9.10claws67 HEAD
20069
20070 2004-05-14 [alfons]
20071
20072         * src/procmime.h
20073                 add forgotton prototype
20074
20075 2004-05-10 [paul]       0.9.10claws57
20076
20077         * sync with 0.9.10claws57 HEAD
20078
20079 2004-05-05 [paul]       0.9.9.claws1
20080
20081         * ChangeLog-gtk2        ** REMOVED **
20082           ChangeLog-gtk2.claws  ** ADDED **
20083                 rename and adopt the normal claws format
20084                 
20085         * configure.ac
20086                 require gtkmathview >= 0.5
20087
20088         * ac/*                          ** REMOVED **
20089           ac/                           ** REMOVED **
20090           intl/Makefile.in              ** REMOVED **
20091           m4/                           ** ADDED **
20092           m4/missing                    ** ADDED **
20093           m4/missing/gdk-pixbuf.m4      ** ADDED **
20094           m4/missing/gettext.m4         ** ADDED **
20095           m4/missing/gpgme.m4           ** ADDED **
20096           m4/missing/imlib.m4           ** ADDED **
20097           m4/.cvsignore                 ** ADDED **
20098           m4/Makefile.am                ** ADDED **
20099           m4/README                     ** ADDED **
20100           m4/aclocal-include.m4         ** ADDED **
20101           m4/aspell.m4                  ** ADDED **
20102           m4/check-type.m4              ** ADDED **
20103           m4/gnupg-check-typedef.m4     ** ADDED **
20104           m4/openssl.m4                 ** ADDED **
20105           m4/spamassassin.m4            ** ADDED **
20106           po/ChangeLog                  ** REMOVED **
20107           po/Makefile.in.in             ** REMOVED **
20108           po/Rules-quot                 ** REMOVED **
20109           po/boldquot.sed               ** REMOVED **
20110           po/en@boldquot.header         ** REMOVED **
20111           po/en@quot.header             ** REMOVED **
20112           po/insert-header.sin          ** REMOVED **
20113           po/quot.sed                   ** REMOVED **
20114           po/remove-potcdate.sed        ** REMOVED **
20115           po/remove-potcdate.sin        ** REMOVED **
20116           po/stamp-po                   ** REMOVED **
20117           Makefile.am
20118           autogen.sh
20119           configure.ac
20120                 enable building with automake 1.8.x
20121                 add 'autopoint --force' to autogen.sh and remove all
20122                 auto-generated files, remove ac/ directory and use
20123                 m4/ directory instead
20124                 
20125         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20126                 fix gettextization
20127
20128 2004-02-28 Colin Leroy <colin@colino.net>
20129         * src/prefs_matcher.c
20130           src/prefs_filtering.c
20131           src/prefs_filtering_action.c
20132                 Fix non-editable GtkEntries
20133
20134 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20135         * src/prefs_themes.c
20136                 utf8 conversion for theme info
20137
20138 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20139         * sync 0.9.9claws
20140
20141 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20142         * src/grouplistdialog.c
20143                 allow multiple selections without ctrl key
20144
20145 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20146         * src/main.c
20147                 enable customizable accelerators
20148
20149 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20150         * src/prefs_common.c
20151                 re-enable different font settings for gtk1/2
20152         * src/prefs_folder_item.c
20153                 fix folder prefs displayed wrong
20154         * src/textview.c
20155                 set 'sunken' shadow type
20156
20157 2004-02-07 Colin Leroy <colin@colino.net>
20158         * src/compose.c
20159                 Fix message being always [Edited]
20160                 Encode headers correctly (utf8 buf)
20161
20162 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20163         * src/socket.c
20164                 remove double g_source_attach()
20165                 (Thanks to Colin Leroy)
20166
20167 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20168         * src/gtk/gtksctree.c
20169                 Fix SSL certificate list not shown
20170         * src/mimeview.c
20171                 Fix clicks in mime tree
20172
20173 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20174         * src/common/socket.c
20175                 Fix SSL receive
20176         * src/compose.c
20177                 Fix clipboard menu hotkeys
20178
20179 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20180         * src/gtk/gtkaspell.[ch]
20181           src/compose.c
20182                 reimplement spellchecker
20183
20184 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20185         * src/gtk/filesel.c
20186                 crash when inserting file in compose window
20187                 (TODO: keep old selection on clicks)
20188         * src/main.c
20189                 use gtkrc-2.0 instead of gtkrc
20190
20191 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20192         * src/messageview.c
20193                 remove orphaned mimeview unref()
20194
20195 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20196         * src/grouplistdialog.c
20197                 expand nodes containing subscribed groups
20198
20199 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20200         * src/textview.c
20201                 textview: hide cursor, restore old click behaviour
20202
20203 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20204         * src/textview.c
20205                 variable names messed up
20206
20207 2004-01-17 Colin Leroy <colin@colino.net>
20208         * src/addr_compl.c
20209                 Fix completion address too thin
20210         * src/compose.c
20211                 Fix tab-to-subject behaviour
20212         * src/summaryview.c
20213                 Implement key up & down in summaryview
20214
20215 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20216
20217         * sync 098claws
20218
20219 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20220         * configure.ac
20221           Makefile.am
20222           doc/.cvsignore
20223           doc/Makefile.am
20224                 faq, man, manual moved to doc/
20225         * ac/aspell.m4
20226           ac/check-type.m4
20227           ac/gnupg-check-typedef.m4
20228           ac/openssl.m4
20229           ac/spamassassin.m4
20230           ac/missing/gdk-pixbuf.m4
20231           ac/missing/gpgme.m4
20232           ac/missing/imlib.m4
20233                 fix automake warnings
20234
20235 2003-12-06 Colin Leroy <colin@colino.net>
20236         * src/summaryview.c
20237                 Fix quicksearch
20238
20239 2003-12-05 Colin Leroy <colin@colino.net>
20240         * src/summaryview.c
20241                 Fix going to next unread folder
20242
20243 2003-12-05 Colin Leroy <colin@colino.net>
20244         * src/crash.c
20245                 Fix gtk2 compilation
20246         * src/session.c
20247                 Remove iotag source handler at disconnection
20248         * src/socket.[ch] 
20249                 Remove source handler when closing socket 
20250                 (fixes another seg)
20251
20252 2003-12-04 Colin Leroy <colin@colino.net>
20253         * src/compose.c
20254           src/prefs_account.c
20255           src/prefs_common.c
20256                 Fix some dropdown menus
20257
20258 2003-12-04 Colin Leroy <colin@colino.net>
20259         * src/compose.c
20260                 Fix event handlers on header fields
20261         * src/common/socket.c
20262           src/common/session.c
20263                 Fix segfault with callback (SSL)
20264                 Fix end of session 
20265
20266 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20267
20268         * Fix compile bug in src/compose.c
20269         * removed src/gtk/gtkstext.[ch]
20270
20271 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20272
20273         * Convert character set and escape "text" attributes in toolbar setting
20274         files.
20275         * Fixed bug in button-press-event handling.
20276
20277 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20278
20279         * Fixed bug in key-press-event handling.
20280
20281 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20282
20283         * Enabled to compile tray-icon plugin (Ad-hoc).
20284         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20285
20286 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20287
20288         * Enabled to compile on sylpheed-claws.
20289         (tray-icon plugin still cannot compile yet.)
20290
20291 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20292
20293         * Updated to 0.9.5.
20294
20295 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20296
20297         * Updated to 0.9.4.
20298         * Ported monitoring SSL mechanism to GSource of GLib2
20299         (I don't confirm it)
20300         * Added _gtk2 suffix to key name of font preference to avoid
20301         ovverwriting preference of Gtk+-1.2 version.
20302
20303 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20304
20305         * Updated to 0.9.2.
20306
20307 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20308
20309         * Updated to 0.9.1.
20310         * Translate po files into UTF-8 when execute autogen.sh.
20311
20312 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20313
20314         * Updated to 0.9.0.
20315
20316 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20317
20318         * Plugged GError related memory leaks.
20319
20320 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20321
20322         * Changed default size of fonts.
20323         * Enabled to set titile font size of warning dialog.
20324
20325 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20326
20327         * Embed a sylpheed icon into executable binary on Windows.
20328
20329 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20330
20331         * I forgot to traslate character set of element string in src/xml.c.
20332
20333 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20334
20335         * Fixed detecting bind_textdomain_codeset in configure.in.
20336         * The bug in which "Example" of "Date fromat" preference isn't displayed
20337         correctly has been fixed.
20338
20339 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20340
20341         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20342           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20343           glib-gettextize
20344           Removed intl directory.
20345           Translated po files into UTF-8.
20346           (Thanks! Ryuji Abe)
20347
20348 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20349
20350         * The bug which doesn't unscape string in xml.c has been fixed.
20351
20352 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20353
20354         * The bug which is failed to translate encoding of file name thorough
20355         file dialog has been fixed.
20356
20357 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20358
20359         * Modified to translate file names which is used in inporting/expoting
20360         mbox feature and "Save as" feature into locale encoding.
20361         * Translate file names into locale encoding when "Attache file" and
20362         "Insert file".
20363         * Force set G_BROKEN_FILENAMES environment variable.
20364         * Other minor fixes.
20365
20366 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20367
20368         * Modified to treat MH folder's name as locale encoding.
20369
20370 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20371
20372         * The bug which clash on switching candidates of auto completion of
20373         addresses, cannot use auto completion in Japanesse is fixed
20374         (Thanks! Tokunaga-san)¡¥
20375
20376 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20377
20378         * The bug which cannot switch key accelerator preference has been fixed
20379         (Thanks! smbd-san)¡¥
20380
20381 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20382
20383         * version 0.8.11-gtk2-20030314
20384
20385 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20386
20387         * The bug in which character set conversion of filtering messages has
20388         been fixed.(Thanks! COCOA-san).
20389
20390 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20391
20392         * Revived "Leave space on head" preference in "Message" category.
20393         * A bug which clash when put the cursor to end of buffer and execute
20394         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20395
20396 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20397
20398         * version 0.8.11-gtk2-20030312
20399
20400 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20401
20402         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20403         * Modified to use Pango's API directly for font preference.
20404         * Integrated GtkTextView of textview to one widget.
20405         * Set fonts of header title in textview by "header_title" tag.
20406         * Removed some deprecated codes.
20407
20408 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20409
20410         * Updated to 0.8.11.
20411         * Merged cygwin patch(Thanks! Sakai-san).
20412
20413 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20414
20415         * version 0.8.10-gtk2-20030309