2006-11-16 [paul] 2.6.0cvs50
[claws.git] / ChangeLog
1 2006-11-16 [paul]       2.6.0cvs50
2
3         * po/Makevars
4                 update my email address
5         * src/addressbook.c
6         * src/compose.c
7         * src/imap_gtk.c
8         * src/mh_gtk.c
9         * src/news_gtk.c
10         * src/summaryview.c
11         * src/plugins/trayicon/trayicon.c
12                 don't offer simple menu separators
13                 for translation
14         * src/folderview.c
15                 add separator between 'mark all read'
16                 and 'search folder'
17
18 2006-11-15 [wwp]        2.6.0cvs49
19
20         * src/gtk/authors.h
21                 updated manuals authors.
22
23 2006-11-14 [paul]       2.6.0cvs48
24
25         * src/compose.c
26                 Fix Options/Reply mode after draft save
27
28 2006-11-14 [paul]       2.6.0cvs47
29
30         * src/Makefile.am
31                 Fix make DESTDIR=...
32         * src/mbox.c
33                 Optimise speed
34         * src/plugins/pgpinline/pgpinline.c
35                 Probably fix bug 1061
36
37 2006-11-14 [paul]       2.6.0cvs46
38
39         * po/Makevars
40                 enable Q_ macro
41         * src/Makefile.am
42         * src/stock_pixmap.c
43         * src/stock_pixmap.h
44         * src/gtk/about.c
45         * src/pixmaps/active.xpm
46         * src/pixmaps/inactive.xpm
47                 add a new page, 'Features', to the About dialog
48                 showing which features are compiled in and which
49                 are not
50
51 2006-11-14 [paul]       2.6.0cvs45
52
53         * po/ru.po
54                 updated by Pavlo Bohmat
55
56 2006-11-14 [colin]      2.6.0cvs44
57
58         * src/compose.c
59         * src/inc.c
60         * src/messageview.c
61         * src/news.c
62         * src/pop.c
63         * src/procmsg.c
64         * src/gtk/gtkaspell.c
65                 Fix 64-bit-related warnings
66         * src/ssl_manager.c
67                 Fix possible infinite loop
68         * src/plugins/pgpcore/sgpgme.c
69                 Remove useless check
70
71 2006-11-13 [colin]      2.6.0cvs43
72
73         * src/gtk/Makefile.am
74                 authors.h isn't generated
75
76 2006-11-13 [colin]      2.6.0cvs42
77
78         * src/plugins/pgpinline/pgpinline.c
79         * src/plugins/pgpmime/pgpmime.c
80                 Very probably fix bug 1061, 'crash on 
81                 opening signed email'. Another cast
82                 problem
83
84 2006-11-13 [colin]      2.6.0cvs41
85
86         * src/plugins/pgpcore/sgpgme.c
87                 Maybe fix bug 1061, 'crash on opening 
88                 signed email'
89
90 2006-11-13 [wwp]        2.6.0cvs40
91
92         * src/plugins/pgpinline/pgpinline.c
93                 fix candidate for bug #1057, thanks to Colin.
94
95 2006-11-13 [wwp]        2.6.0cvs39
96
97         * src/compose.c
98         * src/quote_fmt_parse.y
99                 fix bug 1052: current parser buffer was not always 
100                 allocated, ptr to this buffer could be returned as 
101                 NULL whereas no parser error has occurred. in 
102                 consequence, defining a template body as "%d" 
103                 (w/o the quotes) for the first time of the instance 
104                 of claws-mail, was reporting a parser error. make 
105                 sure that the buffer is always allocated, even to 
106                 an empty string.
107                 fix mis-unescaping in compose.:compose_quote_fmt(): 
108                 unescaping of the fmt string was always done 
109                 whereas it must be done *only* when receiving 
110                 quote format strings issued from the prefs 
111                 (compose new message, reply, forward, redirect 
112                 formats), *not* when applying templates.  in 
113                 consequences, applying templates w/ sequences 
114                 like \\|p{echo} were failing. make sure that 
115                 unescaping is done only when necessary.
116
117 2006-11-12 [colin]      2.6.0cvs38
118
119         * po/de.po
120                 Fix typo (s/KB/MB)
121
122 2006-11-12 [colin]      2.6.0cvs37
123
124         * src/plugins/pgpinline/pgpinline.c
125         * src/plugins/pgpmime/pgpmime.c
126                 Release GPG context at the latest 
127                 possible moment. Maybe fixes 
128                 bug 1057, 'crash on sending signed 
129                 message to a newsgroup'
130                 
131
132 2006-11-12 [colin]      2.6.0cvs36
133
134         * src/plugins/pgpcore/sgpgme.c
135                 Tell a bit more when gpg's status doesn't
136                 contain any signature
137
138 2006-11-12 [colin]      2.6.0cvs35
139
140         * src/compose.c
141                 Fix bug 1060, 'compilation error with 
142                 Irix's cc'
143
144 2006-11-12 [paul]       2.6.0cvs34
145
146         * doc/man/claws-mail.1
147         * src/prefs_gtk.c
148         * src/plugins/clamav/README
149         * src/plugins/spamassassin/README
150         * tools/README
151         * tools/freshmeat_search.pl
152         * tools/google_search.pl
153         * tools/multiwebsearch.pl
154                 more renaming
155         * src/plugins/trayicon/trayicon.c
156                 fix compiliation warning
157
158 2006-11-11 [colin]      2.6.0cvs33
159
160         * src/folderview.c
161                 Forbid drag and drop from/to different
162                 folders of type F_UNKNOWN
163
164 2006-11-11 [colin]      2.6.0cvs32
165
166         * src/plugins/pgpinline/pgpinline.c
167                 Fix typo in previous commit:
168                 - gpgme_new(&ctx);
169                 + if ((err = gpgme_new(&data->ctx)) ...)
170
171 2006-11-11 [colin]      2.6.0cvs31
172
173         * src/plugins/pgpinline/pgpinline.c
174         * src/plugins/pgpmime/pgpmime.c
175                 Check success after calling gpgme_new
176                 Maybe fixes bug 1057, 'crash on sending 
177                 signed message to a newsgroup'
178
179 2006-11-11 [colin]      2.6.0cvs30
180
181         * src/undo.c
182                 init undostruct to 0s (from
183                 valgrind log of bug 1057)
184
185 2006-11-10 [colin]      2.6.0cvs29
186
187         * src/mainwindow.c
188                 Set cursor to wait before filtering
189                 duplicates in all folders
190         * src/plugins/bogofilter/bogofilter.c
191         * src/plugins/bogofilter/bogofilter.h
192         * src/plugins/bogofilter/bogofilter_gtk.c
193                 Completely thread away the bogofilter
194                 filtering
195
196 2006-11-10 [mones]      2.6.0cvs28
197
198         * src/compose.c
199         * src/compose.h
200                 added COMPOSE_CHECK_BEFORE_SEND hook
201
202 2006-11-10 [paul]       2.6.0cvs27
203
204         * src/crash.c
205                 more renaming
206                 add libSM to get_compiled_in_features()
207         * src/main.c
208                 more renaming
209
210 2006-11-10 [colin]      2.6.0cvs26
211
212         * src/etpan/imap-thread.c
213                 Add a reference to libetpan's sasl engine
214                 so that sasl_done() doesn't get called by
215                 libetpan, and doesn't break openssl.
216                 Should fix bug 1053, 'SC fails to reestablish 
217                 a secure connection'
218                 Patch by Hoa
219
220 2006-11-10 [colin]      2.6.0cvs25
221
222         * manual/addrbook.xml
223         * manual/advanced.xml
224         * manual/faq.xml
225         * manual/intro.xml
226                 Some more renaming
227
228 2006-11-09 [colin]      2.6.0cvs24
229
230         * src/plugins/bogofilter/bogofilter_gtk.c
231                 Add comment about annoyance
232
233 2006-11-09 [colin]      2.6.0cvs23
234
235         * src/plugins/bogofilter/bogofilter.c
236         * src/plugins/bogofilter/bogofilter_gtk.c
237                 Prepare things needed to thread bogofilter
238                 filtering: separate bogo stuff and possible GUI
239                 stuff. 
240
241 2006-11-09 [colin]      2.6.0cvs22
242
243         * src/account.c
244         * src/compose.c
245                 Search for one of our accounts in Delivered-To
246                 (helps for auto-account selection when 
247                  replying/forwarding)
248         * src/folderview.c
249         * src/mainwindow.c
250         * src/mainwindow.h
251         * src/plugins/trayicon/trayicon.c
252                 Allow opening a new mail with any account from
253                 the contextual menu
254
255 2006-11-09 [wwp]        2.6.0cvs21
256
257         * src/compose.c
258         * src/prefs_common.c
259         * src/prefs_common.h
260         * src/prefs_compose_writing.c
261                 add a compose new message format (in prefs/compose/writing), it's a
262                 simple subject+body template to use when opening a new composition
263                 window. It's similar to the existent reply and forward formats.
264
265                 enhanced the template/format % symbols substitution mechanism to
266                 use current composition window information when % are used in
267                 the compose new message format or in templates applied to new
268                 messages (there were useless in that situations before). When
269                 applied to new messages, %d corresponds to the system time/date.
270
271 2006-11-09 [paul]       2.6.0cvs20
272
273         * src/gtk/authors.h
274                 fix last commit
275
276 2006-11-09 [paul]       2.6.0cvs19
277
278         * src/gtk/authors.h
279                 keep tje alphabetical order
280
281 2006-11-08 [colin]      2.6.0cvs18
282
283         * src/etpan/imap-thread.c
284                 Fix bug 1054, 'Slowness logging big 
285                 data chunks'
286
287 2006-11-08 [paul]       2.6.0cvs17
288
289         * tools/Makefile.am
290                 fix the renaming
291
292 2006-11-08 [paul]       2.6.0cvs16
293
294         * src/common/defs.h
295                 update BUGZILLA_URI
296
297 2006-11-08 [paul]       2.6.0cvs15
298
299         * tools/Makefile.am
300         * tools/OOo2claws-mail.pl
301         * tools/OOo2sylpheed.pl
302         * tools/README
303         * tools/acroread2claws-mail.pl
304         * tools/acroread2sylpheed.pl
305         * tools/kmail2claws-mail.pl
306         * tools/kmail2claws-mail_v2.pl
307         * tools/kmail2sylpheed.pl
308         * tools/kmail2sylpheed_v2.pl
309         * tools/maildir2claws-mail.pl
310         * tools/maildir2sylpheed.pl
311         * tools/nautilus2claws-mail.sh
312         * tools/nautilus2sylpheed.sh
313         * tools/outlook2claws-mail.pl
314         * tools/outlook2sylpheed.pl
315         * tools/tb2claws-mail
316         * tools/tb2sylpheed
317         * tools/tbird2claws.py
318         * tools/tbird2syl.py
319         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
320         * tools/kdeservicemenu/install.sh
321         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
322         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
323         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
324         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
325         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
326                 renamed (removed, added) tools files
327
328 2006-11-08 [paul]       2.6.0cvs14
329
330         * src/main.c
331         * src/common/defs.h
332                 Migrate sylpheedrc to clawsrc, and fix the standard
333                 plugins path in the process
334
335 2006-11-07 [colin]      2.6.0cvs13
336
337         * src/Makefile.am
338                 Symlink sylpheed-claws relative to 
339                 claws-mail
340
341 2006-11-07 [colin]      2.6.0cvs12
342
343         * src/compose.c
344                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
345
346 2006-11-07 [paul]       2.6.0cvs11
347
348         * src/gtk/about.c
349                 Fix a missed occurence of
350                 Sylpheed-Claws
351
352 2006-11-07 [paul]       2.6.0cvs10
353
354         * src/Makefile.am
355                 Fix symlink installation
356
357 2006-11-07 [paul]       2.6.0cvs9
358
359         * src/Makefile.am
360                 Symlink claws-mail to sylpheed-claws
361         * src/common/utils.c
362                 Fix migrating symlinks
363         * src/etpan/imap-thread.c
364                 check certificate only when there's
365                 no error
366
367 2006-11-07 [paul]       2.6.0cvs8
368
369         * Makefile.am
370                 Fix icon breakages with Gtk, which needs a 
371                 cache updated to see them.
372
373 2006-11-07 [paul]       2.6.0cvs7
374
375         * .cvsignore
376         * AUTHORS
377         * COPYING
378         * INSTALL
379         * Makefile.am
380         * NEWS
381         * README
382         * RELEASE_NOTES
383         * autogen.sh
384         * claws-mail-128x128.png
385         * claws-mail-64x64.png
386         * claws-mail.ico
387         * claws-mail.pc.in
388         * claws-mail.png
389         * configure.ac
390         * sylpheed-claws-128x128.png
391         * sylpheed-claws-64x64.png
392         * sylpheed-claws.desktop
393         * sylpheed-claws.ico
394         * sylpheed-claws.pc.in
395         * sylpheed-claws.png
396         * debian/README.Debian
397         * debian/changelog
398         * debian/claws-mail.desktop
399         * debian/claws-mail.menu
400         * debian/claws-mail.postinst.debhelper
401         * debian/claws-mail.postrm.debhelper
402         * debian/control
403         * debian/copyright
404         * debian/files
405         * debian/rules
406         * debian/sylpheed-claws.desktop
407         * debian/sylpheed-claws.menu
408         * debian/sylpheed-claws.postinst.debhelper
409         * debian/sylpheed-claws.postrm.debhelper
410         * doc/man/Makefile.am
411         * doc/man/claws-mail.1
412         * doc/man/sylpheed-claws.1
413         * doc/src/ChangeLog.claws-pre0.8.0
414         * manual/Makefile.am
415         * manual/account.xml
416         * manual/ack.xml
417         * manual/addrbook.xml
418         * manual/advanced.xml
419         * manual/claws-mail-manual.xml
420         * manual/faq.xml
421         * manual/glossary.xml
422         * manual/handling.xml
423         * manual/intro.xml
424         * manual/keyboard.xml
425         * manual/plugins.xml
426         * manual/starting.xml
427         * manual/sylpheed-claws-manual.xml
428         * manual/xml2pdf
429         * manual/dist/.cvsignore
430         * manual/dist/html/.cvsignore
431         * manual/dist/html/Makefile.am
432         * manual/dist/pdf/.cvsignore
433         * manual/dist/pdf/Makefile.am
434         * manual/dist/ps/.cvsignore
435         * manual/dist/ps/Makefile.am
436         * manual/dist/txt/.cvsignore
437         * manual/dist/txt/Makefile.am
438         * manual/es/Makefile.am
439         * manual/es/advanced.xml
440         * manual/es/claws-mail-manual.xml
441         * manual/es/faq.xml
442         * manual/es/glossary.xml
443         * manual/es/handling.xml
444         * manual/es/intro.xml
445         * manual/es/plugins.xml
446         * manual/es/sylpheed-claws-manual.xml
447         * manual/es/dist/.cvsignore
448         * manual/es/dist/html/.cvsignore
449         * manual/es/dist/html/Makefile.am
450         * manual/es/dist/pdf/.cvsignore
451         * manual/es/dist/pdf/Makefile.am
452         * manual/es/dist/ps/.cvsignore
453         * manual/es/dist/ps/Makefile.am
454         * manual/es/dist/txt/.cvsignore
455         * manual/es/dist/txt/Makefile.am
456         * manual/fr/Makefile.am
457         * manual/fr/account.xml
458         * manual/fr/ack.xml
459         * manual/fr/addrbook.xml
460         * manual/fr/advanced.xml
461         * manual/fr/claws-mail-manual.xml
462         * manual/fr/faq.xml
463         * manual/fr/glossary.xml
464         * manual/fr/handling.xml
465         * manual/fr/intro.xml
466         * manual/fr/keyboard.xml
467         * manual/fr/plugins.xml
468         * manual/fr/starting.xml
469         * manual/fr/sylpheed-claws-manual.xml
470         * manual/fr/dist/.cvsignore
471         * manual/fr/dist/html/.cvsignore
472         * manual/fr/dist/html/Makefile.am
473         * manual/fr/dist/pdf/.cvsignore
474         * manual/fr/dist/pdf/Makefile.am
475         * manual/fr/dist/ps/.cvsignore
476         * manual/fr/dist/ps/Makefile.am
477         * manual/fr/dist/txt/.cvsignore
478         * manual/fr/dist/txt/Makefile.am
479         * manual/pl/Makefile.am
480         * manual/pl/account.xml
481         * manual/pl/ack.xml
482         * manual/pl/addrbook.xml
483         * manual/pl/advanced.xml
484         * manual/pl/claws-mail-manual.xml
485         * manual/pl/faq.xml
486         * manual/pl/glossary.xml
487         * manual/pl/handling.xml
488         * manual/pl/intro.xml
489         * manual/pl/keyboard.xml
490         * manual/pl/plugins.xml
491         * manual/pl/starting.xml
492         * manual/pl/sylpheed-claws-manual.xml
493         * manual/pl/dist/.cvsignore
494         * manual/pl/dist/html/.cvsignore
495         * manual/pl/dist/html/Makefile.am
496         * manual/pl/dist/pdf/.cvsignore
497         * manual/pl/dist/pdf/Makefile.am
498         * manual/pl/dist/ps/.cvsignore
499         * manual/pl/dist/ps/Makefile.am
500         * manual/pl/dist/txt/.cvsignore
501         * manual/pl/dist/txt/Makefile.am
502         * po/.cvsignore
503         * po/Makevars
504         * src/.cvsignore
505         * src/Makefile.am
506         * src/account.c
507         * src/account.h
508         * src/action.c
509         * src/action.h
510         * src/adbookbase.h
511         * src/addr_compl.c
512         * src/addr_compl.h
513         * src/addrbook.c
514         * src/addrcache.c
515         * src/addrcache.h
516         * src/addrcindex.c
517         * src/addrcindex.h
518         * src/addrclip.c
519         * src/addrclip.h
520         * src/addrdefs.h
521         * src/addressadd.c
522         * src/addressadd.h
523         * src/addressbook.c
524         * src/addressbook.h
525         * src/addressbook_foldersel.c
526         * src/addressbook_foldersel.h
527         * src/addrgather.c
528         * src/addrgather.h
529         * src/addrharvest.c
530         * src/addrharvest.h
531         * src/addrindex.c
532         * src/addrindex.h
533         * src/addritem.c
534         * src/addritem.h
535         * src/addrquery.c
536         * src/addrquery.h
537         * src/addrselect.c
538         * src/addrselect.h
539         * src/alertpanel.c
540         * src/alertpanel.h
541         * src/browseldap.c
542         * src/browseldap.h
543         * src/codeconv.c
544         * src/codeconv.h
545         * src/compose.c
546         * src/crash.c
547         * src/crash.h
548         * src/customheader.c
549         * src/customheader.h
550         * src/displayheader.c
551         * src/displayheader.h
552         * src/editaddress.c
553         * src/editaddress.h
554         * src/editbook.c
555         * src/editbook.h
556         * src/editgroup.c
557         * src/editgroup.h
558         * src/editjpilot.c
559         * src/editjpilot.h
560         * src/editldap.c
561         * src/editldap.h
562         * src/editldap_basedn.c
563         * src/editldap_basedn.h
564         * src/editvcard.c
565         * src/editvcard.h
566         * src/exphtmldlg.c
567         * src/exphtmldlg.h
568         * src/expldifdlg.c
569         * src/expldifdlg.h
570         * src/export.c
571         * src/exporthtml.c
572         * src/exporthtml.h
573         * src/exportldif.c
574         * src/exportldif.h
575         * src/filtering.c
576         * src/filtering.h
577         * src/folder.c
578         * src/folder.h
579         * src/folder_item_prefs.c
580         * src/folder_item_prefs.h
581         * src/foldersel.c
582         * src/foldersel.h
583         * src/folderutils.c
584         * src/folderutils.h
585         * src/folderview.c
586         * src/folderview.h
587         * src/grouplistdialog.c
588         * src/grouplistdialog.h
589         * src/html.c
590         * src/html.h
591         * src/image_viewer.c
592         * src/image_viewer.h
593         * src/imap.c
594         * src/imap.h
595         * src/imap_gtk.c
596         * src/imap_gtk.h
597         * src/import.c
598         * src/import.h
599         * src/importldif.c
600         * src/importldif.h
601         * src/importmutt.c
602         * src/importmutt.h
603         * src/importpine.c
604         * src/importpine.h
605         * src/inc.c
606         * src/inc.h
607         * src/jpilot.c
608         * src/jpilot.h
609         * src/ldapctrl.c
610         * src/ldapctrl.h
611         * src/ldaplocate.c
612         * src/ldaplocate.h
613         * src/ldapquery.c
614         * src/ldapquery.h
615         * src/ldapserver.c
616         * src/ldapserver.h
617         * src/ldaputil.c
618         * src/ldaputil.h
619         * src/ldif.c
620         * src/ldif.h
621         * src/localfolder.c
622         * src/localfolder.h
623         * src/main.c
624         * src/main.h
625         * src/mainwindow.c
626         * src/mainwindow.h
627         * src/manual.c
628         * src/manual.h
629         * src/matcher.c
630         * src/matcher.h
631         * src/matcher_parser.h
632         * src/matcher_parser_lex.l
633         * src/matcher_parser_parse.y
634         * src/mbox.c
635         * src/mbox.h
636         * src/message_search.c
637         * src/message_search.h
638         * src/messageview.c
639         * src/messageview.h
640         * src/mh.c
641         * src/mh.h
642         * src/mh_gtk.c
643         * src/mh_gtk.h
644         * src/mimeview.c
645         * src/mimeview.h
646         * src/msgcache.c
647         * src/msgcache.h
648         * src/mutt.c
649         * src/mutt.h
650         * src/news.c
651         * src/news.h
652         * src/news_gtk.c
653         * src/news_gtk.h
654         * src/noticeview.c
655         * src/noticeview.h
656         * src/partial_download.c
657         * src/partial_download.h
658         * src/pine.c
659         * src/pine.h
660         * src/pop.c
661         * src/pop.h
662         * src/prefs_account.c
663         * src/prefs_account.h
664         * src/prefs_actions.c
665         * src/prefs_actions.h
666         * src/prefs_common.c
667         * src/prefs_common.h
668         * src/prefs_compose_writing.c
669         * src/prefs_compose_writing.h
670         * src/prefs_customheader.c
671         * src/prefs_customheader.h
672         * src/prefs_display_header.c
673         * src/prefs_display_header.h
674         * src/prefs_ext_prog.c
675         * src/prefs_ext_prog.h
676         * src/prefs_filtering.c
677         * src/prefs_folder_column.c
678         * src/prefs_folder_column.h
679         * src/prefs_folder_item.c
680         * src/prefs_folder_item.h
681         * src/prefs_fonts.c
682         * src/prefs_fonts.h
683         * src/prefs_gtk.c
684         * src/prefs_gtk.h
685         * src/prefs_image_viewer.c
686         * src/prefs_image_viewer.h
687         * src/prefs_matcher.c
688         * src/prefs_matcher.h
689         * src/prefs_message.c
690         * src/prefs_message.h
691         * src/prefs_msg_colors.c
692         * src/prefs_msg_colors.h
693         * src/prefs_other.c
694         * src/prefs_other.h
695         * src/prefs_quote.c
696         * src/prefs_quote.h
697         * src/prefs_receive.c
698         * src/prefs_receive.h
699         * src/prefs_send.c
700         * src/prefs_send.h
701         * src/prefs_spelling.c
702         * src/prefs_spelling.h
703         * src/prefs_summaries.c
704         * src/prefs_summaries.h
705         * src/prefs_summary_column.c
706         * src/prefs_summary_column.h
707         * src/prefs_template.c
708         * src/prefs_template.h
709         * src/prefs_themes.c
710         * src/prefs_themes.h
711         * src/prefs_toolbar.c
712         * src/prefs_toolbar.h
713         * src/prefs_wrapping.c
714         * src/prefs_wrapping.h
715         * src/privacy.c
716         * src/privacy.h
717         * src/procheader.c
718         * src/procheader.h
719         * src/procmime.c
720         * src/procmime.h
721         * src/procmsg.c
722         * src/procmsg.h
723         * src/quote_fmt.c
724         * src/quote_fmt_parse.y
725         * src/recv.c
726         * src/recv.h
727         * src/remotefolder.c
728         * src/remotefolder.h
729         * src/send_message.c
730         * src/send_message.h
731         * src/setup.c
732         * src/setup.h
733         * src/sourcewindow.c
734         * src/sourcewindow.h
735         * src/ssl_manager.c
736         * src/ssl_manager.h
737         * src/statusbar.c
738         * src/statusbar.h
739         * src/stock_pixmap.c
740         * src/stock_pixmap.h
741         * src/summary_search.c
742         * src/summary_search.h
743         * src/summaryview.c
744         * src/summaryview.h
745         * src/syldap.c
746         * src/syldap.h
747         * src/textview.c
748         * src/textview.h
749         * src/toolbar.c
750         * src/toolbar.h
751         * src/undo.c
752         * src/undo.h
753         * src/unmime.c
754         * src/unmime.h
755         * src/vcard.c
756         * src/vcard.h
757         * src/wizard.c
758         * src/wizard.h
759         * src/common/base64.c
760         * src/common/base64.h
761         * src/common/defs.h
762         * src/common/hooks.c
763         * src/common/hooks.h
764         * src/common/log.c
765         * src/common/log.h
766         * src/common/mgutils.c
767         * src/common/mgutils.h
768         * src/common/nntp.c
769         * src/common/nntp.h
770         * src/common/passcrypt.c
771         * src/common/passcrypt.h.in
772         * src/common/plugin.c
773         * src/common/plugin.h
774         * src/common/prefs.c
775         * src/common/prefs.h
776         * src/common/progressindicator.c
777         * src/common/progressindicator.h
778         * src/common/quoted-printable.c
779         * src/common/quoted-printable.h
780         * src/common/session.c
781         * src/common/session.h
782         * src/common/smtp.c
783         * src/common/smtp.h
784         * src/common/socket.c
785         * src/common/socket.h
786         * src/common/ssl.c
787         * src/common/ssl.h
788         * src/common/stringtable.c
789         * src/common/stringtable.h
790         * src/common/sylpheed.c
791         * src/common/sylpheed.h
792         * src/common/template.c
793         * src/common/template.h
794         * src/common/timing.h
795         * src/common/utils.c
796         * src/common/utils.h
797         * src/common/version.h.in
798         * src/common/xml.c
799         * src/common/xml.h
800         * src/common/xmlprops.c
801         * src/common/xmlprops.h
802         * src/gtk/about.c
803         * src/gtk/colorlabel.c
804         * src/gtk/colorlabel.h
805         * src/gtk/colorsel.c
806         * src/gtk/colorsel.h
807         * src/gtk/combobox.c
808         * src/gtk/combobox.h
809         * src/gtk/description_window.c
810         * src/gtk/description_window.h
811         * src/gtk/filesel.c
812         * src/gtk/filesel.h
813         * src/gtk/foldersort.c
814         * src/gtk/foldersort.h
815         * src/gtk/gtkaspell.c
816         * src/gtk/gtkaspell.h
817         * src/gtk/gtksctree.c
818         * src/gtk/gtkshruler.c
819         * src/gtk/gtkshruler.h
820         * src/gtk/gtkutils.c
821         * src/gtk/gtkutils.h
822         * src/gtk/icon_legend.c
823         * src/gtk/icon_legend.h
824         * src/gtk/logwindow.c
825         * src/gtk/logwindow.h
826         * src/gtk/manage_window.c
827         * src/gtk/manage_window.h
828         * src/gtk/pluginwindow.c
829         * src/gtk/pluginwindow.h
830         * src/gtk/prefswindow.c
831         * src/gtk/prefswindow.h
832         * src/gtk/quicksearch.c
833         * src/gtk/quicksearch.h
834         * src/pixmaps/claws-mail.xpm
835         * src/pixmaps/claws-mail_icon.xpm
836         * src/pixmaps/claws-mail_logo.xpm
837         * src/pixmaps/sylpheed-claws.xpm
838         * src/pixmaps/sylpheed-claws_icon.xpm
839         * src/pixmaps/sylpheed-claws_logo.xpm
840         * src/plugins/bogofilter/Makefile.am
841         * src/plugins/bogofilter/bogofilter.c
842         * src/plugins/bogofilter/bogofilter.h
843         * src/plugins/bogofilter/bogofilter_gtk.c
844         * src/plugins/clamav/Makefile.am
845         * src/plugins/clamav/clamav_plugin.c
846         * src/plugins/clamav/clamav_plugin.h
847         * src/plugins/clamav/clamav_plugin_gtk.c
848         * src/plugins/demo/Makefile.am
849         * src/plugins/demo/demo.c
850         * src/plugins/dillo_viewer/Makefile.am
851         * src/plugins/dillo_viewer/README
852         * src/plugins/dillo_viewer/dillo_prefs.c
853         * src/plugins/dillo_viewer/dillo_prefs.h
854         * src/plugins/dillo_viewer/dillo_viewer.c
855         * src/plugins/pgpcore/Makefile.am
856         * src/plugins/pgpcore/passphrase.c
857         * src/plugins/pgpcore/passphrase.h
858         * src/plugins/pgpcore/pgp_viewer.c
859         * src/plugins/pgpcore/pgp_viewer.h
860         * src/plugins/pgpcore/plugin.c
861         * src/plugins/pgpcore/prefs_gpg.c
862         * src/plugins/pgpcore/prefs_gpg.h
863         * src/plugins/pgpcore/select-keys.c
864         * src/plugins/pgpcore/select-keys.h
865         * src/plugins/pgpcore/sgpgme.c
866         * src/plugins/pgpcore/sgpgme.h
867         * src/plugins/pgpcore/sylpheed.def
868         * src/plugins/pgpcore/version.rc
869         * src/plugins/pgpinline/Makefile.am
870         * src/plugins/pgpinline/pgpinline.c
871         * src/plugins/pgpinline/pgpinline.h
872         * src/plugins/pgpinline/plugin.c
873         * src/plugins/pgpinline/sylpheed.def
874         * src/plugins/pgpinline/version.rc
875         * src/plugins/pgpmime/Makefile.am
876         * src/plugins/pgpmime/pgpmime.c
877         * src/plugins/pgpmime/pgpmime.h
878         * src/plugins/pgpmime/plugin.c
879         * src/plugins/pgpmime/sylpheed.def
880         * src/plugins/pgpmime/version.rc
881         * src/plugins/spamassassin/Makefile.am
882         * src/plugins/spamassassin/README
883         * src/plugins/spamassassin/spamassassin.c
884         * src/plugins/spamassassin/spamassassin.h
885         * src/plugins/spamassassin/spamassassin_gtk.c
886         * src/plugins/trayicon/Makefile.am
887         * src/plugins/trayicon/trayicon.c
888         * tools/OOo2sylpheed.pl
889         * tools/README
890         * tools/README.sylprint
891         * tools/acroread2sylpheed.pl
892         * tools/claws.i18n.status.pl
893         * tools/filter_conv.pl
894         * tools/filter_conv_new.pl
895         * tools/freshmeat_search.pl
896         * tools/google_search.pl
897         * tools/kmail2sylpheed.pl
898         * tools/kmail2sylpheed_v2.pl
899         * tools/make.themes.project
900         * tools/multiwebsearch.pl
901         * tools/nautilus2sylpheed.sh
902         * tools/outlook2sylpheed.pl
903         * tools/sylprint.pl
904         * tools/sylprint.rc
905         * tools/tb2sylpheed
906         * tools/textviewer.sh
907         * tools/vcard2xml.py
908         * tools/kdeservicemenu/README
909         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
910         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
911         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
912                 Change name to Claws Mail. Announce to follow...
913
914 2006-11-06 [wwp]        2.6.0cvs6
915
916         * src/prefs_template.c
917                 unify messages related to quote format/template errors (fix
918                 capitalization), again.
919
920 2006-11-06 [wwp]        2.6.0cvs5
921
922         * src/prefs_quote.c
923                 unify messages related to quote format/template errors.
924
925 2006-11-06 [wwp]        2.6.0cvs4
926
927         * src/prefs_msg_colors.c
928                 more uses of Q_ macro for contextual translations, thanks
929                 to Fabien (fzzzzz).
930
931 2006-11-06 [wwp]        2.6.0cvs3
932
933         * src/compose.c
934         * src/common/utils.c
935         * src/common/utils.h
936                 show an alertpanel to make sure users are aware that sensitive
937                 files are attached (it's file blacklist-based). This will fix
938                 interaction w/ GoogleEarth for instance, thanks to Colin.
939
940 2006-11-06 [wwp]        2.6.0cvs2
941
942         * src/prefs_quote.c
943         * src/prefs_template.c
944         * src/prefs_template.h
945                 check quote format when applying/closing prefs. For now this only
946                 shows up an error dialog box, not preventing the user from using
947                 a broken quote (reply, forwards) format.
948
949 2006-11-06 [wwp]        2.6.0cvs1
950
951         * src/prefs_template.c
952                 fix missing checks of some template fields.
953
954 2006-11-06 [paul]       2.6.0
955
956         * NEWS
957         * README
958         * RELEASE_NOTES
959                 2.6.0 released
960
961 2006-11-06 [paul]       2.5.6cvs22
962
963         * manual/advanced.xml
964         * manual/es/advanced.xml
965                 put 'respect_flowed_format' info in the correct
966                 place
967
968 2006-11-06 [mones]      2.5.6cvs21
969
970         * po/es.po
971                 Minor fixes for release
972
973 2006-11-06 [paul]       2.5.6cvs20
974
975         * po/cs.po
976         * po/de.po
977         * po/fr.po
978         * po/it.po
979         * po/nl.po
980         * po/pt_BR.po
981         * po/sk.po
982         * po/sv.po
983         * po/zh_CN.po
984                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
985                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
986                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
987                 Young
988
989 2006-11-02 [colin]      2.5.6cvs19
990
991         * src/imap.c
992         * src/imap.h
993         * src/prefs_account.c
994         * src/etpan/imap-thread.c
995                 Add GSSAPI support - fixes Debian bug #383274
996
997 2006-11-01 [colin]      2.5.6cvs18
998
999         * src/jpilot.c
1000                 Handle libpisock12 support. Probably
1001                 fixes bug 1046, 'jpilot AddressDB.pdb 
1002                 import fail'
1003
1004 2006-11-01 [colin]      2.5.6cvs17
1005
1006         * src/folderutils.c
1007                 debug_print() folderutils_mark_all_read()
1008
1009 2006-11-01 [colin]      2.5.6cvs16
1010
1011         * COPYING
1012                 Add missed files to the Apache exception
1013
1014 2006-10-31 [colin]      2.5.6cvs15
1015
1016         * src/folder.c
1017         * src/folder.h
1018                 Add a copy_private_data() func to FolderClasses
1019                 Doesn't break the feature freeze, because we 
1020                 won't use it (right now) in the core.
1021
1022 2006-10-31 [colin]      2.5.6cvs14
1023
1024         * COPYING
1025                 Allow linking with the Apache licensed files in
1026                 src/plugins/spamassassin. Hopefully fixes 
1027                 bug 1048, 'Spamassassin plugin license problem'
1028
1029 2006-10-31 [wwp]        2.5.6cvs13
1030
1031         * src/compose.c
1032                 fix and optimize trimming of leading linefeeds in body loop.
1033
1034 2006-10-31 [colin]      2.5.6cvs12
1035
1036         * src/etpan/imap-thread.c
1037         * src/imap.c
1038                 Make really sure to have NULL sets in case
1039                 of error
1040
1041 2006-10-30 [wwp]        2.5.6cvs11
1042
1043         * src/prefs_common.c
1044         * src/prefs_common.h
1045         * src/compose.c
1046                 fix broken storage of quote format template when it contains \-escape
1047                 sequences. The application of such sequences is also fixed now (\t
1048                 in quote format will be a real tab instead of a 't', for instance).
1049
1050 2006-10-27 [colin]      2.5.6cvs10
1051
1052         * src/compose.c
1053                 Probably fix bug 1045, 'sylpheed-claws 
1054                 doesn't remove the mail from the IMAP 
1055                 Queue folder after sending'. From
1056                 2.5.6cvs3-stable
1057
1058 2006-10-27 [colin]      2.5.6cvs9
1059
1060         * configure.ac
1061                 Require libetpan-0.48. I'm so annoying,
1062                 I know ;-)
1063
1064 2006-10-27 [colin]      2.5.6cvs8
1065
1066         * src/folder.c
1067         * src/imap.c
1068                 Probably fix bug 1044, 'sylpheed-claws 
1069                 segfaults while moving mails' - Fix relation
1070                 usage when moving to an IMAP mailbox from another
1071                 mailbox
1072
1073 2006-10-26 [paul]       2.5.6cvs7
1074
1075         * src/gtk/about.c
1076                 add libSM to compiled-in features
1077                 list
1078
1079 2006-10-24 [colin]      2.5.6cvs6
1080
1081         * src/textview.c
1082         * src/gtk/gtkutils.c
1083                 Fix crash when printing emails with an
1084                 xface
1085
1086 2006-10-24 [mones]      2.5.6cvs5
1087
1088         * manual/es/advanced.xml
1089                 Synchronize hidden option respect_flowed_format
1090         * po/es.po
1091                 Updated translation
1092
1093 2006-10-21 [paul]       2.5.6cvs4
1094
1095         * src/gtk/authors.h
1096         * src/plugins/pgpcore/pgp_viewer.c
1097         * src/plugins/pgpcore/sgpgme.c
1098                 fix building on BSDs
1099                 Thanks to Michael Hughes
1100                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1101
1102 2006-10-20 [colin]      2.5.6cvs3
1103
1104         * configure.ac
1105                 Bump up libetpan requirement
1106                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1107         * src/common/utils.c
1108         * src/common/utils.h
1109                 Add convenience get_file_mtime()
1110         * src/imap.c
1111         * src/etpan/imap-thread.c
1112         * src/etpan/imap-thread.h
1113                 Implement UIDPLUS support if the server
1114                 supports it - faster sending in this case
1115
1116 2006-10-19 [colin]      2.5.6cvs2
1117
1118         * src/gtk/quicksearch.c
1119                 Fix emptying in type-ahead+extended mode
1120         * src/mainwindow.c
1121         * src/mainwindow.h
1122                 Add a hook for offline state change
1123         * src/plugins/trayicon/trayicon.c
1124                 Use it to display offline icons
1125         * src/plugins/trayicon/Makefile.am
1126         * src/plugins/trayicon/newmail.offline.xpm
1127         * src/plugins/trayicon/newmarkedmail.offline.xpm
1128         * src/plugins/trayicon/nomail.offline.xpm
1129         * src/plugins/trayicon/unreadmail.offline.xpm
1130         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1131                 Add the icons
1132
1133 2006-10-12 [paul]       2.5.6cvs1
1134
1135         * NEWS
1136         * README
1137         * configure.ac
1138                 Update version number following
1139                 stable release
1140
1141 2006-10-19 [colin]      2.5.5cvs18
1142
1143         * manual/handling.xml
1144                 Add type-ahead search
1145
1146 2006-10-18 [colin]      2.5.5cvs17
1147
1148         * src/gtk/quicksearch.c
1149                 Remove "save to history only if there's
1150                 no syntax error", it breaks for some 
1151                 reason which I'll investigate later.
1152
1153 2006-10-18 [colin]      2.5.5cvs16
1154
1155         * src/prefs_common.c
1156         * src/prefs_common.h
1157         * src/summaryview.c
1158         * src/gtk/quicksearch.c
1159         * src/gtk/quicksearch.h
1160                 Add a type-ahead option for fast searches
1161                 Patch by Fabien Vantard
1162
1163 2006-10-18 [colin]      2.5.5cvs15
1164
1165         * src/compose.c
1166         * src/compose.h
1167                 Add Options/Reply mode/ menu to be able to
1168                 change the recipients of a reply on the fly
1169
1170 2006-10-18 [colin]      2.5.5cvs14
1171
1172         * src/compose.c
1173                 Fix redirecting of our own sent mails
1174
1175 2006-10-17 [wwp]        2.5.5cvs13
1176
1177         * src/send_message.c
1178                 Fix duplicate error messages when sending, and missing
1179                 newline in such error messages.
1180
1181 2006-10-17 [colin]      2.5.5cvs12
1182
1183         * src/compose.c
1184                 Compare addresses case-insensitive
1185
1186 2006-10-17 [colin]      2.5.5cvs11
1187
1188         * src/plugins/pgpcore/sgpgme.c
1189                 Fix return status
1190
1191 2006-10-17 [colin]      2.5.5cvs10
1192
1193         * src/plugins/pgpcore/pgp_viewer.c
1194                 Fix return status
1195
1196 2006-10-17 [colin]      2.5.5cvs9
1197
1198         * src/quote_fmt.c
1199                 Fix a typo (thanks to Fabien)
1200
1201 2006-10-16 [colin]      2.5.5cvs8
1202
1203         * src/textview.c
1204                 Fix problem with quote-folding when emails
1205                 don't convert cleanly to UTF-8
1206
1207 2006-10-14 [colin]      2.5.5cvs7
1208
1209         * src/prefs_template.c
1210                 Reset fields when reopening
1211                 the window
1212
1213 2006-10-13 [paul]       2.5.5cvs6
1214
1215         * manual/advanced.xml
1216         * src/prefs_message.c
1217                 make 'respect_flowed_format' a hidden
1218                 option, and add a manual entry for it
1219                 Thanks to Colin
1220
1221 2006-10-12 [colin]      2.5.5cvs5
1222
1223         * src/codeconv.c
1224                 Revert part of 2.5.2cvs21:
1225                 Don't optimise by reusing the 
1226                 last iconv converter if possible:
1227                 it seems slightly broken in a 
1228                 very hard way to reproduce
1229
1230 2006-10-12 [colin]      2.5.5cvs4
1231
1232         * src/prefs_common.c
1233         * src/prefs_common.h
1234         * src/prefs_message.c
1235         * src/procmime.c
1236                 Fix bug 1035, 'Incorrect handling 
1237                 of flowed lines'. We now optionnaly
1238                 handle this format (preference is in
1239                 Message View/Text options section)
1240
1241 2006-10-12 [colin]      2.5.5cvs3
1242
1243         * po/POTFILES.in
1244                 Add new file
1245         * src/plugins/pgpcore/pgp_viewer.c
1246         * src/plugins/pgpcore/sgpgme.c
1247                 Don't try to import without asking
1248
1249 2006-10-12 [colin]      2.5.5cvs2
1250
1251         * src/compose.c
1252                 Fix bug 1036, 'Forwarding a mutlipart
1253                 mail with a "text/html" block to ms
1254                 outlook users leeds to freeze of
1255                 outlook'. Poor outlook users...
1256
1257 2006-10-12 [paul]       2.5.5cvs1
1258
1259         * NEWS
1260         * README
1261         * configure.ac
1262                 Update version number following
1263                 stable release
1264
1265 2006-10-11 [paul]       2.5.4cvs1
1266
1267         * NEWS
1268         * README
1269         * configure.ac
1270                 Update version number following
1271                 stable release
1272
1273 2006-10-11 [paul]       2.5.3cvs32
1274
1275         * src/textview.c
1276                 fix bug 1032, 'Segmentation fault when showing
1277                 message' (bug in quote folding)
1278                 Thanks to Colin
1279
1280 2006-10-10 [colin]      2.5.3cvs31
1281
1282         * src/quote_fmt.c
1283                 Rephrase english a bit
1284
1285 2006-10-10 [colin]      2.5.3cvs30
1286
1287         * src/prefs_compose_writing.c
1288                 Stop making the page larger than the window
1289
1290 2006-10-10 [wwp]        2.5.3cvs29
1291
1292         * src/compose.c
1293         * src/prefs_template.c
1294         * src/quote_fmt.c
1295         * src/quote_fmt.h
1296         * src/quote_fmt_lex.l
1297         * src/quote_fmt_parse.y
1298                 Extend the quote parser a bit: allow to get access to
1299                 basic (composing) account info.
1300
1301 2006-10-10 [colin]      2.5.3cvs28
1302
1303         * src/procheader.c
1304                 Fix this \t problem in subject
1305
1306 2006-10-09 [colin]      2.5.3cvs27
1307
1308         * src/main.c
1309         * src/prefs_gtk.c
1310                 Prepare cache a bit later
1311                 If section already exists, skip the new one 
1312                 (as previously); avoid writing the same block
1313                 twice - if we find a second block with the 
1314                 same id, skip it.
1315         * src/plugins/pgpcore/pgp_viewer.c
1316                 Set cursor to busy when retrieving a key
1317         * src/plugins/pgpcore/sgpgme.c
1318                 allow 5 seconds for gpg to export the key
1319                 
1320
1321 2006-10-09 [colin]      2.5.3cvs26
1322
1323         * configure.ac
1324         * src/msgcache.c
1325         * src/prefs_gtk.c
1326                 Check for existence of fgets_unlocked
1327                 and fwrite_unlocked
1328
1329 2006-10-09 [paul]       2.5.3cvs25
1330
1331         * src/prefs_summaries.c
1332                 replace strftime() with fast_strftime() and in
1333                 the consequence fix the bug in the display of
1334                 AM/PM in the 'Example' string
1335
1336 2006-10-09 [ticho]      2.5.3cvs24
1337
1338         * po/sk.po
1339                 Updated (and fixed up somewhat) Slovak translation.
1340
1341 2006-10-08 [colin]      2.5.3cvs23
1342
1343         * src/prefs_folder_item.c
1344                 Explain why prefs in the top-level folder
1345                 aren't retained, but are still useful
1346
1347 2006-10-08 [colin]      2.5.3cvs22
1348
1349         * src/prefs_gtk.c
1350                 Don't cache anything if caching fails
1351
1352 2006-10-08 [colin]      2.5.3cvs21
1353
1354         * src/common/utils.c
1355                 always include gi18n.h
1356
1357 2006-10-07 [colin]      2.5.3cvs20
1358
1359         * src/plugins/pgpcore/pgp_viewer.c
1360                 Kill gpg after 5 seconds wait
1361
1362 2006-10-07 [colin]      2.5.3cvs19
1363
1364         * src/plugins/pgpcore/pgp_viewer.c
1365         * src/plugins/pgpcore/pgp_viewer.h
1366                 Fix copyright
1367
1368 2006-10-07 [colin]      2.5.3cvs18
1369
1370         * src/plugins/pgpcore/pgp_viewer.c
1371         * src/plugins/pgpcore/pgp_viewer.h
1372                 Actually add the files to CVS
1373
1374 2006-10-07 [colin]      2.5.3cvs17
1375
1376         * src/plugins/pgpcore/sgpgme.c
1377                 Be sure not to crash on 'application/pgp-signature' that
1378                 are not application/pgp-signatures
1379
1380 2006-10-07 [colin]      2.5.3cvs16
1381
1382         * src/textview.c
1383         * src/textview.h
1384                 Make a bit more of the API available
1385         * src/plugins/pgpcore/Makefile.am
1386         * src/plugins/pgpcore/plugin.c
1387         * src/plugins/pgpcore/sgpgme.c
1388                 Add basic key import/export
1389
1390 2006-10-07 [colin]      2.5.3cvs15
1391
1392         * src/folderview.c
1393         * src/imap.c
1394         * src/prefs_account.c
1395         * src/wizard.c
1396                 Warn users *everywhere* if libetpan's not
1397                 linked in
1398
1399 2006-10-06 [mones]      2.5.3cvs14
1400
1401         * po/de.po
1402         * po/es.po
1403                 updated by Stephan Sachse and me
1404
1405 2006-10-06 [colin]      2.5.3cvs13
1406
1407         * src/main.c
1408         * src/common/sylpheed.c
1409                 Don't load common plugins if --exit is passed
1410         * src/prefs_gtk.c
1411         * src/prefs_gtk.h
1412                 Implement a cache to avoid reading the same
1413                 files over and over again at startup
1414
1415 2006-10-06 [colin]      2.5.3cvs12
1416
1417         * src/summaryview.c
1418         * src/gtk/quicksearch.c
1419                 Update display every 5k mails on fast searches
1420
1421 2006-10-06 [colin]      2.5.3cvs11
1422
1423         * src/textview.c
1424                 Don't do quote folding on HTML or ERTF.
1425                 May fix the Cygwin issues if they were
1426                 happening with HTML mails?
1427
1428 2006-10-05 [colin]      2.5.3cvs10
1429
1430         * src/prefs_gtk.c
1431                 Oops, forgot one
1432
1433 2006-10-05 [colin]      2.5.3cvs9
1434
1435         * src/prefs_gtk.c
1436                 Use unlocked_stdio here too
1437
1438 2006-10-05 [colin]      2.5.3cvs8
1439
1440         * src/folderview.c
1441                 Fix go to next * after preferences apply
1442         * src/msgcache.c
1443                 Do the fd lock/unlock ourselves instead of
1444                 letting the libc do it at each write 
1445
1446 2006-10-05 [colin]      2.5.3cvs7
1447
1448         * src/common/utils.c
1449                 Faster division, thanks to Jean Diraison
1450
1451 2006-10-05 [paul]       2.5.3cvs6
1452
1453         * src/common/utils.c
1454                 fix building with --disable-nls
1455
1456 2006-10-04 [colin]      2.5.3cvs5
1457
1458         * src/folder.c
1459                 Maybe fix a segfault
1460
1461 2006-10-04 [wwp]        2.5.3cvs4
1462
1463         * src/prefs_folder_item.c
1464                 Fine-tune layouts in folder item prefs. Suggested by
1465                 Fabien Vantard <fzzzzz@gmail.com>.
1466
1467 2006-10-04 [wwp]        2.5.3cvs3
1468
1469         * src/prefs_folder_item.c
1470                 Kill the clandestine passengers. You didn't see anything.
1471
1472 2006-10-04 [wwp]        2.5.3cvs2
1473
1474         * src/prefs_folder_item.c
1475                 Add a way to test the subject simplify regexp in
1476                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1477                 w/ few layout changes.
1478
1479 2006-20-04 [paul]       2.5.3cvs1
1480
1481         * NEWS
1482         * README
1483         * configure.ac
1484                 Update version number following
1485                 stable release
1486
1487 2006-10-04 [colin]      2.5.2cvs42
1488
1489         * src/folder.c
1490         * src/folder.h
1491         * src/summaryview.c
1492                 Provide a way for folder classes to set their sort
1493                 type and key
1494
1495 2006-10-03 [colin]      2.5.2cvs41
1496
1497         * src/mh.c
1498                 Don't use strlen() to know if the
1499                 string's empty
1500
1501 2006-10-03 [colin]      2.5.2cvs40
1502
1503         * src/mh.c
1504                 Fix "check for new folders" with accentued folders
1505
1506 2006-10-03 [ticho]      2.5.2cvs39
1507
1508         * src/filtering.c
1509         * src/folder.c
1510         * src/inc.c
1511         * src/mbox.c
1512                 Colin's fix for "copy" filtering rules.
1513
1514 2006-10-02 [colin]      2.5.2cvs38
1515
1516         * src/folderview.c
1517                 Fix for double-click too
1518
1519 2006-10-02 [colin]      2.5.2cvs37
1520
1521         * src/folderview.c
1522                 correct fix for cvs36
1523
1524 2006-10-02 [colin]      2.5.2cvs36
1525
1526         * src/folderview.c
1527                 Fix 'goto next unread' after collapsing/expanding 
1528                 a node.
1529
1530 2006-10-02 [colin]      2.5.2cvs35
1531
1532         * src/summaryview.c
1533                 Fix double freeze/thaw
1534         * src/common/utils.c
1535         * src/common/utils.h
1536                 Reimplement strftime
1537         * src/procheader.c
1538                 Use it
1539
1540
1541 2006-10-02 [colin]      2.5.2cvs34
1542
1543         * src/mh.c
1544                 Time mh_write_sequences() - it's fast
1545         * src/summaryview.c
1546                 Init a variable to shut up gcc
1547
1548 2006-10-01 [colin]      2.5.2cvs33
1549
1550         * src/folder.c
1551         * src/mh.c
1552         * src/mh.h
1553         * src/msgcache.c
1554                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1555                 Add fsync but disable it, it's slow as hell
1556
1557 2006-10-01 [colin]      2.5.2cvs32
1558
1559         * src/mh.c
1560         * src/msgcache.c
1561                 fflush() caches and mh_sequences before
1562                 fclose()ing
1563
1564 2006-10-01 [colin]      2.5.2cvs31
1565
1566         * src/msgcache.c
1567                 Don't ftruncate when not using mmap
1568
1569 2006-09-30 [colin]      2.5.2cvs30
1570
1571         * src/main.c
1572                 Write folder list *after* saving caches
1573
1574 2006-09-30 [colin]      2.5.2cvs29
1575
1576         * src/folder.c
1577         * src/mh.c
1578                 Debug forced mtime changes
1579
1580 2006-09-30 [colin]      2.5.2cvs28
1581
1582         * src/folder.c
1583         * src/main.c
1584                 Remove useless debug_print()s (code
1585                 well-tested)
1586
1587 2006-09-30 [colin]      2.5.2cvs27
1588
1589         * src/mh.c
1590                 Do stuff faster when writing mh_sequences
1591
1592 2006-09-30 [colin]      2.5.2cvs26
1593
1594         * src/mh.c
1595                 Don't let the writing of .mh_sequences, which
1596                 can change the folder's mtime, let us think
1597                 we need to scan.
1598
1599 2006-09-30 [colin]      2.5.2cvs25
1600
1601         * src/folder.c
1602                 Move a debug_print where it belongs 
1603                 (processing)
1604         * src/summaryview.c
1605                 Don't mess with a huge slow subject
1606                 table if we're not threading by
1607                 subject
1608
1609 2006-09-30 [colin]      2.5.2cvs24
1610
1611         * src/msgcache.c
1612                 Reenable mmaped reads (*not* writes!)
1613         * src/procmsg.c
1614                 Don't destroy and recreate hashtables just
1615                 for fun
1616         * src/common/utils.c
1617                 Remove useless reply prefixes (it's case
1618                 unsensitive)
1619
1620 2006-09-30 [wwp]        2.5.2cvs23
1621
1622         * tools/fix_date.sh
1623                 Fixed a minor bug in date value extraction, added a switch
1624                 to replace non RFC-compliant Date: value, added a switch
1625                 to use strict RFC matching patterns for dates.
1626
1627 2006-09-29 [colin]      2.5.2cvs22
1628
1629         * src/matcher_parser.h
1630         * src/matcher_parser_parse.y
1631         * src/prefs_filtering.c
1632         * src/statusbar.c
1633         * src/summary_search.c
1634         * src/summaryview.c
1635         * src/gtk/quicksearch.c
1636         * src/gtk/quicksearch.h
1637                 Optimise searches by setting different
1638                 refresh intervals (depending if the 
1639                 search is fast or not)
1640
1641 2006-09-29 [colin]      2.5.2cvs21
1642
1643         * src/codeconv.c
1644                 Optimise by reusing the last iconv converter
1645                 if possible
1646         * src/textview.c
1647                 Optimise a bit (the foldable quotes feature
1648                 still has an awful O(n^2) algo
1649
1650 2006-09-29 [colin]      2.5.2cvs20
1651
1652         * src/gtk/gtksctree.c
1653         * src/gtk/gtksctree.h
1654                 Optimise de-selection via up/down or
1655                 another key
1656
1657 2006-09-28 [colin]      2.5.2cvs19
1658
1659         * src/action.c
1660         * src/compose.c
1661         * src/folderview.c
1662         * src/mainwindow.c
1663         * src/messageview.c
1664         * src/summary_search.c
1665         * src/toolbar.c
1666                 Avoid using summaryview->ctree directly
1667
1668 2006-09-28 [colin]      2.5.2cvs18
1669
1670         * src/summaryview.c
1671         * src/summaryview.h
1672                 Add helpers to freeze/thaw/grab_focus
1673                 Factorize calls to freeze/thaw/grab_focus
1674                 
1675
1676 2006-09-28 [colin]      2.5.2cvs17
1677
1678         * src/main.c
1679                 More guards for the session management
1680
1681 2006-09-28 [colin]      2.5.2cvs16
1682
1683         * src/folderview.c
1684         * src/gtk/gtksctree.c
1685         * src/gtk/gtksctree.h
1686                 Make expanding not recursive in folderview
1687
1688 2006-09-28 [colin]      2.5.2cvs15
1689
1690         * src/addressbook.c
1691                 If nothing is selected in the list (right part)
1692                 and a group is selected in the tree (left part),
1693                 mail this group.
1694
1695 2006-09-28 [colin]      2.5.2cvs14
1696
1697         * src/Makefile.am
1698                 Actually use SM_LIBS
1699
1700 2006-09-28 [ticho]      2.5.2cvs13
1701
1702         * src/export.c
1703         * src/messageview.c
1704         * src/mimeview.c
1705         * src/news.c
1706         * src/pop.c
1707         * src/prefs_themes.c
1708         * src/procmsg.c
1709                 Small i18n string optimization.
1710         * src/send_message.c
1711         * src/summaryview.c
1712         * src/common/session.c
1713         * src/common/smtp.c
1714         * src/common/ssl_certificate.c
1715         * src/common/utils.c
1716                 Use "Couldn't" instead of "Can't" in UI messages,
1717                 where appropriate.
1718
1719 2006-09-28 [colin]      2.5.2cvs12
1720
1721         * configure.ac
1722                 Possibly fix link errors
1723
1724 2006-09-27 [wwp]        2.5.2cvs11
1725
1726         * src/gtk/authors.h
1727         * doc/man/sylpheed-claws.1
1728         * manual/ack.xml
1729         * manual/es/ack.xml
1730         * manual/fr/ack.xml
1731         * manual/pl/ack.xml
1732                 Updated authors info (me, myself and I).
1733
1734 2006-09-27 [colin]      2.5.2cvs10
1735
1736         * src/addressbook.c
1737                 Remove useless printf
1738
1739 2006-09-27 [wwp]        2.5.2cvs9
1740
1741         * src/editgroup.c
1742         * src/send_message.c
1743         * src/inc.c
1744         * src/prefs_common.c
1745         * src/prefs_common.h
1746         * src/gtk/progressdialog.c
1747                 remember more windows' sizes (send dialog, received dialog,
1748                 edit group in addressbook).
1749
1750 2006-09-27 [colin]      2.5.2cvs8
1751
1752         * configure.ac
1753         * src/main.c
1754         * src/mainwindow.h
1755                 Use libSM to communicate with the session
1756                 manager, so that we can know when the 
1757                 session ends, save our caches, and draft
1758                 our compose windows.
1759
1760 2006-09-27 [colin]      2.5.2cvs7
1761
1762         * src/addressbook.c
1763                 Fix issues:
1764                 o Allow Book and Group creation from the tree's
1765                   contextual menu
1766                 o Do not actually delete the contacts when 
1767                   deleting groups from the tree (duh!)
1768
1769 2006-09-27 [colin]      2.5.2cvs6
1770
1771         * src/compose.c
1772         * src/compose.h
1773         * src/mainwindow.c
1774         * src/textview.c
1775         * src/toolbar.c
1776                 o Allow passing an email address to 
1777                   compose_new_with_folderitem
1778                 o Update callers
1779                 o Use current folderitem when clicking
1780                   on a TextView mailto: link
1781                 o Fix a possible leak in TextView
1782
1783 2006-09-27 [colin]      2.5.2cvs5
1784
1785         * src/html.c
1786                 Use UTF-8 chars to replace HTML entities
1787
1788 2006-09-27 [colin]      2.5.2cvs4
1789
1790         * AUTHORS
1791         * src/prefs_account.c
1792         * src/gtk/authors.h
1793                 Fix bug #1024 (Array index out of
1794                 range in sylpheed-claws-2.5.2)
1795                 Patch by Ales Nosek <anosek@suse.cz>
1796
1797 2006-09-27 [colin]      2.5.2cvs3
1798
1799         * src/addr_compl.c
1800                 Actually do the test
1801
1802 2006-09-27 [colin]      2.5.2cvs2
1803
1804         * src/addr_compl.c
1805         * src/addr_compl.h
1806                 Allow completing with comma (in certain cases: vCalendar
1807                 for example doesn't support that)
1808                 Patch by Fabien Vantard
1809
1810 2006-09-26 [colin]      2.5.2cvs1
1811
1812         * src/Makefile.am
1813         * src/addr_compl.c
1814         * src/addr_compl.h
1815         * src/addrbook.c
1816         * src/addrbook.h
1817         * src/addressbook.c
1818         * src/addrindex.c
1819         * src/addrindex.h
1820         * src/compose.c
1821         * src/prefs_common.c
1822         * src/prefs_filtering_action.c
1823         * src/prefs_folder_item.c
1824         * src/prefs_template.c
1825         * src/stock_pixmap.c
1826         * src/stock_pixmap.h
1827         * src/pixmaps/addr_one.xpm
1828         * src/pixmaps/addr_two.xpm
1829                 Add auto-completion on groups
1830
1831 2006-09-26 [colin]      2.5.2
1832
1833         * NEWS
1834         * README
1835         * RELEASE_NOTES
1836                 2.5.2 released
1837
1838 2006-09-26 [colin]      2.5.1cvs5
1839
1840         * src/matcher.c
1841                 Fix condition
1842
1843 2006-09-26 [colin]      2.5.1cvs4
1844
1845         * src/mbox.c
1846                 Revert cvs1 (useless as the message is printed 
1847                 every 500 mails)
1848
1849 2006-09-26 [colin]      2.5.1cvs3
1850
1851         * src/partial_download.c
1852                 Fix crasher found by Alexsandar Urosevic
1853
1854 2006-09-26 [colin]      2.5.1cvs2
1855
1856         * src/summaryview.c
1857                 Fix bug #1023 (Sylpheed deletes too much messages)
1858
1859 2006-09-26 [ticho]      2.5.1cvs1
1860
1861         * src/mbox.c
1862                 Make use of gettext's multiple plurals for statusbar
1863                 progress message.
1864
1865 2006-09-25 [paul]       2.5.1
1866
1867         * NEWS
1868         * README
1869         * RELEASE_NOTES
1870                 2.5.1 released
1871
1872 2006-09-25 [colin]      2.5.0cvs3
1873
1874         * src/plugins/bogofilter/bogofilter.c
1875         * src/plugins/clamav/clamav_plugin.c
1876         * src/plugins/spamassassin/spamassassin.c
1877                 BogoFilter, Spamassassin: Fix double hook registering after
1878                 visiting preferences
1879                 Spamassassin, Clamav: Just set the mails to move instead of
1880                 doing the move - caller will move the things at once.
1881
1882 2006-09-25 [colin]      2.5.0cvs2
1883
1884         * src/imap.c
1885         * src/etpan/imap-thread.c
1886                 Use UID SEARCH ALL instead of UID 1:*
1887                 (braindead servers can't figure out that's
1888                 the same...)
1889
1890 2006-09-25 [wwp]        2.5.0cvs1
1891
1892         * src/message_search.c
1893                 Added the ability to stop a running search (in message body).
1894
1895 2006-09-25 [paul]       2.5.0
1896
1897         * NEWS
1898         * README
1899         * RELEASE_NOTES
1900                 2.5.0 released
1901
1902 2006-09-25 [paul]       2.4.0cvs214
1903
1904         * po/cs.po
1905         * po/de.po
1906         * po/fi.po
1907         * po/fr.po
1908         * po/nl.po
1909         * po/pt_BR.po
1910         * po/sk.po
1911         * po/sr.po
1912         * po/zh_CN.po
1913                 updated by Tim, Stephan Sachse, Flammie Pirinen,
1914                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
1915                 Ticho, Aleksander Urosevic, Ralgh Young
1916
1917 2006-09-24 [mones]      2.4.0cvs213
1918
1919         * po/es.po
1920                 Updated for release
1921
1922 2006-09-23 [colin]      2.4.0cvs212
1923
1924         * src/gtk/inputdialog.c
1925                 Fix [ ] remember this appearing in normal
1926                 input dialogs after it's been used by
1927                 mimeview.
1928         * src/folder.c
1929         * src/folderview.c
1930         * src/msgcache.c
1931         * src/procmsg.c
1932         * src/summaryview.c
1933         * src/textview.c
1934         * src/common/timing.h
1935                 Enable timings in debug mode and make it
1936                 look prettier.
1937
1938 2006-09-22 [colin]      2.4.0cvs211
1939
1940         * README
1941                 Revert test change
1942         * commitHelper
1943                 ping the correct URI
1944
1945 2006-09-22 [colin]      2.4.0cvs210
1946
1947         * README
1948                 Let's see if bug #1022 is fixed
1949
1950 2006-09-21 [colin]      2.4.0cvs209
1951
1952         * src/wizard.c
1953         * src/common/plugin.c
1954                 Prepare infra to load predefined plugins when
1955                 no configuration existed. Don't actually load
1956                 anything yet (feat. freeze)
1957
1958 2006-09-21 [wwp]        2.4.0cvs208
1959
1960         * manual/fr/faq.xml
1961                 Partial sync w/ 2.4.0cvs72:
1962                 wrap file and minor updates.
1963
1964 2006-09-21 [wwp]        2.4.0cvs207
1965
1966         * tools/fix_date.sh
1967                 several fixes and enhancements. A new --force switch has been
1968                 added to prevent overriding by default Date: header when
1969                 already existing.
1970
1971 2006-09-21 [paul]       2.4.0cvs206
1972
1973         * src/common/utils.c
1974                 add Chinese UTF8 Re prefix
1975
1976 2006-09-21 [wwp]        2.4.0cvs205
1977
1978         * tools/Makefile.am
1979                 Fics alfabettical order.
1980
1981 2006-09-21 [wwp]        2.4.0cvs204
1982
1983         * tools/fix_date.sh
1984         * tools/Makefile.am
1985                 Added an action tool to fix missing Date field in emails.
1986                 Updated Makefile.am to reflect those last two additions.
1987
1988 2006-09-21 [wwp]        2.4.0cvs203
1989
1990         * tools/uuooffice
1991                 Added a action tool to open uuencoded docs w/
1992                 OpenOffice (based on uudec method).
1993
1994 2006-09-21 [colin]      2.4.0cvs202
1995
1996         * src/compose.c
1997         * src/textview.c
1998                 Workaround possible GTK crash: remove selection 
1999                 clipboard before destroying widget, or GTK+-2.10
2000                 dies. Thanks to Hiro.
2001
2002 2006-09-20 [colin]      2.4.0cvs201
2003
2004         * src/compose.c
2005                 Fix free-after-use in some cases (when 
2006                 procmime_encode_content() frees mimeinfo->data.mem
2007                 and turns it to a temp file)
2008
2009 2006-09-20 [colin]      2.4.0cvs200
2010
2011         * src/folderview.c
2012         * src/summaryview.c
2013         * src/gtk/gtksctree.c
2014         * src/gtk/gtksctree.h
2015                 Add tooltips in the folderview and summaryview
2016                 (Doesn't break string freeze as they already
2017                 exist)
2018         * src/toolbar.c
2019                 Put the spam button in the default configuration
2020                 if compiled with bogo plugin too
2021
2022 2006-09-19 [colin]      2.4.0cvs199
2023
2024         * src/summaryview.c
2025         * src/summaryview.h
2026                 Update folder name label on folder rename
2027         * src/prefs_matcher.c
2028         * src/gtk/logwindow.h
2029                 Fix warnings
2030                 Patches by Fabien
2031
2032 2006-09-19 [wwp]        2.4.0cvs198
2033
2034         * src/summary_search.c
2035                 fix can't click forward/backward buttons in the
2036                 search messages.
2037
2038 2006-09-18 [paul]       2.4.0cvs197
2039
2040         * src/wizard.c
2041                 add missing bracket, capitalise the A of
2042                 'SpamAssassin'
2043
2044 2006-09-18 [paul]       2.4.0cvs196
2045
2046         * src/compose.c
2047                 fix bug 1012 'crashed upon sending mail
2048                 from compose window'
2049                 Thanks to Colin
2050
2051 2006-09-16 [colin]      2.4.0cvs195
2052
2053         * src/folderview.c
2054                 Fix "real-time" sorting by freezing/thawing
2055
2056 2006-09-16 [colin]      2.4.0cvs194
2057
2058         * manual/faq.xml
2059                 Fix the anti-spam entry a bit
2060
2061 2006-09-16 [colin]      2.4.0cvs193
2062
2063         * src/wizard.c
2064                 Make sure reviewers have no excuse when stating
2065                 Sylpheed-Claws doesn't have antispam capabilities.
2066
2067 2006-09-16 [colin]      2.4.0cvs192
2068
2069         * src/main.c
2070                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2071                 as if the SIGPIPE comes from etpan's thread we could
2072                 trigger a GUI update from this thread.
2073
2074 2006-09-16 [colin]      2.4.0cvs191
2075
2076         * src/summaryview.c
2077                 Init all members of the struct
2078
2079 2006-09-16 [paul]       2.4.0cvs190
2080
2081         * src/account.c
2082                 improvements to the English
2083
2084 2006-09-15 [colin]      2.4.0cvs189
2085
2086         * src/summaryview.c
2087                 HIG order on dialog
2088
2089 2006-09-14 [colin]      2.4.0cvs188
2090
2091         * src/common/socket.c
2092         * src/common/socket.h
2093         * src/common/ssl.c
2094         * src/common/ssl_certificate.c
2095         * src/common/ssl_certificate.h
2096         * src/etpan/imap-thread.c
2097                 the get_fqdn() call done to get canonical name when
2098                 checking an SSL certificate is blocking, which is
2099                 sad as we just did a non-blocking lookup to connect.
2100                 Fix that by letting the fqdn available to the SockInfo,
2101                 and use that in ssl_certificate_check(). For IMAP,
2102                 we don't do it as the lookup's done by libetpan, but
2103                 it's less annoying as IMAP connections as much more
2104                 rare than POP3 connections.
2105
2106 2006-09-14 [paul]       2.4.0cvs187
2107
2108         * manual/advanced.xml
2109                 improvements to the English,
2110                 properly place the new hidden options
2111                 within the alphabetical order
2112         * src/gtk/pluginwindow.c
2113                 improvements to the English
2114
2115 2006-09-14 [colin]      2.4.0cvs186
2116
2117         * src/prefs_common.c
2118         * src/prefs_common.h
2119         * src/gtk/gtksctree.c
2120         * manual/advanced.xml
2121                 New hidden pref, stripes_color_offset, to change
2122                 the value added/substracted to normal bgcolor to
2123                 create the stripes in summaries
2124
2125 2006-09-13 [colin]      2.4.0cvs185
2126
2127         * src/gedit-print.c
2128         * src/messageview.c
2129         * src/messageview.h
2130         * src/summaryview.c
2131         * src/textview.c
2132                 Fix misc. printing issues: 
2133                 - Bad font for linkified headers
2134                 - Different font if the mail was displayed or not
2135                 - Factorize the thing
2136
2137 2006-09-13 [colin]      2.4.0cvs184
2138
2139         * src/common/ssl_certificate.c
2140                 Only get FQDN once when checking certificate
2141
2142 2006-09-13 [colin]      2.4.0cvs183
2143
2144         * src/account.c
2145         * src/gtk/pluginwindow.c
2146                 Misc. GUI fixes by Fabien
2147
2148 2006-09-13 [wwp]        2.4.0cvs182
2149
2150         * configure.ac
2151         * src/common/utils.h
2152         * src/common/utils.c
2153                 get rid of unused wide-char functions.
2154
2155 2006-09-13 [wwp]        2.4.0cvs181
2156
2157         * src/plugins/pgpinline/sylpheed.def
2158         * src/textview.c
2159                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2160                 add privacy_reset_error to the .def file,
2161                 do not fork for an external textviewer.
2162
2163 2006-09-13 [wwp]        2.4.0cvs180
2164
2165         * src/prefs_common.c
2166                 fix broken font entry in prefs (patch issued by the gpg4win team,
2167                 probably by Marcus Brinkmann <marcus@g10code.de>).
2168
2169 2006-09-13 [colin]      2.4.0cvs179
2170
2171         * src/folder.h
2172                 Fix a warning in summaryview.c
2173         * src/mainwindow.c
2174         * src/summaryview.c
2175         * src/summaryview.h
2176                 Add missing Mark/* elements in the
2177                 main menu
2178
2179 2006-09-12 [colin]      2.4.0cvs178
2180
2181         * src/prefs_actions.c
2182         * src/prefs_filtering_action.c
2183         * src/prefs_matcher.c
2184                 Use (New) instead of New everywhere
2185
2186 2006-09-12 [wwp]        2.4.0cvs177
2187
2188         * manual/fr/addrbook.xml
2189         * manual/fr/handling.xml
2190                 updated some quotes in the fr manual to match the fr translation.
2191
2192 2006-09-12 [wwp]        2.4.0cvs176
2193
2194         * src/prefs_matcher.c
2195                 don't store translated string elements in matcher expressions.
2196                 Also fixed a misused of Q_().
2197
2198 2006-09-11 [wwp]        2.4.0cvs175
2199
2200         * src/plugins//bogofilter/bogofilter.c
2201         * src/plugins//clamav/clamav_plugin.c
2202         * src/plugins//demo/demo.c
2203         * src/plugins//dillo_viewer/dillo_viewer.c
2204         * src/plugins//pgpcore/plugin.c
2205         * src/plugins//pgpinline/plugin.c
2206         * src/plugins//pgpmime/plugin.c
2207         * src/plugins//spamassassin/spamassassin.c
2208                 gettext-ize more strings (mostly plugin error messages).
2209
2210 2006-09-11 [colin]      2.4.0cvs174
2211
2212         * src/alertpanel.c
2213                 Make maximum buffer size bigger to avoid
2214                 truncating translated messages. Patch by
2215                 Fabien
2216
2217 2006-09-11 [colin]      2.4.0cvs173
2218
2219         * src/etpan/imap-thread.c
2220                 Fix compilation on OpenBSD, thanks to 
2221                 Landry
2222
2223 2006-09-10 [wwp]        2.4.0cvs172
2224
2225         * manual/account.xml
2226         * manual/addrbook.xml
2227         * manual/handling.xml
2228         * manual/es/handling.xml
2229         * manual/fr/account.xml
2230         * manual/fr/addrbook.xml
2231         * manual/fr/handling.xml
2232                 documented addressbook matching (condition configuration):
2233                   addrbook.xml, en fr
2234                 documented per-account filtering rules (handling/filtering
2235                   section, account section):
2236                   account.xml, handling.xml, en fr
2237                 slightly updated the handling/searching section to tell few
2238                   words about the extended search ability:
2239                   handling.xml, en fr
2240                 added missing <quote></quotes> to Quick Search:
2241                   handling.xml, en fr es
2242                 fixed a typo (auomatically):
2243                   handling.xml, en
2244                 changes revisited by Paul.
2245
2246 2006-09-10 [paul]       2.4.0cvs171
2247
2248         * src/prefs_actions.c
2249         * src/prefs_filtering.c
2250         * src/prefs_template.c
2251                 adjustments to the gui
2252                 Patch by Fabien Vantard (slightly modified)
2253
2254 2006-09-10 [colin]      2.4.0cvs170
2255
2256         * src/summaryview.c
2257                 Check folderitem/summaryview consistency
2258                 (basically automates Update summary). Fixes
2259                 #1011 (wrong (negative) count on unread 
2260                 messages)
2261
2262 2006-09-10 [colin]      2.4.0cvs169
2263
2264         * src/gtk/gtksctree.c
2265                 Fix recursive expansion via mouse
2266         * src/plugins/bogofilter/bogofilter.c
2267                 Use normal filtering way of moving
2268                 messages (batching), possibly fixing
2269                 bug #1015 (Bogofilter plugin doubles 
2270                 new messages)
2271
2272 2006-09-09 [wwp]        2.4.0cvs168
2273
2274         * src/prefs_filtering.c
2275                 better place for this fix.
2276
2277 2006-09-09 [wwp]        2.4.0cvs167
2278
2279         * src/prefs_filtering.c
2280                 fix a minor bug when the enabled status of a filtering/processing
2281                 rule always got set to TRUE when replacing this rule. That still
2282                 make sense when adding a new rule, but now when replacing, we
2283                 don't override the value of 'enabled'.
2284                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2285                 to prefs_filtering_list_view_get_info() as this function not only
2286                 returns the name, but also the account_id and the enabled status.
2287
2288 2006-09-09 [mones]      2.4.0cvs166
2289
2290         * manual/glossary.xml
2291         * manual/plugins.xml
2292                 Minor format corrections
2293         * manual/gpl.xml
2294                 Fix misplaced NO WARRANTY section
2295         * manual/es/advanced.xml
2296         * manual/es/faq.xml
2297         * manual/es/glossary.xml
2298         * manual/es/gpl.xml
2299         * manual/es/handling.xml
2300         * manual/es/plugins.xml
2301         * manual/es/starting.xml
2302                 Incorporate changes from English version
2303         * manual/fr/ack.xml
2304         * manual/pl/ack.xml
2305         * manual/es/ack.xml
2306                 Fix address, (add translation credits in es version)
2307         * po/es.po
2308                 Updated translation
2309
2310 2006-09-09 [wwp]        2.4.0cvs165
2311
2312         * src/prefs_filtering.c
2313                 fix a crash when opening filtering prefs, if matcherrc file contains
2314                 broken data (non-existing account id, which is theoretically not
2315                 possible).
2316
2317 2006-09-08 [colin]      2.4.0cvs164
2318
2319         * src/folder.c
2320                 Wrong assert, make it an if()
2321         * src/gtk/gtksctree.c
2322                 Fix bug #1013 (expand selected thread 
2323                 tree) - expanding is now recursive
2324
2325 2006-09-07 [wwp]        2.4.0cvs163
2326
2327         * src/prefs_matcher.c
2328                 make better sentences about addressbook matching in the
2329                 matcher prefs. This should make translators' work easier
2330                 too.
2331
2332 2006-09-07 [wwp]        2.4.0cvs162
2333
2334         * src/prefs_filtering.c
2335                 code simplification (get rid of dup var. assignment).
2336
2337 2006-09-07 [wwp]        2.4.0cvs161
2338
2339         * src/summaryview.c
2340                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2341                 <fzzzzz@gmail.com>.
2342
2343 2006-09-07 [paul]       2.4.0cvs160
2344
2345         * src/mimeview.c
2346                 fix compilation warnings
2347                 Thanks to Colin
2348
2349 2006-09-07 [paul]       2.4.0cvs159
2350
2351         * src/mimeview.c
2352                 select the mimepart icon when
2353                 displaying as text
2354                 Thanks to Colin
2355
2356 2006-09-06 [paul]       2.4.0cvs158
2357
2358         * src/prefs_filtering.c
2359                 fix labels and table element spacing
2360                 Patch by Fabien Vantard
2361
2362 2006-09-06 [paul]
2363
2364         2.5.0-rc3 released
2365
2366 2006-09-06 [paul]       2.4.0cvs157
2367
2368         * manual/es/advanced.xml
2369                 fix typo
2370
2371 2006-09-06 [wwp]        2.4.0cvs156
2372
2373         * src/mainwindow.c
2374                 fix an dup launch issue when iconified, thanks to Colin.
2375
2376 2006-09-06 [wwp]        2.4.0cvs155
2377
2378         * src/gtk//gtksctree.h
2379                 oops, forgot that one!
2380
2381 2006-09-06 [wwp]        2.4.0cvs154
2382
2383         * manual/pl/advanced.xml
2384         * manual/advanced.xml
2385         * manual/es/advanced.xml
2386         * manual/fr/advanced.xml
2387         * src/prefs_customheader.c
2388         * src/prefs_filtering_action.c
2389         * src/foldersel.c
2390         * src/prefs_summaries.c
2391         * src/prefs_filtering.c
2392         * src/account.c
2393         * src/compose.c
2394         * src/prefs_summary_column.c
2395         * src/addr_compl.c
2396         * src/prefs_actions.c
2397         * src/prefs_folder_column.c
2398         * src/ssl_manager.c
2399         * src/prefs_template.c
2400         * src/prefs_display_header.c
2401         * src/prefs_common.h
2402         * src/prefs_matcher.c
2403         * src/prefs_common.c
2404         * src/prefs_toolbar.c
2405         * src/summaryview.c
2406         * src/folderview.c
2407         * src/gtk/gtksctree.c
2408         * src/gtk/pluginwindow.c
2409         * src/gtk/progressdialog.c
2410         * src/gtk/prefswindow.c
2411                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2412                 to make its meaning more obvious (all versions of the manual reflect
2413                 the change).
2414                 added an extra hidden option use_stripes_in_summary to allow
2415                 discarding these stripes in mainwindow's folder and message lists;
2416                 en and fr manuals only are OK towards this.
2417
2418 2006-09-06 [colin]      2.4.0cvs153
2419
2420         * src/textview.c
2421                 Hide Sylpheed-Claws' internal queue headers
2422                 when showing all headers. They'll be present
2423                 only in Source window.
2424
2425 2006-09-05 [colin]      2.4.0cvs152
2426
2427         * src/plugins/trayicon/trayicon.c
2428                 Fix crash at exit - we have to disconnect
2429                 our handlers
2430         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2431                 Update eggtrayicon - patch adapted from a
2432                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2433                 on Sylpheed's ML
2434
2435 2006-09-05 [colin]      2.4.0cvs151
2436
2437         * src/mainwindow.c
2438         * src/gtk/logwindow.c
2439                 Fix race condition when something writes
2440                 to the log too soon during init. Thanks
2441                 to Fabien Vantard
2442
2443 2006-09-05 [colin]      2.4.0cvs150
2444
2445         * src/mimeview.c
2446                 Don't select part on right-click either
2447
2448 2006-09-05 [paul]       2.4.0cvs149
2449
2450         * src/mimeview.c
2451                 completion of previous commit
2452                 Thanks to Colin
2453
2454 2006-09-05 [colin]      2.4.0cvs148
2455
2456         * src/mimeview.c
2457                 Don't force selection on middle-click, just open
2458
2459 2006-09-04 [colin]      2.4.0cvs147
2460
2461         * src/mimeview.c
2462                 Looks like gtk_notebook_set_current_page()
2463                 sometimes steals focus, and this annoys us
2464                 in MimeViewers as it renders navigation
2465                 keys useless. Take back focus after switching
2466                 pages.
2467
2468 2006-09-04 [colin]      2.4.0cvs146
2469
2470         * src/messageview.c
2471                 Set stop_loading when clicking on Next
2472                 during load. Don't add a callback to 
2473                 avoid over-complicating things.
2474
2475 2006-09-04 [colin]      2.4.0cvs145
2476
2477         * src/mimeview.c
2478         * src/messageview.c
2479                 Fix multiple loads in separate messageview
2480
2481 2006-09-04 [colin]      2.4.0cvs144
2482
2483         * src/summaryview.c
2484                 Let navigation keys be handled during 
2485                 load
2486
2487 2006-09-04 [colin]      2.4.0cvs143
2488
2489         * src/messageview.c
2490         * src/summaryview.c
2491         * src/textview.c
2492         * src/textview.h
2493                 Make loading of huge mails (lots of text and/or
2494                 images) cancellable, so the GUI doesn't block 
2495
2496 2006-09-04 [colin]      2.4.0cvs142
2497
2498         * src/plugins/trayicon/trayicon.c
2499                 Fix annoyance when removing a folder with 
2500                 unread mails: trayicon didn't update
2501
2502 2006-09-04 [paul]       2.4.0cvs141
2503
2504         * src/gtk/icon_legend.c
2505                 straighten up columns
2506                 Patch by Fabien Vantard
2507
2508 2006-09-04 [wwp]        2.4.0cvs140
2509
2510         * src/prefs_filtering.c
2511                 fix new line's account name in filtering prefs:
2512                 was "All", is now "(New)".
2513
2514 2006-09-04 [paul]       2.4.0cvs139
2515
2516         * tools/make.themes.project
2517                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2518                 instead of homebrewed "make release"
2519
2520 2006-09-03 [colin]      2.4.0cvs138
2521
2522         * src/folderview.c
2523                 Fix bug #1007 (Wrong folder highlighted)
2524
2525 2006-09-03 [colin]      2.4.0cvs137
2526
2527         * src/compose.c
2528                 Don't set Newsgroup: header to a mail folder
2529                 path
2530
2531 2006-09-03 [paul]       2.4.0cvs136
2532
2533         * src/prefs_other.c
2534         * src/prefs_spelling.c
2535                 unify the gui
2536
2537 2006-09-03 [paul]       2.4.0cvs135
2538
2539         * src/prefs_summaries.c
2540                 correct menu item text in prefs_keybind_apply_clicked()
2541
2542 2006-09-03 [paul]       2.4.0cvs134
2543
2544         * manual/advanced.xml
2545                 some improvements to the descriptions
2546         * src/mainwindow.c
2547         * src/messageview.c
2548         * src/summaryview.c
2549         * src/gtk/menu.c
2550                 fix menu sensitivity issues
2551         * src/prefs_message.c
2552                 drop the useless word 'short'
2553         * src/prefs_other.c
2554                 add the word 'lines' indicating log length
2555                 is a measure of lines
2556         * src/textview.c
2557                 fix compilation warnings
2558
2559 2006-09-02 [colin]      2.4.0cvs133
2560
2561         * src/messageview.c
2562                 Display a special return-receipt message
2563                 if the message is from the user
2564         * src/summaryview.c
2565                 Fix missing freeze of the list when marking
2566                 all read and unthreading for exec. Thanks
2567                 to Stephan Sachse.
2568
2569 2006-09-02 [paul]       2.4.0cvs132
2570
2571         * src/mainwindow.c
2572         * src/prefs_message.c
2573         * src/summaryview.c
2574                 fix some english
2575
2576 2006-09-02 [wwp]        2.4.0cvs131
2577
2578         * src/prefs_filtering.c
2579                 added an account name column to the filtering rules
2580                 dialog.
2581
2582 2006-09-02 [colin]      2.4.0cvs130
2583
2584         * src/gtk/logwindow.c
2585         * src/gtk/logwindow.h
2586                 Block scrolling if we're not at the end
2587                 of the log
2588
2589 2006-09-02 [colin]      2.4.0cvs129
2590
2591         * src/folder.c
2592                 Make sure account-specific rules can't
2593                 be used in {pre-,post-,}processing
2594         * src/mainwindow.c
2595         * src/gtk/logwindow.c
2596         * src/gtk/logwindow.h
2597                 Jump to last error when clicking on the
2598                 warning icon
2599
2600 2006-09-02 [colin]      2.4.0cvs128
2601
2602         * src/imap.c
2603         * src/import.c
2604         * src/mainwindow.c
2605         * src/mainwindow.h
2606                 Fix warning icon
2607         * src/inc.c
2608         * src/mbox.c
2609         * src/mbox.h
2610                 Let proc_mbox know its account, for
2611                 account-specific rules
2612
2613 2006-09-01 [colin]      2.4.0cvs127
2614
2615         * src/codeconv.c
2616                 Don't uselessly use iconv to convert from
2617                 us-ascii
2618         * src/alertpanel.c
2619         * src/mainwindow.c
2620         * src/mainwindow.h
2621         * src/inc.c
2622                 Fix certain log cases, disable warning icon
2623                 for now, the correct way to display it when
2624                 necessary and only when necessary is probably
2625                 to do it manually rather than use error logs
2626         * src/etpan/imap-thread.c
2627                 Clean up UID logging a bit
2628         * src/gtk/logwindow.c
2629         * src/gtk/logwindow.h
2630                 Make logging faster when the window's closed
2631
2632 2006-09-01 [wwp]        2.4.0cvs126
2633
2634         * manual/fr/account.xml
2635                 reflect changes to the ref. manual (parts of cvs72):
2636                 fix tabnames and quotes.
2637
2638 2006-09-01 [wwp]        2.4.0cvs125
2639
2640         * manual/fr/plugins.xml
2641                 reflect changes to the reference manual (cvs42):
2642                 update IRC channel info.
2643
2644 2006-09-01 [wwp]        2.4.0cvs124
2645
2646         * commitHelper
2647                 use CVSEDITOR env. var. if set, according to `man cvs`.
2648
2649 2006-09-01 [wwp]        2.4.0cvs123
2650
2651         * manual/advanced.xml
2652                 better sentence again (thanks to Paul).
2653
2654 2006-09-01 [wwp]        2.4.0cvs122
2655
2656         * manual/advanced.xml
2657         fix definition of toolbar_detachable and rework a bit the one of
2658         enable_dotted_lines.
2659
2660 2006-09-01 [mones]      2.4.0cvs121
2661
2662         * manual/advanced.xml
2663                 Document enable_dotted_lines
2664
2665 2006-09-01 [paul]       2.4.0cvs120
2666
2667         * src/folderview.c
2668         * src/folderview.h
2669         * src/imap.c
2670         * src/mainwindow.c
2671         * src/summaryview.c
2672                 obey the 'When entering folder...' option
2673                 when using the /View/Go to/... menu items
2674                 Thanks to Colin
2675
2676 2006-08-31 [colin]      2.4.0cvs119
2677
2678         * src/folderview.c
2679                 Revert 2.4.0cvs116, wrong fix.
2680
2681 2006-08-31 [colin]      2.4.0cvs118
2682
2683         * src/gtk/gtksctree.c
2684                 Better state the various copyrights
2685
2686 2006-08-31 [colin]      2.4.0cvs117
2687
2688         * src/prefs_common.c
2689                 fix enable_dotted_lines
2690
2691 2006-08-31 [colin]      2.4.0cvs116
2692
2693         * src/folderview.c
2694                 Use pref "Always open on select" when going
2695                 to next unread folder
2696         * src/gtk/gtksctree.c
2697                 Fix link failure to _gtk_clist_create_cell_layout
2698                 on certain computers. (Why not mine, I wonder)
2699
2700 2006-08-31 [colin]      2.4.0cvs115
2701
2702         * src/procmsg.c
2703         * src/textview.c
2704         * src/plugins/bogofilter/bogofilter.c
2705         * src/plugins/spamassassin/spamassassin.c
2706                 Requalify some "errors" to warnings
2707         * src/mainwindow.c
2708         * src/mainwindow.h
2709         * src/statusbar.c
2710                 Add an icon in the statusbar to notify
2711                 of errors
2712         * src/gtk/gtksctree.c
2713         * src/folderview.c
2714         * src/summaryview.c
2715                 Make the GtkSCTree look more modern by
2716                 alternating background lines
2717         * src/prefs_common.c
2718         * src/prefs_common.h
2719                 Add a pref to let people have the old
2720                 way if they prefer
2721
2722
2723 2006-08-30 [colin]      2.4.0cvs114
2724
2725         * src/procmsg.c
2726         * src/procmsg.h
2727                 Provide a way to filter a list of
2728                 messages in an optimised manner, and
2729                 add a list-filtering hook
2730         * src/folder.c
2731         * src/inc.c
2732         * src/mbox.c
2733                 Use the list filtering
2734         * src/plugins/bogofilter/bogofilter.c
2735                 Use the list-filtering hook
2736                 Use -b (bulk) mode for more speed
2737                 when learning and filtering
2738         * src/etpan/imap-thread.c
2739                 Make log output shorter in UID SEARCH
2740
2741
2742 2006-08-30 [colin]      2.4.0cvs113
2743
2744         * src/plugins/bogofilter/bogofilter.c
2745                 Really fast mass learning - thanks to David
2746                 Relson for the options explanations :)
2747
2748 2006-08-30 [colin]      2.4.0cvs112
2749
2750         * src/msgcache.c
2751                 Fix compilation on FreeBSD. Thanks
2752                 to Michael Hugues
2753
2754 2006-08-29 [colin]      2.4.0cvs111
2755
2756         * src/folderview.c
2757                 Handle "popup_menu" signal (for popping the 
2758                 menu via the keyboard)
2759         * src/mimeview.c
2760         * src/mimeview.h
2761         * src/summaryview.c
2762         * src/textview.c
2763         * src/gtk/gtkutils.c
2764         * src/gtk/gtkutils.h
2765                 Factorize scrolling code, and add an API 
2766                 for MimeViewers to handle scroll orders
2767
2768 2006-08-29 [wwp]        2.4.0cvs110
2769
2770         * src/plugins//bogofilter/bogofilter.c
2771         * src/plugins//spamassassin/spamassassin.c
2772                 make the bogofilter/spamassassin filtering error dialogs at
2773         incorporation obey to the "don't popup error dialog on
2774         receive error" option. If disabled, feed the log window w/
2775         the error message.
2776
2777 2006-08-29 [paul]
2778
2779         2.5.0-rc2 released
2780
2781 2006-08-29 [paul]       2.4.0cvs109
2782
2783         * Makefile.am
2784                 remove 'make release', it's not needed
2785                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
2786
2787 2006-08-29 [paul]       2.4.0cvs108
2788
2789         * src/foldersel.c
2790         * src/summary_search.c
2791         * src/gtk/progressdialog.c
2792         * src/plugins/pgpcore/passphrase.c
2793                 replace deprecated gtk_window_set_policy()
2794
2795 2006-08-29 [colin]      2.4.0cvs107
2796
2797         * src/folder.c
2798                 Fix data loss when copy fails during a move:
2799                 only use fast remove_msgs if everything was
2800                 copied OK; else use slow remove_msg on the
2801                 mails that got copied only.
2802
2803 2006-08-28 [paul]       2.4.0cvs106
2804
2805         * src/mh.c
2806                 revert change in 2.4.0cvs104, it breaks
2807                 stuff
2808
2809 2006-08-28 [paul]       2.4.0cvs105
2810
2811         * src/plugins/spamassassin/spamassassin.c
2812                 english fix
2813
2814 2006-08-28 [paul]       2.4.0cvs104
2815
2816         * src/mh.c
2817                 fix data loss when moving to another
2818                 mailbox fails
2819         * src/prefs_spelling.c
2820                 improve the english
2821         * src/gtk/pluginwindow.c
2822                 improve the layout of the dialog text
2823         All thanks to Colin
2824
2825 2006-08-28 [paul]       2.4.0cvs103
2826
2827         * src/plugins/bogofilter/bogofilter.c
2828         * src/plugins/bogofilter/bogofilter_gtk.c
2829                 fix english up a bit, innit
2830
2831 2006-08-28 [paul]       2.4.0cvs102
2832
2833         * configure.ac
2834         * po/Makefile.in.in
2835         * po/Makevars
2836                 require autoconf 2.60, enabling building
2837                 with gettext 0.15 (gettext 0.14.x build still
2838                 possible). Replace Makefiles with versions
2839                 from gettext 0.15.
2840                 Remove configure options --with-localedir and
2841                 --with-mandir. The options that are provided
2842                 directly by autoconf 2.60 can be used instead:
2843                 --mandir --localedir
2844
2845 2006-08-27 [colin]      2.4.0cvs101
2846
2847         * src/plugins/bogofilter/Makefile.am
2848                 Fix make dist (no README)
2849
2850 2006-08-27 [colin]      2.4.0cvs100
2851
2852         * src/folder.c
2853                 Don't use F_UNKNOWN folders for any default
2854                 outbox/trash/etc
2855         * src/plugins/bogofilter/bogofilter.c
2856         * src/plugins/bogofilter/bogofilter.h
2857         * src/plugins/bogofilter/bogofilter_gtk.c
2858                 Add an option to specify the path to bogofilter
2859                 Use single-quotes to be able to learn in folders
2860                 with spaces in their names
2861                 Verify learning status
2862
2863 2006-08-27 [colin]      2.4.0cvs99
2864
2865         * manual/faq.xml
2866         * manual/plugins.xml
2867                 Document Bogofilter plugin
2868
2869 2006-08-27 [colin]      2.4.0cvs98
2870
2871         * src/compose.c
2872         * src/messageview.c
2873         * src/procmsg.c
2874         * src/procmsg.h
2875                 When possible, copy the queued mail to sent folder
2876                 instead of re-adding. Much faster on IMAP.
2877
2878 2006-08-27 [colin]      2.4.0cvs97
2879
2880         * src/msgcache.c
2881                 Disable mmaped caches - huge metadata loss
2882                 here after a power failure.
2883         * src/summaryview.c
2884                 Add quicksearch timing
2885         * src/common/plugin.c
2886         * src/common/plugin.h
2887                 Implement an interface to tell what plugins
2888                 provide. Prevent loading of similar plugins.
2889         * src/plugins/clamav/clamav_plugin.c
2890         * src/plugins/demo/demo.c
2891         * src/plugins/dillo_viewer/dillo_viewer.c
2892         * src/plugins/pgpcore/plugin.c
2893         * src/plugins/pgpinline/pgpinline.c
2894         * src/plugins/pgpmime/pgpmime.c
2895         * src/plugins/spamassassin/spamassassin.c
2896         * src/plugins/trayicon/trayicon.c
2897                 Implement plugin_provides()
2898
2899 2006-08-27 [colin]      2.4.0cvs96
2900
2901         * configure.ac
2902         * src/plugins/Makefile.am
2903         * src/plugins/bogofilter/.cvsignore
2904         * src/plugins/bogofilter/Makefile.am
2905         * src/plugins/bogofilter/bogofilter.c
2906         * src/plugins/bogofilter/bogofilter.h
2907         * src/plugins/bogofilter/bogofilter_gtk.c
2908                 New Bogofilter plugin, provides filtering and
2909                 learning. Spamassassin will go to extra plugins.
2910
2911 2006-08-26 [mones]      2.4.0cvs95
2912
2913         * manual/handling.xml
2914                 Fix subfolder path in the example (thanks to Paul) 
2915
2916 2006-08-26 [mones]      2.4.0cvs94
2917
2918         * manual/glossary.xml
2919                 2.2. + add ISP to the glossary
2920                 7.5. + Add UIDL to glossary
2921                 7.7. + Add TCP to glossary
2922         * manual/handling.xml
2923                 7.1. + Mentions GNU/Linux distribution, what about the non...
2924                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
2925                 7.3. + Mentions .bashrc, what about the non-bash ones? 
2926                 7.4. = Use appropriate quotation for commands
2927                 7.6. = change "" to <quote></quote>
2928         * manual/plugins.xml
2929                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
2930         * manual/starting.xml
2931                 2.1. + local mbox file: some examples of mbox file locations...
2932                 Also reformatted files requiring it
2933
2934 2006-08-26 [wwp]        2.4.0cvs93
2935
2936         * src/summary_search.c
2937                 disable find buttons while summary search is running.
2938
2939 2006-08-25 [colin]      2.4.0cvs92
2940
2941         * src/folder.c
2942         * src/folderutils.c
2943         * src/mh.c
2944         * src/procmsg.h
2945         * src/summaryview.c
2946                 Speed up MH moving, and add progressbar
2947                 for MH deletion
2948         * src/msgcache.c
2949                 Write cache files using mmap() too
2950
2951 2006-08-25 [wwp]        2.4.0cvs91
2952
2953         * src/summaryview.c
2954                 switch spam<->ham button when a message has been marked as spam or ham
2955                 and is still selected. Thanks to Colin.
2956
2957 2006-08-25 [paul]       2.4.0cvs90
2958
2959         * src/Makefile.am
2960         * src/stock_pixmap.c
2961         * src/stock_pixmap.h
2962         * src/summaryview.c
2963         * src/gtk/icon_legend.c
2964         * src/pixmaps/copied.xpm
2965         * src/pixmaps/moved.xpm
2966                 add icons for delayed execution marked for
2967                 copying, marked for moving
2968
2969 2006-08-25 [mones]      2.4.0cvs89
2970
2971         * manual/glossary.xml
2972                 Fix the other glossary items:
2973                 5.1. = Inmmediate execution -> <quote>immediate execution...
2974                 5.2. = Fix MBOX capitalization -> Mbox
2975                 5.3. + Improve Plugins def. w/ tech. ref.
2976                 5.4. = Quotation -> replace '>' by <quote>></quote>
2977                 5.5. - SMTP Server. -> remove dot
2978         * po/es.po
2979                 Updated translation
2980
2981 2006-08-25 [mones]      2.4.0cvs88
2982
2983         * manual/ack.xml
2984                 Reformatted, changed email address
2985         * manual/glossary.xml
2986                 Reformatted, fixed MANUAL-TODO items:
2987                 8.2. + add ROT-13 to glossary
2988                 8.4. + add URL to glossary
2989         * manual/es/advanced.xml
2990                 Fixed <literal>s
2991
2992 2006-08-25 [paul]       2.4.0cvs87
2993
2994         * src/gtk/icon_legend.c
2995                 add 'marked for deletion' icon
2996                 arrange icons by containing column
2997                 wrap long label text
2998
2999 2006-08-25 [colin]      2.4.0cvs86
3000
3001         * src/common/utils.c
3002         * src/common/utils.h
3003                 Add the sc_g_*list_bigger functions in
3004                 a place everyone can use it
3005         * src/summaryview.c
3006                 Only freeze/thaw the list when working
3007                 on the selection, if it's bigger than 1
3008         * src/gtk/gtksctree.c
3009                 Only freeze/thaw the list when unselec-
3010                 ting 'all' if ('all' != 1)
3011                 This avoids some flickering
3012
3013 2006-08-24 [colin]      2.4.0cvs85
3014
3015         * src/addressbook.c
3016                 Fix strange list selection
3017                 Fix random seg (Invalid read of freed memory)
3018
3019 2006-08-24 [colin]      2.4.0cvs84
3020
3021         * src/alertpanel.c
3022         * src/gtk/inputdialog.c
3023         * src/plugins/pgpcore/passphrase.c
3024                 Revert minimal width patch of 2.4.0cvs67,
3025                 as it is also a maximal width. Use 
3026                 gtk_window_set_default_size instead.
3027
3028 2006-08-24 [colin]      2.4.0cvs83
3029
3030         * src/msgcache.c
3031                 Write cache/mark to temp files before
3032                 overwriting old ones (avoids metadata
3033                 loss if writing the new files fail).
3034                 Use mmap() to read cache/mark file, as
3035                 this makes cache reading faster. Dis-
3036                 abled for big-endian machines until it
3037                 can be tested. (Big-endian users: set
3038                 msgcache_use_mmap = TRUE in the relevant
3039                 #if).
3040         * src/procmsg.h
3041                 Move rarely used fields of MsgInfo in 
3042                 another structure, which will only be
3043                 allocated if needed. Face, X-Face,
3044                 Return receipt headers and List-*
3045                 headers are moved. Mails having none
3046                 of these occupy 52 bytes less with
3047                 this patch, which makes 2.5MB of RAM
3048                 saved on a 50k folder).
3049         * src/headerview.c
3050         * src/mainwindow.c
3051         * src/messageview.c
3052         * src/partial_download.c
3053         * src/procheader.c
3054         * src/procmsg.c
3055         * src/textview.c
3056                 Follow this structure change.
3057
3058 2006-08-24 [wwp]        2.4.0cvs82
3059
3060         * manual/es/.cvsignore
3061         * manual/es/dist/.cvsignore
3062         * manual/es/dist/html/.cvsignore
3063         * manual/es/dist/pdf/.cvsignore
3064         * manual/es/dist/ps/.cvsignore
3065         * manual/es/dist/txt/.cvsignore
3066                 more (generated) files to ignore.
3067
3068 2006-08-24 [colin]      2.4.0cvs81
3069
3070         * src/folder.c
3071         * src/mh.c
3072                 Fix possible problems with local delivery. Check the folder doesn't
3073                 need scan before setting its mtime when saving cache (which can be
3074                 done long after the folder's been modified by an external process);
3075                 Check that the stored item's mtime didn't change in mh functions.
3076
3077 2006-08-24 [mones]      2.4.0cvs80
3078
3079         * manual/advanced.xml
3080                 Rewrapping, some fixes and MANUAL-TODO items:
3081                 8.1. = change "" to <quote></quote>
3082                 8.3. = quote menu items
3083                 8.5. - deploying -> new user ... ideally a new user (redundant)
3084
3085 2006-08-23 [colin]      2.4.0cvs79
3086
3087         * src/gtk/gtksctree.c
3088                 When selecting or deselecting range, only
3089                 freeze/thaw when selection is bigger than 10
3090
3091 2006-08-23 [colin]      2.4.0cvs78
3092
3093         * src/messageview.c
3094         * src/mimeview.c
3095         * src/mimeview.h
3096         * src/plugins/dillo_viewer/dillo_viewer.c
3097                 Provide an API for MimeViewer plugins to
3098                 return a text selection for replying
3099
3100 2006-08-23 [colin]      2.4.0cvs77
3101
3102         * src/image_viewer.c
3103         * src/textview.c
3104                 Use gtk_pixbuf_new_from_file_at_scale(), which
3105                 is faster than getting the pixbuf then resizing
3106                 it.
3107
3108 2006-08-23 [colin]      2.4.0cvs76
3109
3110         * src/procmime.c
3111                 UTF-8 should be sent Quoted-printable
3112
3113 2006-08-22 [colin]      2.4.0cvs75
3114
3115         * src/mh.c
3116                 Check if scan is required before touching
3117                 the folder (or it'll be required every time)
3118
3119 2006-08-22 [colin]      2.4.0cvs74
3120
3121         * configure.ac
3122                 Require libetpan 0.46 (crasher fix when built
3123                 against gnutls)
3124
3125 2006-08-22 [colin]      2.4.0cvs73
3126
3127         * src/folder.c
3128                 Set folder's mtime after writing its
3129                 cache
3130         * src/folderview.c
3131                 Add some timing
3132         * src/procmsg.c
3133                 Don't do useless stuff if we don't 
3134                 thread by subject
3135         * src/summaryview.c
3136                 Add some timing, don't deselect prior
3137                 to selecting (gtksctree does it itself),
3138                 remove crash avoidance hacks as it's been
3139                 properly fixed since a while
3140         * src/common/utils.c
3141                 Optimize to_human_readable(): _() is slow,
3142                 do it only once, and avoid %f format for KB
3143                 (the most common in a summaryview)
3144         * src/gtk/gtksctree.c
3145                 Don't uselessly freeze/thaw (fixes flicker
3146                 on next unread and friends), reduce number
3147                 of g_list_nth/g_list_position where possible
3148         * src/gtk/gtkutils.c
3149         * src/gtk/gtkutils.h
3150                 Reduce number of g_list_nth/g_list_position
3151                 where possible.
3152                 All of this makes loading as 70k folder 2.1
3153                 seconds instead of 3.2 (with hot FS caches).
3154                 (1.3 seconds without Date and Size columns...)
3155
3156 2006-08-22 [paul]       2.4.0cvs72
3157
3158         wrap documents and do some items from mones' MANUAL-TODO:
3159
3160         * manual/account.xml
3161                 4.1. = fix tabname references to <quote>tabname</quote>
3162                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3163         * manual/faq.xml
3164                 1.1. = mentioned options don't match UI
3165                 Add information about the 'Never send Return Receipts'
3166                 option
3167         * manual/handling.xml
3168                 6.2. = Mentions Extended symbols button, but now is
3169                 named Information
3170                 6.3. = Mentions ... button, which is now Edit
3171
3172 2006-08-22 [colin]      2.4.0cvs71
3173
3174         * src/gtk/pluginwindow.c
3175                 Fix layout in verbose translations (such
3176                 as french)
3177
3178 2006-08-22 [paul]       2.4.0cvs70
3179
3180         * manual/Makefile.am
3181                 build manuals in alphabetical order
3182         * src/addressbook.c
3183         * src/prefs_themes.c
3184                 replace/remove deprecated symbols
3185         * src/gtk/gtkutils.c
3186                 fix a warning
3187         * src/gtk/pluginwindow.c
3188                 replace deprecated symbol
3189                 replace label text and move it
3190         * src/plugins/pgpcore/prefs_gpg.c
3191                 move the 'Generate...' button out of the
3192                 Sign Key frame, replace the English used
3193         * src/plugins/pgpcore/sgpgme.c
3194                 fixes to the English
3195
3196 2006-08-21 [colin]      2.4.0cvs69
3197
3198         * src/plugins/trayicon/trayicon.c
3199                 Add more strings for translation; patch
3200                 by Pawel
3201
3202 2006-08-21 [colin]      2.4.0cvs68
3203
3204         * src/compose.c
3205                 fix replied flag not set after drafting
3206         * src/matcher.c
3207                 fix body quicksearch in non-encoded bodies
3208                 containing '='
3209         * src/msgcache.c
3210                 Get rid of the g_malloc workaround for
3211                 corrupted caches, use g_try_malloc
3212
3213 2006-08-21 [colin]      2.4.0cvs67
3214
3215         * src/alertpanel.c
3216         * src/gtk/inputdialog.c
3217         * src/plugins/pgpcore/passphrase.c
3218                 Set minimal width to 375
3219         * src/mainwindow.c
3220                 Fix switching to offline, asking if it 
3221                 should be overriden for synchronising
3222         * src/mimeview.c
3223                 Don't offer to remember command on Open 
3224                 with for text parts, as the browser or 
3225                 text editor command isn't changed from 
3226                 there
3227
3228 2006-08-20 [paul]       2.4.0cvs66
3229
3230         * po/ko.po
3231         * po/zh_CN.po
3232                 fix plural form errors. revealed by stricter
3233                 checking of gettext 0.15
3234
3235 2006-08-18 [paul]       2.4.0cvs65
3236
3237         * src/stock_pixmap.c
3238                 fix the fix of 2.4.0cvs64
3239                 Thanks to Colin
3240
3241 2006-08-18 [paul]       2.4.0cvs64
3242
3243         * src/stock_pixmap.c
3244                 fix leaks
3245                 Thanks to Colin
3246
3247 2006-08-18 [paul]       2.4.0cvs63
3248
3249         * src/compose.c
3250         * src/procmsg.c
3251                 fix occasional IMAP bug where large msgs
3252                 were left in the queue folder after sending
3253                 Thanks to Colin
3254
3255 2006-08-18 [paul]       2.4.0cvs62
3256
3257         * src/folderview.c
3258                 freeze the summaryview while quicksearch results
3259                 are displayed
3260                 (fixes bug 456 'current message is hidden when the
3261                 view is refreshed and extended search is "unread 
3262                 messages"')
3263                 Thanks to Colin
3264         * src/textview.c
3265                 add missing #include "inputdialog.h"
3266         * src/common/utils.h
3267                 add missing mailcap_update_default() and improve
3268                 readability
3269
3270 2006-08-17 [colin]      2.4.0cvs61
3271
3272         * src/plugins/pgpcore/select-keys.c
3273                 Fix warnings :)
3274
3275 2006-08-17 [colin]      2.4.0cvs60
3276
3277         * src/compose.c
3278                 Don't continue queuing if Cancel is clicked
3279                 in select-keys
3280
3281 2006-08-17 [colin]      2.4.0cvs59
3282
3283         * src/plugins/pgpcore/select-keys.c
3284                 When encrypting, if only one key matches and it 
3285                 matches exactly, automatically use it.
3286
3287 2006-08-17 [colin]      2.4.0cvs58
3288
3289         * src/mimeview.c
3290         * src/prefs_common.c
3291         * src/prefs_common.h
3292         * src/prefs_ext_prog.c
3293         * src/textview.c
3294                 Fix issues with previous patch (text/html)
3295                 Remove outdated prefs
3296
3297 2006-08-17 [colin]      2.4.0cvs57
3298
3299         * src/imap.c
3300                 Add View Log button on auth error
3301         * src/procmsg.c
3302                 Fix encrypted mail marked as new when
3303                 saved in normal folders
3304         * src/plugins/pgpinline/pgpinline.c
3305                 Fix encrypt bug on IMAP
3306         * src/mimeview.c
3307         * src/common/utils.c
3308         * src/common/utils.h
3309         * src/gtk/inputdialog.c
3310         * src/gtk/inputdialog.h
3311                 Get rid of metamail stuff, simplify
3312                 opening, and allow remembering of user's
3313                 choices (by updating ~/.mailcap). There's
3314                 still to drop "Audio player" and "Image
3315                 viewer" preferences.
3316
3317 2006-08-17 [mones]      2.4.0cvs56
3318
3319         * manual/es/sylpheed-claws-manual.xml
3320                 fix DTD path
3321
3322 2006-08-17 [mones]      2.4.0cvs55
3323
3324         * configure.ac
3325         * manual/Makefile.am
3326         * manual/es/Makefile.am
3327         * manual/es/account.xml
3328         * manual/es/ack.xml
3329         * manual/es/addrbook.xml
3330         * manual/es/advanced.xml
3331         * manual/es/faq.xml
3332         * manual/es/glossary.xml
3333         * manual/es/gpl.xml
3334         * manual/es/handling.xml
3335         * manual/es/intro.xml
3336         * manual/es/keyboard.xml
3337         * manual/es/plugins.xml
3338         * manual/es/starting.xml
3339         * manual/es/sylpheed-claws-manual.xml
3340         * manual/es/dist/Makefile.am
3341         * manual/es/dist/html/Makefile.am
3342         * manual/es/dist/pdf/Makefile.am
3343         * manual/es/dist/ps/Makefile.am
3344         * manual/es/dist/txt/Makefile.am
3345                 Spanish translation for the manual
3346
3347 2006-08-16 [colin]      2.4.0cvs54
3348
3349         * src/compose.c
3350         * src/main.c
3351         * src/mainwindow.c
3352                 Fix send button sensitivity at startup
3353                 Set send menu sensitivity (patch by Fabien)
3354         * src/ssl_manager.c
3355                 Enable closing with esc (patch by Fabien)
3356         * src/gtk/foldersort.c
3357                 Enable closing with esc (patch by Fabien)
3358         * src/procmime.c
3359                 Optimisation (no need to copy to tempfile to
3360                 "decode" 7bit and 8bit)
3361         * src/summaryview.c
3362                 Fix cruft in swap_from case
3363         * src/textview.c
3364                 Fix missing last line in some mail cases 
3365                 (Fixes debian #381872)
3366         * src/plugins/pgpcore/prefs_gpg.c
3367         * src/plugins/pgpcore/sgpgme.c
3368         * src/plugins/pgpcore/sgpgme.h
3369                 Don't show "no key found" when user explicitely
3370                 wants to create a key
3371
3372 2006-08-16 [paul]       2.4.0cvs53
3373
3374         * configure.ac
3375         * src/account.c
3376         * src/addressbook.c
3377         * src/headerview.c
3378         * src/prefs_account.c
3379         * src/prefs_message.c
3380         * src/gtk/gtkutils.c
3381                 bump up minimum required versions of GTK+ and
3382                 GLIB to 2.6.0
3383
3384 2006-08-16 [paul]       2.4.0cvs52
3385
3386         * src/toolbar.c
3387                 workaround GTK+ Bug 351600 - 'Can't re-click
3388                 on button after sensitivity update'
3389                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3390                 Thanks to Colin
3391
3392 2006-08-15 [colin]      2.4.0cvs51
3393
3394         * src/plugins/pgpcore/prefs_gpg.c
3395                 Set options sensitivity according to
3396                 key existence
3397         * src/plugins/pgpcore/sgpgme.c
3398                 Allow to create key with no passphrase
3399
3400 2006-08-14 [cleroy]     2.4.0cvs50
3401
3402         * src/gtk/pluginwindow.c
3403                 New layout (maybe to be changed?)
3404         * src/gtk/gtkutils.c
3405                 Fix a bit label_window
3406         * src/plugins/pgpcore/passphrase.c
3407         * src/plugins/pgpcore/passphrase.h
3408         * src/plugins/pgpcore/plugin.c
3409         * src/plugins/pgpcore/prefs_gpg.c
3410         * src/plugins/pgpcore/prefs_gpg.h
3411         * src/plugins/pgpcore/sgpgme.c
3412         * src/plugins/pgpcore/sgpgme.h
3413                 Allow to create a PGP private key via the GUI
3414
3415 2006-08-14 [wwp]        2.4.0cvs49
3416
3417         * src/addressbook_foldersel.c
3418                 fix strict ISO C90 compliance.
3419
3420 2006-08-14 [paul]       2.4.0cvs48
3421
3422         * src/gtk/prefswindow.c
3423                 re-set scrolled window on opening
3424                 Patch by Ticho
3425
3426 2006-08-14 [paul]
3427
3428         2.5.0-rc1 released
3429
3430 2006-08-14 [paul]       2.4.0cvs47
3431
3432         * src/prefs_display_header.c
3433                 re-enable user-defined Displayed Headers
3434
3435 2006-08-14 [paul]       2.4.0cvs46
3436
3437         * src/prefs_account.c
3438                 use GTK_STOCK_EDIT
3439
3440 2006-08-13 [colin]      2.4.0cvs45
3441
3442         * src/common/utils.c
3443                 Fix "a" in quote when the original message is empty,
3444                 by using \0 instead of 'a' to test writability of
3445                 temp files.
3446
3447 2006-08-13 [wwp]        2.4.0cvs44
3448
3449         * src/plugins/spamassassin/spamassassin.c
3450                 fix capitalization of "SpamAssassin" in some debug, log and
3451                 dialog messages.
3452
3453 2006-08-13 [paul]       2.4.0cvs43
3454
3455         * src/editldap.c
3456                 fix overlapping widgets
3457         * src/prefs_account.c
3458                 fix translation of protocol_names[]
3459                 fix label disappearing off the edge of the
3460                 visible area
3461
3462 2006-08-12 [paul]       2.4.0cvs42
3463
3464         * manual/plugins.xml
3465                 update IRC channel info before it gets forgotten
3466                 about
3467
3468 2006-08-11 [colin]      2.4.0cvs41
3469
3470         * src/compose.c
3471         * src/mainwindow.c
3472         * src/mainwindow.h
3473         * src/procmsg.c
3474         * src/procmsg.h
3475         * src/summaryview.c
3476         * src/toolbar.c
3477                 Grey out the Send button if
3478                 - Queue folders are empty, or
3479                 - We're sending already
3480
3481 2006-08-11 [wwp]        2.4.0cvs40
3482
3483         * src/main.c
3484                 fix a logic issue when quitting while a compose window is
3485                 still open, thanks to Colin.
3486
3487 2006-08-10 [colin]      2.4.0cvs39
3488
3489         * src/main.c
3490                 Fix default font size setting after wizard run
3491         * src/imap.c
3492         * src/etpan/imap-thread.c
3493         * src/etpan/imap-thread.h
3494                 Fix bug #999 (Timing out on TSL cert validation 
3495                 dialog makes ugly things happen). Also, STARTTLS
3496                 unconditionnaly if initial capabilities contain
3497                 LOGINDISABLED and STARTTLS.
3498
3499 2006-08-09 [colin]      2.4.0cvs38
3500
3501         * src/mainwindow.c
3502         * src/mainwindow.h
3503                 Fix Tools/Actions sensitivity when there are
3504                 no actions
3505
3506 2006-08-09 [colin]      2.4.0cvs37
3507
3508         * src/prefs_filtering.c
3509                 Warning fix, patch by Paul
3510         * src/messageview.c
3511         * src/prefs_actions.c
3512         * src/prefs_filtering_action.c
3513         * src/prefs_matcher.c
3514                 Uniformisation of "Info ..." to "Info..." (for
3515                 old gtk), patch by Fabien
3516         * src/plugins/clamav/clamav_plugin_gtk.c
3517                 Sensitivity fix by Fabien
3518
3519 2006-08-09 [colin]      2.4.0cvs36
3520
3521         * src/main.c
3522         * src/main.h
3523                 Add a function to know whether we're exiting
3524         * src/plugins/trayicon/trayicon.c
3525                 If exiting, don't do anything. Faster, and
3526                 avoids gtk_main_iteration reentracy causing
3527                 segfaults at exit
3528
3529 2006-08-09 [colin]      2.4.0cvs35
3530
3531         * src/messageview.c
3532         * src/mimeview.c
3533         * src/mimeview.h
3534                 Fix lack of part selection when automatically 
3535                 jumping to a specific part
3536         * src/msgcache.c
3537                 Little optimisation in cache reading
3538
3539 2006-08-09 [colin]      2.4.0cvs34
3540
3541         * src/compose.c
3542                 Fix crash setting the priority on reedit
3543                 (Accessing compose before creating it!)
3544
3545 2006-08-08 [colin]      2.4.0cvs33
3546
3547         * src/procmime.c
3548                 Fix bug #998 (last attachment is not accessible)
3549                 Bad RFC interpretation on multipart close-delimiters
3550         * src/mimeview.c
3551         * src/mimeview.h
3552         * src/gtk/gtkvscrollbutton.c
3553         * src/gtk/gtkvscrollbutton.h
3554                 Make attachments list wheel-scrollable
3555
3556 2006-08-07 [colin]      2.4.0cvs32
3557
3558         * src/gtk/gtkaspell.c
3559                 Fix bug #973 (Unicode punctation characters 
3560                 are not recognized as separators by the
3561                 spell checker); fix unsigned stuff
3562
3563 2006-08-07 [colin]      2.4.0cvs31
3564
3565         * src/compose.c
3566                 Fix bug #956 (DnD text with accents in compose 
3567                 text entry); fix gccc's signed/unsigned fuss
3568
3569 2006-08-06 [colin]      2.4.0cvs30
3570
3571         * src/main.c
3572                 Fix bug #979 (Plugin crashes when exiting 
3573                 sylpheed-claws) : handle exit request only 
3574                 once
3575
3576 2006-08-05 [colin]      2.4.0cvs29
3577
3578         * src/news.c
3579                 Just make sure we have a msgid.
3580
3581 2006-08-05 [colin]      2.4.0cvs28
3582
3583         * src/news.c
3584         * src/summaryview.c
3585                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3586                 by reimplementing it
3587         * src/textview.c
3588                 Fix bug when hiding quotes with level > 3 and quote
3589                 colors are recycled
3590
3591 2006-08-04 [colin]      2.4.0cvs27
3592
3593         * src/compose.c
3594         * src/undo.c
3595         * src/undo.h
3596                 Fix a bit replace-by-pasting undo
3597         * src/mainwindow.c
3598         * src/messageview.c
3599                 Fix Fold quotes menu synchro in
3600                 mainwindow when it changes in 
3601                 messageview
3602         * src/textview.c
3603                 Fix right-click on quotes blocks
3604         * src/common/utils.c
3605                 Verify that the file created by
3606                 my_tmpfile() is writable. Fixes
3607                 bug #988 (very specific filesystem
3608                 issue)
3609         * src/plugins/pgpcore/sgpgme.c
3610                 Fix file descriptor leak
3611         * src/plugins/spamassassin/spamassassin.c
3612                 Warn once if spamd isn't reachable
3613
3614 2006-08-04 [colin]      2.4.0cvs26
3615
3616         * src/toolbar.c
3617                 i18n context patch by Fabien
3618
3619 2006-08-03 [colin]      2.4.0cvs25
3620
3621         * src/mainwindow.c
3622         * src/messageview.c
3623                 Rename "Hide quotes" to "Fold quotes"
3624         * src/textview.c
3625                 Don't use hand cursor on quotes. "all 
3626                 the bonuses of the feature and none of 
3627                 unwelcome side-effects"
3628
3629 2006-08-03 [colin]      2.4.0cvs24
3630
3631         * AUTHORS
3632         * sylpheed-claws.desktop
3633         * src/gtk/authors.h
3634                 Bring the desktop file to XDG compliance
3635                 Patch by Charles A. Edwards
3636
3637 2006-08-03 [colin]      2.4.0cvs23
3638
3639         * src/textview.c
3640                 Fix links offset when they are preceded
3641                 by accentued chars (g_utf8_strlen!)
3642         * src/mainwindow.c
3643                 Fix wrong status when starting offline
3644
3645
3646 2006-08-03 [wwp]        2.4.0cvs22
3647
3648         * src/prefs_common.h
3649                 ask what to do w/ filtering rules that belong to an account when
3650                 applying filtering rules manually from the main window (skip,
3651                 apply regardless of the account, use current account). This dialog
3652                 can be skipped and the last reply used.
3653                 (forgot that file)
3654
3655 2006-08-03 [wwp]        2.4.0cvs21
3656
3657         * src/filtering.c
3658         * src/filtering.h
3659         * src/prefs_common.c
3660         * src/summaryview.c
3661         * src/alertpanel.c
3662         * src/alertpanel.h
3663         * src/messageview.c
3664                 ask what to do w/ filtering rules that belong to an account when
3665                 applying filtering rules manually from the main window (skip,
3666                 apply regardless of the account, use current account). This dialog
3667                 can be skipped and the last reply used.
3668
3669
3670 2006-08-03 [colin]      2.4.0cvs20
3671
3672         * src/textview.c
3673                 Optimize previous patch
3674
3675 2006-08-03 [cleroy]     2.4.0cvs19
3676
3677         * src/textview.c
3678                 Fix quotes getting toggled back when the
3679                 mail has an even number of text parts
3680
3681 2006-08-02 [colin]      2.4.0cvs18
3682
3683         * src/messageview.c
3684                 Add Hide quotes menu
3685
3686 2006-08-02 [colin]      2.4.0cvs17
3687
3688         * src/mainwindow.c
3689         * src/prefs_common.c
3690         * src/textview.c
3691         * src/textview.h
3692         * src/gtk/about.c
3693                 Allow per-level quote hiding,
3694                 Allow toggling quotes by double-clicking them
3695                 Rename RemoteURI to ClickableText to reflect
3696                 the fact it's used for a variety of things
3697
3698 2006-08-02 [wwp]        2.4.0cvs16
3699
3700         * src/mainwindow.c
3701                 fix "View/Hide quotes" menu item status initialization.
3702
3703 2006-08-02 [wwp]        2.4.0cvs15
3704
3705         * src/matcher_parser_parse.y
3706                 remove a debug trace.
3707
3708 2006-08-02 [paul]       2.4.0cvs14
3709
3710         * src/plugins/pgpcore/passphrase.c
3711                 don't set initial dialog size
3712                 make it resizable
3713
3714 2006-08-02 [paul]       2.4.0cvs13
3715
3716         * src/noticeview.c
3717                 remove the rogue '/' character
3718
3719 2006-08-02 [paul]       2.4.0cvs12
3720
3721         * src/noticeview.c
3722                 allow buttons to resize as necessary
3723
3724 2006-08-01 [wwp]        2.4.0cvs11
3725
3726         * src/mbox.c
3727                 fix strict ISO C90 compliance.
3728
3729 2006-08-01 [wwp]        2.4.0cvs10
3730
3731         * tools/update-po
3732                 updated update-po tool to work w/ context-dependent translations.
3733                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3734
3735 2006-08-01 [wwp]        2.4.0cvs9
3736
3737         * src/matcher.c
3738         * src/prefs_filtering.c
3739         * src/prefs_matcher.c
3740                 allow context-dependent translations for "All",
3741                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3742
3743 2006-07-31 [colin]      2.4.0cvs8
3744
3745         * AUTHORS
3746         * src/gtk/authors.h
3747                 Add Rafal to authors
3748
3749 2006-07-31 [colin]      2.4.0cvs7
3750
3751         * src/compose.c
3752         * src/mainwindow.c
3753         * src/messageview.h
3754         * src/prefs_common.c
3755         * src/prefs_common.h
3756         * src/textview.c
3757                 Add 'View/Hide quotes'. Patch based on a patch
3758                 by Rafal Weglarz
3759
3760 2006-07-31 [colin]      2.4.0cvs6
3761
3762         * src/action.c
3763                 Fix problem with "> stuff >" actions
3764
3765 2006-07-31 [paul]       2.4.0cvs5
3766
3767         * po/nb.po
3768                 updated by Geir Helland
3769
3770 2006-07-31 [wwp]        2.4.0cvs4
3771
3772         * src/mainwindow.c
3773         * src/summaryview.c
3774         * src/summaryview.h
3775                 add "View/Go to/Parent message" and "View/Go to/Last read message",
3776                 thanks to Colin.
3777
3778 2006-07-31 [wwp]        2.4.0cvs3
3779
3780         * src/Makefile.am
3781         * src/addr_compl.c
3782         * src/addr_compl.h
3783         * src/addressbook.c
3784         * src/addressbook.h
3785         * src/addressbook_foldersel.c
3786         * src/addressbook_foldersel.h
3787         * src/addrindex.c
3788         * src/addrindex.h
3789         * src/matcher.c
3790         * src/matcher.h
3791         * src/matcher_parser_lex.l
3792         * src/matcher_parser_parse.y
3793         * src/prefs_common.c
3794         * src/prefs_common.h
3795         * src/prefs_filtering.c
3796         * src/prefs_matcher.c
3797         * src/prefs_matcher.h
3798         * src/summaryview.c
3799                 introduce filtering against the address book. It's now possible to add
3800                 matched conditions to determine if any email address in a message matches
3801                 or doesn't match any or all books or folders in the address book.
3802
3803 2006-07-31 [wwp]        2.4.0cvs2
3804
3805         * src/account.c
3806         * src/filtering.c
3807         * src/filtering.h
3808         * src/folder.c
3809         * src/folderview.c
3810         * src/inc.c
3811         * src/mainwindow.c
3812         * src/matcher.c
3813         * src/matcher_parser_lex.l
3814         * src/matcher_parser_parse.y
3815         * src/mbox.c
3816         * src/prefs_filtering.c
3817         * src/prefs_filtering.h
3818         * src/procmsg.c
3819         * src/procmsg.h
3820         * src/summaryview.c
3821                 introduce per-account filtering rules. Each filtering rule can now be assigned
3822                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
3823                 when applying filtering rules manually, as all rules will apply - even the ones
3824                 assigned to an account. This issue will be addressed soon.
3825  
3826
3827
3828 2006-07-31 [wwp]        2.4.0cvs1
3829
3830         * src/quote_fmt.c
3831                 make more strings translatable.
3832
3833 2006-07-31 [paul]       2.4.0
3834
3835         2.4.0 released
3836
3837 2006-07-31 [paul]       2.3.1cvs91
3838
3839         * po/ca.po
3840                 updated by Miquel Oliete
3841
3842 2006-07-31 [paul]       2.3.1cvs90
3843
3844         * po/de.po
3845         * po/el.po
3846         * po/fr.po
3847         * po/it.po
3848         * po/pl.po
3849         * po/pt_BR.po
3850         * po/sr.po
3851         * po/zh_CN.po
3852                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
3853                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
3854                 Aleksandar Urosevic, and Ralgh Young
3855
3856 2006-07-31 [paul]       2.3.1cvs89
3857
3858         * src/account.c
3859         * src/main.c
3860         * src/mainwindow.c
3861         * src/mainwindow.h
3862                 Fix a race condition when, after an SC crash, rescanning
3863                 folders took more than 0.5 seconds
3864                 Thanks to Colin
3865
3866 2006-07-31 [paul]       2.3.1cvs88
3867
3868         * src/folderview.c
3869                 don't translate separator strings
3870
3871 2006-07-30 [mones]      2.3.1cvs87
3872
3873         * doc/man/sylpheed-claws.1
3874                 Fixed non-ASCII chars in Hoa's name
3875         * po/es.po
3876                 Updated for release
3877
3878 2006-07-27 [colin]      2.3.1cvs86
3879
3880         * src/textview.c
3881                 Don't include the leading \n in links
3882                 Patch by Fabien
3883
3884 2006-07-25 [colin]      2.3.1cvs85
3885
3886         * src/mainwindow.c
3887         * src/common/socket.h
3888         * src/etpan/imap-thread.c
3889                 Refresh resolvers before connecting
3890                 to IMAP servers, and after switching
3891                 to online. Thanks to Paul.
3892
3893 2006-07-18 [colin]
3894
3895         * 2.4.0-rc4 released
3896
3897 2006-07-17 [colin]      2.3.1cvs84
3898
3899         * src/inc.c
3900                 Show connection attempt in statusbar before
3901                 connecting (previously first message was
3902                 "Retrieving messages from ..." after the
3903                 connection succeeded.
3904
3905 2006-07-16 [wwp]        2.3.1cvs83
3906
3907         * sylpheed-claws.ico
3908                 Added .ico file (windows multi-size icon file, generated).
3909
3910 2006-07-12 [wwp]        2.3.1cvs82
3911
3912         * src/messageview.c
3913                 remove Message/Re-edit menu entry from messageview window,
3914                 as sent/draft/queued messages are opened in compose window when
3915                 re-edited and it's not possible to re-edit other msgs.
3916
3917 2006-07-12 [paul]       2.3.1cvs81
3918
3919         * AUTHORS
3920         * src/mainwindow.c
3921         * src/gtk/authors.h
3922                 check online state before resetting
3923                 mailcheck timer. Useful if some program
3924                 verifies connection state and updates
3925                 Claws.
3926                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
3927
3928 2006-07-12 [paul]       2.3.1cvs80
3929
3930         * sylpheed-claws-128x128.png
3931         * sylpheed-claws-64x64.png
3932         * sylpheed-claws.png
3933         * src/Makefile.am
3934         * src/main.c
3935         * src/prefs_toolbar.c
3936         * src/stock_pixmap.c
3937         * src/stock_pixmap.h
3938         * src/wizard.c
3939         * src/gtk/about.c
3940         * src/gtk/gtkutils.c
3941         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
3942         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
3943         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
3944         * src/pixmaps/sylpheed.xpm              ** REMOVED **
3945         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
3946         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
3947                 updated and renamed logo/icon files and related
3948                 logo by Jesper Schultz
3949
3950 2006-07-11 [paul]       2.3.1cvs79
3951
3952         * src/main.c
3953                 fix the labels a smidgin
3954
3955 2006-07-09 [colin]      2.3.1cvs78
3956
3957         * src/textview.c
3958                 Show errors in textviewer's command
3959                 Patch by H. Merijn Brand
3960
3961 2006-07-09 [colin]      2.3.1cvs77
3962
3963         * src/compose.c
3964                 Save FMID in drafts too
3965
3966 2006-07-08 [colin]      2.3.1cvs76
3967
3968         * src/compose.c
3969                 Svae RMID in drafted mails too
3970                 Save quote_fmt vars for whole mails,
3971                 don't reset at each quote_fmt_init:
3972                 allows to use the same |i{var} in
3973                 various template fields
3974         * src/prefs_template.c
3975         * src/quote_fmt.h
3976         * src/quote_fmt_parse.y
3977                 Same
3978
3979 2006-07-08 [colin]      2.3.1cvs75
3980
3981         * src/textview.c
3982                 Fix highlighting of attached parts URIs
3983
3984 2006-07-08 [colin]      2.3.1cvs74
3985
3986         * src/main.c
3987                 Prevent bug #981 (sc 2.3.1 segfaults with 
3988                 gtk+ 2.10) from being reported again:
3989                 if Sylpheed-Claws has been compiled against
3990                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
3991                 of if Sylpheed-Claws has been compiled against
3992                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
3993                 error out.
3994
3995 2006-07-07 [colin]      2.3.1cvs73
3996
3997         * src/prefs_actions.c
3998                 Fix label
3999
4000 2006-07-07 [colin]      2.3.1cvs72
4001
4002         * src/prefs_actions.c
4003                 Fix compile on gtk < 2.8. argh :)
4004
4005 2006-07-07 [paul]       2.3.1cvs71
4006
4007         * src/common/defs.h
4008                 update DONATE_URI
4009
4010 2006-07-07 [colin]      2.3.1cvs70
4011
4012         * po/POTFILES.in
4013         * src/quote_fmt.c
4014         * src/quote_fmt_lex.l
4015         * src/quote_fmt_parse.y
4016                 Add |i{var}, a way to insert user-entered
4017                 text in a template
4018
4019 2006-07-07 [colin]
4020
4021         * 2.4.0-rc3 released
4022
4023 2006-07-07 [colin]      2.3.1cvs69
4024
4025         * src/folder.c
4026                 Don't consider inboxes of UNKNOWN folder 
4027                 classes to be useable as default inboxes
4028
4029 2006-07-07 [paul]       2.3.1cvs68
4030
4031         * src/textview.c
4032                 add missing #include <errno.h>
4033                 Thanks to René J. Blokland
4034
4035 2006-07-07 [paul]       2.3.1cvs67
4036
4037         * src/action.c
4038                 Return now Closes dialog
4039         * src/mimeview.c
4040         * src/mimeview.h
4041         * src/textview.c
4042                 add contextual menu to mime parts listed
4043                 in the textview
4044                 Thanks to Colin
4045         * src/common/utils.c
4046                 reversal: ' is a valid character in URLs
4047
4048 2006-07-06 [colin]      2.3.1cvs66
4049
4050         * src/remotefolder.h
4051                 Forgotten in previous commit
4052
4053 2006-07-06 [colin]      2.3.1cvs65
4054
4055         * src/folder.c
4056                 Set summary update flag whenever
4057                 totals changed
4058         * src/imap.c
4059         * src/prefs_account.c
4060         * src/common/utils.h
4061         * src/etpan/imap-thread.c
4062                 Fix warnings, thanks to Fabien and
4063                 Ricardo
4064
4065 2006-07-06 [wwp]        2.3.1cvs64
4066
4067         * src/gtk/gtkutils.c
4068                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4069
4070 2006-07-06 [wwp]        2.3.1cvs63
4071
4072         * src/account.c
4073         * src/addressbook.c
4074         * src/addressitem.h
4075         * src/folderview.c
4076         * src/mainwindow.c
4077         * src/manual.c
4078         * src/manual.h
4079         * src/message_search.c
4080         * src/prefs_actions.c
4081         * src/prefs_filtering.c
4082         * src/prefs_filtering.h
4083         * src/prefs_template.c
4084         * src/summary_search.c
4085         * src/summaryview.c
4086         * src/gtk/gtkutils.c
4087         * src/gtk/gtkutils.h
4088         * src/gtk/pluginwindow.c
4089                 add help buttons to some dialogs. Clicking such buttons opens a
4090                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4091
4092 2006-07-06 [paul]       2.3.1cvs62
4093
4094         * src/textview.c
4095                 fix attachments contextual menu
4096                 Thanks to Colin
4097
4098 2006-07-05 [colin]      2.3.1cvs61
4099
4100         * src/textview.c
4101         * src/compose.c
4102                 Handle sftp:// links
4103
4104 2006-07-05 [paul]       2.3.1cvs60
4105
4106         * src/gtk/filesel.c
4107                 grab save button by default
4108                 Thanks to Colin
4109
4110 2006-07-05 [wwp]        2.3.1cvs59
4111
4112         * manual/xml2pdf
4113                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4114
4115 2006-07-04 [colin]      2.3.1cvs58
4116
4117         * src/mimeview.c
4118         * src/textview.c
4119                 Use left click to select, middle click to open
4120                 on mimeparts links
4121         * src/common/utils.c
4122                 Fix segfault
4123
4124 2006-07-04 [colin]      2.3.1cvs57
4125
4126         * src/mainwindow.c
4127         * src/news.c
4128                 Warning fixes, thanks to Fabien
4129
4130 2006-07-04 [colin]      2.3.1cvs56
4131
4132         * src/mimeview.c
4133         * src/mimeview.h
4134         * src/textview.c
4135                 Allow parts to be selected via their text label
4136                 in textview
4137
4138 2006-07-04 [colin]      2.3.1cvs55
4139
4140         * src/folderview.c
4141                 Feedback when closing (for big folders)
4142         * src/prefs_actions.c
4143         * src/prefs_filtering.c
4144         * src/prefs_matcher.c
4145         * src/prefs_template.c
4146                 Fix default button when closing without
4147                 having saved
4148
4149 2006-07-04 [colin]      2.3.1cvs54
4150
4151         * src/news.c
4152                 Delete local file on deletion
4153
4154 2006-07-03 [colin]      2.3.1cvs53
4155
4156         * src/folderview.c
4157         * src/main.c
4158                 Don't freeze when rescanning after crash
4159
4160 2006-07-03 [wwp]        2.3.1cvs52
4161
4162         * src/compose.c
4163         * src/privacy.c
4164         * src/privacy.h
4165         * src/plugins/pgpinline/pgpinline.c
4166         * src/plugins/pgpmime/pgpmime.c
4167                 don't report an error when the user cancels the passphrase dialog.
4168
4169 2006-07-02 [colin]      2.3.1cvs51
4170
4171         * src/folderview.c
4172                 Open message when crossing folders with Space,
4173                 goto next unread and friends
4174
4175 2006-07-01 [colin]      2.3.1cvs50
4176
4177         * src/prefs_account.c
4178                 Typographic rules varying from language
4179                 to language (in french "Protocole :"),
4180                 we have to do that :)
4181
4182 2006-07-01 [ticho]      2.3.1cvs49
4183
4184         * src/prefs_account.c
4185                 Only use one temporary gchar* variable in
4186                 prefs_account_protocol_set_optmenu().
4187
4188 2006-07-01 [ticho]      2.3.1cvs48
4189
4190         * src/prefs_account.c
4191         * src/prefs_account.h
4192                 Use GtkLabel for existing account protocol name.
4193                 Created an array for protocol names and populate the
4194                 combobox from it in a for() cycle.
4195
4196 2006-06-30 [colin]      2.3.1cvs47
4197
4198         * src/compose.c
4199                 Block undo when changing signature (by changing
4200                 account)
4201
4202 2006-06-30 [paul]       2.3.1cvs46
4203
4204         * src/send_message.c
4205                 when editing From in the Compose window, use that address
4206                 in the Return-Path: header
4207                 Thanks to Colin
4208
4209 2006-06-30 [colin]      2.3.1cvs45
4210
4211         * src/compose.c
4212                 Fix signature replacement:
4213                 - when no newline before separator
4214                 - when reediting
4215
4216 2006-06-29 [colin]      2.3.1cvs44
4217
4218         * src/folderview.c
4219         * src/folderview.h
4220         * src/mainwindow.c
4221         * src/summaryview.c
4222                 Let 'View/Go to/Next marked' work like
4223                 Next new & Next unread: across folders
4224                 Change the select_on_entry pref to do
4225                 what we want when changing folder
4226         * src/common/utils.c
4227                 Fix single-quoted links 
4228
4229 2006-06-29 [colin]      2.3.1cvs43
4230
4231         * src/gtk/gtkaspell.c
4232                 "Sylpheed" and "Sylpheed-Claws" do exist !
4233
4234 2006-06-29 [colin]      2.3.1cvs42
4235
4236         * src/imap.c
4237                 Forgot to remove debug
4238
4239 2006-06-29 [colin]      2.3.1cvs41
4240
4241         * src/imap.c
4242         * src/imap.h
4243         * src/mainwindow.c
4244                 Disconnect from IMAP servers when going
4245                 offline. Fixes bug #978 (going to offline-mode 
4246                 won't close connections)
4247
4248 2006-06-29 [colin]      2.3.1cvs40
4249
4250         * src/main.c
4251                 Fix transient setting on failing plugins
4252                 Patch by Fabien
4253         * src/plugins/pgpcore/sgpgme.c
4254                 Only warn for OpenPGP. Most people don't
4255                 have CMS available.
4256
4257 2006-06-29 [colin]      2.3.1cvs39
4258
4259         * src/compose.c
4260                 Fix Spelling menu (discrepancy between context menu
4261                 and top menu when folder's dictionary isn't the 
4262                 default one)
4263         * src/plugins/pgpcore/sgpgme.c
4264                 More error reporting about why gpgme can fail
4265
4266 2006-06-29 [wwp]        2.3.1cvs38
4267
4268         * src/mainwindow.c
4269                 honor the display-header-pane setting even when the message view
4270                 is a separate window.
4271
4272 2006-06-29 [wwp]        2.3.1cvs37
4273
4274         * src/prefs_actions.c
4275                 forgot to commit that one (use of GTK_STOCK_INFO).
4276
4277 2006-06-29 [colin]      2.3.1cvs36
4278
4279         * src/imap.c
4280                 Better handling of login errors (ask the password
4281                 again once), alert in case of error. Fix three
4282                 signedness warnings.
4283
4284 2006-06-28 [wwp]        2.3.1cvs35
4285
4286         * src/prefs_template.c
4287         * src/prefs_matcher.c
4288         * src/prefs_filtering_action.c
4289         * src/prefs_quote.c
4290                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4291                 patch by Fabien Vantard, slightly modified.
4292
4293 2006-06-28 [paul]
4294
4295         2.4.0-rc2 released
4296
4297 2006-06-28 [colin]      2.3.1cvs34
4298
4299         * src/prefs_account.c
4300                 Fix bug #977 (Can't add or edit imap accounts)
4301
4302 2006-06-28 [colin]      2.3.1cvs33
4303
4304         * src/mimeview.c
4305                 Fix previous
4306
4307 2006-06-28 [colin]      2.3.1cvs32
4308
4309         * src/mimeview.c
4310                 Save named inlined attachments with "Save all"
4311         * src/main.c
4312         * src/mbox.c
4313         * src/common/plugin.c
4314         * src/common/plugin.h
4315         * src/common/sylpheed.c
4316         * src/common/utils.c
4317         * src/plugins/pgpcore/sylpheed.def
4318         * src/plugins/pgpinline/sylpheed.def
4319         * src/plugins/pgpmime/sylpheed.def
4320                 Win32 compatibility patch, by
4321                 Werner Koch
4322
4323 2006-06-28 [wwp]        2.3.1cvs31
4324
4325         * src/imap.c
4326         * src/prefs_folder_item.c
4327                 less compilation warnings (thanks to Fabien Vantard), less typos.
4328
4329 2006-06-28 [paul]       2.3.1cvs30
4330
4331         * src/gtk/gtkutils.c
4332                 gtk_combo_box_set_focus_on_click() is only
4333                 available since gtk 2.6.0
4334
4335 2006-06-28 [paul]       2.3.1cvs29
4336
4337         * src/prefs_ext_prog.c
4338                 fix engrish and add a tooltip for the
4339                 'command for 'Display as text' option
4340
4341 2006-06-28 [paul]
4342
4343         2.4.0-rc1 released
4344
4345 2006-06-28 [paul]       2.3.1cvs28
4346
4347         * ChangeLog
4348         * tools/Makefile.am
4349                 include textviewer.pl in releases
4350
4351 2006-06-28 [paul]       2.3.1cvs27
4352
4353         * src/prefs_ext_prog.c
4354                 hide Print command option if libgnomeprint
4355                 support is present
4356
4357 2006-06-27 [colin]      2.3.1cvs26
4358
4359         * src/compose.c
4360                 Fix Esc handling in insert/attach dialog
4361                 Don't show this dialog if dragging something
4362                 else than text/uri-list
4363                 Thanks to Fabien Vantard
4364         * tools/textviewer.pl
4365                 Filter script to display stuff as text
4366                 by H. Merijn Brand
4367
4368 2006-06-27 [wwp]        2.3.1cvs25
4369
4370         * src/messageview.c
4371                 use the exact product name (message view title), patch
4372                 by Fabien Vantard.
4373
4374 2006-06-27 [ticho]      2.3.1cvs24
4375
4376         * src/prefs_account.c
4377         * src/prefs_common.c
4378         * src/prefs_common.h
4379         * src/prefs_ext_prog.c
4380         * src/textview.c
4381                 Add a preference (Preferences/External programs)
4382                 to allow "Display as text" to be done via a script
4383                 (patch by H.Merijn Brand).
4384                 Use GtkComboBox for protocol selection in account
4385                 preferences.
4386                 Only include current choice for existing accounts, and
4387                 insensitivize the combobox.
4388
4389 2006-06-27 [paul]       2.3.1cvs23
4390
4391         * src/mbox.c
4392                 fix crasher introduced in cvs21.
4393                 Thanks to Colin
4394
4395 2006-06-26 [colin]      2.3.1cvs22
4396
4397         * src/mbox.c
4398                 Fix double-frees when leaving folders
4399                 after exporting to mbox
4400
4401 2006-06-26 [colin]      2.3.1cvs21
4402
4403         * src/mbox.c
4404                 More feedback (and optimisation)
4405                 on import/export
4406         * src/common/utils.c
4407                 Fix case when looking for mail addresses
4408         * src/gtk/gtkutils.c
4409                 Extra check for (X-)Face
4410
4411 2006-06-25 [ticho]      2.3.1cvs20
4412
4413         * src/compose.c
4414         * src/exphtmldlg.c
4415         * src/gtk/gtkutils.c
4416         * src/gtk/gtkutils.h
4417                 Added second argument to gtkut_sc_combobox_create() to
4418                 control focus-on-click for the widget.
4419                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4420
4421 2006-06-25 [ticho]      2.3.1cvs19
4422
4423         * src/compose.c
4424         * src/gtk/Makefile.am
4425         * src/gtk/combobox.c
4426         * src/gtk/combobox.h
4427         * src/gtk/gtkutils.c
4428         * src/gtk/gtkutils.h
4429                 Use GtkComboBox instead of deprecated GtkOptionMenu
4430                 for account selector in compose window and for encoding
4431                 selector in attachment properties.
4432                 Also factorise working with the new GtkComboBox somewhat.
4433
4434 2006-06-24 [paul]       2.3.1cvs18
4435
4436         * src/prefs_common.c
4437                 use the correct default value
4438
4439 2006-06-24 [paul]       2.3.1cvs17
4440
4441         * src/compose.c
4442         * src/prefs_common.c
4443         * src/prefs_common.h
4444         * src/prefs_compose_writing.c
4445                 enable setting of default action when
4446                 dnd'ing files in the compose window.
4447                 (Collaborative effort with wwp)
4448
4449 2006-06-23 [wwp]        2.3.1cvs16
4450
4451         * src/compose.c
4452                 i18n fix (thanks to Fabien Vantard)
4453
4454 2006-06-22 [colin]      2.3.1cvs15
4455
4456         * src/prefs_customheader.c
4457                 Don't use filters in custom headers' file 
4458                 selector. Remember, extensions mean nothing :)
4459
4460 2006-06-22 [paul]       2.3.1cvs14
4461
4462         * configure.ac
4463                 allow setting of man directory location
4464
4465 2006-06-22 [colin]      2.3.1cvs13
4466
4467         * src/mainwindow.c
4468                 Add 'View/Go to/Next unread folder'.
4469                 I missed that :)
4470
4471 2006-06-22 [colin]      2.3.1cvs12
4472
4473         * src/common/utils.c
4474                 Add some subject prefixes
4475                 Patch by Bjorn T Johansen <btj@havleik.no>
4476
4477 2006-06-22 [colin]      2.3.1cvs11
4478
4479         * manual/advanced.xml
4480                 Forgotten hidden pref
4481
4482 2006-06-21 [paul]       2.3.1cvs10
4483
4484         * src/prefs_account.c
4485                 complete the removal of 'Add date header' option
4486
4487 2006-06-21 [paul]       2.3.1cvs9
4488
4489         * src/account.c
4490         * src/compose.c
4491         * src/prefs_account.c
4492         * src/prefs_account.h
4493                 remove option to add date header - always
4494                 add date header
4495         * src/etpan/imap-thread.c
4496                 fix warnings (Thanks to Colin)
4497
4498 2006-06-21 [wwp]        2.3.1cvs8
4499
4500         * src/folder.c
4501                 set the attachment flag when inline text part are (file)named. This is more convenient
4502                 when receiving (for instance) inline source files or patches sent using thunderbird.
4503
4504 2006-06-21 [paul]       2.3.1cvs7
4505
4506         * src/inc.c
4507                 fix off-by-one count of current msg in
4508                 statusbar filtering progressbar
4509
4510 2006-06-21 [paul]       2.3.1cvs6
4511
4512         * src/folder.c
4513                 Show attachment icon even if the part is 'inline'
4514                 if the following conditions are met:
4515                 - content-type != 'text/plain'
4516                 - content-type != '*/pgp-signature'
4517                 - either 'name' or 'filename' parameter is not NULL
4518                 
4519                 Thanks to Colin
4520
4521 2006-06-21 [paul]       2.3.1cvs5
4522
4523         * src/messageview.c
4524         * src/prefs_common.c
4525         * src/prefs_common.h
4526         * src/prefs_other.c
4527                 add an option to 'Never send Return
4528                 Receipts'
4529                 Thanks to Colin
4530
4531 2006-06-20 [mones]      2.3.1cvs4
4532
4533         * po/es.po
4534                 updated
4535         * src/compose.c
4536                 typo fixed (space after comma)
4537         * tools/make.themes.project
4538                 remove exec mode from tarball files
4539
4540 2006-06-20 [colin]      2.3.1cvs3
4541
4542         * src/news.c
4543         * src/procheader.c
4544         * src/unmime.c
4545                 Better fix for \n's in headers (don't 
4546                 break Received: and others)
4547
4548 2006-06-20 [paul]       2.3.1cvs2
4549
4550         * src/alertpanel.c
4551         * src/textview.c
4552                 improve legibility of phishing attempt
4553                 dialog
4554
4555 2006-06-20 [paul]       2.3.1cvs1
4556
4557         * NEWS
4558         * README
4559         * configure.ac
4560                 Update version number following
4561                 stable release
4562
4563 2006-06-20 [colin]      2.3.0cvs26
4564
4565         * src/compose.c
4566                 When dragging a file to the text of the compose
4567                 window, ask whether we want to insert or attach
4568                 (I know lots of people who do that to attach)
4569
4570 2006-06-20 [colin]      2.3.0cvs25
4571
4572         * src/etpan/imap-thread.c
4573                 Fix threshold (the append command is often > 32 bytes)
4574
4575 2006-06-19 [colin]      2.3.0cvs24
4576
4577         * src/imap.c
4578         * src/etpan/imap-thread.c
4579                 Workaround Rockliffe IMAP server bug: replace
4580                 "x UID SEARCH (ANSWERED UID 1:*)" with
4581                 "x UID SEARCH ANSWERED"
4582                 (Rockliffe doesn't handle the parenthesis)
4583
4584 2006-06-19 [colin]      2.3.0cvs23
4585
4586         * src/compose.c
4587         * src/imap.c
4588         * src/etpan/imap-thread.c
4589                 Probably fix bug #972 (Freezes when adding 
4590                 an attachment to the message)
4591         * src/common/defs.h
4592                 Modernize Firefox cmd
4593
4594
4595 2006-06-18 [colin]      2.3.0cvs22
4596
4597         * src/prefs_customheader.c
4598                 Only allow correct filenames for various
4599                 custom headers
4600
4601 2006-06-18 [colin]      2.3.0cvs21
4602
4603         * src/prefs_customheader.c
4604                 Add a 'From File...' button in custom headers prefs, which
4605                 try to do the right thing: 
4606                 for normal headers, use file as plaintext,
4607                 for X-Face, calls compface,
4608                 for Face, encode to b64.
4609
4610 2006-06-17 [colin]      2.3.0cvs20
4611
4612         * src/mh.c
4613                 Warning fix
4614
4615 2006-06-16 [colin]      2.3.0cvs19
4616
4617         * src/summaryview.c
4618                 Recursive quicksearch: show message list
4619                 in current folder, *then* search children
4620                 in the background.
4621
4622 2006-06-16 [colin]      2.3.0cvs18
4623
4624         * src/main.c
4625                 Instead of ignoring SIGPIPE, save caches
4626                 when getting one. Will fix the fact that
4627                 hot caches are out-of-date when logging 
4628                 out of Xorg.
4629         * src/compose.c
4630         * src/prefs_compose_writing.c
4631                 Only save text (not attachments) when 
4632                 auto-saving to drafts
4633         * src/unmime.c
4634                 Always replace \n, \r and \t with spaces
4635                 in headers
4636         * manual/dist/html/Makefile.am
4637         * manual/dist/pdf/Makefile.am
4638         * manual/dist/ps/Makefile.am
4639         * manual/dist/txt/Makefile.am
4640         * manual/fr/dist/html/Makefile.am
4641         * manual/fr/dist/pdf/Makefile.am
4642         * manual/fr/dist/ps/Makefile.am
4643         * manual/fr/dist/txt/Makefile.am
4644         * manual/pl/dist/html/Makefile.am
4645         * manual/pl/dist/pdf/Makefile.am
4646         * manual/pl/dist/ps/Makefile.am
4647         * manual/pl/dist/txt/Makefile.am
4648                 Fix make clean removing pregenerated manuals
4649
4650
4651 2006-06-16 [colin]      2.3.0cvs17
4652
4653         * src/plugins/pgpcore/sgpgme.c
4654         * src/plugins/pgpmime/pgpmime.c
4655         * src/plugins/pgpinline/pgpinline.c
4656                 Better error reporting in setup_signers.
4657                 Don't fallback to default key if specified
4658                 key isn't found.
4659                 Don't allow signing if more than one secret
4660                 key matches the one specified in prefs.
4661
4662 2006-06-15 [colin]      2.3.0cvs16
4663
4664         * src/folderview.c
4665                 Add "Send queue" in the folder's contextual
4666                 menu
4667         * src/compose.c
4668         * src/messageview.c
4669         * src/privacy.c
4670         * src/privacy.h
4671         * src/procmime.c
4672         * src/procmsg.c
4673         * src/plugins/pgpcore/passphrase.c
4674         * src/plugins/pgpcore/sgpgme.c
4675         * src/plugins/pgpinline/pgpinline.c
4676         * src/plugins/pgpmime/pgpmime.c
4677                 Better error reporting
4678         * src/mbox.c
4679                 Probably fix bug #971 (2.2.3 cannot read mail 
4680                 from local mbox)
4681
4682
4683 2006-06-15 [mones]      2.3.0cvs15
4684
4685         * tools/make.themes.project
4686                 creates the themes project from the web page
4687
4688 2006-06-15 [colin]      2.3.0cvs14
4689
4690         * src/folder.c
4691                 Better fix (avoid losing the folder if scan_tree 
4692                 fails)
4693
4694 2006-06-15 [cleroy]     2.3.0cvs13
4695
4696         * src/folder.c
4697                 Probably fix Bug #969 (crash on rebuilding 
4698                 imap folder)
4699
4700 2006-06-14 [colin]      2.3.0cvs12
4701
4702         * manual/dtd/manual.xsl
4703         * manual/sylpheed-claws-manual.xml
4704         * manual/fr/sylpheed-claws-manual.xml
4705         * manual/pl/sylpheed-claws-manual.xml
4706                 Insert pagebreaks between sections
4707
4708 2006-06-14 [paul]       2.3.0cvs11
4709
4710         * configure.ac
4711                 better fix than 2.3.0cvs10
4712
4713 2006-06-14 [paul]       2.3.0cvs10
4714
4715         * configure.ac
4716                 fix setting of PACKAGE_DATA_DIR with newer autoconf
4717                 (backwards compatible)
4718
4719 2006-06-13 [colin]      2.3.0cvs9
4720
4721         * src/messageview.c
4722                 Fix sending of return receipt with the new queue folders
4723
4724 2006-06-13 [wwp]        2.3.0cvs8
4725
4726         * src/quote_fmt_lex.l
4727                 fix wrong tokens returned in quote_fmt lexer, query not().
4728
4729 2006-06-13 [wwp]        2.3.0cvs7
4730
4731         * src/folder.c
4732         * src/prefs_folder_item.c
4733                 allow changing folder type even when folder is not a top-level one,
4734                 thanks to Colin.
4735
4736 2006-06-12 [colin]      2.3.0cvs6
4737
4738         * src/folderview.c
4739                 Fix double-ask of "Do you want to mark all
4740                 as read"
4741
4742 2006-06-12 [colin]      2.3.0cvs5
4743
4744         * src/compose.c
4745         * src/compose.h
4746         * src/folder.c
4747         * src/folder.h
4748         * src/imap.c
4749         * src/inc.c
4750         * src/main.c
4751         * src/messageview.c
4752         * src/mh.c
4753         * src/prefs_folder_item.c
4754         * src/procheader.c
4755         * src/procmime.c
4756         * src/procmsg.c
4757         * src/procmsg.h
4758         * src/send_message.c
4759         * src/summaryview.c
4760         * src/toolbar.c
4761                 Apply bug #964's patch (Queue and drafts aren't normal)
4762                 The Drafts and Queue folder now contain RFC-822 files,
4763                 allowing to move and copy mails from and to these 
4764                 folders. Moving from Drafts to Queue will prepare the
4765                 mail for sending (PGP signature, encryption, etc).
4766                 This patch also rework sending errors handling to try
4767                 to be more helpful.
4768                 Also, allow redefining folder types via the GUI 
4769                 (Folder type in its Properties)
4770
4771 2006-06-12 [colin]      2.3.0cvs4
4772
4773         * src/summaryview.c
4774         * src/prefs_common.c
4775         * src/prefs_common.h
4776         * src/gedit-print.c
4777                 Allow to define a specific print font - patch
4778                 by Bernhard Walle <bernhard.walle@gmx.de>
4779         * src/prefs_fonts.c
4780         * manual/advanced.xml
4781         * manual/fr/advanced.xml
4782                 Add a hidden pref to allow deletion without
4783                 confirmation
4784
4785 2006-06-12 [wwp]        2.3.0cvs3
4786
4787         * .cvsignore
4788                 more files to ignore.
4789
4790 2006-06-12 [wwp]        2.3.0cvs2
4791
4792         * src/quote_fmt.c
4793         * src/quote_fmt_lex.l
4794         * src/quote_fmt_parse.y
4795                 extend the quote_fmt parser (templates and quotes):
4796                 - allow limited sub-expressions in |p{} and |f{} expressions,
4797                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
4798                 - implemented/fixed missing implementation of query_references and show_references,
4799                 - completed, fixed contents and format of the symbols help dialog,
4800                 - fix some compilation warnings.
4801
4802 2006-06-12 [wwp]        2.3.0cvs1
4803
4804         * manual/advanced.xml
4805         * manual/fr/advanced.xml
4806                 updates in the "templates" section of the manual (eng/fr):
4807                  - be more precise (both versions)
4808                  - completed to match the english reference (fr version)
4809                  - touchups (both versions)
4810
4811 2006-06-12 [paul]       2.3.0
4812
4813         2.3.0 released
4814
4815 2006-06-12 [paul]       2.2.3cvs14
4816
4817         * po/ca.po
4818         * po/cs.po
4819         * po/de.po
4820         * po/el.po
4821         * po/fr.po
4822         * po/it.po
4823         * po/pt_BR.po
4824         * po/sr.po
4825         * po/zh_CN.po
4826                 updated by Miquel Oliete, Tim, Stephan Sachse,
4827                 Stavros Giannouris, Fabien Vantard, Andrea
4828                 Spadaccini, Frederico Goncalves Guimaraes,
4829                 Aleksandar Urosevic, and Ralgh Young
4830
4831 2006-06-12 [colin]      2.2.3cvs13
4832
4833         * src/mbox.c
4834                 Add missing header
4835
4836 2006-06-11 [colin]      2.2.3cvs12
4837
4838         * src/msgcache.c
4839                 Verify that g_malloc() succeeded
4840
4841 2006-06-11 [colin]      2.2.3cvs11
4842
4843         * src/wizard.c
4844                 Add Face header to welcome mail
4845
4846 2006-06-10 [colin]      2.2.3cvs10
4847
4848         * src/textview.c
4849                 Revert previous (Forgot it changes the
4850                 margin on the whole mail)
4851
4852 2006-06-10 [colin]      2.2.3cvs9
4853
4854         * src/textview.c
4855                 Don't overlap long headers under (X-)Face
4856
4857 2006-06-10 [mones]      2.2.3cvs8
4858
4859         * manual/xml2pdf
4860                 allow generation of manual on systems lacking saxon binary
4861                 but with java and the saxon library installed
4862
4863         * po/es.po
4864                 updated for release
4865
4866 2006-06-09 [colin]      2.2.3cvs7
4867
4868         * src/summaryview.c
4869                 Fix leak when using Display Sender using Addressbook
4870
4871 2006-06-09 [colin]      2.2.3cvs6
4872
4873         * src/compose.c
4874         * src/folder.c
4875         * src/folderview.c
4876         * src/mimeview.c
4877         * src/summaryview.c
4878                 More leaks fixes
4879
4880 2006-06-09 [paul]       2.2.3cvs5
4881
4882         * AUTHORS
4883         * src/gtk/authors.h
4884         * tools/claws.i18n.status.pl
4885                 updated with new info
4886
4887 2006-06-09 [paul]       2.2.3cvs4
4888
4889         * README
4890                 updated
4891         * manual/ack.xml
4892                 add wwp to authors list
4893         * src/gtk/authors.h
4894                 update mine and Colin's addresses
4895
4896 2006-06-08 [colin]      2.2.3cvs3
4897
4898         * src/etpan/imap-thread.c
4899                 Fix leak on SSL cert check
4900
4901 2006-06-08 [colin]      2.2.3cvs2
4902
4903         * src/common/utils.c
4904                 Fix leak
4905
4906 2006-06-08 [paul]       2.2.3cvs1
4907
4908         * configure.ac
4909                 Update version number following
4910                 stable release
4911
4912 2006-06-07 [colin]      2.2.2cvs3
4913
4914         * src/msgcache.c
4915                 Fix catching cache read errors (guint instead of gint)
4916                 Prevent malloc'ing more than 8MB (means cache corruption)
4917
4918 2006-06-07 [paul]       2.2.2cvs2
4919
4920         * src/exporthtml.c
4921         * src/exportldif.c
4922         * src/mh.c
4923         * src/mutt.c
4924         * src/pine.c
4925         * src/common/utils.c
4926                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
4927                 obey $HOME'
4928                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
4929                 Thanks to Colin
4930
4931 2006-06-06 [paul]       2.2.2cvs1
4932
4933         * configure.ac
4934                 Update version number following
4935                 stable release
4936
4937 2006-06-06 [paul]       2.2.1cvs6
4938
4939         * src/matcher.c
4940                 fix  implicit declaration of
4941                 sylpheed_do_idle()
4942                 Patch by Fabien Vantard
4943
4944 2006-06-06 [paul]       2.2.1cvs5
4945
4946         * src/matcher.c
4947                 fix age_greater and age_lower so that they
4948                 mean what say and not '...or equal to'
4949                 Thanks to Colin
4950
4951 2006-06-06 [paul]       2.2.1cvs4
4952
4953         * src/textview.c
4954         * src/common/utils.c
4955                 fix URI check
4956                 Thanks to Colin
4957
4958 2006-06-05 [wwp]        2.2.1cvs3
4959
4960         * manual/fr/account.xml
4961                 minor language fixes (thanks to Fabien Vantard).
4962
4963 2006-06-05 [colin]      2.2.1cvs2
4964
4965         * src/prefs_folder_item.c
4966         * src/folderview.c
4967                 Allow recursive setting of properties 
4968                 for whole mailboxes
4969         * src/matcher.c
4970                 Don't freeze on 'test' filtering rule
4971
4972 2006-06-05 [colin]      2.2.1cvs1
4973
4974         * configure.ac
4975                 Update version number following
4976                 stable release
4977
4978 2006-06-04 [wwp]        2.2.0cvs82
4979
4980         * manual/glossary.xml
4981         * manual/account.xml
4982         * manual/fr/glossary.xml
4983         * manual/fr/account.xml
4984                 added glossary section and references/links related to the Face custom header.
4985
4986 2006-06-04 [colin]      2.2.0cvs81
4987
4988         * src/summaryview.c
4989                 Skip to next message on move with no
4990                 immediate execution
4991
4992 2006-06-04 [wwp]        2.2.0cvs80
4993
4994         * manual/xml2pdf
4995                 added sanity checks, exit when needed.
4996
4997 2006-06-03 [paul]       2.2.0cvs79
4998
4999         * src/prefs_receive.c
5000                 page name is now 'Receiving'
5001         * src/prefs_send.c
5002                 page name is now 'Sending'
5003
5004 2006-06-03 [colin]      2.2.0cvs78
5005
5006         * src/plugins/spamassassin/spamassassin_gtk.c
5007                 Autoswitch to Localhost if transport was previously
5008                 disabled. Else people had to check [] Enable, then
5009                 *reselect* transport.
5010
5011 2006-06-03 [colin]      2.2.0cvs77
5012
5013         * src/plugins/pgpinline/pgpinline.c
5014         * src/plugins/pgpmime/pgpmime.c
5015                 Check that gpg_data_release_and_get_mem 
5016                 didn't fail (now, why this happens...)
5017
5018 2006-06-03 [colin]      2.2.0cvs76
5019
5020         * src/mbox.c
5021                 Fix bug #962 (Manual and/or UI should 
5022                 warn about incompatible locking 
5023                 causing dataloss)
5024
5025 2006-06-02 [cleroy]     2.2.0cvs75
5026
5027         * src/filtering.c
5028         * src/folder.c
5029         * src/procmsg.c
5030         * src/summaryview.c
5031                 Fix a few leaks
5032
5033 2006-06-02 [colin]      2.2.0cvs74
5034
5035         * src/main.c
5036                 On exit, free caches after writing them
5037                 Shuts up some valgrind false positives
5038         * src/procmsg.c
5039         * src/send_message.c
5040                 Fix races when reusing existing SMTP connections
5041                 Fix inexistant session timeout
5042         * src/toolbar.c
5043                 Display alertpanel after all queues have
5044                 been processed, not after each
5045
5046 2006-06-02 [wwp]        2.2.0cvs73
5047
5048         * manual/fr/glossary.xml
5049         * manual/fr/ack.xml
5050         * manual/ack.xml
5051                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5052
5053 2006-06-02 [wwp]        2.2.0cvs72
5054
5055         * manual/xml2pdf
5056         * manual/dist/pdf/Makefile.am
5057         * manual/dtd/manual.xsl
5058         * manual/fr/dist/pdf/Makefile.am
5059         * manual/pl/dist/pdf/Makefile.am
5060                 we changed the procedure to generate the .pdf version of the manual.
5061                 The procedure is more modern and the .pdf we get now has a valid index.
5062                 Here are the new pre-requisites:
5063
5064                 - JRE 1.x (1.4 here): there must be one from your distro
5065                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5066                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5067                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5068
5069                 See my posts for further info about the installation of this toolchain:
5070
5071                 Date: Fri, 19 May 2006 19:40:06 +0200
5072                 From: wwp <subscript@free.fr>
5073                 To: sylpheed-claws-devel@lists.sourceforge.net
5074                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5075
5076                 and
5077
5078                 Date: Wed, 24 May 2006 12:58:49 +0200
5079                 From: wwp <subscript@free.fr>
5080                 To: sylpheed-claws-devel@lists.sourceforge.net
5081                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5082
5083 2006-06-01 [colin]      2.2.0cvs71
5084
5085         * src/compose.c
5086                 Better guards against IMAP races
5087         * src/main.c
5088         * src/prefs_common.c
5089         * src/prefs_common.h
5090         * src/common/ssl_certificate.c
5091         * src/etpan/imap-thread.c
5092         * src/etpan/imap-thread.h
5093         * src/gtk/sslcertwindow.c
5094                 New hidden option ssl_skip_cert_check to 
5095                 avoid dups of bug #959 (libetpan linked
5096                 against gnutls and gnutls buggy on 64bit)
5097                 Present expired warning only once per
5098                 session/server.
5099         * manual/advanced.xml
5100         * manual/fr/advanced.xml
5101                 Document new option
5102
5103 2006-06-01 [wwp]        2.2.0cvs70
5104
5105         * src/messageview.c
5106                 fix for bug #961 (return receipt dialog 
5107                 complains incorrectly about return-path 
5108                 email adress being different), thanks 
5109                 to Colin.
5110
5111 2006-05-31 [cleroy]     2.2.0cvs69
5112
5113         * src/common/ssl.c
5114                 Guard against NULLs, although this
5115                 should never be an issue
5116
5117 2006-05-31 [colin]      2.2.0cvs68
5118
5119         * src/filtering.c
5120                 Use g_slist_prepend
5121         * src/imap.c
5122                 Don't remove caches when destroying folder, it
5123                 could (should) be done at exit
5124         * src/inc.c
5125                 free processing cache after incorporation
5126         * src/etpan/imap-thread.c
5127                 Maybe fix bug #959 (Crash on moving to emails 
5128                 to a imap account per ssl with a expired 
5129                 certificate.)
5130
5131 2006-05-30 [colin]      2.2.0cvs67
5132
5133         * src/summaryview.c
5134                 Put back event flush when displaying message
5135                 It avoids reading a bunch of messages just
5136                 by hitting shift-n for too long ;)
5137
5138 2006-05-29 [colin]      2.2.0cvs66
5139
5140         * src/summaryview.c
5141                 Remove useless g_warnings
5142
5143 2006-05-29 [colin]      2.2.0cvs65
5144
5145         * src/imap.c
5146                 Fix g_slist_append()s for performance
5147
5148 2006-05-29 [colin]      2.2.0cvs64
5149
5150         * src/compose.c
5151         * src/common/utils.c
5152                 Fix extraneous tab at start of addresses
5153         * src/mainwindow.c
5154                 Fix warnings (thanks to Fabien)
5155                 Fix crash at exit when composing messages 
5156                 exist
5157         * src/pop.c
5158                 Fix progress bar when deleting expired mails
5159                 Thanks to Hiro
5160         * src/summaryview.c
5161         * src/gtk/gtksctree.c
5162                 Fix re-sorting slowness
5163
5164 2006-05-29 [paul]       2.2.0cvs63
5165
5166         * src/mh.c
5167                 fetch full message when moving mails
5168                 from another mailbox, (fixed data loss
5169                 when filtering from IMAP to MH, introduced
5170                 in 2.2.0cvs57).
5171                 Thanks to Colin
5172
5173 2006-05-29 [mones]      2.2.0cvs62
5174
5175         * src/gtk/gtksctree.c
5176                 Unselect faster (patch by Colin)        
5177
5178 2006-05-26 [colin]      2.2.0cvs61
5179
5180         * src/summaryview.c
5181                 Unplug MSGINFO_UPDATE callback on delete too.
5182
5183 2006-05-26 [colin]      2.2.0cvs60
5184
5185         * src/foldersel.c
5186                 Fix bold in folder selection window with glib2.10
5187                 thanks Hiro
5188
5189 2006-05-26 [colin]      2.2.0cvs59
5190
5191         * src/procheader.c
5192                 Convert date only if necessary (and don't
5193                 try to convert from utf8 to utf8, too)
5194         * src/summaryview.c
5195                 Only set column's text if the column's 
5196                 displayed
5197
5198 2006-05-26 [colin]      2.2.0cvs58
5199
5200         * src/summaryview.c
5201         * src/gtk/gtkutils.c
5202                 Fix useless warning
5203
5204 2006-05-26 [colin]      2.2.0cvs57
5205
5206         * src/mainwindow.c
5207                 Make summaryview selectable as long as 
5208                 no message has focus
5209         * src/mh.c
5210                 Faster deletion (by implementing mh_remove_msgs)
5211                 Faster copy (avoid using mh_fetch_msg just to get
5212                 the filename)
5213                 Faster move (using move_file instead of copy_file
5214                 if MSG_IS_MOVE)
5215                 No progressbar if total number of mails to cp/mv 
5216                 is less than 100
5217         * src/summaryview.c
5218                 Fix removal from subject_table when mail gets moved
5219                 Faster deletion (g_slist_prepend instead of append)
5220         * src/gtk/gtksctree.c
5221                 Remove useless code
5222
5223 2006-05-25 [colin]      2.2.0cvs56
5224
5225         * src/common/ssl_certificate.c
5226                 Fix leak in expired cert check
5227
5228 2006-05-25 [colin]      2.2.0cvs55
5229
5230         * src/mh.c
5231                 Disable flags syncing on .mh_sequences - it
5232                 is buggy and marks mails read under unknown
5233                 conditions.
5234
5235 2006-05-25 [paul]
5236
5237         * 2.3.0-rc4 released
5238
5239 2006-05-24 [colin]      2.2.0cvs54
5240
5241         attention cvs users: if you manage to crash
5242         Sylpheed-Claws while moving, copying or deleting
5243         mails, we *are* interested in stack traces and
5244         valgrind logs. It looks stable, but one never
5245         knows...
5246
5247         * src/folder.c
5248                 Add progressbar for cache updates
5249         * src/folderutils.c
5250                 Optimize Mark all read in the current
5251                 folder
5252         * src/mh.c
5253                 Add progressbar for copy/move
5254         * src/procmsg.c
5255                 Optimize O(n^2) in copy/move
5256         * src/summaryview.c
5257         * src/gtk/gtksctree.c
5258                 Optimize O(n^2) algos
5259         * src/common/timing.h
5260                 Display ms instead of us
5261
5262 2006-05-24 [wwp]        2.2.0cvs53
5263
5264         * manual/fr/advanced.xml
5265                 updates to the French manual.
5266
5267 2006-05-24 [wwp]        2.2.0cvs52
5268
5269         * src/common/utils.c
5270                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5271
5272 2006-05-24 [wwp]        2.2.0cvs51
5273
5274         * src/folderutils.c
5275                 fixed "mark all read" in MH folders (thanks to Colin).
5276
5277 2006-05-24 [paul]       2.2.0cvs50
5278
5279         * doc/man/sylpheed-claws.1
5280                 updated the man page
5281
5282 2006-05-23 [colin]      2.2.0cvs49
5283
5284         * src/folderview.c
5285         * src/imap.c
5286         * src/inc.c
5287         * src/mbox.c
5288         * src/messageview.c
5289         * src/news.c
5290         * src/send_message.c
5291         * src/summaryview.c
5292         * src/gtk/sslcertwindow.c
5293                 alertpanel fixes, by Fabien
5294
5295 2006-05-23 [colin]      2.2.0cvs48
5296
5297         * src/folder.c
5298         * src/folderview.c
5299         * src/msgcache.c
5300         * src/summaryview.c
5301         * src/gtk/gtksctree.c
5302         * src/gtk/gtksctree.h
5303                 More timings
5304                 Fix slow loading problem, which was caused by the
5305                 use of some gtk_ctree funcs and their use of
5306                 g_list_position while gtk_ctree_(un)link'ing.
5307                 Reap more functions from gtkctree.c to be sure we
5308                 use our (fast) version instead of theirs.
5309         * src/mh.c
5310                 Fix copy of unread mails
5311
5312
5313 2006-05-22 [wwp]        2.2.0cvs47
5314
5315         * manual/fr/advanced.xml
5316                 updated.
5317
5318 2006-05-22 [colin]      2.2.0cvs46
5319
5320         * src/filtering.c
5321                 Fix possible infinite loop. 'copy' is not a 
5322                 final action, so when encountering a 'copy',
5323                 we have to check if a previous one was set
5324                 and do it. In the same way, if we encounter
5325                 a 'move' we have to perform a possibly 
5326                 pending 'copy'. This will slow down filtering
5327                 on IMAP if move+copy or multiple copy actions
5328                 are to be done, but handling it via the batch
5329                 would be really too convoluted.
5330
5331 2006-05-22 [wwp]        2.2.0cvs45
5332
5333         * manual/fr/advanced.xml
5334         * manual/fr/faq.xml
5335         * manual/fr/glossary.xml
5336         * manual/fr/handling.xml
5337         * manual/fr/intro.xml
5338         * manual/fr/plugins.xml
5339         * manual/fr/sylpheed-claws-manual.xml
5340                 sync w/ the english manual: updates URIs, documented mailing-list
5341                 support, better explanation about the enabled/disabled feature
5342                 in filtering/processing rules by Paul.
5343
5344 2006-05-21 [colin]      2.2.0cvs44
5345
5346         * src/summaryview.c
5347                 Don't expand after building threads, but during
5348
5349 2006-05-21 [colin]      2.2.0cvs43
5350
5351         * src/procmsg.c
5352         * src/summaryview.c
5353                 More timing possibilities... For next time I have 
5354                 to find out how the hell some 3GHz computer takes
5355                 one minute to open a 30k folder...
5356
5357 2006-05-21 [colin]      2.2.0cvs42
5358
5359         * manual/pl/advanced.xml
5360         * manual/pl/faq.xml
5361         * manual/pl/glossary.xml
5362         * manual/pl/handling.xml
5363         * manual/pl/intro.xml
5364         * manual/pl/plugins.xml
5365         * manual/pl/sylpheed-claws-manual.xml
5366                 Polish manual updated by Pawel
5367
5368 2006-05-20 [colin]
5369
5370         * 2.3.0-rc3 released
5371
5372 2006-05-20 [colin]      2.2.0cvs41
5373
5374         * src/imap.c
5375                 Fix -rc2 problems:
5376                 - remove cache of moved messages from original folder
5377                 - apply new flags to messages even if they aren't appliable
5378                   via IMAP.
5379
5380 2006-05-20 [colin]
5381
5382         * 2.3.0-rc2 released
5383
5384 2006-05-19 [colin]      2.2.0cvs40
5385
5386         * src/imap.c
5387                 Don't issue SELECT in imap_change_flags
5388                 before having checked that we indeed have
5389                 some flags to change. MSG_POSTFILTERED for
5390                 example can't be used on IMAP.
5391                 Fixes bug #955 (copying messages between 
5392                 imap folders is extremely slow), which was
5393                 a regression.
5394
5395 2006-05-19 [colin]      2.2.0cvs39
5396
5397         * src/folder.c
5398         * src/folder.h
5399         * src/folderview.c
5400                 Try to fix bug #830 (Some unread messages 
5401                 get marked read in IMAP inbox):
5402                 - Prevent scanning a folder if it's being 
5403                   opened via the GUI
5404                 - Postpone opening via the GUI of a folder
5405                   currently scanned.
5406
5407
5408 2006-05-19 [wwp]        2.2.0cvs38
5409
5410         * manual/advanced.xml
5411                 fix English+typo (thanks to Paul).
5412
5413 2006-05-19 [wwp]        2.2.0cvs37
5414
5415         * manual/advanced.xml
5416         * manual/fr/advanced.xml
5417         * src/gtk/logwindow.c
5418         * src/prefs_common.c
5419         * src/prefs_common.h
5420                 added hidden prefs to allow customization of colors used in
5421                 protocol log window (useful for dark gtk+ themes).
5422
5423 2006-05-19 [wwp]        2.2.0cvs36
5424
5425         * ChangeLog
5426                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5427
5428 2006-05-19 [paul]       2.2.0cvs35
5429
5430         * src/textview.c
5431                 make Reply-To fully clickable
5432         * src/gtk/logwindow.c
5433                 more colouring (SMTP ESMTP)
5434         Both patches by Pawel Pekala
5435
5436 2006-05-19 [cleroy]     2.2.0cvs34
5437
5438         * src/mh.c
5439                 Don't update flags from current folder
5440                 Probably fixes bug #935 (Read Messages 
5441                 Revert to Being Marked as Unread)
5442
5443 2006-05-18 [colin]      2.2.0cvs33
5444
5445         * src/imap.c
5446                 Warning fix
5447         * src/compose.c
5448         * src/mainwindow.c
5449         * src/summaryview.c
5450         * src/toolbar.c
5451                 Allow replying to multiple emails
5452                 in multiple windows
5453         * src/mimeview.c
5454         * src/etpan/imap-thread.c
5455                 Leak fixes
5456
5457 2006-05-18 [paul]       2.2.0cvs32
5458
5459         * src/summaryview.c
5460                 keep Mailing-List menu refreshed
5461                 Thanks to Colin
5462
5463 2006-05-18 [paul]       2.2.0cvs31
5464
5465         * manual/advanced.xml
5466         * manual/faq.xml
5467         * manual/glossary.xml
5468         * manual/handling.xml
5469         * manual/intro.xml
5470         * manual/plugins.xml
5471         * manual/sylpheed-claws-manual.xml
5472                 update URLs
5473                 add info about mailing-list support
5474                 edit filtering info
5475         * src/wizard.c
5476         * src/common/defs.h
5477         * src/gtk/about.c
5478         * src/plugins/dillo_viewer/README
5479                 update URLs
5480
5481 2006-05-17 [wwp]        2.2.0cvs30
5482
5483         * manual/handling.xml
5484         * manual/fr/handling.xml
5485                 documented the ability to enabled/disable filtering/processing rules.
5486
5487 2006-05-17 [colin]      2.2.0cvs29
5488
5489         * src/main.c
5490                 Don't initialize g_thread subsystem if it's 
5491                 already done (thanks to Hiro)
5492         * src/mimeview.c
5493                 Fix saving of parts when there name can't be
5494                 converted from UTF-8.
5495
5496 2006-05-17 [paul]       2.2.0cvs28
5497
5498         * po/Makefile.in.in
5499                 fix config.status warning with autoconf 2.60
5500
5501 2006-05-17 [paul]       2.2.0cvs27
5502
5503         * po/POTFILES.in
5504                 add src/mbox.c
5505
5506 2006-05-17 [wwp]        2.2.0cvs26
5507
5508         * src/mainwindow.c
5509                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5510
5511 2006-05-17 [wwp]        2.2.0cvs25
5512
5513         * src/plugins/demo/demo.c
5514                 updated product name in plugin demo (many plugins need to be
5515                 sync'ed w/ that change).
5516
5517 2006-05-17 [colin]      2.2.0cvs24
5518
5519         * src/mh.c
5520                 Fix leak
5521
5522 2006-05-16 [colin]      2.2.0cvs23
5523
5524         * src/mainwindow.c
5525                 Stupid me hit again. Fix cvs22.
5526
5527 2006-05-16 [colin]      2.2.0cvs22
5528
5529         * src/mainwindow.c
5530                 Fix bug #922 (sylpheed-claws crashed after 
5531                 pushing on Inbox folder)
5532
5533 2006-05-16 [colin]      2.2.0cvs21
5534
5535         * src/compose.c
5536                 Make From header be copy/paste/select-able
5537
5538 2006-05-16 [wwp]        2.2.0cvs20
5539
5540         * src/export.c
5541         * src/matcher.c
5542         * src/summaryview.c
5543         * src/etpan/imap-thread.c
5544                 fix some compiler warnings (thanks to Colin).
5545
5546 2006-05-16 [wwp]        2.2.0cvs19
5547
5548         * src/action.c
5549         * src/gedit-print.c
5550         * src/inc.c
5551         * src/mainwindow.c
5552         * src/mh.c
5553         * src/statusbar.c
5554         * src/send_message.c
5555         * src/summaryview.c
5556                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5557
5558 2006-05-15 [colin]      2.2.0cvs18
5559
5560         * src/procmsg.c
5561                 Fix automatic rule creation with List-Post
5562
5563 2006-05-15 [paul]       2.2.0cvs17
5564
5565         * tools/filter_conv_new.pl
5566                 updated for rule enabling/disabling
5567                 claws version >= 2.3.x required
5568
5569 2006-05-15 [cleroy]     2.2.0cvs16
5570
5571         * src/main.c
5572                 Revert test
5573
5574 2006-05-15 [cleroy]     2.2.0cvs15
5575
5576         * src/main.c
5577                 test
5578
5579 2006-05-15 [wwp]        2.2.0cvs14
5580
5581         * manual/pl/.cvsignore
5582                 ignore generated files.
5583
5584 2006-05-14 [wwp]        2.3.0-rc1
5585
5586         * 2.3.0-rc1 released
5587
5588 2006-05-13 [wwp]        2.2.0cvs13
5589
5590         * src/filtering.c
5591         * src/filtering.h
5592         * src/matcher.c
5593         * src/matcher_parser_lex.l
5594         * src/matcher_parser_parse.y
5595         * src/prefs_filtering.c
5596                 new feature: provide the ability to disable filtering and processing
5597                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
5598                 adaptations.
5599
5600 2006-05-13 [colin]      2.2.0cvs12
5601
5602         * src/compose.c
5603                 Remove useless if (a) b; else b;
5604                 Thanks to wwp
5605
5606 2006-05-13 [wwp]        2.2.0cvs11
5607
5608         * src/export.c
5609         * src/import.c
5610         * src/mainwindow.c
5611         * src/mbox.c
5612         * src/summaryview.c
5613         * src/summaryview.h
5614                 no more silent failures (or at least less ones) when importing
5615                 or exporting from/to mbox. Also start importing/exporting if
5616                 the necessary info is set.
5617
5618 2006-05-13 [wwp]        2.2.0cvs10
5619
5620         * RELEASE_NOTES
5621                 restored up-to-date release notes.
5622
5623 2006-05-13 [paul]       2.2.0cvs9
5624
5625         * po/nl.po
5626         * po/ru.po
5627                 updated by Tim Dijkstra and Pavlo Bohmat
5628
5629 2006-05-12 [colin]      2.2.0cvs8
5630
5631         * src/gtk/quicksearch.c
5632                 Add "k" as shortcut for "colorlabel". Patch
5633                 by ath42@users.sf.net.
5634
5635 2006-05-12 [paul]       2.2.0cvs7
5636
5637         * src/prefs_common.h
5638         * src/prefs_summaries.c
5639         * src/summaryview.c
5640                 when entering a folder also allow
5641                 going directly to first Marked message
5642
5643 2006-05-12 [paul]       2.2.0cvs6
5644
5645         * src/summaryview.c
5646                 always obey 'confirm before marking all
5647                 mails read' option
5648
5649 2006-05-12 [paul]       2.2.0cvs5
5650
5651         * src/textview.c
5652                 make Sender fully clickable
5653
5654 2006-05-12 [colin]      2.2.0cvs4
5655
5656         * src/compose.c
5657         * src/compose.h
5658                 Let From be editable
5659         * src/main.c
5660         * src/mh.c
5661                 Full support of .mh_sequences' Unseen seq
5662
5663 2006-05-12 [colin]      2.2.0cvs3
5664
5665         * src/folder.c
5666         * src/mainwindow.c
5667         * src/mainwindow.h
5668         * src/messageview.c
5669         * src/prefs_spelling.c
5670         * src/procheader.c
5671         * src/procmsg.c
5672         * src/procmsg.h
5673         * src/summaryview.c
5674         * src/toolbar.c
5675         * src/toolbar.h
5676                 Add contextual menu on Compose toolbar
5677                 button. Fixes bug #944 (Automatic
5678                 addresses not applied when changing account
5679                 from compose window)
5680                 add Mailing List support
5681                 based on the old 0.6.5claws25 patch by
5682                 Melvin Hadasht, with finishing touches
5683                 by Colin
5684                 Fix "ignore thread" when mails are threaded by
5685                 subject (and weren't ignored although appearing
5686                 in the thread).
5687                 GUI rework.
5688                 Both patches by Pawel.
5689
5690 2006-05-08 [paul]       2.2.0cvs2
5691
5692         * src/mainwindow.c
5693         * src/mainwindow.h
5694         * src/messageview.c
5695         * src/procheader.c
5696         * src/procmsg.c
5697         * src/procmsg.h
5698         * src/summaryview.c
5699                 add Mailing List support
5700                 based on the old 0.6.5claws25 patch by 
5701                 Melvin Hadasht, with finishing touches
5702                 by Colin
5703
5704 2006-05-08 [colin]      2.2.0cvs1
5705
5706         * src/mainwindow.c
5707         * src/toolbar.c
5708         * src/toolbar.h
5709                 Add contextual menu on Compose toolbar 
5710                 button. Fixes bug #944 (Automatic 
5711                 addresses not applied when changing account 
5712                 from compose window)
5713
5714 2006-05-08 [paul]       2.2.0
5715
5716         2.2.0 released
5717
5718 2006-05-08 [paul]       2.1.1cvs51
5719
5720         * po/cs.po
5721         * po/de.po
5722         * po/en_GB.po
5723         * po/fi.po
5724         * po/fr.po
5725         * po/pt_BR.po
5726         * po/sr.po
5727         * po/zh_CN.po
5728                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5729                 Fabien Vantard, Frederico Goncalves Guimaraes,
5730                 Aleksandar Urosevic, and Ralgh Young
5731
5732 2006-05-12 [colin]      2.1.1cvs50
5733
5734         * po/cs.po
5735         * po/de.po
5736         * po/en_GB.po
5737         * po/es.po
5738         * po/fi.po
5739         * po/fr.po
5740         * po/pt_BR.po
5741         * po/sr.po
5742         * po/zh_CN.po
5743                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
5744                 Fabien Vantard, Frederico Goncalves Guimaraes,
5745                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
5746
5747 2006-05-05 [colin]      2.1.1cvs49
5748
5749         * manual/Makefile.am
5750         * manual/pl/Makefile.am
5751         * manual/pl/account.xml
5752         * manual/pl/ack.xml
5753         * manual/pl/addrbook.xml
5754         * manual/pl/advanced.xml
5755         * manual/pl/faq.xml
5756         * manual/pl/glossary.xml
5757         * manual/pl/gpl.xml
5758         * manual/pl/handling.xml
5759         * manual/pl/intro.xml
5760         * manual/pl/keyboard.xml
5761         * manual/pl/plugins.xml
5762         * manual/pl/starting.xml
5763         * manual/pl/sylpheed-claws-manual.xml
5764         * manual/pl/dist/.cvsignore
5765         * manual/pl/dist/Makefile.am
5766         * manual/pl/dist/html/.cvsignore
5767         * manual/pl/dist/html/Makefile.am
5768         * manual/pl/dist/pdf/.cvsignore
5769         * manual/pl/dist/pdf/Makefile.am
5770         * manual/pl/dist/ps/.cvsignore
5771         * manual/pl/dist/ps/Makefile.am
5772         * manual/pl/dist/txt/.cvsignore
5773         * manual/pl/dist/txt/Makefile.am
5774                 Add the polish translation of the manual,
5775                 Authored by Pawel Pekala.
5776
5777 2006-05-05 [cleroy]     2.1.1cvs48
5778
5779         * src/main.c
5780                 Re-read matcherrc after loading plugins 
5781                 if some of them add folders.
5782
5783 2006-05-03 [colin]      2.1.1cvs47
5784
5785         * src/imap.c
5786                 I'm idiot
5787
5788 2006-05-03 [colin]      2.1.1cvs46
5789
5790         * src/imap.c
5791                 Be sure to have a session when
5792                 getting separator
5793
5794 2006-05-03 [colin]      2.1.1cvs45
5795
5796         * src/imap.c
5797         * src/imap.h
5798         * src/imap_gtk.c
5799                 Fix preventing renaming with namespace 
5800                 separator.
5801
5802 2006-05-01 [colin]      2.1.1cvs44
5803
5804         * src/action.c
5805                 Don't reload messageview when result of
5806                 action is piped.
5807
5808 2006-04-29 [colin]      2.1.1cvs43
5809
5810         * src/prefs_receive.c
5811         * src/plugins/spamassassin/spamassassin_gtk.c
5812         * src/plugins/clamav/clamav_plugin_gtk.c
5813                 GUI fixes by Pawel
5814
5815 2006-04-29 [colin]      2.1.1cvs42
5816
5817         * src/prefs_compose_writing.c
5818         * src/prefs_quote.c
5819                 Cleanups. Patch by Pawel
5820
5821 2006-04-28 [paul]       2.1.1cvs41
5822
5823         * src/matcher.c
5824                 fix returned quick search results when search
5825                 term contains an underscore.
5826                 Thanks to Colin
5827
5828 2006-04-28 [paul]       2.1.1cvs40
5829
5830         * src/prefs_message.c
5831         * src/prefs_receive.c
5832                 GUI cleanups
5833                 Patches by Pawel Pekala
5834
5835 2006-04-27 [colin]      2.1.1cvs39
5836
5837         * src/wizard.c
5838                 Differentiate subject Welcome from
5839                 window's title Welcome
5840
5841 2006-04-27 [paul]
5842
5843         2.2.0-rc1 released
5844
5845 2006-04-27 [paul]       2.1.1cvs38
5846
5847         * manual/advanced.xml
5848         * manual/fr/advanced.xml
5849                 add info about compose_no_markup hidden pref
5850
5851 2006-04-27 [paul]       2.1.1cvs37
5852
5853         * src/prefs_account.c
5854                 improve privacy labels
5855         * src/prefs_msg_colors.c
5856                 change some strings for translators' convenience
5857         * src/gtk/gtkutils.c
5858                 don't underline the link button text
5859
5860 2006-04-25 [colin]      2.1.1cvs36
5861
5862         * src/folder.c
5863                 Complete 2.1.1cvs33 (once more ;)
5864
5865 2006-04-25 [colin]      2.1.1cvs35
5866
5867         * src/editldap.c
5868                 Fix tooltip
5869
5870 2006-04-25 [cleroy]     2.1.1cvs34
5871
5872         * src/compose.c
5873         * src/gtk/gtkaspell.c
5874                 Fix crash on redirect (related to the return 
5875                 of the aspell menu in compose's toolbar)
5876         * src/prefs_msg_colors.c
5877                 Fix sensitivity widgets
5878         * src/image_viewer.c
5879         * src/gtk/pluginwindow.c
5880         * src/gtk/prefswindow.c
5881                 Change released signals to clicked (Fabien)
5882         * po/POTFILES.in
5883         * src/common/socket.c
5884         * src/plugins/spamassassin/spamassassin.c
5885                 Translate strings (Fabien)
5886
5887 2006-04-25 [paul]       2.1.1cvs33
5888
5889         * src/folder.c
5890         * src/folder.h
5891         * src/folderview.c
5892                 complete the fix of bug #912
5893                 Thanks to Colin
5894
5895 2006-04-25 [colin]      2.1.1cvs32
5896
5897         * src/news.c
5898                 Better progress bar
5899         * src/mimeview.c
5900         * src/summaryview.c
5901         * src/summaryview.h
5902                 Fix focus chain
5903                 Patches by Pawel Pekala
5904
5905 2006-04-24 [colin]      2.1.1cvs31
5906
5907         * src/compose.c
5908                 Fix compilation warnings (Fabien)
5909
5910 2006-04-24 [colin]      2.1.1cvs30
5911
5912         * src/addrindex.c
5913         * src/editldap.c
5914         * src/editldap_basedn.c
5915         * src/editldap_basedn.h
5916         * src/ldapctrl.c
5917         * src/ldapctrl.h
5918         * src/ldapquery.c
5919         * src/ldaputil.c
5920         * src/ldaputil.h
5921                 Fix bug #901 (LDAPS support)
5922
5923 2006-04-24 [colin]      2.1.1cvs29
5924
5925         * src/compose.c
5926                 Fix logic on error with send dialog on
5927         * src/imap.c
5928                 Fix compilation without libetpan, thanks
5929                 to Fabien
5930         * src/summaryview.c
5931                 Fix 'context-menu' key
5932
5933 2006-04-23 [colin]      2.1.1cvs28
5934
5935         * src/folder.c
5936                 Never free current's cache to free up 
5937                 memory. Fixes bug #912 (new count 
5938                 randomly set to message count)
5939
5940 2006-04-23 [colin]      2.1.1cvs27
5941
5942         * src/gtk/quicksearch.c
5943                 And remove printf...
5944
5945 2006-04-23 [colin]      2.1.1cvs26
5946
5947         * src/gtk/quicksearch.c
5948                 Fix replacing in quicksearch, and fix inserting
5949                 in the middle of the string. (introduced at 2.1.0cvs22)
5950
5951 2006-04-23 [colin]      2.1.1cvs25
5952
5953         * src/imap.c
5954                 Make sure uidnext is initialized in get_num_list
5955                 (not for stable, related to 2.1.1cvs8 and friends)
5956
5957 2006-04-23 [colin]      2.1.1cvs24
5958
5959         * src/imap.c
5960                 Output something when login is successful
5961                 too
5962
5963 2006-04-23 [colin]      2.1.1cvs23
5964
5965         * src/etpan/imap-thread.c
5966                 Better logging (line-per-line, hide data in fetch)
5967                 Fix a const warning
5968         * src/gtk/logwindow.c
5969         * src/gtk/logwindow.h
5970                 Better logging (color for input/output)
5971
5972 2006-04-21 [colin]      2.1.1cvs22
5973
5974         * src/gtk/quicksearch.c
5975                 On gtk+-2.8, use stock buttons in quicksearch
5976                 Based on a patch by Fabien and a design by Paul
5977
5978 2006-04-21 [colin]      2.1.1cvs21
5979
5980         * src/folderview.c
5981         * src/mainwindow.c
5982                 Fix occasional flicker in folderview
5983         * src/common/utils.c
5984                 Fix bug #943 (Incorrectly parsed email address 
5985                 list in short headers on message view and in 
5986                 printouts)
5987
5988 2006-04-20 [colin]      2.1.1cvs20
5989
5990         * src/imap.c
5991         * src/imap.h
5992         * src/prefs_account.c
5993                 Add ANONYMOUS auth for IMAP
5994
5995 2006-04-20 [paul]       2.1.1cvs19
5996
5997         * src/main.c
5998                 proper fix for 2.1.1cvs18
5999                 Thanks to Colin
6000
6001 2006-04-20 [paul]       2.1.1cvs18
6002
6003         * src/main.c
6004                 fix build warnings
6005
6006 2006-04-20 [paul]       2.1.1cvs17
6007
6008         * src/gtk/quicksearch.c
6009                 fix standard, non-extended Quick search,
6010                 was broken in 2.1.1cvs15.
6011                 Thanks to Colin.
6012
6013 2006-04-20 [colin]      2.1.1cvs16
6014
6015         * src/prefs_matcher.c
6016                 Fix values when reselecting a ~test
6017                 rule
6018
6019 2006-04-19 [colin]      2.1.1cvs15
6020
6021         * src/compose.c
6022         * src/compose.h
6023         * src/gtk/gtkaspell.c
6024         * src/gtk/gtkaspell.h
6025                 Put back Options menu in Spelling/
6026         * src/gtk/quicksearch.c
6027                 Don't search, and show error, if the
6028                 advanced search has a syntax error
6029
6030 2006-04-18 [colin]      2.1.1cvs14
6031
6032         * src/textview.c
6033                 Fix gdk warnings on set_cursor when textview
6034                 isn't visible
6035
6036 2006-04-18 [colin]      2.1.1cvs13
6037
6038         * src/gtk/gtksctree.c
6039                 Remove seemingly useless refresh that causes
6040                 flicker - watch this commit in case of 
6041                 problems before planned backport to stable
6042
6043 2006-04-18 [colin]      2.1.1cvs12
6044
6045         * src/imap.c
6046                 Factorize get/set_xml code
6047         * src/compose.c
6048         * src/prefs_account.c
6049         * src/prefs_account.h
6050         * src/procmsg.c
6051                 Add Encrypt to self option
6052
6053 2006-04-17 [colin]      2.1.1cvs11
6054
6055         * configure.ac
6056                 Fix search on encrpyt function on dragonfly
6057                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6058
6059 2006-04-17 [colin]      2.1.1cvs10
6060
6061         * src/prefs_account.c
6062                 Be safe by default: remove mails from POP3
6063                 after 7 days, not immediately
6064
6065 2006-04-17 [colin]      2.1.1cvs9
6066
6067         * src/etpan/imap-thread.c
6068                 Fix build on DragonFly - patch by 
6069                 Jonathan Buschmann <jonthn@agmact.com>
6070
6071 2006-04-17 [colin]      2.1.1cvs8
6072
6073         * src/imap.c
6074                 Save uidnext between sessions
6075
6076 2006-04-17 [colin]      2.1.1cvs7
6077
6078         * src/imap.c
6079                 scan is required when uid validity changes
6080
6081 2006-04-17 [colin]      2.1.1cvs6
6082
6083         * src/folderview.c
6084                 Don't scan if not necessary, apart in current
6085                 folder and INBOX to fetch flags.
6086         * src/imap.c
6087                 Scan is necessary if unread count changes
6088
6089 2006-04-17 [colin]      2.1.1cvs5
6090
6091         * src/imap.c
6092                 ...But always fetch ANSWERED and DELETED flags for
6093                 INBOX, as filtering can happen on these flags.
6094
6095 2006-04-17 [colin]      2.1.1cvs4
6096
6097         * src/imap.c
6098                 Don't fetch REPLIED and DELETED flags when synchronising
6099                 flags with a closed folder. We only need UNSEEN and FLAGGED
6100                 to update the folderview.
6101
6102 2006-04-17 [colin]      2.1.1cvs3
6103
6104         * src/imap.c
6105                 Faster flag search when there are new mails 
6106                 in a folder. We can do a full search if the 
6107                 folder contains less messages than the new
6108                 list.
6109
6110 2006-04-17 [colin]      2.1.1cvs2
6111
6112         * po/cs.po
6113         * po/de.po
6114         * po/fr.po
6115         * po/nl.po
6116         * po/pt_BR.po
6117                 Update translations from stable branch
6118
6119 2006-04-17 [colin]      2.1.1cvs1
6120
6121         * configure.ac
6122                 Bump version to follow stable release
6123
6124 2006-04-16 [mones]      2.1.0cvs50
6125
6126         * po/es.po
6127                 Updated for release
6128
6129 2006-04-16 [colin]      2.1.0cvs49
6130
6131         * src/textview.c
6132                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6133                 with gtk < 2.8. Thanks to Fabien Vantard.
6134
6135 2006-04-15 [colin]      2.1.0cvs48
6136
6137         * src/etpan/imap-thread.c
6138                 Fix bug #919 (libetpan: SEGV when connecting 
6139                 using command)
6140
6141 2006-04-14 [colin]      2.1.0cvs47
6142
6143         * src/main.c
6144                 Fix race on --select (should be done better)
6145
6146 2006-04-14 [wwp]        2.1.0cvs46
6147
6148         * src/send_message.c
6149                 enforce a check for domain in account prefs (a sending
6150                 error could be faced if domain was checked but no value set),
6151                 thanks to Colin.
6152
6153 2006-04-14 [colin]      2.1.0cvs45
6154
6155         * src/codeconv.c
6156                 when converting from unknown to unknown, if the
6157                 string is UTF8, don't convert it to the locale
6158                 (which breaks it)
6159
6160 2006-04-14 [colin]      2.1.0cvs44
6161
6162         * src/compose.c
6163                 Don't try to use ASCII for converting headers
6164                 (as done in body)
6165
6166 2006-04-14 [paul]       2.1.0cvs43
6167
6168         * src/crash.c
6169                 add locale/charset info to crash report
6170         * src/gtk/about.c
6171                 add wwp to doc team
6172                 replace 'e-mail' with preferred 'email'
6173         * src/gtk/authors.h
6174                 ensure contributors list is in alphabetical
6175                 order
6176
6177 2006-04-13 [colin]      2.1.0cvs42
6178
6179         * src/textview.c
6180                 Prevent gdk warnings
6181
6182 2006-04-13 [colin]      2.1.0cvs41
6183
6184         * src/common/ssl_certificate.c
6185         * src/common/ssl_certificate.h
6186         * src/gtk/sslcertwindow.c
6187                 Warn on expired certs, and display the expiration date
6188
6189 2006-04-13 [colin]      2.1.0cvs40
6190
6191         * src/plugins/spamassassin/spamassassin_gtk.c
6192                 Fix missing set_text on unix socket
6193
6194 2006-04-13 [wwp]        2.1.0cvs39
6195
6196         * manual/fr/advanced.xml
6197         * manual/fr/glossary.xml
6198                 applied new spam/ham/email lexicon (pourriel, courriel)
6199
6200 2006-04-13 [paul]       2.1.0cvs38
6201
6202         * src/plugins/pgpmime/plugin.c
6203                 remove the mention of S/MIME from the
6204                 description. This is now handled by the
6205                 S/MIME plugin.
6206
6207 2006-04-13 [paul]       2.1.0cvs37
6208
6209         * src/prefs_msg_colors.c
6210                 rework dialog
6211         * src/prefs_folder_item.c
6212         * src/prefs_spelling.c
6213                 add a tooltip to the colour selector buttons
6214
6215 2006-04-13 [wwp]        2.1.0cvs36
6216
6217         * manual/advanced.xml
6218         * manual/glossary.xml
6219         * manual/handling.xml
6220         * manual/keyboard.xml
6221         * manual/plugins.xml
6222         * manual/starting.xml
6223         * manual/fr/account.xml
6224         * manual/fr/ack.xml
6225         * manual/fr/addrbook.xml
6226         * manual/fr/advanced.xml
6227         * manual/fr/faq.xml
6228         * manual/fr/glossary.xml
6229         * manual/fr/gpl.xml
6230         * manual/fr/handling.xml
6231         * manual/fr/intro.xml
6232         * manual/fr/keyboard.xml
6233         * manual/fr/plugins.xml
6234         * manual/fr/starting.xml
6235         * manual/fr/sylpheed-claws-manual.xml
6236                 fixes to the manuals:
6237                  - summaryview -> Message List (same in French)
6238                  - translate key names
6239                  - fix French punctuation, use non-breakable spaces when
6240                    necessary, don't use &thinsp; which is not portable
6241                  - tell what maildir and mbox formats we support
6242
6243 2006-04-12 [wwp]        2.1.0cvs35
6244
6245         * src/prefs_toolbar.c
6246                 unified a replace button more,
6247                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6248
6249 2006-04-12 [wwp]        2.1.0cvs34
6250
6251         * src/prefs_common.c
6252         * src/prefs_msg_colors.c
6253                 make default color labels translatable,
6254                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6255                 thanks to Tim <timbrain@post.cz> for reporting.
6256
6257 2006-04-12 [wwp]        2.1.0cvs33
6258
6259         * manual/glossary.xml
6260         * manual/intro.xml
6261         * manual/plugins.xml
6262         * manual/starting.xml
6263         * manual/sylpheed-claws-manual.xml
6264         * manual/fr/.cvsignore
6265         * manual/fr/account.xml
6266         * manual/fr/ack.xml
6267         * manual/fr/addrbook.xml
6268         * manual/fr/advanced.xml
6269         * manual/fr/faq.xml
6270         * manual/fr/glossary.xml
6271         * manual/fr/handling.xml
6272         * manual/fr/intro.xml
6273         * manual/fr/keyboard.xml
6274         * manual/fr/plugins.xml
6275         * manual/fr/starting.xml
6276         * manual/fr/sylpheed-claws-manual.xml
6277                 various fixes: typos, missing .fr translations, punctuation,
6278                 capitalization, links, accents and some bad French more.
6279
6280 2006-04-12 [wwp]        2.1.0cvs32
6281
6282         * src/prefs_gtk.c
6283                 fix for bug #935: always store prefs files in UTF-8 (thanks
6284                 to Colin).
6285
6286 2006-04-11 [colin]      2.1.0cvs31
6287
6288         * src/compose.c
6289                 Fix inserting files not in utf8 when locale is utf8
6290
6291 2006-04-11 [colin]      2.1.0cvs30
6292
6293         * src/inc.c
6294                 Don't show error dialog when cancelling connection
6295                 Patch by Pawel
6296
6297 2006-04-11 [cleroy]     2.1.0cvs29
6298
6299         * src/compose.c
6300                 Implement multiple quote levels
6301         * src/prefs_common.c
6302                 Change a little bit the quote bgcolor for 2nd level
6303
6304 2006-04-11 [colin]      2.1.0cvs28
6305
6306         * src/gtk/about.c
6307                 Add locale and charset in the label
6308
6309 2006-04-10 [colin]      2.1.0cvs27
6310
6311         * src/compose.c
6312         * src/prefs_common.c
6313         * src/prefs_common.h
6314         * src/prefs_msg_colors.c
6315         * src/textview.c
6316                 Allow optional background color in quotes
6317                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6318                 GTK+-2.8.x feature
6319
6320 2006-04-10 [colin]      2.1.0cvs26
6321
6322         * src/main.c
6323         * src/mainwindow.c
6324         * src/mainwindow.h
6325                 Implement --select
6326
6327 2006-04-10 [colin]      2.1.0cvs25
6328
6329         * manual/plugins.xml
6330         * manual/fr/plugins.xml
6331                 Document libcurl's proxy variables
6332
6333 2006-04-09 [colin]      2.1.0cvs24
6334
6335         * src/prefs_common.c
6336                 gettext() returns statically allocated stuff. We have
6337                 to strdup it in order to be able to free it.
6338
6339 2006-04-09 [colin]      2.1.0cvs23
6340
6341         * AUTHORS
6342         * src/gtk/authors.h
6343                 Add Alexei
6344
6345 2006-04-09 [colin]      2.1.0cvs22
6346
6347         * src/mainwindow.c
6348         * src/gtk/quicksearch.c
6349                 Fix bug #859 (problems with cyrilic input in 
6350                 search panel) - Patch by Alexey Illarionov 
6351                 <littlesavage@rambler.ru>
6352
6353 2006-04-09 [colin]      2.1.0cvs21
6354
6355         * src/prefs_customheader.c
6356                 I prefer removing then freeing rather than the contrary
6357                 (even if it doesn't change anything ;-)
6358         * src/prefs_account.c
6359                 Fix bug #933 (Crash re-entering the custom headers list 
6360                 dialog in accounts prefs)
6361                 The problem happened when cancelling the Account 
6362                 Preferences' dialogs - in which case we didn't do 
6363                 anything to the PrefsAccount * struct. In case of applying,
6364                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6365                 working with in this dialog. The problem is that 
6366                 prefs_customheader.c, working on this tmp_ac_prefs, always
6367                 changes the ->customhdr_list pointer, even when cancelled. 
6368                 So in case of cancelling the prefs_account dialog, we still
6369                 have to update ->customhdr_list in the real account.
6370
6371 2006-04-08 [colin]      2.1.0cvs20
6372
6373         * manual/fr/glossary.xml
6374         * manual/fr/keyboard.xml
6375                 Forgot some headers :)
6376
6377 2006-04-08 [colin]      2.1.0cvs19
6378
6379         * manual/Makefile.am
6380         * manual/fr/Makefile.am
6381         * manual/fr/account.xml
6382         * manual/fr/ack.xml
6383         * manual/fr/addrbook.xml
6384         * manual/fr/advanced.xml
6385         * manual/fr/faq.xml
6386         * manual/fr/glossary.xml
6387         * manual/fr/gpl.xml
6388         * manual/fr/handling.xml
6389         * manual/fr/intro.xml
6390         * manual/fr/keyboard.xml
6391         * manual/fr/plugins.xml
6392         * manual/fr/starting.xml
6393         * manual/fr/sylpheed-claws-manual.xml
6394         * manual/fr/dist/.cvsignore
6395         * manual/fr/dist/Makefile.am
6396         * manual/fr/dist/html/.cvsignore
6397         * manual/fr/dist/html/Makefile.am
6398         * manual/fr/dist/pdf/.cvsignore
6399         * manual/fr/dist/pdf/Makefile.am
6400         * manual/fr/dist/ps/.cvsignore
6401         * manual/fr/dist/ps/Makefile.am
6402         * manual/fr/dist/txt/.cvsignore
6403         * manual/fr/dist/txt/Makefile.am
6404                 Add the french translation of the manual. Thanks to
6405                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6406                 account.xml, ack.xml, addrbook.xml and advanced.xml
6407
6408 2006-04-08 [colin]      2.1.0cvs18
6409
6410         * manual/plugins.xml
6411         * manual/starting.xml
6412                 More fixes
6413
6414 2006-04-07 [colin]      2.1.0cvs17
6415
6416         * manual/faq.xml
6417         * manual/intro.xml
6418         * manual/keyboard.xml
6419                 Little fixes
6420
6421 2006-04-07 [colin]      2.1.0cvs16
6422
6423         * README
6424         * src/compose.c
6425         * src/prefs_common.c
6426         * src/prefs_common.h
6427                 Add hidden compose_no_markup pref
6428
6429 2006-04-07 [wwp]        2.1.0cvs15
6430
6431         * src/summary_search.c
6432         * .cvsignore
6433                 Bugfix: stop button was sticky when searching in an empty folder.
6434                 Applied curly brackets code style to the whole file (summary_search.c).
6435                 More files to ignore.
6436
6437 2006-04-07 [wwp]        2.1.0cvs14
6438
6439         * src/message_search.c
6440         * src/summary_search.c
6441                 changed default button when search bumps at file/folder
6442                 beginning or end, for convenience (thanks to Colin).
6443
6444 2006-04-07 [paul]       2.1.0cvs13
6445
6446         * src/plugins/dillo_viewer/dillo_prefs.c
6447                 avoid future potential for namespace collision
6448                 Patch by Colin
6449
6450 2006-04-06 [wwp]        2.1.0cvs12
6451
6452         * src/summary_search.c
6453                 Unify extended/advanced searches names (and thus factorize labels),
6454                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6455
6456 2006-04-06 [wwp]        2.1.0cvs11
6457
6458         * src/folderview.c
6459         * src/prefs_themes.c
6460         * src/summaryview.c
6461                 Fixed some compilation warnings.
6462
6463 2006-04-06 [colin]      2.1.0cvs10
6464
6465         * manual/advanced.xml
6466                 Document the wizard template and how to deploy
6467                 Sylpheed-Claws effectively
6468
6469 2006-04-06 [colin]      2.1.0cvs9
6470
6471         * src/folderview.c
6472                 gettext patch to tell translators about _("#"),
6473                 by Maxim Britov
6474
6475 2006-04-06 [colin]      2.1.0cvs8
6476
6477         * src/textview.c
6478                 Fix invalid GtkTextBIter after clicking "Display as text"
6479
6480 2006-04-06 [mones]      2.1.0cvs7
6481
6482         * src/addr_compl.c
6483         * src/addrindex.c
6484         * src/addritem.c
6485         * src/codeconv.c
6486         * src/compose.c
6487         * src/filtering.c
6488         * src/folder.c
6489         * src/folder_item_prefs.c
6490         * src/folderview.c
6491         * src/localfolder.c
6492         * src/matcher.c
6493         * src/mimeview.c
6494         * src/prefs_msg_colors.c
6495         * src/prefs_spelling.c
6496         * src/prefs_themes.c
6497         * src/procmime.c
6498         * src/procmsg.c
6499         * src/stock_pixmap.c
6500         * src/summaryview.c
6501         * src/textview.c
6502         * src/toolbar.c
6503         * src/common/mgutils.c
6504         * src/common/prefs.c
6505         * src/common/ssl_certificate.c
6506         * src/gtk/colorlabel.c
6507         * src/gtk/quicksearch.c
6508         * src/plugins/pgpmime/pgpmime.c
6509         * src/plugins/spamassassin/spamassassin.c
6510                 Removed redundant NULL checks for g_free() calls.
6511                 Patch by Pawel Pekala.
6512
6513 2006-04-06 [mones]      2.1.0cvs6
6514
6515         * src/prefs_actions.c
6516         * src/prefs_filtering.c
6517         * src/prefs_filtering_action.c
6518         * src/prefs_matcher.c
6519         * src/prefs_template.c
6520         * src/gtk/gtkutils.c
6521         * src/gtk/gtkutils.h
6522                 Have a nice replace button. Patch by Pawel Pekala
6523
6524 2006-04-06 [colin]      2.1.0cvs5
6525
6526         * src/addressbook.c
6527                 Fix crash with empty columns
6528
6529 2006-04-05 [colin]      2.1.0cvs4
6530
6531         * src/wizard.c
6532         * src/prefs_gtk.c
6533                 Allow wizard customization with pre-filled values
6534
6535 2006-04-05 [colin]      2.1.0cvs3
6536
6537         * src/textview.c
6538         * src/mimeview.c
6539         * src/mimeview.h
6540                 Nicer messages in mimeview
6541
6542 2006-04-05 [colin]      2.1.0cvs2
6543
6544         * src/addressbook.c
6545         * src/prefs_summaries.c
6546                 i18n fix
6547
6548 2006-04-05 [colin]      2.1.0cvs1
6549
6550         * src/plugins/pgpcore/plugin.c
6551         * src/plugins/pgpcore/select-keys.c
6552         * src/plugins/pgpcore/select-keys.h
6553         * src/plugins/pgpcore/sgpgme.c
6554         * src/plugins/pgpcore/sgpgme.h
6555         * src/plugins/pgpinline/pgpinline.c
6556         * src/plugins/pgpinline/plugin.c
6557         * src/plugins/pgpmime/pgpmime.c
6558         * src/plugins/pgpmime/plugin.c
6559                 Factorize and generalize a bit 
6560                 Drop S/MIME signature verification from PGP/MIME
6561                 (adding it as another, more complete plugin)
6562
6563 2006-04-05 [paul]       2.1.0
6564
6565         2.1.0 released
6566
6567 2006-04-05 [paul]       2.0.0cvs186
6568
6569         * manual/advanced.xml
6570                 add info on colour labels
6571
6572 2006-04-05 [paul]       2.0.0cvs185
6573
6574         * po/bg.po
6575         * po/cs.po
6576         * po/de.po
6577         * po/el.po
6578         * po/en_GB.po
6579         * po/fi.po
6580         * po/fr.po
6581         * po/it.po
6582         * po/nl.po
6583         * po/pl.po
6584         * po/pt_BR.po
6585         * po/sr.po
6586         * po/zh_CN.po
6587                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6588                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6589                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6590                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6591         * src/gtk/authors.h
6592         * tools/claws.i18n.status.pl
6593                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
6594                 and new Czech translator, Tim <timbrain@post.cz>
6595
6596 2006-04-05 [mones]      2.0.0cvs184
6597
6598         * po/es.po
6599                 Updated translation
6600
6601 2006-04-05 [colin]      2.0.0cvs183
6602
6603         * src/gtk/quicksearch.c
6604                 Fix bug #929 (unnecessary reload in quick search bar)
6605
6606 2006-04-05 [colin]      2.0.0cvs182
6607
6608         * src/compose.c
6609                 Fix crash on Reply with no From:
6610                 Show signature and conversion error on queuing 
6611                 (but not sending)
6612         * src/mainwindow.c
6613         * src/summaryview.c
6614         * src/summaryview.h
6615                 Factorize threading code and make sure msginfo 
6616                 is not null when it comes from a GtkCTreeRow's 
6617                 data
6618         * src/gtk/gtkaspell.c
6619                 Check for necessary things
6620         * src/gtk/gtksctree.c
6621         * src/gtk/gtksctree.h
6622                 Reset anchor if necessary when removing node
6623
6624 2006-03-29 [colin]      2.0.0cvs181
6625
6626         * src/folderview.c
6627                 Warn for disabled IMAP accounts (due to lack of
6628                 libetpan). Breaks string-freeze - sorry - but it
6629                 is kind of important ;)
6630
6631 2006-03-28 [colin]      2.0.0cvs180
6632
6633         * src/gtk/gtkutils.c
6634         * src/gtk/gtkutils.h
6635                 Add a gtkut_get_link_btn() function that
6636                 creates a button which acts like an URI
6637         * src/prefs_themes.c
6638         * src/gtk/about.c
6639                 Use this function (factorizes codes)
6640         * src/common/defs.h
6641         * src/gtk/pluginwindow.c
6642                 Add a "Get more..." in the plugins window
6643
6644 2006-03-28 [colin]      2.0.0cvs179
6645
6646         * src/common/smtp.c
6647         * src/common/passcrypt.c
6648         * src/undo.c
6649                 Warning fixes. Patch by Pawel Pekala
6650
6651 2006-03-27 [colin]      2.0.0cvs178
6652
6653         * src/undo.c
6654                 Fix undoing by blocks with spaces
6655
6656 2006-03-27 [colin]      2.0.0cvs177
6657
6658         * src/textview.c
6659                 Set margin to 3px for headers
6660
6661 2006-03-27 [paul]
6662
6663         2.1.0-rc2 released
6664
6665 2006-03-27 [wwp]        2.0.0cvs176
6666
6667         * src/summaryview.c
6668                 don't reset quicksearch when updating the message list.
6669                 Thanks to Colin.
6670
6671 2006-03-26 [wwp]        2.0.0cvs175
6672
6673         * src/compose.c
6674                 use a unified border width ('other' tab in the compose window,
6675                 patch by Pawel Pekala).
6676
6677
6678 2006-03-26 [wwp]        2.0.0cvs174
6679
6680         * src/common/quoted-printable.c
6681         * src/addressbook.c
6682                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
6683
6684 2006-03-26 [colin]      2.0.0cvs173
6685
6686         * src/quote_fmt_parse.y
6687                 Fix non-UTF8 date formats messing up the whole quote a 
6688                 little bit
6689
6690 2006-03-26 [colin]      2.0.0cvs172
6691
6692         * src/procheader.c
6693                 Make sure the date is UTF8 valid, or try to make it
6694                 so. IncrediMail is really IncrediStupid.
6695         * src/compose.c
6696                 Fix possible conversions. 
6697                 
6698
6699 2006-03-26 [colin]      2.0.0cvs171
6700
6701         * src/matcher.c
6702                 Fix corner cases in body search. This is still a
6703                 hack... It seems impossible to make it good and 
6704                 reasonably fast at the same time.
6705
6706 2006-03-26 [colin]      2.0.0cvs170
6707
6708         * src/summaryview.c
6709                 I think I killed the twilight zone bug!
6710                 summary_select_node() flushes GTK events in order
6711                 to be able to center the view. But this also 
6712                 flushes keypresses like Ctrl-Alt-U, so this can
6713                 call summary_show from summary_select_node (itself
6714                 called from summary_show, etc.). And the summaryview
6715                 has to be unlocked in this function. So just locking
6716                 while processing GTK events, and bailing if locked, 
6717                 should fix it.
6718                 Fixes bug #927 (SIGSEGV during Update Summary)
6719
6720 2006-03-25 [colin]      2.0.0cvs169
6721
6722         * src/matcher.c
6723                 Fix search in QP-encoded bodies
6724                 Fix utf-8 searches in bodies encoded in the
6725                 locale's encoding
6726         * src/common/quoted-printable.c
6727         * src/common/quoted-printable.h
6728                 Add a decode function that doesn't overwrite
6729                 the original pointer
6730                 
6731
6732 2006-03-24 [colin]      2.0.0cvs168
6733
6734         * src/action.c
6735         * src/summaryview.c
6736         * src/summaryview.h
6737                 Update message cache after action
6738                 Patch by H. Merijn Brand
6739         * src/prefs_msg_colors.c
6740                 Factorize label 
6741                 Patch by Fabien Vantard
6742         * src/plugins/spamassassin/spamassassin_gtk.c
6743                 Remove useless translation
6744                 Patch by Fabien Vantard
6745
6746 2006-03-23 [colin]      2.0.0cvs167
6747
6748         * src/common/ssl.c
6749                 Let 30 seconds to SSL_connect
6750
6751 2006-03-23 [wwp]        2.0.0cvs166
6752
6753         * src/summaryview.c
6754         * src/gtk/description_window.c
6755                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
6756                 and headers are translated; adjust description windows' width to fit their
6757                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
6758
6759 2006-03-23 [paul]       2.0.0cvs165
6760
6761         * src/common/utils.c
6762                 fix highlighting of URIs containing "()"
6763                 (2.0.0cvs164's reversal fixed)
6764                 Thanks to Colin.
6765
6766 2006-03-23 [paul]       2.0.0cvs164
6767
6768         * src/common/utils.c
6769                 revert patch, (postponing a fix), at 2.0.0cvs120
6770                 as it breaks more URIs than it fixes.
6771                 Allow '-' to be a terminating character in a URI
6772
6773 2006-03-22 [colin]      2.0.0cvs163
6774
6775         * configure.ac
6776                 Require libetpan 0.45
6777                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
6778
6779 2006-03-22 [paul]       2.0.0cvs162
6780
6781         * src/editgroup.c
6782                 replace '<-' and '->' buttons with GTK_STOCK graphical
6783                 buttons
6784         * src/summary_search.c
6785                 don't offer '...' for translation
6786                 add a tooltip to advanced search '...' button
6787         * src/gtk/quicksearch.c
6788                 don't offer '...' for translation
6789
6790 2006-03-21 [colin]      2.0.0cvs161
6791
6792         * src/compose.c
6793                 Fix middle-click pasting (insert at click
6794                 position instead of cursor position, don't
6795                 remove existing selection and allow pasting
6796                 our own selection)
6797         * src/addressbook.c
6798                 "LDAP Server" -> "LDAP servers"
6799
6800 2006-03-21 [wwp]        2.0.0cvs160
6801
6802         * src/etpan/imap-thread.c
6803                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
6804
6805 2006-03-20 [colin]      2.0.0cvs159
6806
6807         * src/summaryview.c
6808                 Don't reload summaryview after an execute with no
6809                 move action
6810
6811 2006-03-19 [colin]      2.0.0cvs158
6812
6813         * src/addressbook.c
6814                 and put groups at the top, always
6815
6816 2006-03-19 [colin]      2.0.0cvs157
6817
6818         * src/addressbook.c
6819                 Order groups before names, as previously
6820
6821 2006-03-19 [colin]      2.0.0cvs156
6822
6823         * src/addressbook.c
6824                 - Sort case-unsensitive
6825                 - Put the sort arrow at opening too
6826
6827 2006-03-19 [wwp]        2.0.0cvs155
6828
6829         * src/addressbook.c
6830                 allow sorting by name/email/remarks, ensure that right-pane's contents
6831                 matches the left-pane selection (cleared when appropriate).
6832                 Patch by Pawel Pekala <c0rn@o2.pl>.
6833
6834 2006-03-18 [colin]      2.0.0cvs154
6835
6836         * src/textview.c
6837                 Fix text cursor ;)
6838
6839 2006-03-18 [colin]      2.0.0cvs153
6840
6841         * src/gtk/filesel.c
6842                 Make sure we hide the preview if we didn't get
6843                 a filename
6844
6845 2006-03-18 [colin]      2.0.0cvs152
6846
6847         * src/summaryview.c
6848                 Set cursor to watch for execution (fixes lack
6849                 of watch-cursor when dnd'ing hundreds of mails)
6850         * src/gtk/filesel.c
6851                 Check that mime type is 'image/*' before updating
6852                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
6853
6854 2006-03-18 [colin]      2.0.0cvs151
6855
6856         * src/mainwindow.c
6857         * src/textview.c
6858         * src/textview.h
6859                 Put a watch cursor in textview too when the mainwindow's
6860                 cursor in a watch
6861
6862 2006-03-18 [colin]      2.0.0cvs150
6863
6864         * src/folder.c
6865                 Change wrong asserts to simple tests
6866
6867 2006-03-17 [colin]      2.0.0cvs149
6868
6869         * src/mainwindow.c
6870         * src/mainwindow.h
6871         * src/prefs_msg_colors.c
6872         * src/summaryview.c
6873         * src/summaryview.h
6874         * src/gtk/colorlabel.c
6875         * src/gtk/colorlabel.h
6876                 Add a color label menu in the main menubar
6877                 Add (fixed) accels Ctrl-{0-7} to change the color
6878                 They have to be fixed because the menu's dynamic,
6879                 the items are complex widgets, hence we can't use
6880                 a GtkItemFactory.
6881
6882
6883 2006-03-17 [wwp]        2.0.0cvs148
6884
6885         * src/compose.c
6886                 rollback few lines from my previous commit (those lines come from
6887                 a pending patch, accidentally commited, even if neutral as they are
6888                 commented out).
6889
6890 2006-03-17 [wwp]        2.0.0cvs147
6891
6892         * src/compose.c
6893                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
6894                 applied code style/indentation to the modified function.
6895
6896 2006-03-17 [wwp]        2.0.0cvs146
6897
6898         * src/procmsg.c
6899         * src/compose.c
6900                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
6901
6902 2006-03-17 [paul]
6903
6904         2.1.0-rc1 released
6905
6906 2006-03-17 [paul]       2.0.0cvs145
6907
6908         * src/main.c
6909                 addressbook_read_file() was called twice
6910         * src/textview.c
6911                 X-Mailer highlighting
6912
6913 2006-03-16 [colin]      2.0.0cvs144
6914
6915         * src/sourcewindow.c
6916         * src/sourcewindow.h
6917                 And the last one, in source window.
6918
6919 2006-03-16 [colin]      2.0.0cvs143
6920
6921         * src/compose.c
6922         * src/compose.h
6923                 Fix the same stuff in compose
6924
6925 2006-03-16 [colin]      2.0.0cvs142
6926
6927         * src/messageview.c
6928                 Complete the previous messageview crash fix
6929
6930 2006-03-16 [colin]      2.0.0cvs141
6931
6932         * src/procmsg.h
6933         * src/procmsg.c
6934         * src/folder.c
6935                 Fix POSTPROCESSING hook
6936                 Patch by H. Merijn Brand
6937
6938         * src/procmime.c
6939         * src/procmime.h
6940                 Parse Content-Location
6941
6942         * src/toolbar.c
6943         * src/messageview.c
6944         * src/messageview.h
6945                 Don't crash when a top-level MessageView has
6946                 been closed on us. Same problematic than
6947                 yesterday's quicksearch issue.
6948
6949 2006-03-15 [colin]      2.0.0cvs140
6950
6951         * src/gtk/quicksearch.c
6952                 Fix a bitchy race we didn't think about when we
6953                 added quicksearch cancellation:
6954                 If the search is not on cached fields, for example
6955                 body_part matchcase "stuff"
6956                 the matcher code has to get the whole message. If
6957                 we're on IMAP, that can be slow, and in order to
6958                 be non-blocking, the IMAP code idle loop processes
6959                 gtk events too. So it is possible to cancel a
6960                 quicksearch while the matcher is getting the mail's
6961                 body. After matcher got its body, it will start to
6962                 iterate over the matcher list that the Quicksearch's
6963                 clear_search_cb() just freed via prepare_matcher().
6964                 SIGSEGV ensues.
6965                 The fix consists of guarding the matcherlist_match()
6966                 call with a boolean 'matching'. If we reset the
6967                 quicksearch while matching is TRUE, we don't free
6968                 the matcherlist anymore like we did, but we set
6969                 another new flag, deferred_free, to TRUE. Then,
6970                 in quicksearch_match(), just after returning from
6971                 matcherlist_match() and unsetting the matching flag,
6972                 we check the deferred_free flag and do the
6973                 prepare_matcher() (which does the matcherlist_free)
6974                 for real, so we free the matcherlist once it's not
6975                 used anymore.
6976                 As all of this runs via the glib main loop, we
6977                 luckily don't need a mutex.
6978         * src/summaryview.c
6979                 Also, show progress while searching.
6980
6981
6982 2006-03-14 [colin]      2.0.0cvs139
6983
6984         * src/alertpanel.c
6985                 Make alertpanel_is_open non-static
6986
6987 2006-03-14 [colin]      2.0.0cvs138
6988
6989         * src/prefs_spelling.c
6990                 Cleanups - Fabien Vantard
6991
6992 2006-03-14 [wwp]        2.0.0cvs137
6993
6994         * src/main.c
6995                 code style normalization (curly braces, indentation).
6996
6997 2006-03-14 [wwp]        2.0.0cvs137
6998
6999         * src/main.c
7000                 code style (braces, indentation)
7001
7002 2006-03-12 [paul]       2.0.0cvs136
7003
7004         * src/prefs_common.c
7005                 trans_hdr defaults to FALSE to be RFC-savvy
7006         * src/prefs_summaries.c
7007                 add a tooltip to the trans_hdr option
7008                 
7009
7010 2006-03-12 [paul]       2.0.0cvs135
7011
7012         * src/prefs_matcher.c
7013                 give a little more width to the combos
7014         * src/prefs_display_header.c
7015         * src/textview.c
7016                 translate headers if prefs_common.trans_hdr
7017                 is TRUE
7018
7019         Patches by Pawel Pekala
7020
7021 2006-03-12 [paul]       2.0.0cvs134
7022
7023         * src/plugins/clamav/clamav_plugin.c
7024         * src/plugins/dillo_viewer/dillo_viewer.c
7025         * src/plugins/pgpcore/plugin.c
7026         * src/plugins/pgpinline/plugin.c
7027         * src/plugins/pgpmime/plugin.c
7028         * src/plugins/spamassassin/spamassassin.c
7029                 update/add to descriptions
7030         * src/plugins/spamassassin/spamassassin_gtk.c
7031                 fixes to the english, remove superfluous
7032                 tooltips, clean up a little
7033
7034 2006-03-12 [paul]       2.0.0cvs133
7035
7036         * src/compose.c
7037                 fix Bug 924, 'Account combo box shows up wrong 
7038                 if & is in account name'
7039
7040 2006-03-11 [colin]      2.0.0cvs132
7041
7042         * src/summaryview.c
7043                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7044                 messed up shift-selection because is slows down
7045                 moving around summaryview. thanks -users
7046
7047 2006-03-10 [colin]      2.0.0cvs131
7048
7049         * src/plugins/spamassassin/spamassassin_gtk.c
7050                 Put back Paul's engrish fixes
7051
7052 2006-03-10 [colin]      2.0.0cvs130
7053
7054         * src/plugins/spamassassin/spamassassin.c
7055         * src/plugins/spamassassin/spamassassin.h
7056         * src/plugins/spamassassin/spamassassin_gtk.c
7057                 Cleanup SA prefs page (more)
7058                 Patch by Fabien Vantard
7059
7060 2006-03-10 [paul]       2.0.0cvs129
7061
7062         * src/prefs_msg_colors.c
7063         * src/prefs_spelling.c
7064                 widget sensitivity
7065
7066 2006-03-09 [mones]      2.0.0cvs128
7067
7068         * po/es.po
7069                 Update for next RC
7070
7071 2006-03-09 [wwp]        2.0.0cvs127
7072
7073         * configure.ac
7074                 revert accidental commit (requirement for libetpan 0.43), this time
7075                 not in HEAD.
7076
7077 2006-03-09 [wwp]        2.0.0cvs125
7078
7079         * configure.ac
7080                 revert accidental commit (requirement for libetpan 0.43)
7081
7082 2006-03-09 [paul]       2.0.0cvs126
7083
7084         * src/prefs_receive.c
7085                 remove useless frame
7086                 replace 'incorporation' with 'receiving'
7087         * src/plugins/clamav/clamav_plugin_gtk.c
7088         * src/plugins/spamassassin/spamassassin_gtk.c
7089                 improve widget sensitivity
7090                 fix a bit his engrish
7091
7092 2006-03-09 [wwp]        2.0.0cvs125
7093
7094         * src/addressadd.c
7095         * src/foldersel.c
7096         * src/prefs_common.c
7097         * src/prefs_common.h
7098                 remember some more windows' sizes (add to addressbook and
7099                 select folder).
7100
7101 2006-03-09 [paul]       2.0.0cvs124
7102
7103         * src/plugins/pgpcore/prefs_gpg.c
7104                 normalise construction of dialogue
7105
7106 2006-03-09 [paul]       2.0.0cvs123
7107
7108         * src/plugins/trayicon/Makefile.am
7109                 add missing slash
7110
7111 2006-03-08 [colin]      2.0.0cvs122
7112
7113         * src/plugins/trayicon/Makefile.am
7114                 Fix build in separate dir 
7115                 Patch by Bamanzi <bamanzi@gmail.com>
7116
7117 2006-03-08 [colin]      2.0.0cvs121
7118
7119         * src/procmsg.c
7120                 Batch move and copies from summaryview with delayed execution
7121                 too
7122
7123 2006-03-07 [paul]       2.0.0cvs120
7124
7125         * src/common/utils.c
7126                 fix highlighting of URIs containing "()"
7127                 Patch by Pawel Pekala
7128
7129 2006-03-07 [paul]       2.0.0cvs119
7130
7131         * src/folder.c
7132         * src/folder.h
7133         * src/folderview.c
7134                 immediately do alphabetical resort when
7135                 changing a folder's name
7136                 Patch by Pawel Pekala
7137
7138 2006-03-07 [paul]       2.0.0cvs118
7139
7140         * src/news.c
7141         * src/news_gtk.c
7142                 when unsubscribing a newsgroup, remove the
7143                 folder and msgs in .sylpheed-claws/newscache
7144                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7145
7146 2006-03-07 [paul]       2.0.0cvs117
7147
7148         * src/textview.c
7149                 fix wrong Fake URL Warning
7150                 Thanks to Hiro
7151
7152 2006-03-07 [colin]      2.0.0cvs116
7153
7154         * src/imap.c
7155                 Return immediately when password dialog was
7156                 cancelled
7157         * src/gtk/inputdialog.c
7158                 Allow empty strings for passwords
7159
7160
7161 2006-03-06 [colin]      2.0.0cvs115
7162
7163         * src/imap.c
7164                 Prevent double-timeouts when connection fails
7165
7166 2006-03-06 [colin]
7167
7168         2.0.1-rc1 released
7169
7170 2006-03-06 [colin]      2.0.0cvs114
7171
7172         * src/imap.c
7173                 Refresh session during potentially long
7174                 operations
7175
7176 2006-03-06 [wwp]        2.0.0cvs113
7177
7178         * src/prefs_msg_colors.h
7179                 forgot that one (custom color labels).
7180
7181 2006-03-06 [wwp]        2.0.0cvs112
7182
7183         * src/prefs_common.c
7184         * src/prefs_common.h
7185         * src/prefs_msg_colors.c
7186         * src/summaryview.c
7187         * src/summaryview.h
7188         * src/gtk/colorlabel.c
7189         * src/gtk/colorlabel.h
7190                 colors in messages list are now customizable. Color values and names can
7191                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7192                 Thanks to Paul and Colin for their help with this longstanding patch!
7193
7194 2006-03-06 [wwp]        2.0.0cvs111
7195
7196         * src/textview.c
7197                 don't crash if (x)face is bad.
7198
7199 2006-03-05 [paul]       2.0.0cvs110
7200
7201         * AUTHORS
7202         * configure.ac
7203         * src/Makefile.am
7204         * src/common/Makefile.am
7205         * src/common/utils.h
7206         * src/etpan/imap-thread.c
7207         * src/gtk/authors.h
7208         * src/plugins/clamav/Makefile.am
7209         * src/plugins/demo/Makefile.am
7210         * src/plugins/dillo_viewer/Makefile.am
7211         * src/plugins/pgpcore/Makefile.am
7212         * src/plugins/pgpcore/passphrase.c
7213         * src/plugins/pgpinline/Makefile.am
7214         * src/plugins/pgpmime/Makefile.am
7215         * src/plugins/spamassassin/Makefile.am
7216         * src/plugins/trayicon/Makefile.am
7217                 fix builiding on cygwin
7218                 Patch by Ralgh Young <bamanzi@gmail.com>
7219
7220 2006-03-04 [wwp]        2.0.0cvs109
7221
7222         * manual/keyboard.xml
7223                 fix mixed up/down keys.
7224
7225 2006-03-04 [wwp]        2.0.0cvs108
7226
7227         * README
7228         * INSTALL
7229                 updated links to SpamAssassin.
7230
7231 2006-03-04 [wwp]        2.0.0cvs107
7232
7233         * manual/plugins.xml
7234         * src/plugins/spamassassin/README
7235                 updated SpamAssassin plugin docs to reflect new functional additions
7236                 (also fix/update/documents few technical stuff more, see the README).
7237
7238 2006-03-04 [wwp]        2.0.0cvs106
7239
7240         * src/prefs_message.c
7241                 normalized capitalization of message-prefs paths.
7242
7243 2006-03-04 [wwp]        2.0.0cvs105
7244
7245         * manual/advanced.xml
7246                 typo.
7247
7248 2006-03-03 [colin]      2.0.0cvs104
7249
7250         * src/plugins/clamav/clamav_plugin_gtk.c
7251                 Rework prefs page, patch by Fabien 
7252
7253 2006-03-03 [colin]      2.0.0cvs103
7254
7255         * src/plugins/clamav/clamav_plugin.c
7256                 Set error on all errors
7257
7258 2006-03-03 [colin]      2.0.0cvs102
7259
7260         * src/common/plugin.c
7261                 Initialize error to avoid crashing when a plugin fails
7262                 without setting error
7263
7264 2006-03-02 [wwp]        2.0.0cvs101
7265
7266         * configure.ac
7267                 fixed linker flags for libetpan support on Cygwin
7268                 (thanks to H.Merijn Brand).
7269
7270 2006-03-02 [wwp]        2.0.0cvs100
7271
7272         * src/addressbook.c
7273                 fix some AB error messages: one for punctuation and
7274                 one wrongly duplicate (thanks, maxbritov).
7275
7276 2006-03-02 [wwp]        2.0.0cvs99
7277
7278         * src/plugins/spamassassin/spamassassin.c
7279                 make sync calls to sa-learn/spamc to prevent
7280                 system (whatever local or client/server) overload.
7281
7282 2006-03-02 [colin]      2.0.0cvs98
7283
7284         * src/summaryview.c
7285                 Put the spam icon in the status column instead of the
7286                 mark one
7287
7288 2006-03-01 [colin]      2.0.0cvs97
7289
7290         * src/plugins/spamassassin/spamassassin.c
7291                 Fix segfault (g_file_set_contents fails for some 
7292                 reason and err==0x2f. Can't find out why with
7293                 valgrind, using working function :-)
7294
7295 2006-03-01 [colin]      2.0.0cvs96
7296
7297         * src/inc.c
7298                 Offline overriding: let 'No' be cached only 3 seconds
7299
7300 2006-03-01 [colin]      2.0.0cvs95
7301
7302         * src/addr_compl.c
7303         * src/addrbook.c
7304         * src/addressbook.c
7305         * src/addrindex.c
7306         * src/folder_item_prefs.c
7307         * src/headerview.c
7308         * src/imap.c
7309         * src/inc.c
7310         * src/ldif.c
7311         * src/mainwindow.c
7312         * src/mh.c
7313         * src/msgcache.c
7314         * src/prefs_common.h
7315         * src/prefs_msg_colors.c
7316         * src/procheader.c
7317         * src/procheader.h
7318         * src/procmime.c
7319         * src/procmsg.c
7320         * src/procmsg.h
7321         * src/send_message.h
7322         * src/simple-gettext.c
7323         * src/summaryview.c
7324         * src/summaryview.h
7325         * src/syldap.c
7326         * src/textview.c
7327         * src/undo.c
7328         * src/common/ssl_certificate.c
7329         * src/common/utils.c
7330         * src/gtk/colorsel.c
7331         * src/gtk/gtksctree.c
7332         * src/gtk/gtkshruler.c
7333         * src/plugins/trayicon/trayicon.c
7334                 #if 0 goes to /dev/null
7335
7336 2006-03-01 [colin]      2.0.0cvs94
7337
7338         * src/compose.c
7339         * src/imap.c
7340         * src/inc.c
7341         * src/inc.h
7342         * src/messageview.c
7343         * src/news.c
7344         * src/plugins/spamassassin/spamassassin.c
7345                 Allow to add information in the "working offline"
7346                 window
7347
7348 2006-03-01 [wwp]        2.0.0cvs93
7349
7350         * src/plugins/spamassassin/spamassassin.c
7351                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7352                 'cause it seems that calling `spamc ... < inputfile` with
7353                 g_spawn_(a)sync simply.. erm doesn't work :-).
7354
7355 2006-03-01 [wwp]        2.0.0cvs92
7356
7357         * src/toolbar.c
7358         * src/toolbar.h
7359                 simplify the adding of spam/ham button to the messageview toolbar
7360                 (it gets more clear now that the same button will be "Mark as spam"
7361                 or "Mark as ham" according to the current message status,
7362                 thanks to Colin).
7363
7364 2006-03-01 [wwp]        2.0.0cvs91
7365
7366         * src/messageview.c
7367         * src/procmsg.c
7368         * src/procmsg.h
7369         * src/summaryview.c
7370         * src/plugins/spamassassin/spamassassin.c
7371         * src/plugins/spamassassin/spamassassin.h
7372                 make learner callbacks return a status (0 for ok),
7373                 handle it in main code to avoid setting flags when learning failed,
7374                 don't learn on TCP if offline in spamassassin,
7375                 thanks to Colin.
7376
7377                 
7378
7379 2006-03-01 [wwp]        2.0.0cvs90
7380
7381         * src/compose.c
7382                 some work around the compose window's account menu,
7383                 patch by Fabien Vantard.
7384
7385 2006-03-01 [wwp]        2.0.0cvs89
7386
7387         * src/plugins/spamassassin/spamassassin.c
7388                 fixed bad logics, was using spamc in local mode and sa-learn
7389                 in remote mode (thanks, Colin).
7390
7391 2006-03-01 [wwp]        2.0.0cvs88
7392
7393         * src/plugins/spamassassin/spamassassin.c
7394         * src/plugins/spamassassin/spamassassin.h
7395         * src/plugins/spamassassin/spamassassin_gtk.c
7396                 made processing of emails w/ sa-plugin an option (default is TRUE),
7397                 fixed Engrish some tooltips, capitalization of some debug messages
7398                 and warnings. The spamassassin plugin now provides two separate
7399                 services: process emails upon incorporation and spamd training.
7400                 Both services (un)register independently but use some common
7401                 plugin settings (transport settings, spam storage location).
7402
7403 2006-02-28 [wwp]        2.0.0cvs87
7404
7405         * src/plugins/spamassassin/spamassassin.c
7406                 fix async flag to spamc cmdline execution (batch exec should
7407                 be asynchronous).
7408
7409 2006-02-27 [wwp]        2.0.0cvs86
7410
7411         * src/plugins/spamassassin/spamassassin.c
7412         * src/plugins/spamassassin/spamassassin.h
7413         * src/plugins/spamassassin/spamassassin_gtk.c
7414                 - added the ability to learn a remote spamassassin server (spamd),
7415                 using spamc.
7416                 - added the spamassassin option 'username', that applies to all
7417                 spamassassin operations (filtering, learning, local or remote).
7418                 The default username is the current unix user (if left blank
7419                 from gtk prefs or config file).
7420                 - commented out some unused code (notebook widget), removed unused
7421                 layout (hbox1).
7422                 - make more widgets sensitive to the transport type.
7423
7424 2006-02-27 [colin]      2.0.0cvs85
7425
7426         * src/plugins/spamassassin/spamassassin.c
7427                 Fix sa-learn call when offline
7428
7429 2006-02-27 [colin]      2.0.0cvs84
7430
7431         * configure.ac
7432         * src/Makefile.am
7433         * src/mainwindow.c
7434         * src/mainwindow.h
7435         * src/messageview.c
7436         * src/messageview.h
7437         * src/prefs_toolbar.c
7438         * src/procmsg.c
7439         * src/stock_pixmap.c
7440         * src/stock_pixmap.h
7441         * src/summaryview.c
7442         * src/toolbar.c
7443         * src/toolbar.h
7444         * src/pixmaps/ham_btn.xpm
7445         * src/pixmaps/spam.xpm
7446         * src/pixmaps/spam_btn.xpm
7447         * src/plugins/spamassassin/spamassassin.c
7448                 Add button in toolbar for spam learning
7449                 Fix a few bugs from the last related commit
7450                 Revert 1.9.6cvs23 which messed up shift-selection
7451
7452 2006-02-24 [colin]      2.0.0cvs83
7453
7454         * src/procmsg.c
7455         * src/summaryview.c
7456         * src/summaryview.h
7457         * src/plugins/spamassassin/spamassassin.c
7458         * src/plugins/spamassassin/spamassassin.h
7459         * src/plugins/spamassassin/spamassassin_gtk.c
7460                 Unregister learner when spamassassin is either
7461                 disabled or over tcp
7462
7463 2006-02-24 [colin]      2.0.0cvs82
7464
7465         * src/Makefile.am
7466         * src/mainwindow.c
7467         * src/mainwindow.h
7468         * src/procmsg.c
7469         * src/procmsg.h
7470         * src/stock_pixmap.c
7471         * src/stock_pixmap.h
7472         * src/summaryview.c
7473         * src/summaryview.h
7474         * src/gtk/icon_legend.c
7475         * src/pixmaps/spam.xpm  ** NEW FILE **
7476         * src/plugins/spamassassin/spamassassin.c
7477         * src/plugins/spamassassin/spamassassin_gtk.c
7478                 Add spam learning interface (Mark/Mark as 
7479                 (spam|ham) menus)
7480
7481 2006-02-24 [wwp]        2.0.0cvs81
7482
7483         * src/compose.c
7484         * src/compose.h
7485         * src/filtering.c
7486                 hide compose window when sending message in batch mode
7487                 (filtering: forward and redirect). Also fixed a wrong
7488                 value returned when sending failed, neutral anyway.
7489                 (Colin, me) 
7490
7491 2006-02-24 [wwp]        2.0.0cvs80
7492
7493         * src/mainwindow.c
7494                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7495
7496 2006-02-24 [paul]       2.0.0cvs79
7497
7498         * src/news.c
7499         * src/news.h
7500         * src/news_gtk.c
7501                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7502                 Thanks to Colin
7503
7504 2006-02-23 [colin]      2.0.0cvs78
7505
7506         * src/alertpanel.c
7507                 Change OK to Close in alertpanel with View log
7508                 button; add accel to View log. Patch by Fabien
7509                 Vantard
7510
7511 2006-02-23 [wwp]        2.0.0cvs77
7512
7513         * src/compose.c
7514                 silly me, there were much more tests to perform, since toolbars can
7515                 really have down to 1 element only.
7516
7517 2006-02-23 [wwp]        2.0.0cvs76
7518
7519         * commitHelper
7520                 fixed indentation from my previous commit. Fallback to VISUAL if
7521                 EDITOR is not set (and to vi, at last resort).
7522
7523 2006-02-23 [wwp]        2.0.0cvs75
7524
7525         * commitHelper
7526                 improved error detection (Colin, me).
7527
7528 2006-02-23 [wwp]        2.0.0cvs74
7529
7530         * src/prefs_toolbar.c
7531                 simplify and fix prefs/toolbars layouting. Combos' contents can
7532                 now be really displayed.
7533
7534 2006-02-23 [wwp]        2.0.0cvs73
7535         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7536         be really displayed.
7537
7538 2006-02-22 [wwp]        2.0.0cvs72
7539
7540         * src/compose.c
7541                 fix a typo in my previous commit (sorry!).
7542
7543 2006-02-22 [wwp]        2.0.0cvs71
7544
7545         * src/prefs_toolbar.c
7546                 fix a crash when adding separators to toolbars,
7547                 also fix some separator item information.
7548
7549 2006-02-22 [wwp]        2.0.0cvs70
7550
7551         * src/compose.c
7552                 fix a crash when redirecting (for instance) when compose window's
7553                 toolbar contents has been customized (when some buttons have been
7554                 removed in fact).
7555
7556 2006-02-21 [wwp]        2.0.0cvs69
7557
7558         * src/summaryview.c
7559         * src/gtk/pluginwindow.c
7560         * src/plugins/pgpcore/prefs_gpg.c
7561                 fix some compilation warnings (feat. remains of removed code).
7562
7563 2006-02-21 [wwp]        2.0.0cvs68
7564
7565         * src/gtk/gtkutils.c
7566                 fix two compilation issues, thanks to Stephan Sachse.
7567
7568 2006-02-20 [colin]      2.0.0cvs67
7569
7570         * src/mainwindow.c
7571                 Don't reselect displayed mail on refocus
7572                 This fixes actions misbehaving 
7573
7574 2006-02-20 [wwp]        2.0.0cvs66
7575
7576         * src/summaryview.c
7577         * src/gtk/gtksctree.c
7578         * src/gtk/gtkshruler.c
7579                 changed more runtime typecast checks.
7580
7581 2006-02-20 [wwp]        2.0.0cvs65
7582
7583         * src/summary_search.c
7584                 find all - summaryview refresh issue fixed, thanks to Colin.
7585
7586 2006-02-20 [wwp]        2.0.0cvs64
7587
7588         * src/gtk/gtkutils.c
7589                 better runtime typecast checks.
7590
7591 2006-02-20 [wwp]        2.0.0cvs63
7592
7593         * src/summary_search.c
7594                 enhancements to the summary search:
7595                         - add the ability to stop the running search
7596                           (upon ESC-key press, new Stop button or when Clear button is pressed)
7597                         - don't search if no criteria (From/To/Subject/Body) is set
7598                         - ensure that a busy mouse pointer is always shown when searching,
7599                           show it even a bit earlier
7600
7601 2006-02-19 [colin]      2.0.0cvs62
7602
7603         * src/compose.c
7604         * src/imap.c
7605         * src/etpan/imap-thread.c
7606         * src/etpan/imap-thread.h
7607                 (Future) IMAP speed improvement on sending
7608                 Will require a libetpan update
7609         * src/summaryview.c
7610         * src/gtk/quicksearch.c
7611                 Make quicksearch clearable while running.
7612
7613 2006-02-17 [colin]      2.0.0cvs61
7614
7615         * src/imap.c
7616         * src/etpan/imap-thread.c
7617         * src/etpan/imap-thread.h
7618                 Check for IMAP certificates
7619                 ** Requires libetpan-0.42-cvs4 
7620                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
7621
7622 2006-02-17 [colin]      2.0.0cvs60
7623
7624         * src/messageview.c
7625         * src/prefs_common.c
7626         * src/prefs_common.h
7627         * src/prefs_message.c
7628                 Add pref to display HTML-only mails with plugin, 
7629                 if possible (defaulting to FALSE of course).
7630
7631 2006-02-16 [colin]      2.0.0cvs59
7632
7633         * src/main.c
7634         * src/common/plugin.c
7635         * src/common/plugin.h
7636         * src/gtk/pluginwindow.c
7637                 Keep track of requested (but unloaded) plugins
7638                 in some error cases.
7639
7640 2006-02-16 [wwp]        2.0.0cvs58
7641
7642         * src/gtk/gtkaspell.c
7643         * src/gtk/gtkaspell.h
7644         * src/prefs_spelling.c
7645         * src/compose.c
7646         * src/prefs_common.c
7647         * src/prefs_common.h
7648                 implemented new optional spellchecker behaviour: re-check message when
7649                 dictionary got changed (from compose-window/context-menu/Change dictionary).
7650
7651 2006-02-16 [wwp]        2.0.0cvs57
7652
7653         * src/quote_fmt_parse.y
7654                 pclose popen'ed pipe.
7655
7656 2006-02-15 [colin]      2.0.0cvs56
7657
7658         * src/mimeview.c
7659         * src/mimeview.h
7660                 Let MimeViewers know which MimeView they
7661                 depend of.
7662         * src/summaryview.c
7663                 Swap From/To columns in Sent/Queue/Drafts
7664                 folders
7665         * src/etpan/imap-thread.c
7666                 Use mailstream_low_tls_open() for STARTTLS
7667                 instead of mailstream_low_ssl_open()
7668                 ** REQUIRES libetpan 0.42cvs3 **
7669
7670 2006-02-15 [wwp]        2.0.0cvs55
7671
7672         * src/compose.c
7673         * src/compose.h
7674         * src/message_search.c
7675         * src/message_search.h
7676         * src/textview.c
7677         * src/gtk/gtkutils.c
7678         * src/gtk/gtkutils.h
7679                 added the ability to Find text in the compose window (and a bit
7680                 of code factorization).
7681
7682 2006-02-15 [wwp]        2.0.0cvs54
7683
7684         * src/prefs_gtk.c
7685                 yet another one file was missing (fix for some widgets' sensitivity).
7686                 Thanks Colin!
7687
7688 2006-02-15 [wwp]        2.0.0cvs53
7689
7690         * src/prefs_gtk.h
7691                 oops forgot that file (fix for some widgets' sensitivity).
7692
7693 2006-02-15 [wwp]        2.0.0cvs52
7694
7695         * src/summary_search.c
7696                 implemented advanced summary search options (added the ability
7697                 to use matcher conditions in an advanced search mode).
7698
7699 2006-02-15 [wwp]        2.0.0cvs51
7700
7701         * src/plugins/pgpcore/prefs_gpg.c
7702         * src/prefs_account.c
7703                 fix some widget sensitivity, mostly around some labels in
7704                 account prefs.
7705
7706 2006-02-15 [paul]       2.0.0cvs50
7707
7708         * manual/advanced.xml
7709                 improve Templates info
7710                 written by wwp
7711
7712 2006-02-14 [colin]      2.0.0cvs49
7713
7714         * src/pixmaps/address_book.xpm
7715         * src/pixmaps/preferences.xpm
7716         * src/pixmaps/properties.xpm
7717                 Fix pixmap size - patch by Fabien Vantard
7718
7719 2006-02-13 [colin]      2.0.0cvs48
7720
7721         * src/procmime.c
7722                 Add missing fclose()s on error
7723         * src/textview.c
7724                 Remove unused code
7725         * src/common/utils.c
7726                 Fix temp files not being deleted on windows
7727         Patches by Thomas Gilgin
7728
7729 2006-02-13 [colin]      2.0.0cvs47
7730
7731         * src/mainwindow.c
7732                 Fix exit crash
7733
7734 2006-02-13 [wwp]        2.0.0cvs46
7735
7736         * src/plugins/pgpcore/prefs_gpg.c
7737                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
7738
7739 2006-02-12 [colin]      2.0.0cvs45
7740
7741         * src/folderview.c
7742         * src/main.c
7743         * src/mainwindow.c
7744                 Fix "stuff" when quitting
7745
7746 2006-02-12 [wwp]        2.0.0cvs44
7747
7748         * src/prefs_themes.c
7749                 fix typos in debug messages.
7750
7751 2006-02-11 [colin]      2.0.0cvs43
7752
7753         * src/summaryview.c
7754                 don't allow drag/drop from ourself
7755
7756 2006-02-10 [wwp]        2.0.0cvs42
7757
7758         * src/exporthtml.c
7759         * src/html.c
7760         * src/html.h
7761         * src/procmime.c
7762         * src/textview.c
7763                 renamed html_ prefixed functions and data structures to avoid
7764                 namespace clashes w/ other software (gtkhtml2 for instance).
7765                 Closes bug #907.
7766
7767
7768 2006-02-09 [colin]      2.0.0cvs41
7769
7770         * src/summaryview.c
7771                 Fix shitty logic messed up. Thanks Ticho for the hint!
7772
7773 2006-02-09 [wwp]        2.0.0cvs40
7774
7775         * src/gtk/about.c
7776         * src/compose.c
7777         * src/prefs_account.c
7778         * src/prefs_gtk.h
7779         * src/editaddress.c
7780                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
7781                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
7782                 Browse buttons in accounts prefs.
7783
7784 2006-02-09 [colin]      2.0.0cvs39
7785
7786         * src/matcher.c
7787                 Check for pointer before using its members
7788         * src/gtk/gtksourceprintjob.c
7789                 Fix a wrong warning
7790
7791 2006-02-09 [wwp]        2.0.0cvs38
7792
7793         * src/gtk/filesel.c
7794                 fix few compiler warnings (type mismatch).
7795
7796 2006-02-09 [paul]       2.0.0cvs37
7797
7798         * po/fr.po
7799                 updated by Fabien Vantard
7800
7801 2006-02-08 [colin]      2.0.0cvs36
7802
7803         * src/prefs_common.c
7804         * src/common/defs.h
7805         * src/common/plugin.c
7806                 allow windows and linux configurations to coexist
7807                 patch by Thomas Gilgin
7808
7809 2006-02-08 [colin]      2.0.0cvs35
7810
7811         * src/filtering.c
7812         * src/matcher.c
7813         * src/matcher.h
7814         * src/matcher_parser_parse.y
7815         * src/prefs_filtering_action.c
7816         * src/prefs_matcher.c
7817                 Add the "Ignore thread" filtering
7818                 action
7819
7820 2006-02-08 [colin]      2.0.0cvs34
7821
7822         * src/compose.c
7823         * src/procmime.c
7824         * src/procmime.h
7825                 Fix bug #905 (damaged attachment)
7826                 text files with raw \0's aren't really text files
7827         FOR_STABLE
7828
7829 2006-02-08 [colin]      2.0.0cvs33
7830
7831         * src/summaryview.c
7832                 Fix crasher introduced yesterday
7833
7834 2006-02-08 [wwp]        2.0.0cvs32
7835
7836         * src/compose.c
7837         * src/compose.h
7838                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
7839
7840 2006-02-08 [wwp]        2.0.0cvs31
7841
7842         * src/prefs_template.c
7843                 templates enhancement: allow address completion for Cc and Bcc fields
7844                 (it was currently possible for the To field only)
7845
7846 2006-02-08 [colin]      2.0.0cvs30
7847
7848         * src/compose.c
7849                 Don't unblock if not blocked
7850         FOR_STABLE
7851
7852 2006-02-07 [colin]      2.0.0cvs29
7853
7854         * src/action.c
7855                 Forgot to refresh summaryview
7856
7857 2006-02-07 [colin]      2.0.0cvs28
7858
7859         * src/action.c
7860                 Freeze/thaw message list and folder list while
7861                 processing %as{} actions 
7862         * src/compose.c
7863                 Fix auto-wrap disabling after a middle-click
7864                 paste - FOR_STABLE
7865
7866 2006-02-07 [paul]       2.0.0cvs27
7867
7868         * src/folder.c
7869                 fix freeing of uninitialised pointers
7870                 Thanks to Colin
7871
7872 2006-02-06 [colin]      2.0.0cvs26
7873
7874         * src/folder.c
7875                 Use g_slist_prepend in potentially big list
7876
7877 2006-02-06 [colin]      2.0.0cvs25
7878
7879         * src/folder.c
7880                 Completely skip processing if it doesn't 
7881                 exist (faster!)
7882
7883 2006-02-06 [colin]      2.0.0cvs24
7884
7885         * src/folder.c
7886         * src/summaryview.c
7887                 Batch filtering in summaryview (from Tools menu)
7888                 and pre/post//-processing too
7889
7890 2006-02-06 [colin]      2.0.0cvs23
7891
7892         * src/procmsg.h
7893         * src/filtering.c
7894                 Use a special field for batch filtering instead
7895                 of stepping on deferred execution's toes
7896
7897 2006-02-06 [colin]      2.0.0cvs22
7898
7899         * src/action.c
7900         * src/filtering.c
7901         * src/filtering.h
7902         * src/folder.c
7903         * src/summaryview.c
7904                 Fix filtering via menus and actions
7905
7906 2006-02-06 [colin]      2.0.0cvs21
7907
7908         * src/imap.c
7909                 Put the added file directly to cache if possible (will work
7910                 with next libetpan)
7911         * src/filtering.c
7912         * src/filtering.h
7913         * src/inc.c
7914         * src/folder.c
7915         * src/mbox.c
7916         * src/procmsg.h
7917                 Move and copy filtered messages by batches instead of one
7918                 by one - faster on IMAP
7919         * src/procmsg.c
7920                 Add a function that'll possibly be useful later
7921
7922 2006-02-06 [colin]      2.0.0cvs20
7923
7924         * src/addressbook.c
7925                 Use internal mime-type instead of text/plain for d'n'd
7926         * src/compose.c
7927                 Allow attaching files from mimeview's icon list via d'n'd
7928         * src/folderview.c
7929         * src/folderview.h
7930                 Use internal mime-type instead of text/plain for d'n'd
7931                 Don't try to selected opened folder if none is
7932                 Factorize d'n'd from other apps code
7933         * src/headerview.c
7934         * src/textview.c
7935         * src/gtk/gtkutils.c
7936         * src/gtk/gtkutils.h
7937                 Factorize Face/X-Face stuff
7938         * src/mimeview.c
7939                 Fix d'n'd to other apps
7940         * src/prefs_message.c
7941                 Let the XFace pref be usable without libcompface as it also
7942                 applies to Face
7943         * src/summaryview.c
7944                 Fix d'n'd to other apps
7945                 Factorize d'n'd from other apps code
7946
7947 2006-02-06 [wwp]        2.0.0cvs19
7948
7949         * po/it.po
7950                 Italian translation fixes by Andrea Spadaccini (no more confusion
7951                 between filtering and processing, and few changes in the About
7952                 dialog).
7953
7954
7955 2006-02-06 [mones]      2.0.0cvs18
7956
7957         * src/gtk/icon_legend.c
7958                 Improved descriptions allowing better translations
7959
7960 2006-02-05 [colin]      2.0.0cvs17
7961
7962         * src/imap.c
7963                 Add the f*cking missing expunge that caused imap_fetch_env
7964                 to fail after an add_msgs ! :-///
7965         * src/etpan/imap-thread.c
7966                 Add a bit of debug
7967         FOR_STABLE
7968
7969 2006-02-05 [colin]      2.0.0cvs16
7970
7971         * src/common/utils.c
7972                 Don't check for return-path (or we can't put
7973                 back non-sent mails)
7974
7975 2006-02-05 [colin]      2.0.0cvs15
7976
7977         * src/textview.c
7978                 Don't try to display Face header in textview
7979                 when teh headerview's active
7980
7981 2006-02-05 [colin]      2.0.0cvs14
7982
7983         * tools/tbird2syl.py
7984         * tools/Makefile.am
7985                 Add script to import Thunderbird mails
7986
7987 2006-02-05 [colin]      2.0.0cvs13
7988
7989         * src/headerview.c
7990         * src/procheader.c
7991         * src/procmsg.c
7992         * src/procmsg.h
7993         * src/textview.c
7994                 Show Face headers - patch partially by Klaus Flittner
7995
7996 2006-02-05 [colin]      2.0.0cvs12
7997
7998         * src/folderview.c
7999         * src/summaryview.c
8000         * src/common/utils.c
8001         * src/common/utils.h
8002                 Let dnd work from mime icons to summaryview
8003                 and to folderview too
8004                 Add a crude test to avoid trying to add files
8005                 drag'n'dropped when they're not mails
8006
8007 2006-02-04 [colin]      2.0.0cvs11
8008
8009         * src/summaryview.c
8010         * src/mimeview.c
8011                 Fix utf8 conversion
8012
8013 2006-02-04 [colin]      2.0.0cvs10
8014
8015         * src/compose.c
8016         * src/folderview.c
8017         * src/mimeview.c
8018         * src/summaryview.c
8019         * src/summaryview.h
8020                 Added various drag and drop capas:
8021                 From                    To
8022                 summaryview             other apps
8023                 mimeview icons          other apps
8024                 other apps              summaryview
8025                 other apps              folderview
8026
8027                 This shouldn't have broken the existing:
8028                 From                    To
8029                 summaryview             folderview
8030                 folderview              folderview
8031                 summaryview             compose's attachments
8032
8033         Tests welcomed.
8034
8035 2006-02-02 [paul]       2.0.0cvs9
8036
8037         * src/mainwindow.c
8038                 move global option 'Set displayed columns...' out
8039                 of folder option grouping.
8040                 fix sensitivity of 'harvest addresses'
8041         FOR_STABLE
8042
8043 2006-02-01 [colin]      2.0.0cvs8
8044
8045         * src/mimeview.c
8046                 Revert the alertpanel patch, it sucks (intrusive
8047                 and gets in the way of "open")
8048
8049 2006-02-01 [colin]      2.0.0cvs7
8050
8051         * src/compose.c
8052         * src/prefs_account.c
8053         * src/prefs_common.c
8054         * src/common/defs.h
8055         * src/common/utils.c
8056         * src/common/utils.h
8057                 Add ability to edit the signature file
8058                 from the account preferences, and use
8059                 a default for the text editor.
8060                 Patch by Fabien Vantard
8061
8062 2006-02-01 [colin]      2.0.0cvs6
8063
8064         * src/mimeview.c
8065                 Try to get mime type by extension if it is
8066                 application/octet-stream
8067                 Display a window with possible choices when
8068                 encountering unknown mime types
8069         * src/gtk/filesel.c
8070         * src/gtk/filesel.h
8071                 Add preview
8072                 Allow multiple selection in filtered filesel
8073                 (patch by Fabien Vantard)
8074         * src/gtk/pluginwindow.c
8075                 Use it (patch by Fabien Vantard)
8076
8077 2006-02-01 [paul]       2.0.0cvs5
8078
8079         * src/jpilot.c
8080                 fix crash on creating jpilot address book
8081                 Thanks to Colin - FOR_STABLE
8082         * src/prefs_summaries.c
8083         * src/prefs_wrapping.c
8084         * src/gtk/icon_legend.c
8085         * src/gtk/quicksearch.c
8086                 string fixes and additions
8087
8088 2006-02-01 [paul]       2.0.0cvs4
8089
8090         * src/compose.c
8091         * src/mainwindow.c
8092         * src/messageview.c
8093         * src/prefs_send.c
8094                 add Arabic encoding option
8095                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8096
8097 2006-01-31 [colin]      2.0.0cvs3
8098
8099         * src/plugins/pgpcore/passphrase.c
8100                 Convert passphrase to locale encoding
8101         * src/compose.c
8102                 Fix drafting on IMAP. Crappy bug sneaked in
8103                 the release :-/
8104         FOR_STABLE
8105
8106 2006-01-30 [paul]       2.0.0cvs2
8107
8108         * src/gtk/icon_legend.c
8109                 show the new entries
8110
8111 2006-01-30 [colin]      2.0.0cvs1
8112
8113         * src/manual.c
8114                 Check for the file to be present before 
8115                 enabling the menu - FOR_STABLE
8116         * src/gtk/icon_legend.c
8117                 Add folders icons (not all of them, there
8118                 are too much, but the most intriguing ones)
8119
8120 2006-01-30 [paul]       2.0.0
8121
8122         version 2.0.0 released
8123
8124 2006-01-30 [paul]       1.9.100cvs200
8125
8126         * manual/faq.xml
8127         * manual/gpl.xml
8128         * manual/intro.xml
8129         * manual/starting.xml
8130         * manual/sylpheed-claws-manual.xml
8131                 fixes, additions
8132
8133 2006-01-29 [mones]      1.9.100cvs199
8134
8135         * manual/account.xml
8136         * manual/advanced.xml
8137         * manual/glossary.xml
8138                 Some typos fixed, added LDIF term to glossary
8139         * po/es.po
8140                 Fixed leading plus symbol
8141
8142 2006-01-29 [paul]       1.9.100cvs198
8143
8144         * po/fi.po
8145         * po/sk.po
8146                 updated by Tommi Pirinen and Andrej Kacian
8147
8148 2006-01-29 [paul]       1.9.100cvs197
8149
8150         * src/gtk/authors.h
8151                 remove duplicates
8152
8153 2006-01-29 [paul]       1.9.100cvs196
8154
8155         * AUTHORS
8156         * po/nl.po
8157         * src/gtk/authors.h
8158         * tools/claws.i18n.status.pl
8159                 nl translation updated by Tim Dijkstra
8160
8161 2006-01-29 [paul]       1.9.100cvs195
8162
8163         * po/sr.po
8164         * po/sv.po
8165                 updated by Aleksandar Urosevic and Anders Troback
8166
8167 2006-01-28 [colin]      1.9.100cvs194
8168
8169         * src/gtk/gtksourceprintjob.c
8170                 Don't fiddle with PangoLayout when we
8171                 have an image
8172
8173 2006-01-28 [paul]       1.9.100cvs193
8174
8175         * AUTHORS
8176         * po/el.po
8177         * po/zh_CN.po
8178         * src/gtk/authors.h
8179         * tools/claws.i18n.status.pl
8180                 updated translations submitted by Stavros Giannouris
8181                 and Ralgh Young
8182
8183 2006-01-27 [colin]      1.9.100cvs192
8184
8185         * src/summaryview.c
8186         * src/gtk/gtksourceprintjob.c
8187                 Add image printing 
8188                 (libgnomeprint only, of course)
8189
8190 2006-01-27 [paul]       1.9.100cvs191
8191
8192         * po/fr.po
8193         * po/it.po
8194                 updated by Fabien Vantard and Andrea Spadaccini
8195
8196 2006-01-26 [colin]      1.9.100cvs190
8197
8198         * manual/Makefile.am
8199         * configure.ac
8200                 Make building the manual optional 
8201                 (--disable-manual)
8202
8203 2006-01-26 [paul]       1.9.100cvs189
8204
8205         * manual/glossary.xml
8206         * manual/plugins.xml
8207                 edited
8208         * po/en_GB.po
8209                 updated
8210
8211 2006-01-26 [paul]       1.9.100cvs188
8212
8213         * src/prefs_display_header.c
8214         * src/prefs_folder_column.c
8215         * src/prefs_msg_colors.c
8216         * src/prefs_summaries.c
8217         * src/prefs_summary_column.c
8218                 HIGify
8219
8220 2006-01-25 [colin]      1.9.100cvs187
8221
8222         * src/imap.c
8223                 Don't allow moving/copying mails between
8224                 queue/drafts and non-queue/drafts folders
8225                 Fixes bug #897 (message header is resetted 
8226                 if one is copied to Drafts)
8227
8228 2006-01-25 [colin]      1.9.100cvs186
8229
8230         * src/folder.c
8231         * src/mainwindow.c
8232                 Fix subscribed folders not found
8233         * src/compose.c
8234                 Don't try to encode as original mail's charset
8235                 if it's ascii 
8236
8237 2006-01-25 [paul]       1.9.100cvs185
8238
8239         * AUTHORS
8240         * po/Makevars
8241                 updated
8242         * po/de.po
8243         * po/pl.po
8244         * po/pt_BR.po
8245         * po/sr.po
8246                 updates submitted by Stephan Sachse, Emilian Nowak
8247                 and Quar, Frederico Goncalves Guimaraes, and
8248                 Aleksandar Urosevic
8249                 Fix Bug 896, 'PT_BR locale broken'.
8250         * src/gtk/authors.h
8251                 updated
8252
8253 2006-01-24 [mones]      1.9.100cvs184
8254
8255         * manual/glossary.xml
8256                 All current terms finished. Reviewers welcome ;-)
8257         * manual/keyboard.xml
8258                 Fixed column width for pdf output.
8259         * po/es.po
8260                 Updated
8261
8262 2006-01-24 [paul]       1.9.100cvs183
8263
8264         * manual/glossary.xml
8265                 fix id name
8266         * manual/dist/html/Makefile.am
8267         * manual/dist/pdf/Makefile.am
8268         * manual/dist/ps/Makefile.am
8269         * manual/dist/txt/Makefile.am
8270                 fix make deps
8271                 Thanks to Colin
8272
8273 2006-01-24 [mones]      1.9.100cvs182
8274
8275         * manual/glossary.xml
8276                 Nearly finished, some terms missing.
8277
8278 2006-01-23 [paul]       1.9.100cvs181
8279
8280         * manual/dist/html/Makefile.am
8281         * manual/dist/pdf/Makefile.am
8282         * manual/dist/ps/Makefile.am
8283         * manual/dist/txt/Makefile.am
8284         * src/mainwindow.c
8285                 re-enable manual
8286                 Thanks to Colin
8287
8288 2006-01-22 [colin]      1.9.100cvs180
8289
8290         * src/compose.c
8291         * src/gtk/gtkaspell.c
8292                 Don't deselect stuff before right-clicking, with aspell.
8293                 (This prevented right-click Copy, for example).
8294                 Thanks to Clo!
8295
8296 2006-01-22 [paul]       1.9.100cvs179
8297
8298         * src/summary_search.c
8299                 don't fix the widget size as it causes problems
8300                 under localisation.
8301                 Thanks to Emilian Nowak
8302
8303 2006-01-21 [paul]       1.9.100cvs178
8304
8305         * src/prefs_themes.c
8306                 fix broken underlining of label text
8307                 with some translations
8308
8309 2006-01-21 [colin]      1.9.100cvs177
8310
8311         * po/fr.po
8312                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8313
8314 2006-01-20 [colin]      1.9.100cvs176
8315
8316         * configure.ac
8317         * Makefile.am
8318         * manual/Makefile
8319         * manual/dist/html/.cvsignore
8320         * manual/dist/html/Makefile.am
8321         * manual/dist/pdf/.cvsignore
8322         * manual/dist/pdf/Makefile.am
8323         * manual/dist/ps/.cvsignore
8324         * manual/dist/ps/Makefile.am
8325         * manual/dist/txt/.cvsignore
8326         * manual/dist/txt/Makefile.am
8327                 Autotool-ize manual
8328
8329 2006-01-20 [paul]       1.9.100cvs175
8330
8331         * manual/handling.xml
8332                 make Filtering and Searching entries easier to find
8333         * manual/keyboard.xml
8334                 add the remaining default keybinds
8335         * src/prefs_summaries.c
8336                 update the default keybinds
8337
8338 2006-01-20 [paul]       1.9.100cvs174
8339
8340         * src/addressbook.c
8341         * src/addrgather.c
8342         * src/addrharvest.c
8343         * src/editaddress.c
8344         * src/editgroup.c
8345         * src/exphtmldlg.c
8346         * src/expldifdlg.c
8347         * src/exporthtml.c
8348         * src/exportldif.c
8349         * src/ldif.c
8350                 replace 'e-mail' with 'email'
8351         * src/summary_search.c
8352                 add mnemonic to "Find all" button
8353
8354 2006-01-20 [wwp]        1.9.100cvs173
8355
8356         * src/export.c
8357         * src/import.c
8358                 touched mbox import/export buttons for HIG-compliance
8359
8360 2006-01-19 [paul]       1.9.100cvs172
8361
8362         * manual/account.xml
8363         * manual/addrbook.xml
8364         * manual/advanced.xml
8365         * manual/faq.xml
8366         * manual/handling.xml
8367         * manual/intro.xml
8368         * manual/plugins.xml
8369         * manual/starting.xml
8370                 more editing
8371
8372 2006-01-19 [paul]       1.9.100cvs171
8373
8374         * src/toolbar.c
8375                 allow use of trash button while receiving
8376                 Thanks to Colin
8377
8378 2006-01-19 [wwp]        1.9.100cvs170
8379
8380         * src/gtk/quicksearch.c
8381         * src/compose.c
8382                 force text color to black when yellow background is set
8383
8384 2006-01-19 [colin]      1.9.100cvs169
8385
8386         * src/plugins/trayicon/trayicon.c
8387                 Gray out Get Mail when already getting mail
8388
8389 2006-01-18 [paul]       1.9.100cvs168
8390
8391         * src/compose.c
8392                 give widget yellow background was To is
8393                 set via folder prefs
8394         * src/gtk/quicksearch.c
8395                 give widget yellow background when quick
8396                 search is active.
8397                 Thanks to Colin
8398
8399 2006-01-18 [paul]       1.9.100cvs167
8400
8401         * doc/man/sylpheed-claws.1
8402                 add --subscribe option
8403
8404 2006-01-18 [paul]       1.9.100cvs166
8405
8406         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8407         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8408                 use %U instead of %F (%F is broken for user installed
8409                 files in kde 3.5)
8410
8411 2006-01-18 [colin]      1.9.100cvs165
8412
8413         * src/summaryview.c
8414                 Default to Yes in "No more * messages" dialogs
8415
8416 2006-01-17 [colin]      1.9.100cvs164
8417
8418         * src/compose.c
8419                 Possibly fix an invalid iterator causing
8420                 crash
8421
8422 2006-01-17 [colin]      1.9.100cvs163
8423
8424         * src/mimeview.c
8425                 Fix crash when the image disappears under the
8426                 image viewer
8427
8428 2006-01-16 [colin]      1.9.100cvs162
8429
8430         * src/compose.c
8431                 Fix reenabling autowrap
8432
8433 2006-01-16 [colin]      1.9.100cvs161
8434
8435         * src/compose.c
8436                 reset quote_len before getting quote_str
8437
8438 2006-01-16 [colin]      1.9.100cvs160
8439
8440         * src/account.c
8441         * src/account.h
8442         * src/folder.c
8443         * src/imap_gtk.c
8444         * src/mh_gtk.c
8445                 Fix bug #883 (default inbox does not track folder move)
8446
8447 2006-01-16 [colin]      1.9.100cvs159
8448
8449         * src/compose.c
8450         * src/plugins/pgpcore/passphrase.c
8451                 More buttons fixes
8452
8453 2006-01-16 [paul]       1.9.100cvs158
8454
8455         * src/prefs_actions.c
8456         * src/prefs_filtering_action.c
8457         * src/prefs_matcher.c
8458         * src/quote_fmt.c
8459         * src/gtk/description_window.c
8460         * src/gtk/description_window.h
8461         * src/gtk/quicksearch.c
8462                 description window cleanups
8463
8464 2006-01-15 [colin]      1.9.100cvs157
8465
8466         * src/addressbook.c
8467         * src/prefs_filtering.c
8468                 Same here
8469
8470 2006-01-15 [colin]      1.9.100cvs156
8471
8472         * src/folderview.c
8473         * src/mainwindow.c
8474                 Same for "Empty trash"
8475
8476 2006-01-15 [colin]      1.9.100cvs155
8477
8478         * src/inc.c
8479                 Override offline dialog had Yes by default
8480
8481 2006-01-15 [colin]      1.9.100cvs154
8482
8483         * src/summaryview.c
8484                 Delete selected messages? previously had Yes the default
8485
8486 2006-01-15 [colin]      1.9.100cvs153
8487
8488         * src/folder.c
8489         * src/folder.h
8490         * src/main.c
8491                 Check if a mailbox is loaded after all
8492                 plugins are loaded.
8493
8494 2006-01-15 [colin]      1.9.100cvs152
8495
8496         * src/folder.c
8497                 Don't start wizard when there are unloaded folders (will help
8498                 people with only mbox or maildir mailboxes)
8499
8500 2006-01-14 [colin]      1.9.100cvs151
8501
8502         * src/addressbook.c
8503         * src/expldifdlg.c
8504         * src/importldif.c
8505         * src/importmutt.c
8506         * src/importpine.c
8507         * src/mh_gtk.c
8508                 More HIG compliance and fixes
8509
8510 2006-01-14 [colin]      1.9.100cvs150
8511
8512         * src/prefs_filtering_action.c
8513         * src/foldersel.c
8514                 Two forgotten button order changes
8515
8516 2006-01-14 [colin]      1.9.100cvs149
8517
8518         * src/account.c
8519         * src/addressbook.c
8520         * src/compose.c
8521         * src/folderview.c
8522         * src/imap_gtk.c
8523         * src/mainwindow.c
8524         * src/mh_gtk.c
8525         * src/news_gtk.c
8526         * src/prefs_actions.c
8527         * src/prefs_customheader.c
8528         * src/prefs_filtering.c
8529         * src/prefs_matcher.c
8530         * src/prefs_template.c
8531         * src/ssl_manager.c
8532         * src/summaryview.c
8533         * src/textview.c
8534         * src/toolbar.c
8535                 All deletion confirmations are now "Cancel, Delete" 
8536                 instead of "No, Yes"
8537                 Clarified most of the other "No, Yes" to 
8538                 "Cancel, Descriptive_action"
8539                 Rechanged the "Entry not saved" alerts to have 
8540                 "Close, Continue editing"
8541
8542
8543 2006-01-14 [paul]
8544
8545         * 2.0.0-rc4 released
8546
8547 2006-01-14 [paul]       1.9.100cvs148
8548
8549         * src/account.c
8550         * src/addressadd.c
8551         * src/addressbook.c
8552         * src/compose.c
8553         * src/editaddress.c
8554         * src/editbook.c
8555         * src/editgroup.c
8556         * src/editjpilot.c
8557         * src/editldap.c
8558         * src/editvcard.c
8559         * src/exphtmldlg.c
8560         * src/expldifdlg.c
8561         * src/folderview.c
8562         * src/grouplistdialog.c
8563         * src/imap_gtk.c
8564         * src/importmutt.c
8565         * src/importpine.c
8566         * src/inc.c
8567         * src/main.c
8568         * src/mainwindow.c
8569         * src/message_search.c
8570         * src/messageview.c
8571         * src/mh_gtk.c
8572         * src/mimeview.c
8573         * src/news_gtk.c
8574         * src/prefs_actions.c
8575         * src/prefs_customheader.c
8576         * src/prefs_filtering.c
8577         * src/prefs_matcher.c
8578         * src/prefs_template.c
8579         * src/prefs_themes.c
8580         * src/ssl_manager.c
8581         * src/summary_search.c
8582         * src/summaryview.c
8583         * src/textview.c
8584         * src/toolbar.c
8585         * src/gtk/foldersort.c
8586         * src/gtk/gtkaspell.c
8587         * src/gtk/inputdialog.c
8588         * src/gtk/prefswindow.c
8589         * src/plugins/pgpcore/select-keys.c
8590         * src/plugins/trayicon/trayicon.c
8591                 HIG compliant button order
8592
8593 2006-01-14 [mones]      1.9.100cvs147
8594
8595         * po/es.po
8596                 Updated translation
8597
8598 2006-01-13 [paul]       1.9.100cvs146
8599
8600         * AUTHORS
8601         * ChangeLog
8602         * src/gtk/authors.h
8603                 add Joshua M. Kwan to contributors list
8604
8605 2006-01-13 [colin]      1.9.100cvs145
8606
8607         * src/gtk/quicksearch.c
8608                 Don't refocus quick search after executing (Esc or Enter)
8609                 Allows to '/'search something then move up/down in 
8610                 summaryview, and to Esc a search and be back in the 
8611                 summaryview
8612
8613 2006-01-13 [paul]       1.9.100cvs144
8614
8615         * src/plugins/pgpinline/pgpinline.c
8616                 support Content-Type 'application/pgp'
8617                 patch by Joshua M. Kwan <joshuak@users.sf.net>
8618
8619 2006-01-13 [paul]       1.9.100cvs143
8620
8621         * manual/account.xml
8622                 make mention of partial retrieval
8623                 thanks to Colin
8624
8625 2006-01-13 [paul]       1.9.100cvs142
8626
8627         * src/account.c
8628         * src/account.h
8629         * src/action.c
8630         * src/action.h
8631         * src/adbookbase.h
8632         * src/addr_compl.c
8633         * src/addr_compl.h
8634         * src/addrbook.c
8635         * src/addrcache.c
8636         * src/addrcache.h
8637         * src/addrcindex.c
8638         * src/addrcindex.h
8639         * src/addrclip.c
8640         * src/addrclip.h
8641         * src/addrdefs.h
8642         * src/addressadd.c
8643         * src/addressadd.h
8644         * src/addressbook.c
8645         * src/addressbook.h
8646         * src/addrgather.c
8647         * src/addrgather.h
8648         * src/addrharvest.c
8649         * src/addrharvest.h
8650         * src/addrindex.c
8651         * src/addrindex.h
8652         * src/addritem.c
8653         * src/addritem.h
8654         * src/addrquery.c
8655         * src/addrquery.h
8656         * src/addrselect.c
8657         * src/addrselect.h
8658         * src/alertpanel.c
8659         * src/alertpanel.h
8660         * src/browseldap.c
8661         * src/browseldap.h
8662         * src/codeconv.c
8663         * src/codeconv.h
8664         * src/compose.c
8665         * src/compose.h
8666         * src/customheader.c
8667         * src/customheader.h
8668         * src/displayheader.c
8669         * src/displayheader.h
8670         * src/editaddress.c
8671         * src/editaddress.h
8672         * src/editbook.c
8673         * src/editbook.h
8674         * src/editgroup.c
8675         * src/editgroup.h
8676         * src/editjpilot.c
8677         * src/editjpilot.h
8678         * src/editldap.c
8679         * src/editldap.h
8680         * src/editldap_basedn.c
8681         * src/editldap_basedn.h
8682         * src/editvcard.c
8683         * src/editvcard.h
8684         * src/exphtmldlg.c
8685         * src/exphtmldlg.h
8686         * src/expldifdlg.c
8687         * src/expldifdlg.h
8688         * src/export.h
8689         * src/exporthtml.c
8690         * src/exporthtml.h
8691         * src/exportldif.c
8692         * src/exportldif.h
8693         * src/filtering.c
8694         * src/filtering.h
8695         * src/folder.c
8696         * src/folder.h
8697         * src/folder_item_prefs.c
8698         * src/folder_item_prefs.h
8699         * src/foldersel.c
8700         * src/foldersel.h
8701         * src/folderutils.c
8702         * src/folderutils.h
8703         * src/folderview.c
8704         * src/folderview.h
8705         * src/grouplistdialog.c
8706         * src/grouplistdialog.h
8707         * src/headerview.c
8708         * src/html.c
8709         * src/html.h
8710         * src/image_viewer.c
8711         * src/image_viewer.h
8712         * src/imap.c
8713         * src/imap.h
8714         * src/imap_gtk.c
8715         * src/imap_gtk.h
8716         * src/import.h
8717         * src/importldif.c
8718         * src/importldif.h
8719         * src/importmutt.c
8720         * src/importmutt.h
8721         * src/importpine.c
8722         * src/importpine.h
8723         * src/inc.c
8724         * src/inc.h
8725         * src/jpilot.c
8726         * src/jpilot.h
8727         * src/ldapctrl.c
8728         * src/ldapctrl.h
8729         * src/ldaplocate.c
8730         * src/ldaplocate.h
8731         * src/ldapquery.c
8732         * src/ldapquery.h
8733         * src/ldapserver.c
8734         * src/ldapserver.h
8735         * src/ldaputil.c
8736         * src/ldaputil.h
8737         * src/ldif.c
8738         * src/ldif.h
8739         * src/main.c
8740         * src/main.h
8741         * src/mainwindow.c
8742         * src/mainwindow.h
8743         * src/manual.c
8744         * src/manual.h
8745         * src/mbox.c
8746         * src/mbox.h
8747         * src/message_search.c
8748         * src/message_search.h
8749         * src/messageview.c
8750         * src/messageview.h
8751         * src/mh.c
8752         * src/mh.h
8753         * src/mh_gtk.c
8754         * src/mh_gtk.h
8755         * src/mimeview.c
8756         * src/mimeview.h
8757         * src/msgcache.c
8758         * src/msgcache.h
8759         * src/mutt.c
8760         * src/mutt.h
8761         * src/news.c
8762         * src/news.h
8763         * src/news_gtk.c
8764         * src/news_gtk.h
8765         * src/partial_download.c
8766         * src/partial_download.h
8767         * src/pine.c
8768         * src/pine.h
8769         * src/pop.c
8770         * src/pop.h
8771         * src/prefs_account.c
8772         * src/prefs_account.h
8773         * src/prefs_actions.c
8774         * src/prefs_actions.h
8775         * src/prefs_common.c
8776         * src/prefs_common.h
8777         * src/prefs_compose_writing.c
8778         * src/prefs_compose_writing.h
8779         * src/prefs_customheader.c
8780         * src/prefs_customheader.h
8781         * src/prefs_display_header.c
8782         * src/prefs_display_header.h
8783         * src/prefs_filtering.c
8784         * src/prefs_filtering.h
8785         * src/prefs_filtering_action.c
8786         * src/prefs_filtering_action.h
8787         * src/prefs_folder_column.c
8788         * src/prefs_folder_column.h
8789         * src/prefs_folder_item.c
8790         * src/prefs_folder_item.h
8791         * src/prefs_fonts.c
8792         * src/prefs_fonts.h
8793         * src/prefs_gtk.c
8794         * src/prefs_gtk.h
8795         * src/prefs_image_viewer.c
8796         * src/prefs_image_viewer.h
8797         * src/prefs_matcher.c
8798         * src/prefs_matcher.h
8799         * src/prefs_message.c
8800         * src/prefs_msg_colors.c
8801         * src/prefs_msg_colors.h
8802         * src/prefs_other.c
8803         * src/prefs_quote.c
8804         * src/prefs_receive.c
8805         * src/prefs_send.c
8806         * src/prefs_spelling.c
8807         * src/prefs_spelling.h
8808         * src/prefs_summaries.c
8809         * src/prefs_summaries.h
8810         * src/prefs_summary_column.c
8811         * src/prefs_summary_column.h
8812         * src/prefs_template.c
8813         * src/prefs_template.h
8814         * src/prefs_themes.c
8815         * src/prefs_themes.h
8816         * src/prefs_toolbar.c
8817         * src/prefs_toolbar.h
8818         * src/prefs_wrapping.c
8819         * src/prefs_wrapping.h
8820         * src/privacy.c
8821         * src/privacy.h
8822         * src/procheader.c
8823         * src/procheader.h
8824         * src/procmime.c
8825         * src/procmime.h
8826         * src/procmsg.c
8827         * src/procmsg.h
8828         * src/quote_fmt.c
8829         * src/quote_fmt_parse.y
8830         * src/recv.c
8831         * src/recv.h
8832         * src/remotefolder.c
8833         * src/remotefolder.h
8834         * src/send_message.c
8835         * src/send_message.h
8836         * src/setup.c
8837         * src/setup.h
8838         * src/sourcewindow.c
8839         * src/sourcewindow.h
8840         * src/ssl_manager.c
8841         * src/ssl_manager.h
8842         * src/statusbar.c
8843         * src/statusbar.h
8844         * src/stock_pixmap.c
8845         * src/stock_pixmap.h
8846         * src/summary_search.c
8847         * src/summary_search.h
8848         * src/summaryview.c
8849         * src/summaryview.h
8850         * src/syldap.c
8851         * src/syldap.h
8852         * src/textview.c
8853         * src/textview.h
8854         * src/toolbar.c
8855         * src/toolbar.h
8856         * src/undo.c
8857         * src/undo.h
8858         * src/unmime.c
8859         * src/unmime.h
8860         * src/vcard.c
8861         * src/vcard.h
8862         * src/wizard.c
8863         * src/wizard.h
8864         * src/common/base64.c
8865         * src/common/base64.h
8866         * src/common/defs.h
8867         * src/common/hooks.c
8868         * src/common/hooks.h
8869         * src/common/log.c
8870         * src/common/log.h
8871         * src/common/mgutils.c
8872         * src/common/mgutils.h
8873         * src/common/nntp.c
8874         * src/common/nntp.h
8875         * src/common/passcrypt.c
8876         * src/common/passcrypt.h.in
8877         * src/common/plugin.c
8878         * src/common/plugin.h
8879         * src/common/prefs.c
8880         * src/common/prefs.h
8881         * src/common/progressindicator.c
8882         * src/common/progressindicator.h
8883         * src/common/quoted-printable.c
8884         * src/common/quoted-printable.h
8885         * src/common/session.c
8886         * src/common/session.h
8887         * src/common/smtp.c
8888         * src/common/smtp.h
8889         * src/common/socket.c
8890         * src/common/socket.h
8891         * src/common/ssl.c
8892         * src/common/ssl.h
8893         * src/common/ssl_certificate.c
8894         * src/common/ssl_certificate.h
8895         * src/common/stringtable.c
8896         * src/common/stringtable.h
8897         * src/common/sylpheed.c
8898         * src/common/sylpheed.h
8899         * src/common/template.c
8900         * src/common/template.h
8901         * src/common/timing.h
8902         * src/common/utils.c
8903         * src/common/utils.h
8904         * src/common/version.h.in
8905         * src/common/xml.c
8906         * src/common/xml.h
8907         * src/common/xmlprops.c
8908         * src/common/xmlprops.h
8909         * src/gtk/colorlabel.c
8910         * src/gtk/colorsel.c
8911         * src/gtk/colorsel.h
8912         * src/gtk/description_window.c
8913         * src/gtk/description_window.h
8914         * src/gtk/filesel.c
8915         * src/gtk/filesel.h
8916         * src/gtk/foldersort.c
8917         * src/gtk/foldersort.h
8918         * src/gtk/gtkutils.c
8919         * src/gtk/gtkutils.h
8920         * src/gtk/inputdialog.c
8921         * src/gtk/inputdialog.h
8922         * src/gtk/logwindow.c
8923         * src/gtk/logwindow.h
8924         * src/gtk/manage_window.c
8925         * src/gtk/manage_window.h
8926         * src/gtk/menu.c
8927         * src/gtk/menu.h
8928         * src/gtk/pluginwindow.c
8929         * src/gtk/pluginwindow.h
8930         * src/gtk/prefswindow.c
8931         * src/gtk/prefswindow.h
8932         * src/gtk/progressdialog.c
8933         * src/gtk/progressdialog.h
8934         * src/gtk/sslcertwindow.c
8935         * src/gtk/sslcertwindow.h
8936         * src/plugins/clamav/clamav_plugin.c
8937         * src/plugins/clamav/clamav_plugin.h
8938         * src/plugins/clamav/clamav_plugin_gtk.c
8939         * src/plugins/demo/demo.c
8940         * src/plugins/dillo_viewer/dillo_prefs.c
8941         * src/plugins/dillo_viewer/dillo_prefs.h
8942         * src/plugins/dillo_viewer/dillo_viewer.c
8943         * src/plugins/pgpcore/passphrase.c
8944         * src/plugins/pgpcore/passphrase.h
8945         * src/plugins/pgpcore/plugin.c
8946         * src/plugins/pgpcore/select-keys.c
8947         * src/plugins/pgpcore/select-keys.h
8948         * src/plugins/pgpcore/sgpgme.c
8949         * src/plugins/pgpcore/sgpgme.h
8950         * src/plugins/pgpinline/pgpinline.c
8951         * src/plugins/pgpinline/pgpinline.h
8952         * src/plugins/pgpinline/plugin.c
8953         * src/plugins/pgpmime/pgpmime.c
8954         * src/plugins/pgpmime/pgpmime.h
8955         * src/plugins/pgpmime/plugin.c
8956         * src/plugins/spamassassin/spamassassin.c
8957         * src/plugins/spamassassin/spamassassin.h
8958         * src/plugins/spamassassin/spamassassin_gtk.c
8959         * src/plugins/trayicon/trayicon.c
8960                 update copyright header
8961
8962 2006-01-13 [paul]       1.9.100cvs141
8963
8964         * src/account.c
8965         * src/export.c
8966         * src/import.c
8967         * src/mainwindow.c
8968         * src/prefs_account.c
8969         * src/prefs_display_header.c
8970         * src/prefs_receive.c
8971         * src/prefs_send.c
8972         * src/prefs_summaries.c
8973         * src/prefs_themes.c
8974         * src/prefs_toolbar.c
8975         * src/gtk/about.c
8976                 various cleanups
8977
8978 2006-01-12 [colin]      1.9.100cvs140
8979
8980         * src/folder.c
8981         * src/folder.h
8982         * src/main.c
8983                 Add --subscribe option
8984                 Let sylpheed-claws email@domain.com equivalent to --compose
8985                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
8986
8987 2006-01-12 [paul]       1.9.100cvs139
8988
8989         * src/mainwindow.c
8990                 append 'Change folder order' label with '...'
8991         * src/prefs_actions.c
8992                 allow reordering of actions list by dnd
8993         * src/gtk/foldersort.c
8994                 make the dialog nicer
8995
8996 2006-01-11 [colin]      1.9.100cvs138
8997
8998         * src/compose.c
8999                 Allow templates without text
9000
9001 2006-01-11 [paul]       1.9.100cvs137
9002
9003         * tools/README
9004         * tools/filter_conv_new.pl
9005                 add info to README
9006                 also check .sylpheed for filter.xml
9007                 be a bit informative to the user
9008
9009 2006-01-11 [colin]      1.9.100cvs136
9010
9011         * src/textview.c
9012                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9013
9014 2006-01-10 [paul]       1.9.100cvs135
9015
9016         * tools/Makefile.am
9017         * tools/filter_conv_new.pl
9018                 add script to convert new style Sylpheed
9019                 filter rules (Sylpheed >= 0.9.99) to
9020                 Claws filtering rules
9021
9022 2006-01-10 [colin]      1.9.100cvs134
9023
9024         * src/compose.c
9025                 Fix broken line joins in certain conditions
9026                 (between two quoted lines: <enter><enter><up>
9027                  <type a wrapped sentence><go in the first line>
9028                  <insert more text><watch as line joining failed>)
9029
9030 2006-01-10 [paul]       1.9.100cvs133
9031
9032         * src/compose.c
9033                 don't report success in error dialog
9034                 thanks to Colin
9035         * src/common/utils.c
9036                 include some trailing punctuations as URI
9037                 thanks to Hiro
9038
9039 2006-01-10 [paul]       1.9.100cvs132
9040
9041         * src/mimeview.c
9042                 fix incompatible pointer type
9043                 warning
9044
9045 2006-01-10 [paul]       1.9.100cvs131
9046
9047         * src/compose.c
9048                 change Subject in window title
9049                 instantaneously
9050
9051 2006-01-09 [colin]      1.9.100cvs130
9052
9053         * src/addressbook.c
9054         * src/headerview.c
9055         * src/mainwindow.c
9056         * src/messageview.c
9057         * src/mimeview.c
9058         * src/noticeview.c
9059         * src/summaryview.c
9060                 Fix possible crashes on exit and in addressbook
9061
9062 2006-01-09 [paul]       1.9.100cvs129
9063
9064         * src/prefs_msg_colors.c
9065                 some cleanups that I forgot last time
9066
9067 2006-01-09 [paul]       1.9.100cvs128
9068
9069         * README
9070         * src/folderview.c
9071         * src/prefs_msg_colors.c
9072                 add previously hidden option, color_new, to
9073                 the gui
9074                 move the page to Display/
9075                 rework the gui
9076
9077 2006-01-09 [wwp]        1.9.100cvs127
9078
9079         * src/prefs_themes.c
9080                 made the prefs/display/themes layouts spacing less condensed
9081                 (and so they match other prefs/pages' look).
9082
9083 2006-01-09 [paul]       1.9.100cvs126
9084
9085         * src/compose.c
9086         * src/prefs_common.c
9087         * src/prefs_common.h
9088         * src/prefs_wrapping.c
9089                 remove 'wrap at send' option
9090
9091 2006-01-06 [colin]      1.9.100cvs125
9092
9093         * src/compose.c
9094                 Just make completely sure we don't insert "manual line breaks" 
9095                 when wrapping... 
9096
9097 2006-01-04 [paul]
9098
9099         * 2.0.0-rc3 released
9100
9101 2006-01-04 [paul]       1.9.100cvs124
9102
9103         * src/folderview.c
9104                 fix bug 882, 'quick scroll in folder list
9105                 displays wrong folder contents'
9106
9107 2006-01-04 [paul]       1.9.100cvs123
9108
9109         * src/plugins/pgpmime/pgpmime.c
9110                 better debug information when signing
9111                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9112
9113 2006-01-03 [colin]      1.9.100cvs122
9114
9115         * configure.ac
9116                 We need to recheck for gpgme 1.0.0 after checking
9117                 for 1.1.1, because if 1.1.1 isn't available, 
9118                 GPGME_LIBS and friends are blanked out by the 
9119                 second check.
9120
9121 2006-01-03 [colin]      1.9.100cvs121
9122
9123         * src/common/prefs.c
9124                 Windows unlink-before rename fix
9125         * src/plugins/pgpcore/sgpgme.c
9126                 Add support for PKA info if available
9127                 Both patches by Werner Koch
9128
9129 2006-01-03 [paul]       1.9.100cvs120
9130
9131         * src/messageview.c
9132                 fix bug 884, 'Send receipt' button visible in queue
9133                 Thanks to Colin
9134
9135 2006-01-02 [colin]      1.9.100cvs119
9136
9137         * src/compose.c
9138         * src/imap.c
9139                 Fix autosave on IMAP and more generally try to
9140                 return the correct ID on a newly added IMAP message
9141
9142 2006-01-02 [paul]       1.9.100cvs118
9143
9144         * manual/keyboard.xml
9145                 edited
9146
9147 2006-01-01 [paul]       1.9.100cvs117
9148
9149         * src/gtk/authors.h
9150                 alphabetical order
9151
9152 2005-12-30 [colin]      1.9.100cvs116
9153
9154         * manual/advanced.xml
9155                 Explain Pre/Post-processing differences.
9156
9157 2005-12-30 [colin]      1.9.100cvs115
9158
9159         * src/mh.c
9160                 Implement copy_msgs for a little optimization
9161         * src/imap.c
9162                 Finish yesterday's fix
9163
9164 2005-12-29 [colin]      1.9.100cvs114
9165
9166         * src/imap.c
9167                 Fix occasional failure in fetching a mail over
9168                 IMAP
9169
9170 2005-12-29 [colin]      1.9.100cvs113
9171
9172         * src/compose.c
9173                 Don't remove a draft when sending it, if it is 
9174                 locked.
9175
9176 2005-12-28 [colin]      1.9.100cvs112
9177
9178         * src/summaryview.c
9179                 Fix leak for real
9180
9181 2005-12-28 [wwp]        1.9.100cvs111
9182
9183         * doc/faq/.cvsignore
9184         * doc/faq/de/.cvsignore
9185         * doc/faq/en/.cvsignore
9186         * doc/faq/es/.cvsignore
9187         * doc/faq/fr/.cvsignore
9188         * doc/faq/it/.cvsignore
9189         * doc/manual/.cvsignore
9190         * doc/manual/de/.cvsignore
9191         * doc/manual/en/.cvsignore
9192         * doc/manual/es/.cvsignore
9193         * doc/manual/fr/.cvsignore
9194         * doc/manual/ja/.cvsignore
9195         * src/plugins/mathml_viewer/.cvsignore
9196                 rollback revival of those files (my bad, sorry for the noise).
9197
9198 2005-12-28 [wwp]        1.9.100cvs110
9199
9200         * src/compose.c
9201                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9202
9203 2005-12-28 [wwp]        1.9.100cvs109
9204
9205         * doc/faq/.cvsignore
9206         * doc/faq/de/.cvsignore
9207         * doc/faq/en/.cvsignore
9208         * doc/faq/es/.cvsignore
9209         * doc/faq/fr/.cvsignore
9210         * doc/faq/it/.cvsignore
9211         * doc/manual/.cvsignore
9212         * doc/manual/de/.cvsignore
9213         * doc/manual/en/.cvsignore
9214         * doc/manual/es/.cvsignore
9215         * doc/manual/fr/.cvsignore
9216         * doc/manual/ja/.cvsignore
9217         * src/plugins/mathml_viewer/.cvsignore
9218         * po/.cvsignore
9219                 more files to ignore.
9220
9221 2005-12-24 [colin]      1.9.100cvs108
9222
9223         * AUTHORS
9224         * src/gtk/authors.h
9225                 Update for Werner
9226
9227 2005-12-24 [colin]      1.9.100cvs107
9228
9229         * src/procmsg.c
9230                 Allow NULL src_msginfo in 
9231                 procmsg_msginfo_new_from_mimeinfo
9232
9233 2005-12-23 [paul]       1.9.100cvs106
9234
9235         * src/plugins/pgpinline/mypgpcore.def
9236                 add this forgotten file
9237
9238 2005-12-23 [colin]      1.9.100cvs105
9239
9240         * src/mainwindow.c
9241                 Fix missing break
9242
9243 2005-12-23 [colin]      1.9.100cvs104
9244
9245         * autogen.sh
9246         * src/folder.c
9247         * src/mh.c
9248         * src/common/plugin.c
9249         * src/common/socket.c
9250         * src/common/socket.h
9251         * src/common/utils.c
9252         * src/common/utils.h
9253         * src/gtk/pluginwindow.c
9254         * src/plugins/pgpcore/plugin.def
9255         * src/plugins/pgpcore/sylpheed.def
9256         * src/plugins/pgpinline/Makefile.am
9257         * src/plugins/pgpinline/plugin.def
9258         * src/plugins/pgpinline/sylpheed.def
9259         * src/plugins/pgpmime/plugin.def
9260         * src/plugins/pgpmime/sylpheed.def
9261                 Various w32 fixes by Werner Koch
9262
9263 2005-12-22 [paul]       1.9.100cvs103
9264
9265         * src/wizard.c
9266                 don't offer IMAP as 'server type' if
9267                 libetpan isn't built in
9268
9269 2005-12-22 [paul]       1.9.100cvs102
9270
9271         * AUTHORS
9272         * src/mainwindow.c
9273         * src/mainwindow.h
9274         * src/toolbar.c
9275         * src/gtk/authors.h
9276                 support GTK_TOOLBAR_BOTH_HORIZ (text
9277                 next to icon) Patch by Marien Zwart
9278                 marienz@users.sf.net
9279                 Also reword the text
9280
9281 2005-12-21 [colin]      1.9.100cvs101
9282
9283         * configure.ac
9284                 Fix DATADIRNAME
9285         * COPYING
9286                 Fix missing section and explicit the exception better
9287         * src/compose.c
9288                 Prevent mail from being lost without notice when an
9289                 SMTP error happens on trying to send an unmodified
9290                 drafted mail.
9291         * src/send_message.c
9292         * src/common/smtp.c
9293                 Fix password remembering when wrong, and add return
9294                 value checks where they should have been
9295         * src/plugins/pgpcore/sylpheed.def
9296         * src/plugins/pgpinline/sylpheed.def
9297         * src/plugins/pgpmime/sylpheed.def
9298                 Add a few symbols needed
9299
9300 2005-12-21 [paul]       1.9.100cvs100
9301
9302         * m4/codeset.m4
9303         * m4/glibc21.m4
9304         * m4/intdiv0.m4
9305         * m4/inttypes-pri.m4
9306         * m4/inttypes.m4
9307         * m4/inttypes_h.m4
9308         * m4/isc-posix.m4
9309         * m4/lcmessage.m4
9310         * m4/stdint_h.m4
9311         * m4/uintmax_t.m4
9312                 gettextization
9313                 thanks to Colin
9314
9315 2005-12-21 [paul]       1.9.100cvs99
9316
9317         * po/sv.po
9318                 fixed by Colin
9319
9320 2005-12-20 [paul]       1.9.100cvs98
9321
9322         * po/sv.po
9323                 updated by Anders Trobäck
9324
9325 2005-12-20 [colin]      1.9.100cvs97
9326
9327         * ABOUT-NLS
9328         * Makefile.am
9329         * autogen.sh
9330         * configure.ac
9331         * config/config.rpath
9332         * config/mkinstalldirs
9333         * m4/Makefile.am
9334         * m4/glibc2.m4
9335         * m4/gnupg.m4
9336         * m4/gpgme.m4
9337         * m4/intmax.m4
9338         * m4/longdouble.m4
9339         * m4/longlong.m4
9340         * m4/printf-posix.m4
9341         * m4/signed.m4
9342         * m4/size_max.m4
9343         * m4/ulonglong.m4
9344         * m4/wchar_t.m4
9345         * m4/wint_t.m4
9346         * m4/xsize.m4
9347         * po/Makefile.in.in
9348         * po/Makevars
9349         * po/bg.po
9350         * po/ca.po
9351         * po/cs.po
9352         * po/de.po
9353         * po/el.po
9354         * po/en_GB.po
9355         * po/es.po
9356         * po/fi.po
9357         * po/fr.po
9358         * po/hr.po
9359         * po/hu.po
9360         * po/it.po
9361         * po/ja.po
9362         * po/ko.po
9363         * po/nb.po
9364         * po/nl.po
9365         * po/pl.po
9366         * po/pt_BR.po
9367         * po/ru.po
9368         * po/sk.po
9369         * po/sr.po
9370         * po/stamp-po
9371         * po/sv.po
9372         * po/zh_CN.po
9373         * po/zh_TW.po
9374         * src/Makefile.am
9375         * src/codeconv.c
9376         * src/compose.c
9377         * src/exporthtml.c
9378         * src/exportldif.c
9379         * src/folder.c
9380         * src/main.c
9381         * src/manual.c
9382         * src/mh.c
9383         * src/mimeview.c
9384         * src/send_message.c
9385         * src/common/Makefile.am
9386         * src/common/fnmatch.c
9387         * src/common/fnmatch.h
9388         * src/common/fnmatch_loop.c
9389         * src/common/nntp.c
9390         * src/common/plugin.c
9391         * src/common/smtp.c
9392         * src/common/socket.c
9393         * src/common/string_match.c
9394         * src/common/sylpheed.c
9395         * src/common/utils.c
9396         * src/common/utils.h
9397         * src/common/w32_dirent.c
9398         * src/common/w32_reg.c
9399         * src/common/w32_signal.c
9400         * src/common/w32_stat.c
9401         * src/common/w32_stdio.c
9402         * src/common/w32_stdlib.c
9403         * src/common/w32_string.c
9404         * src/common/w32_time.c
9405         * src/common/w32_unistd.c
9406         * src/common/w32_wait.c
9407         * src/common/w32lib.h
9408         * src/etpan/Makefile.am
9409         * src/gtk/Makefile.am
9410         * src/plugins/clamav/Makefile.am
9411         * src/plugins/demo/Makefile.am
9412         * src/plugins/dillo_viewer/Makefile.am
9413         * src/plugins/pgpcore/Makefile.am
9414         * src/plugins/pgpcore/passphrase.c
9415         * src/plugins/pgpcore/plugin.def
9416         * src/plugins/pgpcore/sgpgme.c
9417         * src/plugins/pgpcore/sylpheed.def
9418         * src/plugins/pgpcore/version.rc
9419         * src/plugins/pgpinline/Makefile.am
9420         * src/plugins/pgpinline/plugin.def
9421         * src/plugins/pgpinline/sylpheed.def
9422         * src/plugins/pgpinline/version.rc
9423         * src/plugins/pgpmime/Makefile.am
9424         * src/plugins/pgpmime/mypgpcore.def
9425         * src/plugins/pgpmime/plugin.def
9426         * src/plugins/pgpmime/sylpheed.def
9427         * src/plugins/pgpmime/version.rc
9428         * src/plugins/spamassassin/Makefile.am
9429                 Very little ;-) patch from Werner Koch, providing
9430                 infrastructure for cross-compiling to Win32
9431
9432 2005-12-20 [paul]       1.9.100cvs96
9433
9434         * src/account.c
9435         * src/account.h
9436         * src/mainwindow.c
9437         * src/mainwindow.h
9438         * src/toolbar.c
9439         * src/toolbar.h
9440                 add a combo to the Get All button, allowing
9441                 quick retrieval from any account
9442                 Patch by Fabien Vantard, slightly modified
9443                 by Colin
9444         * src/gtk/about.c
9445                 i18n fix. Patch by Fabien Vantard
9446
9447 2005-12-19 [colin]      1.9.100cvs95
9448
9449         * src/compose.c
9450         * src/compose.h
9451                 Don't automatically join lines when they've 
9452                 been separated by the user and not automatically
9453
9454 2005-12-19 [paul]       1.9.100cvs94
9455
9456         * src/gtk/pluginwindow.c
9457                 i18n fix.
9458                 Patch by Fabien Vantard
9459
9460 2005-12-15 [paul]       1.9.100cvs93
9461
9462         * src/common/plugin.c
9463         * src/common/plugin.h
9464         * src/gtk/pluginwindow.c
9465         * src/plugins/clamav/clamav_plugin.c
9466         * src/plugins/demo/demo.c
9467         * src/plugins/dillo_viewer/dillo_viewer.c
9468         * src/plugins/pgpcore/plugin.c
9469         * src/plugins/pgpinline/plugin.c
9470         * src/plugins/pgpmime/plugin.c
9471         * src/plugins/spamassassin/spamassassin.c
9472         * src/plugins/trayicon/trayicon.c
9473                 add plugin_version()
9474
9475 2005-12-15 [colin]      1.9.100cvs92
9476
9477         * src/compose.c
9478                 Further fix bug #875
9479
9480 2005-12-15 [paul]       1.9.100cvs91
9481
9482         * src/gtk/filesel.c
9483                 fix attach_load_dir getting set to
9484                 PLUGINDIR on plugin load
9485
9486 2005-12-14 [mones]      1.9.100cvs90
9487
9488         * manual/ack.xml
9489         * manual/keyboard.xml
9490                 Initial draft and some shortcuts added
9491                 
9492         * po/es.po
9493                 Updated translation
9494
9495 2005-12-14 [colin]      1.9.100cvs89
9496
9497         * src/compose.c
9498         * src/imap.c
9499         * src/summaryview.c
9500         * src/gtk/gtkaspell.c
9501                 More leaks fixed
9502         * src/prefs_folder_item.c
9503                 Fix recursive prefs apply
9504
9505
9506 2005-12-14 [colin]      1.9.100cvs88
9507
9508         * src/compose.c
9509                 Fix bug #875 (Freeze On Inline Forward of 
9510                 Large Message)
9511
9512 2005-12-13 [colin]      1.9.100cvs87
9513
9514         * src/compose.c
9515                 Uniq-ify and sort the mimetypes list
9516                 Patch by Fabien Vantard
9517
9518 2005-12-13 [colin]      1.9.100cvs86
9519
9520         * src/imap.c
9521         * src/etpan/imap-thread.c
9522                 Fix leaks (patch by Hoa)
9523         * src/news.c
9524         * src/common/plugin.c
9525                 Fix leaks
9526
9527 2005-12-12 [colin]
9528
9529         * 2.0.0-rc2 released
9530
9531 2005-12-12 [colin]      1.9.100cvs85
9532
9533         * src/matcher.c
9534                 Fix a leak
9535
9536 2005-12-12 [wwp]        1.9.100cvs84
9537
9538         * src/gtk/icon_legend.c
9539                 fix misbehaviour and crash when closing the legend window
9540         using the Esc key (patch by Fabien Vantard).
9541
9542 2005-12-12 [paul]       1.9.100cvs83
9543
9544         * src/browseldap.c
9545         * src/foldersel.c
9546         * src/prefs_actions.c
9547         * src/prefs_filtering.c
9548         * src/prefs_matcher.c
9549         * src/prefs_spelling.glade      ** REMOVED **
9550         * src/prefs_template.c
9551         * src/gtk/foldersort.glade      ** REMOVED **
9552         * src/gtk/pluginwindow.c
9553         * src/gtk/pluginwindow.glade    ** REMOVED **
9554         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9555                 cleanups
9556
9557 2005-12-11 [paul]       1.9.100cvs82
9558
9559         * src/gtk/filesel.c
9560                 fix attach_load_dir crasher (double free)
9561
9562 2005-12-09 [paul]       1.9.100cvs81
9563
9564         * po/POTFILES.in
9565         * src/mainwindow.c
9566         * src/gtk/Makefile.am
9567         * src/gtk/icon_legend.c
9568         * src/gtk/icon_legend.h
9569                 add icon legend
9570         * src/manual.c
9571                 cleanup
9572
9573 2005-12-09 [paul]       1.9.100cvs80
9574
9575         * src/plugins/pgpcore/passphrase.c
9576                 wrap the label in the dialog
9577
9578 2005-12-09 [colin]      1.9.100cvs79
9579
9580         * src/plugins/pgpcore/sgpgme.c
9581                 Display (untrusted) on not trusted signatures
9582                 Patch by Michal Èihaø <michal@cihar.com>
9583                 Closes bug #867 (Report also key trust)
9584
9585 2005-12-09 [colin]      1.9.100cvs78
9586
9587         * src/common/plugin.c
9588                 Update licence check, following Eben Moglen's advice
9589
9590 2005-12-08 [colin]      1.9.100cvs77
9591
9592         * src/folder.c
9593                 Fix the occasionnal item->cache != NULL 
9594                 assertion failure. 
9595
9596 2005-12-08 [colin]      1.9.100cvs76
9597
9598         * src/mimeview.c
9599         * src/plugins/pgpcore/sgpgme.c
9600                 Print key id when unable to check it
9601                 Closes bug #866 (Show key id when missing)
9602
9603 2005-12-08 [paul]       1.9.100cvs75
9604
9605         * src/prefs_common.c
9606         * src/prefs_common.h
9607         * src/gtk/filesel.c
9608                 remember load attachment dir
9609
9610 2005-12-07 [colin]      1.9.100cvs74
9611
9612         * src/prefs_toolbar.c
9613                 Gtk fixes, patch by Fabien Vantard
9614
9615 2005-12-07 [colin]      1.9.100cvs73
9616
9617         * src/action.c
9618         * src/compose.c
9619         * src/compose.h
9620                 Fix bug #839 (Quoted text isn't colored after 
9621                 executing an action)
9622         * src/common/plugin.c
9623                 Require plugins to declare their licence in plugin_licence()
9624                 Refuse to load non-GPL plugins as they'd be illegal (as 
9625                 derived works of Sylpheed-Claws, they must be GPL).
9626         * src/plugins/clamav/clamav_plugin.c
9627         * src/plugins/demo/demo.c
9628         * src/plugins/dillo_viewer/dillo_viewer.c
9629         * src/plugins/pgpcore/plugin.c
9630         * src/plugins/pgpinline/plugin.c
9631         * src/plugins/pgpmime/plugin.c
9632         * src/plugins/spamassassin/spamassassin.c
9633         * src/plugins/trayicon/trayicon.c
9634                 Add plugin_licence()
9635
9636 2005-12-07 [paul]       1.9.100cvs72
9637
9638         * configure.ac
9639         * src/mainwindow.c
9640         * src/manual.c
9641         * src/manual.h
9642         * src/common/defs.h
9643                 clean up after local FAQ removal and
9644                 temporary manual removal
9645
9646 2005-12-06 [colin]      1.9.100cvs71
9647
9648         * configure.ac
9649         * doc/Makefile.am
9650         * doc/faq/.cvsignore
9651         * doc/faq/Makefile.am
9652         * doc/faq/de/.cvsignore
9653         * doc/faq/de/Makefile.am
9654         * doc/faq/de/sylpheed-faq-1.html
9655         * doc/faq/de/sylpheed-faq-2.html
9656         * doc/faq/de/sylpheed-faq-3.html
9657         * doc/faq/de/sylpheed-faq.html
9658         * doc/faq/en/.cvsignore
9659         * doc/faq/en/Makefile.am
9660         * doc/faq/en/sylpheed-faq-1.html
9661         * doc/faq/en/sylpheed-faq-2.html
9662         * doc/faq/en/sylpheed-faq-3.html
9663         * doc/faq/en/sylpheed-faq-4.html
9664         * doc/faq/en/sylpheed-faq.html
9665         * doc/faq/es/.cvsignore
9666         * doc/faq/es/Makefile.am
9667         * doc/faq/es/sylpheed-faq-1.html
9668         * doc/faq/es/sylpheed-faq-2.html
9669         * doc/faq/es/sylpheed-faq-3.html
9670         * doc/faq/es/sylpheed-faq-4.html
9671         * doc/faq/es/sylpheed-faq.html
9672         * doc/faq/fr/.cvsignore
9673         * doc/faq/fr/Makefile.am
9674         * doc/faq/fr/sylpheed-faq-1.html
9675         * doc/faq/fr/sylpheed-faq-2.html
9676         * doc/faq/fr/sylpheed-faq-3.html
9677         * doc/faq/fr/sylpheed-faq.html
9678         * doc/faq/it/.cvsignore
9679         * doc/faq/it/Makefile.am
9680         * doc/faq/it/sylpheed-faq-1.html
9681         * doc/faq/it/sylpheed-faq-2.html
9682         * doc/faq/it/sylpheed-faq-3.html
9683         * doc/faq/it/sylpheed-faq.html
9684         * doc/manual/.cvsignore
9685         * doc/manual/Makefile.am
9686         * doc/manual/de/.cvsignore
9687         * doc/manual/de/Makefile.am
9688         * doc/manual/de/sylpheed-1.html
9689         * doc/manual/de/sylpheed-10.html
9690         * doc/manual/de/sylpheed-11.html
9691         * doc/manual/de/sylpheed-12.html
9692         * doc/manual/de/sylpheed-13.html
9693         * doc/manual/de/sylpheed-14.html
9694         * doc/manual/de/sylpheed-15.html
9695         * doc/manual/de/sylpheed-16.html
9696         * doc/manual/de/sylpheed-17.html
9697         * doc/manual/de/sylpheed-18.html
9698         * doc/manual/de/sylpheed-19.html
9699         * doc/manual/de/sylpheed-2.html
9700         * doc/manual/de/sylpheed-20.html
9701         * doc/manual/de/sylpheed-3.html
9702         * doc/manual/de/sylpheed-4.html
9703         * doc/manual/de/sylpheed-5.html
9704         * doc/manual/de/sylpheed-6.html
9705         * doc/manual/de/sylpheed-7.html
9706         * doc/manual/de/sylpheed-8.html
9707         * doc/manual/de/sylpheed-9.html
9708         * doc/manual/de/sylpheed.html
9709         * doc/manual/en/.cvsignore
9710         * doc/manual/en/Makefile.am
9711         * doc/manual/en/sylpheed-1.html
9712         * doc/manual/en/sylpheed-10.html
9713         * doc/manual/en/sylpheed-11.html
9714         * doc/manual/en/sylpheed-12.html
9715         * doc/manual/en/sylpheed-13.html
9716         * doc/manual/en/sylpheed-14.html
9717         * doc/manual/en/sylpheed-15.html
9718         * doc/manual/en/sylpheed-16.html
9719         * doc/manual/en/sylpheed-17.html
9720         * doc/manual/en/sylpheed-18.html
9721         * doc/manual/en/sylpheed-19.html
9722         * doc/manual/en/sylpheed-2.html
9723         * doc/manual/en/sylpheed-20.html
9724         * doc/manual/en/sylpheed-21.html
9725         * doc/manual/en/sylpheed-22.html
9726         * doc/manual/en/sylpheed-3.html
9727         * doc/manual/en/sylpheed-4.html
9728         * doc/manual/en/sylpheed-5.html
9729         * doc/manual/en/sylpheed-6.html
9730         * doc/manual/en/sylpheed-7.html
9731         * doc/manual/en/sylpheed-8.html
9732         * doc/manual/en/sylpheed-9.html
9733         * doc/manual/en/sylpheed.html
9734         * doc/manual/es/.cvsignore
9735         * doc/manual/es/Makefile.am
9736         * doc/manual/es/sylpheed-1.html
9737         * doc/manual/es/sylpheed-10.html
9738         * doc/manual/es/sylpheed-11.html
9739         * doc/manual/es/sylpheed-12.html
9740         * doc/manual/es/sylpheed-13.html
9741         * doc/manual/es/sylpheed-14.html
9742         * doc/manual/es/sylpheed-15.html
9743         * doc/manual/es/sylpheed-16.html
9744         * doc/manual/es/sylpheed-17.html
9745         * doc/manual/es/sylpheed-18.html
9746         * doc/manual/es/sylpheed-19.html
9747         * doc/manual/es/sylpheed-2.html
9748         * doc/manual/es/sylpheed-20.html
9749         * doc/manual/es/sylpheed-3.html
9750         * doc/manual/es/sylpheed-4.html
9751         * doc/manual/es/sylpheed-5.html
9752         * doc/manual/es/sylpheed-6.html
9753         * doc/manual/es/sylpheed-7.html
9754         * doc/manual/es/sylpheed-8.html
9755         * doc/manual/es/sylpheed-9.html
9756         * doc/manual/es/sylpheed.html
9757         * doc/manual/fr/.cvsignore
9758         * doc/manual/fr/Makefile.am
9759         * doc/manual/fr/sylpheed-1.html
9760         * doc/manual/fr/sylpheed-10.html
9761         * doc/manual/fr/sylpheed-11.html
9762         * doc/manual/fr/sylpheed-12.html
9763         * doc/manual/fr/sylpheed-13.html
9764         * doc/manual/fr/sylpheed-14.html
9765         * doc/manual/fr/sylpheed-15.html
9766         * doc/manual/fr/sylpheed-16.html
9767         * doc/manual/fr/sylpheed-17.html
9768         * doc/manual/fr/sylpheed-18.html
9769         * doc/manual/fr/sylpheed-19.html
9770         * doc/manual/fr/sylpheed-2.html
9771         * doc/manual/fr/sylpheed-20.html
9772         * doc/manual/fr/sylpheed-3.html
9773         * doc/manual/fr/sylpheed-4.html
9774         * doc/manual/fr/sylpheed-5.html
9775         * doc/manual/fr/sylpheed-6.html
9776         * doc/manual/fr/sylpheed-7.html
9777         * doc/manual/fr/sylpheed-8.html
9778         * doc/manual/fr/sylpheed-9.html
9779         * doc/manual/fr/sylpheed.html
9780         * doc/manual/ja/.cvsignore
9781         * doc/manual/ja/Makefile.am
9782         * doc/manual/ja/sylpheed-1.html
9783         * doc/manual/ja/sylpheed-10.html
9784         * doc/manual/ja/sylpheed-11.html
9785         * doc/manual/ja/sylpheed-12.html
9786         * doc/manual/ja/sylpheed-13.html
9787         * doc/manual/ja/sylpheed-14.html
9788         * doc/manual/ja/sylpheed-15.html
9789         * doc/manual/ja/sylpheed-16.html
9790         * doc/manual/ja/sylpheed-17.html
9791         * doc/manual/ja/sylpheed-18.html
9792         * doc/manual/ja/sylpheed-19.html
9793         * doc/manual/ja/sylpheed-2.html
9794         * doc/manual/ja/sylpheed-20.html
9795         * doc/manual/ja/sylpheed-3.html
9796         * doc/manual/ja/sylpheed-4.html
9797         * doc/manual/ja/sylpheed-5.html
9798         * doc/manual/ja/sylpheed-6.html
9799         * doc/manual/ja/sylpheed-7.html
9800         * doc/manual/ja/sylpheed-8.html
9801         * doc/manual/ja/sylpheed-9.html
9802         * doc/manual/ja/sylpheed.html
9803         * doc/manual/ja/sylpheed.sgml
9804         * src/mainwindow.c
9805                 Remove outdated manual and faq. Noisy, eh?
9806
9807 2005-12-06 [colin]      1.9.100cvs70
9808
9809         * src/compose.c
9810         * src/quote_fmt_parse.y
9811         * src/undo.c
9812         * src/undo.h
9813                 Allow %X to position cursor at 0 
9814                 (no %X = before signature)
9815                 Fix paste as quotation putting the cursor at 0
9816                 Fix undo offsets when pasting
9817                 Insert the quote_fmt at once instead of line 
9818                 by line
9819                 Fix [Edited] when starting to reply/forward
9820
9821 2005-12-06 [paul]       1.9.100cvs69
9822
9823         * src/plugins/clamav/clamav_plugin_gtk.c
9824                 add another tooltip
9825         * src/plugins/spamassassin/spamassassin_gtk.c
9826                 rework spamassassin_create_widget_func()
9827
9828 2005-12-05 [colin]      1.9.100cvs68
9829
9830         * po/POTFILES.in
9831                 Fix make release ;-)
9832
9833 2005-12-05 [colin]      1.9.100cvs67
9834
9835         * src/compose.c
9836         * src/compose.h
9837                 Fix cursor positioning (not obeying %X)
9838
9839 2005-12-05 [paul]       1.9.100cvs66
9840
9841         * src/plugins/dillo_viewer/dillo_prefs.c
9842                 fix compilation warning
9843
9844 2005-12-05 [paul]       1.9.100cvs65
9845
9846         * src/prefs_spelling.c
9847         * src/plugins/trayicon/trayicon.c
9848                 cleanups - remove unused stuff
9849
9850 2005-12-05 [paul]       1.9.100cvs64
9851
9852         * README
9853         * manual/plugins.xml
9854                 remove info about removed mathml_viewer plugin
9855
9856 2005-12-05 [paul]       1.9.100cvs63
9857
9858         * configure.ac
9859         * src/plugins/Makefile.am
9860         * src/plugins/mathml_viewer/.cvsignore
9861         * src/plugins/mathml_viewer/Makefile.am
9862         * src/plugins/mathml_viewer/mathml_viewer.c
9863                 remove unmaintained mathml_viewer plugin
9864
9865 2005-12-05 [paul]       1.9.100cvs62
9866
9867         * src/summaryview.c
9868                 obey prefs_common.always_show_msg when
9869                 moving a msg
9870                 Thanks to Colin
9871
9872 2005-12-05 [paul]       1.9.100cvs61
9873
9874         * src/compose.c
9875         * src/prefs_account.c
9876         * src/prefs_filtering.c
9877         * src/prefs_quote.c
9878         * src/prefs_spelling.c
9879         * src/prefs_toolbar.c
9880         * src/summaryview.c
9881         * src/gtk/gtkutils.c
9882         * src/gtk/quicksearch.c
9883         * src/plugins/dillo_viewer/dillo_prefs.c
9884                 dialog cleanups
9885
9886 2005-12-04 [paul]       1.9.100cvs60
9887
9888         * src/inc.c
9889         * src/prefs_account.c
9890         * src/prefs_account.h
9891                 allow a Local account to specify a
9892                 default inbox
9893                 (closes bug 843 'Inbox cannot be changed for local
9894                  mailboxes')
9895
9896 2005-12-04 [colin]      1.9.100cvs59
9897
9898         * src/plugins/trayicon/trayicon.c
9899                 Remove Get, rename Get All to Get Mail in order to
9900                 be consistent with the default main toolbar
9901
9902 2005-12-03 [colin]      1.9.100cvs58
9903
9904         * manual/gpl.xml
9905         * manual/sylpheed-claws-manual.xml
9906                 Add GPL appendix
9907
9908 2005-12-03 [paul]       1.9.100cvs57
9909
9910         * AUTHORS
9911         * po/sv.po
9912         * src/gtk/authors.h
9913                 new (partially complete) Swedish translation
9914                 by Anders Troback <sylpheed@troback.com>
9915
9916 2005-12-02 [paul]       1.9.100cvs56
9917
9918         * configure.ac
9919                 libetpan 0.41 required
9920
9921 2005-12-02 [paul]       1.9.100cvs55
9922
9923         * src/plugins/clamav/clamav_plugin.c
9924         * src/plugins/clamav/clamav_plugin.h
9925         * src/plugins/clamav/clamav_plugin_gtk.c
9926         * src/plugins/spamassassin/spamassassin.c
9927         * src/plugins/spamassassin/spamassassin.h
9928         * src/plugins/spamassassin/spamassassin_gtk.c
9929                 unregister prefs pages on unloading, thus
9930                 preventing a crash
9931                 (thanks to Colin for the hint)
9932
9933 2005-12-02 [wwp]        1.9.100cvs54
9934
9935         * src/quote_fmt.h
9936         * src/quote_fmt_parse.y
9937                 fix misuse of gboolean*, use gboolean instead
9938                 (thanks to Paul, Colin, for pointing out that scaring one)
9939
9940 2005-12-02 [paul]       1.9.100cvs53
9941
9942         * src/plugins/clamav/clamav_plugin.c
9943                 int no --> unsigned int no
9944         * src/plugins/clamav/clamav_plugin_gtk.c
9945                 rework config page
9946
9947 2005-12-02 [wwp]        1.9.100cvs52
9948
9949         * src/compose.c
9950         * src/prefs_template.c
9951         * src/quote_fmt.h
9952         * src/quote_fmt_parse.y
9953                 prevent from executing |f and |p templates commands when
9954                 adding or replacing templates in prefs (avoids annoying and
9955                 potentially dangerous behaviours)
9956
9957 2005-12-02 [paul]       1.9.100cvs51
9958
9959         * src/prefs_common.c
9960                 allow translation of some default values
9961                 Patch by Fabien Vantard
9962
9963 2005-12-02 [paul]       1.9.100cvs50
9964
9965         * src/codeconv.c
9966         * src/codeconv.h
9967         * src/prefs_common.c
9968         * src/prefs_common.h
9969         * src/prefs_message.c
9970         * src/textview.c
9971                 remove obsolete 'convert_mb_alnum' option
9972                 and related stuff
9973         * src/gtk/about.c
9974                 remove unused 'about_textview_visibility_notify'
9975
9976 2005-12-02 [paul]       1.9.100cvs49
9977
9978         * src/prefs_account.c
9979         * src/prefs_compose_writing.c
9980         * src/prefs_fonts.c
9981         * src/prefs_gtk.h
9982         * src/prefs_image_viewer.c
9983         * src/prefs_message.c
9984         * src/prefs_other.c
9985         * src/prefs_receive.c
9986         * src/prefs_send.c
9987         * src/prefs_spelling.c
9988         * src/prefs_summaries.c
9989         * src/prefs_wrapping.c
9990         * src/plugins/dillo_viewer/dillo_prefs.c
9991         * src/plugins/pgpcore/prefs_gpg.c
9992                 several cleanups to the prefs dialogs
9993                 (slightly modified) patch by Fabien Vantard
9994
9995 2005-12-02 [paul]       1.9.100cvs48
9996
9997         * src/main.c
9998                 --exit means exit
9999         * src/send_message.c
10000                 fix crash on send when connection fails
10001
10002         Thanks to Colin
10003
10004 2005-12-01 [colin]      1.9.100cvs47
10005
10006         * src/html.c
10007                 Translate &hellip; to "..."
10008
10009 2005-11-30 [colin]      1.9.100cvs46
10010
10011         * src/matcher.c
10012         * src/matcher.h
10013                 Optimize back yesterday's fix.
10014
10015 2005-11-30 [paul]       1.9.100cvs45
10016
10017         * manual/faq.xml
10018                 standardised
10019         * manual/intro.xml
10020                 written by Colin, edited by me
10021
10022 2005-11-29 [colin]      1.9.100cvs44
10023
10024         * src/matcher.c
10025                 Skip headers unconditionnaly in match_body if the
10026                 rule is not message or ~message
10027
10028 2005-11-29 [colin]      1.9.100cvs43
10029
10030         * src/matcher.c
10031                 Fix body_part and such, not skipping headers 
10032                 if the matchcriteria wasn't the first in the rule
10033
10034 2005-11-29 [colin]      1.9.100cvs42
10035
10036         * src/compose.c
10037                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10038                 option missing from message view window)
10039                 Fix double text D'n'D with gtk-2.8
10040         * src/matcher.c
10041                 Fix ~message, ~headers_part, ~body_part rules
10042         * src/messageview.c
10043                 Add Windows-1252 (Closes bug #863)
10044                 Fix accels
10045         * src/gtk/gtkaspell.c
10046                 Properly destroy accels in all menus
10047
10048 2005-11-29 [mones]      1.9.100cvs41
10049
10050         * po/es.po
10051                 Updated.
10052
10053 2005-11-27 [colin]      1.9.100cvs40
10054
10055         * src/mh_gtk.c
10056                 "/Remove mailbox" -> "/Remove mailbox..."
10057
10058 2005-11-27 [paul]       1.9.100cvs39
10059
10060         * AUTHORS
10061         * po/de.po
10062         * src/gtk/authors.h
10063                 updated by new maintainer, Stephan Sachse
10064
10065 2005-11-27 [paul]       1.9.100cvs38
10066
10067         * manual/faq.xml
10068                 written by Colin, edited by me
10069
10070 2005-11-27 [paul]       1.9.100cvs37
10071
10072         * src/prefs_common.c
10073         * src/prefs_common.h
10074         * src/prefs_receive.c
10075         * src/prefs_summaries.c
10076                 move 'go to inbox after receiving new mail'
10077                 option from display/sumamaries to mail
10078                 handling/receive, and rework prefs_summaries
10079                 dialog a little
10080
10081 2005-11-25 [martin]     1.9.100cvs36
10082
10083         * po/de.po
10084             fixed windows-1252 translation;
10085             translated some new and fuzzy strings
10086
10087 2005-11-25 [paul]       1.9.100cvs35
10088
10089         * src/plugins/clamav/clamav_plugin.c
10090                 complete the update done in cvs34
10091
10092 2005-11-25 [paul]       1.9.100cvs34
10093
10094         * src/plugins/clamav/clamav_plugin.c
10095                 reflect upstream changes
10096
10097 2005-11-25 [paul]       1.9.100cvs33
10098
10099         * manual/ack.xml
10100         * manual/plugins.xml
10101         * manual/sylpheed-claws-manual.xml
10102                 written/updated by Colin, edited by me
10103         * tools/acroread2sylpheed.pl
10104                 update binary name
10105
10106 2005-11-24 [colin]      1.9.100cvs32
10107
10108         * src/compose.c
10109                 Fix bug #856 (reediting messages forgets Request
10110                 Return Receipt)
10111
10112 2005-11-24 [paul]       1.9.100cvs31
10113
10114         * manual/addrbook.xml
10115         * manual/starting.xml
10116                 written by Colin, proofread, edited, adapted by me
10117         * manual/advanced.xml
10118                 add some Actions examples
10119         * src/importldif.c
10120                 use a Save button instead of a Close button
10121         * src/wizard.c
10122                 indicate mandatory fields
10123                 fix page display
10124                 Thanks to Colin
10125
10126 2005-11-23 [colin]      1.9.100cvs30
10127
10128         * src/addressbook.c
10129                 Rename menu item, fix possible crash after
10130                 deletion of books
10131         * src/addrindex.c
10132                 Allow searching for '*' in ldap
10133         * src/browseldap.c
10134                 Fix "Browse Entry" (did anyone use it?)
10135         * src/wizard.c
10136                 Add guards for mandatory information
10137
10138 2005-11-23 [paul]       1.9.100cvs29
10139
10140         * manual/advanced.xml
10141                 corrections to the English
10142
10143 2005-11-23 [colin]      1.9.100cvs28
10144
10145         * src/mimeview.c
10146                 Fix possible crash at exit. After the call to
10147                 gtk_container_remove(), the Viewer's widget has no
10148                 more parent so gtk+ automatically frees it and its
10149                 sons. If destroy_viewer() then try to access it,
10150                 problems ensue.
10151
10152 2005-11-22 [colin]      1.9.100cvs27
10153
10154         * src/compose.c
10155         * src/gtk/gtkaspell.c
10156                 Fix right-clicking on a misspelled word
10157                 Fix More... in suggestions menu
10158
10159 2005-11-22 [wwp]        1.9.100cvs26
10160
10161         * src/prefs_template.c
10162                 templates works: re-sort templates list when adding or replacing,
10163                 prevent from adding or replacing when the template name is empty
10164
10165 2005-11-21 [colin]      1.9.100cvs25
10166
10167         * src/addressbook.c
10168                 Fix some addressbook suckage (dnd, select all)
10169         * src/compose.c
10170         * src/gtk/gtkaspell.c
10171         * src/gtk/gtkaspell.h
10172                 Make the spellchecker menu work with the 
10173                 GtkTextView one instead of overriding it
10174
10175 2005-11-20 [paul]       1.9.100cvs24
10176
10177         * manual/handling.xml
10178                 proofread and corrected
10179
10180 2005-11-20 [paul]       1.9.100cvs23
10181
10182         * manual/Makefile
10183                 generate html as one file
10184         * manual/advanced.xml
10185                 fix output generation
10186                 reformat hidden options list
10187         * manual/manual.xml     ** REMOVED **
10188         * manual/sylpheed-claws-manual.xml      ** ADDED **
10189                 renamed
10190
10191 2005-11-18 [colin]      1.9.100cvs22
10192
10193         * src/prefs_account.c
10194                 Fix layout in news and mbox accounts
10195         * manual/account.xml
10196         * manual/advanced.xml
10197                 New contents for Paul to check :)
10198
10199 2005-11-18 [wwp]        1.9.100cvs21
10200
10201         * src/gtk/quicksearch.c
10202                 don't update extended quicksearch buttons twice
10203
10204 2005-11-18 [paul]       1.9.100cvs20
10205
10206         * src/textview.c
10207                 complete 1.9.100cvs19
10208
10209 2005-11-18 [paul]       1.9.100cvs19
10210
10211         * src/compose.c
10212                 cosmetic improvements
10213         * src/textview.c
10214                 also list text/* attachments
10215
10216 2005-11-18 [colin]      1.9.100cvs18
10217
10218         * src/summaryview.c
10219                 Use column 0 instead of -1 in 
10220                 gtk_ctree_node_moveto, in a naive
10221                 hope it'll fix the gtk-related crashes
10222
10223 2005-11-18 [colin]      1.9.100cvs17
10224
10225         * src/gtk/inputdialog.c
10226                 Fix icon staying the first one
10227
10228 2005-11-17 [wwp]        1.9.100cvs16
10229                 fix possible problem showing some quicksearch buttons, and a bad
10230                 call to g_return_if_fail in a function that returns a value (both
10231                 fixes by Fabien Vantard)
10232
10233 2005-11-15 [wwp]        1.9.100cvs15
10234
10235         * src/gtk/quicksearch.c
10236                 added a tooltip to that obscure ... quicksearch button
10237
10238 2005-11-15 [wwp]        1.9.100cvs14
10239
10240         * src/gtk/quicksearch.c
10241                 add a quicksearch helper to filtering expression users: the ... button
10242                 raises the condition expr window. condition expressions set up w/ this
10243                 window are used by the quicksearch if the user closes it pressing OK.
10244
10245 2005-11-14 [paul]       1.9.100cvs13
10246
10247         * src/plugins/clamav/clamav_plugin.c
10248         * src/plugins/spamassassin/spamassassin.c
10249                 change plugin type following recent merging
10250
10251 2005-11-14 [wwp]        1.9.100cvs12
10252
10253         * src/folder.c
10254                 prevent from crashing when copying/moving message(s) from and
10255                 to the same folder
10256
10257 2005-11-14 [paul]       1.9.100cvs11
10258
10259         * src/plugins/clamav/Makefile.am
10260         * src/plugins/clamav/clamav_plugin.c
10261         * src/plugins/clamav/clamav_plugin.h
10262         * src/plugins/clamav/clamav_plugin_gtk.c
10263                 also merge clamav and clamav_gtk plugins
10264
10265 2005-11-13 [colin]      1.9.100cvs10
10266
10267         * configure.ac
10268         * src/plugins/spamassassin/Makefile.am
10269         * src/plugins/spamassassin/spamassassin.c
10270         * src/plugins/spamassassin/spamassassin.h
10271         * src/plugins/spamassassin/spamassassin_gtk.c
10272                 Merge spamassassin and spamassassin_gtk plugins,
10273                 and build it by default.
10274
10275 2005-11-12 [colin]      1.9.100cvs9
10276
10277         * src/etpan/imap-thread.c
10278                 Fix gcc warning
10279
10280 2005-11-12 [colin]      1.9.100cvs8
10281
10282         * src/procmime.c
10283                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10284
10285 2005-11-10 [colin]      1.9.100cvs7
10286
10287         * src/main.c
10288                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10289                 minimised state)
10290
10291 2005-11-10 [wwp]        1.9.100cvs6
10292
10293         * src/gtk/description_window.c
10294                 fix a crash when closing description windows using the WM's [X] button
10295
10296 2005-11-09 [colin]      1.9.100cvs5
10297
10298         * src/common/ssl.c
10299                 Update libetpan call to follow upstream
10300                 (yes, this requires libetpan-0.40cvs3)
10301
10302 2005-11-08 [colin]      1.9.100cvs4
10303
10304         * src/compose.c
10305         * src/textview.c
10306         * src/common/utils.c
10307         * src/common/utils.h
10308                 Enhance the email parser
10309
10310 2005-11-08 [colin]      1.9.100cvs3
10311
10312         * src/procmime.c
10313                 Fix what looks like an off-by-one (fixes 
10314                 attachments from the Bat)
10315
10316 2005-11-08 [wwp]        1.9.100cvs2
10317
10318         * src/main.c
10319                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10320
10321 2005-11-08 [wwp]        1.9.100cvs1
10322
10323         * src/main.c
10324                 allow exiting Sylpheed-Claws from command-line
10325
10326 2005-11-08 [paul]       1.9.100
10327
10328         1.9.100 released
10329
10330 2005-11-07 [colin]      1.9.99cvs17
10331
10332         * src/addritem.c
10333         * src/ldif.c
10334                 Fix import of base-64 encoded items
10335
10336 2005-11-07 [colin]      1.9.99cvs16
10337
10338         * src/send_message.c
10339                 Fix bug #314 (Queue does not empty under certain 
10340                 circumstances)
10341
10342 2005-11-07 [paul]       1.9.99cvs15
10343
10344         * src/mutt.c
10345         * src/pine.c
10346                 fix buffer overflows
10347                 Thanks to Colin
10348
10349 2005-11-07 [paul]       1.9.99cvs14
10350
10351         * doc/man/Makefile.am
10352         * doc/man/sylpheed-claws.1      ** ADDED **
10353         * doc/man/sylpheed.1            ** DELETED **
10354                 rename and update the man file
10355
10356 2005-11-06 [colin]      1.9.99cvs13
10357
10358         * src/ldif.c
10359                 Fix ldif_get_line() that returned empty strings
10360                 (Didn't understand why). Also fix a possible
10361                 buffer overflow.
10362
10363 2005-11-06 [wwp]        1.9.99cvs12
10364
10365         * src/textview.c
10366         * src/gtk/about.c
10367         * src/gtk/gtkutils.c
10368         * src/gtk/gtkutils.h
10369                 fix a compilation warning,
10370                 make links sensitive in the about dialog
10371
10372 2005-11-04 [wwp]        1.9.99cvs11
10373
10374         * src/gtk/about.c
10375                 don't wrap or translate URIs, and a bit text format cleanup
10376
10377 2005-11-04 [wwp]        1.9.99cvs10
10378
10379         * src/gtk/about.c
10380                 better textview tagging implementation (no more use of marks for
10381                 postponed tagging)
10382
10383 2005-11-02 [colin]      1.9.99cvs9
10384
10385         * src/common/ssl.c
10386                 Forgot an ifdef
10387
10388 2005-11-02 [colin]      1.9.99cvs8
10389
10390         * configure.ac
10391                 Require libetpan-0.40 due to upstream fix
10392         * src/common/ssl.c
10393                 Tell libetpan not to call SSL_Library_Init,
10394                 as we do it ourselves.
10395
10396 2005-11-02 [colin]      1.9.99cvs7
10397
10398         * po/POTFILES.in
10399                 Add missing files (thanks to Fabien Vantard)
10400
10401 2005-11-02 [colin]      1.9.99cvs6
10402
10403         * src/summaryview.c
10404                 Fix totals when read messages are hidden or quicksearch
10405                 is on
10406         * src/ssl_manager.c
10407         * src/ssl_manager.h
10408         * src/common/ssl_certificate.c
10409         * src/common/ssl_certificate.h
10410         * src/gtk/sslcertwindow.c
10411         * src/gtk/sslcertwindow.h
10412                 Fix copyright on my stuff
10413
10414 2005-11-02 [wwp]        1.9.99cvs5
10415
10416         * src/prefs_themes.c
10417                 fix directory name checking (theme installation/removal),
10418                 made related error a bit more verbose
10419
10420 2005-11-02 [colin]      1.9.99cvs4
10421
10422         * src/summaryview.c
10423                 Fix typo (probably fixes bug #841 (Sort by the From 
10424                 field doesn't work)
10425
10426 2005-11-02 [paul]       1.9.99cvs3
10427
10428         * po/ko.po
10429         * po/nb.po
10430                 updated by SungHyun Nam, Geir Helland
10431         * src/wizard.c
10432                 fix typo in welcome message. spotted by
10433                 Andrea Spadaccini
10434
10435 2005-11-01 [colin]      1.9.99cvs2
10436
10437         * src/compose.c
10438                 Fix replying to ml wen confirming subscription
10439         * src/messageview.c
10440         * src/mimeview.c
10441         * src/mimeview.h
10442         * src/privacy.h
10443         * src/summaryview.c
10444                 Make key check non blocking
10445
10446 2005-10-31 [paul]       1.9.99cvs1
10447
10448         * tools/claws.i18n.status.pl
10449                 updated for ChangeLog
10450
10451 2005-10-31 [paul]       1.9.99
10452
10453         1.9.99 released
10454
10455 2005-10-31 [paul]       1.9.15cvs131
10456
10457         * .cvsignore
10458         * ChangeLog
10459         * ChangeLog.claws       ** REMOVED **
10460         * ChangeLog-gtk2.claws  ** REMOVED **
10461         * ChangeLog.gtk1        ** ADDED **
10462         * INSTALL
10463         * Makefile.am
10464         * NEWS
10465         * README
10466         * README.claws          ** REMOVED **
10467         * README.jp             ** REMOVED **
10468         * RELEASE_NOTES         ** ADDED **
10469         * RELEASE_NOTES.claws   ** REMOVED **
10470         * commitHelper
10471         * configure.ac
10472         * sylpheed.spec.in      ** REMOVED **
10473                 tidy up and update the default docs:
10474                 ChangeLog.claws is renamed ChangeLog.gtk1
10475                 ChangeLog-gtk2.claws is renamed ChangeLog
10476                 README.claws is renamed README
10477                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10478
10479 2005-10-31 [paul]       1.9.15cvs130
10480
10481         * po/it.po
10482                 fix errors
10483
10484 2005-10-31 [paul]       1.9.15cvs129
10485
10486         * po/ca.po
10487         * po/de.po
10488         * po/en_GB.po
10489         * po/fr.po
10490         * po/it.po
10491         * po/pt_BR.po
10492         * po/sk.po
10493         * po/sr.po
10494         * po/zh_CN.po
10495                 updated by Miquel Oliete, Stephan Sachse and
10496                 Thomas Gilgin, me, Fabien Vantard, Andrea
10497                 Spadaccini, Frederico Goncalves Guimaraes,
10498                 Andrej Kacian, Aleksandar Urosevic, and
10499                 Ralgh Young.
10500
10501 2005-10-31 [mones]      1.9.15cvs128
10502
10503         * manual/faq.xml
10504                 More questions.
10505         
10506         * po/es.po
10507                 Updated for release.
10508
10509 2005-10-30 [colin]      1.9.15cvs127
10510
10511         * src/compose.c
10512                 Place cursor before rewrapping (fixes cursor
10513                 pos if quotation gets rewrapped)
10514
10515 2005-10-29 [paul]       1.9.15cvs126
10516
10517         * src/crash.c
10518         * src/foldersel.c
10519         * src/main.c
10520         * src/messageview.c
10521         * src/toolbar.c
10522         * src/gtk/authors.h
10523                 corrections to text items
10524
10525 2005-10-28 [colin]      1.9.15cvs125
10526
10527         * src/messageview.c
10528                 Make "hit 'C' to check sig" work from extern 
10529                 messageviews
10530
10531 2005-10-27 [colin]      1.9.15cvs124
10532
10533         * src/summaryview.c
10534                 Add a hack to avoid segfaulting when hammering 
10535                 on gtk's events
10536
10537 2005-10-27 [wwp]        1.9.15cvs123
10538
10539         * src/prefs_themes.c
10540                 sort list of themes names in themes prefs
10541
10542 2005-10-27 [paul]       1.9.15cvs122
10543
10544         * src/folder.c
10545         * src/prefs_account.c
10546                 fix building on Solaris
10547                 Patch by Alex Moore
10548
10549 2005-10-27 [wwp]        1.9.15cvs121
10550
10551         * src/summaryview.c
10552         * src/gtk/gtksctree.c
10553                 speed up unselecting messages in summary view (thanks to Colin)
10554
10555 2005-10-27 [paul]       1.9.15cvs120
10556
10557         * src/mainwindow.c
10558                 fix a compilation warning
10559         * src/summaryview.c
10560                 fix updating of 'n items selected' count
10561                 when deselecting
10562
10563 2005-10-27 [martin]     1.9.15cvs119
10564
10565         * src/action.c
10566                 ignore actions with a leading '/' in the action menu name
10567                 fixes a crash on menu creation
10568         * src/prefs_actions.c
10569                 do not allow a leading '/' in the action menu name
10570
10571 2005-10-27 [paul]       1.9.15cvs118
10572
10573         * src/main.c
10574                 fix compilation warning
10575
10576 2005-10-27 [paul]       1.9.15cvs117
10577
10578         * src/procmime.c
10579                 add #if HAVE_LOCALE_H
10580
10581 2005-10-27 [paul]       1.9.15cvs116
10582
10583         * src/plugins/clamav/clamav_plugin.c
10584         * src/plugins/dillo_viewer/dillo_viewer.c
10585         * src/plugins/mathml_viewer/mathml_viewer.c
10586         * src/plugins/pgpcore/plugin.c
10587         * src/plugins/pgpinline/plugin.c
10588         * src/plugins/pgpmime/plugin.c
10589         * src/plugins/spamassassin/spamassassin.c
10590         * src/plugins/trayicon/trayicon.c
10591                 plugin_init() : make error messages more
10592                 informative
10593
10594 2005-10-26 [wwp]        1.9.15cvs115
10595
10596         * src/prefs_matcher.c
10597                 enlarge boolean op widget width a bit (wasn't always showing text contents)
10598
10599 2005-10-26 [wwp]        1.9.15cvs114
10600
10601         * src/procmime.c
10602         * src/gtk/gtksctree.c
10603         * src/plugins/spamassassin/libspamc.c
10604         * src/plugins/spamassassin/spamassassin.c
10605                 fix some compilation warnings more
10606
10607 2005-10-26 [mones]      1.9.15cvs113
10608
10609         * po/es.po
10610                 Updated translation
10611
10612 2005-10-26 [paul]       1.9.15cvs112
10613
10614         * src/prefs_message.c
10615                 give all display_xface stuff the
10616                 #if HAVE_LIBCOMPFACE treatment, thus
10617                 preventing a crash
10618                 (Thanks to Wolfgang Enderlein)
10619
10620 2005-10-26 [colin]      1.9.15cvs111
10621
10622         * src/gedit-print.c
10623                 Fix date format
10624         * src/imap_gtk.c
10625         * src/news_gtk.c
10626                 Remove context menu items that should not be there
10627         * src/jpilot.c
10628                 Fix encoding
10629         * src/main.c
10630         * src/mainwindow.c
10631                 Don't show the mainwindow too soon
10632
10633 2005-10-26 [wwp]        1.9.15cvs110
10634
10635         * src/folder.c
10636         * src/manual.c
10637         * src/summaryview.c
10638                 fix uninitialized pointers in the folder updating hook
10639                 (thanks to Colin)
10640
10641 2005-10-25 [mones]      1.9.15cvs109
10642
10643         * manual/faq.xml
10644                 General information subsection completed. 
10645                 Removed archaic references.
10646                 
10647         * manual/Makefile
10648         * manual/dtd/manual.dsl
10649                 Added customization stylesheet for getting paragraphs
10650                 fully justified in PDF output (as suggested by Colin).
10651
10652 2005-10-25 [colin]      1.9.15cvs108
10653
10654         * src/compose.c
10655                 Fix a second leak
10656
10657 2005-10-25 [colin]      1.9.15cvs107
10658
10659         * src/addrbook.c
10660         * src/addrindex.c
10661                 Fix leak (xml_get_element() allocates memory)
10662         * src/compose.c
10663                 Fix leak + dead code (shame!)
10664         * src/procmime.c
10665                 Fix leak
10666
10667 2005-10-25 [colin]      1.9.15cvs106
10668
10669         * src/mimeview.c
10670                 Fix encoding issue in Save all and in 
10671                 overwrite-confirmation alertpanel
10672
10673 2005-10-25 [colin]      1.9.15cvs105
10674
10675         * src/common/socket.c
10676                 Fix a leak - Thanks to Christopher Aillon
10677                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
10678
10679 2005-10-25 [paul]       1.9.15cvs104
10680
10681         * src/wizard.c
10682                 Always guess servers from the right-hand
10683                 email part and guess username from the
10684                 left-hand part. (Thanks to Colin)
10685                 add an X-Face to the welcome message
10686
10687 2005-10-25 [paul]       1.9.15cvs103
10688
10689         * manual/handling.xml
10690                 written by Colin, edited by me
10691
10692 2005-10-25 [wwp]        1.9.15cvs102
10693
10694         * src/folderview.c
10695         * src/grouplistdialog.c
10696         * src/imap.c
10697         * src/noticeview.c
10698                 fix some compilation warnings
10699
10700 2005-10-24 [paul]
10701
10702         1.9.99-rc3 released
10703
10704 2005-10-24 [paul]       1.9.15cvs101
10705
10706         * src/gtk/about.c
10707                 fix window sizing
10708
10709 2005-10-24 [paul]       1.9.15cvs100
10710
10711         * src/pixmaps/offline.xpm
10712         * src/pixmaps/online.xpm
10713                 replace with last default versions
10714
10715 2005-10-24 [colin]      1.9.15cvs99
10716
10717         * src/imap.c
10718                 Fix bug when moving a folder
10719         * src/imap_gtk.c
10720         * src/mh_gtk.c
10721                 "Delete folder" pops up a window, so it 
10722                 should be suffixed with "..."
10723         * src/plugins/pgpcore/sgpgme.c
10724                 Include locale.h
10725
10726 2005-10-24 [mones]      1.9.15cvs98
10727
10728         * manual/Makefile
10729         * manual/account.xml
10730         * manual/ack.xml
10731         * manual/addrbook.xml
10732         * manual/advanced.xml
10733         * manual/faq.xml
10734         * manual/glossary.xml
10735         * manual/gpl.xml
10736         * manual/handling.xml
10737         * manual/intro.xml
10738         * manual/keyboard.xml
10739         * manual/manual.xml
10740         * manual/plugins.xml
10741         * manual/starting.xml
10742         * manual/dtd/sdocbook.dtd
10743                 Initial manual structure and some content.
10744
10745 2005-10-23 [wwp]        1.9.15cvs97
10746
10747         * src/gtk/about.c
10748                 fix a typo
10749
10750 2005-10-23 [wwp]        1.9.15cvs96
10751
10752         * src/gtk/about.c
10753         * src/gtk/authors.h
10754                 rework of the about window (main work by Paul), also featuring a few
10755                 fixes for typos and duplicate names
10756
10757 2005-10-23 [wwp]        1.9.15cvs95
10758
10759         * src/.cvsignore
10760                 Ignore the right binary name (sylpheed-claws now)
10761
10762 2005-10-23 [paul]       1.9.15cvs94
10763
10764         * src/compose.c
10765                 when using Folder Pref 'Default To for
10766                 replies' make the entry in the Compose
10767                 window bold
10768                 Patch by Fabien Vantard
10769
10770 2005-10-22 [colin]      1.9.15cvs93
10771
10772         * src/codeconv.c
10773                 Fix leak
10774
10775 2005-10-22 [colin]      1.9.15cvs92
10776
10777         * src/codeconv.c
10778                 try to convert using locale (apart utf8) if necessary
10779
10780 2005-10-22 [colin]      1.9.15cvs91
10781
10782         * src/pixmaps/new.xpm
10783         * src/pixmaps/unread.xpm
10784                 Make the unread envelope blue again and
10785                 saturate the new one a bit more.
10786
10787 2005-10-22 [colin]      1.9.15cvs90
10788
10789         * src/compose.c
10790                 When replying to a mail sent by one of our accounts,
10791                 use the original list of recipients. Let 'Reply All'
10792                 and 'Reply to sender' work like previously.
10793
10794 2005-10-21 [colin]      1.9.15cvs89
10795
10796         * src/prefs_filtering.c
10797                 Clear fields after add and replace
10798         * src/textview.c
10799                 Display xface differently (better)
10800         * src/plugins/pgpinline/pgpinline.c
10801                 Fix crappy encodings/recodings
10802
10803 2005-10-21 [paul]       1.9.15cvs88
10804
10805         * src/compose.c
10806         * src/prefs_folder_item.c
10807         * src/toolbar.c
10808                 fix news folder Folder Properties
10809                 (thanks to Colin)
10810         * src/folderview.c
10811                 update folderview after Themes change
10812                 keep selected folder selected
10813                 (thanks to Colin)
10814
10815 2005-10-21 [paul]       1.9.15cvs87
10816
10817         * tools/Makefile.am
10818         * tools/OOo2sylpheed.pl
10819         * tools/README
10820         * tools/README.sylprint
10821         * tools/asus_mailled.sh         ** REMOVED **
10822         * tools/filter_conv.pl
10823         * tools/freshmeat_search.pl
10824         * tools/google_search.pl
10825         * tools/gpg-sign-syl            ** REMOVED **
10826         * tools/kmail2sylpheed.pl
10827         * tools/kmail2sylpheed_v2.pl
10828         * tools/multiwebsearch.pl
10829         * tools/nautilus2sylpheed.sh
10830         * tools/newscache_clean.pl
10831         * tools/outlook2sylpheed.pl
10832         * tools/sylpheed-switcher       ** REMOVED **
10833         * tools/sylprint.pl
10834         * tools/sylprint.rc
10835         * tools/tb2sylpheed
10836         * tools/vcard2xml.py
10837         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10838                 update default config dir
10839                 update binary name (thanks to Fabien Vantard)
10840                 remove obsolete scripts
10841
10842 2005-10-21 [colin]      1.9.15cvs86
10843
10844         * src/inc.c
10845                 Fix possible leak and units. Based on a patch by
10846                 Fabien Vantard.
10847
10848 2005-10-20 [colin]      1.9.15cvs85
10849
10850         * src/textview.c
10851                 Clear xface when clearing textview
10852
10853 2005-10-20 [colin]      1.9.15cvs84
10854
10855         * configure.ac
10856         * src/folderview.c
10857         * src/headerview.c
10858         * src/main.c
10859         * src/prefs_common.c
10860         * src/prefs_common.h
10861         * src/prefs_message.c
10862         * src/textview.c
10863         * src/textview.h
10864         * src/common/defs.h
10865         * src/common/utils.c
10866         * src/common/utils.h
10867         * src/gtk/gtkutils.c
10868         * src/gtk/gtkutils.h
10869                 Migrate config to .sylpheed-claws (Automatically)
10870                 Add a way to get the Xface in the TextView
10871
10872 2005-10-20 [colin]      1.9.15cvs83
10873
10874         * src/gtk/Makefile.am
10875         * src/gtk/about.c
10876         * src/gtk/authors.h
10877                 Make the about dialog *grooovy*
10878
10879 2005-10-20 [colin]      1.9.15cvs82
10880
10881         * src/mimeview.c
10882                 Use "Open with" on double click if no command
10883                 was found
10884
10885 2005-10-20 [colin]      1.9.15cvs81
10886
10887         * src/imap.c
10888         * src/etpan/imap-thread.c
10889                 Fix possible crash.
10890
10891 2005-10-20 [paul]       1.9.15cvs80
10892
10893         * src/folder.c
10894                 don't show clipkey icon if the only
10895                 attachment is the signature
10896                 Patch by Colin
10897
10898 2005-10-20 [paul]       1.9.15cvs79
10899
10900         * AUTHORS
10901         * src/plugins/pgpmime/pgpmime.c
10902                 name the PGP/MIME signature 'signature.asc'
10903                 Patch by Andrew Nelson <freeandy@gmail.com>
10904
10905 2005-10-19 [colin]      1.9.15cvs78
10906
10907         * src/plugins/pgpmime/pgpmime.c
10908                 Oops, no need to double-check though
10909
10910 2005-10-19 [colin]      1.9.15cvs77
10911
10912         * src/plugins/pgpinline/pgpinline.c
10913         * src/plugins/pgpmime/pgpmime.c
10914                 Check that my_tmpfile() doesn't 
10915                 return NULL
10916
10917 2005-10-19 [colin]      1.9.15cvs76
10918
10919         * src/common/utils.c
10920                 Use shorter mime boundaries to avoid having
10921                 MTAs rewrapping our headers, breaking the
10922                 PGP signature in the process 
10923         * src/compose.c
10924         * src/plugins/pgpmime/pgpmime.c
10925                 Check for boundary uniqueness to be sure
10926                 it won't happen, instead of hoping for the
10927                 best
10928
10929 2005-10-19 [colin]      1.9.15cvs75
10930
10931         * sylpheed-claws.desktop
10932         * src/Makefile.am
10933         * src/main.c
10934                 Ship a sylpheed-claws binary instead
10935                 of a sylpheed one. Change the socket
10936                 name, too
10937         * src/folderview.c
10938                 Update folder only if it changed
10939         * src/wizard.c
10940                 Fix i18n in welcome mail, patch by
10941                 Fabien Vantard
10942
10943 2005-10-19 [paul]
10944
10945         1.9.99-rc2 released
10946
10947 2005-10-19 [paul]       1.9.15cvs74
10948
10949         * src/folder.c
10950         * src/folderview.c
10951                 fix summaryview update
10952                 Patch by Colin
10953
10954 2005-10-18 [colin]      1.9.15cvs73
10955
10956         * src/plugins/pgpcore/passphrase.c
10957                 Don't XGrabServer, and try a bit more to 
10958                 sync everything before grabbing mouse/keyboard
10959
10960 2005-10-18 [colin]      1.9.15cvs72
10961
10962         * src/Makefile.am
10963         * src/addressadd.c
10964         * src/addressbook.c
10965         * src/folderview.c
10966         * src/grouplistdialog.c
10967         * src/mimeview.c
10968         * src/stock_pixmap.c
10969         * src/stock_pixmap.h
10970         * src/summaryview.c
10971         * src/gtk/gtksctree.c
10972         * src/gtk/gtksctree.h
10973         * src/pixmaps/empty.xpm
10974                 Implement a wrapper call for gtk_ctree_set_node_info
10975                 and gtk_ctree_insert_node, that uses a 1x1 transparent
10976                 pixmap instead of a NULL one. This works around some
10977                 memory problems deep inside gtk, revealed by valgrind,
10978                 and fixes bug #834 (Pressing CTRl-D on a message marked 
10979                 as locked crashes sylpheed.), as well as, probably, 
10980                 wwp's 4th dimension problems that happen in gtk_ctree_*.
10981
10982 2005-10-17 [colin]      1.9.15cvs71
10983
10984         * src/mimeview.c
10985                 Provide visual feedback when checking
10986                 signature
10987
10988 2005-10-17 [colin]      1.9.15cvs70
10989
10990         * src/main.c
10991                 Keep the folder list frozen while checking caches...
10992
10993 2005-10-17 [colin]      1.9.15cvs69
10994
10995         * src/addr_compl.c
10996                 Fi bug #833 (Autocompleting from addressbook 
10997                 fails with extended chars)
10998         * src/imap.c
10999                 Fix 'adding messages' staying in statusbar
11000                 after an error
11001
11002 2005-10-17 [wwp]        1.9.15cvs68
11003
11004         * src/ssl_manager.c
11005                 Fix buttons' layout resizing when window size changes
11006
11007 2005-10-17 [wwp]        1.9.15cvs67
11008
11009         * src/account.c
11010         * src/prefs_account.c
11011         * src/prefs_common.c
11012         * src/prefs_common.h
11013         * src/prefs_folder_item.c
11014         * src/prefs_gtk.c
11015         * src/gtk/logwindow.c
11016         * src/gtk/pluginwindow.c
11017         * src/gtk/prefswindow.c
11018         * src/gtk/prefswindow.h
11019                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11020
11021 2005-10-17 [paul]       1.9.15cvs66
11022
11023         * configure.ac
11024                 fix missing libetpan message
11025         * po/en_GB.po
11026                 updated
11027         * src/crash.c
11028         * src/manual.c
11029         * src/prefs_themes.c
11030         * src/common/defs.h
11031                 add some new URI defines, change some
11032                 others
11033         * src/wizard.c
11034                 make welcome message translatable
11035                 small improvements to english
11036                 other tweaks
11037         * src/gtk/menu.c
11038                 fix warnings
11039
11040 2005-10-17 [paul]       1.9.15cvs65
11041
11042         * src/summaryview.c
11043                 fix column titles
11044
11045 2005-10-16 [mones]      1.9.15cvs64
11046
11047         * po/es.po
11048                 Updated translation
11049
11050 2005-10-16 [colin]
11051
11052         1.9.99-rc1 released
11053
11054 2005-10-16 [colin]      1.9.15cvs63
11055
11056         * src/wizard.c
11057                 Fix whitespace
11058
11059 2005-10-16 [colin]      1.9.15cvs62
11060
11061         * src/toolbar.c
11062                 s/Get All/Get Mail/
11063         * src/wizard.c
11064                 Real welcome mail text, thanks Paul
11065
11066 2005-10-16 [colin]      1.9.15cvs61
11067
11068         * src/editldap.c
11069         * src/exporthtml.c
11070         * src/main.c
11071         * src/mainwindow.c
11072         * src/prefs_themes.c
11073         * src/prefs_toolbar.c
11074         * src/plugins/demo/demo.c
11075         * src/plugins/trayicon/trayicon.c
11076                 s/Sylpheed/Sylpheed-Claws/
11077
11078 2005-10-16 [colin]      1.9.15cvs60
11079
11080         * src/wizard.c
11081                 Add a welcome email in the first empty mailbox
11082         * src/prefs_common.c
11083                 Change one more default
11084
11085 2005-10-16 [colin]      1.9.15cvs59
11086
11087         * src/wizard.c
11088                 Remove printf
11089
11090 2005-10-16 [colin]      1.9.15cvs58
11091
11092         * src/toolbar.c
11093         * src/prefs_common.c
11094                 Change some defaults
11095
11096 2005-10-16 [colin]      1.9.15cvs57
11097
11098         * src/toolbar.c
11099         * src/prefs_common.c
11100                 Change some defaults
11101
11102 2005-10-16 [colin]      1.9.15cvs56
11103
11104         * src/wizard.c
11105                 By default, initialize fonts to have
11106                 the same size as normal GtkWidgets
11107
11108 2005-10-16 [colin]      1.9.15cvs55
11109
11110         * src/mimeview.c
11111                 Fix message a bit more
11112
11113 2005-10-16 [colin]      1.9.15cvs54
11114
11115         * src/addressbook.c
11116                 Second attempt at flicker fixing
11117
11118 2005-10-16 [colin]      1.9.15cvs53
11119
11120         * src/addressbook.c
11121                 Fix flicker
11122
11123 2005-10-16 [wwp]        1.9.15cvs52
11124
11125         * src/addressbook.c
11126         * src/editaddress.c
11127         * src/prefs_common.c
11128         * src/prefs_common.h
11129                 Remember window sizes (address book)
11130
11131 2005-10-16 [wwp]        1.9.15cvs51
11132
11133         * src/plugins/clamav/clamav_plugin_gtk.c
11134         * src/plugins/spamassassin/spamassassin_gtk.c
11135                 Fix compilation warnings (missing #include).
11136
11137 2005-10-16 [colin]      1.9.15cvs50
11138
11139         * src/mimeview.c
11140         * src/summaryview.c
11141         * src/textview.c
11142                 Make 'c' check signature, and forward
11143                 c, l, y, t from summaryview to mimeview
11144
11145 2005-10-16 [colin]      1.9.15cvs49
11146
11147         * src/addressbook.c
11148                 Put border around buttons
11149         * src/mainwindow.c
11150         * src/summaryview.c
11151                 Rework menus (Patch based on a patch
11152                 by Paul)
11153
11154 2005-10-15 [wwp]        1.9.15cvs48
11155
11156         * src/editjpilot.c
11157         * src/editldap.c
11158         * src/editvcard.c
11159         * src/exphtmldlg.c
11160         * src/expldifdlg.c
11161         * src/export.c
11162         * src/import.c
11163         * src/importldif.c
11164         * src/importmutt.c
11165         * src/importpine.c
11166         * src/prefs_account.c
11167         * src/prefs_spelling.c
11168         * src/gtk/gtkutils.c
11169         * src/gtk/gtkutils.h
11170         * src/plugins/clamav/clamav_plugin_gtk.c
11171         * src/plugins/spamassassin/spamassassin_gtk.c
11172                 use nicer browse-for-file/dir buttons than the "..." ones,
11173                 code factorizing more.
11174
11175 2005-10-14 [colin]      1.9.15cvs47
11176
11177         * src/mainwindow.c
11178                 set relief on the account switcher so that people see it
11179                 grey out Create processing rules when no message is selected
11180         * src/prefs_filtering.c
11181                 ask before closing if the rule has not been modified, even if
11182                 it's not valid
11183         * src/prefs_matcher.c
11184                 fix sensitivity when entering the dialog
11185         * src/gtk/inputdialog.c
11186                 display a better icon on password ask
11187         * src/plugins/pgpcore/passphrase.c
11188                 make the dialog look better
11189
11190 2005-10-14 [paul]       1.9.15cvs46
11191
11192         * src/folderview.c
11193                 indicate presense of marked msgs in
11194                 unexpanded subfolders
11195
11196 2005-10-14 [paul]       1.9.15cvs45
11197
11198         * src/prefs_actions.c
11199         * src/prefs_common.c
11200         * src/prefs_common.h
11201         * src/prefs_filtering_action.c
11202         * src/prefs_matcher.c
11203         * src/prefs_template.c
11204                 remember window sizes
11205                 fix Info button size
11206
11207         Patches by wwp
11208
11209 2005-10-13 [colin]      1.9.15cvs44
11210
11211         * src/mimeview.c
11212         * src/noticeview.c
11213         * src/noticeview.h
11214                 Add a tooltip on the icon (optional) 
11215                 Get rid of the signature buttons and only
11216                 use the icon+tooltip
11217
11218 2005-10-13 [colin]      1.9.15cvs43
11219
11220         * src/noticeview.c
11221         * src/noticeview.h
11222                 Add hand cursor for hovering over icon
11223
11224 2005-10-13 [colin]      1.9.15cvs42
11225
11226         * src/summaryview.c
11227                 Fix crash when quicksearch's hidden 
11228                 at startup
11229
11230 2005-10-13 [colin]      1.9.15cvs41
11231
11232         * src/compose.c
11233                 Set subject when forwarding multiple mails
11234                 Check that other recipient than the default Cc or Bcc
11235                 have been set before sending.
11236
11237 2005-10-13 [colin]      1.9.15cvs40
11238
11239         * src/imap.c
11240                 Batch per-folder
11241                 Introduce locking, but don't use it yet
11242
11243 2005-10-13 [colin]      1.9.15cvs39
11244
11245         * src/gtk/quicksearch.c
11246                 Reset quicksearch when hiding it
11247                 Make sticky a real pref
11248
11249 2005-10-13 [colin]      1.9.15cvs38
11250
11251         * src/summaryview.c
11252                 Faster prefs apply
11253
11254 2005-10-13 [colin]      1.9.15cvs37
11255
11256         * src/mimeview.c
11257         * src/noticeview.c
11258         * src/noticeview.h
11259         * src/plugins/pgpcore/sgpgme.c
11260                 Make privacy icon clickable
11261                 Move Trust field in Full info
11262                 When trust is less than full, don't display
11263                 a warning icon
11264
11265 2005-10-13 [colin]      1.9.15cvs36
11266
11267         * src/folder.c
11268                 Batch on flags sync
11269         * src/folderview.c
11270                 Revert speed hack which is dangerous in fact
11271                 Apply prefs faster
11272
11273 2005-10-13 [colin]      1.9.15cvs35
11274
11275         * src/folder_item_prefs.c
11276                 Fix pref corruption on folder move. Patch
11277                 by wwp
11278
11279 2005-10-13 [paul]       1.9.15cvs34
11280
11281         * src/export.c
11282         * src/import.c
11283                 fix typos in g_warnings
11284         * src/prefs_account.c
11285                 add a file selector for Signature file
11286
11287         Patches by wwp
11288
11289 2005-10-12 [colin]      1.9.15cvs33
11290
11291         * src/mimeview.c
11292                 Provide a quick way to go back from a
11293                 signature's full info to the email part
11294
11295 2005-10-12 [colin]      1.9.15cvs32
11296
11297         * src/compose.c
11298                 Remove old hack of encoding signed mails with base64.
11299                 QP works equally well.
11300
11301 2005-10-12 [colin]      1.9.15cvs31
11302
11303         * src/crash.c
11304                 Replace deprecated GtkText with GtkTextView
11305         * src/imap.c
11306                 Fix a logic bug about counts in imap_select
11307                 (previously un-triggered)
11308         * src/mainwindow.c
11309         * src/summaryview.c
11310         * src/news.c
11311                 Allow local deletion of news posts
11312         * src/mimeview.c
11313                 Show GPG noticeview on the message/rfc822 part
11314                 in addition to the text/plain one
11315         * src/prefs_image_viewer.c
11316           src/plugins/pgpcore/prefs_gpg.c
11317                 Polish (set the label as part of the checkbox)
11318         * src/wizard.c
11319                 Don't sit there doing nothing after destroying
11320                 the window - return err
11321
11322 2005-10-11 [colin]      1.9.15cvs30
11323
11324         * src/folderview.c
11325                 Apply processing rules before showing folders.
11326                 Early folder show (before flags sync) will only
11327                 be done when there are no processing rules (nor
11328                 pre- or post- ones)
11329         * src/imap.c
11330                 Fix stuff related to mail subdir, creation and 
11331                 deletion of folders 
11332         * src/imap_gtk.c
11333                 Don't allow creation of folders in NoInferior
11334                 folders, as it won't work
11335
11336 2005-10-10 [colin]      1.9.15cvs29
11337
11338         * src/compose.c
11339                 Reselect "None" Privacy system when selecting an
11340                 account with no privacy system defined
11341
11342 2005-10-10 [colin]      1.9.15cvs28
11343
11344         * src/mainwindow.c
11345                 Add Windows-1252 encoding
11346         * src/prefs_common.c
11347                 Rework some defaults:
11348                 - autosave to draft by default
11349                 - don't show header pane (it's already in the textview)
11350                 - Select first new or unread mail on entry
11351                 - Assume 'Yes' to change folder when there's no more
11352                   unread message
11353         * src/prefs_matcher.c
11354                 Fix a gtk assertion failure
11355         * src/gtk/colorlabel.c
11356                 Workaround bad repainting on selection
11357         * src/main.c
11358                 Freeze/thaw (a bit faster on ssh -X)
11359         * src/msgcache.c
11360                 Get rid of StrdupConverter that just adds an
11361                 extra strdup/free 
11362         * src/etpan/imap_thread.c
11363                 memset buf to 0
11364
11365 2005-10-10 [colin]      1.9.15cvs27
11366
11367         * src/export.c
11368         * src/import.c
11369                 Fix compile on gtk 2.4. Patch by wwp
11370
11371 2005-10-09 [colin]      1.9.15cvs26
11372
11373         * src/mainwindow.c
11374         * src/messageview.c
11375         * src/summaryview.c
11376                 Clarify forward menus. Patch by wwp
11377
11378 2005-10-09 [colin]      1.9.15cvs25
11379
11380         * src/compose.c
11381         * src/compose.h
11382                 Fix bug #829 (Non-working "Encrypt message by 
11383                 default when replying to an encrypted message")
11384
11385 2005-10-08 [colin]      1.9.15cvs24
11386
11387         * src/wizard.c
11388                 Fix bug #827 ("Welcome" setup wizard after a 
11389                 permission error gives up & forgets itself.)
11390
11391 2005-10-08 [colin]      1.9.15cvs23
11392
11393         * src/procmime.c
11394                 Fix bug #828 (Ignoring headers with spaces around = sign)
11395
11396 2005-10-08 [colin]      1.9.15cvs22
11397
11398         * src/export.c
11399                 Warning fix by wwp
11400
11401 2005-10-08 [colin]      1.9.15cvs21
11402
11403         * src/folder.c
11404         * src/folder.h
11405                 Add a processing_pending indicator, set on 
11406                 folder_item_open and cleared after 
11407                 folder_item_process_open
11408         * src/folderview.c
11409         * src/summaryview.c
11410                 wrap procmsg_msginfo_*_flags, and in the
11411                 wrapper check that there's no folder processing 
11412                 pending. If there is, defer the flags change until 
11413                 processing is done to avoid stepping over each
11414                 other's toes.
11415                 Freeze during processing, but not during scanning.
11416
11417 2005-10-07 [colin]      1.9.15cvs20
11418
11419         * src/plugins/pgpcore/passphrase.c
11420                 Fix bug #826 (X-Server hangs when 
11421                 right-clicking a PGP encrypted message)
11422
11423 2005-10-07 [paul]       1.9.15cvs19
11424
11425         * src/compose.c
11426                 fix compose_entries[]
11427                 patch by Fabien Vantard
11428
11429 2005-10-06 [colin]      1.9.15cvs18
11430
11431         * src/pixmaps/address.xpm
11432         * src/pixmaps/address_book.xpm
11433         * src/pixmaps/book.xpm
11434         * src/pixmaps/check_spelling.xpm
11435         * src/pixmaps/checkbox_off.xpm
11436         * src/pixmaps/checkbox_on.xpm
11437         * src/pixmaps/close.xpm
11438         * src/pixmaps/complete.xpm
11439         * src/pixmaps/continue.xpm
11440         * src/pixmaps/deleted.xpm
11441         * src/pixmaps/down_arrow.xpm
11442         * src/pixmaps/exec.xpm
11443         * src/pixmaps/forwarded.xpm
11444         * src/pixmaps/group.xpm
11445         * src/pixmaps/ignorethread.xpm
11446         * src/pixmaps/interface.xpm
11447         * src/pixmaps/jpilot.xpm
11448         * src/pixmaps/ldap.xpm
11449         * src/pixmaps/linewrap.xpm
11450         * src/pixmaps/linewrapcurrent.xpm
11451         * src/pixmaps/mail.xpm
11452         * src/pixmaps/mail_attach.xpm
11453         * src/pixmaps/mail_compose.xpm
11454         * src/pixmaps/mail_forward.xpm
11455         * src/pixmaps/mail_receive.xpm
11456         * src/pixmaps/mail_receive_all.xpm
11457         * src/pixmaps/mail_reply.xpm
11458         * src/pixmaps/mail_reply_to_all.xpm
11459         * src/pixmaps/mail_reply_to_author.xpm
11460         * src/pixmaps/mail_send.xpm
11461         * src/pixmaps/mail_send_queue.xpm
11462         * src/pixmaps/mime_application.xpm
11463         * src/pixmaps/mime_audio.xpm
11464         * src/pixmaps/mime_image.xpm
11465         * src/pixmaps/mime_message.xpm
11466         * src/pixmaps/mime_text_enriched.xpm
11467         * src/pixmaps/mime_text_html.xpm
11468         * src/pixmaps/mime_text_plain.xpm
11469         * src/pixmaps/mime_unknown.xpm
11470         * src/pixmaps/new.xpm
11471         * src/pixmaps/news_compose.xpm
11472         * src/pixmaps/offline.xpm
11473         * src/pixmaps/online.xpm
11474         * src/pixmaps/paste.xpm
11475         * src/pixmaps/preferences.xpm
11476         * src/pixmaps/privacy_emblem_encrypted.xpm
11477         * src/pixmaps/privacy_expired.xpm
11478         * src/pixmaps/privacy_failed.xpm
11479         * src/pixmaps/privacy_passed.xpm
11480         * src/pixmaps/privacy_signed.xpm
11481         * src/pixmaps/privacy_unknown.xpm
11482         * src/pixmaps/privacy_warn.xpm
11483         * src/pixmaps/properties.xpm
11484         * src/pixmaps/replied.xpm
11485         * src/pixmaps/search.xpm
11486         * src/pixmaps/unread.xpm
11487         * src/pixmaps/up_arrow.xpm
11488         * src/pixmaps/vcard.xpm
11489                 Modernize internal theme, with icons from the 
11490                 Gnomaws theme. Keep some of the old ones where
11491                 they were better.
11492
11493 2005-10-06 [colin]      1.9.15cvs17
11494
11495         * src/summaryview.c
11496                 Little optimisations + bugfix
11497         * src/toolbar.c
11498                 Remove default useless items - useless being defined
11499                 by the default relevant prefs
11500         * src/wizard.c
11501                 include config.h to make gettext work
11502         * src/prefs_themes.c
11503                 Fix selection of current theme in prefs
11504
11505 2005-10-06 [colin]      1.9.15cvs16
11506
11507         * src/prefs_common.c
11508         * src/prefs_common.h
11509         * src/prefs_summaries.c
11510         * src/folderview.c
11511                 Add a warning dialog on Mark all read 
11512                 (with pref to get rid of it)
11513
11514 2005-10-06 [paul]       1.9.15cvs15
11515
11516         * po/nb.po
11517         * po/pt_BR.po
11518                 updated by Geir Helland and Frederico
11519                 Goncalves Guimaraes
11520
11521 2005-10-05 [colin]      1.9.15cvs14
11522
11523         * src/folder.c
11524         * src/folder.h
11525         * src/folderview.c
11526         * src/folderview.h
11527         * src/imap_gtk.c
11528         * src/mh_gtk.c
11529         * src/mainwindow.c
11530         * src/setup.c
11531                 add a way to rescan without rebuilding
11532                 make moving a bit faster (less folders changes)
11533                 don't lock the tree on Get 
11534         * src/imap.c
11535                 Don't re-delete deleted messages before expunging
11536         * src/summaryview.c
11537                 Set batch mode when deleting mails
11538
11539 2005-10-05 [paul]       1.9.15cvs13
11540
11541         * src/mainwindow.c
11542         * src/mainwindow.h
11543                 fix disabled Execute menu item
11544         * src/toolbar.c
11545                 match the change in 1.9.15cvs10: use Compose
11546                 instead of News by default
11547
11548 2005-10-04 [colin]      1.9.15cvs12
11549
11550         * src/compose.c
11551                 When replying to an ML post with Reply-To set
11552                 to the poster's email, honor it (as before),
11553                 but also honor our user's request to reply to
11554                 the mailing list: set the ML address in the To
11555                 field and the Reply-To address in the Cc: 
11556                 field.
11557
11558 2005-10-04 [colin]      1.9.15cvs11
11559
11560         * src/plugins/trayicon/trayicon.c
11561                 Finish cosmetic change - thanks to wwp
11562
11563 2005-10-04 [colin]      1.9.15cvs10
11564
11565         * src/toolbar.c
11566                 Use Compose instead of Email by default.
11567                 Spotted by wwp.
11568
11569 2005-10-04 [colin]      1.9.15cvs9
11570
11571         * src/folder.c
11572         * src/folder.h
11573         * src/folderview.c
11574         * src/imap.c
11575         * src/etpan/imap-thread.c
11576         * src/etpan/imap-thread.h
11577                 Try to make IMAP faster, by simplifying SEARCH
11578                 commands, avoiding sending two STATUS in a row,
11579                 and deferring flags sync and processing just
11580                 after displaying the folder. 
11581                 This will update the SummaryView in certain
11582                 cases (new mails not already fetched, flags
11583                 changed from another client) but in a non-
11584                 blocking manner.
11585
11586 2005-10-04 [colin]      1.9.15cvs8
11587
11588         * src/plugins/trayicon/trayicon.c
11589                 Relabel "Offline" to "Work offline"
11590
11591 2005-10-04 [colin]      1.9.15cvs7
11592
11593         * src/export.c
11594         * src/import.c
11595         * src/mbox.c
11596                 Fix mbox import/export buglets
11597                 Patch by wwp
11598         * src/plugins/trayicon/trayicon.c
11599                 Add offline swithc
11600                 Patch by wwp
11601
11602 2005-10-04 [colin]      1.9.15cvs6
11603
11604         * src/folder.c
11605         * src/folderview.c
11606         * src/summaryview.c
11607                 Better fix (don't break mark all read) for cvs2
11608
11609 2005-10-03 [colin]      1.9.15cvs5
11610
11611         * src/folder.c
11612                 Use a sane sort by default
11613
11614 2005-10-03 [colin]      1.9.15cvs4
11615
11616         * src/inc.c
11617                 Add a 'Only once' button for overriding offline mode
11618         * src/prefs_account.c
11619         * src/wizard.c
11620                 Add Local mbox to the wizard
11621                 Add IMAP subdir to the wizard (or the wizard is useless
11622                 for such accounts, or even worse than useless)
11623                 Move IMAP subdir from Advanced to Receive tab, as it's
11624                 not that uncommon
11625
11626 2005-10-03 [colin]      1.9.15cvs3
11627
11628         * src/send_message.c
11629                 Forgot this one in cvs1
11630
11631 2005-10-03 [colin]      1.9.15cvs2
11632
11633         * src/folder.c
11634                 Faster close when leaving a folder with lots
11635                 of new mails. Idea by David Relson.
11636
11637 2005-10-03 [colin]      1.9.15cvs1
11638
11639         * src/compose.c
11640         * src/imap.c
11641         * src/inc.c
11642         * src/main.c
11643         * src/messageview.c
11644         * src/news.c
11645         * src/summaryview.c
11646         * src/gtk/sslcertwindow.c
11647         * src/plugins/trayicon/trayicon.c
11648                 Add accels to every AlertPanel. Patch by Fabien 
11649                 Vantard
11650
11651 2005-10-03 [paul]       1.9.15
11652
11653         1.9.15 released
11654
11655 2005-10-03 [paul]       1.9.14cvs68
11656
11657         * po/ca.po
11658         * po/de.po
11659         * po/es.po
11660         * po/fi.po
11661         * po/fr.po
11662         * po/sk.po
11663         * po/sr.po
11664         * po/zh_CN.po
11665                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11666                 Mones Lastra, Tommi Pirinen, Fabien vantard,
11667                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
11668
11669 2005-10-03 [paul]       1.9.14cvs67
11670
11671         * src/send_message.c
11672                 prevent hang on Cancel
11673                 patch by Colin
11674
11675 2005-10-03 [paul]       1.9.14cvs66
11676
11677         * src/main.c
11678                 fix crash in IMAP caused by discrepancy
11679                 between check_at_startup and offline mode
11680                 Patch by Colin
11681
11682 2005-10-01 [paul]       1.9.14cvs65
11683
11684         * src/inc.c
11685                 fix engrish
11686
11687 2005-10-01 [paul]       1.9.14cvs64
11688         * src/export.c
11689         * src/import.c
11690                 synchronise import_mbox() and export_mbox()
11691         * src/mbox.c
11692                 proc_mbox(): add alert if file cannot be opened
11693                 export_list_to_mbox(): test if dest file exists,
11694                 prompt user to overwrite if it does. add alert
11695                 if file cannot be created
11696                                                                 
11697         Patch by wwp
11698                                                                                                                 
11699
11700 2005-09-30 [paul]       1.9.14cvs63
11701
11702         * src/addressbook.c
11703                 Fix sensitivity of a menu
11704         * src/codeconv.c
11705                 Respect hidden pref for mails with no encoding
11706         * src/common/xml.c
11707                 Fix memory corruption
11708         * src/plugins/pgpcore/sgpgme.c
11709                 Fix segfault on incomplete sigs, and display
11710                 of S/Mime UIDs
11711
11712         Patches by Colin
11713
11714 2005-09-30 [colin]      1.9.14cvs62
11715
11716         * src/partial_download.c
11717                 Little logic fix in almost-dead code
11718         * src/pop.c
11719                 Fix partial download when there's no new mail
11720
11721 2005-09-29 [paul]       1.9.14cvs61
11722
11723         * src/plugins/pgpinline/pgpinline.c
11724                 fix bug 819, 'crash accessing sign message'
11725                 Patch by Colin
11726
11727 2005-09-28 [martin]     1.9.14cvs60
11728
11729         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11730                 fix bug #790 (Crash when restarting window manager (fluxbox))
11731
11732 2005-09-28 [paul]       1.9.14cvs59
11733
11734         * src/gtk/gtkaspell.c
11735                 fix off-by-one typo
11736
11737 2005-09-27 [colin]      1.9.14cvs58
11738
11739         * src/plugins/pgpcore/sgpgme.c
11740                 Report error when there's one, instead of
11741                 "Signature unchecked" 
11742
11743 2005-09-27 [colin]      1.9.14cvs57
11744
11745         * src/prefs_quote.c
11746                 Fix bug #816 (Weird quotation with spaces)
11747
11748 2005-09-27 [colin]      1.9.14cvs56
11749
11750         * src/codeconv.c
11751         * src/compose.c
11752         * src/compose.h
11753                 Put subject in compose's title
11754                 Fix Automatic encoding so that it's really automatic:
11755                 first try default locale's charset, then charset of the replied mail, 
11756                 then utf-8
11757                 Fix encoding of headers (must be in strict mode too)
11758
11759 2005-09-26 [colin]      1.9.14cvs55
11760
11761         * src/gtk/gtkaspell.c
11762                 Fix previous patch - don't color the space,
11763                 just uncolor it :)
11764
11765 2005-09-26 [colin]      1.9.14cvs54
11766
11767         * src/gtk/gtkaspell.c
11768                 Unmark space if possible
11769
11770 2005-09-26 [colin]      1.9.14cvs53
11771
11772         * src/imap.c
11773                 log_error instead of alertpanel according to the pref
11774         * src/etpan/imap-thread.c
11775                 Print connect status, copy only necessary size to 
11776                 logger
11777         * src/plugins/pgpmime/pgpmime.c
11778                 Handle S/Mime signatures (verification only). Patch based
11779                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
11780
11781 2005-09-26 [paul]       1.9.14cvs52
11782
11783         * src/common/passcrypt.c
11784                 this 'workaround' not necessary on NetBSD.
11785                 Thanks to Daniel Gustafson
11786
11787 2005-09-26 [paul]
11788
11789         1.9.15-rc4 released
11790
11791 2005-09-26 [paul]       1.9.14cvs51
11792
11793         * src/summaryview.c
11794                 Skip currently selected message when
11795                 looking for next new or unread message
11796                 in current folder. Patch by Colin
11797         * src/common/passcrypt.c
11798                 eliminate warnings on *BSD. Patch by
11799                 Daniel Gustafson
11800
11801 2005-09-26 [colin]      1.9.14cvs50
11802
11803         * src/procmsg.c
11804                 Call postfiltering hook anyway
11805
11806 2005-09-22 [colin]      1.9.14cvs49
11807
11808         * src/codeconv.c
11809         * src/codeconv.h
11810                 Add a strict mode that doesn't replace with _
11811         * src/compose.c
11812         * src/compose.h
11813                 Use strict conversion while sending
11814                 Fix race when drafting while sending (happens
11815                 on IMAP)
11816                 Fix d'n'd of messages from summaryview
11817         * src/prefs_common.c
11818         * src/prefs_common.h
11819                 add hidden utf8_instead_of_locale_for_broken_mail 
11820                 pref for people that preferred the default charset 
11821                 to be utf8 for broken mails
11822         * src/quote_fmt_parse.y
11823                 fix bug #815 (No quote insert if "From:" fied 
11824                 contained Russian letters)
11825         * src/summaryview.c
11826                 Fix d'n'd of messages to compose
11827
11828 2005-09-22 [paul]       1.9.14cvs48
11829
11830         * src/compose.c
11831                 fix bug where attachments Name entry
11832                 would display Path instead
11833
11834 2005-09-21 [paul]       1.9.14cvs47
11835
11836         * README
11837         * README.jp
11838         * configure.ac
11839         * config/config.rpath
11840         * doc/manual/en/sylpheed-20.html
11841         * doc/manual/es/sylpheed-20.html
11842         * po/bg.po
11843         * po/ca.po
11844         * po/de.po
11845         * po/es.po
11846         * po/fr.po
11847         * po/it.po
11848         * po/pt_BR.po
11849         * po/sk.po
11850         * po/zh_TW.po
11851         * src/account.c
11852         * src/account.h
11853         * src/action.c
11854         * src/action.h
11855         * src/adbookbase.h
11856         * src/addr_compl.c
11857         * src/addr_compl.h
11858         * src/addrbook.c
11859         * src/addrbook.h
11860         * src/addrcache.c
11861         * src/addrcache.h
11862         * src/addrcindex.c
11863         * src/addrcindex.h
11864         * src/addrclip.c
11865         * src/addrclip.h
11866         * src/addrdefs.h
11867         * src/addressadd.c
11868         * src/addressadd.h
11869         * src/addressbook.c
11870         * src/addressbook.h
11871         * src/addressitem.h
11872         * src/addrgather.c
11873         * src/addrgather.h
11874         * src/addrharvest.c
11875         * src/addrharvest.h
11876         * src/addrindex.c
11877         * src/addrindex.h
11878         * src/addritem.c
11879         * src/addritem.h
11880         * src/addrquery.c
11881         * src/addrquery.h
11882         * src/addrselect.c
11883         * src/addrselect.h
11884         * src/alertpanel.c
11885         * src/alertpanel.h
11886         * src/browseldap.c
11887         * src/browseldap.h
11888         * src/codeconv.c
11889         * src/codeconv.h
11890         * src/compose.c
11891         * src/compose.h
11892         * src/crash.c
11893         * src/crash.h
11894         * src/customheader.c
11895         * src/customheader.h
11896         * src/displayheader.c
11897         * src/displayheader.h
11898         * src/editaddress.c
11899         * src/editaddress.h
11900         * src/editbook.c
11901         * src/editbook.h
11902         * src/editgroup.c
11903         * src/editgroup.h
11904         * src/editjpilot.c
11905         * src/editjpilot.h
11906         * src/editldap.c
11907         * src/editldap.h
11908         * src/editldap_basedn.c
11909         * src/editldap_basedn.h
11910         * src/editvcard.c
11911         * src/editvcard.h
11912         * src/enriched.c
11913         * src/enriched.h
11914         * src/exphtmldlg.c
11915         * src/exphtmldlg.h
11916         * src/expldifdlg.c
11917         * src/expldifdlg.h
11918         * src/export.c
11919         * src/export.h
11920         * src/exporthtml.c
11921         * src/exporthtml.h
11922         * src/exportldif.c
11923         * src/exportldif.h
11924         * src/filtering.c
11925         * src/filtering.h
11926         * src/folder.c
11927         * src/folder.h
11928         * src/folder_item_prefs.c
11929         * src/folder_item_prefs.h
11930         * src/foldersel.c
11931         * src/foldersel.h
11932         * src/folderutils.c
11933         * src/folderutils.h
11934         * src/folderview.c
11935         * src/folderview.h
11936         * src/grouplistdialog.c
11937         * src/grouplistdialog.h
11938         * src/headerview.c
11939         * src/headerview.h
11940         * src/html.c
11941         * src/html.h
11942         * src/image_viewer.c
11943         * src/image_viewer.h
11944         * src/imap.c
11945         * src/imap.h
11946         * src/imap_gtk.c
11947         * src/imap_gtk.h
11948         * src/import.c
11949         * src/import.h
11950         * src/importldif.c
11951         * src/importldif.h
11952         * src/importmutt.c
11953         * src/importmutt.h
11954         * src/importpine.c
11955         * src/importpine.h
11956         * src/inc.c
11957         * src/inc.h
11958         * src/jpilot.c
11959         * src/jpilot.h
11960         * src/ldapctrl.c
11961         * src/ldapctrl.h
11962         * src/ldaplocate.c
11963         * src/ldaplocate.h
11964         * src/ldapquery.c
11965         * src/ldapquery.h
11966         * src/ldapserver.c
11967         * src/ldapserver.h
11968         * src/ldaputil.c
11969         * src/ldaputil.h
11970         * src/ldif.c
11971         * src/ldif.h
11972         * src/localfolder.c
11973         * src/localfolder.h
11974         * src/main.c
11975         * src/main.h
11976         * src/mainwindow.c
11977         * src/mainwindow.h
11978         * src/manual.c
11979         * src/manual.h
11980         * src/matcher.c
11981         * src/matcher.h
11982         * src/matcher_parser.h
11983         * src/matcher_parser_lex.l
11984         * src/matcher_parser_parse.y
11985         * src/mbox.c
11986         * src/mbox.h
11987         * src/message_search.c
11988         * src/message_search.h
11989         * src/messageview.c
11990         * src/messageview.h
11991         * src/mh.c
11992         * src/mh.h
11993         * src/mh_gtk.c
11994         * src/mh_gtk.h
11995         * src/mimeview.c
11996         * src/mimeview.h
11997         * src/msgcache.c
11998         * src/msgcache.h
11999         * src/mutt.c
12000         * src/mutt.h
12001         * src/news.c
12002         * src/news.h
12003         * src/news_gtk.c
12004         * src/news_gtk.h
12005         * src/noticeview.c
12006         * src/noticeview.h
12007         * src/partial_download.c
12008         * src/partial_download.h
12009         * src/pine.c
12010         * src/pine.h
12011         * src/pop.c
12012         * src/pop.h
12013         * src/prefs_account.c
12014         * src/prefs_account.h
12015         * src/prefs_actions.c
12016         * src/prefs_actions.h
12017         * src/prefs_common.c
12018         * src/prefs_common.h
12019         * src/prefs_compose_writing.c
12020         * src/prefs_compose_writing.h
12021         * src/prefs_customheader.c
12022         * src/prefs_customheader.h
12023         * src/prefs_display_header.c
12024         * src/prefs_display_header.h
12025         * src/prefs_ext_prog.c
12026         * src/prefs_ext_prog.h
12027         * src/prefs_filtering.c
12028         * src/prefs_filtering.h
12029         * src/prefs_filtering_action.c
12030         * src/prefs_filtering_action.h
12031         * src/prefs_folder_column.c
12032         * src/prefs_folder_column.h
12033         * src/prefs_folder_item.c
12034         * src/prefs_folder_item.h
12035         * src/prefs_fonts.c
12036         * src/prefs_fonts.h
12037         * src/prefs_gtk.c
12038         * src/prefs_gtk.h
12039         * src/prefs_image_viewer.c
12040         * src/prefs_image_viewer.h
12041         * src/prefs_matcher.c
12042         * src/prefs_matcher.h
12043         * src/prefs_message.c
12044         * src/prefs_message.h
12045         * src/prefs_msg_colors.c
12046         * src/prefs_msg_colors.h
12047         * src/prefs_other.c
12048         * src/prefs_other.h
12049         * src/prefs_quote.c
12050         * src/prefs_quote.h
12051         * src/prefs_receive.c
12052         * src/prefs_receive.h
12053         * src/prefs_send.c
12054         * src/prefs_send.h
12055         * src/prefs_spelling.c
12056         * src/prefs_spelling.h
12057         * src/prefs_summaries.c
12058         * src/prefs_summaries.h
12059         * src/prefs_summary_column.c
12060         * src/prefs_summary_column.h
12061         * src/prefs_template.c
12062         * src/prefs_template.h
12063         * src/prefs_themes.c
12064         * src/prefs_themes.h
12065         * src/prefs_toolbar.c
12066         * src/prefs_toolbar.h
12067         * src/prefs_wrapping.c
12068         * src/prefs_wrapping.h
12069         * src/privacy.c
12070         * src/privacy.h
12071         * src/procheader.c
12072         * src/procheader.h
12073         * src/procmime.c
12074         * src/procmime.h
12075         * src/procmsg.c
12076         * src/procmsg.h
12077         * src/quote_fmt.c
12078         * src/quote_fmt_parse.y
12079         * src/recv.c
12080         * src/recv.h
12081         * src/remotefolder.c
12082         * src/remotefolder.h
12083         * src/send_message.c
12084         * src/send_message.h
12085         * src/setup.c
12086         * src/setup.h
12087         * src/simple-gettext.c
12088         * src/sourcewindow.c
12089         * src/sourcewindow.h
12090         * src/ssl_manager.c
12091         * src/ssl_manager.h
12092         * src/statusbar.c
12093         * src/statusbar.h
12094         * src/stock_pixmap.c
12095         * src/stock_pixmap.h
12096         * src/summary_search.c
12097         * src/summary_search.h
12098         * src/summaryview.c
12099         * src/summaryview.h
12100         * src/syldap.c
12101         * src/syldap.h
12102         * src/textview.c
12103         * src/textview.h
12104         * src/toolbar.c
12105         * src/toolbar.h
12106         * src/undo.c
12107         * src/undo.h
12108         * src/unmime.c
12109         * src/unmime.h
12110         * src/vcard.c
12111         * src/vcard.h
12112         * src/wizard.c
12113         * src/wizard.h
12114         * src/common/base64.c
12115         * src/common/base64.h
12116         * src/common/defs.h
12117         * src/common/hooks.c
12118         * src/common/hooks.h
12119         * src/common/log.c
12120         * src/common/log.h
12121         * src/common/md5.c
12122         * src/common/md5.h
12123         * src/common/mgutils.c
12124         * src/common/mgutils.h
12125         * src/common/nntp.c
12126         * src/common/nntp.h
12127         * src/common/passcrypt.c
12128         * src/common/passcrypt.h.in
12129         * src/common/plugin.c
12130         * src/common/plugin.h
12131         * src/common/prefs.c
12132         * src/common/prefs.h
12133         * src/common/progressindicator.c
12134         * src/common/progressindicator.h
12135         * src/common/quoted-printable.c
12136         * src/common/quoted-printable.h
12137         * src/common/session.c
12138         * src/common/session.h
12139         * src/common/smtp.c
12140         * src/common/smtp.h
12141         * src/common/socket.c
12142         * src/common/socket.h
12143         * src/common/ssl.c
12144         * src/common/ssl.h
12145         * src/common/ssl_certificate.c
12146         * src/common/ssl_certificate.h
12147         * src/common/string_match.c
12148         * src/common/string_match.h
12149         * src/common/stringtable.c
12150         * src/common/sylpheed.c
12151         * src/common/sylpheed.h
12152         * src/common/template.c
12153         * src/common/template.h
12154         * src/common/timing.h
12155         * src/common/utils.c
12156         * src/common/utils.h
12157         * src/common/uuencode.c
12158         * src/common/uuencode.h
12159         * src/common/version.h.in
12160         * src/common/xml.c
12161         * src/common/xml.h
12162         * src/common/xmlprops.c
12163         * src/common/xmlprops.h
12164         * src/gtk/about.c
12165         * src/gtk/about.h
12166         * src/gtk/colorlabel.c
12167         * src/gtk/colorlabel.h
12168         * src/gtk/colorsel.c
12169         * src/gtk/colorsel.h
12170         * src/gtk/description_window.c
12171         * src/gtk/description_window.h
12172         * src/gtk/filesel.c
12173         * src/gtk/filesel.h
12174         * src/gtk/foldersort.c
12175         * src/gtk/foldersort.h
12176         * src/gtk/gtkutils.c
12177         * src/gtk/gtkutils.h
12178         * src/gtk/inputdialog.c
12179         * src/gtk/inputdialog.h
12180         * src/gtk/logwindow.c
12181         * src/gtk/logwindow.h
12182         * src/gtk/manage_window.c
12183         * src/gtk/manage_window.h
12184         * src/gtk/menu.c
12185         * src/gtk/menu.h
12186         * src/gtk/pluginwindow.c
12187         * src/gtk/pluginwindow.h
12188         * src/gtk/prefswindow.c
12189         * src/gtk/prefswindow.h
12190         * src/gtk/progressdialog.c
12191         * src/gtk/progressdialog.h
12192         * src/gtk/quicksearch.c
12193         * src/gtk/quicksearch.h
12194         * src/gtk/sslcertwindow.c
12195         * src/gtk/sslcertwindow.h
12196         * src/plugins/clamav/clamav_plugin.c
12197         * src/plugins/clamav/clamav_plugin.h
12198         * src/plugins/clamav/clamav_plugin_gtk.c
12199         * src/plugins/demo/demo.c
12200         * src/plugins/dillo_viewer/dillo_prefs.c
12201         * src/plugins/dillo_viewer/dillo_prefs.h
12202         * src/plugins/dillo_viewer/dillo_viewer.c
12203         * src/plugins/mathml_viewer/mathml_viewer.c
12204         * src/plugins/pgpcore/passphrase.c
12205         * src/plugins/pgpcore/passphrase.h
12206         * src/plugins/pgpcore/plugin.c
12207         * src/plugins/pgpcore/prefs_gpg.c
12208         * src/plugins/pgpcore/prefs_gpg.h
12209         * src/plugins/pgpcore/select-keys.c
12210         * src/plugins/pgpcore/select-keys.h
12211         * src/plugins/pgpcore/sgpgme.c
12212         * src/plugins/pgpcore/sgpgme.h
12213         * src/plugins/pgpinline/pgpinline.c
12214         * src/plugins/pgpinline/pgpinline.h
12215         * src/plugins/pgpinline/plugin.c
12216         * src/plugins/pgpmime/pgpmime.c
12217         * src/plugins/pgpmime/pgpmime.h
12218         * src/plugins/pgpmime/plugin.c
12219         * src/plugins/spamassassin/spamassassin.c
12220         * src/plugins/spamassassin/spamassassin.h
12221         * src/plugins/spamassassin/spamassassin_gtk.c
12222         * src/plugins/trayicon/trayicon.c
12223         * tools/OOo2sylpheed.pl
12224         * tools/acroread2sylpheed.pl
12225         * tools/asus_mailled.sh
12226         * tools/filter_conv.pl
12227         * tools/freshmeat_search.pl
12228         * tools/google_search.pl
12229         * tools/kmail2sylpheed.pl
12230         * tools/kmail2sylpheed_v2.pl
12231         * tools/maildir2sylpheed.pl
12232         * tools/multiwebsearch.pl
12233         * tools/newscache_clean.pl
12234         * tools/outlook2sylpheed.pl
12235         * tools/sylpheed-switcher
12236         * tools/update-po
12237         * tools/vcard2xml.py
12238         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12239                 update FSF address
12240
12241 2005-09-21 [colin]      1.9.14cvs46
12242
12243         * src/gedit-print.c
12244         * src/procmsg.c
12245         * src/procmsg.h
12246         * src/textview.c
12247         * src/summaryview.c
12248                 Remove some printing hacks (deselection/reselection),
12249                 which by the way fix printing the currently 
12250                 displayed mime part (still only text)
12251                 Plus a little optimisation of summary_show
12252
12253
12254 2005-09-20 [colin]      1.9.14cvs45
12255
12256         * src/mainwindow.c
12257         * src/messageview.c
12258                 GUI fixups: add accels, set message
12259                 view title to displayed mail's subject
12260         * src/prefs_spelling.c
12261         * src/gtk/gtkaspell.c
12262                 GUI fixups: allow underlining misspelled
12263                 words instead of coloring them (a11y!)
12264
12265 2005-09-19 [colin]
12266
12267         1.9.15rc3 released
12268
12269 2005-09-19 [colin]      1.9.14cvs44
12270
12271         * src/compose.c
12272                 Fix draft message
12273         * src/gtk/gtkaspell.c
12274                 Fix wrong test ;-)
12275
12276 2005-09-19 [colin]      1.9.14cvs43
12277
12278         * src/addressbook.c
12279                 Fix sensitivity of Delete button
12280         * src/compose.c
12281                 Warn if the requested Privacy system
12282                 is not available
12283         * src/exphtmldlg.c
12284         * src/expldifdlg.c
12285         * src/importldif.c
12286         * src/importmutt.c
12287         * src/importpine.c
12288                 Fix crappy UI
12289         * src/
12290         * src/ssl.h
12291         * src/prefs_account.h
12292         * src/prefs_account.c
12293                 Save SSL prefs even in builds that have
12294                 SSL support disable
12295         * src/imap.c
12296         * src/inc.c
12297         * src/news.c
12298         * src/send_message.c
12299                 Warn if connection should be secure, but
12300                 SSL support isn't compiled in
12301         * src/gtkaspell.c
12302                 Fix word separation on UTF-8 systems
12303                 Fixes bug #812 (Strange inline spellchecking)
12304         * src/compose.c
12305                 Warn if the requested Privacy system
12306                 is not available
12307                 Factorize offline warning
12308         * src/imap.c
12309         * src/imap_gtk.c
12310         * src/imap_gtk.h
12311         * src/inc.h
12312         * src/news_gtk.c
12313         * src/news_gtk.h
12314         * src/messageview.c
12315                 Factorize offline warning
12316
12317 2005-09-19 [paul]
12318
12319         1.9.15-rc2 released
12320
12321 2005-09-18 [colin]      1.9.14cvs42
12322
12323         * src/codeconv.c
12324         * src/codeconv.h
12325         * src/procmime.c
12326                 Add a way to get locale's charset ignoring utf-8,
12327                 and use that as default encoding for broken mails
12328
12329 2005-09-18 [colin]      1.9.14cvs41
12330
12331         * src/gtk/logwindow.c
12332                 Translate string. Patch by Fabien Vantard
12333
12334 2005-09-18 [colin]      1.9.14cvs40
12335
12336         * configure.ac
12337                 Fix bug #803 (IMAP/SSL support breaks with 
12338                 GnuTLS libetpan 0.38)
12339
12340 2005-09-18 [colin]      1.9.14cvs39
12341
12342         * src/codeconv.c
12343         * src/compose.c
12344         * src/procmime.c
12345                 More charsets fixes. Fixes bug #806 (non
12346                 ascii characters in subject line)
12347
12348 2005-09-17 [paul]       1.9.14cvs38
12349
12350         * src/folderview.c
12351         * src/mainwindow.c
12352                 fix gcc-2.95 issues
12353                 Patch by Pawel Pekala
12354
12355 2005-09-17 [colin]      1.9.14cvs37
12356
12357         * src/addrindex.c
12358                 bugfix for NO-USE LDAP compilation, patch 
12359                 by Fabien Vantard
12360
12361 2005-09-17 [colin]      1.9.14cvs36
12362
12363         * src/prefs_actions.c
12364         * src/prefs_customheader.c
12365         * src/prefs_display_header.c
12366         * src/prefs_filtering_action.c
12367         * src/prefs_matcher.c
12368         * src/prefs_toolbar.c
12369                 Fix strange casts (less elegant but
12370                 works better)
12371
12372 2005-09-16 [colin]      1.9.14cvs35
12373
12374         * src/jpilot.c
12375                 Missed that one
12376
12377 2005-09-16 [colin]      1.9.14cvs34
12378
12379         * configure.ac
12380         * src/Makefile.am
12381         * src/addr_compl.c
12382         * src/addrindex.c
12383         * src/browseldap.c
12384         * src/editldap.c
12385         * src/ldaplocate.c
12386         * src/ldapquery.c
12387         * src/ldapquery.h
12388         * src/ldapserver.c
12389         * src/ldapserver.h
12390         * src/main.c
12391         * src/matcher_parser_parse.y
12392         * src/prefs_themes.c
12393         * src/etpan/Makefile.am
12394         * src/gtk/description_window.c
12395         * src/plugins/clamav/Makefile.am
12396         * src/plugins/clamav/clamav_plugin.c
12397         * src/plugins/dillo_viewer/Makefile.am
12398         * src/plugins/pgpcore/Makefile.am
12399         * src/plugins/pgpinline/Makefile.am
12400         * src/plugins/pgpmime/Makefile.am
12401         * src/plugins/trayicon/Makefile.am
12402                 Fix 100% cpu usage in address completion list
12403                 Fix little bugs (return with no values etc)
12404                 Fix all warnings (with common CFLAGS)
12405
12406 2005-09-15 [colin]      1.9.14cvs33
12407
12408         * src/addressbook.c
12409                 Fix bug where sometimes a group's email list is empty,
12410                 force its refresh (probably fixes "Re: how to create a 
12411                 distribution list")
12412         * src/ldapquery.c
12413                 Don't return to the callback in the main thread from the
12414                 fetch thread (or face segs!)
12415
12416 2005-09-15 [paul]       1.9.14cvs32
12417
12418         * src/prefs_matcher.c
12419                 forgotten in last commit
12420
12421 2005-09-15 [paul]       1.9.14cvs31
12422
12423         * src/prefs_actions.c
12424         * src/prefs_filtering_action.c
12425         * src/prefs_quote.c
12426         * src/quote_fmt.c
12427         * src/summaryview.c
12428         * src/gtk/description_window.c
12429         * src/gtk/description_window.h
12430         * src/gtk/quicksearch.c
12431                 allow interaction with the called
12432                 description window
12433                 Patch by Anders Hammar
12434
12435 2005-09-14 [paul]       1.9.14cvs30
12436
12437         * src/compose.c
12438                 fix a little annoyance when pasting with 3rd button 
12439                 with wrap_pastes=0 and wrap_input=1
12440                 Patch by Colin
12441
12442 2005-09-14 [paul]       1.9.14cvs29
12443
12444         * src/prefs_account.c
12445                 disable 'Filter messages on receiving' for
12446                 SMTP-only accounts
12447                 Patch  by Anders Hammar
12448
12449 2005-09-14 [paul]       1.9.14cvs28
12450
12451         * po/sk.po
12452                 fix crash
12453                 updated by Andrej Kacian
12454
12455 2005-09-14 [paul]
12456
12457         1.9.15-rc1 released
12458
12459 2005-09-14 [paul]       1.9.14cvs27
12460
12461         * po/es.po
12462                 updated by Ricardo Mones Lastra
12463         * src/compose.c
12464         * src/compose.h
12465                 associate no_wrap_tags to Compose windows
12466                 instead of using a static one
12467                 Patch by Colin
12468         * src/mbox.c
12469                 fix proc_mbox()
12470                 Patch by wwp
12471         * src/textview.c
12472                 remove unneeded printf()
12473
12474 2005-09-14 [paul]       1.9.14cvs26
12475
12476         * src/addrcache.c
12477         * src/codeconv.h
12478         * src/folder.h
12479         * src/mainwindow.h
12480         * src/mh.c
12481         * src/mimeview.h
12482         * src/partial_download.c
12483         * src/pop.c
12484         * src/prefs_account.c
12485         * src/prefs_account.h
12486         * src/prefs_actions.c
12487         * src/prefs_customheader.c
12488         * src/prefs_display_header.c
12489         * src/prefs_filtering_action.c
12490         * src/prefs_matcher.c
12491         * src/prefs_toolbar.c
12492         * src/privacy.h
12493         * src/procmime.c
12494         * src/procmime.h
12495         * src/procmsg.h
12496         * src/textview.c
12497         * src/undo.h
12498         * src/common/plugin.c
12499         * src/common/session.h
12500         * src/common/socket.c
12501         * src/common/socket.h
12502         * src/common/template.c
12503         * src/gtk/gtkaspell.c
12504         * src/gtk/quicksearch.h
12505         * src/plugins/pgpcore/passphrase.c
12506         * src/plugins/pgpcore/prefs_gpg.h
12507         * src/plugins/pgpcore/select-keys.c
12508         * src/plugins/pgpcore/select-keys.h
12509         * src/plugins/pgpcore/sgpgme.c
12510         * src/plugins/pgpinline/pgpinline.c
12511         * src/plugins/pgpmime/pgpmime.c
12512         * src/plugins/trayicon/trayicon.c
12513                 fix compilation warnings
12514                 Patch by Daniel Gustafson
12515
12516 2005-09-14 [paul]       1.9.14cvs25
12517
12518         * src/addressbook.c
12519                 add missing column header, and other small
12520                 bug fixes
12521                 Patch by Anders Hammar
12522
12523 2005-09-13 [colin]      1.9.14cvs24
12524
12525         * src/gtk/gtkaspell.c
12526                 Fix non-utf8 in menu
12527                 Fix little leaks
12528                 Nullify struct members after free()s
12529
12530 2005-09-13 [colin]      1.9.14cvs23
12531
12532         * src/compose.c
12533                 Test utf8 compliance before inserting to 
12534                 buffer, and try to convert if necessary
12535         * src/procmime.c
12536                 If no charset is present, use the locale 
12537                 one instead of us-ascii
12538         * src/procmsg.c
12539                 Add Sender, List-Post and To in the checked 
12540                 headers for automatic rules creation 
12541                 (thanks to wwp)
12542         * src/prefs_themes.c
12543         * src/gtk/gtkaspell.c
12544                 Remove deprecated functions. 
12545                 patch by Daniel Gustafson
12546
12547 2005-09-12 [colin]      1.9.14cvs22
12548
12549         * src/compose.c
12550                 Fix bug #448 (Scrolling/Redraw issue with 
12551                 address-fields in Header)
12552         * src/mainwindow.c
12553         * src/summaryview.c
12554         * src/summaryview.h
12555                 Fix loss of MSG_MARKED on move/copy
12556                 Fix bug #804 (Quicksearch togglebutton doesn't 
12557                 get depressed after '/' key is pressed)
12558
12559 2005-09-12 [paul]       1.9.14cvs21
12560
12561         * AUTHORS
12562         * src/gtk/logwindow.c
12563                 add 'Clear Log' to popup menu
12564                 Patch by Anders Hammar <anders.hammar@telia.com>
12565
12566 2005-09-12 [paul]       1.9.14cvs20
12567
12568         * src/compose.c
12569                 set correct sensitivity on attachments
12570                 popup menu
12571         * src/folder.c
12572                 fix typo
12573         * src/prefs_spelling.c
12574                 fix crash when no LANG env is set
12575         * src/common/xml.c
12576                 fix crash in wizard
12577                 don't use memeory after free
12578
12579         All patches by Daniel Gustafson
12580
12581 2005-09-12 [paul]       1.9.14cvs19
12582
12583         * src/prefs_themes.c
12584                 make theme info selectable
12585         * src/gtk/description_window.c
12586                 make window non-modal
12587         * tools/README
12588                 add details of asus_mailed.sh
12589         * tools/claws.i18n.status.pl
12590                 update for new zh_TW translator
12591                 widen the output
12592                 create alternate coloured lines
12593                 improve readability
12594
12595 2005-09-10 [colin]      1.9.14cvs18
12596
12597         * src/plugins/pgpcore/select-keys.c
12598                 Better order for the buttons
12599
12600 2005-09-10 [colin]      1.9.14cvs17
12601
12602         * src/compose.c
12603         * src/plugins/pgpcore/select-keys.c
12604         * src/plugins/pgpcore/select-keys.h
12605         * src/plugins/pgpcore/sgpgme.c
12606                 Add a "Don't encrypt" button to the key
12607                 selection dialog. Fixes bug #177 (There should be a 
12608                 'Don't encrypt button in the Select Keys dialog)
12609
12610 2005-09-10 [colin]      1.9.14cvs16
12611
12612         * src/compose.c
12613                 Fix bug #572 (%X option does not work with templates)
12614
12615 2005-09-10 [colin]      1.9.14cvs15
12616
12617         * src/toolbar.c 
12618                 Remove g_print
12619
12620 2005-09-10 [colin]      1.9.14cvs14
12621
12622         * src/imap.c
12623                 Fix a possible crash
12624
12625 2005-09-09 [colin]      1.9.14cvs13
12626
12627         * src/imap.c
12628         * src/etpan/imap-thread.c
12629         * src/etpan/imap-thread.h
12630                 Fix moving from queue or drafts to normal folders
12631                 Fix bug #794 (No way to delete without expunging)
12632                 Take flags unset by other mailers into account
12633                 Take deleted flag set by other mailers into account
12634                 Fix unsetting REPLIED flag
12635                 Fix crash when capabilities can't be retrieved
12636         * src/mainwindow.c
12637         * src/mainwindow.h
12638                 Add M_DELAYED_FLAGS condition, and let the user use
12639                 Execute in order to be able to expunge deleted mails,
12640                 even if he's not in delayed execute mode
12641         * src/prefs_spelling.c
12642                 Use 'en' dictionary by default if LANG is POSIX or C
12643         * src/gtk/prefswindow.c
12644                 Fix bug #767 (Preferences windows expanding) by making
12645                 the window a bit larger when the resolution is greater
12646                 than 640x480, and by putting the prefs in a
12647                 GtkScrolledWindow.
12648
12649 2005-09-09 [paul]       1.9.14cvs12
12650
12651         * AUTHORS
12652         * configure.ac
12653         * po/zh_TW.Big5.po      ** REMOVED **
12654         * po/zh_TW.po           ** ADDED **
12655                 updated by Wei-Lun Chao
12656
12657 2005-09-09 [paul]       1.9.14cvs11
12658
12659         * src/mainwindow.c
12660                 fix asserts
12661         * src/common/xml.c
12662                 delay memory allocation until file is
12663                 opened successfully
12664                 Patch by Daniel Gustafson
12665
12666 2005-09-09 [colin]      1.9.14cvs10
12667
12668         * src/imap.c
12669                 Add guards
12670
12671 2005-09-08 [colin]      1.9.14cvs9
12672
12673         * src/compose.c
12674                 Alert when we can't save draft
12675                 Fix various wrap/color issues
12676                 Add mid-click pasting respecting wrap_paste option
12677         * src/folder.c
12678         * src/folder.h
12679         * src/folder_item_prefs.c
12680         * src/folder_item_prefs.h
12681         * src/imap.c
12682         * src/imap_gtk.c
12683         * src/imap_gtk.h
12684         * src/main.c
12685         * src/mainwindow.c
12686         * src/mainwindow.h
12687         * src/news.c
12688         * src/news_gtk.c
12689         * src/news_gtk.h
12690         * src/prefs_folder_item.c
12691                 Fix the impossibility to synchronise folders for
12692                 offline use (IMAP and NNTP are concerned)
12693
12694 2005-09-08 [colin]      1.9.14cvs8
12695
12696         * configure.ac
12697                 Build LDAP and JPilot by default if available
12698         * src/textview.c
12699                 Fix use after free
12700
12701 2005-09-08 [paul]       1.9.14cvs7
12702
12703         * doc/manual/en/sylpheed-1.html
12704         * doc/manual/en/sylpheed-18.html
12705         * doc/manual/en/sylpheed-19.html
12706         * doc/manual/en/sylpheed-4.html
12707         * doc/manual/en/sylpheed-6.html
12708         * doc/manual/en/sylpheed.html
12709                 a few minor updates, plus include some
12710                 details about plugins and their requirements
12711         * src/mainwindow.c
12712                 minor changes to English in /View/Sort
12713
12714 2005-09-07 [colin]      1.9.14cvs6
12715
12716         * doc/manual/en/sylpheed-1.html
12717         * doc/manual/en/sylpheed-10.html
12718         * doc/manual/en/sylpheed-11.html
12719         * doc/manual/en/sylpheed-12.html
12720         * doc/manual/en/sylpheed-13.html
12721         * doc/manual/en/sylpheed-14.html
12722         * doc/manual/en/sylpheed-15.html
12723         * doc/manual/en/sylpheed-16.html
12724         * doc/manual/en/sylpheed-17.html
12725         * doc/manual/en/sylpheed-18.html
12726         * doc/manual/en/sylpheed-19.html
12727         * doc/manual/en/sylpheed-2.html
12728         * doc/manual/en/sylpheed-20.html
12729         * doc/manual/en/sylpheed-21.html
12730         * doc/manual/en/sylpheed-22.html
12731         * doc/manual/en/sylpheed-3.html
12732         * doc/manual/en/sylpheed-4.html
12733         * doc/manual/en/sylpheed-5.html
12734         * doc/manual/en/sylpheed-6.html
12735         * doc/manual/en/sylpheed-7.html
12736         * doc/manual/en/sylpheed-8.html
12737         * doc/manual/en/sylpheed-9.html
12738         * doc/manual/en/sylpheed.html
12739                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
12740
12741 2005-09-07 [colin]      1.9.14cvs5
12742
12743         * src/mainwindow.c
12744                 Make labels more to-the-point
12745
12746 2005-09-07 [colin]      1.9.14cvs4
12747
12748         * doc/manual/en/sylpheed-1.html
12749         * doc/manual/en/sylpheed-12.html
12750         * doc/manual/en/sylpheed-13.html
12751         * doc/manual/en/sylpheed-14.html
12752         * doc/manual/en/sylpheed-15.html
12753         * doc/manual/en/sylpheed-16.html
12754         * doc/manual/en/sylpheed-17.html
12755         * doc/manual/en/sylpheed-18.html
12756         * doc/manual/en/sylpheed-19.html
12757         * doc/manual/en/sylpheed-2.html
12758         * doc/manual/en/sylpheed-20.html
12759         * doc/manual/en/sylpheed-21.html
12760         * doc/manual/en/sylpheed-22.html
12761         * doc/manual/en/sylpheed-4.html
12762         * doc/manual/en/sylpheed-5.html
12763         * doc/manual/en/sylpheed-6.html
12764         * doc/manual/en/sylpheed-7.html
12765         * doc/manual/en/sylpheed-8.html
12766         * doc/manual/en/sylpheed-9.html
12767         * doc/manual/en/sylpheed.html
12768                 Update manual
12769
12770 2005-09-07 [colin]      1.9.14cvs3
12771
12772         * doc/faq/en/sylpheed-faq-1.html
12773         * doc/faq/en/sylpheed-faq-2.html
12774         * doc/faq/en/sylpheed-faq-3.html
12775         * doc/faq/en/sylpheed-faq.html
12776                 Update FAQ
12777
12778 2005-09-07 [colin]      1.9.14cvs2
12779
12780         * src/folderview.c
12781         * src/procmsg.c
12782         * src/summaryview.c
12783         * src/toolbar.c
12784                 Fix special subfolders:
12785                 - Inherit parent's icon
12786                 - sent contents of queues subfolders
12787                 - empty subfolders of trashes
12788         * src/mainwindow.c
12789                 Remove outdated manual and faq entries
12790         * src/common/utils.c
12791                 Add quotes around %s coming from mailcap
12792
12793 2005-09-07 [colin]      1.9.14cvs1
12794
12795         * src/compose.c
12796                 After saving draft, set modified to FALSE
12797         * src/mimeview.c
12798         * src/common/utils.c
12799         * src/common/utils.h
12800                 Try to open mime parts using what is 
12801                 indicated in ~/.mailcap or /etc/mailcap,
12802                 if possible.
12803
12804 2005-09-05 [paul]       1.9.14
12805
12806         1.9.14 released
12807
12808         * po/sk.po
12809                 updated by Andrej Kacian
12810
12811 2005-09-05 [paul]       1.9.13cvs83
12812
12813         * po/de.po
12814         * po/es.po
12815         * po/fi.po
12816         * po/fr.po
12817         * po/nb.po
12818         * po/pt_BR.po
12819         * po/sr.po
12820                 updated translations by Thomas Gilgin, Ricardo Mones
12821                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
12822                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
12823
12824 2005-09-04 [paul]       1.9.13cvs82
12825
12826         * src/compose.c
12827                 only warn about exceeded line length limit
12828                 on send
12829
12830 2005-09-04 [paul]       1.9.13cvs81
12831
12832         * src/compose.c
12833                 fix crash in 'line length exceeded' dialogue
12834
12835 2005-09-02 [paul]       1.9.13cvs80
12836
12837         * src/imap.c
12838                 fix bug 795, 'Connection lost IMAP'
12839                 and add statusbar prints
12840                 Patch by Colin
12841
12842 2005-09-02 [paul]       1.9.13cvs79
12843
12844         * src/compose.c
12845                 compose_wrap_paragraph() becomes
12846                 compose_beautify_paragraph()
12847                 Patch by Colin
12848
12849 2005-09-02 [colin]      1.9.13cvs78
12850
12851         * src/folderview.c
12852                 Micro-fix
12853
12854 2005-09-01 [colin]      1.9.13cvs77
12855
12856         * src/imap.c
12857                 Maybe fix bug #795 (Connection lost IMAP)
12858                 Don't try to send logout when we're disconnected.
12859         * src/summaryview.c
12860                 Include locked and marked emails in HRM
12861                 view. Fixes bug #800 (Locked messages no longer 
12862                 show up when hide read messages is used)
12863
12864 2005-09-01 [paul]       1.9.13cvs76
12865
12866         * src/prefs_common.c
12867                 fix bad cutting
12868
12869 2005-08-31 [colin]      1.9.13cvs75
12870
12871         * src/folderview.c
12872         * src/folderview.h
12873         * src/prefs_summaries.c
12874         * src/summaryview.c
12875                 Fix "go to next new", fix preference
12876                 (Open unread/next swapped)
12877
12878 2005-08-31 [paul]       1.9.13cvs74
12879
12880         * src/compose.c
12881         * src/folderview.c
12882         * src/headerview.c
12883         * src/headerview.h
12884         * src/mainwindow.c
12885         * src/prefs_common.c
12886         * src/prefs_common.h
12887         * src/prefs_fonts.c
12888         * src/summaryview.c
12889         * src/textview.c
12890         * src/common/defs.h
12891                 remove obsolete BOLD_FONT setting
12892                 fix font update in headerview and textview
12893                 headers after prefs change
12894                 Patch By Colin
12895
12896 2005-08-31 [paul]
12897
12898         1.9.14-rc4 released
12899
12900 2005-08-30 [colin]      1.9.13cvs73
12901
12902         * src/summaryview.c
12903                 When Hide read messages is selected and we
12904                 refresh the summaryview, don't remove the 
12905                 currently displayed message. Fixes bug #797
12906                 (Summary view reloads when new mail is 
12907                 downloaded in 1.9.14 rc)
12908
12909 2005-08-30 [colin]      1.9.13cvs72
12910
12911         * src/folderview.c
12912                 Fix flickering
12913         * src/mainwindow.c
12914                 Remove useless callback
12915         * src/mimeview.c
12916         * src/gtk/filesel.c
12917         * src/gtk/filesel.h
12918                 Add a filesel_select_file_save_folder() - used by Save All
12919
12920 2005-08-29 [paul]       1.9.13cvs71
12921
12922         * AUTHORS
12923         * src/matcher_parser_parse.y
12924         * src/etpan/imap-thread.c
12925                 fix building on FreeBSD
12926                 Patch by Daniel Gustafson <daniel@hobbit.se>
12927
12928 2005-08-29 [paul]       1.9.13cvs70
12929
12930         * src/plugins/pgpinline/pgpinline.c
12931                 only initialise sig result if it's been handled
12932                 Patch by Colin
12933
12934 2005-08-29 [paul]       1.9.13cvs69
12935         
12936         Patches by Colin:
12937
12938         * src/imap.c
12939         * src/common.utils.c
12940         * src/common/utils.h
12941                 optimisation
12942         * src/stock_pixmap.h
12943                 fix wrong icon reference
12944         * src/pixmaps/trash_btn.xpm
12945                 replace with nicer image
12946
12947 2005-08-28 [colin]      1.9.13cvs68
12948
12949         * src/Makefile.am
12950         * src/stock_pixmap.c
12951         * src/stock_pixmap.h
12952         * src/toolbar.c
12953         * src/pixmaps/trash_btn.xpm
12954                 Add a specific trash xpm for the button
12955
12956 2005-08-28 [colin]      1.9.13cvs67
12957
12958         * src/imap.c
12959                 Fix leak
12960
12961 2005-08-27 [colin]      1.9.13cvs66
12962
12963         * src/imap.c
12964         * src/procmime.c
12965                 Correctly fix "Problem with replies", fixes
12966                 pgpmime encryption too. 
12967
12968 2005-08-27 [colin]      1.9.13cvs65
12969
12970         * src/folder.c
12971         * src/procmsg.c
12972         * src/procmsg.h
12973         * src/summaryview.c
12974                 Fix bug #517 (messages removed from summaryview 
12975                 when moving fails)
12976
12977 2005-08-27 [colin]      1.9.13cvs64
12978
12979         * tools/Makefile.am
12980         * tools/asus_mailled.sh
12981                 Add a script to blink ASUS laptops' mail LED where there
12982                 is unread mail.
12983
12984 2005-08-27 [colin]      1.9.13cvs63
12985
12986         * src/imap.c
12987         * src/etpan/imap-thread.c
12988         * src/etpan/imap-thread.h
12989                 Implement automatic choosing of login method
12990                 Fixes bug #791
12991         * src/gtk/.cvsignore
12992                 Add sylpheed-marshal.[ch]
12993
12994 2005-08-27 [colin]      1.9.13cvs62
12995
12996         * src/common/utils.c
12997                 Fix confusing perror
12998
12999 2005-08-27 [colin]      1.9.13cvs61
13000
13001         * src/toolbar.c
13002         * src/toolbar.h
13003                 Remove A_DELETE, replace it with 
13004                 A_TRASH and A_DELETE_REAL. Automatically
13005                 rewrite config files to replace A_DELETE
13006                 with A_TRASH (no functionality change).
13007                 Fixes half of #794
13008
13009 2005-08-26 [colin]      1.9.13cvs60
13010
13011         * src/procmime.c
13012                 Previous "Problem with replies" fix brought other
13013                 problems, fixing them
13014
13015 2005-08-26 [colin]      1.9.13cvs59
13016
13017         * src/procmime.c
13018                 Fix "Problem with replies". This happened only
13019                 on IMAP...
13020         * src/procmsg.c
13021                 Factorize code a bit
13022         * src/compose.c
13023                 Speed improvement on very long messages (wrapping)
13024                 Fix signature color on Reedit and Redirect
13025                 On Reedit, don't attach pgp-signatures parts, but
13026                 set signing to On.
13027
13028 2005-08-24 [paul]       1.9.13cvs58
13029
13030         * src/compose.c
13031                 don't claim success when clicking
13032                 Cancel on the passphrase box.
13033                 Patch by Colin
13034
13035 2005-08-24 [paul]       1.9.13cvs57
13036
13037         * src/main.c
13038                 fix misplaced sylpheed.log
13039         * src/common/defs.h
13040                 define UIDL_DIR
13041
13042 2005-08-24 [paul]       1.9.13cvs56
13043
13044         * src/imap.c
13045         * src/etpan/imap-thread.c
13046         * src/etpan/imap-thread.h
13047                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13048                 Patch by Colin
13049         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13050         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13051                 remove autogenerated files
13052         * tools/kdeservicemenu/README
13053         * tools/kdeservicemenu/install.sh
13054         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13055         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13056                 use Claws icon, use 'Sylpheed-Claws' in menu,
13057                 use kdialog, and other cleanups
13058
13059 2005-08-23 [paul]       1.9.13cvs55
13060
13061         * src/compose.c
13062                 fix paste/wrap crash
13063                 Patch by Colin
13064
13065 2005-08-23 [paul]       1.9.13cvs54
13066
13067         * src/main.c
13068                 fix crash recovery
13069                 Patch by Colin
13070
13071 2005-08-23 [paul]       1.9.13cvs53
13072
13073         * src/addressbook.c
13074         * src/editaddress.c
13075                 view all data of LDAP contacts
13076                 Patch by Colin
13077
13078 2005-08-23 [paul]       1.9.13cvs52
13079
13080         * src/addressbook.c
13081                 fix issues with the Search field
13082                 Patch by Colin
13083
13084 2005-08-22 [paul]       1.9.13cvs51
13085
13086         * src/folderview.c
13087                 put name of folder in processing dialog
13088                 title
13089         * src/prefs_folder_item.c
13090                 improve english usage
13091
13092 2005-08-22 [paul]       1.9.13cvs50
13093
13094         * src/filtering.c
13095         * src/filtering.h
13096         * src/matcher.c
13097         * src/matcher_parser_lex.l
13098         * src/matcher_parser_parse.y
13099         * src/prefs_filtering.c
13100                 add Filtering/Processing rule names feature.
13101                 (the incompatible old matcherrc is saved as
13102                 matcherrc.pre_names).
13103                 Patch by Colin
13104
13105 2005-08-22 [paul]       1.9.13cvs49
13106
13107         * src/procmsg.c
13108                 fix colour labelling
13109                 Patch by Colin
13110
13111 2005-08-22 [paul]       1.9.13cvs48
13112
13113         * src/textview.c
13114                 fix open_image_cb()
13115
13116 2005-08-22 [paul]       1.9.13cvs47
13117
13118         * src/imap.c
13119                 fix bug 789, 'SC crashes with imap (CVS ver)'
13120                 Patch by Colin
13121
13122 2005-08-22 [paul]       1.9.13cvs46
13123
13124         * src/mimeview.c
13125         * src/prefs_common.c
13126         * src/common/defs.h
13127                 define reused defaults in defs.h
13128         * src/textview.c
13129                 add 'Open image' to image popup menu
13130
13131 2005-08-21 [colin]      1.9.13cvs45
13132
13133         * src/summaryview.c
13134                 Fix bug #788 (Bogus "From" address displayed)
13135
13136 2005-08-20 [colin]      1.9.13cvs44
13137
13138         * src/folder.c
13139                 Fix buf #787 (multilevel delete causes SIGSEGV)
13140
13141 2005-08-19 [colin]      1.9.13cvs43
13142
13143         * src/inc.c
13144         * src/prefs_common.c
13145         * src/prefs_common.h
13146                 Add an hidden pref to allow modifying the
13147                 update stepping in incorporation.
13148                 Patch by wwp.
13149
13150 2005-08-19 [colin]      1.9.13cvs42
13151
13152         * src/compose.c
13153         * src/procmime.c
13154                 Workaround for broken MUAs: encode 
13155                 Content-type: name: as ASCII and 
13156                 Content-Disposition: filename: as
13157                 per rfc2231
13158         * src/prefs_account.c
13159                 Fix invisible-ness of SMTP SSL prefs
13160                 in NNTP accounts
13161
13162 2005-08-19 [paul]       1.9.13cvs41
13163
13164         * src/compose.c
13165         * src/prefs_common.c
13166         * src/prefs_common.h
13167         * src/prefs_wrapping.c
13168                 paste with or without wrapping.
13169                 patch by Colin
13170
13171 2005-08-19 [paul]       1.9.13cvs40
13172
13173         * src/prefs_common.c
13174         * src/prefs_common.h
13175         * src/summaryview.c
13176                 reintroduce enable_swap_from as a
13177                 hidden pref. patch by Colin
13178         * src/quote_fmt_parse.y
13179         * src/plugins/clamav/clamav_plugin.c
13180         * src/plugins/dillo_viewer/dillo_viewer.c
13181         * src/plugins/mathml_viewer/mathml_viewer.c
13182         * src/plugins/pgpcore/sgpgme.c
13183         * src/plugins/pgpinline/pgpinline.c
13184         * src/plugins/pgpmime/pgpmime.c
13185                 tidy up. patch by Colin
13186
13187 2005-08-19 [paul]       1.9.13cvs39
13188
13189         * configure.ac
13190                 complete cvs38's sync
13191         * src/editaddress.c
13192         * src/gedit-print.c
13193         * src/mutt.c
13194         * src/etpan/etpan-log.c
13195         * src/etpan/imap-thread.c
13196         * src/gtk/gtksourceprintjob.c
13197                 fix compilation warnings
13198                 (patch by Colin)
13199
13200 2005-08-19 [paul]       1.9.13cvs38
13201
13202         sync with main:
13203
13204         * src/account.c
13205         * src/action.c
13206         * src/addrbook.c
13207         * src/addrcache.c
13208         * src/addrharvest.c
13209         * src/addrindex.c
13210         * src/codeconv.c
13211         * src/compose.c
13212         * src/crash.c
13213         * src/exporthtml.c
13214         * src/exportldif.c
13215         * src/folder.c
13216         * src/image_viewer.c
13217         * src/inc.c
13218         * src/inc.h
13219         * src/jpilot.c
13220         * src/ldif.c
13221         * src/main.c
13222         * src/matcher.c
13223         * src/mbox.c
13224         * src/messageview.c
13225         * src/mh.c
13226         * src/mimeview.c
13227         * src/msgcache.c
13228         * src/mutt.c
13229         * src/news.c
13230         * src/partial_download.c
13231         * src/pine.c
13232         * src/pop.c
13233         * src/prefs_actions.c
13234         * src/prefs_common.c
13235         * src/prefs_customheader.c
13236         * src/prefs_display_header.c
13237         * src/prefs_gtk.c
13238         * src/prefs_themes.c
13239         * src/procheader.c
13240         * src/procmime.c
13241         * src/procmsg.c
13242         * src/recv.c
13243         * src/send_message.c
13244         * src/simple-gettext.c
13245         * src/sourcewindow.c
13246         * src/textview.c
13247         * src/vcard.c
13248         * src/common/defs.h
13249         * src/common/log.c
13250         * src/common/plugin.c
13251         * src/common/prefs.c
13252         * src/common/session.c
13253         * src/common/session.h
13254         * src/common/socket.c
13255         * src/common/socket.h
13256         * src/common/ssl_certificate.c
13257         * src/common/template.c
13258         * src/common/utils.c
13259         * src/common/utils.h
13260         * src/common/xml.c
13261         * src/gtk/about.c
13262         added wrappers for C library function that
13263                 take pathname arguments.
13264                 enabled compilation with MinGW.
13265                 use GDir instead of directly using opendir().
13266                 added rename_force().
13267
13268 2005-08-19 [paul]       1.9.13cvs37
13269         
13270         patches by Colin:
13271         * src/compose.c
13272                 fix privacy settings on re-editing
13273                 a sent message
13274         * src/jpilot.c
13275                 fix encoding bug
13276         * src/folder.c
13277         * src/procmsg.c
13278         * src/procmsg.h
13279         * src/summaryview.c
13280                 flag changing optimisation
13281
13282 2005-08-18 [martin]     1.9.13cvs36
13283
13284         * commitHelper
13285             added my login
13286         * src/addrcache.c
13287         * src/addrharvest.c
13288         * src/addrindex.c
13289         * src/compose.c
13290         * src/grouplistdialog.c
13291         * src/main.c
13292         * src/mainwindow.c
13293         * src/msgcache.c
13294         * src/mutt.c
13295         * src/pine.c
13296         * src/prefs_account.c
13297         * src/prefs_themes.c
13298         * src/stock_pixmap.c
13299         * src/summaryview.c
13300         * src/gtk/about.c
13301         * src/gtk/logwindow.c
13302             removed deprecated glib and gdk stuff
13303         * src/plugins/pgpcore/select-keys.c
13304             convert attributes from locale to utf8
13305
13306 2005-08-17 [paul]       1.9.13cvs35
13307
13308         * src/account.c
13309         * src/addressbook.c
13310                 use new GTK_STOCK_ icons if available
13311         * src/summaryview.c
13312         * src/gtk/gtksctree.c
13313         * src/gtk/gtksctree.h
13314                 faster range select. patch by Colin
13315
13316 2005-08-17 [paul]       1.9.13cvs34
13317
13318         patches by colin:
13319         * src/addressbook.c
13320         * src/addressitem.h
13321                 Add an edit button for contacts, fix selections
13322                 of gtksctree items
13323         * src/editaddress.c
13324                 Change labels, let Save be always possible in the
13325                 email and user atributes tabs
13326         * src/folderview.c
13327                 fix sort issues
13328         * src/summaryview.c
13329                 select next item instead of the displayed one
13330                 after deletion
13331
13332         * src/gtk/progressdialog.c
13333                 use prefs_common.enable_rules_hint
13334
13335 2005-08-13 [hoa]        1.9.13cvs33
13336
13337         * src/etpan/imap-thread.c
13338                 fixed build on Solaris.
13339
13340 2005-08-10 [colin]      1.9.13cvs32
13341
13342         * src/procmsg.c
13343                 Fix cvs31 (missing fclose before reading
13344                 the file)
13345
13346 2005-08-10 [colin]      1.9.13cvs31
13347
13348         * src/procmsg.c
13349                 Fix procmsg_msginfo_new_from_mimeinfo() when
13350                 the MimeInfo isn't stored in memory. This fixes
13351                 replying to an attached message.
13352
13353 2005-08-10 [colin]      1.9.13cvs30
13354
13355         * src/mainwindow.c
13356                 Fix slowness in account changing
13357
13358 2005-08-10 [colin]      1.9.13cvs29
13359
13360         * src/folder.c
13361         * src/folderutils.c
13362         * src/folderview.c
13363         * src/imap_gtk.c
13364         * src/mainwindow.c
13365         * src/mh_gtk.c
13366         * src/procmsg.c
13367         * src/summaryview.c
13368                 Optimize folder_has_parent_of_type
13369                 Prevent moving special sub-folders from contextual menus
13370                 Rework message a bit ("Empty all messages" -> "Delete all
13371                 messages")
13372                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13373                 and "Deleted Items" folders)
13374
13375 2005-08-08 [colin]      1.9.13cvs28
13376
13377         * src/summaryview.c
13378         * src/prefs_summaries.c
13379                 Make "Select first unread|new" more flexible
13380                 (just prioritize new or unread)
13381
13382 2005-08-08 [colin]      1.9.13cvs27
13383
13384         * src/summaryview.c
13385                 If "select first new" is selected and there only
13386                 are unread messages, fallback to "select first
13387                 unread".
13388
13389 2005-08-08 [colin]      1.9.13cvs26
13390
13391         * src/folder.c
13392                 Fix shameful bugs (and bug #779)
13393
13394 2005-08-08 [colin]      1.9.13cvs25
13395
13396         * src/folder.c
13397         * src/folder.h
13398                 Cache parents' type to make folder_has_parent_of_type
13399                 faster
13400         * src/folderview.c
13401                 Forbid DnD of special sub-folders
13402         * src/procmsg.c
13403         * src/procmsg.h
13404                 Add MAIL_POSTFILTERING_HOOK
13405         * src/summaryview.c
13406                 Revert over-zealous deletion of the use_addr_book 
13407                 code
13408
13409 2005-08-07 [colin]      1.9.13cvs24
13410
13411         * src/folder.c
13412                 Fix big mistake (passing MsgInfo instead 
13413                 of FolderItem)
13414
13415 2005-08-07 [colin]      1.9.13cvs23
13416
13417         * src/compose.c
13418         * src/folder.c
13419         * src/folder.h
13420         * src/foldersel.c
13421         * src/folderutils.c
13422         * src/folderview.c
13423         * src/imap.c
13424         * src/mainwindow.c
13425         * src/messageview.c
13426         * src/mh.c
13427         * src/msgcache.c
13428         * src/procmime.c
13429         * src/summaryview.c
13430                 Make subfolders of Drafts, Queue, Outbox, Trash
13431                 work like their parents. 
13432                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13433
13434 2005-08-07 [colin]      1.9.13cvs22
13435
13436         * src/addressbook.c
13437                 Fix bug #771 (Dragged contacts not saved)
13438
13439 2005-08-07 [paul]       1.9.13cvs21
13440
13441         * src/summaryview.c
13442                 fix bug 32 'Search Doesn't display results
13443                 if "Hide Read Messages" is chosen'
13444                 be more literal in interpreting 'Hide read
13445                 messages'
13446
13447 2005-08-07 [colin]      1.9.13cvs20
13448
13449         * src/folderview.c
13450                 Add debug
13451         * src/summaryview.c
13452                 Faster 'unthread_for_execution'
13453
13454 2005-08-06 [paul]       1.9.13cvs19
13455
13456         * src/mainwindow.c
13457                 add mnemonics to Set displayed columns
13458                 fix bug where msgview_visible option was
13459                 overwritten as TRUE on startup
13460
13461 2005-08-06 [paul]       1.9.13cvs18
13462
13463         * src/mainwindow.c
13464                 refer to 'displayed columns in folder/message
13465                 list' not 'displayed items in summary/message view'
13466         * src/prefs_display_header.c
13467                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13468                 be consistent with similar dialogues
13469         * src/prefs_folder_column.c
13470         * src/prefs_summary_column.c
13471                 'columns' not 'items', and folder and message lists,
13472                 instead of folder and summary views;
13473                 Use 'Hidden columns' as list heading not 'Available
13474                 items';
13475                 move the 'Remove' button to the right hand side;
13476                 top-align the buttons;
13477                 remove unneeded vbox
13478         * src/prefs_summaries.c
13479                 put the 2 column prefs buttons in a frame to reduce
13480                 overall width; refer to columns not items &c.
13481
13482 2005-08-05 [colin]      1.9.13cvs17
13483
13484         * src/prefs_common.c
13485         * src/prefs_common.h
13486         * src/mainwindow.c
13487         * src/compose.c
13488         * src/messageview.c
13489                 Add an hidden toolbar_detachable pref, so
13490                 that I can get rid of these painful handles
13491                 in the toolbars. Defaults to TRUE to avoid
13492                 changing the GUI on unsuspecting people...
13493
13494 2005-08-05 [colin]      1.9.13cvs16
13495
13496         * src/Makefile.am
13497         * src/prefs_folder_column.c
13498         * src/prefs_folder_column.h
13499                 Add prefs for folder columns
13500         * src/folderview.c
13501         * src/folderview.h
13502         * src/mainwindow.c
13503         * src/mainwindow.h
13504         * src/prefs_common.c
13505         * src/prefs_common.h
13506         * src/prefs_summaries.c
13507                 Use them
13508         * src/prefs_summary_column.c
13509         * src/summaryview.c
13510         * src/summaryview.h
13511                 Add a To column
13512         * src/textview.c
13513         * src/common/utils.c
13514         * src/common/utils.h
13515                 Move uri colourisation functions
13516                 to utils
13517         * src/compose.c
13518                 Colourise URIs
13519         * src/imap.c
13520                 Fix bug with LIST where we'd try
13521                 to get Folder//////[...]/// 
13522
13523 2005-08-05 [paul]       1.9.13cvs15
13524
13525         * src/prefs_summaries.c
13526                 improve the English usage
13527         * src/summaryview.c
13528                 set font on column change
13529                 thanks to Colin
13530
13531 2005-08-05 [paul]       1.9.13cvs14
13532
13533         * src/prefs_common.c
13534         * src/prefs_common.h
13535         * src/prefs_summaries.c
13536         * src/summaryview.c
13537                 replace 'open_unread_on_enter' option with
13538                 'select_on_entry' option. opening/not opening
13539                 is now exclusively controlled by 'always_show_msg'
13540
13541 2005-08-04 [colin]      1.9.13cvs13
13542
13543         * src/compose.c
13544                 Remove dead code
13545                 Add colourisation of quotes and signatures
13546         * src/folderview.c
13547                 Fix possible crashes
13548         * src/messageview.c
13549                 Change an assert that is no problem
13550         * src/news.c
13551         * src/news_gtk.c
13552         * src/news_gtk.h
13553                 Fix offline mode
13554         * src/gtk/quicksearch.c
13555                 Fix a possible crash
13556
13557 2005-08-03 [colin]      1.9.13cvs12
13558
13559         * src/prefs_account.c
13560                 Fix bug #777 (Sylpheed crash in account configuration)
13561
13562 2005-08-03 [colin]      1.9.13cvs11
13563
13564         * src/addressbook.c
13565         * src/editaddress.c
13566         * src/editgroup.c
13567                 Fixing addressbook, round 2
13568         * src/textview.c
13569                 Fix emphasis color on rechecking 'Colorize messages'
13570
13571 2005-08-03 [paul]       1.9.13cvs10
13572
13573         sync with main
13574
13575         * src/addr_compl.c
13576         * src/compose.c
13577         * src/main.c
13578         * src/pop.c
13579         * src/prefs_account.c
13580         * src/procmime.c
13581         * src/procmsg.c
13582         * src/quote_fmt_parse.y
13583         * src/textview.c
13584         * src/common/quoted-printable.c
13585         * src/common/utils.c
13586         * src/common/utils.h
13587         * src/common/xml.c
13588                 replaced incorrect locale-independent
13589                 ctype functions with GLib's. Corrected
13590                 signedness mismatch.
13591         * src/headerview.c
13592                 headerview_create(): added spacing for vbox.
13593         * src/gtk/about.c
13594                 set focus to the OK button.
13595
13596 2005-08-03 [colin]      1.9.13cvs9
13597
13598         * src/folderview.c
13599                 Fix possible crash
13600
13601 2005-08-02 [colin]      1.9.13cvs8
13602
13603         * src/mainwindow.c
13604                 Fix cast
13605         * src/addressbook.c
13606         * src/addressitem.h
13607                 Fix a cast and more generally, try to make the
13608                 GUI more intuitive and consistent (round 1)
13609
13610 2005-08-02 [paul]       1.9.13cvs7
13611
13612         * src/folder.h
13613                 missing in 1.9.13cvs6
13614
13615 2005-08-02 [colin]      1.9.13cvs6
13616
13617         * src/folder.c
13618                 Fix one more leak
13619
13620 2005-08-02 [colin]      1.9.13cvs5
13621
13622         * src/folder.c
13623         * src/folderview.c
13624         * src/imap.c
13625         * src/main.c
13626         * src/mbox.c
13627         * src/procmsg.c
13628         * src/summaryview.c
13629                 Fix a number of folder_item_get_msg_list()-related
13630                 leaks (missing procmsg_msginfo_free()s)
13631
13632 2005-08-01 [colin]      1.9.13cvs4
13633
13634         * src/folderview.c
13635         * src/folderview.h
13636         * src/mainwindow.c
13637         * src/prefs_fonts.c
13638         * src/prefs_summaries.c
13639         * src/prefs_themes.c
13640         * src/summaryview.c
13641         * src/summaryview.h
13642         * src/textview.c
13643         * src/textview.h
13644                 Fix instant-apply of summary and folderview-related prefs
13645                 Fix erroneous g_free and alertpanels in prefs_theme
13646                 Add instant-apply for fonts
13647                 Defer applying of prefs a little bit so it's done only
13648                 once even if requested by multiples prefs pages
13649
13650 2005-08-01 [paul]       1.9.13cvs3
13651
13652         * src/main.c
13653                 fix bug 776 'S.C. crashes on close'
13654                 thanks to Colin
13655         * src/etpan/etpan-thread-manager-types.h
13656                 add missing include
13657                 thanks to Hoa
13658
13659 2005-07-25 [paul]       1.9.13cvs2
13660
13661         * src/summaryview.c
13662                 fix typos. spotted by Fabien Vantard
13663
13664 2005-07-24 [paul]       1.9.13cvs1
13665
13666         * doc/man/sylpheed.1
13667                 update man page, incorporating fix of
13668                 bug 769 'Typo in manpage'
13669         * src/etpan/imap-thread.c
13670                 fix NetBSD openssl dependencies. patch by
13671                 George Michaelson <ggm@apnic.net>
13672         * po/pt_BR.po
13673                 updated by Frederico Goncalves Guimaraes
13674
13675 2005-07-22 [paul]       1.9.13
13676
13677         1.9.13 release
13678
13679 2005-07-22 [paul]       1.9.12cvs91
13680
13681         * AUTHORS
13682         * INSTALL
13683         * README.claws
13684         * RELEASE_NOTES.claws
13685                 updated for release
13686         * configure.ac
13687         * po/nb.po
13688         * tools/claws.i18n.status.pl
13689                 add Norwegian translation. submiited by
13690                 Geir Helland <pjallabais@users.sourceforge.net>
13691         * po/ca.po
13692         * po/de.po
13693         * po/es.po
13694         * po/fi.po
13695         * po/fr.po
13696         * po/it.po
13697         * po/sk.po
13698         * po/sr.po
13699         * po/zh_CN.po
13700                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13701                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
13702                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
13703                 Yang Guilong
13704         * src/plugins/clamav/clamav_plugin_gtk.c
13705         * src/plugins/spamassassin/spamassassin_gtk.c
13706                 replace outdated description strings
13707
13708 2005-07-21 [colin]      1.9.12cvs90
13709
13710         * src/folder.c
13711                 Set folder to batch mode when scanning it. Makes deletion
13712                 of unread mails on IMAP much faster (due to the UNREAD 
13713                 flag unsetting)
13714
13715 2005-07-21 [darko]      1.9.12cvs89
13716
13717         * configure.ac
13718                 link against libresolv if necessary (patch by Paul)
13719         * src/msgcache.c
13720                 use glib's portable macros to determine endianness
13721
13722 2005-07-21 [paul]       1.9.12cvs88
13723
13724         * src/crash.c
13725         * src/gtk/about.c
13726                 update compiled-in features list
13727
13728 2005-07-20 [colin]      1.9.12cvs87
13729
13730         * src/folder.c
13731         * src/textview.c
13732                 Gcc 2.9x compilation fixes, thanks to Darko
13733         * src/plugins/clamav/clamav_plugin.c
13734                 Little optimisation: load virus database only once
13735         * src/plugins/spamassassin/spamassassin.c
13736                 Big optimisation: filtering one mail took at least 1 second,
13737                 now it takes at least 50ms. Doesn't speed up spamassassin 
13738                 itself, but should already be much more tolerable.
13739
13740 2005-07-20 [colin]      1.9.12cvs86
13741
13742         * src/summaryview.c
13743                 Fix performance issue
13744
13745 2005-07-19 [colin]      1.9.12cvs85
13746
13747         * src/plugins/pgpinline/plugin.c
13748                 Fix warning
13749
13750 2005-07-19 [colin]      1.9.12cvs84
13751
13752         * configure.ac
13753         * src/plugins/Makefile.am
13754         * src/plugins/pgpinline/.cvsignore
13755         * src/plugins/pgpinline/Makefile.am
13756         * src/plugins/pgpinline/pgpinline.c
13757         * src/plugins/pgpinline/pgpinline.deps
13758         * src/plugins/pgpinline/pgpinline.h
13759         * src/plugins/pgpinline/plugin.c
13760                 Put pgpinline in the main tree
13761
13762 2005-07-19 [paul]       1.9.12cvs83
13763
13764         * src/prefs_actions.c
13765                 prevent '//' in menu names, which cause a crash
13766                 thanks to Colin
13767
13768 2005-07-19 [paul]       1.9.12cvs82
13769
13770         * configure.ac
13771                 be generally more informative in configure output.
13772                 OpenSSL: correction: '[ --enable-openssl ...' -> 
13773                 '[ --disable-openssl ...', as --enable-openssl is default
13774                 PGP/MIME: don't check for GPGME again, check for
13775                 pgpcore instead. Therefore prevent the possibility of
13776                 attempting to build pgpmime if pgpcore dependencies are
13777                 not met
13778                 ClamAV: use pkgconfig to check for lib
13779                 libgnomeprint: revert logic on inner test to match
13780                 everything else
13781         * src/plugins/pgpcore/sgpgme.c
13782                 add missing include
13783
13784 2005-07-19 [colin]      1.9.12cvs81
13785
13786         * src/summaryview.c
13787                 Fix slow thread rebuilding in particular
13788                 cases
13789
13790 2005-07-19 [paul]       1.9.12cvs80
13791
13792         * sylpheed-claws.desktop
13793                 fix typo, spotted by Stephan Sachse
13794         * src/account.c
13795                 replace GTK_STOCK_ADD with
13796                 GTK_STOCK_NEW button
13797
13798 2005-07-18 [colin]      1.9.12cvs79
13799
13800         * src/etpan/imap-thread.c
13801                 Fix return value (Thanks Hoa)
13802
13803 2005-07-18 [colin]      1.9.12cvs78
13804
13805         * src/imap.c
13806                 Allow empty passwords
13807                 Create drafts/queue/outbox if necessary
13808         * src/summaryview.c
13809                 Remove old code
13810         * src/etpan/imap-thread.c
13811                 Fix STARTTLS (Thanks to Hoa)
13812
13813 2005-07-18 [paul]       1.9.12cvs77
13814
13815         * ChangeLog-gtk2.jp
13816         * ChangeLog.jp
13817                 removed
13818         * Makefile.am
13819                 updated to reflect additions and removals
13820         * TODO
13821                 updated to be claws-specific
13822         * TODO-gtk2
13823         * TODO-gtk2.jp
13824         * TODO.jp
13825         * sylpheed-128x128.png
13826         * sylpheed-64x64.png
13827                 removed
13828         * sylpheed-claws-128x128.png
13829         * sylpheed-claws-64x64.png
13830         * sylpheed-claws.desktop
13831         * sylpheed-claws.png
13832                 added
13833         * sylpheed.desktop
13834         * sylpheed.png
13835                 removed
13836
13837 2005-07-17 [paul]       1.9.12cvs76
13838
13839         * src/account.c
13840         * src/addressbook.c
13841         * src/alertpanel.c
13842         * src/alertpanel.h
13843         * src/compose.c
13844         * src/exphtmldlg.c
13845         * src/expldifdlg.c
13846         * src/folderview.c
13847         * src/imap_gtk.c
13848         * src/inc.c
13849         * src/message_search.c
13850         * src/messageview.c
13851         * src/mh_gtk.c
13852         * src/news_gtk.c
13853         * src/prefs_actions.c
13854         * src/prefs_filtering.c
13855         * src/prefs_matcher.c
13856         * src/prefs_template.c
13857         * src/prefs_themes.c
13858         * src/ssl_manager.c
13859         * src/summary_search.c
13860         * src/textview.c
13861         * src/toolbar.c
13862         * src/gtk/sslcertwindow.c
13863         * src/plugins/pgpcore/sgpgme.c
13864                 rework alertpanels
13865
13866 2005-07-17 [colin]      1.9.12cvs75
13867
13868         * src/privacy.c
13869                 add a PrivacySystem accessor that checks that
13870                 the system cached in a MimeInfo's privacydata
13871                 is still registered. Use this accessor instead
13872                 of directly using data->system. Fixes crashes
13873                 after unloading pgp plugins.
13874
13875 2005-07-17 [colin]      1.9.12cvs74
13876
13877         * src/alertpanel.c
13878                 Change geometry hints to a simple default size.
13879                 Fixes the certs dialogs.
13880
13881 2005-07-17 [colin]      1.9.12cvs73
13882
13883         * src/gtk/sslcertwindow.c
13884                 Use a gtkExpander
13885
13886 2005-07-17 [colin]      1.9.12cvs72
13887
13888         * src/plugins/pgpcore/Makefile.am
13889         * src/plugins/pgpmime/Makefile.am
13890                 Add gpgme libs
13891
13892 2005-07-17 [paul]       1.9.12cvs71
13893
13894         * configure.ac
13895                 add --disable-gnomeprint option
13896                 modified version of patch by Marius Mauch
13897
13898 2005-07-17 [paul]       1.9.12cvs70
13899
13900         * src/common/defs.h
13901                 update urls
13902         * src/account.c
13903         * src/action.c
13904         * src/addressbook.c
13905         * src/compose.c
13906         * src/foldersel.c
13907         * src/folderview.c
13908         * src/html.c
13909         * src/imap_gtk.c
13910         * src/main.c
13911         * src/mainwindow.c
13912         * src/messageview.c
13913         * src/mh_gtk.c
13914         * src/mimeview.c
13915         * src/news_gtk.c
13916         * src/prefs_account.c
13917         * src/prefs_send.c
13918         * src/prefs_summaries.c
13919         * src/procmsg.c
13920         * src/summaryview.c
13921         * src/common/utils.c
13922         * src/common/xml.c
13923         * src/plugins/pgpcore/passphrase.c
13924         * src/plugins/pgpcore/select-keys.c
13925                 replace inappropriately used backticks
13926                 with single quotes
13927
13928 2005-07-16 [colin]      1.9.12cvs69
13929
13930         * src/image_viewer.c
13931                 Add extra paranoid checks
13932
13933 2005-07-16 [colin]      1.9.12cvs68
13934
13935         * src/plugins/pgpcore/prefs_gpg.c
13936                 Don't auto-check sigs by default, as it
13937                 can be really slow.
13938
13939 2005-07-16 [colin]      1.9.12cvs67
13940
13941         * src/plugins/pgpcore/sgpgme.c
13942                 Make messages a bit better.
13943
13944 2005-07-16 [colin]      1.9.12cvs66
13945
13946         * src/imap.c
13947                 Remove pseudo-log
13948         * src/etpan/imap-thread.c
13949                 Add real log
13950
13951 2005-07-16 [colin]      1.9.12cvs65
13952
13953         * src/main.c
13954         * src/prefs_other.c
13955                 And now, fix build with libetpan :-/
13956
13957 2005-07-15 [colin]      1.9.12cvs64
13958
13959         * src/prefs_other.c
13960                 Continue fixing build without libetpan.
13961
13962 2005-07-15 [colin]      1.9.12cvs63
13963
13964         * src/main.c
13965                 Fix build with --disable-libetpan
13966
13967 2005-07-15 [colin]      1.9.12cvs62
13968
13969         * configure.ac
13970                 Bump libetpan's version
13971
13972 2005-07-15 [colin]      1.9.12cvs61
13973
13974         * src/etpan/imap-thread.c
13975                 Actually stop logging :)
13976
13977 2005-07-15 [colin]      1.9.12cvs60
13978
13979         * src/addressbook.c
13980                 Fix dnd of multiple addresses.
13981
13982 2005-07-15 [hoa]        1.9.12cvs59
13983
13984         * src/etpan/imap-thread.c
13985             disable login of IMAP password in libetpan log file.
13986
13987 2005-07-15 [paul]       1.9.12cvs58
13988
13989         * src/account.c
13990                 don't automatically sort
13991                 do allow drag n drop
13992
13993 2005-07-15 [paul]       1.9.12cvs57
13994
13995         * src/account.c
13996         * src/ssl_manager.c
13997                 alphabetical listing
13998
13999 2005-07-15 [paul]       1.9.12cvs56
14000
14001         * src/gtk/pluginwindow.c
14002                 sort plugin list alphabetically
14003
14004 2005-07-15 [paul]       1.9.12cvs55
14005
14006         * src/prefs_spelling.c
14007         * src/prefs_wrapping.c
14008                 unify English usage
14009
14010 2005-07-15 [colin]      1.9.12cvs54
14011
14012         * src/wizard.c
14013                 Typo fix
14014
14015 2005-07-15 [paul]       1.9.12cvs53
14016
14017         * src/prefs_message.c
14018                 make 'show cursor' a hidden option
14019
14020 2005-07-14 [colin]      1.9.12cvs52
14021
14022         * src/plugins/spamassassin/Makefile.am
14023         * src/plugins/clamav/Makefile.am
14024                 Fix double EXTRA_DISTs
14025
14026 2005-07-14 [colin]      1.9.12cvs51
14027
14028         * src/plugins/clamav/Makefile.am
14029         * src/plugins/clamav/clamav_plugin_gtk.deps
14030         * src/plugins/spamassassin/Makefile.am
14031         * src/plugins/spamassassin/spamassassin_gtk.deps
14032                 Make $plugin_gtk depend on $plugin
14033
14034 2005-07-14 [hoa]        1.9.12cvs50
14035
14036         * src/etpan/imap-thread.c
14037                 enable debug log of libetpan when running with --debug
14038
14039 2005-07-14 [colin]      1.9.12cvs49
14040
14041         * configure.ac
14042         * src/common/Makefile.am
14043         * src/common/plugin.c
14044         * src/common/plugin.h
14045                 Add a little plugin dependancy system.
14046                 Plugins can ship a $plugin_name.deps file
14047                 (near them in PLUGINDIR) so that their
14048                 dependancies are loaded if possible.
14049         * src/plugins/Makefile.am
14050         * src/plugins/pgpcore/Makefile.am
14051         * src/plugins/pgpcore/passphrase.c
14052         * src/plugins/pgpcore/passphrase.h
14053         * src/plugins/pgpcore/plugin.c
14054         * src/plugins/pgpcore/prefs_gpg.c
14055         * src/plugins/pgpcore/prefs_gpg.h
14056         * src/plugins/pgpcore/select-keys.c
14057         * src/plugins/pgpcore/select-keys.h
14058         * src/plugins/pgpcore/sgpgme.c
14059         * src/plugins/pgpcore/sgpgme.h
14060                 Introduce pgpcore, used by pgpmime and
14061                 pgpinline
14062         * src/plugins/pgpmime/Makefile.am
14063         * src/plugins/pgpmime/passphrase.c
14064         * src/plugins/pgpmime/passphrase.h
14065         * src/plugins/pgpmime/pgpmime.c
14066         * src/plugins/pgpmime/pgpmime.deps
14067         * src/plugins/pgpmime/plugin.c
14068         * src/plugins/pgpmime/prefs_gpg.c
14069         * src/plugins/pgpmime/prefs_gpg.h
14070         * src/plugins/pgpmime/select-keys.c
14071         * src/plugins/pgpmime/select-keys.h
14072         * src/plugins/pgpmime/sgpgme.c
14073         * src/plugins/pgpmime/sgpgme.h
14074                 Remove the core from pgpmime and add the
14075                 dependancy to pgpcore.
14076
14077 2005-07-14 [paul]       1.9.12cvs48
14078
14079         * src/stock_pixmap.c
14080                 forgot this in last commit
14081
14082 2005-07-14 [paul]       1.9.12cvs47
14083
14084         * src/account.c
14085         * src/addressbook.c
14086                 add accelerators for the buttons (sync with main)
14087         * src/compose.c
14088         * src/compose.h
14089                 add accelerators for the buttons.
14090                 fix editing with external editor.
14091                 replace gdk_input_*() with GIOChannel;
14092                 (sync with main)
14093         * src/foldersel.c
14094                 display folder names with new/unread
14095                 representation (sync with main)
14096         * src/main.c
14097                 specify default window icon (sync with main)
14098         * src/prefs_common.c
14099                 use_addr_book default to FALSE
14100         * src/summaryview.c
14101         * src/textview.c
14102                 add accelerators for the buttons (sync with main)
14103         * src/gtk/menu.c
14104                 fix typos
14105         * src/pixmaps/sylpheed_icon.xpm
14106                 updated
14107
14108 2005-07-13 [paul]       1.9.12cvs46
14109
14110         * src/plugins/pgpmime/pgpmime.c
14111         * src/plugins/pgpmime/sgpgme.c
14112                 (temporarily) use deprecated gpgme_data_rewind()
14113                 while largefile support is not present
14114                 (as suggested by Colin)
14115
14116 2005-07-13 [paul]       1.9.12cvs45
14117
14118         * configure.ac
14119                 remove large file support (for now):
14120                 it breaks too many things
14121
14122 2005-07-13 [paul]       1.9.12cvs44
14123
14124         * configure.ac
14125                 add large file support
14126         * src/html.c
14127                 fix bug #763 where href attribute was not
14128                 the very first attribute of a link
14129                 patch by Thomas Gilgin
14130
14131 2005-07-13 [colin]      1.9.12cvs43
14132
14133         * src/gtk/pluginwindow.c
14134                 Little portability fix
14135
14136 2005-07-13 [colin]      1.9.12cvs42
14137
14138         * src/plugins/pgpmime/sgpgme.c
14139                 Fix crasher.
14140
14141 2005-07-13 [colin]      1.9.12cvs41
14142
14143         * src/plugins/pgpmime/pgpmime.c
14144         * src/plugins/pgpmime/sgpgme.c
14145                 Use gpgme_data_release_and_get_mem instead
14146                 of gpgme_data_read.
14147
14148 2005-07-13 [colin]      1.9.12cvs40
14149
14150         * configure.ac
14151         * src/plugins/pgpmime/passphrase.c
14152         * src/plugins/pgpmime/passphrase.h
14153         * src/plugins/pgpmime/pgpmime.c
14154         * src/plugins/pgpmime/plugin.c
14155         * src/plugins/pgpmime/select-keys.c
14156         * src/plugins/pgpmime/select-keys.h
14157         * src/plugins/pgpmime/sgpgme.c
14158         * src/plugins/pgpmime/sgpgme.h
14159                 Port pgpmime to gpgme-1.0.
14160
14161 2005-07-12 [paul]       1.9.12cvs39
14162
14163         * AUTHORS
14164         * src/toolbar.c
14165         * src/toolbar.h
14166                 add a 'Go to Prev' button to the toolbar.
14167                 correct tooltip text of go to buttons.
14168                 based on patch by Yang Guilong <bamanzi@gmail.com>
14169
14170 2005-07-12 [colin]      1.9.12cvs38
14171
14172         * src/statusbar.c
14173                 Fix progress bar showing stuff at startup.
14174
14175 2005-07-12 [paul]       1.9.12cvs37
14176
14177         * src/editjpilot.c
14178                 fix building with jpilot support
14179
14180 2005-07-11 [colin]      1.9.12cvs36
14181
14182         * src/inc.c
14183                 Add visual indication that filtering is running
14184         * src/textview.c
14185                 Make {}[] uri delimiters
14186         * src/summaryview.c
14187                 Remove useless (and slow) calls
14188
14189 2005-07-11 [paul]       1.9.12cvs35
14190
14191         * src/plugins/clamav/clamav_plugin_gtk.c
14192         * src/plugins/dillo_viewer/dillo_prefs.c
14193         * src/plugins/pgpmime/prefs_gpg.c
14194         * src/plugins/spamassassin/spamassassin_gtk.c
14195                 gather plugins prefs together under their
14196                 own 'Plugins' heading
14197
14198 2005-07-11 [paul]       1.9.12cvs34
14199
14200         sync with main
14201
14202         * src/account.c
14203                 account_delete(): modified alert dialog
14204         * src/editjpilot.c
14205         * src/editvcard.c
14206                 fixed a crash when cancelling file selection
14207                 dialog by Escape key. Made non-ascii filename
14208                 selectable.
14209         * src/prefs_template.c
14210                 prefs_template_window_create(): make scrolled
14211                 window policy AUTOMATIC
14212
14213 2005-07-10 [hoa]        1.9.12cvs33
14214
14215         * src/etpan/imap-thread.c
14216                 workaround for old Courier IMAP servers.
14217
14218 2005-07-10 [colin]      1.9.12cvs32
14219
14220         * src/folder.c
14221         * src/statusbar.c
14222         * src/statusbar.h
14223                 Add visual progress indicator on filtering/processing
14224                 Factorize the progress bar code
14225         * src/imap.c
14226         * src/imap.h
14227         * src/etpan/imap-thread.c
14228                 Add a reference counter to avoid destroying the Folder
14229                 while it's in use by another callback.
14230
14231 2005-07-09 [hoa]        1.9.12cvs31
14232
14233         * src/imap.c
14234         * src/etpan/imap-thread.c
14235                 fixed deadlock when removing IMAP account.
14236
14237 2005-07-08 [colin]      1.9.12cvs30
14238
14239         * src/textview.c
14240         * src/unmime.c
14241                 Fix again problems decoding broken headers
14242         * src/gtk/inputdialog.c
14243                 Fix local variable shadowing a global one
14244
14245 2005-07-08 [colin]      1.9.12cvs29
14246
14247         * src/msgcache.c
14248                 Make the cache/mark files platform-agnostic by writing
14249                 them in little-endian format. Reading them is also done
14250                 in little-endian format, of course; however, in order
14251                 to avoid trashing mark data on big-endian machines, the
14252                 files are, at first, read from the native format if the
14253                 little-endian one doesn't exist. This is easy to deter-
14254                 mine by trying to open a file with a swapped data_ver
14255                 and seeing if it's the wanted version.
14256                 Little-endian using users should see absolutely no
14257                 difference, Big-endian users may get a very little
14258                 performance drop due to byte-swapping.
14259                 Tested on i386 and ppc32. 
14260                 Fixes bug #159 (The index file, in the mailboxes, is 
14261                 hardware depending).
14262
14263                 To have the cache/mark files updated to the new little-
14264                 endian format, "Check for new messages" or even
14265                 "Rebuild folder tree" aren't enough. Files will be
14266                 updated as soon as a folder has been opened/closed.
14267                 To update everything, just select all folders by
14268                 selecting them one by one.
14269
14270 2005-07-07 [colin]      1.9.12cvs28
14271
14272         * src/imap.c
14273                 Remember the folder separator per IMAPFolder
14274                 instead of globally.
14275                 Revive the Session on noop; fixes bug #761
14276                 (mark a bunch of unread messages as read takes 
14277                 forever)
14278
14279 2005-07-07 [darko]      1.9.12cvs27
14280
14281         * src/common/template.c
14282                 Sort templates alphabetically
14283
14284 2005-07-06 [colin]      1.9.12cvs26
14285
14286         * src/imap.c
14287                 Try to use the correct separator in
14288                 most cases. Possibly fixes bug #759
14289                 (only creates the INBOX folder when 
14290                 setting up new IMAP account) and 
14291                 bug #760 (Can't retrieve messages)
14292
14293 2005-07-06 [colin]      1.9.12cvs25
14294
14295         * src/imap.c
14296                 Use real_path in status command. This will
14297                 help later, when namespaces will be used.
14298
14299 2005-07-06 [colin]      1.9.12cvs24
14300
14301         * configure.ac
14302         * src/account.c
14303         * src/folder.c
14304         * src/imap.c
14305         * src/etpan/etpan-log.c
14306         * src/etpan/etpan-thread-manager.c
14307         * src/etpan/imap-thread.c
14308                 Add a --disable-libetpan parameter. With this,
14309                 users that don't want IMAP4 support can avoid
14310                 the new dependancy (and have no IMAP support).
14311                 Users that have IMAP4 accounts and use this
14312                 parameter won't lose their configuration, their
14313                 IMAP accounts will just be invisible and not
14314                 used.
14315         * src/textview.c
14316                 Make the "Copy ..." contextual menu items 
14317                 copy to both the X clipboard and the gtk 
14318                 clipboard - as most other apps do.
14319         * src/gtk/about.c
14320                 Add a notice about OpenSSL usage, in order to
14321                 comply with OpenSSL's license (point 6):
14322                 http://www.openssl.org/source/license.html
14323
14324 2005-07-06 [colin]      1.9.12cvs23
14325
14326         * src/alertpanel.c
14327                 Fix a minimum size for alertpanels
14328         * src/compose.c
14329                 Show 'No space left on device' type errors
14330                 when queuing/sending
14331         * src/imap_gtk.c
14332         * src/mh_gtk.c
14333                 Rework folder's deletion message (remove 
14334                 extra \n)
14335
14336 2005-07-05 [colin]      1.9.12cvs22
14337
14338         * src/imap.c
14339                 Add an alertpanel on auth error
14340                 Add pseudo-log
14341                 Remove pthread-related stuff
14342
14343 2005-07-05 [colin]      1.9.12cvs21
14344
14345         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14346                 Fix crash on plugin reloading (with a hack)
14347
14348 2005-07-05 [colin]      1.9.12cvs20
14349
14350         * src/prefs_account.c
14351         * src/prefs_account.h
14352                 Fix typo
14353         * src/gtk/filesel.c
14354         * src/gtk/filesel.h
14355                 Add a way to filter the view
14356         * src/gtk/pluginwindow.c
14357                 Filter loadable stuff
14358         * src/plugins/pgpmime/prefs_gpg.c
14359                 Fix missing unregistration
14360         * .cvsignore
14361         * src/etpan/.cvsignore
14362         * src/plugins/spamassassin/.cvsignore
14363                 Add more stuff to cvs ignored files
14364
14365 2005-07-04 [colin]      1.9.12cvs19
14366
14367         * src/imap.c
14368                 Fix scan_required returning FALSE when it
14369                 shouldn't. Maybe fix #760 (Can't retrieve
14370                 messages)
14371
14372 2005-07-04 [colin]      1.9.12cvs18
14373
14374         * src/summaryview.c
14375                 Fix always_show_msg pref
14376
14377 2005-07-04 [paul]       1.9.12cvs17
14378
14379         sync with main (forgotten in last commit)
14380         
14381         * src/common/utils.c
14382         * src/common/utils.h
14383                 check_line_length(): new.
14384                 is_dir_exist()
14385                 is_file_entry_exist()
14386                 dirent_is_regular_file()
14387                 dirent_is_directory(): use g_file_test() instead of stat().
14388
14389 2005-07-04 [paul]       1.9.12cvs16
14390
14391         sync with main:
14392
14393         * src/compose.c
14394                 compose_write_to_file(): check for line
14395                 length limit and display warning if exceeds
14396         * src/jpilot.c
14397                 use get_home_dir() instead of g_get_home_dir()
14398         * src/procheader.c
14399                 removed warning about invalid date
14400         * src/vcard.c
14401                 use get_home_dir() instead of g_get_home_dir()
14402
14403 2005-07-04 [paul]       1.9.12cvs15
14404
14405         * src/stock_pixmap.c
14406                 fix new pixmap naming errors
14407                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14408
14409 2005-07-04 [colin]      1.9.12cvs14
14410
14411         * src/imap.c
14412                 Fix debugging string with a warning
14413
14414 2005-07-04 [colin]      1.9.12cvs13
14415
14416         * configure.ac
14417                 Add a check for libetpan's version (>= 0.37)
14418
14419 2005-07-04 [hoa]        1.9.12cvs12
14420
14421         * commitHelper
14422         * src/imap.c
14423         * src/etpan/imap-thread.c
14424         * src/etpan/imap-thread.h
14425                 fixed IMAP implementation of check of mails.
14426
14427 2005-07-03 [hoa]        1.9.12cvs11
14428
14429         * src/etpan/Makefile.am
14430         * src/etpan/etpan-errors.h
14431         * src/etpan/etpan-log.[ch]
14432         * src/etpan/etpan-thread-manager-types.h
14433         * src/etpan/etpan-thread-manager.[ch]
14434         * src/etpan/imap-thread.[ch]
14435         * src/Makefile.am
14436         * src/imap.c
14437         * src/main.c
14438         * src/prefs_other.c
14439         * configure.ac
14440             merged imap branch.
14441             dependency on libetpan 0.37 is now added.
14442
14443 2005-07-01 [colin]      1.9.12cvs10
14444
14445         * src/Makefile.am
14446         * src/folder.c
14447         * src/folder.h
14448         * src/folderview.c
14449         * src/stock_pixmap.c
14450         * src/stock_pixmap.h
14451         * src/plugins/trayicon/trayicon.c
14452                 Add marked symbol on folders containing
14453                 marked messages
14454         * src/procmsg.c
14455         * src/procmsg.h
14456         * src/toolbar.c
14457         * src/prefs_common.c
14458         * src/prefs_common.h
14459         * src/prefs_send.c
14460                 Add an optional confirmation dialog on queue
14461                 sending. Patch by wwp.
14462         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14463         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14464         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14465         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14466         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14467         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14468         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14469         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14470         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14471         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14472         * src/pixmaps/trash_mark.xpm            ** ADDED **
14473                 New pixmaps
14474
14475 2005-07-01 [colin]      1.9.12cvs9
14476
14477         * src/summaryview.c
14478                 Fix a little threading bug
14479         * src/addrgather.c
14480         * src/mainwindow.c
14481                 A little bit of HIG normality never hurts
14482
14483 2005-07-01 [colin]      1.9.12cvs8
14484
14485         * src/compose.c
14486         * src/msgcache.c
14487         * src/pop.c
14488         * src/procmime.c
14489         * src/recv.c
14490         * src/common/log.c
14491         * src/common/template.c
14492         * src/common/utils.c
14493         * src/common/utils.h
14494                 Reverted the fwrite_atomic stuff. In fact
14495                 it is already atomic.
14496
14497 2005-06-30 [colin]      1.9.12cvs7
14498
14499         * src/common/utils.c
14500         * src/common/utils.h
14501                 Add an fwrite_atomic() function to make
14502                 sure we write everything: fwrite can make
14503                 short writes.
14504         * src/compose.c
14505         * src/msgcache.c
14506         * src/pop.c
14507         * src/procmime.c
14508         * src/recv.c
14509         * src/common/log.c
14510         * src/common/template.c
14511                 Use that (and fix swapping of size and nmemb).
14512                 Thanks to Rich Coe for the heads up.
14513
14514 2005-06-30 [colin]      1.9.12cvs6
14515
14516         * src/addressbook.c
14517                 Optimize addressbook opening 
14518
14519 2005-06-30 [colin]      1.9.12cvs5
14520
14521         * src/summaryview.c
14522                 Remove calls to summary_step after move/copy
14523
14524 2005-06-28 [paul]       1.9.12cvs4
14525
14526         * src/alertpanel.c
14527                 wrap and make the error msg selectable
14528
14529 2005-06-28 [paul]       1.9.12cvs3
14530
14531         * src/ssl_manager.c
14532                 replace the OK button with a Close button
14533         * src/gtk/foldersort.c
14534                 use GTK_STOCK_ icons/buttons
14535
14536 2005-06-28 [colin]      1.9.12cvs2
14537
14538         * src/gedit-print.c             ** ADDED **
14539         * src/gedit-print.h             ** ADDED **
14540         * src/gtk/gtksourceprintjob.c   ** ADDED **
14541         * src/gtk/gtksourceprintjob.h   ** ADDED **
14542                 I can't believe no one had enough time to tell
14543                 me I forgot the `cvs add`
14544
14545 2005-06-27 [colin]      1.9.12cvs1
14546
14547         * src/Makefile.am
14548         * src/gtk/Makefile.am
14549         * src/messageview.c
14550         * src/procmsg.c
14551         * src/summaryview.c
14552         * configure.ac
14553                 Add optional libgnomeprint-based printing
14554         * src/mainwindow.c
14555         * src/gtk/quicksearch.c
14556                 Add an Edit/Quick search menu item to show
14557                 and focus the quicksearch
14558
14559 2005-06-27 [paul]       1.9.12
14560
14561         1.9.12 release
14562
14563         * po/ca.po
14564         * po/de.po
14565         * po/es.po
14566         * po/fr.po
14567         * po/it.po
14568         * po/ko.po
14569         * po/pt_BR.po
14570         * po/sk.po
14571         * po/zh_CN.po
14572                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14573                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14574                 SungHyun Nam, Frederico Goncalves Guimaraes,
14575                 Andrej Kacian, and Yang Guilong
14576 2005-06-26 [colin]      1.9.11cvs106
14577
14578         * src/imap_gtk.c
14579                 Forgot one file for previous fix
14580
14581 2005-06-26 [colin]      1.9.11cvs105
14582
14583         * src/folder.c
14584         * src/imap.c
14585                 Fix problems with folder operations in no_select
14586                 imap folders. it applies only to mails, and 
14587                 creation/deletion/move/renaming of folders 
14588                 should be possible
14589
14590 2005-06-26 [paul]       1.9.11cvs104
14591
14592         * src/prefs_filtering.c
14593                 replace one more GTK_STOCK_REMOVE
14594                 with GTK_STOCK_DELETE
14595
14596 2005-06-25 [colin]      1.9.11cvs103
14597
14598         * src/imap.c
14599                 Optimize get_seq_set_from_seq_list
14600                 (Patch by Ricardo) 
14601
14602 2005-06-25 [colin]      1.9.11cvs102
14603
14604         * src/mh.c
14605                 If the directory exists, but not in the
14606                 correct encoding, rename it. This should
14607                 handle old-versions-induced bugs.
14608
14609 2005-06-25 [colin]      1.9.11cvs101
14610
14611         * src/mh.c
14612                 Fix path access with extended dir names
14613                 Fixes bug #589 (SC segfaults with wrong locale
14614                 settings)
14615
14616 2005-06-25 [colin]      1.9.11cvs100
14617
14618         * src/prefs_account.c
14619         * src/prefs_account.h
14620         * src/compose.c
14621                 Add an option to encrypt replies to
14622                 encrypted messages
14623
14624 2005-06-25 [colin]      1.9.11cvs99
14625
14626         * src/compose.c
14627         * src/quote_fmt_parse.y
14628                 ... And make it work with pgpinline.
14629
14630 2005-06-25 [colin]      1.9.11cvs98
14631
14632         * src/compose.c
14633         * src/procmime.c
14634         * src/procmime.h
14635         * src/quote_fmt_parse.y
14636                 o Make reedition of encrypted messages possible
14637                   (as long as it is encrypted to self too, no
14638                    magic there)
14639                 o Make replying with quote (and without selecting
14640                   text) possible for encrypted messages.
14641                 Closes bug #550 (Not possible to "reply with quote"
14642                 to gnupg encrypted messages)
14643
14644 2005-06-24 [paul]       1.9.11cvs97
14645
14646         * src/imap.c
14647                 add missing include
14648
14649 2005-06-24 [paul]       1.9.11cvs96
14650
14651         * src/editldap.c
14652                 made bind password entry invisible
14653                 (sync with main)
14654         * src/send_message.c
14655                 send_message_local(): check exit status
14656                 to detect errors (sync with main)
14657         * src/textview.c
14658                 use main's less ambiguous popup menu
14659                 wording
14660
14661 2005-06-24 [paul]       1.9.11cvs95
14662
14663         * src/prefs_actions.c
14664         * src/prefs_customheader.c
14665         * src/prefs_display_header.c
14666         * src/prefs_filtering_action.c
14667         * src/prefs_matcher.c
14668         * src/prefs_template.c
14669         * src/prefs_toolbar.c
14670                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
14671         * src/gtk/description_window.c
14672                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
14673
14674 2005-06-23 [colin]      1.9.11cvs94
14675
14676         * src/summaryview.c
14677                 Fix rough edges (be sure to call status_show whenever
14678                 necessary).
14679
14680 2005-06-23 [colin]      1.9.11cvs93
14681
14682         * src/summaryview.c
14683                 Optimize Select All
14684                 Before, in a 5K mails folder: 11s
14685                 After, in the same folder: 58000µs
14686                 The joys of locking... gtk_clist_select_all() fires a 
14687                 tree-select-row event for each selected row, which in 
14688                 summaryview, callbacks summary_selected which in turn,
14689                 calls summary_status_show, which walks the selected
14690                 rows. Hence, calling gtk_clist_select_all was 
14691                 exponential. Locking the summaryview makes 
14692                 summary_selected return early.
14693
14694 2005-06-23 [colin]      1.9.11cvs92
14695
14696         * src/imap.c
14697                 Move mutex at the important place to avoid
14698                 deadlocks
14699         * src/summaryview.c
14700                 Fix Del key deleting directly instead of
14701                 moving to trash
14702
14703 2005-06-22 [colin]      1.9.11cvs91
14704
14705         * src/plugins/spamassassin/libspamc.c
14706                 As we do spagetti code with assignations in multiple
14707                 places (see _message_read_raw where out = msg = raw),
14708                 let's be sure we don't free the same pointer twice.
14709                 Should fix bug #683 (Crash in libpam at 
14710                 message_cleanup).
14711
14712 2005-06-22 [colin]      1.9.11cvs90
14713
14714         * src/compose.c
14715         * src/messageview.c
14716         * src/toolbar.c
14717                 Make toolbar's delete use the move to trash stuff;
14718                 Add gtk_widget_realize to be sure pixmaps can get
14719                 created (that may fix an old worksforme bug which
14720                 I can't find back...)
14721
14722 2005-06-22 [colin]      1.9.11cvs89
14723
14724         * src/summaryview.c
14725         * src/summaryview.h
14726         * src/mainwindow.c
14727                 Rename "Message/Delete" to "Message/Move to trash"
14728                 Add "Message/Delete..." that directly destroys the
14729                 selected messages after asking for a confirmation.
14730
14731 2005-06-22 [colin]      1.9.11cvs88
14732
14733         * src/imap.c
14734                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
14735                 o Fix a deadlock (thanks Darko)
14736
14737 2005-06-22 [colin]      1.9.11cvs87
14738
14739         * src/gtk/foldersort.c
14740                 Add missing include for the i18n;
14741                 patch by Fabien Vantard
14742
14743 2005-06-21 [colin]      1.9.11cvs86
14744
14745         * src/folder.c
14746         * src/folderview.c
14747                 Respect the no_select flag
14748         * src/imap.c
14749                 Fix recursive deletion
14750         * src/imap_gtk.c
14751         * src/mh_gtk.c
14752                 Make the folder deletion's warning
14753                 more explicit
14754
14755 2005-06-21 [colin]      1.9.11cvs85
14756
14757         * src/textview.c
14758                 Prevent email addresses from spanning accross
14759                 lines - fixes bug # 646 (newline-chars in 
14760                 email addresses)
14761
14762 2005-06-20 [colin]      1.9.11cvs84
14763
14764         * src/folder.c
14765                 Be sure not to remove source if copy failed
14766
14767 2005-06-20 [colin]      1.9.11cvs83
14768
14769         * src/folderview.c
14770         * src/imap_gtk.c
14771                 remove summaryview's lock
14772         * src/imap.c
14773                 introduce threads to avoid problems when foreground tasks
14774                 interfere with background tasks
14775         * src/mh.c
14776                 prevent moving to drafts/queue
14777         * src/mimeview.c
14778                 fix leak
14779
14780 2005-06-19 [colin]      1.9.11cvs82
14781
14782         * src/imap_gtk.c
14783                 Remember that the user doesn't want to override
14784                 offline mode, for 3 seconds. It avoid presenting
14785                 him with N popups in a really short time.
14786
14787 2005-06-17 [colin]      1.9.11cvs81
14788
14789         * src/imap.c
14790                 Fix IMAP breaking on folders containing '('
14791                 (Probably won't be enough)
14792
14793 2005-06-17 [colin]      1.9.11cvs80
14794
14795         Forgotten files on 1.9.11cvs79
14796         * src/summaryview.c
14797                 Fix stepping when not immediately executing
14798         * src/imap.c
14799                 Really prevent UID FETCH 0
14800         * src/codeconv.c
14801                 Fix outgoing charset never set to utf-8
14802         * src/mh.c
14803                 Fix leak
14804
14805 2005-06-16 [colin]      1.9.11cvs79
14806
14807         * src/compose.c
14808                 Fix bug #707 (Dash splits rows)
14809                 Only wrap if we're on a line break position and
14810                 the previous one was a "white" (space) char.
14811                 Pango stuff is weird.
14812
14813 2005-06-16 [colin]      1.9.11cvs78
14814
14815         * src/imap_gtk.c
14816                 Lock summaryview while downloading messages
14817                 on user demand
14818         * src/procheader.c
14819         * src/unmime.c
14820         * src/common/utils.c
14821         * src/common/utils.h
14822                 Replace \r and \n with spaces in From and
14823                 Subject headers
14824
14825 2005-06-16 [paul]       1.9.11cvs77
14826
14827         * src/procmime.c
14828                 liberalise the mime parser
14829         * src/gtk/about.c
14830                 add text wrapping
14831
14832 2005-06-16 [paul]       1.9.11cvs76
14833
14834         * src/gtk/about.c
14835                 reworked
14836
14837 2005-06-15 [colin]      1.9.11cvs75
14838
14839         * src/compose.c
14840                 Finish header encoding fix
14841         * src/summaryview.c
14842                 Fix segfault
14843         * src/headerview.c
14844                 Fix compilation (Thanks Stephan
14845                 Sachse)
14846
14847 2005-06-15 [colin]      1.9.11cvs74
14848
14849         * Makefile.am
14850                 Install gnome2 stuff rather than gnome1, 
14851                 if both are present
14852         * src/codeconv.c
14853         * src/codeconv.h
14854         * src/compose.c
14855                 Fix headers encoding
14856         * src/folder.c
14857                 Visual progress when fetching all messages
14858         * src/folderview.c
14859         * src/summaryview.c
14860         * src/summaryview.h
14861                 Prevent changing current message while
14862                 incorporating
14863
14864 2005-06-15 [paul]       1.9.11cvs73
14865
14866         * src/gtk/gtkaspell.c
14867         * src/gtk/gtkaspell.h
14868                 fix build warnings
14869
14870 2005-06-15 [paul]       1.9.11cvs72
14871
14872         * src/prefs_filtering.c
14873                 allow reordering of filter rules by
14874                 drag n drop
14875
14876 2005-06-15 [paul]       1.9.11cvs71
14877
14878         * COPYING
14879                 updated
14880         * src/codeconv.c
14881                 replace deprecated function
14882         * src/inc.c
14883         * src/send_message.c
14884         * src/gtk/progressdialog.c
14885         * src/gtk/progressdialog.h
14886                 salvage and reuse parts of reverted sync
14887
14888 2005-06-15 [paul]       1.9.11cvs70
14889
14890         * src/inc.c
14891         * src/send_message.c
14892         * src/gtk/progressdialog.c
14893         * src/gtk/progressdialog.h
14894                 revert yesterday's sync with main
14895                 it contains deprecated functions
14896
14897 2005-06-15 [colin]      1.9.11cvs69
14898
14899         * src/headerview.c
14900                 Fix bug #670 (multi user to: will corrupt message 
14901                 headers display)
14902
14903 2005-06-15 [colin]      1.9.11cvs68
14904
14905         * src/compose.c
14906                 Fix bug #421 (Fix undo on wrapping)
14907
14908 2005-06-15 [colin]      1.9.11cvs67
14909
14910         * src/folder.c
14911                 Provide visual feedback while processing
14912                 folder's rules.
14913         * src/imap.c
14914                 Provide visual feedback while getting
14915                 short headers (for uncached messages)
14916
14917
14918 2005-06-14 [paul]       1.9.11cvs66
14919
14920         * src/account.c
14921                 change a couple stock icons
14922         * src/inc.c
14923         * src/send_message.c
14924         * src/gtk/progressdialog.c
14925         * src/gtk/progressdialog.h
14926                 sync main's GtkTreeView implementation
14927
14928 2005-06-14 [colin]      1.9.11cvs65
14929
14930         * src/imap.c
14931                 Various little fixes, mainly on error paths
14932
14933 2005-06-13 [colin]      1.9.11cvs64
14934
14935         * matcher.c
14936         * procmsg.c
14937         * procmsg.h
14938                 Add a way to fetch only headers. This speeds
14939                 up filtering on headers for IMAP. Fixes:
14940                 bug #481 extraneous imap commands slow down 
14941                         imap filtering
14942                 bug #522 Sylpheed downloads all messages 
14943                         when opening mailbox (IMAP)
14944                 bug #677 IMAP fetch is soooooooooooooo slow
14945         * src/folder.c
14946         * src/folder.h
14947                 Add a folder set_batch method so that
14948                 implementations can speed up flags changes
14949         * src/folderutils.c
14950         * src/summaryview.c
14951                 Use that in mark as (un)read and mark all read
14952                 Refix bug #679
14953         * src/imap.c
14954                 Implement set_batch - brings back deferred
14955                 flags in a less buggy manner. Fixes:
14956                 bug #729 IMAP immediate expunge of deleted messages
14957                 bug #191 remove list of messages with one command
14958                 Fix login with strange chars
14959                 Implement fetch_msg_full
14960                 Fix copy (wrong counts)
14961
14962 2005-06-12 [colin]      1.9.11cvs63
14963
14964         * src/folder.c
14965                 lock incorporation during long operations.
14966                 Avoids fucking up the IMAP socket.
14967
14968 2005-06-12 [colin]      1.9.11cvs62
14969
14970         * src/imap.c
14971                 Fix harmful typo
14972                 Factorize remove_all_msg
14973                 Thread-ize expunge
14974         * src/summaryview.c
14975                 Don't update partial-download status if unnecessary
14976         * src/folder.c
14977                 Use remove_msgs everywhere possible
14978
14979 2005-06-12 [colin]      1.9.11cvs61
14980
14981         * src/folder.c
14982         * src/folder.h
14983                 Add a remove_msgs function to remove a 
14984                 list of messages
14985         * src/imap.c
14986                 Implement that.
14987
14988 2005-06-12 [colin]      1.9.11cvs60
14989
14990         * src/imap.c
14991                 Remove flags-processing deferring... Too hard
14992                 to get it to work in all cases.
14993
14994 2005-06-11 [colin]      1.9.11cvs59
14995
14996         * src/imap.c
14997                 printf -> debug_print
14998
14999 2005-06-11 [colin]      1.9.11cvs58
15000
15001         * src/imap.c
15002                 o Fix build without USE_PTHREAD
15003                 o Factorize imap_open
15004                 o Alertpanel in case of impossible connection
15005                 o Alertpanel in case of impossible login
15006                 o Fix deferred flags processing to force a 
15007                   flush before adding some more flags to process,
15008                   but in another folder.
15009
15010 2005-06-10 [colin]      1.9.11cvs57
15011
15012         * src/imap.c
15013                 o Fix a format string error
15014                 o init ssl socket outside of the thread 
15015                   (it possibly invokes gtk calls)
15016         * src/procmime.c
15017                 o Put back the buffer to its necessary size
15018                 o Fix changing a file pointer without keeping
15019                   track of it (thanks Valgrind)
15020         * src/common/smtp.c
15021                 o Fix automatic STARTTLS if login should be done
15022                   and the server only allows it after starting TLS
15023         * src/gtk/gtkinputdialog.c
15024                 o Eat GDK_Return so that the combo popup doesn't 
15025                   appear when we press Enter to validate the combo
15026                   input dialog (as seen in the Open with... dialog)
15027
15028 2005-06-10 [colin]      1.9.11cvs56
15029
15030         * src/imap.c
15031                 o A bit less debug
15032                 o Fix a crash on deletion
15033                 o Threadize imap_select (it's called outside of 
15034                   threads)
15035                 o Defer treatment of DELETED flags
15036
15037
15038 2005-06-09 [colin]      1.9.11cvs55
15039
15040         * src/imap.c
15041                 Make sure we check imap_gtk_should_override(), which
15042                 potentially calls gtk stuff, before creating thread.
15043                 That way it should't be called via imap_get_session()
15044                 inside a thread.
15045
15046 2005-06-09 [colin]      1.9.11cvs54
15047
15048         * src/imap.c
15049                 o add a bit of status output
15050                 o remove some dead code
15051                 o threadize get_list_of_uids
15052                 o threadize imap_get_flags
15053                 o defer flag changing by 500ms so that they
15054                   can be batched
15055
15056
15057 2005-06-08 [colin]      1.9.11cvs53
15058
15059         * src/imap.c
15060                 Thread-ize imap_cmd_fetch
15061
15062 2005-06-08 [colin]      1.9.11cvs52
15063
15064         * src/main.c
15065                 Mmh, that broke POP3...
15066
15067 2005-06-08 [colin]      1.9.11cvs51
15068
15069         * src/main.c
15070                 Stabilize IMAP patch (thanks to Hoa)
15071
15072 2005-06-08 [colin]      1.9.11cvs50
15073
15074         * src/imap.c
15075                 Test patch to speed up imap. 
15076
15077 2005-06-08 [colin]      1.9.11cvs49
15078
15079         * src/imap_gtk.c
15080                 Warning fix
15081         * src/procmime.c
15082                 Apply patch from gentoo to use /usr/share/mime/globs if 
15083                 available, after un-breaking it
15084         * src/common/log.c
15085         * src/common/log.h
15086                 Use g_timeout for invoking hooks that possibly use gtk
15087                 calls. This should leave gtk calls in the main thread.
15088
15089 2005-06-08 [paul]       1.9.11cvs48
15090
15091         * src/codeconv.c
15092                 conv_get_outgoing_charset_str(): don't
15093                 use prefs_common setting
15094         * src/compose.c
15095         * src/compose.h
15096                 add /Options/Character encoding/... to
15097                 temporarily change the outgoing encoding
15098
15099         (belated sync with main)
15100
15101 2005-06-08 [paul]       1.9.11cvs47
15102
15103         * src/compose.c
15104                 correction to/completion of last
15105                 sync with main
15106
15107 2005-06-08 [paul]       1.9.11cvs46
15108
15109         sync with main:
15110         
15111         * src/codeconv.c
15112         * src/codeconv.h
15113                 always enabled Japanese auto-detection
15114                 if the first letters of locale string
15115                 is "ja"
15116         * src/compose.c
15117                 don't use "destroy" signal to destroy
15118                 Compose object (fix rare crashes on discard?)
15119         * src/mainwindow.c
15120         * src/messageview.c
15121         * src/prefs_send.c
15122                 added Hebrew encodings
15123         * src/sourcewindow.c
15124                 don't use "destroy" signal to destroy
15125                 objects
15126
15127 2005-06-07 [colin]      1.9.11cvs45
15128
15129         * src/summaryview.c
15130                 Add missing unlocks/locks
15131
15132 2005-06-07 [paul]       1.9.11cvs44
15133
15134         * src/summaryview.c
15135                 restore bug #749 fix
15136
15137 2005-06-06 [colin]      1.9.11cvs43
15138
15139         * src/summaryview.c
15140                 Fix selection bug when prefs_common.open_unread 
15141                 is FALSE
15142
15143 2005-06-06 [colin]      1.9.11cvs42
15144
15145         * src/common/md5.c
15146                 Fix a warning
15147         * src/summaryview.c
15148         * src/folderview.c
15149                 Factorize long operations beginning and end
15150                 (locking, freezing/thawing, cursor, ...)
15151                 Check selection->data member in selection-
15152                 related loops; this avoids dying an awful
15153                 death if the selection changes on us while
15154                 we're marking a whole IMAP folder unread, 
15155                 for example.
15156
15157 2005-06-06 [paul]       1.9.11cvs41
15158
15159         * src/textview.c
15160                 don't g_free() a static gchar buffer
15161
15162 2005-06-05 [colin]      1.9.11cvs40
15163
15164         * src/mainwindow.c
15165         * src/messageview.c
15166         * src/summaryview.c
15167                 Fix bug #749 (Show all headers should be
15168                 sticky as the GUI suggests)
15169
15170 2005-06-03 [paul]       1.9.11cvs39
15171
15172         * src/compose.c
15173                 don't allow editing of mail while sending.
15174                 patch by Colin
15175
15176 2005-06-03 [paul]       1.9.11cvs38
15177
15178         * src/folderview.c
15179                 add a freeze/thaw to speed up 'mark all read'
15180
15181 2005-06-03 [paul]       1.9.11cvs37
15182
15183         * src/prefs_message.c
15184                 reflect changes immediately
15185
15186 2005-06-02 [colin]      1.9.11cvs36
15187
15188         * po/POTFILES.in
15189                 Patch by Fabien Vantard.
15190
15191 2005-06-02 [colin]      1.9.11cvs35
15192
15193         * src/imap.c
15194                 Use a non-blocking imap_getline() if possible.
15195                 This should completely prevent the interface
15196                 from freezin on imap operations, although it
15197                 may do strange stuff in case of folder switching
15198                 while a big imap operation is taking place...
15199
15200                 In addition, fix a leak in the case thread
15201                 creation fails on connection.
15202
15203 2005-06-02 [colin]      1.9.11cvs34
15204
15205         * src/crash.c
15206         * src/prefs_common.h
15207                 Fix build (prefs_common_init() doesn't exist
15208                 anymore)
15209
15210 2005-06-02 [colin]      1.9.11cvs33
15211
15212         * src/prefs_account.c
15213                 Fix bug #245 (filtering rules broken when
15214                 renaming a remote account (imap4 or nntp)
15215
15216 2005-06-02 [colin]      1.9.11cvs32
15217
15218         * src/imap.c
15219                 Try to fix IMAP shortcomings: 
15220                 o Multithread imap_open()
15221                 o allow offline-mode overriding instead of
15222                   just returning NULL
15223         * src/imap_gtk.c
15224         * src/imap_gtk.h
15225                 Add a function to ask whether we want to
15226                 override offline-mode for 10 minutes (one-shot
15227                 asking was painful)
15228         * src/procheader.c
15229                 Fix segfault when imap parser isn't happy about
15230                 a missing {
15231
15232 2005-06-01 [colin]      1.9.11cvs31
15233
15234         * src/addrharvest.c
15235         * src/compose.c
15236         * src/mbox.c
15237         * src/mbox.h
15238         * src/mh.c
15239         * src/msgcache.c
15240         * src/send_message.c
15241         * src/setup.c
15242         * src/undo.c
15243         * src/common/hooks.c
15244         * src/common/prefs.c
15245         * src/common/template.c
15246         * src/common/utils.c
15247         * src/gtk/gtkutils.c
15248         * src/gtk/inputdialog.c
15249         * src/gtk/menu.c
15250         * src/gtk/pluginwindow.c
15251         * src/gtk/prefswindow.c
15252         * src/plugins/pgpmime/passphrase.c
15253         * src/plugins/pgpmime/prefs_gpg.c
15254                 More -Wall fixes
15255
15256         * src/common/Makefile.am
15257         * src/common/timing.h
15258                 Add basic timing code
15259
15260         * src/summaryview.c
15261                 Fix a bug with unread messages when 
15262                 re-sorting folders, and by the way
15263                 fix a big performance hit when 
15264                 re-sorting (10k mails: before 5s,
15265                 after .5s)
15266
15267         * src/prefs_compose_writing.c
15268         * src/prefs_compose_writing.h
15269         * src/prefs_message.c
15270         * src/prefs_message.h
15271         * src/prefs_other.c
15272         * src/prefs_other.h
15273         * src/prefs_quote.c
15274         * src/prefs_quote.h
15275         * src/prefs_receive.c
15276         * src/prefs_receive.h
15277         * src/prefs_send.c
15278         * src/prefs_send.h
15279         * src/prefs_summaries.c
15280         * src/prefs_summaries.h
15281                 Fix copyright banner
15282
15283 2005-06-01 [paul]       1.9.11cvs30
15284
15285         * po/fi.po
15286                 updated by Flammie Pirinen
15287         * src/procmime.c
15288                 fix 'Bad BASE64 content' output
15289
15290 2005-05-31 [colin]      1.9.11cvs29
15291
15292         * src/procmime.c
15293                 Oops, where did my hunk go.
15294
15295 2005-05-31 [colin]      1.9.11cvs28
15296
15297         * src/Makefile.am
15298         * src/account.c
15299         * src/action.c
15300         * src/addr_compl.c
15301         * src/addressbook.c
15302         * src/codeconv.c
15303         * src/compose.c
15304         * src/export.c
15305         * src/folder.c
15306         * src/folderview.c
15307         * src/image_viewer.c
15308         * src/main.c
15309         * src/mainwindow.c
15310         * src/messageview.c
15311         * src/mimeview.c
15312         * src/msgcache.c
15313         * src/prefs_account.c
15314         * src/prefs_actions.c
15315         * src/prefs_common.c
15316         * src/prefs_compose_writing.c
15317         * src/prefs_customheader.c
15318         * src/prefs_ext_prog.c
15319         * src/prefs_filtering.c
15320         * src/prefs_filtering_action.c
15321         * src/prefs_fonts.c
15322         * src/prefs_image_viewer.c
15323         * src/prefs_message.c
15324         * src/prefs_message.h
15325         * src/prefs_msg_colors.c
15326         * src/prefs_other.c
15327         * src/prefs_other.h
15328         * src/prefs_quote.c
15329         * src/prefs_receive.c
15330         * src/prefs_receive.h
15331         * src/prefs_send.c
15332         * src/prefs_send.h
15333         * src/prefs_spelling.c
15334         * src/prefs_summaries.c
15335         * src/prefs_summary_column.c
15336         * src/prefs_template.c
15337         * src/prefs_themes.c
15338         * src/prefs_toolbar.c
15339         * src/prefs_wrapping.c
15340         * src/procmime.c
15341         * src/procmsg.c
15342         * src/send_message.h
15343         * src/ssl_manager.c
15344         * src/summary_search.c
15345         * src/summaryview.c
15346         * src/textview.c
15347         * src/wizard.c
15348         * src/common/smtp.c
15349         * src/common/smtp.h
15350         * src/gtk/gtkutils.h
15351                 o Move the rest of Common prefs to new style
15352                 o Lots of -Wall warning fixes
15353                 o fix FIXME in cache memusage calculation
15354                 o Let return receipts be sent from any account
15355                 o Little cache optimisation (read)
15356                 o Fix bug #746 (don't treat commas as separators
15357                   when inside a quoted string)
15358
15359 2005-05-31 [paul]       1.9.11cvs27
15360
15361         * src/prefs_common.c
15362                 fix 'off-by-one' typo
15363
15364 2005-05-31 [paul]       1.9.11cvs26
15365
15366         * src/account.c
15367         * src/addr_compl.c
15368         * src/compose.c
15369         * src/foldersel.c
15370         * src/prefs_actions.c
15371         * src/prefs_common.c
15372         * src/prefs_common.h
15373         * src/prefs_customheader.c
15374         * src/prefs_display_header.c
15375         * src/prefs_filtering.c
15376         * src/prefs_filtering_action.c
15377         * src/prefs_matcher.c
15378         * src/prefs_summaries.c
15379         * src/prefs_summary_column.c
15380         * src/prefs_template.c
15381         * src/prefs_toolbar.c
15382         * src/ssl_manager.c
15383         * src/gtk/pluginwindow.c
15384         * src/gtk/prefswindow.c
15385         * src/gtk/progressdialog.c
15386                 add hidden prefs 'enable_rules_hint'
15387                 for gtk_tree_view_set_rules_hint()
15388                 (sync with main)
15389                 
15390
15391 2005-05-31 [colin]      1.9.11cvs25
15392
15393         * src/Makefile.am
15394         * src/main.c
15395         * src/prefs_common.c
15396         * src/prefs_summaries.c ** ADDED **
15397         * src/prefs_summaries.h ** ADDED **
15398                 Common/Display -> Display/Summaries
15399
15400 2005-05-31 [colin]      1.9.11cvs24
15401
15402         * src/Makefile.am
15403         * src/main.c
15404         * src/prefs_quote.c ** ADDED **
15405         * src/prefs_quote.h ** ADDED **
15406                 Move Common/Quote to Compose/Quoting
15407         * src/prefs_common.c
15408         * src/prefs_common.h
15409                 Remove old quote stuff, add
15410                 convenience functions for GtkTextView prefs
15411         * src/gtk/prefswindow.c
15412                 Set default height higher
15413
15414 2005-05-30 [colin]      1.9.11cvs23
15415
15416         * src/Makefile.am
15417         * src/main.c
15418         * src/prefs_common.c
15419         * src/prefs_compose_writing.c ** ADDED **
15420         * src/prefs_compose_writing.h ** ADDED **
15421                 Move Common/Compose prefs to Compose/Writing
15422
15423 2005-05-30 [colin]      1.9.11cvs22
15424
15425         * src/common/utils.c
15426                 Fix bug #651 (Confused Attract by Subject)
15427                 Patch by M. Benkmann <haferfrost@web.de>
15428         * AUTHORS
15429
15430 2005-05-30 [colin]      1.9.11cvs21
15431
15432         * src/compose.c
15433                 Fix concatenation of different headers of
15434                 the same type (bug #645)
15435         * src/prefs_folder_item.c
15436                 Fix bug #699 (setting color to black doesn't
15437                 work immediately)
15438         * src/procmime.c
15439                 Print out decoding error only once per
15440                 block
15441
15442 2005-05-30 [paul]       1.9.11cvs20
15443
15444         * src/common/template.c
15445                 fix Bcc
15446
15447 2005-05-30 [paul]       1.9.11cvs19
15448
15449         * doc/src/rfc2368.txt   **NEW FILE**
15450         * src/compose.c
15451                 compose_entries_set(): don't interpret Bcc
15452                 header field (conform to RFC 2368)
15453                 (sync with main)
15454
15455 2005-05-29 [colin]      1.9.11cvs18
15456
15457         * src/prefs_common.c
15458                 Let the default reply format respect
15459                 netiquette by cutting the signature.
15460
15461 2005-05-29 [colin]      1.9.11cvs17
15462
15463         * src/summaryview.c
15464                 Don't let always_show_msg override
15465                 open_unread_on_enter when opening a new
15466                 directory.
15467
15468 2005-05-27 [paul]       1.9.11cvs16
15469
15470         sync with main:
15471
15472         * src/main.c
15473                 app_will_exit(): cleanup tmp directory when exit
15474         * src/message_search.c
15475                 improved the interface and made code cleanup.
15476                 removed Clear button
15477         * src/send_message.c
15478                 send_message_local(): use GSpawn, and detect errors
15479         * src/summary_search.c
15480                 improved the interface and made code cleanup
15481         * src/textview.c
15482                 textview_write_link(): also skip non-ascii space
15483                  at the head of link strings (phishing check
15484                  didn't work at the case)
15485         * src/common/utils.c
15486                 get_command_output(): use g_spawn_command_line_sync()
15487                 instead of popen()
15488
15489 2005-05-26 [colin]      1.9.11cvs15
15490
15491         * src/folder.c
15492                 remove printf
15493
15494 2005-05-26 [colin]      1.9.11cvs14
15495
15496         * src/common/nntp.c
15497                 Fix nntp mode reader (bug #611)
15498                 Patch by Florian Mickler <florian@mickler.org>
15499
15500 2005-05-26 [colin]      1.9.11cvs13
15501
15502         * src/plugins/pgpmime/passphrase.c
15503                 Fix mouse grabbing (bug #557)
15504
15505 2005-05-26 [colin]      1.9.11cvs12
15506
15507         * src/prefs_themes.c
15508                 Fix g_warning (bug #541)
15509
15510 2005-05-26 [colin]      1.9.11cvs11
15511
15512         * src/prefs_actions.c
15513         * src/prefs_template.c
15514                 Fix bug #506 (no warning if action/template
15515                 is not saved)
15516         * src/common/template.c
15517                 Fix a possible crash
15518
15519 2005-05-26 [colin]      1.9.11cvs10
15520
15521         * src/folder.c
15522         * src/folderview.c
15523         * src/procmsg.c
15524         * src/summaryview.c
15525                 Forbid locked messages to be moved or
15526                 deleted. Locked messages in trashes 
15527                 still get deleted, for performance
15528                 reason (mh.c::mh_remove_all_msgs)
15529
15530 2005-05-25 [colin]      1.9.11cvs9
15531
15532         * src/procmime.c
15533                 Use correct encoding when sending mails
15534                 with attachments that have accentued 
15535                 chars in their name
15536
15537 2005-05-24 [colin]      1.9.11cvs8
15538
15539         * src/summaryview.c
15540                 Fix bug #688 f) read/unread marker not
15541                 changed on first click
15542                 Also, optimize summary_status_show()
15543                 calls
15544         * src/folder.c
15545         * src/inc.c
15546         * src/procmime.c
15547                 Fix bug #688 b) and c) wrt message
15548                 attachments and signature
15549         * src/stock_pixmap.c
15550         * src/stock_pixmap.h
15551         * src/stock_pixmap.c
15552         * src/stock_pixmap.h
15553         * src/Makefile.am
15554         * src/pixmaps/clip_gpg_signed.xpm
15555                 Add clip/signed icon
15556
15557 2005-05-24 [colin]      1.9.11cvs7
15558
15559         * src/folder_item_prefs.c
15560                 whitespace fix
15561
15562 2005-05-24 [colin]      1.9.11cvs6
15563
15564         * src/folderview.c
15565         * src/prefs_common.c
15566         * src/prefs_common.h
15567                 Add a confirmation to folder drag and drop
15568                 fixes bug #156
15569         * src/alertpanel.c
15570         * src/alertpanel.h
15571                 fix _with_disable parameters so that
15572                 the buttons labels are specifiable too
15573         * src/plugins/pgpmime/sgpgme.c
15574                 reflect said change
15575                 
15576
15577 2005-05-24 [colin]      1.9.11cvs5
15578
15579         * src/folderview.c
15580                 Uncollapse/collapse folders on double-click
15581                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15582                 closes bug #108
15583
15584 2005-05-23 [colin]      1.9.11cvs4
15585
15586         * src/common/socket.c
15587                 Check another special SSL_peek() error.
15588                 Should help wrt bug #728
15589
15590 2005-05-23 [colin]      1.9.11cvs3
15591
15592         * src/plugins/pgpmime/pgpmime.c
15593                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
15594                 breaking menu accelerators and stuff. Users will have to
15595                 reselect "PGP MIME" instead of "PGP/MIME" in their 
15596                 account's privacy preferences if needed.
15597
15598 2005-05-22 [paul]
15599
15600         * tools/kdeservicemenu/install.sh
15601                 use kdesu to prompt for root password if doing
15602                 global install/uninstall
15603
15604 2005-05-20 [colin]      1.9.11cvs2
15605
15606         * src/procmsg.c
15607                 Fix another compilation error with gcc-2.9x
15608                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
15609         * src/send_message.c
15610                 Don't send QUIT if we aren't connected
15611
15612 2005-05-19 [colin]      1.9.11cvs1
15613
15614         * src/procmsg.c
15615                 Fix compilation with gcc 2.9x
15616
15617 2005-05-19 [paul]       1.9.11
15618
15619         1.9.11 released
15620
15621 2005-05-19 [paul]       1.9.9cvs14
15622
15623         * src/gtk/inputdialog.c
15624                 prevent gettext warning
15625
15626 2005-05-19 [paul]       1.9.9cvs13
15627
15628         * src/mainwindow.c
15629         * src/prefs_common.c
15630         * src/prefs_common.h
15631         * src/textview.c
15632         * src/textview.h
15633                 add an option to toggle cursor in message
15634                 view (sync with main)
15635
15636 2005-05-18 [colin]      1.9.9cvs12
15637
15638         * src/compose.c
15639                 Dereference freed pointer
15640         * src/gtk/gtkaspell.c
15641                 Fix duplication of dictionaries (is it an aspell issue?)
15642
15643 2005-05-18 [colin]      1.9.9cvs11
15644
15645         * src/gtk/inputdialog.c
15646         * src/gtk/gtkaspell.c
15647                 HIGuify dialogs
15648         * src/alertpanel.c
15649                 Remove a double call
15650
15651 2005-05-17 [colin]      1.9.9cvs10
15652
15653         * src/gtk/gtkaspell.c
15654                 Fix dialogs, Ctrl-Enter accel
15655
15656 2005-05-17 [colin]      1.9.9cvs9
15657
15658         * src/gtk/gtkaspell.c
15659                 Fix some accelerators, escape in replace-window
15660
15661 2005-05-16 [colin]      1.9.9cvs8
15662
15663         * src/gtk/gtkaspell.c
15664                 Revert last commit, it was a mistake.
15665
15666 2005-05-16 [colin]      1.9.9cvs7
15667
15668         * src/gtk/gtkaspell.c
15669                 Remove buggy code while we're at it. It's a 
15670                 dead code path anyway.
15671
15672 2005-05-16 [colin]      1.9.9cvs6
15673
15674         * src/gtk/gtkaspell.c
15675                 Missed some gtk_menu_popup where deactivate
15676                 signal should be handled. Should fix bug
15677                 #629 a bit more.
15678
15679 2005-05-16 [colin]      1.9.9cvs5
15680
15681         * src/gtk/gtkaspell.c
15682                 Remove debug printf()s
15683
15684 2005-05-16 [colin]      1.9.9cvs4
15685
15686         * src/gtk/gtkaspell.c
15687                 Fix a bit aspell problems
15688                 (see bug #629)
15689
15690 2005-05-13 [colin]      1.9.9cvs3
15691
15692         * src/folderview.c
15693                 Fix the + appearing even when no subfolders
15694                 have unread messages. Thanks to wwp for the
15695                 bug report.
15696
15697 2005-05-11 [paul]       1.9.9cvs2
15698
15699         * src/folderview.c
15700                 correction to 1.9.9cvs1, only colour folders that
15701                 have new msgs (not unread msgs)
15702
15703 2005-05-10 [colin]      1.9.9cvs1
15704
15705         * src/folderview.c
15706         * src/summaryview.c
15707                 Try to fix bolding bugs again.
15708
15709 2005-05-09 [paul]
15710
15711         * tools/claws.i18n.status.pl
15712                 add Ricardo Mones Lastra's script that has been providing
15713                 the i18n status page for many months
15714
15715 2005-05-09 [paul]       1.9.9
15716
15717         1.9.9 release
15718
15719 2005-05-09 [paul]       1.9.6cvs58
15720
15721         * AUTHORS
15722         * INSTALL
15723         * README.claws
15724                 updated
15725         * Makefile.am 
15726         * RELEASE_NOTES.claws
15727                 add release notes to cvs to simplify release
15728                 procedure
15729         * configure.ac
15730                 add ca and fi to ALL_LINGUAS
15731         * po/Makefile.in.in
15732                 workaround for missing Makevars
15733         * po/ca.po
15734         * po/fi.po
15735                 add new Catalan and Finnish translations
15736                 submitted by Miquel Oliete and Flammie Pirinen
15737         * po/de.po
15738         * po/es.po
15739         * po/fr.po
15740         * po/it.po
15741         * po/pl.po
15742         * po/ru.po
15743         * po/sk.po
15744         * po/sr.po
15745         * po/zh_CN.po
15746                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
15747                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
15748                 Urke MMI, and Hansom Young
15749         * src/main.c
15750                 Fix drafting when quitting. compose_draft() closes the
15751                 compose windows, which modifies the compose_list GSList.
15752                 We have to refresh this list after echo drafting to avoid a
15753                 segfault
15754         * src/partial_download.c
15755                 fix segfault on exit
15756
15757 2005-05-06 [paul]       1.9.6cvs57
15758
15759         * src/grouplistdialog.c
15760                 quick fix/workaround for unresizeable newsgroup
15761                 name column 
15762
15763 2005-05-06 [paul]       1.9.6cvs56
15764
15765         * src/inc.c
15766         * src/mainwindow.c
15767                 use gettext plural forms
15768         * src/imap_gtk.c
15769         * src/mh_gtk.c
15770         * src/toolbar.c
15771                 small improvement to english usage
15772
15773 2005-05-05 [thorsten]   1.9.6cvs55
15774
15775         * src/folder.c
15776                 fix possible crash
15777
15778 2005-05-05 [paul]       1.9.6cvs54
15779         
15780         sync with HEAD
15781
15782         * AUTHORS
15783         * src/compose.c
15784                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
15785                 patch by Tim Mann
15786
15787 2005-05-05 [paul]       1.9.6cvs53
15788
15789         * src/mainwindow.c
15790                 fix resizing of separate message and
15791                 folder views
15792
15793 2005-05-05 [paul]       1.9.6cvs52
15794
15795         * src/account.c
15796         * src/addrgather.c
15797         * src/browseldap.c
15798         * src/exphtmldlg.c
15799         * src/expldifdlg.c
15800         * src/importmutt.c
15801         * src/importpine.c
15802         * src/main.c
15803         * src/mainwindow.c
15804         * src/noticeview.c
15805         * src/prefs_filtering.c
15806         * src/prefs_filtering_action.c
15807         * src/prefs_matcher.c
15808         * src/prefs_spelling.c
15809         * src/prefs_toolbar.c
15810         * src/toolbar.c
15811         * src/wizard.c
15812         * src/gtk/description_window.c
15813         * src/gtk/gtkvscrollbutton.c
15814         * src/gtk/progressdialog.c
15815         * src/gtk/quicksearch.c
15816         * src/plugins/pgpmime/prefs_gpg.c
15817         * src/plugins/spamassassin/spamassassin_gtk.c
15818                 replace deprecated gtk_widget_set_usize
15819
15820 2005-05-04 [colin]      1.9.6cvs51
15821
15822         * src/common/utils.c
15823                 Fix crash when subst_for_filename is called
15824                 with a NULL parameter
15825
15826 2005-05-04 [colin]      1.9.6cvs50
15827
15828         * src/partial_download.c
15829         * src/pop.c
15830                 Escape login when writing uidl file
15831                 fixes bug #736
15832
15833 2005-05-03 [colin]      1.9.6cvs49
15834
15835         * src/procmime.c
15836                 Fix possible DOS in mime parser
15837                 (see bug #634)
15838
15839 2005-05-02 [colin]      1.9.6cvs48
15840
15841         * src/compose.c
15842                 Try to fix the copy/paste mess once again.
15843
15844
15845 2005-04-30 [colin]      1.9.6cvs47
15846
15847         * src/prefs_account.h
15848         * src/procmsg.c
15849         * src/send_message.c
15850         * src/common/smtp.c
15851         * src/common/smtp.h
15852                 Try to batch sending mails (per account) instead of
15853                 reconnecting to server every time.
15854
15855 2005-04-29 [colin]      1.9.6cvs46
15856
15857         * src/messageview.c
15858                 Fix window resizing that refused to size down
15859         * src/prefs_common.c
15860         * src/prefs_common.h
15861         * src/prefs_filtering.c
15862                 Save Filtering's window size
15863
15864 2005-04-21 [paul]       1.9.6cvs45
15865
15866         * ChangeLog-gtk2.claws
15867         * src/setup.c
15868                 correction to sync
15869
15870 2005-04-21 [paul]       1.9.6cvs44
15871
15872         sync with main:
15873
15874         * src/setup.c
15875         * src/statusbar.c
15876         * src/statusbar.h
15877                 use gtkut_widget_draw_now(). Improved performance
15878                 of the update of statusbar
15879         * src/textview.c
15880                 textview_smooth_scroll_do(): redraw it after scroll
15881                 is done (fixed incorrect display when a part of the
15882                 view is hidden).
15883         * src/gtk/gtkutils.c
15884         * src/gtk/gtkutils.h
15885                 gtkut_widget_draw_now(): use gdk_window_process_updates()
15886                 to force update of widgets.
15887                 Removed gtkut_widget_wait_for_draw() which had a big
15888                 overhead  because of waiting for all events processed 
15889
15890 2005-04-20 [paul]       1.9.6cvs43
15891
15892         * src/codeconv.c
15893                 complete 1.9.6cvs42's sync:
15894                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
15895
15896 2005-04-19 [paul]       1.9.6cvs42
15897
15898         sync with main:
15899
15900         * src/action.c
15901                 catch_output(): correctly select the insert text
15902                 (fix invalid iterator warnings).
15903         * src/codeconv.c
15904         * src/codeconv.h
15905         * src/mainwindow.c
15906         * src/messageview.c
15907         * src/prefs_common.c
15908                 support GBK encoding.
15909         * src/common/session.c
15910         * src/common/session.h
15911                 use separate buffer for large data to be sent,
15912                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
15913
15914 2005-04-18 [paul]       1.9.6cvs41
15915
15916         * src/jpilot.c
15917                 convert unsigned long into guint32
15918                 patch by Paul LeoNerd Evans 
15919
15920 2005-04-17 [colin]      1.9.6cvs40
15921
15922         * src/compose.c
15923                 Fix 'Request return receipt' from folder
15924                 properties (bug #708)
15925
15926 2005-04-17 [colin]      1.9.6cvs39
15927
15928         * src/mainwindow.c
15929                 Fix duplicate hotkeys in Mainwindow's menu
15930
15931 2005-04-17 [colin]      1.9.6cvs38
15932
15933         * src/folderview.c
15934                 Fix duplicate hotkeys in Folderview's contextual
15935                 menu
15936
15937 2005-04-15 [colin]      1.9.6cvs37
15938
15939         * src/summaryview.c
15940                 Fix 'Save as...' with non-ascii filenames
15941
15942 2005-04-15 [colin]      1.9.6cvs36
15943
15944         * src/plugins/pgpmime/pgpmime.c
15945                 Fix bus error on 64bit. Spotted by 
15946                 macallan1888@gmail.com
15947
15948 2005-04-15 [colin]      1.9.6cvs35
15949
15950         * src/prefs_account.c
15951                 Fix cvs34.
15952
15953 2005-04-12 [colin]      1.9.6cvs34
15954
15955         * src/prefs_account.c
15956                 Fix smtp auth type off-by-one. We forgot to
15957                 add PLAIN in the prefs-to-gui setter func and
15958                 as a result, the selected auth when opening
15959                 account prefs was not the correct one.
15960
15961 2005-04-12 [paul]       1.9.6cvs33
15962
15963         * src/inc.c
15964                 if the recv dialog is visible, Cancel only
15965                 cancels the current account
15966
15967
15968 2005-04-10 [colin]      1.9.6cvs32
15969
15970         * src/filtering.c
15971                 Copy score when copying FilteringActions
15972                 Fix bug #674
15973
15974 2005-04-10 [colin]      1.9.6cvs31
15975
15976         * src/inc.c
15977                 Make Message -> Receive -> Cancel cancel 
15978                 incorporation on all accounts. Fixes
15979                 bug #693
15980
15981 2005-04-10 [colin]      1.9.6cvs30
15982
15983         * src/prefs_account.c
15984                 Update Privacy checkbuttons status based
15985                 on the selected privacy system
15986         * src/compose.c
15987                 Always connect the "None" privacy system; the
15988                 static boolean was probably there to avoid
15989                 reconnecting twice in the same compose window,
15990                 but as the parent function is only called once
15991                 per compose, it's only a bug - as a static is
15992                 initialized once per application instance.
15993                 Also, don't uncheck Sign and Encrypt when
15994                 selecting None as privacy system; just ignore
15995                 them when sending/queuing.
15996                 Should fix bug #695
15997
15998 2005-04-08 [colin]      1.9.6cvs29
15999
16000         * src/account.c
16001         * src/prefs_account.c
16002         * src/prefs_account.h
16003                 Add account preference to queue message in a certain
16004                 folder.
16005
16006 2005-04-06 [colin]      1.9.6cvs28
16007
16008         * src/prefs_account.c
16009                 Update old inbox path syntax
16010
16011 2005-04-06 [paul]       1.9.6cvs27
16012
16013         sync with main:
16014
16015         * configure.ac
16016                 changed -traditional-cpp to -no-cpp-precomp for newer
16017                 Mac OS X support
16018         * src/foldersel.c
16019                 made column resize automatically
16020         * src/send_message.c
16021                 send_message_smtp(): consider EOF right after QUIT
16022                 successful (workaround for Gmail SMTP server)
16023         * src/common/socket.c
16024                 ssl_read(), ssl_peek(): check EOF which violates the
16025                 SSL protocol
16026         * src/gtk/colorlabel.c
16027                 removed warnings when displaying colorlabel menu
16028                 (don't use GtkAlignment)
16029
16030 2005-04-05 [paul]       1.9.6cvs26
16031
16032         * src/plugins/trayicon/trayicon.c
16033                 fix clipping of icon under KDE3 
16034
16035 2005-04-05 [paul]       1.9.6cvs25
16036
16037         * src/summaryview.c
16038                 hide display of threading
16039                 patch by Alfons
16040
16041 2005-04-04 [thorsten]   1.9.6cvs24
16042
16043         * src/mh.c
16044                 marks lost on filesystems with different stat() results on
16045                 summer-/wintertime
16046
16047 2005-04-03 [colin]      1.9.6cvs23
16048
16049         * src/summaryview.c
16050                 Don't handle up/down. Patch by Alfons
16051
16052 2005-04-02 [colin]      1.9.6cvs22
16053
16054         * src/summaryview.c
16055                 Make scrolling faster. Patch by Alfons.
16056
16057 2005-04-01 [colin]      1.9.6cvs21
16058
16059         * src/Makefile.am
16060         * src/stock_pixmap.c
16061         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16062         * src/pixmaps/dir_noselect.xpm ** ADDED **
16063                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16064
16065 2005-04-01 [colin]      1.9.6cvs20
16066
16067         * src/image_viewer.c
16068         * src/image_viewer.h
16069         * src/procmime.c
16070         * src/procmime.h
16071         * src/textview.c
16072         * src/textview.h
16073                 Implement inline image resizing and right-clicking
16074
16075 2005-04-01 [paul]       1.9.6cvs19
16076
16077         * AUTHORS
16078         * Makefile.am
16079         * configure.ac
16080                 check for gnome2
16081                 patch by Luca Cavalli <loopback<AT>slackit.org>
16082         * po/ru.po
16083                 updated by Pavlo Bohmat
16084
16085 2005-03-31 [colin]      1.9.6cvs18
16086
16087         * src/news.c
16088                 Fix parsing references
16089         * src/msgcache.c
16090                 don't put nulls in the references list
16091         * src/procheader.c
16092                 commit that forgotten file in 1.9.6cvs14
16093
16094 2005-03-31 [colin]      1.9.6cvs17
16095
16096         * src/compose.c
16097                 Fix joining of signature separator again. 
16098                 Maybe Hiro could put it in main too...
16099
16100 2005-03-31 [colin]      1.9.6cvs16
16101
16102         * src/Makefile.am
16103         * src/foldersel.c
16104         * src/stock_pixmap.c
16105         * src/stock_pixmap.h
16106         * src/pixmaps/dir-noselect.xpm
16107                 Update foldersel.c (sync from main, patch by Alfons)
16108
16109 2005-03-30 [colin]      1.9.6cvs15
16110
16111         * src/imap.c
16112                 Fix handling of imap folders containing [] in 
16113                 their name. Thanks to Nahuel Angelinetti for
16114                 the detailed bugreport.
16115
16116 2005-03-30 [colin]      1.9.6cvs14
16117
16118         * src/common/utils.h
16119         * src/common/utils.c
16120         * src/common/defs.h
16121         * src/matcher.c
16122         * src/msgcache.c
16123         * src/news.c
16124         * src/procmsg.c
16125         * src/procmsg.h
16126         * src/quote_fmt_parse.y
16127         * src/summaryview.c
16128                 Update references system. Patch by Alfons
16129
16130 2005-03-30 [colin]      1.9.6cvs13
16131
16132         * src/common/socket.c
16133                 Force the glibc to read resolv.conf again when 
16134                 it has changed. Should fix issues when changing
16135                 networks on a laptop and not restarting sylpheed. 
16136
16137 2005-03-30 [paul]       1.9.6cvs12
16138
16139         partial sync with main:
16140
16141         * src/action.c
16142                 create_io_dialog(): use user-defined text font
16143                 (thanks to Alfons), and modified its appearance.
16144         * src/addrgather.c
16145         * src/addrharvest.c
16146         * src/browseldap.c
16147                 replace old code
16148         * src/compose.c
16149                 don't join (presumably) itemized lines on line-wrapping
16150                 fixed wrapping of quote when auto-wrapping is enabled
16151                 compose_destroy(): destroy paned only if it's not
16152                 attached to window. Fixed memory leak of popup menu.
16153         * src/exphtmldlg.c
16154         * src/expldifdlg.c
16155                 replace old code
16156         * src/html.c
16157         * src/html.h
16158         * src/importmutt.c
16159         * src/importpine.c
16160                 replace old code
16161         * src/main.c
16162                 removed redundant code
16163         * src/mainwindow.c
16164                 changed 'Code set' (which is rather incorrect)
16165                 in the menu to 'Character encoding'
16166                 main_window_set_widgets(): request size first
16167                 to prevent window size becoming wrong
16168                 fixed remembering of the state of the visibility
16169                 of MessageView
16170         * src/messageview.c
16171                 changed 'Code set' (which is rather incorrect)
16172                 in the menu to 'Character encoding'
16173         * src/prefs_common.c
16174         * src/prefs_common.h
16175                 added an option whether to render HTML as text or not
16176                 added separators to outgoing encoding menu
16177         * src/procheader.c
16178                 procheader_scan_date_string(): support header
16179                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16180         * src/summaryview.c
16181         * src/summaryview.h
16182                 minor code cleanup
16183         * src/textview.c
16184                 textview_show_html(): force output of newline
16185                 added an option whether to render HTML as text or not
16186         * src/common/utils.c
16187                 strncpy2(): optimized based on Alfons' code
16188         * src/gtk/gtkutils.c
16189         * src/gtk/gtkutils.h
16190                 removed non-used code
16191         * src/plugins/pgpmime/passphrase.c
16192                 partially fixed grab input of passphrase dialog
16193                 Confine pointer to window
16194
16195 2005-03-30 [colin]      1.9.6cvs11
16196
16197         * src/msgcache.c
16198         * src/msgcache.h
16199                 Read/write 32bit ints from cache & marks
16200                 From main.
16201
16202 2005-03-29 [paul]       1.9.6cvs10
16203
16204         * AUTHORS
16205         * ChangeLog.claws
16206         * src/compose.c
16207         * src/gtk/gtkaspell.c
16208                 sync with HEAD (don't pass NULL pointers) 
16209
16210 2005-03-24 [paul]
16211
16212         * tools/Makefile.am
16213         * tools/README
16214         * tools/acroread2sylpheed.pl
16215                 sync with HEAD (add script to send pdfs as
16216                 attachments from Adobe Reader 7)
16217
16218 2005-03-21 [paul]       1.9.6cvs9
16219
16220         * configure.ac
16221         * po/POTFILES.in
16222         * src/Makefile.am
16223         * src/crash.c
16224         * src/image_viewer.c ** ADDED **
16225         * src/image_viewer.h ** ADDED **
16226         * src/main.c
16227         * src/prefs_common.c
16228         * src/prefs_common.h
16229         * src/prefs_image_viewer.c ** ADDED **
16230         * src/prefs_image_viewer.h ** ADDED **
16231         * src/textview.c
16232         * src/gtk/about.c
16233         * src/pixmaps/sylpheed_logo.xpm
16234         * src/plugins/Makefile.am
16235         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16236         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16237         * src/plugins/image_viewer/plugin.c ** REMOVED **
16238         * src/plugins/image_viewer/viewer.c ** REMOVED **
16239         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16240         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16241         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16242         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16243         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16244                 as gdk-pixbuf is now built-in
16245                 remove image_viewer plugin and put code back into
16246                 main codebase
16247                 implement inline image display (sync with main)
16248
16249                 replace logo with newer, nicer, larger version  
16250
16251 2005-03-21 [paul]       1.9.6cvs8
16252
16253         * src/gtk/about.c
16254                 cosmetic improvement
16255
16256 2005-03-21 [holger]     1.9.6cvs7
16257
16258         * src/plugins/spamassassin/spamassassin.c
16259                 Sync with HEAD
16260                 (unregister hook on failed plugin init)
16261
16262 2005-03-20 [colin]      1.9.6cvs6
16263
16264         * src/common/plugin.c
16265                 Check that plugin isn't already loaded
16266                 Patch by Alfons
16267
16268 2005-03-20 [thorsten]   1.9.6cvs5
16269
16270         * src/compose.c
16271                 use a more compatible syntax
16272
16273 2005-03-20 [thorsten]   1.9.6cvs4
16274
16275         * src/prefs_toolbar.c
16276                 fix crash when selecting toolbar item (uninitialized pointer)
16277
16278 2005-03-20 [thorsten]   1.9.6cvs3
16279
16280         * src/procmime.c
16281                 fix mimetype detection (referenced free()d string)
16282
16283 2005-03-20 [paul]       1.9.6cvs2
16284
16285         * src/compose.c
16286                 sync with HEAD (1.0.3cvs5)
16287                 neglect Reply-To header if empty
16288                 Patch by Alfons 
16289
16290 2005-03-19 [holger]     1.9.6cvs1
16291
16292         * src/summaryview.c
16293         * src/summaryview.h
16294                 Sync with HEAD
16295
16296 2005-03-18 [paul]       1.9.6
16297
16298         initial GTK2 release
16299
16300 2005-03-18 [paul]       1.0.3cvs3.1
16301
16302         * AUTHORS
16303         * ChangeLog.claws
16304         * configure.ac
16305         * src/gtk/about.c
16306         * src/pixmaps/sylpheed_logo.xpm
16307                 sync with HEAD
16308
16309 2005-03-18 [colin]      1.0.3cvs2.6
16310
16311         * src/summaryview.c
16312                 Remove call to summary_step in summary_copy_selected_to
16313                 Can't see its purpose, and this causes bug when copying
16314                 a message if the next one is unread: it reads it.
16315
16316 2005-03-18 [paul]       1.0.3cvs2.5
16317
16318         * src/foldersel.c
16319                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16320
16321 2005-03-18 [paul]       1.0.3cvs2.4
16322
16323         * src/addrharvest.c
16324         * src/codeconv.c
16325         * src/codeconv.h
16326         * src/compose.c
16327         * src/news.c
16328         * src/procheader.c
16329         * src/procmime.c
16330         * src/unmime.c
16331         * src/unmime.h
16332                 fix buffer overflow, CAN-2005-0667, see
16333                 http://secunia.com/advisories/14491/
16334                 Patch by Alfons
16335
16336 2005-03-17 [colin]      1.0.3cvs2.3
16337
16338         * src/prefs_fonts.c
16339         * src/summaryview.c
16340                 Fix font bugs (both lists now officialy share 
16341                 the same font)
16342                 
16343
16344 2005-03-17 [paul]       1.0.3cvs2.2
16345
16346         * src/gtk/pluginwindow.c
16347                 make plugin descriptions uneditable
16348
16349 2005-03-11 [paul]       1.0.3cvs2.1
16350
16351         * ChangeLog.claws
16352         * configure.ac
16353         * po/POTFILES.in
16354         * src/plugins/trayicon/trayicon.c
16355                 sync with HEAD
16356                 add src/wizard.c to POTFILES.in
16357
16358 2005-03-11 [paul]       1.0.3cvs1.1
16359
16360         * ChangeLog
16361         * ChangeLog.claws
16362         * configure.ac
16363         * po/de.po
16364         * po/es.po
16365         * po/fr.po
16366         * po/it.po
16367         * po/pt_BR.po
16368         * po/ru.po
16369         * po/sk.po
16370         * po/sr.po
16371         * po/zh_CN.po
16372                 sync with HEAD
16373
16374 2005-03-04 [colin]      1.0.1cvs22.2
16375
16376         * src/compose.c
16377                 Fix signatures with accentued chars in it
16378
16379 2005-03-04 [colin]      1.0.1cvs22.1
16380
16381         * src/common/smtp.c
16382         * src/common/smtp.h
16383                 Don't use SIZE param in MAIL FROM: if server 
16384                 doesn't support it. Patch by Eugen Freiter
16385                 <eugen_f@users.sf.net>
16386
16387 2005-02-27 [paul]       1.0.1cvs20.1
16388
16389         * ChangeLog.claws
16390         * configure.ac
16391         * src/messageview.c
16392                 sync with HEAD
16393
16394 2005-02-27 [colin]      1.0.1cvs19.4
16395
16396         * src/procheader.c
16397         * src/procheader.h
16398                 Fix prototypes. Patch by Alfons
16399
16400 2005-02-27 [colin]      1.0.1cvs19.3
16401
16402         * src/compose.c
16403                 Don't auto-join the signature separator.
16404
16405 2005-02-26 [colin]      1.0.1cvs19.2
16406
16407         * src/summaryview.c
16408                 Fix 'mark all read' with collapsed threads.
16409                 Patch by Alfons.
16410
16411 2005-02-25 [paul]       1.0.1cvs19.1
16412
16413         * ChangeLog.claws
16414         * configure.ac
16415         * src/prefs_account.c
16416         * src/prefs_folder_item.c
16417         * src/gtk/prefswindow.c
16418         * src/gtk/prefswindow.h
16419                 sync with HEAD
16420
16421 2005-02-25 [paul]       1.0.1cvs15.12
16422
16423         * src/alertpanel.c
16424         * src/codeconv.c
16425         * src/compose.c
16426         * src/textview.c
16427         * src/gtk/gtkutils.c
16428         * src/gtk/gtkutils.h
16429         * src/gtk/logwindow.c
16430         * src/gtk/progressdialog.c
16431                 sync with main (revision 127)
16432                 and fix logwindow clipping
16433
16434 2005-02-24 [colin]      1.0.1cvs15.11
16435
16436         * src/plugins/pgpmime/passphrase.c
16437                 Disable input grabbing; it doesn't work yet.
16438
16439 2005-02-24 [colin]      1.0.1cvs15.10
16440
16441         * src/messageview.c
16442                 Don't send out receipts if offline. Ask.
16443
16444 2005-02-23 [colin]      1.0.1cvs15.9
16445
16446         * src/summaryview.c     
16447                 Fix expanding
16448
16449 2005-02-23 [colin]      1.0.1cvs15.8
16450
16451         * src/summaryview.c
16452                 Really fix Bug 568 by removing useless
16453                 calls. summary_thread_init() now called
16454                 in summary_sort(). This should please
16455                 Alfons as it should be faster than 
16456                 previously.
16457
16458 2005-02-23 [colin]      1.0.1cvs15.7
16459
16460         * src/compose.c
16461                 Encode parts as QP or B64 if signing
16462
16463 2005-02-23 [colin]      1.0.1cvs15.6
16464
16465         * src/compose.c
16466                 Fix Mimeinfo leakage (including tmp files)
16467         * src/procmsg.c
16468                 Fix tmp file leakage (spotted by Ivan Rayner)
16469
16470 2005-02-22 [colin]      1.0.1cvs15.5
16471
16472         * src/expldifdlg.c
16473                 Fix keyboard input. Patch by Alfons.
16474
16475 2005-02-21 [colin]      1.0.1cvs15.4
16476
16477         * src/compose.c
16478                 Fix Sign/Encrypt when unselecting privacy
16479                 system
16480         * src/prefs_common.c
16481                 Change default message font to Monospace
16482         * src/summaryview.c
16483                 More freezing during potentially large operations
16484
16485 2005-02-21 [paul]       1.0.1cvs15.3
16486
16487         * src/main.c
16488                 fix --help output
16489
16490 2005-02-21 [paul]       1.0.1cvs15.2
16491
16492         * po/Makefile.in.in
16493         * src/compose.c
16494         * src/summaryview.c
16495         * src/textview.c
16496         * src/common/utils.c
16497         * src/common/utils.h
16498                 sync with main (revision 117)
16499
16500 2005-02-20 [colin]      1.0.1cvs15.1
16501
16502         * src/common/defs.h
16503                 Change cache file to .sylpheed_claws_cache, as
16504                 suggested by Alfons. Allows people to switch
16505                 between Sylpheed and Sylpheed-Claws. it is
16506                 a good idea to "Check for new messages" at next
16507                 startup.
16508
16509
16510 2005-02-18 [colin]      1.0.1cvs14.1
16511
16512         * src/quote_fmt_lex.l
16513         * src/quote_fmt_parse.y
16514                 Fix parser initialisation. Patch by Ivan.
16515
16516 2005-02-18 [colin]      1.0.1cvs11.6
16517
16518         * src/folderview.c
16519                 Fix scrolldown (bug 662)
16520
16521 2005-02-17 [colin]      1.0.1cvs11.5
16522
16523         * src/codeconv.c
16524                 conv_filename_to_utf8: return clean 7bit instead
16525                 of broken utf8 if needed
16526         * src/mimeview.c
16527                 Fix display of parts with unclean 8bit names
16528
16529 2005-02-17 [paul]       1.0.1cvs11.4
16530
16531         * src/compose.c
16532         * src/exportldif.c
16533         * src/matcher_parser_parse.y
16534         * src/procmime.c
16535         * src/sourcewindow.c
16536         * src/common/Makefile.am
16537         * src/common/intl.h             ** REMOVED **
16538         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16539                 sync with main (revision 109)
16540                 and clean up
16541
16542 2005-02-16 [colin]      1.0.1cvs11.3
16543
16544         * src/summaryview.c
16545                 Fix collapsed thread not highlighting when new
16546                 messages in it (Bug 568) Patch by Stephan Sachse.
16547                 Fix messed up selection when reaching bounds (Bug 632)
16548         * src/prefs_themes.c
16549                 Fix theme installing (Bug 684)
16550
16551 2005-02-16 [colin]      1.0.1cvs11.2
16552
16553         * src/messageview.c
16554                 Fix messageview_select_all
16555
16556 2005-02-16 [colin]      1.0.1cvs11.1
16557
16558         * src/mh.c
16559                 Sync with HEAD (MH scan required function)
16560
16561 2005-02-15 [colin]      1.0.1cvs8.1
16562
16563         * src/mimeview.c
16564         * src/common/utils.c
16565                 Sync with HEAD (filename chars substitution)
16566
16567 2005-02-15 [colin]      1.0.1cvs7.3
16568
16569         * src/gtk/pluginwindow.c
16570                 Fix button spacing
16571
16572 2005-02-15 [colin]      1.0.1cvs7.2
16573
16574         * src/mimeview.c
16575                 Fix mime icons not reset across message when
16576                 scrolled down
16577
16578 2005-02-15 [colin]      1.0.1cvs7.1
16579
16580         * src/compose.c
16581         * src/procmime.c
16582                 Sync with HEAD (optimisation of cvs6)
16583
16584 2005-02-14 [colin]      1.0.1cvs6.1
16585
16586         * src/compose.c
16587         * src/procmime.c
16588                 Sync with HEAD (encode "From " at line beginning)
16589
16590 2005-02-14 [colin]      1.0.1cvs5.3
16591
16592         * src/compose.c
16593                 Fix wrapping with accentued chars.
16594
16595 2005-02-13 [colin]      1.0.1cvs5.2
16596
16597         * src/textview.c
16598                 Fix email informative part parsing with
16599                 accentued chars in it. ispunct() returns
16600                 true for them in utf8...
16601
16602 2005-02-12 [colin]      1.0.1cvs5.1
16603
16604         * src/filtering.c
16605                 Sync with HEAD (remove wrong use of compose after send)
16606
16607 2005-02-12 [paul]       1.0.1cvs4.5
16608
16609         * src/textview.c
16610                 remove unnecessary code (thanks to Alfons)
16611
16612 2005-02-12 [paul]       1.0.1cvs4.4
16613
16614         * src/textview.c
16615                 add 'Copy' to contextual menu on emails
16616
16617 2005-02-11 [colin]      1.0.1cvs4.3
16618
16619         * src/compose.c
16620                 revert 1.0.0cvs28.2, it doesn't work that well.
16621
16622 2005-02-11 [paul]       1.0.1cvs4.2
16623
16624         * po/Makefile.in.in
16625                 fix 'make release'
16626
16627 2005-02-10 [paul]       1.0.1cvs4.1
16628
16629         * ChangeLog
16630         * ChangeLog.claws
16631         * ChangeLog.jp
16632         * configure.ac
16633         * src/compose.c
16634                 sync with HEAD (sync with main)
16635
16636 2005-02-10 [paul]       1.0.1cvs3.2
16637
16638         * AUTHORS
16639         * Makefile.am
16640         * autogen.sh
16641         * configure.ac
16642         * config/mkinstalldirs
16643         * intl/.cvsignore
16644         * intl/ChangeLog
16645         * intl/VERSION
16646         * intl/bindtextdom.c
16647         * intl/config.charset
16648         * intl/dcgettext.c
16649         * intl/dcigettext.c
16650         * intl/dcngettext.c
16651         * intl/dgettext.c
16652         * intl/dngettext.c
16653         * intl/eval-plural.h
16654         * intl/explodename.c
16655         * intl/finddomain.c
16656         * intl/gettext.c
16657         * intl/gettextP.h
16658         * intl/gmo.h
16659         * intl/hash-string.h
16660         * intl/intl-compat.c
16661         * intl/l10nflist.c
16662         * intl/libgnuintl.h.in
16663         * intl/loadinfo.h
16664         * intl/loadmsgcat.c
16665         * intl/localcharset.c
16666         * intl/localcharset.h
16667         * intl/locale.alias
16668         * intl/localealias.c
16669         * intl/localename.c
16670         * intl/log.c
16671         * intl/ngettext.c
16672         * intl/os2compat.c
16673         * intl/os2compat.h
16674         * intl/osdep.c
16675         * intl/plural-exp.c
16676         * intl/plural-exp.h
16677         * intl/plural.c
16678         * intl/plural.y
16679         * intl/ref-add.sin
16680         * intl/ref-del.sin
16681         * intl/relocatable.c
16682         * intl/relocatable.h
16683         * intl/textdomain.c
16684         * m4/Makefile.am
16685         * po/Makefile.in.in
16686         * src/Makefile.am
16687         * src/account.c
16688         * src/action.c
16689         * src/addr_compl.c
16690         * src/addressadd.c
16691         * src/addressbook.c
16692         * src/addrgather.c
16693         * src/addrindex.c
16694         * src/alertpanel.c
16695         * src/browseldap.c
16696         * src/codeconv.c
16697         * src/codeconv.h
16698         * src/compose.c
16699         * src/compose.h
16700         * src/crash.c
16701         * src/editaddress.c
16702         * src/editbook.c
16703         * src/editgroup.c
16704         * src/editjpilot.c
16705         * src/editldap.c
16706         * src/editldap_basedn.c
16707         * src/editvcard.c
16708         * src/exphtmldlg.c
16709         * src/expldifdlg.c
16710         * src/export.c
16711         * src/exporthtml.c
16712         * src/filtering.c
16713         * src/folder.c
16714         * src/folder_item_prefs.c
16715         * src/foldersel.c
16716         * src/folderview.c
16717         * src/grouplistdialog.c
16718         * src/headerview.c
16719         * src/imap.c
16720         * src/imap_gtk.c
16721         * src/import.c
16722         * src/importldif.c
16723         * src/importmutt.c
16724         * src/importpine.c
16725         * src/inc.c
16726         * src/ldif.c
16727         * src/main.c
16728         * src/mainwindow.c
16729         * src/matcher.c
16730         * src/mbox.c
16731         * src/message_search.c
16732         * src/messageview.c
16733         * src/mh.c
16734         * src/mh_gtk.c
16735         * src/mimeview.c
16736         * src/msgcache.c
16737         * src/news.c
16738         * src/news_gtk.c
16739         * src/noticeview.c
16740         * src/partial_download.c
16741         * src/pop.c
16742         * src/prefs_account.c
16743         * src/prefs_actions.c
16744         * src/prefs_common.c
16745         * src/prefs_customheader.c
16746         * src/prefs_display_header.c
16747         * src/prefs_ext_prog.c
16748         * src/prefs_filtering.c
16749         * src/prefs_filtering_action.c
16750         * src/prefs_folder_item.c
16751         * src/prefs_fonts.c
16752         * src/prefs_gtk.c
16753         * src/prefs_matcher.c
16754         * src/prefs_msg_colors.c
16755         * src/prefs_spelling.c
16756         * src/prefs_summary_column.c
16757         * src/prefs_template.c
16758         * src/prefs_themes.c
16759         * src/prefs_toolbar.c
16760         * src/prefs_wrapping.c
16761         * src/privacy.c
16762         * src/procheader.c
16763         * src/procmime.c
16764         * src/procmsg.c
16765         * src/quote_fmt.c
16766         * src/recv.c
16767         * src/send_message.c
16768         * src/setup.c
16769         * src/sourcewindow.c
16770         * src/ssl_manager.c
16771         * src/statusbar.c
16772         * src/summary_search.c
16773         * src/summaryview.c
16774         * src/textview.c
16775         * src/toolbar.c
16776         * src/wizard.c
16777         * src/common/nntp.c
16778         * src/common/plugin.c
16779         * src/common/smtp.c
16780         * src/common/ssl.c
16781         * src/common/ssl_certificate.c
16782         * src/common/string_match.c
16783         * src/common/sylpheed.c
16784         * src/common/template.c
16785         * src/common/utils.c
16786         * src/gtk/about.c
16787         * src/gtk/colorlabel.c
16788         * src/gtk/description_window.c
16789         * src/gtk/filesel.c
16790         * src/gtk/foldersort.c
16791         * src/gtk/gtkaspell.c
16792         * src/gtk/gtkutils.c
16793         * src/gtk/inputdialog.c
16794         * src/gtk/logwindow.c
16795         * src/gtk/menu.c
16796         * src/gtk/pluginwindow.c
16797         * src/gtk/prefswindow.c
16798         * src/gtk/progressdialog.c
16799         * src/gtk/quicksearch.c
16800         * src/gtk/sslcertwindow.c
16801         * src/plugins/clamav/clamav_plugin.c
16802         * src/plugins/clamav/clamav_plugin_gtk.c
16803         * src/plugins/demo/demo.c
16804         * src/plugins/dillo_viewer/dillo_prefs.c
16805         * src/plugins/dillo_viewer/dillo_viewer.c
16806         * src/plugins/image_viewer/plugin.c
16807         * src/plugins/image_viewer/viewer.c
16808         * src/plugins/image_viewer/viewerprefs.c
16809         * src/plugins/mathml_viewer/mathml_viewer.c
16810         * src/plugins/pgpmime/passphrase.c
16811         * src/plugins/pgpmime/plugin.c
16812         * src/plugins/pgpmime/prefs_gpg.c
16813         * src/plugins/pgpmime/select-keys.c
16814         * src/plugins/pgpmime/sgpgme.c
16815         * src/plugins/spamassassin/spamassassin.c
16816         * src/plugins/spamassassin/spamassassin_gtk.c
16817         * src/plugins/trayicon/trayicon.c
16818                 sync with main (revision 104)
16819
16820 2005-02-10 [colin]      1.0.1cvs3.1
16821
16822         * src/mainwindow.c
16823                 Sync with HEAD (fix occasional crasher)
16824
16825 2005-02-10 [colin]      1.0.1cvs2.1
16826
16827         * src/messageview.c
16828                 Synw with HEAD (don't automatically display html)
16829
16830 2005-02-09 [colin]      1.0.1cvs1.3
16831
16832         * src/textview.c
16833         * src/textview.h
16834                 Add contextual menu on emails
16835
16836 2005-02-09 [colin]      1.0.1cvs1.2
16837
16838         * src/codeconv.c
16839                 Fix converting from broken headers and 
16840                 put back the _ in missing places
16841                 (feature broke with cvs24.2 sync, main 
16842                  possibly affected?)
16843
16844 2005-02-09 [colin]      1.0.1cvs1.1
16845
16846         * src/messageview.c
16847         * src/mimeview.c
16848         * src/mimeview.h
16849                 Sync with HEAD (display non text/plain mails with plugin)
16850
16851 2005-02-08 [colin]      1.0.1.1
16852
16853         * ChangeLog.claws
16854         * po/pt_BR.po
16855                 Sync with HEAD
16856         * configure.ac
16857                 Make default configuration directory 
16858                 be .sylpheed-gtk2
16859
16860 2005-02-08 [colin]      1.0.0cvs29.1
16861
16862         * po/de.po
16863         * po/es.po
16864         * po/fr.po
16865         * po/it.po
16866         * po/sk.po
16867         * po/sr.po
16868                 Sync translations with HEAD
16869
16870 2005-02-06 [colin]      1.0.0cvs28.3
16871
16872         * src/compose.c
16873                 Make compose a bit faster - patch by Alfons.
16874
16875 2005-02-06 [colin]      1.0.0cvs28.2
16876
16877         * src/compose.c
16878                 Make pasting via middle-click more reliable
16879
16880 2005-02-05 [paul]       1.0.0cvs28.1
16881
16882         * ChangeLog
16883         * ChangeLog.claws
16884         * ChangeLog.jp
16885         * configure.ac
16886         * src/compose.c
16887                 sync with HEAD
16888                 (fix bug 682 'redirect is broken'
16889
16890 2005-02-05 [torte]      1.0.0cvs27.1
16891
16892         * ChangeLog.claws
16893         * configure.ac
16894         * src/partial_download.c
16895                 Sync with HEAD (fix buf overflow)
16896
16897 2005-02-03 [colin]      1.0.0cvs26.1
16898
16899         * src/common/plugin.c
16900                 Sync with HEAD (avoid plugin mismatches)
16901
16902 2005-02-03 [paul]       1.0.0cvs25.3
16903
16904         * src/folderview.c
16905         * src/headerview.c
16906         * src/summaryview.c
16907         * src/textview.c
16908         * src/gtk/colorlabel.c
16909                 third and final part of initial sync with main-gtk2
16910
16911 2005-02-03 [paul]       1.0.0cvs25.2
16912
16913         * src/jpilot.c
16914                 fix building with jpilot support
16915
16916 2005-02-02 [colin]      1.0.0cvs25.1
16917
16918         * src/messageview.c
16919                 Sync with HEAD (fix dangerous typo)
16920
16921 2005-02-01 [colin]      1.0.0cvs24.3
16922
16923         * src/common/xml.c
16924                 Write file as advertised (UTF-8)
16925
16926 2005-02-01 [paul]       1.0.0cvs24.2
16927
16928         * src/addrbook.c
16929         * src/addrindex.c
16930         * src/alertpanel.h
16931         * src/codeconv.c
16932         * src/codeconv.h
16933         * src/compose.c
16934         * src/export.c
16935         * src/folder_item_prefs.c
16936         * src/html.c
16937         * src/imap.c
16938         * src/import.c
16939         * src/jpilot.c
16940         * src/mainwindow.c
16941         * src/matcher_parser_lex.l
16942         * src/messageview.c
16943         * src/mh.c
16944         * src/prefs_account.c
16945         * src/prefs_actions.c
16946         * src/prefs_common.c
16947         * src/prefs_gtk.c
16948         * src/prefs_gtk.h
16949         * src/prefs_themes.c
16950         * src/procheader.c
16951         * src/procmime.c
16952         * src/sourcewindow.c
16953         * src/statusbar.c
16954         * src/summaryview.c
16955         * src/textview.c
16956         * src/toolbar.c
16957         * src/unmime.c
16958         * src/common/template.c
16959         * src/common/utils.c
16960         * src/common/xml.c
16961         * src/common/xml.h
16962         * src/gtk/gtkaspell.c
16963         * src/plugins/clamav/clamav_plugin.c
16964         * src/plugins/dillo_viewer/dillo_prefs.c
16965         * src/plugins/image_viewer/viewerprefs.c
16966         * src/plugins/pgpmime/passphrase.c
16967         * src/plugins/pgpmime/prefs_gpg.c
16968         * src/plugins/pgpmime/select-keys.c
16969         * src/plugins/spamassassin/spamassassin.c
16970                 second part of initial sync with main-gtk2
16971                 (more to follow)
16972
16973 2005-01-31 [colin]      1.0.0cvs24.1
16974
16975         * src/compose.c
16976                 Sync with HEAD
16977
16978 2005-01-29 [paul]       1.0.0cvs23.2
16979
16980         * src/account.c
16981         * src/action.c
16982         * src/addressadd.c
16983         * src/addressbook.c
16984         * src/alertpanel.c
16985         * src/compose.c
16986         * src/editaddress.c
16987         * src/editbook.c
16988         * src/editgroup.c
16989         * src/editjpilot.c
16990         * src/editldap.c
16991         * src/editldap_basedn.c
16992         * src/editvcard.c
16993         * src/export.c
16994         * src/foldersel.c
16995         * src/grouplistdialog.c
16996         * src/import.c
16997         * src/importldif.c
16998         * src/inc.c
16999         * src/main.c
17000         * src/mainwindow.c
17001         * src/message_search.c
17002         * src/messageview.c
17003         * src/mimeview.c
17004         * src/prefs_actions.c
17005         * src/prefs_common.c
17006         * src/prefs_common.h
17007         * src/prefs_customheader.c
17008         * src/prefs_display_header.c
17009         * src/prefs_filtering.c
17010         * src/prefs_filtering_action.c
17011         * src/prefs_gtk.c
17012         * src/prefs_matcher.c
17013         * src/prefs_summary_column.c
17014         * src/prefs_template.c
17015         * src/sourcewindow.c
17016         * src/summary_search.c
17017         * src/summaryview.c
17018         * src/textview.c
17019         * src/gtk/about.c
17020         * src/gtk/description_window.c
17021         * src/gtk/gtkshruler.c
17022         * src/gtk/gtkutils.c
17023         * src/gtk/gtkutils.h
17024         * src/gtk/inputdialog.c
17025         * src/gtk/logwindow.c
17026         * src/gtk/prefswindow.c
17027         * src/gtk/progressdialog.c
17028         * src/gtk/progressdialog.h
17029                 first part of initial sync with main-gtk2
17030                 (more to follow)
17031
17032 2005-01-28 [colin]      1.0.0cvs23.1
17033
17034         * src/folderview.c
17035                 Sync with HEAD
17036
17037 2005-01-27 [colin]      1.0.0cvs21.1
17038
17039         * src/folder.c
17040         * src/folderview.c
17041                 Sync with HEAD
17042
17043 2005-01-27 [colin]      1.0.0cvs19.1
17044
17045         * src/procmime.c
17046                 Sync with HEAD
17047
17048 2005-01-27 [colin]      1.0.0cvs18.1
17049
17050         * src/messageview.c
17051         * src/summaryview.c
17052         * src/mainwindow.c
17053         * src/compose.c
17054         * src/compose.h
17055         * src/procmsg.c
17056         * src/procmsg.h
17057         * src/toolbar.c
17058                 Sync with HEAD
17059
17060 2005-01-26 [paul]       1.0.0cvs15.2
17061
17062         * src/compose.c
17063                 compose_entries_set(): convert subject and body to
17064                 utf8 if necessary. patch by Felix Eckhofer
17065
17066 2005-01-26 [paul]       1.0.0cvs15.1
17067
17068         * configure.ac
17069         * src/common/template.c
17070                 sync with HEAD (fix memory leak)
17071
17072 2005-01-25 [paul]       1.0.0cvs14.1
17073
17074         * configure.ac
17075         * src/compose.c
17076                 sync with HEAD
17077
17078 2005-01-24 [colin]      1.0.0cvs13.1
17079
17080         * src/summaryview.c
17081                 Sync with HEAD
17082
17083 2005-01-24 [paul]       1.0.0cvs12.1
17084
17085         * configure.ac
17086         * src/messageview.c
17087         * src/mh.c
17088         * src/common/utils.c
17089                 sync with HEAD
17090
17091 2005-01-24 [colin]      1.0.0cvs11.1
17092
17093         * src/procheader.c
17094                 Sync with HEAD
17095
17096 2005-01-24 [colin]      1.0.0cvs10.1
17097
17098         * src/folderview.c
17099                 Sync with HEAD
17100
17101 2005-01-23 [colin]      1.0.0cvs9.1
17102
17103         * src/crash.c
17104                 Sync with HEAD
17105
17106 2005-01-22 [colin]      1.0.0cvs8.1
17107
17108         * src/summaryview.c
17109         * src/gtk/quicksearch.c
17110                 Sync with HEAD
17111
17112 2005-01-21 [colin]      1.0.0cvs7.1
17113
17114         * src/summaryview.c
17115                 Sync with HEAD
17116
17117 2005-01-21 [colin]      1.0.0cvs6.1
17118
17119         * src/summaryview.c
17120                 Sync with HEAD
17121
17122 2005-01-21 [colin]      1.0.0cvs5.1
17123
17124         * src/gtk/quicksearch.c
17125         * src/prefs_common.c
17126         * src/prefs_common.h
17127                 Sync with HEAD (recurse option)
17128
17129 2005-01-21 [colin]      1.0.0cvs4.1
17130
17131         * src/folder.h
17132         * src/folderview.c
17133         * src/folderview.h
17134         * src/summaryview.c
17135         * src/gtk/quicksearch.c
17136         * src/gtk/quicksearch.h
17137                 Sync with HEAD (recursive quicksearch)
17138
17139 2005-01-20 [colin]      1.0.0cvs3.4
17140
17141         * src/ssl_manager.c
17142                 Remove useless code
17143
17144 2005-01-20 [colin]      1.0.0cvs3.3
17145
17146         * src/ssl_manager.c
17147                 Fix leak, thanks to Alfons.
17148
17149 2005-01-20 [colin]      1.0.0cvs3.2
17150
17151         * src/ssl_manager.c
17152                 Port SSL certificate window to GTK2.
17153
17154 2005-01-20 [paul]       1.0.0cvs3.1
17155
17156         * ChangeLog.claws
17157         * configure.ac
17158         * src/addrindex.c
17159         * src/addrindex.h
17160                 sync with HEAD
17161
17162 2005-01-19 [colin]      1.0.0cvs2.2
17163
17164         * src/plugins/trayicon/trayicon.c
17165                 Fix freeze with gtk-2.6, the easy way
17166                 (signal blocking helpless there...)
17167                 Closes bug #668.
17168
17169 2005-01-19 [colin]      1.0.0cvs2.1
17170
17171         * src/mbox.c
17172         * src/mbox.h
17173         * src/mainwindow.c
17174         * src/summaryview.c
17175         * src/summaryview.h
17176                 Sync with HEAD
17177
17178 2005-01-19 [paul]       1.0.0cvs1.1
17179
17180         * configure.ac
17181         * po/de.po
17182         * po/es.po
17183         * po/fr.po
17184         * po/hr.po
17185         * po/it.po
17186         * po/ja.po
17187         * po/ko.po
17188         * po/pt_BR.po
17189         * po/ru.po
17190         * po/sk.po
17191         * po/sr.po
17192                 sync with HEAD (update translations)
17193
17194 2005-01-18 [colin]      1.0.0cvs0.1
17195
17196         * src/foldersel.c
17197                 Specify search column - patch by Alfons
17198
17199 2005-01-18 [colin]      0.9.13cvs36.3
17200
17201         * src/prefs_toolbar.c
17202                 Change Delete to Remove
17203         * src/prefs_fonts.c
17204                 GTK2 version and leak fixes
17205         * src/prefs_actions.c
17206                 Add stock buttons.
17207                 All patches by Alfons
17208
17209 2005-01-17 [colin]      0.9.13cvs36.2
17210
17211         * src/compose.c
17212                 Fix DnD inserting twice. While at it,
17213                 add DnD support for text/plain in the
17214                 body, and add support in the headers.
17215
17216 2005-01-16 [colin]      0.9.13cvs36.1
17217
17218         * ChangeLog
17219         * ChangeLog.jp
17220         * ChangeLog.claws
17221                 Sync with HEAD (nothing applicable)
17222
17223 2005-01-16 [colin]      0.9.13cvs33.2
17224
17225         * src/prefs_toolbar.c
17226                 GTK2ize prefs_toolbar, by Alfons.
17227
17228 2005-01-14 [colin]      0.9.13cvs33.1
17229
17230         * src/html.c
17231         * src/msgcache.c
17232                 Sync with HEAD
17233
17234 2005-01-14 [colin]      0.9.13cvs32.1
17235
17236         * src/html.c
17237         * src/html.h
17238         * src/msgcache.c
17239         * AUTHORS
17240         * tools/calypso_convert.pl
17241                 Sync with HEAD
17242
17243 2005-01-08 [colin]      0.9.13cvs29.2
17244
17245         * src/prefs_filtering_action.c
17246         * src/prefs_filtering.c
17247                 2 more gtk2 patches by Alfons
17248
17249 2005-01-07 [paul]       0.9.13cvs29.1
17250
17251         * ChangeLog
17252         * ChangeLog.claws
17253         * ChangeLog.jp
17254         * configure.ac
17255         * src/pop.c
17256         * src/pop.h
17257                 sync with HEAD
17258
17259 2005-01-07 [colin]      0.9.13cvs28.3
17260
17261         * src/gtk/progressdialog.c
17262         * src/gtk/progressdialog.h
17263         * src/inc.c
17264         * src/send_message.c
17265                 GTK2 for the incorporation dialog. The CList isn't dead
17266                 yet, for a more smooth migration. Patch by Alfons.
17267
17268 2005-01-06 [colin]      0.9.13cvs28.2
17269
17270         * src/prefs_display_header.c
17271                 GTK2 conversion by Alfons
17272         * src/prefs_actions.c
17273         * src/prefs_matcher.c
17274                 Fix 2 leaks - patch by Alfons
17275
17276 2005-01-06 [colin]      0.9.13cvs28.1
17277
17278         * src/prefs_matcher.c
17279                 Sync with HEAD
17280
17281 2005-01-06 [colin]      0.9.13cvs27.4
17282
17283         * src/prefs_matcher.c
17284                 Fix double-free. Patch by Alfons
17285
17286 2005-01-06 [colin]      0.9.13cvs27.3
17287
17288         * src/prefs_matcher.c
17289                 GTK2 widgets + memleak
17290                 Patch by Alfons
17291
17292 2005-01-05 [colin]      0.9.13cvs27.2
17293
17294         * src/account.c
17295         * src/addr_compl.c
17296         * src/foldersel.c
17297         * src/stock_pixmap.c
17298         * src/stock_pixmap.h
17299                 3 more GTK2 patches by Alfons.
17300
17301 2005-01-04 [colin]      0.9.13cvs27.1
17302
17303         * src/folderview.c
17304         * src/imap_gtk.c
17305         * src/news_gtk.c
17306                 Sync with HEAD
17307
17308 2005-01-04 [colin]      0.9.13cvs25.9
17309
17310         * src/compose.c
17311                 Fix Show Ruler menuitem
17312         * src/prefs_template.c
17313                 Convert to GTK2
17314         * src/common/utils.c
17315                 Make auto pointer stuff handles NULLs
17316                 Patches by Alfons.
17317
17318 2005-01-04 [colin]      0.9.13cvs25.8
17319
17320         * src/compose.c
17321                 Move the attachment list to gtk2
17322                 Patch by Alfons.
17323
17324 2005-01-04 [colin]      0.9.13cvs25.7
17325
17326         * src/textview.c
17327                 Make some keys work again
17328                 Patch by SungHyun Nam <namsh@kldp.org>
17329
17330 2005-01-04 [colin]      0.9.13cvs25.6
17331
17332         * src/gtk/gtkshruler.c
17333                 Move the ruler to GTK2
17334                 Patch by Alfons
17335
17336 2005-01-03 [colin]      0.9.13cvs25.5
17337
17338         * src/compose.c
17339                 Fix my broken patch apply 
17340
17341 2005-01-03 [colin]      0.9.13cvs25.4
17342
17343         * src/common/utils.c
17344         * src/common/utils.h
17345         * src/gtk/prefswindow.c
17346                 Move auto pointer stuff to utils.c
17347                 Patch by Alfons again :)
17348
17349 2005-01-03 [colin]      0.9.13cvs25.3
17350
17351         * src/compose.c
17352         * src/prefs_gtk.c
17353         * src/prefs_template.c
17354         * src/textview.c
17355                 Empty text widgets with empty strings, not NULL char
17356                 Patch by SungHyun Nam <namsh@kldp_org>
17357
17358 2005-01-03 [colin]      0.9.13cvs25.2
17359
17360         * src/main.c
17361         * AUTHORS
17362                 Sync with HEAD
17363
17364 2005-01-03 [colin]      0.9.13cvs25.1
17365
17366         * src/pop.c
17367         * src/pop.h
17368                 Sync with HEAD
17369
17370 2005-01-03 [colin]      0.9.13cvs24.3
17371
17372         * src/account.c
17373                 Two patches from Alfons and Alex S Moore:
17374                 fix images, fix return value.
17375
17376 2005-01-01 [colin]      0.9.13cvs24.2
17377
17378         * src/prefs_actions.c
17379                 Fix over-zealous assertion. Patch by Alfons
17380
17381 2005-01-01 [colin]      0.9.13cvs24.1
17382
17383         * src/procmime.c
17384                 Sync with HEAD (leak fix)
17385
17386 2004-12-31 [colin]      0.9.13cvs23.2
17387
17388         * src/prefs_common.c
17389                 GTK2 widgets + stock buttons - patch by Alfons
17390
17391 2004-12-31 [paul]       0.9.13cvs23.1
17392
17393         * configure.ac
17394                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17395         * src/gtk/pluginwindow.c
17396                 use GTK2 widgets and plug memory leaks,
17397                 patches by Alfons
17398
17399 2004-12-30 [colin]      0.9.13cvs22.4
17400
17401         * src/account.c
17402         * src/action.c
17403         * src/export.c
17404         * src/foldersel.c
17405         * src/import.c
17406         * src/message_search.c
17407         * src/prefs_actions.c
17408         * src/prefs_common.c
17409         * src/prefs_customheader.c
17410         * src/prefs_filtering.c
17411         * src/prefs_summary_column.c
17412         * src/summary_search.c
17413         * src/gtk/about.c
17414         * src/gtk/description_window.c
17415         * src/gtk/gtkutils.c
17416         * src/gtk/gtkutils.h
17417         * src/gtk/inputdialog.c
17418         * src/gtk/prefswindow.c
17419                 Use GTK2 stock buttons. Patches by Alfons.
17420
17421 2004-12-30 [colin]      0.9.13cvs22.3
17422
17423         * src/account.c
17424                 Sync with HEAD
17425         * src/prefs_actions.c
17426         * src/prefs_customheader.c
17427         * src/prefs_filtering.c
17428         * src/prefs_msg_colors.c
17429         * src/prefs_summary_column.c
17430         * src/gtk/prefswindow.c
17431                 Use GtkTreeView instead of deprecated 
17432                 widgets. Patches by Alfons.
17433
17434 2004-12-30 [paul]       0.9.13cvs22.2
17435
17436         * src/foldersel.c
17437                 use GTK 2 Tree View
17438                 patch by Alfons, with root folder sorting fix
17439                 by Stephan Sachse
17440
17441 2004-12-30 [paul]       0.9.13cvs22.1
17442
17443         * ChangeLog
17444         * ChangeLog.claws
17445         * ChangeLog.jp
17446         * NEWS
17447         * configure.ac
17448         * src/account.c
17449                 sync with HEAD
17450
17451 2004-12-22 [martin]     0.9.13cvs21.2
17452
17453         * src/action.c
17454                 free the command line after its use
17455
17456 2004-12-18 [paul]       0.9.13cvs21.1
17457
17458         * AUTHORS
17459         * ChangeLog
17460         * ChangeLog.claws
17461         * ChangeLog.jp
17462         * NEWS
17463         * configure.ac
17464         * src/action.c
17465         * src/compose.c
17466         * src/syldap.c
17467                 sync with HEAD
17468
17469 2004-12-17 [martin]     0.9.13cvs17.2
17470
17471         * src/action.c
17472                 convert actions input to locale
17473         * src/inc.c
17474                 convert notification command to locale
17475         * src/plugins/pgpmime/select-keys.c
17476                 convert attributes to utf8
17477
17478 2004-12-14 [colin]      0.9.13cvs17.1
17479
17480         * ChangeLog
17481         * ChangeLog.jp
17482         * ChangeLog.claws
17483         * src/action.c
17484         * src/common/utils.c
17485         * src/gtk/prefswindow.c
17486         * src/gtk/gtkutils.c
17487         * src/gtk/gtkutils.h
17488         * src/plugins/spamassassin/libspamc.c
17489                 Sync with HEAD
17490
17491 2004-12-13 [colin]      0.9.13cvs14.1
17492
17493         * src/quote_fmt_parse.y
17494                 Sync with HEAD
17495
17496 2004-12-10 [colin]      0.9.13cvs12.1
17497
17498         * src/prefs_themes.c
17499         * src/mainwindow.c
17500         * src/messageview.c
17501                 Sync with HEAD
17502
17503 2004-12-09 [colin]      0.9.13cvs10.1
17504
17505         * src/procmime.c
17506                 Sync with HEAD (fix B64 encoding from memory)
17507
17508 2004-12-08 [colin]      0.9.13cvs9.1
17509
17510         * src/gtk/colorlabel.c
17511                 Sync with HEAD
17512
17513 2004-12-08 [paul]       0.9.13cvs8.2
17514
17515         * src/gtk/pluginwindow.c
17516                 fix window resizing oddities
17517
17518 2004-12-08 [colin]      0.9.13cvs8.1
17519
17520         * src/quote_fmt_parse.y
17521                 Sync with HEAD
17522
17523 2004-12-08 [colin]      0.9.13cvs7.1
17524
17525         * src/matcher_parser_parse.y
17526         * src/msgcache.c
17527         * src/prefs_matcher.c
17528         * src/procheader.c
17529         * src/matcher.c
17530         * src/common/defs.h
17531         * po/sr.po
17532                 Sync with HEAD
17533
17534 2004-12-08 [colin]      0.9.13cvs6.1
17535
17536         * src/quote_fmt_parse.y
17537         * src/textview.c
17538                 Sync with HEAD
17539         * src/gtk/prefswindow.c
17540         * src/gtk/pluginwindow.c
17541                 Fix G_CALLBACKS protos (thanks to Alfons)
17542
17543 2004-12-07 [torte]      0.9.13cvs2.2
17544
17545         * src/procmime.c
17546                 [Bug 650] reply button causes crash
17547                 Thanks to David Relson and Christoph
17548
17549 2004-12-07 [colin]      0.9.13cvs2.1
17550
17551         * ChangeLog.claws
17552         * AUTHORS
17553         * po/sk.po
17554         * src/procmime.c
17555         * src/prefs_account.c
17556         * src/common/smtp.c
17557         * src/common/smtp.h
17558                 Sync with HEAD
17559
17560 2004-12-06 [colin]      0.9.12cvs187.1
17561
17562         * ChangeLog.claws
17563         * INSTALL
17564         * Makefile.am
17565         * README.claws
17566         * TODO.claws
17567         * configure.ac
17568         * po/bg.po
17569         * po/cs.po
17570         * po/el.po
17571         * po/en_GB.po
17572         * po/es.po
17573         * po/fr.po
17574         * po/hr.po
17575         * po/hu.po
17576         * po/it.po
17577         * po/ja.po
17578         * po/ko.po
17579         * po/nl.po
17580         * po/pl.po
17581         * po/pt_BR.po
17582         * po/ru.po
17583         * po/sk.po
17584         * po/sr.po
17585         * po/sv.po
17586         * po/zh_CN.po
17587         * po/zh_TW.Big5.po
17588         * src/compose.c
17589         * tools/Makefile.am
17590         * tools/README
17591         * tools/filter_conv.pl
17592         * tools/kdeservicemenu/README
17593         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17594         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17595                 Sync with HEAD
17596
17597 2004-12-04 [colin]      0.9.12cvs183.1
17598
17599         * src/compose.c
17600                 Sync with HEAD (compose window position saving)
17601
17602 2004-12-04 [paul]       0.9.12cvs182.3
17603
17604         * src/messageview.c
17605         * src/mimeview.c
17606         * src/prefs_customheader.c
17607         * src/gtk/quicksearch.c
17608                 replace some forgotten GTK_SIGNAL_FUNCs
17609
17610 2004-12-04 [paul]       0.9.12cvs182.2
17611
17612         * src/Makefile.am
17613                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
17614                 committed in error      
17615
17616 2004-12-04 [paul]       0.9.12cvs182.1
17617
17618         * ChangeLog
17619         * ChangeLog.claws
17620         * ChangeLog.jp
17621         * INSTALL
17622         * NEWS
17623         * README
17624         * README.jp
17625         * configure.ac
17626         * doc/manual/ja/Makefile.am
17627         * doc/manual/ja/sylpheed-1.html
17628         * doc/manual/ja/sylpheed-10.html
17629         * doc/manual/ja/sylpheed-11.html
17630         * doc/manual/ja/sylpheed-12.html
17631         * doc/manual/ja/sylpheed-13.html
17632         * doc/manual/ja/sylpheed-14.html
17633         * doc/manual/ja/sylpheed-15.html
17634         * doc/manual/ja/sylpheed-16.html
17635         * doc/manual/ja/sylpheed-17.html
17636         * doc/manual/ja/sylpheed-18.html
17637         * doc/manual/ja/sylpheed-19.html
17638         * doc/manual/ja/sylpheed-2.html
17639         * doc/manual/ja/sylpheed-20.html
17640         * doc/manual/ja/sylpheed-3.html
17641         * doc/manual/ja/sylpheed-4.html
17642         * doc/manual/ja/sylpheed-5.html
17643         * doc/manual/ja/sylpheed-6.html
17644         * doc/manual/ja/sylpheed-7.html
17645         * doc/manual/ja/sylpheed-8.html
17646         * doc/manual/ja/sylpheed-9.html
17647         * doc/manual/ja/sylpheed.html
17648         * doc/manual/ja/sylpheed.sgml
17649         * po/de.po
17650         * src/Makefile.am
17651         * src/compose.c
17652         * src/procmime.c
17653         * src/pixmaps/regular.xpm **REMOVED**
17654         * src/plugins/pgpmime/pgpmime.c
17655         * src/plugins/pgpmime/plugin.c
17656         * src/plugins/pgpmime/prefs_gpg.c
17657                 sync with HEAD
17658
17659 2004-12-03 [paul]       0.9.12cvs180.1
17660
17661         * ChangeLog
17662         * ChangeLog.claws
17663         * ChangeLog.jp
17664         * configure.ac
17665         * src/Makefile.am
17666         * src/pop.c
17667         * src/common/utils.c
17668         * src/common/utils.h
17669         * src/pixmaps/continue.xpm
17670         * src/pixmaps/dir_close.xpm
17671         * src/pixmaps/dir_open.xpm
17672         * src/pixmaps/drafts_close.xpm
17673         * src/pixmaps/drafts_open.xpm
17674         * src/pixmaps/folder.xpm **REMOVED**
17675         * src/pixmaps/group.xpm
17676         * src/pixmaps/unread.xpm
17677                 sync with HEAD
17678
17679 2004-12-02 [colin]      0.9.12cvs179.1
17680
17681         * src/compose.c
17682                 Sync with HEAD (non-duplicated reedition)
17683
17684 2004-12-02 [colin]      0.9.12cvs178.1
17685
17686         * src/compose.c
17687                 Sync with HEAD (linewrap_quote fix)
17688
17689 2004-12-01 [colin]      0.9.12cvs177.3
17690
17691         * src/addrharvest.c
17692                 Replace sizeof with strlen
17693
17694 2004-12-01 [paul]       0.9.12cvs177.2
17695
17696         * src/addrharvest.c
17697                 fix 'harvest addresses'
17698
17699 2004-11-30 [colin]      0.9.12cvs177.1
17700
17701         * src/gtk/prefswindow.c
17702         * src/gtk/pluginwindow.c
17703                 Sync with HEAD
17704
17705 2004-11-29 [colin]      0.9.12cvs176.1
17706
17707         * src/folderview.c
17708                 sync with HEAD (Fix disappearing separators in folderview's popup)
17709
17710 2004-11-29 [colin]      0.9.12cvs175.1
17711
17712         * src/procmime.c
17713                 Sync with head (another format fix)
17714
17715 2004-11-29 [colin]      0.9.12cvs174.1
17716
17717         * src/pop.c
17718                 Sync with HEAD (format string fix)
17719
17720 2004-11-26 [colin]      0.9.12cvs173.1
17721
17722         * src/common/smtp.c
17723         * src/common/smtp.h
17724                 Sync with HEAD
17725
17726 2004-11-24 [colin]      0.9.12cvs172.1
17727
17728         * src/plugins/pgpmime/pgpmime.c
17729                 Sync with HEAD
17730
17731 2004-11-24 [colin]      0.9.12cvs171.1
17732
17733         * src/plugins/pgpmime/pgpmime.c
17734                 Sync with head (gpgmectx leaks)
17735
17736 2004-11-24 [colin]      0.9.12cvs169.1
17737
17738         * src/plugins/pgpmime/plugin.c
17739         * src/plugins/trayicon/Makefile.am
17740         * src/plugins/trayicon/newmarkedmail.xpm
17741         * src/plugins/trayicon/trayicon.c
17742         * src/plugins/trayicon/unreadmarkedmail.xpm
17743                 Sync with HEAD
17744
17745 2004-11-23 [colin]      0.9.12cvs168.1
17746
17747         * src/partial_download.c
17748         * src/partial_download.h
17749         * src/plugins/pgpmime/plugin.c
17750                 Sync with HEAD
17751
17752 2004-11-23 [colin]      0.9.12cvs166.1
17753
17754         * src/Makefile.am
17755         * src/codeconv.c
17756         * src/compose.c
17757         * src/folderview.c
17758         * src/main.c
17759         * src/partial_download.c
17760         * src/partial_download.h
17761         * src/prefs_account.c
17762         * src/prefs_account.h
17763         * src/privacy.c
17764         * src/privacy.h
17765         * src/procmime.c
17766         * src/common/Makefile.am
17767         * src/common/base64.h
17768         * src/common/partial_download.c
17769         * src/common/partial_download.h
17770         * src/gtk/prefswindow.c
17771         * src/gtk/prefswindow.h
17772         * src/plugins/pgpmime/pgpmime.c
17773         * src/plugins/pgpmime/prefs_gpg.c
17774         * src/plugins/pgpmime/prefs_gpg.h
17775         * src/plugins/pgpmime/sgpgme.c
17776         * src/plugins/pgpmime/sgpgme.h
17777                 Sync with HEAD
17778
17779 2004-11-23 [colin]      0.9.12cvs163.1
17780
17781         * src/main.c
17782                 Sync with HEAD (cursor optimization)
17783
17784 2004-11-23 [colin]      0.9.12cvs162.1
17785
17786         * src/prefs_common.c
17787         * src/prefs_themes.c
17788         * src/procmsg.c
17789                 Sync with HEAD
17790
17791 2004-11-23 [colin]      0.9.12cvs158.9
17792
17793         * src/compose.c
17794                 Fix double-free when forwarding
17795         * src/msgcache.c
17796                 Fix leak on error path
17797                 
17798
17799 2004-11-23 [colin]      0.9.12cvs158.8
17800
17801         * src/compose.c
17802                 Fix possible double-free
17803                 Spotted by Alfons
17804
17805 2004-11-23 [colin]      0.9.12cvs158.7
17806
17807         * src/compose.c
17808                 Fix some signal handlers' prototypes
17809                 Spotted by Alfons
17810
17811 2004-11-22 [colin]      0.9.12cvs158.6
17812
17813         * src/compose.c
17814                 Remove unneeded code and duplicated
17815                 wrapping - patch by Alfons
17816
17817 2004-11-22 [colin]      0.9.12cvs158.5
17818
17819         * src/prefs_themes.c
17820                 Fix oversized selector
17821
17822 2004-11-22 [colin]      0.9.12cvs158.4
17823
17824         * src/compose.c
17825                 fix dump_text()
17826                 patch by Alfons
17827
17828 2004-11-19 [colin]      0.9.12cvs158.3
17829
17830         * src/textview.c
17831                 Add a context menu on links (open, copy)
17832
17833 2004-11-18 [paul]       0.9.12cvs158.2
17834
17835         * src/addrgather.c
17836         * src/exphtmldlg.c
17837         * src/expldifdlg.c
17838         * src/mimeview.c
17839         * src/prefs_common.c
17840         * src/plugins/image_viewer/viewer.c
17841         * src/plugins/spamassassin/spamassassin_gtk.c
17842                 replace deprecated gtk_notebook_set_page
17843                 and gtk_notebook_current_page
17844
17845 2004-11-18 [paul]       0.9.12cvs158.1
17846
17847         * configure.ac
17848         * src/compose.c
17849         * src/mainwindow.c
17850         * src/messageview.c
17851         * src/prefs_common.c
17852         * src/common/utils.c
17853         * src/common/utils.h
17854                 sync with HEAD
17855
17856 2004-11-17 [colin]      0.9.12cvs156.1
17857
17858         * src/prefs_account.c
17859         * src/prefs_account.h
17860         * src/procmsg.c
17861                 Sync with HEAD (add pref to store encrypted mails encrypted)
17862
17863 2004-11-17 [paul]       0.9.12cvs155.1
17864
17865         * ChangeLog
17866         * ChangeLog.claws
17867         * ChangeLog.jp
17868         * NEWS
17869         * configure.ac
17870         * src/compose.c
17871         * src/jpilot.c
17872         * src/privacy.c
17873         * src/procmime.c
17874         * src/procmime.h
17875         * src/procmsg.c
17876         * src/toolbar.c
17877         * src/pixmaps/error.xpm
17878                 sync with HEAD
17879
17880 2004-11-17 [colin]      0.9.12cvs151.1
17881
17882         * src/plugins/pgpmime/pgpmime.c
17883                 Sync with HEAD (remove debug printf)
17884
17885 2004-11-17 [colin]      0.9.12cvs150.1
17886
17887         * src/plugins/pgpmime/pgpmime.c
17888                 Sync with HEAD (off-by-one fix)
17889
17890 2004-11-17 [colin]      0.9.12cvs149.1
17891
17892         * src/procmsg.c
17893                 Sync with HEAD (coding style fixes)
17894
17895 2004-11-16 [colin]      0.9.12cvs148.1
17896
17897         * src/procmsg.c
17898                 Sync with head (Fix the fix)
17899
17900 2004-11-16 [colin]      0.9.12cvs147.1
17901
17902         * src/procmsg.c
17903                 Sync with Main (leak fix)
17904
17905 2004-11-16 [colin]      0.9.12cvs146.14
17906
17907         * src/compose.c
17908                 Remove useless chunk of code
17909                 Patch by Alfons
17910
17911 2004-11-15 [colin]      0.9.12cvs146.13
17912
17913         * src/compose.c
17914                 Fix drafting after insertion
17915                 Patch by Alfons
17916
17917 2004-11-15 [colin]      0.9.12cvs146.12
17918
17919         * src/compose.c
17920         * src/prefs_filtering.c
17921         * src/prefs_filtering_action.c
17922         * src/prefs_toolbar.c
17923                 Fix some const-correctness
17924
17925 2004-11-15 [colin]      0.9.12cvs146.11
17926
17927         * src/summaryview.c
17928         * src/prefs_themes.c
17929         * src/messageview.c
17930                 Fix some leaks
17931
17932 2004-11-15 [colin]      0.9.12cvs146.10
17933
17934         * src/codeconv.c
17935                 More unreadable locale fixes
17936
17937 2004-11-14 [colin]      0.9.12cvs146.9
17938
17939         * src/textview.c
17940                 Fix uri_security_check
17941                 Patch by Alfons
17942
17943 2004-11-13 [paul]       0.9.12cvs146.8
17944
17945         * src/folder.c
17946         * src/procmime.c
17947                 fix 2 bugs introduced in last commit
17948
17949 2004-11-13 [paul]       0.9.12cvs146.7
17950
17951         * src/compose.c
17952         * src/exporthtml.c
17953         * src/exportldif.c
17954         * src/folder.c
17955         * src/imap.c
17956         * src/imap_gtk.c
17957         * src/main.c
17958         * src/mainwindow.c
17959         * src/messageview.c
17960         * src/mh_gtk.c
17961         * src/prefs_themes.c
17962         * src/procmime.c
17963         * src/setup.c
17964         * src/summaryview.c
17965                 replace deprecated g_basename
17966
17967 2004-11-13 [paul]       0.9.12cvs146.6
17968
17969         * src/compose.c
17970         * src/imap.c
17971         * src/matcher_parser.h
17972         * src/matcher_parser_parse.y
17973         * src/prefs_filtering.c
17974         * src/prefs_filtering_action.c
17975         * src/prefs_themes.c
17976         * src/prefs_toolbar.c
17977         * src/common/utils.c
17978                 various small fixes/cleanups
17979
17980 2004-11-12 [colin]      0.9.12cvs146.5
17981
17982         * src/textview.c
17983                 Validate event's origin on visibility notify
17984                 Patch by Alfons.
17985
17986 2004-11-12 [paul]       0.9.12cvs146.4
17987
17988         * src/exporthtml.c
17989         * src/exportldif.c
17990         * src/imap.c
17991         * src/mh.c
17992         * src/mimeview.c
17993         * src/prefs_spelling.c
17994         * src/prefs_themes.c
17995                 replace deprecated g_dirname    
17996
17997 2004-11-12 [colin]      0.9.12cvs146.3
17998
17999         * src/textview.c
18000                 Some coding style fixes
18001
18002 2004-11-12 [colin]      0.9.12cvs146.2
18003
18004         * src/codeconv.c
18005                 We want to replace _all_ extended chars in
18006                 conv_unreadable_*, because any string containing
18007                 extended chars not parsing as UTF8 is 
18008                 undisplayed on gtk2.
18009
18010 2004-11-12 [paul]       0.9.12cvs146.1
18011
18012         * ChangeLog
18013         * ChangeLog.claws
18014         * ChangeLog.jp
18015         * NEWS
18016         * configure.ac
18017         * src/account.c
18018         * src/folderview.c
18019         * src/folderview.h
18020         * src/imap.c
18021         * src/imap_gtk.c
18022         * src/inc.c
18023         * src/mainwindow.c
18024         * src/mh_gtk.c
18025         * src/news_gtk.c
18026         * src/pop.c
18027         * src/prefs_account.c
18028         * src/prefs_account.h
18029         * src/prefs_ext_prog.c
18030         * src/procmime.c
18031         * src/procmime.h
18032         * src/procmsg.c
18033         * src/procmsg.h
18034         * src/summary_search.c
18035         * src/summaryview.c
18036         * src/textview.c
18037         * src/common/defs.h
18038         * src/common/utils.c
18039         * src/common/utils.h
18040         * src/gtk/menu.c
18041         * src/gtk/menu.h
18042                 sync with HEAD
18043
18044 2004-11-11 [colin]      0.9.12cvs144.2
18045
18046         * src/textview.c
18047                 Fix URI range selection (patch by Alfons)
18048
18049 2004-11-09 [colin]      0.9.12cvs144.1
18050
18051         * ChangeLog.claws
18052         * src/compose.c
18053         * src/folder.c
18054         * src/folder_item_prefs.c
18055         * src/prefs_account.c
18056         * src/prefs_account.h
18057         * src/plugins/pgpmime/pgpmime.c
18058                 Sync with HEAD
18059
18060 2004-11-08 [colin]      0.9.12cvs143.1
18061
18062         * src/summaryview.c
18063                 Sync with HEAD (optimize quicksearch)
18064
18065 2004-11-08 [colin]      0.9.12cvs142.2
18066
18067         * src/compose.c
18068                 Don't wrap when Edit/Auto wrapping is disabled
18069
18070 2004-11-08 [colin]      0.9.12cvs142.1
18071
18072         * src/textview.c
18073                 Sync with HEAD
18074
18075 2004-11-08 [colin]      0.9.12cvs141.1
18076
18077         * src/textview.c
18078                 Sync with HEAD (fix some mail URIs)
18079
18080 2004-11-08 [colin]      0.9.12cvs140.3
18081
18082         * src/textview.c
18083                 o Use text cursor instead of arrow when
18084                   not on a link
18085                 o Fix handling of contiguous links (as in
18086                   "colin@colino.net" <colin@colino.net>)
18087                   This one unveils a bug in get_email_part()
18088
18089 2004-11-07 [colin]      0.9.12cvs140.2
18090
18091         * src/textview.c
18092                 Fix memleak. Patch by Alfons.
18093
18094 2004-11-06 [colin]      0.9.12cvs140.1
18095
18096         * src/compose.c
18097                 Sync with HEAD (don't ask passphrase
18098                 when drafting)
18099
18100 2004-11-06 [paul]       0.9.12cvs139.2
18101
18102         * AUTHORS
18103         * src/textview.c
18104         * src/textview.h
18105                 textview URI handling. hovering over a 
18106                 link displays it in the status bar,
18107                 and changes the mouse pointer to a hand 
18108                 cursor. a link is activated with a single 
18109                 click. (Modified from the) patch by Jean-Yves 
18110                 Lefort <jylefort@users.sourceforge.net>
18111                 
18112
18113 2004-11-05 [colin]      0.9.12cvs139.1
18114
18115         * src/compose.c
18116         * src/procmime.c
18117                 Sync with HEAD again ^^
18118
18119 2004-11-05 [colin]      0.9.12cvs139.1
18120
18121         * src/compose.c
18122         * src/procmime.c
18123                 Sync with HEAD
18124
18125 2004-11-03 [paul]       0.9.12cvs138.1
18126
18127         * ChangeLog.claws
18128         * configure.ac
18129         * po/POTFILES.in
18130         * src/prefs_ext_prog.c
18131         * src/procmime.c
18132         * tools/kdeservicemenu/README
18133         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18134         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18135                 sync with HEAD
18136
18137 2004-11-01 [christoph]  0.9.12cvs136.2
18138
18139         * src/procmime.c
18140                 convert MIME parameters to UTF-8
18141
18142 2004-10-29 [colin]      0.9.12cvs136.1
18143
18144         * src/common/utils.c
18145                 Sync with HEAD (don't use '=' in mime boundary)
18146
18147 2004-10-29 [paul]       0.9.12cvs135.1
18148
18149         * configure.ac
18150         * doc/src/rfc2231.txt
18151         * src/procmime.c
18152         * src/common/quoted-printable.c
18153         * src/common/utils.c
18154         * src/common/utils.h
18155                 sync with HEAD
18156
18157 2004-10-27 [paul]       0.9.12cvs134.1
18158
18159         * configure.ac
18160         * src/main.c
18161         * src/procmime.c
18162         * src/plugins/pgpmime/pgpmime.c
18163                 sync with HEAD
18164
18165 2004-10-26 [paul]       0.9.12cvs132.3
18166
18167         * src/account.c
18168         * src/addressbook.c
18169         * src/addrgather.c
18170         * src/addrharvest.c
18171         * src/codeconv.c
18172         * src/compose.c
18173         * src/customheader.c
18174         * src/editaddress.c
18175         * src/editgroup.c
18176         * src/enriched.c
18177         * src/expldifdlg.c
18178         * src/exporthtml.c
18179         * src/exportldif.c
18180         * src/folder.c
18181         * src/foldersel.c
18182         * src/folderview.c
18183         * src/grouplistdialog.c
18184         * src/html.c
18185         * src/imap.c
18186         * src/jpilot.c
18187         * src/ldapserver.c
18188         * src/ldif.c
18189         * src/mimeview.c
18190         * src/news.c
18191         * src/news_gtk.c
18192         * src/pop.c
18193         * src/prefs_display_header.c
18194         * src/prefs_gtk.c
18195         * src/prefs_msg_colors.c
18196         * src/prefs_toolbar.c
18197         * src/procheader.c
18198         * src/procmime.c
18199         * src/summaryview.c
18200         * src/textview.c
18201         * src/toolbar.c
18202         * src/vcard.c
18203         * src/common/mgutils.c
18204         * src/common/nntp.c
18205         * src/common/smtp.c
18206         * src/common/template.c
18207         * src/common/utils.c
18208         * src/common/xmlprops.c
18209         * src/plugins/pgpmime/pgpmime.c
18210         * src/plugins/pgpmime/select-keys.c
18211         * src/plugins/pgpmime/sgpgme.c
18212                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18213                 g_string_sprintfa(), gtk_notebook_current_page()
18214
18215 2004-10-26 [colin]      0.9.12cvs132.2
18216
18217         * src/prefs_folder_item.c
18218                 Fix default-account selection
18219
18220 2004-10-21 [colin]      0.9.12cvs133
18221
18222         * src/compose.c
18223                 Sync with HEAD (Remove extra separator in compose's Options)
18224         * src/textview.c
18225                 Set wrapping to char
18226
18227 2004-10-21 [paul]       0.9.12cvs131.2
18228
18229         * src/compose.c
18230         * src/sourcewindow.c
18231                 fix wrapping
18232                 fix window shrinking 
18233
18234 2004-10-21 [colin]      0.9.12cvs131.1
18235
18236         * ChangeLog.claws
18237         * src/compose.c
18238                 Sync with HEAD
18239
18240 2004-10-21 [paul]       0.9.12cvs130.2
18241
18242         * src/prefs_folder_item.c
18243                 sync with HEAD (Apply to subfolders)
18244
18245 2004-10-19 [colin]      0.9.12cvs130.1
18246
18247         * ChangeLog.claws
18248         * src/compose.c
18249         * src/common/utils.c
18250         * src/gtk/menu.c
18251                 Sync with HEAD
18252
18253 2004-10-19 [colin]      0.9.12cvs128.1
18254
18255         * src/addrbook.c
18256         * src/addrcache.c
18257         * src/addressbook.c
18258         * src/codeconv.c
18259         * src/compose.c
18260         * src/customheader.c
18261         * src/editaddress.c
18262         * src/editgroup.c
18263         * src/exporthtml.c
18264         * src/folder.c
18265         * src/folderview.c
18266         * src/imap.c
18267         * src/jpilot.c
18268         * src/main.c
18269         * src/matcher_parser_parse.y
18270         * src/mbox.c
18271         * src/pop.c
18272         * src/prefs_account.c
18273         * src/prefs_gtk.c
18274         * src/prefs_msg_colors.c
18275         * src/procheader.c
18276         * src/procmime.c
18277         * src/procmime.h
18278         * src/procmsg.c
18279         * src/summaryview.c
18280         * src/textview.c
18281         * src/common/base64.c
18282         * src/common/partial_download.c
18283         * src/common/socket.c
18284         * src/common/sylpheed.c
18285         * src/common/utils.c
18286         * src/common/utils.h
18287         * src/gtk/pluginwindow.c
18288         * src/gtk/quicksearch.c
18289         * src/plugins/clamav/clamav_plugin.c
18290         * src/plugins/clamav/clamav_plugin.h
18291         * src/plugins/clamav/clamav_plugin_gtk.c
18292         * src/plugins/pgpmime/passphrase.c
18293         * src/plugins/pgpmime/pgpmime.c
18294         * src/plugins/pgpmime/plugin.c
18295         * src/plugins/pgpmime/prefs_gpg.c
18296         * src/plugins/pgpmime/prefs_gpg.h
18297         * src/plugins/pgpmime/select-keys.c
18298         * src/plugins/pgpmime/sgpgme.c
18299         * src/plugins/spamassassin/libspamc.c
18300         * src/plugins/spamassassin/spamassassin.c
18301         * src/plugins/spamassassin/spamassassin.h
18302         * src/plugins/spamassassin/spamassassin_gtk.c
18303         * src/plugins/trayicon/trayicon.c
18304         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18305                 Sync with HEAD
18306
18307 2004-10-14 [colin]      0.9.12cvs126.2
18308
18309         * src/codeconv.c
18310         * src/textview.c
18311                 Fix conv_unreadable_locale
18312
18313 2004-10-13 [colin]      0.9.12cvs126.1
18314
18315         * src/compose.c
18316                 Sync with HEAD (don't convert charset for 
18317                 drafted messages, minor cleanup)
18318
18319 2004-10-13 [colin]      0.9.12cvs125.1
18320
18321         * po/POTFILES.in
18322                 Sync with HEAD (POTFILES fix)
18323
18324 2004-10-12 [colin]      0.9.12cvs124.3
18325
18326         * src/compose.c
18327                 Fix encoding bug from latest sync
18328
18329 2004-10-12 [paul]       0.9.12cvs124.2
18330
18331         * src/plugins/pgpmime/prefs_gpg.c
18332         * src/plugins/pgpmime/prefs_gpg.h
18333                 forgotten in last commit        
18334
18335 2004-10-12 [paul]       0.9.12cvs124.1
18336
18337         * ChangeLog.claws
18338         * configure.ac
18339         * m4/spamassassin.m4
18340         * src/Makefile.am
18341         * src/account.c
18342         * src/compose.c
18343         * src/compose.h
18344         * src/crash.c
18345         * src/main.c
18346         * src/mimeview.c
18347         * src/passphrase.c
18348         * src/passphrase.h
18349         * src/prefs_account.c
18350         * src/prefs_account.h
18351         * src/prefs_common.c
18352         * src/privacy.c
18353         * src/privacy.h
18354         * src/procmime.c
18355         * src/procmime.h
18356         * src/procmsg.c
18357         * src/rfc2015.c
18358         * src/rfc2015.h
18359         * src/select-keys.c
18360         * src/select-keys.h
18361         * src/textview.c
18362         * src/common/utils.c
18363         * src/common/utils.h
18364         * src/gtk/about.c
18365         * src/plugins/pgpmime/Makefile.am
18366         * src/plugins/pgpmime/passphrase.c
18367         * src/plugins/pgpmime/passphrase.h
18368         * src/plugins/pgpmime/pgpmime.c
18369         * src/plugins/pgpmime/plugin.c
18370         * src/plugins/pgpmime/select-keys.c
18371         * src/plugins/pgpmime/select-keys.h
18372         * src/plugins/pgpmime/sgpgme.c
18373         * src/plugins/pgpmime/sgpgme.h
18374                 sync with HEAD
18375
18376 2004-10-04 [colin]      0.9.12cvs122.1
18377
18378         * src/mainwindow.c
18379         * src/messageview.c
18380         * src/messageview.h
18381         * src/textview.c
18382                 Sync with HEAD
18383
18384 2004-10-04 [colin]      0.9.12cvs121.1
18385
18386         * src/summaryview.c
18387                 Sync with HEAD
18388
18389 2004-10-04 [paul]       0.9.12cvs120.1
18390
18391         * configure.ac
18392                 sync with HEAD [don't try to build 
18393                 pgpmime plugin when gpgme is disabled]
18394
18395 2004-10-03 [colin]      0.9.12cvs119.3
18396
18397         * src/gtk/gtksctree.c
18398                 Lots of side effects. Put back as before 117.2.
18399         * src/summaryview.c
18400                 Fix bug #602
18401
18402 2004-10-03 [colin]      0.9.12cvs119.2
18403
18404         * src/gtk/gtksctree.c
18405                 Revert 608 fix that doesn't work that good
18406
18407 2004-10-02 [colin]      0.9.12cvs119.1
18408
18409         * src/mainwindow.c
18410         * src/messageview.c
18411         * src/prefs_common.h
18412         * src/procmime.c
18413         * src/procmime.h
18414         * src/textview.c
18415                 Sync with HEAD
18416         * src/gtk/gtksctree.c
18417                 Close bug #608
18418
18419 2004-10-01 [colin]      0.9.12cvs118.1
18420
18421         * src/mimeview.c
18422                 Sync with HEAD (better Save All fix)
18423
18424 2004-10-01 [colin]      0.9.12cvs117.2
18425
18426         * src/gtk/gtksctree.c
18427                 Faster on selection
18428
18429 2004-10-01 [colin]      0.9.12cvs117.1
18430
18431         * src/mimeview.c
18432                 Sync with HEAD (Save All: only attachments)
18433
18434 2004-10-01 [paul]       0.9.12cvs116.1
18435
18436         * ChangeLog.claws
18437         * configure.ac
18438         * src/account.c
18439         * src/prefs_common.c
18440         * src/gtk/colorlabel.c
18441                 sync with HEAD
18442
18443 2004-09-30 [colin]      0.9.12cvs115.1
18444
18445         * src/stock_pixmap.c
18446         * src/stock_pixmap.h
18447         * src/folderview.c
18448         * src/Makefile.am
18449         * src/pixmaps/read.xpm
18450                 Sync with HEAD (new pixmap)
18451
18452 2004-09-29 [colin]      0.9.12cvs114.1
18453
18454         * src/compose.c
18455                 Sync with HEAD
18456                 Fix focus handling in headers
18457
18458 2004-09-29 [paul]       0.9.12cvs113.1
18459
18460         * src/quote_fmt_parse.y
18461                 sync with HEAD
18462  
18463
18464 2004-09-28 [colin]      0.9.12cvs112.1
18465
18466         * src/folderview.c
18467         * src/mainwindow.c
18468                 Sync with HEAD
18469
18470 2004-09-28 [colin]      0.9.12cvs110.1
18471
18472         * src/folderview.c
18473                 Sync with HEAD (Contextual Empty trash menu)
18474
18475 2004-09-28 [colin]      0.9.12cvs108.1
18476
18477         * src/addressbook.c
18478                 Sync with HEAD (addressbook edit on double-click)
18479
18480 2004-09-28 [colin]      0.9.12cvs106.1
18481
18482         * src/inc.c
18483                 Sync with HEAD (folder_item freeze on inc)
18484
18485 2004-09-27 [colin]      0.9.12cvs105.1
18486
18487         * src/folderview.c
18488                 Sync with HEAD (right-align new and unread column)
18489
18490 2004-09-27 [colin]      0.9.12cvs104.1
18491
18492         * src/main.c
18493                 Sync with HEAD (revert 0.9.12cvs101)
18494
18495 2004-09-24 [colin]      0.9.12cvs103.2
18496
18497         * src/wizard.c
18498                 Fix gtk warnings and use domain part of the email address 
18499                 when domain detection fails (no dot in domain name)
18500
18501 2004-09-23 [colin]      0.9.12cvs103.1
18502
18503         * src/plugins/spamassassin/libspamc.c
18504         * src/plugins/spamassassin/libspamc.h
18505         * src/plugins/spamassassin/utils.c
18506         * src/plugins/spamassassin/utils.h
18507                 Sync with HEAD (Update spamassassin to 3.0)
18508
18509 2004-09-21 [colin]      0.9.12cvs102.3
18510
18511         * src/action.c
18512                 Add horizontal scrollbar in action io dialog as needed
18513                 Patch by Alfons.
18514
18515 2004-09-20 [colin]      0.9.12cvs102.2
18516
18517         * src/plugins/image_viewer/viewer.c
18518                 Remove imlib stuff
18519                 use gtk_pixmap_set when clearing
18520                 (would be better to use gtkImages, but causes size-allocate 
18521                 signals storm)
18522
18523 2004-09-17 [paul]       0.9.12cvs102.1
18524
18525         * ChangeLog
18526         * ChangeLog.claws
18527         * ChangeLog.jp
18528         * configure.ac
18529         * src/inc.c
18530                 sync with HEAD
18531
18532
18533 2004-09-17 [colin]      0.9.12cvs101.1
18534
18535         * ChangeLog.claws
18536         * src/main.c
18537                 Sync with HEAD (fix segs at exit)
18538
18539 2004-09-14 [colin]      0.9.12cvs99.5
18540
18541         * src/common/socket.c
18542         * AUTHORS
18543                 Fix send error on 64bit platforms
18544                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18545
18546 2004-09-14 [colin]      0.9.12cvs99.4
18547
18548         * src/action.c
18549                 Fix action output with utf8 
18550                 Patch by Alfons.
18551
18552 2004-09-14 [colin]      0.9.12cvs99.3
18553
18554         * ChangeLog.claws
18555         * src/folder.c
18556                 Sync with HEAD
18557
18558 2004-09-09 [colin]      0.9.12cvs99.2
18559
18560         * src/action.c
18561                 Fix progress bar (displaying "Completed %v/%u")
18562                 Patch by Alfons.
18563
18564 2004-09-08 [colin]      0.9.12cvs99.1
18565
18566         * src/account.c
18567         * src/folder.c
18568         * src/procmsg.c
18569         * src/procmsg.h
18570         * src/plugins/pgpmime/pgpmime.c
18571                 Sync with HEAD
18572
18573 2004-09-08 [colin]      0.9.12cvs97.2
18574
18575         * src/summaryview.c
18576                 Don't select mails in collapsed threads 
18577                 when navigating with up/down
18578
18579 2004-09-07 [colin]      0.9.12cvs97.1
18580
18581         * src/inc.c
18582                 Sync with HEAD (meaningful error messages)
18583
18584 2004-09-06 [colin]      0.9.12cvs96.1
18585
18586         * src/toolbar.c
18587                 Sync with HEAD (fix Redirect graying out)
18588
18589 2004-09-06 [colin]      0.9.12cvs95.1
18590
18591         * src/summaryview.c
18592         * src/mimeview.c
18593                 Sync with HEAD (fix dropped URIs)
18594
18595 2004-09-06 [colin]      0.9.12cvs94.1
18596
18597         * src/addressbook.c
18598         * src/addressitem.h
18599         * src/addritem.c
18600         * src/addritem.h
18601                 Sync with HEAD (addressbook DnD)
18602
18603 2004-09-03 [colin]      0.9.12cvs93.1
18604
18605         * src/summaryview.c
18606                 Sync with HEAD (next/prev unread)
18607
18608 2004-09-03 [colin]      0.9.12cvs92.1
18609
18610         * src/prefs_common.c
18611         * src/prefs_common.h
18612         * src/summaryview.c
18613                 Sync with HEAD ('mark_as_read_delay' pref)
18614
18615 2004-09-02 [colin]      0.9.12cvs91.2
18616
18617         * src/common/xml.c
18618                 Fix leak
18619
18620 2004-09-02 [colin]      0.9.12cvs91.1
18621
18622         * src/gtk/menu.c
18623                 Sync with HEAD (menu accel don't work, but whatever)
18624
18625 2004-09-02 [colin]      0.9.12cvs90.1
18626
18627         * src/account.c
18628                 Sync with HEAD (fix bug 582)
18629
18630 2004-09-02 [colin]      0.9.12cvs89.1
18631
18632         * src/addrindex.c
18633                 Sync with HEAD (free deleted queries)
18634
18635 2004-09-02 [colin]      0.9.12cvs88.1
18636
18637         * src/ldapquery.c
18638                 Sync with HEAD (fix LDAP freezes)
18639
18640 2004-09-02 [colin]      0.9.12cvs87.1
18641
18642         * src/prefs_spelling.c
18643                 Sync with HEAD (add default dictionary)
18644
18645 2004-09-01 [colin]      0.9.12cvs86.1
18646
18647         * src/filtering.c
18648         * src/folderview.c
18649         * src/imap.c
18650         * src/prefs_matcher.c
18651         * src/stock_pixmap.c
18652         * src/summary_search.c
18653         * src/summaryview.c
18654         * src/wizard.c
18655         * src/wizard.h
18656                 Sync with HEAD (uninitialized vars fixes)
18657                 + gtk2 specific warning fixes
18658
18659 2004-08-31 [colin]      0.9.12cvs85.1
18660
18661         * src/folder.c
18662                 Sync with HEAD (Fix memory corruption due to 
18663                 uninitialized var)
18664
18665 2004-08-31 [colin]      0.9.12cvs84.4
18666
18667         * src/summary_search.c
18668                 Fix segfaults when searching in folders with broken headers
18669
18670 2004-08-31 [colin]      0.9.12cvs84.3
18671
18672         * src/compose.c
18673         * src/textview.c
18674                 Fix some more encoding/decoding issues
18675
18676 2004-08-30 [colin]      0.9.12cvs84.2
18677
18678         * src/mimeview.c
18679         * src/prefs_themes.c
18680         * src/gtk/filesel.c
18681         * src/gtk/filesel.h
18682                 Add a folder-mode selection (fixes mimeview's "Save all")
18683
18684 2004-08-29 [colin]      0.9.12cvs84.1
18685
18686         * src/mimeview.c
18687                 Sync with HEAD (don't escape saved filenames)
18688
18689 2004-08-27 [colin]      0.9.12cvs83.1
18690
18691         * ChangeLog
18692         * ChangeLog.claws
18693         * ChangeLog.jp
18694         * src/mh.c
18695         * src/procheader.c
18696         * src/procmsg.c
18697         * src/procmsg.h
18698         * src/common/utils.c
18699         * src/gtk/menu.h
18700         * po/
18701                 Sync with HEAD 0.9.12cvs83 (sync with main)
18702
18703 2004-08-26 [colin]      0.9.12cvs82.4
18704
18705         * src/codeconv.c
18706                 Fix strange stack corruption
18707                 Convert to utf8 after unmime, not before
18708
18709 2004-08-26 [colin]      0.9.12cvs82.3
18710
18711         * src/main.c
18712         * src/wizard.c
18713                 Fix account folders duplication
18714
18715 2004-08-25 [colin]      0.9.12cvs82.2
18716
18717         * src/wizard.c
18718                 Remove ports
18719                 Add SSL selection
18720                 Use login@server as account name
18721
18722 2004-08-25 [colin]      0.9.12cvs82.1
18723
18724         * src/plugins/pgpmime/pgpmime.c
18725                 Sync with HEAD (leak fix).
18726
18727 2004-08-25 [colin]      0.9.12cvs81.1
18728
18729         * src/plugins/pgpmime/pgpmime.c
18730         * src/plugins/pgpmime/sgpgme.c
18731         * src/plugins/pgpmime/sgpgme.h
18732                 Sync with HEAD (Handle combined messages).
18733
18734 2004-08-24 [colin]      0.9.12cvs80.3
18735
18736         * src/wizard.c
18737                 Fix full name, ports, and imap
18738
18739 2004-08-24 [colin]      0.9.12cvs80.2
18740
18741         * src/Makefile.am
18742         * src/main.c
18743         * src/setup.c
18744         * src/setup.h
18745         * src/stock_pixmap.c
18746         * src/stock_pixmap.h
18747         * src/wizard.c ** ADDED **
18748         * src/wizard.h ** ADDED ** 
18749         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
18750                 Add a setup wizard 
18751
18752 2004-08-24 [colin]      0.9.12cvs80.1
18753
18754         * src/folder.c
18755                 Sync with HEAD (set mimeflags on all messages)
18756
18757 2004-08-24 [colin]      0.9.12cvs79.3
18758
18759         * src/matcher_parser_lex.l
18760                 Fix 8bits strings not in utf8
18761
18762 2004-08-24 [colin]      0.9.12cvs79.2
18763
18764         * src/compose.c
18765                 Check conversion result before replacing buffer
18766
18767 2004-08-23 [colin]      0.9.12cvs79.1
18768
18769         * src/compose.c
18770                 Sync with HEAD (create message header in memory)
18771
18772 2004-08-23 [colin]      0.9.12cvs78.1
18773
18774         * src/rfc2015.c
18775         * src/rfc2015.h
18776                 Sync with HEAD (fix bug 197 again)
18777
18778 2004-08-23 [colin]      0.9.12cvs77.3
18779
18780         * src/compose.c
18781                 Fix again inline gpg signing (which outputs utf8
18782                 in gtk2). Not syncing this fix to HEAD as this 
18783                 code is meant to die.
18784
18785 2004-08-23 [colin]      0.9.12cvs77.2
18786
18787         * src/prefs_account.h
18788                 Remove useless include
18789
18790 2004-08-23 [colin]      0.9.12cvs77.1
18791
18792         * src/imap.c
18793         * po/es.po
18794         * po/fr.po
18795         * po/it.po
18796         * po/pl.po
18797         * po/pt_BR.po
18798         * po/sk.po
18799         * po/sr.po
18800                 Sync with HEAD (fix bug 577)
18801
18802 2004-08-22 [colin]      0.9.12cvs76.1
18803
18804         * src/plugins/trayicon/trayicon.c
18805                 Sync with HEAD (fix formatting bug)
18806
18807 2004-08-21 [colin]      0.9.12cvs74.2
18808
18809         * src/gtk/colorsel.c
18810                 Fix bug 564 (Folder color selection window exits on any
18811                 keypress)
18812
18813 2004-08-21 [colin]      0.9.12cvs74.1
18814
18815         * ChangeLog.claws
18816         * src/compose.c
18817         * src/summaryview.c
18818         * src/toolbar.c
18819                 Sync with HEAD (fix bug 576)
18820
18821 2004-08-21 [colin]      0.9.12cvs70.1
18822
18823         * src/compose.c
18824         * src/mainwindow.c
18825                 Sync with HEAD
18826                 
18827
18828 2004-08-21 [paul]       0.9.12cvs66.4
18829
18830         * src/mainwindow.c
18831         * src/messageview.c
18832         * src/gtk/menu.c
18833         * src/plugins/spamassassin/spamassassin_gtk.c
18834                 remove some deprecated gtk1 functions
18835
18836
18837 2004-08-21 [colin]      0.9.12cvs66.3
18838
18839         * src/compose.c
18840         * src/codeconv.c
18841                 Fix warnings
18842                 Remove encoding hacks
18843                 Fix bug 575 (Strange character messes up message)
18844                 Don't display conversion error when drafting
18845
18846 2004-08-21 [paul]       0.9.12cvs66.2
18847
18848         * src/prefs_account.c
18849                 fix GnuPG mode bugs
18850
18851
18852 2004-08-20 [colin]      0.9.12cvs66.1
18853
18854         * src/codeconv.c
18855                 Sync with HEAD 0.9.12cvs66
18856
18857 2004-08-20 [paul]
18858
18859         * src/plugins/pgpmime/plugin.c
18860                 modify PGP/MIME plugin's description
18861
18862 2004-08-17 [colin]      0.9.12cvs65.1
18863
18864         * src/common/ssl.c
18865         * src/plugins/pgpmime/plugin.c
18866                 Sync with HEAD
18867
18868 2004-08-14 [colin]      0.9.12cvs60.3
18869
18870         * src/plugins/trayicon/trayicon.c
18871                 Put back resize callback, on size-request signal
18872                 rather than size-allocate to avoid infinite 
18873                 callback loop
18874
18875 2004-08-13 [colin]      0.9.12cvs60.2
18876
18877         * src/common/defs.h
18878                 Cache versions have been fixed
18879
18880 2004-08-13 [colin]      0.9.12cvs60.1
18881
18882         * src/folderutils.c
18883                 Sync with HEAD
18884
18885 2004-08-12 [colin]      0.9.12cvs59.1
18886
18887         * src/plugins/trayicon/trayicon.c
18888                 Sync with HEAD
18889
18890 2004-08-12 [colin]      0.9.12cvs57.5
18891
18892         * sylpheed.desktop
18893         * configure.ac
18894         * src/Makefile.am
18895         * src/main.c
18896                 Add support for Freedesktop.org's startup notification
18897
18898 2004-08-11 [colin]      0.9.12cvs57.4
18899
18900         * src/textview.c
18901                 Fix off-by-one
18902
18903 2004-08-11 [colin]      0.9.12cvs57.3
18904
18905         * src/message_search.c
18906         * src/summary_search.c
18907                 Make searches case insensitive by default
18908         * src/textview.c
18909                 Fix case-insensitive search in message
18910
18911 2004-08-11 [colin]      0.9.12cvs57.2
18912
18913         * src/summary_search.c
18914                 Let case-sensitive be specified
18915
18916 2004-08-10 [colin]      0.9.12cvs55.4
18917
18918         * src/common/socket.c
18919                 Fix the possible race condition
18920
18921 2004-08-09 [paul]       0.9.12cvs55.3
18922
18923         * configure.ac
18924         * src/Makefile.am
18925         * src/common/Makefile.am
18926                 sync with HEAD
18927
18928
18929 2004-08-09 [paul]       0.9.12cvs55.2
18930
18931         * autogen.sh
18932         * po/poconv.sh
18933                 remove unneeded script
18934
18935         * configure.ac
18936                 add forgotten USE_LDAP_TLS (sync with HEAD)
18937
18938
18939 2004-08-09 [colin]      0.9.12cvs55.1
18940
18941         * src/main.c
18942         * src/common/ssl.c
18943         * src/common/sylpheed.c
18944         * src/common/sylpheed.h
18945                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
18946
18947 2004-08-09 [paul]       0.9.12cvs54.1
18948
18949         * ChangeLog
18950         * ChangeLog.claws
18951         * ChangeLog.jp
18952         * configure.ac
18953         * po/POTFILES.in
18954         * src/Makefile.am
18955         * src/folderutils.c
18956         * src/main.c
18957         * src/pgpmime.c
18958         * src/pgpmime.h
18959         * src/sgpgme.c
18960         * src/sgpgme.h
18961         * src/plugins/Makefile.am
18962         * src/plugins/pgpmime/.cvsignore
18963         * src/plugins/pgpmime/Makefile.am
18964         * src/plugins/pgpmime/pgpmime.c
18965         * src/plugins/pgpmime/pgpmime.h
18966         * src/plugins/pgpmime/plugin.c
18967         * src/plugins/pgpmime/sgpgme.c
18968         * src/plugins/pgpmime/sgpgme.h
18969                 sync with HEAD
18970
18971 2004-08-08 [paul]       0.9.12cvs51.1
18972
18973         * configure.ac
18974         * src/folder.c
18975                 sync with HEAD
18976
18977 2004-08-07 [colin]      0.9.12cvs50.1
18978
18979         * src/pop.c
18980         * src/common/partial_download.c
18981                 fix warnings (sync from HEAD)
18982
18983 2004-08-07 [colin]      0.9.12cvs48.1
18984
18985         * src/prefs_folder_item.c
18986                 sync with HEAD 0.9.12cvs48
18987
18988 2004-08-06 [colin]      0.9.12cvs47.1
18989
18990         * src/compose.c
18991                 Sync with HEAD
18992
18993 2004-08-06 [christoph]  0.9.12cvs46.2
18994
18995         * src/main.c
18996         * src/plugins/clamav/clamav_plugin_gtk.c
18997         * src/plugins/dillo_viewer/dillo_viewer.c
18998         * src/plugins/image_viewer/plugin.c
18999         * src/plugins/mathml_viewer/mathml_viewer.c
19000         * src/plugins/spamassassin/spamassassin_gtk.c
19001         * src/plugins/trayicon/trayicon.c
19002                 don't mix GTK1.2 plugin with GTK2 plugins
19003
19004 2004-08-06 [colin]      0.9.12cvs46.1
19005
19006         * ChangeLog
19007         * ChangeLog.claws
19008         * ChangeLog.jp
19009         * configure.ac
19010         * sylpheed-claws.pc.in
19011         * src/folder.c
19012         * src/imap.c
19013         * src/localfolder.c
19014         * src/messageview.c
19015         * src/mimeview.c
19016         * src/mimeview.h
19017         * src/msgcache.c
19018         * src/news.c
19019         * src/prefs_ext_prog.c
19020         * src/prefs_folder_item.c
19021         * src/prefs_fonts.c
19022         * src/prefs_msg_colors.c
19023         * src/prefs_spelling.c
19024         * src/prefs_themes.c
19025         * src/prefs_toolbar.c
19026         * src/prefs_wrapping.c
19027         * src/procmime.h
19028         * src/common/defs.h
19029         * src/common/nntp.c
19030         * src/common/session.c
19031         * src/common/session.h
19032         * src/common/socket.c
19033         * src/common/utils.h
19034         * src/common/xml.c
19035         * src/common/xml.h
19036         * src/gtk/prefswindow.c
19037         * src/gtk/prefswindow.h
19038         * src/plugins/clamav/clamav_plugin_gtk.c
19039         * src/plugins/dillo_viewer/dillo_prefs.c
19040         * src/plugins/image_viewer/viewerprefs.c
19041         * src/plugins/spamassassin/spamassassin_gtk.c
19042         * m4/openssl.m4 *** REMOVED ***
19043                 Sync with HEAD 0.9.12cvs46
19044
19045 2004-08-03 [paul]       0.9.12cvs40.2
19046
19047         * src/action.c
19048         * src/addressadd.c
19049         * src/addressbook.c
19050         * src/addrgather.c
19051         * src/browseldap.c
19052         * src/compose.c
19053         * src/crash.c
19054         * src/editaddress.c
19055         * src/editgroup.c
19056         * src/editldap_basedn.c
19057         * src/foldersel.c
19058         * src/importldif.c
19059         * src/mimeview.c
19060         * src/prefs_common.c
19061         * src/prefs_template.c
19062         * src/sourcewindow.c
19063         * src/summaryview.c
19064         * src/gtk/about.c
19065         * src/gtk/foldersort.c
19066         * src/gtk/logwindow.c
19067         * src/gtk/pluginwindow.c
19068         * src/gtk/prefswindow.c
19069                 change all gtk_scrolled_window_set_policy from 
19070                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19071
19072 2004-08-02 [paul]       0.9.12cvs40.1
19073
19074         * AUTHORS
19075                 update translation team section
19076         * po/pt_BR.po
19077                 updated by Frederico Goncalves Guimaraes
19078                 <fggdebian@yahoo.com.br>
19079
19080 2004-07-31 [colin]      0.9.12cvs39.9
19081
19082         * src/exphtmldlg.c
19083                 Fix compilation
19084
19085 2004-07-31 [colin]      0.9.12cvs39.8
19086
19087         * src/exphtmldlg.c
19088                 Fix an alertpanel type
19089
19090 2004-07-30 [colin]      0.9.12cvs39.7
19091
19092         * src/alertpanel.c
19093                 Fix alertpanel_error_log's icon
19094
19095 2004-07-30 [colin]      0.9.12cvs39.6
19096
19097         * src/pop.c
19098                 Two of them should still be warnings
19099
19100 2004-07-30 [colin]      0.9.12cvs39.5
19101
19102         * src/pop.c
19103                 More warning -> error
19104 2004-07-29 [colin]      0.9.12cvs39.4
19105
19106         * src/pop.c
19107                 Warning -> error
19108
19109 2004-07-29 [colin]      0.9.12cvs39.3
19110
19111         * src/prefs_matcher.c
19112                 Fix segfault
19113
19114 2004-07-29 [colin]      0.9.12cvs39.2
19115
19116         * src/alertpanel.c
19117                 More nice-looking alertpanels
19118
19119 2004-07-29 [colin]      0.9.12cvs39.1
19120
19121         * src/messageview.c
19122                 sync with head
19123                 (inform user when partial mail is deleted on server)
19124
19125 2004-07-29 [colin]      0.9.12cvs38.1
19126
19127         * src/messageview.c
19128                 sync with head
19129
19130 2004-07-28 [paul]       0.9.12cvs37.7
19131
19132         * src/mainwindow.c
19133                 complete the replacement of deprecated gtk_progress_*
19134
19135 2004-07-28 [paul]       0.9.12cvs37.6
19136
19137         * src/action.c
19138         * src/inc.c
19139         * src/mainwindow.c
19140         * src/send_message.c
19141         * src/gtk/progressdialog.c
19142         * src/gtk/progressdialog.h
19143                 replace deprecated gtk_progress_*
19144
19145 2004-07-28 [paul]       0.9.12cvs37.5
19146
19147         * src/gtk/filesel.c
19148                 remove gtk_window_set_wmclass()
19149 2004-07-28 [paul]       0.9.12cvs37.4
19150
19151         * src/addressbook.c
19152         * src/compose.c
19153         * src/foldersel.c
19154         * src/mainwindow.c
19155         * src/messageview.c
19156         * src/sourcewindow.c
19157         * src/gtk/logwindow.c
19158                 remove gtk_window_set_wmclass()
19159                 
19160         * src/prefs_filtering.c
19161         * src/prefs_filtering_action.c
19162         * src/prefs_fonts.c
19163         * src/prefs_gtk.c
19164         * src/prefs_matcher.c
19165         * src/ssl_manager.c
19166         * src/gtk/prefswindow.c
19167                 replace gtk_window_position()
19168
19169 2004-07-28 [colin]      0.9.12cvs37.3
19170
19171         * src/alertpanel.c
19172         * src/alertpanel.h
19173                 Add a way to specify panel type for specific
19174                 panels (alertpanel())
19175         * src/account.c
19176         * src/addressbook.c
19177         * src/compose.c
19178         * src/expldifdlg.c
19179         * src/main.c
19180         * src/messageview.c
19181         * src/summaryview.c
19182         * src/textview.c
19183         * src/gtk/sslcertwindow.c
19184                 Fix alertpanel()s so that their icon match
19185                 their real type
19186
19187 2004-07-28 [paul]       0.9.12cvs37.2
19188
19189         * src/addr_compl.c
19190         * src/addressbook.c
19191         * src/alertpanel.c
19192         * src/compose.c
19193         * src/export.c
19194         * src/foldersel.c
19195         * src/folderview.c
19196         * src/grouplistdialog.c
19197         * src/import.c
19198         * src/mainwindow.c
19199         * src/message_search.c
19200         * src/messageview.c
19201         * src/passphrase.c
19202         * src/prefs_actions.c
19203         * src/prefs_common.c
19204         * src/prefs_customheader.c
19205         * src/prefs_display_header.c
19206         * src/prefs_filtering.c
19207         * src/prefs_filtering_action.c
19208         * src/prefs_gtk.c
19209         * src/prefs_matcher.c
19210         * src/prefs_msg_colors.c
19211         * src/prefs_summary_column.c
19212         * src/prefs_template.c
19213         * src/sourcewindow.c
19214         * src/ssl_manager.c
19215         * src/summary_search.c
19216         * src/gtk/colorsel.c
19217         * src/gtk/description_window.c
19218         * src/gtk/gtkaspell.c
19219         * src/gtk/inputdialog.c
19220         * src/gtk/logwindow.c
19221         * src/gtk/prefswindow.c
19222         * src/gtk/progressdialog.c
19223                 replace deprecated gtk_window_set_policy
19224
19225 2004-07-27 [colin]      0.9.12cvs37.1
19226
19227         * src/msgcache.c
19228                 More fixes (synced for head again)
19229
19230 2004-07-27 [colin]      0.9.12cvs35.3
19231
19232         * src/msgcache.c
19233                 Fix wrong test
19234
19235 2004-07-27 [colin]      0.9.12cvs35.2
19236
19237         * src/mimeview.c
19238                 Fix width a bit (by Paul)
19239         * src/alertpanel.c
19240         * src/alertpanel.h
19241                 Specialize icons, make alertpanel_message()
19242                 private
19243         * src/message_search.c
19244         * src/sgpgme.c
19245         * src/summary_search.c
19246                 Suit alertpanel changes
19247
19248 2004-07-27 [colin]      0.9.12cvs35.1
19249
19250         * src/alertpanel.c
19251                 Add an icon
19252         * src/passphrase.c
19253                 Add debug output - maybe someone will
19254                 want to look at the problem with Grab
19255                 Input :)
19256         Bump version as we're synced with HEAD
19257
19258 2004-07-26 [colin]      0.9.12cvs33.26
19259
19260         * src/pop.c
19261                 Fix uidl-file parsing when not in new
19262                 format
19263
19264 2004-07-26 [colin]      0.9.12cvs33.25
19265
19266         * src/gtk/menu.c
19267                 Move popup menu up if necessary (fixes 
19268                 account selector)
19269         * src/mainwindow.c
19270                 Set account selector's button height to
19271                 minimum
19272
19273 2004-07-26 [colin]      0.9.12cvs33.24
19274
19275         * src/alertpanel.c
19276                 Maybe fix 551 (Truncated font in alert window)
19277
19278 2004-07-26 [colin]      0.9.12cvs33.23
19279
19280         * po/de.po
19281         * po/es.po
19282         * po/fr.po
19283         * po/it.po
19284         * po/ja.po
19285         * po/pl.po
19286         * po/ru.po
19287         * po/sk.po
19288         * po/sr.po
19289         * po/zh_CN.po
19290                 Sync po files with HEAD
19291
19292 2004-07-26 [paul]       0.9.12cvs33.22
19293
19294         * src/compose.c
19295                 fix Bug 556 'Organisation-header is sent even if empty'
19296
19297 2004-07-24 [colin]      0.9.12cvs33.21
19298
19299         * src/compose.c
19300         * src/gtk/gtkaspell.c
19301         * src/gtk/gtkaspell.h
19302                 Fix speller accelerators (require hack)
19303
19304 2004-07-24 [colin]      0.9.12cvs33.20
19305
19306         * src/gtk/gtkaspell.c
19307                 Fix over-eager code deletion breaking
19308                 Check while typing
19309
19310 2004-07-24 [colin]      0.9.12cvs33.19
19311
19312         * src/browseldap.c
19313         * src/ldapctrl.c
19314         * src/ldapctrl.h
19315         * src/ldapserver.h
19316                 Sync ldap with HEAD
19317         (Fixes 546 LDAP completely broken)
19318
19319 2004-07-24 [colin]      0.9.12cvs33.18
19320
19321         * src/prefs_msg_colors.c
19322                 Fix prototype mismatch
19323         (Fixes 547 void function cannot return value)
19324
19325 2004-07-24 [colin]      0.9.12cvs33.17
19326
19327         * src/mainwindow.c
19328                 Fix sort going back to previous sort key
19329                 when changing sort direction
19330
19331 2004-07-24 [colin]      0.9.12cvs33.16
19332
19333         * src/compose.c
19334                 Fix space insertion when re-wrapping at 
19335                 cursor point
19336
19337 2004-07-24 [colin]      0.9.12cvs33.15
19338
19339         * src/gtk/gtkaspell.c
19340                 Don't change cursor position in insert-text
19341                 callback
19342         (Fixes 539 Word wrapping on input transposes letters)
19343
19344 2004-07-24 [colin]      0.9.12cvs33.14
19345
19346         * src/gtk/gtkaspell.c
19347                 Reencode non-ascii chars to dictionary's
19348                 encoding
19349         (Fixes 544 Spell check broken non english locale)
19350
19351 2004-07-24 [colin]      0.9.12cvs33.13
19352
19353         * src/summaryview.c
19354                 Fix Shift+Down, add Home/End/PgUp/PgDown
19355
19356 2004-07-21 [colin]      0.9.12cvs33.12
19357
19358         * src/prefs_common.c
19359                 Fix a gtk warning (Patch by Andrej Kacian)
19360
19361 2004-07-21 [colin]      0.9.12cvs33.11
19362
19363         * src/gtk/filesel.c
19364                 More check
19365
19366 2004-07-21 [colin]      0.9.12cvs33.10
19367
19368         * src/compose.c
19369         * src/crash.c
19370         * src/export.c
19371         * src/import.c
19372         * src/messageview.c
19373         * src/mimeview.c
19374         * src/prefs_spelling.c
19375         * src/prefs_themes.c
19376         * src/summaryview.c
19377         * src/gtk/filesel.c
19378         * src/gtk/filesel.h
19379         * src/gtk/pluginwindow.c
19380                 Untwist open/save mode guessing logic, make
19381                 it explicit
19382
19383 2004-07-20 [colin]      0.9.12cvs33.9
19384
19385         * src/codeconv.c
19386                 conv_encode_header: src_charset is UTF-8 on
19387                 gtk2
19388         * src/compose.c
19389                 Remove double encoding of the headers
19390
19391 2004-07-20 [colin]      0.9.12cvs33.8
19392
19393         * src/codeconv.c
19394                 Fix typo
19395
19396 2004-07-20 [colin]      0.9.12cvs33.7
19397
19398         * src/mainwindow.c
19399                 Set the separated messageview to the saved
19400                 size of Claws' messageview (Patch by Alfons)
19401                 Fix a callback prototype (me)
19402
19403 2004-07-20 [colin]      0.9.12cvs33.6
19404
19405         * src/codeconv.h
19406                 Forgot one hunk in 0.9.12cvs33.4
19407
19408 2004-07-19 [colin]      0.9.12cvs33.5
19409
19410         * src/action.c
19411                 Action output fix
19412                 Patch by Alfons
19413
19414 2004-07-19 [colin]      0.9.12cvs33.4
19415
19416         * src/compose.c
19417                 Fix outgoing charset bug in headers
19418         * src/codeconv.c
19419                 Clean for glib2 - Patch by Alfons
19420
19421 2004-07-19 [colin]      0.9.12cvs33.3
19422
19423         * src/statusbar.c
19424                 Remove grip from the statusbar
19425                 Patch by Alfons
19426
19427 2004-07-19 [colin]      0.9.12cvs33.2
19428
19429         * src/messageview.c
19430         * src/textview.c
19431                 Fix messageview remembering the previous
19432                 scroll position when loading a new message
19433                 Patch by Alfons
19434
19435 2004-07-19 [colin]      0.9.12cvs33.1
19436
19437         * src/folder.h
19438         * src/folderview.c
19439         * src/summaryview.c
19440                 Sync with HEAD
19441
19442 2004-07-18 [colin]      0.9.12cvs32.7
19443
19444         * configure.ac
19445                 Remove useless check for XIM - noticed
19446                 by Alfons
19447
19448 2004-07-18 [colin]      0.9.12cvs32.6
19449
19450         * src/summaryview.c
19451                 Remove non-modified and shift-modified
19452                 accelerators in summaryview's popup
19453                 menu, as that doesn't get catched by
19454                 the accel-activate signal catcher...
19455
19456 2004-07-18 [colin]      0.9.12cvs32.5
19457
19458         * src/prefs_common.c
19459                 Define sensible default prefs for 
19460                 wrapping
19461
19462 2004-07-18 [colin]      0.9.12cvs32.4
19463
19464         * src/compose.c
19465         * src/prefs_common.c
19466         * src/prefs_common.h
19467         * src/prefs_wrapping.c
19468                 Remove Smart Wrapping pref, which does
19469                 nothing on gtk2 branch
19470
19471 2004-07-18 [colin]      0.9.12cvs32.3
19472
19473         * src/sourcewindow.c
19474                 Proper utf8
19475
19476 2004-07-18 [colin]      0.9.12cvs32.2
19477
19478         * src/compose.c
19479                 Save attachment status when drafting
19480
19481 2004-07-18 [colin]      0.9.12cvs32.1
19482
19483         * src/gtk/filesel.c
19484                 Fix erratic folder selection in open mode
19485
19486 2004-07-18 [colin]      0.9.12cvs31.11
19487
19488         * src/pop.c
19489                 Don't let partial messages get deleted
19490                 even with "dowload all"
19491                 (0.9.12cvs31.8 fix extension)
19492 2004-07-18 [colin]      0.9.12cvs31.10
19493
19494         * src/gtk/logwindow.c
19495                 Fix log scrolling
19496
19497 2004-07-18 [colin]      0.9.12cvs31.9
19498
19499         * src/common/utils.c
19500                 Fix non-utf8 strings coming from commands
19501                 and files
19502
19503 2004-07-18 [colin]      0.9.12cvs31.8
19504
19505         * src/pop.c
19506                 Fix partial download bug with Download all
19507                 messages option
19508
19509 2004-07-18 [colin]      0.9.12cvs31.7
19510
19511         * src/textview.c
19512                 Fix bug introduced in 0.9.12cvs31.2
19513                 (blocked in select mode after double click)
19514
19515 2004-07-18 [colin]      0.9.12cvs31.6
19516
19517         * src/compose.c
19518         * src/gtk/menu.c
19519                 More glib-warning fixes
19520
19521 2004-07-18 [colin]      0.9.12cvs31.5
19522
19523         * src/compose.c
19524                 Fix trashing the primary clipboard when moving 
19525                 around with tab
19526         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19527
19528 2004-07-18 [colin]      0.9.12cvs31.4
19529
19530         * src/codeconv.c
19531                 convert unencoded iso headers to utf8
19532         (Fix Bug 538 Unencoded local characters in subject make it 
19533          disappear)
19534
19535 2004-07-18 [colin]      0.9.12cvs31.3
19536
19537         * src/compose.c
19538                 Fix tab char handling in wrapping
19539         (Fix Bug 537 Line wrap problem - TAB character treated as 
19540          one character instead of 8)
19541
19542 2004-07-18 [colin]      0.9.12cvs31.2
19543
19544         * src/textview.c
19545                 return FALSE on GDK_MOTION_NOTIFY
19546         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19547          (unable to highlight))
19548
19549 2004-07-18 [colin]      0.9.12cvs31.1
19550
19551         * src/folderview.c
19552                 Sync with 0.9.12cvs31
19553
19554 2004-07-18 [colin]      0.9.12cvs30.4
19555
19556         * src/compose.c
19557                 Also block text_inserted when inserting a file
19558
19559 2004-07-18 [colin]      0.9.12cvs30.3
19560
19561         * src/compose.c
19562                 Fix smart wrapping (block text_inserted handler
19563                 while putting quotation to avoid wrap on input,
19564                 don't join lines if next is sig separator)
19565
19566 2004-07-17 [colin]      0.9.12cvs30.2
19567
19568         * src/folderview.c
19569         * src/mainwindow.c
19570         * src/mimeview.c
19571         * src/summaryview.c
19572         * src/gtk/quicksearch.c
19573         * src/gtk/quicksearch.h
19574                 Block key events handlers *and* accels while
19575                 quicksearch is focused
19576         (Fixes Bug 534 quick-search bar not accepting certain letters)
19577
19578 2004-07-17 [colin]      0.9.12cvs30.1
19579
19580         * src/folder.h
19581         * src/folderview.c
19582         * src/summaryview.c
19583                 Sync with 0.9.12cvs30
19584
19585 2004-07-17 [colin]      0.9.12cvs28.2
19586
19587         * src/mimeview.c
19588         * src/procmime.c
19589         * src/summaryview.c
19590         * src/gtk/menu.c
19591                 Squash some compile and glib warnings
19592
19593 2004-07-17 [paul]       0.9.12cvs28.1
19594
19595         * src/mimeview.c
19596                 sync with 0.9.12cvs28 HEAD
19597
19598 2004-07-16 [paul]       0.9.12cvs26.1
19599         
19600         * src/gtk/quicksearch.c
19601         * src/account.c
19602         * src/account.h
19603         * src/compose.c
19604         * src/customheader.c
19605         * src/folder_item_prefs.c
19606         * src/main.c
19607         * src/mainwindow.c
19608         * src/messageview.c
19609         * src/mimeview.c
19610         * src/news.c
19611         * src/pgpmime.c
19612         * src/pop.c
19613         * src/pop.h
19614         * src/prefs_account.c
19615         * src/prefs_account.h
19616         * src/prefs_common.c
19617         * src/prefs_common.h
19618         * src/prefs_display_header.c
19619         * src/prefs_gtk.c
19620         * src/prefs_gtk.h
19621         * src/procheader.c
19622         * src/procmime.c
19623                 sync with 0.9.12cvs26 HEAD      
19624
19625 2004-07-15 [colin]      0.9.12cvs18.14
19626
19627         * src/folder.c
19628                 Disable GPG signature check during
19629                 folder move and scan
19630         (Closes Bug 521 Signature checking slows down Folder-Move)
19631
19632 2004-07-14 [colin]      0.9.12cvs18.13
19633
19634         * src/common/partial_download.c
19635                 update includes
19636
19637 2004-07-14 [colin]      0.9.12cvs18.12
19638
19639         * src/common/partial_download.c
19640         * src/common/partial_download.h
19641                 Move doc at top, add correct copyright
19642
19643 2004-07-14 [colin]      0.9.12cvs18.11
19644
19645         * src/folder.c
19646         * src/messageview.c
19647         * src/pop.c
19648         * src/pop.h
19649         * src/procmsg.c
19650         * src/summaryview.c
19651         * src/common/Makefile.am
19652         * src/common/partial_download.c ** NEW FILES **
19653         * src/common/partial_download.h ** NEW FILES **
19654                 Move partial-download related stuff to its
19655                 own file
19656
19657 2004-07-14 [colin]      0.9.12cvs18.10
19658
19659         * src/send_message.c
19660                 Fix smtp auth when user is null or empty
19661
19662 2004-07-13 [colin]      0.9.12cvs18.9
19663
19664         * src/gtk/quicksearch.c
19665                 Use alphabetic order
19666
19667 2004-07-13 [colin]      0.9.12cvs18.8
19668
19669         * src/pop.c
19670                 Be paranoid on the checks
19671
19672 2004-07-13 [colin]      0.9.12cvs18.7
19673
19674         * src/gtk/quicksearch.c
19675                 Fix Engrish once again
19676
19677 2004-07-13 [colin]      0.9.12cvs18.6
19678
19679         * src/procmsg.c
19680         * src/summaryview.c
19681                 Mark messages for deletion when they are about to
19682                 be removed from trash
19683
19684 2004-07-13 [colin]      0.9.12cvs18.5
19685
19686         * src/matcher.c
19687         * src/matcher.h
19688         * src/matcher_parser_parse.y
19689         * src/prefs_matcher.c
19690         * src/gtk/quicksearch.c
19691                 Add 'partial' ('p') match string to find partially
19692                 downloaded messages
19693
19694 2004-07-13 [colin]      0.9.12cvs18.4
19695
19696         * src/pop.c
19697                 Fix misplaced block
19698
19699 2004-07-13 [colin]      0.9.12cvs18.3
19700
19701         * src/pop.c
19702         * src/pop.h
19703         * src/messageview.c
19704                 Refactor API (to avoid passing 5+ params and code
19705                 duplication)
19706         * src/folder.c
19707         * src/msgcache.c
19708         * src/procheader.c
19709         * src/common/defs.h
19710                 Add planned_download to cache
19711                 Don't mess uidl file when moving partially downloaded
19712                 mails (they change folder, we should change it in the
19713                 uidl list too or we'll remove an incorrect message)
19714                 (this also helps removing hacks when changing 
19715                 planned_download in messageview.c)
19716
19717 2004-07-12 [colin]      0.9.12cvs18.2
19718
19719         * src/gtk/quicksearch.c
19720                 Fix missing status update in quicksearch
19721
19722 2004-07-12 [paul]       0.9.12cvs18.1
19723
19724         * po/POTFILES.in
19725         * src/Makefile.am
19726         * src/account.c
19727         * src/codeconv.c
19728         * src/compose.c
19729         * src/inc.c
19730         * src/main.c
19731         * src/prefs_common.c
19732         * src/procmsg.h
19733         * src/toolbar.c
19734         * src/prefs_msg_colors.[ch]     ** NEW FILES **
19735         * src/prefs_wrapping.[ch]       ** NEW FILES **
19736         * src/common/intl.h
19737         * src/common/utils.[ch]
19738         * src/gtk/quicksearch.[ch]
19739                 sync with 0.9.12cvs18 HEAD
19740
19741 2004-07-12 [colin]      0.9.11cvs17.25
19742
19743         * src/folder.c
19744         * src/folder.h
19745                 Remove unused function added by me in 0.9.11cvs17.10
19746
19747 2004-07-11 [colin]      0.9.11cvs17.24
19748
19749         * src/inc.c
19750         * src/messageview.c
19751         * src/pop.c
19752         * src/pop.h
19753                 Use folderitem and msgnum instead of filename to
19754                 know which mail to delete
19755                 Move old partial mail deletion to pop.c
19756
19757 2004-07-10 [colin]      0.9.11cvs17.23
19758
19759         * src/inc.c
19760                 Add debug
19761         * src/pop.c
19762         * src/pop.h
19763                 Don't re-use same enums for unrelated stuff: it's 
19764                 completely misleading !
19765                 Document a bit
19766
19767 2004-07-09 [colin]      0.9.11cvs17.22
19768
19769         * src/inc.c
19770                 Remove folder-type check and do
19771                 more tests to be sure everything's
19772                 ok
19773         * src/messageview.c
19774                 Punctuation update, remove useless
19775                 code, fix two warnings
19776         * src/noticeview.c
19777                 Layout cleaning, reset 2nd button
19778                 when specifying one
19779
19780 2004-07-09 [colin]      0.9.11cvs17.21
19781
19782         * src/messageview.c
19783         * src/pop.c
19784         * src/pop.h
19785                 Allow user to change his mind
19786                 and postpone decision (by
19787                 unmarking the mail)
19788
19789 2004-07-09 [colin]      0.9.11cvs17.20
19790
19791         * src/messageview.c
19792                 Fix bug with delete state
19793         * src/pop.c
19794         * src/pop.h
19795                 Fix buffer leak (fread doesn't 
19796                 terminate buffers with \0)
19797                 Refactoring (remove magic 
19798                 numbers)
19799
19800 2004-07-09 [colin]      0.9.11cvs17.19
19801
19802         * src/pop.c
19803                 Don't log "Skipping message" if 
19804                 we're going to TOP it two lines
19805                 later
19806
19807 2004-07-09 [colin]      0.9.11cvs17.18
19808
19809         * src/messageview.c
19810                 Fix Engrish
19811
19812 2004-07-09 [colin]      0.9.11cvs17.17
19813
19814         * src/pop.c
19815                 strlen checking...
19816         * src/messageview.c
19817                 refactoring a bit
19818
19819 2004-07-08 [colin]      0.9.11cvs17.16
19820
19821         * src/noticeview.c
19822         * src/noticeview.h
19823                 Add an optional second button
19824         * src/messageview.c
19825         * src/pop.c
19826         * src/pop.h
19827                 Don't delete partially received mails after a certain
19828                 time; rather, let the user decide.
19829
19830 2004-07-08 [colin]      0.9.11cvs17.15
19831
19832         * src/common/smtp.h
19833                 Sync with HEAD
19834
19835 2004-07-08 [colin]      0.9.11cvs17.14
19836
19837         * src/messageview.c
19838         * src/common/smtp.c
19839                 Use to_human_readable() for sizes
19840
19841 2004-07-08 [colin]      0.9.11cvs17.13
19842
19843         * src/inc.c
19844         * src/messageview.c
19845         * src/pop.c
19846         * src/pop.h
19847         * src/procmsg.c
19848                 Fix partial-downloading issues:
19849                         catch unsupported TOP
19850                         don't delete partially downloaded mails before 5 days
19851                         don't update existing with non-MH folders; that'll
19852                         make dups, but it's better than trashing the folder
19853                         free new msginfo parts
19854                 Fix indentation ;-)
19855
19856 2004-07-08 [colin]      0.9.11cvs17.12
19857
19858         * src/common/smtp.c
19859         * src/common/smtp.h
19860                 Sync smtp size verification with HEAD
19861
19862 2004-07-08 [colin]      0.9.11cvs17.11
19863
19864         * src/summaryview.c
19865         * src/prefs_common.c
19866         * src/prefs_common.h
19867         * src/gtk/quicksearch.c
19868         * src/gtk/quicksearch.h
19869                 Sync sticky pref with HEAD
19870
19871 2004-07-08 [colin]      0.9.11cvs17.10
19872
19873         * src/folder.c [1.213.2.6]
19874         * src/folder.h [1.87.2.6]
19875         * src/inc.c [1.149.2.7]
19876         * src/messageview.c [1.94.2.8]
19877         * src/procheader.c [1.47.2.6]
19878         * src/procmsg.c [1.150.2.4]
19879         * src/procmsg.h [1.60.2.5]
19880         * src/pop.c [1.56.2.4]
19881         * src/pop.h [1.17.2.3]
19882                 Let too big messages get downloaded, but truncated
19883                 Add a button to download them completely
19884                 
19885 2004-07-06 [colin]      0.9.11cvs17.9
19886
19887         * src/gtk/quicksearch.c [1.1.2.3]
19888                 Add a Clear button
19889         * commitHelper
19890         * PATCHSETS
19891                 Add a script to help with cvs
19892
19893 2004-07-03 [colin]      0.9.11cvs17.8
19894
19895         * src/plugins/imageviewer/viewer.c
19896                 fix imageviewer (which was staying on the first
19897                 displayed image)
19898
19899 2004-07-03 [colin]      0.9.11cvs17.7
19900
19901         Removed FIXME_GTK2 warnings
19902         * src/gtk/gtkutils.c
19903                 useless #warnings
19904         * src/gtk/menu.c
19905                 useless #warnings (no need to mess with menu rc)
19906         * src/gtk/menu.h
19907                 unused functions
19908         
19909
19910 2004-07-03 [colin]      0.9.11cvs17.6
19911
19912         Removed FIXME_GTK2 warnings
19913         * src/codeconv.c
19914                 useless #warnings (rewrite needed)
19915         * src/compose.c
19916                 useless #warnings (rewrite needed)
19917                 useless #warnings (gtk2 is like that)
19918                 useless #warnings (previously fixed)
19919         * src/main.c
19920                 useless #warnings (previously fixed)
19921         * src/message_search.c
19922                 useless #warnings (gtk2 is like that)
19923                 Made apparent that search is case-sensitive
19924         * src/mimeview.c
19925                 useless #warnings (rewrite needed)
19926                 useless #warnings (gtk2 is like that)
19927                 reimplemented real warnings
19928         * src/prefs_common.c
19929                 Removed block cursor option (not it gtk2)
19930         * src/prefs_gtk.c
19931                 useless #warnings (rewrite needed)
19932         * src/procheader.c
19933                 useless #warnings (rewrite needed)
19934         * src/sourcewindow.c
19935                 useless #warnings (incorrect placing)
19936         * src/summary_search.c
19937                 useless #warnings (gtk2 is like that)
19938                 Made apparent that search is case-sensitive
19939         * src/action.c
19940                 useless #warnings (gtk2 is like that)
19941         * src/textview.c
19942                 useless #warnings (rewrite needed)
19943         * src/toolbar.c
19944                 useless #warnings (rewrite needed)
19945
19946 2004-07-03 [colin]      0.9.11cvs17.5
19947
19948         * src/textview.c
19949                 Fix mismerge which broke URI opening
19950                 
19951 2004-07-01 [colin]      0.9.11cvs17.4
19952
19953         * src/gtk/filesel.c
19954                 Fill filename when saving
19955                 
19956 2004-06-27 [colin]      0.9.11cvs17.3
19957
19958         * src/gtk/filesel.[ch]
19959                 Use the new GTK file selector
19960                 Update prototype to match the reality: multiple file
19961                 selection is open-only          
19962         * src/compose.c
19963                 Match the new prototypes        
19964         * configure.ac
19965                 Match the new requirements (gtk 2.4.0)
19966                         
19967 2004-06-26 [colin]      0.9.11cvs17.2
19968
19969         * src/plugins/trayicon/trayicon.c
19970                 Remove useless signal handler on resize, which causes
19971                 an infinite "loop"
19972         
19973 2004-06-26 [colin]      0.9.11cvs17.1
19974         
19975         * tools/Makefile.am
19976                 remove launch_firebird and add nautilus2sylpheed.sh
19977         * src/quicksearch.c
19978           src/summaryview.c
19979                 Fix show/hide "Extended symbols" button problem
19980                 Fix apparition at startup
19981                 Fix const warnings
19982         * src/plugins/image_viewer/Makefile.am
19983                 Fix configure 
19984         * common/ssl.c
19985                 Re-enable certificate check, as it doesn't seem to
19986                 cause Xlib errors anymore
19987
19988 2004-06-25 [paul]       0.9.11cvs17
19989
19990         * sync with 0.9.11cvs17 HEAD
19991         
19992         NOTE: QuickSearch is broken
19993
19994 2004-06-07 [colin]      0.9.10claws67.10
19995         * src/plugins/trayicon/trayicon.c
19996           src/plugins/trayicon/libeggtrayicon/Makefile.am
19997           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19998                 Fix gettextization in trayicon plugin
19999
20000 2004-06-07 [colin]      0.9.10claws67.9
20001         
20002         * src/summaryview.c
20003           src/gtk/gtksctree.[ch]
20004                 Let Shift+{Up,Down} work in summaryview
20005                 (well, Down "works" and Up works)
20006                 Let the list scroll when using these keys
20007
20008 2004-06-06 [colin]      0.9.10claws67.8
20009
20010         * src/plugins/trayicon/trayicon.c
20011                 Fix pixmap update
20012
20013 2004-06-06 [colin]      0.9.10claws67.7
20014
20015         * src/addressbook.c
20016                 Fix signal handling causing system-wide focus grab
20017
20018 2004-05-25 [paul]       0.9.10claws67.6
20019
20020         * Makefile.am
20021           src/Makefile.am
20022                 clean up
20023
20024 2004-05-25 [paul]       0.9.10claws67.5
20025
20026         * replace deprecated gtk_signal... functions
20027
20028 2004-05-23 [colin]      0.9.10claws67.4
20029
20030         * src/compose.c
20031                 Fix wrapping
20032
20033 2004-05-22 [colin]      0.9.10claws67.3
20034
20035         * src/compose.c
20036                 Re-fix [Edited] in compose.c::compose_reedit()
20037
20038 2004-05-22 [colin]      0.9.10claws67.2
20039
20040         * src/procmime.c
20041                 Fix parsing of multiparts mails
20042
20043 2004-05-22 [colin]      0.9.10claws67.1
20044
20045         * src/summaryview.c
20046                 Fix quicksearch
20047
20048 2004-05-22 [paul]       0.9.10claws67
20049
20050         * sync with 0.9.10claws67 HEAD
20051
20052 2004-05-14 [alfons]
20053
20054         * src/procmime.h
20055                 add forgotton prototype
20056
20057 2004-05-10 [paul]       0.9.10claws57
20058
20059         * sync with 0.9.10claws57 HEAD
20060
20061 2004-05-05 [paul]       0.9.9.claws1
20062
20063         * ChangeLog-gtk2        ** REMOVED **
20064           ChangeLog-gtk2.claws  ** ADDED **
20065                 rename and adopt the normal claws format
20066                 
20067         * configure.ac
20068                 require gtkmathview >= 0.5
20069
20070         * ac/*                          ** REMOVED **
20071           ac/                           ** REMOVED **
20072           intl/Makefile.in              ** REMOVED **
20073           m4/                           ** ADDED **
20074           m4/missing                    ** ADDED **
20075           m4/missing/gdk-pixbuf.m4      ** ADDED **
20076           m4/missing/gettext.m4         ** ADDED **
20077           m4/missing/gpgme.m4           ** ADDED **
20078           m4/missing/imlib.m4           ** ADDED **
20079           m4/.cvsignore                 ** ADDED **
20080           m4/Makefile.am                ** ADDED **
20081           m4/README                     ** ADDED **
20082           m4/aclocal-include.m4         ** ADDED **
20083           m4/aspell.m4                  ** ADDED **
20084           m4/check-type.m4              ** ADDED **
20085           m4/gnupg-check-typedef.m4     ** ADDED **
20086           m4/openssl.m4                 ** ADDED **
20087           m4/spamassassin.m4            ** ADDED **
20088           po/ChangeLog                  ** REMOVED **
20089           po/Makefile.in.in             ** REMOVED **
20090           po/Rules-quot                 ** REMOVED **
20091           po/boldquot.sed               ** REMOVED **
20092           po/en@boldquot.header         ** REMOVED **
20093           po/en@quot.header             ** REMOVED **
20094           po/insert-header.sin          ** REMOVED **
20095           po/quot.sed                   ** REMOVED **
20096           po/remove-potcdate.sed        ** REMOVED **
20097           po/remove-potcdate.sin        ** REMOVED **
20098           po/stamp-po                   ** REMOVED **
20099           Makefile.am
20100           autogen.sh
20101           configure.ac
20102                 enable building with automake 1.8.x
20103                 add 'autopoint --force' to autogen.sh and remove all
20104                 auto-generated files, remove ac/ directory and use
20105                 m4/ directory instead
20106                 
20107         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20108                 fix gettextization
20109
20110 2004-02-28 Colin Leroy <colin@colino.net>
20111         * src/prefs_matcher.c
20112           src/prefs_filtering.c
20113           src/prefs_filtering_action.c
20114                 Fix non-editable GtkEntries
20115
20116 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20117         * src/prefs_themes.c
20118                 utf8 conversion for theme info
20119
20120 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20121         * sync 0.9.9claws
20122
20123 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20124         * src/grouplistdialog.c
20125                 allow multiple selections without ctrl key
20126
20127 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20128         * src/main.c
20129                 enable customizable accelerators
20130
20131 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20132         * src/prefs_common.c
20133                 re-enable different font settings for gtk1/2
20134         * src/prefs_folder_item.c
20135                 fix folder prefs displayed wrong
20136         * src/textview.c
20137                 set 'sunken' shadow type
20138
20139 2004-02-07 Colin Leroy <colin@colino.net>
20140         * src/compose.c
20141                 Fix message being always [Edited]
20142                 Encode headers correctly (utf8 buf)
20143
20144 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20145         * src/socket.c
20146                 remove double g_source_attach()
20147                 (Thanks to Colin Leroy)
20148
20149 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20150         * src/gtk/gtksctree.c
20151                 Fix SSL certificate list not shown
20152         * src/mimeview.c
20153                 Fix clicks in mime tree
20154
20155 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20156         * src/common/socket.c
20157                 Fix SSL receive
20158         * src/compose.c
20159                 Fix clipboard menu hotkeys
20160
20161 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20162         * src/gtk/gtkaspell.[ch]
20163           src/compose.c
20164                 reimplement spellchecker
20165
20166 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20167         * src/gtk/filesel.c
20168                 crash when inserting file in compose window
20169                 (TODO: keep old selection on clicks)
20170         * src/main.c
20171                 use gtkrc-2.0 instead of gtkrc
20172
20173 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20174         * src/messageview.c
20175                 remove orphaned mimeview unref()
20176
20177 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20178         * src/grouplistdialog.c
20179                 expand nodes containing subscribed groups
20180
20181 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20182         * src/textview.c
20183                 textview: hide cursor, restore old click behaviour
20184
20185 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20186         * src/textview.c
20187                 variable names messed up
20188
20189 2004-01-17 Colin Leroy <colin@colino.net>
20190         * src/addr_compl.c
20191                 Fix completion address too thin
20192         * src/compose.c
20193                 Fix tab-to-subject behaviour
20194         * src/summaryview.c
20195                 Implement key up & down in summaryview
20196
20197 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20198
20199         * sync 098claws
20200
20201 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20202         * configure.ac
20203           Makefile.am
20204           doc/.cvsignore
20205           doc/Makefile.am
20206                 faq, man, manual moved to doc/
20207         * ac/aspell.m4
20208           ac/check-type.m4
20209           ac/gnupg-check-typedef.m4
20210           ac/openssl.m4
20211           ac/spamassassin.m4
20212           ac/missing/gdk-pixbuf.m4
20213           ac/missing/gpgme.m4
20214           ac/missing/imlib.m4
20215                 fix automake warnings
20216
20217 2003-12-06 Colin Leroy <colin@colino.net>
20218         * src/summaryview.c
20219                 Fix quicksearch
20220
20221 2003-12-05 Colin Leroy <colin@colino.net>
20222         * src/summaryview.c
20223                 Fix going to next unread folder
20224
20225 2003-12-05 Colin Leroy <colin@colino.net>
20226         * src/crash.c
20227                 Fix gtk2 compilation
20228         * src/session.c
20229                 Remove iotag source handler at disconnection
20230         * src/socket.[ch] 
20231                 Remove source handler when closing socket 
20232                 (fixes another seg)
20233
20234 2003-12-04 Colin Leroy <colin@colino.net>
20235         * src/compose.c
20236           src/prefs_account.c
20237           src/prefs_common.c
20238                 Fix some dropdown menus
20239
20240 2003-12-04 Colin Leroy <colin@colino.net>
20241         * src/compose.c
20242                 Fix event handlers on header fields
20243         * src/common/socket.c
20244           src/common/session.c
20245                 Fix segfault with callback (SSL)
20246                 Fix end of session 
20247
20248 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20249
20250         * Fix compile bug in src/compose.c
20251         * removed src/gtk/gtkstext.[ch]
20252
20253 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20254
20255         * Convert character set and escape "text" attributes in toolbar setting
20256         files.
20257         * Fixed bug in button-press-event handling.
20258
20259 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20260
20261         * Fixed bug in key-press-event handling.
20262
20263 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20264
20265         * Enabled to compile tray-icon plugin (Ad-hoc).
20266         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20267
20268 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20269
20270         * Enabled to compile on sylpheed-claws.
20271         (tray-icon plugin still cannot compile yet.)
20272
20273 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20274
20275         * Updated to 0.9.5.
20276
20277 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20278
20279         * Updated to 0.9.4.
20280         * Ported monitoring SSL mechanism to GSource of GLib2
20281         (I don't confirm it)
20282         * Added _gtk2 suffix to key name of font preference to avoid
20283         ovverwriting preference of Gtk+-1.2 version.
20284
20285 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20286
20287         * Updated to 0.9.2.
20288
20289 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20290
20291         * Updated to 0.9.1.
20292         * Translate po files into UTF-8 when execute autogen.sh.
20293
20294 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20295
20296         * Updated to 0.9.0.
20297
20298 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20299
20300         * Plugged GError related memory leaks.
20301
20302 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20303
20304         * Changed default size of fonts.
20305         * Enabled to set titile font size of warning dialog.
20306
20307 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20308
20309         * Embed a sylpheed icon into executable binary on Windows.
20310
20311 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20312
20313         * I forgot to traslate character set of element string in src/xml.c.
20314
20315 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20316
20317         * Fixed detecting bind_textdomain_codeset in configure.in.
20318         * The bug in which "Example" of "Date fromat" preference isn't displayed
20319         correctly has been fixed.
20320
20321 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20322
20323         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20324           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20325           glib-gettextize
20326           Removed intl directory.
20327           Translated po files into UTF-8.
20328           (Thanks! Ryuji Abe)
20329
20330 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20331
20332         * The bug which doesn't unscape string in xml.c has been fixed.
20333
20334 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20335
20336         * The bug which is failed to translate encoding of file name thorough
20337         file dialog has been fixed.
20338
20339 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20340
20341         * Modified to translate file names which is used in inporting/expoting
20342         mbox feature and "Save as" feature into locale encoding.
20343         * Translate file names into locale encoding when "Attache file" and
20344         "Insert file".
20345         * Force set G_BROKEN_FILENAMES environment variable.
20346         * Other minor fixes.
20347
20348 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20349
20350         * Modified to treat MH folder's name as locale encoding.
20351
20352 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20353
20354         * The bug which clash on switching candidates of auto completion of
20355         addresses, cannot use auto completion in Japanesse is fixed
20356         (Thanks! Tokunaga-san)¡¥
20357
20358 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20359
20360         * The bug which cannot switch key accelerator preference has been fixed
20361         (Thanks! smbd-san)¡¥
20362
20363 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20364
20365         * version 0.8.11-gtk2-20030314
20366
20367 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20368
20369         * The bug in which character set conversion of filtering messages has
20370         been fixed.(Thanks! COCOA-san).
20371
20372 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20373
20374         * Revived "Leave space on head" preference in "Message" category.
20375         * A bug which clash when put the cursor to end of buffer and execute
20376         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20377
20378 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20379
20380         * version 0.8.11-gtk2-20030312
20381
20382 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20383
20384         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20385         * Modified to use Pango's API directly for font preference.
20386         * Integrated GtkTextView of textview to one widget.
20387         * Set fonts of header title in textview by "header_title" tag.
20388         * Removed some deprecated codes.
20389
20390 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20391
20392         * Updated to 0.8.11.
20393         * Merged cygwin patch(Thanks! Sakai-san).
20394
20395 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20396
20397         * version 0.8.10-gtk2-20030309