2005-10-04 [colin] 1.9.15cvs12
[claws.git] / ChangeLog-gtk2.claws
1 2005-10-04 [colin]      1.9.15cvs12
2
3         * src/compose.c
4                 When replying to an ML post with Reply-To set
5                 to the poster's email, honor it (as before),
6                 but also honor our user's request to reply to
7                 the mailing list: set the ML address in the To
8                 field and the Reply-To address in the Cc: 
9                 field.
10
11 2005-10-04 [colin]      1.9.15cvs11
12
13         * src/plugins/trayicon/trayicon.c
14                 Finish cosmetic change - thanks to wwp
15
16 2005-10-04 [colin]      1.9.15cvs10
17
18         * src/toolbar.c
19                 Use Compose instead of Email by default.
20                 Spotted by wwp.
21
22 2005-10-04 [colin]      1.9.15cvs9
23
24         * src/folder.c
25         * src/folder.h
26         * src/folderview.c
27         * src/imap.c
28         * src/etpan/imap-thread.c
29         * src/etpan/imap-thread.h
30                 Try to make IMAP faster, by simplifying SEARCH
31                 commands, avoiding sending two STATUS in a row,
32                 and deferring flags sync and processing just
33                 after displaying the folder. 
34                 This will update the SummaryView in certain
35                 cases (new mails not already fetched, flags
36                 changed from another client) but in a non-
37                 blocking manner.
38
39 2005-10-04 [colin]      1.9.15cvs8
40
41         * src/plugins/trayicon/trayicon.c
42                 Relabel "Offline" to "Work offline"
43
44 2005-10-04 [colin]      1.9.15cvs7
45
46         * src/export.c
47         * src/import.c
48         * src/mbox.c
49                 Fix mbox import/export buglets
50                 Patch by wwp
51         * src/plugins/trayicon/trayicon.c
52                 Add offline swithc
53                 Patch by wwp
54
55 2005-10-04 [colin]      1.9.15cvs6
56
57         * src/folder.c
58         * src/folderview.c
59         * src/summaryview.c
60                 Better fix (don't break mark all read) for cvs2
61
62 2005-10-03 [colin]      1.9.15cvs5
63
64         * src/folder.c
65                 Use a sane sort by default
66
67 2005-10-03 [colin]      1.9.15cvs4
68
69         * src/inc.c
70                 Add a 'Only once' button for overriding offline mode
71         * src/prefs_account.c
72         * src/wizard.c
73                 Add Local mbox to the wizard
74                 Add IMAP subdir to the wizard (or the wizard is useless
75                 for such accounts, or even worse than useless)
76                 Move IMAP subdir from Advanced to Receive tab, as it's
77                 not that uncommon
78
79 2005-10-03 [colin]      1.9.15cvs3
80
81         * src/send_message.c
82                 Forgot this one in cvs1
83
84 2005-10-03 [colin]      1.9.15cvs2
85
86         * src/folder.c
87                 Faster close when leaving a folder with lots
88                 of new mails. Idea by David Relson.
89
90 2005-10-03 [colin]      1.9.15cvs1
91
92         * src/compose.c
93         * src/imap.c
94         * src/inc.c
95         * src/main.c
96         * src/messageview.c
97         * src/news.c
98         * src/summaryview.c
99         * src/gtk/sslcertwindow.c
100         * src/plugins/trayicon/trayicon.c
101                 Add accels to every AlertPanel. Patch by Fabien 
102                 Vantard
103
104 2005-10-03 [paul]       1.9.15
105
106         1.9.15 released
107
108 2005-10-03 [paul]       1.9.14cvs68
109
110         * po/ca.po
111         * po/de.po
112         * po/es.po
113         * po/fi.po
114         * po/fr.po
115         * po/sk.po
116         * po/sr.po
117         * po/zh_CN.po
118                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
119                 Mones Lastra, Tommi Pirinen, Fabien vantard,
120                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
121
122 2005-10-03 [paul]       1.9.14cvs67
123
124         * src/send_message.c
125                 prevent hang on Cancel
126                 patch by Colin
127
128 2005-10-03 [paul]       1.9.14cvs66
129
130         * src/main.c
131                 fix crash in IMAP caused by discrepancy
132                 between check_at_startup and offline mode
133                 Patch by Colin
134
135 2005-10-01 [paul]       1.9.14cvs65
136
137         * src/inc.c
138                 fix engrish
139
140 2005-10-01 [paul]       1.9.14cvs64
141         * src/export.c
142         * src/import.c
143                 synchronise import_mbox() and export_mbox()
144         * src/mbox.c
145                 proc_mbox(): add alert if file cannot be opened
146                 export_list_to_mbox(): test if dest file exists,
147                 prompt user to overwrite if it does. add alert
148                 if file cannot be created
149                                                                 
150         Patch by wwp
151                                                                                                                 
152
153 2005-09-30 [paul]       1.9.14cvs63
154
155         * src/addressbook.c
156                 Fix sensitivity of a menu
157         * src/codeconv.c
158                 Respect hidden pref for mails with no encoding
159         * src/common/xml.c
160                 Fix memory corruption
161         * src/plugins/pgpcore/sgpgme.c
162                 Fix segfault on incomplete sigs, and display
163                 of S/Mime UIDs
164
165         Patches by Colin
166
167 2005-09-30 [colin]      1.9.14cvs62
168
169         * src/partial_download.c
170                 Little logic fix in almost-dead code
171         * src/pop.c
172                 Fix partial download when there's no new mail
173
174 2005-09-29 [paul]       1.9.14cvs61
175
176         * src/plugins/pgpinline/pgpinline.c
177                 fix bug 819, 'crash accessing sign message'
178                 Patch by Colin
179
180 2005-09-28 [martin]     1.9.14cvs60
181
182         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
183                 fix bug #790 (Crash when restarting window manager (fluxbox))
184
185 2005-09-28 [paul]       1.9.14cvs59
186
187         * src/gtk/gtkaspell.c
188                 fix off-by-one typo
189
190 2005-09-27 [colin]      1.9.14cvs58
191
192         * src/plugins/pgpcore/sgpgme.c
193                 Report error when there's one, instead of
194                 "Signature unchecked" 
195
196 2005-09-27 [colin]      1.9.14cvs57
197
198         * src/prefs_quote.c
199                 Fix bug #816 (Weird quotation with spaces)
200
201 2005-09-27 [colin]      1.9.14cvs56
202
203         * src/codeconv.c
204         * src/compose.c
205         * src/compose.h
206                 Put subject in compose's title
207                 Fix Automatic encoding so that it's really automatic:
208                 first try default locale's charset, then charset of the replied mail, 
209                 then utf-8
210                 Fix encoding of headers (must be in strict mode too)
211
212 2005-09-26 [colin]      1.9.14cvs55
213
214         * src/gtk/gtkaspell.c
215                 Fix previous patch - don't color the space,
216                 just uncolor it :)
217
218 2005-09-26 [colin]      1.9.14cvs54
219
220         * src/gtk/gtkaspell.c
221                 Unmark space if possible
222
223 2005-09-26 [colin]      1.9.14cvs53
224
225         * src/imap.c
226                 log_error instead of alertpanel according to the pref
227         * src/etpan/imap-thread.c
228                 Print connect status, copy only necessary size to 
229                 logger
230         * src/plugins/pgpmime/pgpmime.c
231                 Handle S/Mime signatures (verification only). Patch based
232                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
233
234 2005-09-26 [paul]       1.9.14cvs52
235
236         * src/common/passcrypt.c
237                 this 'workaround' not necessary on NetBSD.
238                 Thanks to Daniel Gustafson
239
240 2005-09-26 [paul]
241
242         1.9.15-rc4 released
243
244 2005-09-26 [paul]       1.9.14cvs51
245
246         * src/summaryview.c
247                 Skip currently selected message when
248                 looking for next new or unread message
249                 in current folder. Patch by Colin
250         * src/common/passcrypt.c
251                 eliminate warnings on *BSD. Patch by
252                 Daniel Gustafson
253
254 2005-09-26 [colin]      1.9.14cvs50
255
256         * src/procmsg.c
257                 Call postfiltering hook anyway
258
259 2005-09-22 [colin]      1.9.14cvs49
260
261         * src/codeconv.c
262         * src/codeconv.h
263                 Add a strict mode that doesn't replace with _
264         * src/compose.c
265         * src/compose.h
266                 Use strict conversion while sending
267                 Fix race when drafting while sending (happens
268                 on IMAP)
269                 Fix d'n'd of messages from summaryview
270         * src/prefs_common.c
271         * src/prefs_common.h
272                 add hidden utf8_instead_of_locale_for_broken_mail 
273                 pref for people that preferred the default charset 
274                 to be utf8 for broken mails
275         * src/quote_fmt_parse.y
276                 fix bug #815 (No quote insert if "From:" fied 
277                 contained Russian letters)
278         * src/summaryview.c
279                 Fix d'n'd of messages to compose
280
281 2005-09-22 [paul]       1.9.14cvs48
282
283         * src/compose.c
284                 fix bug where attachments Name entry
285                 would display Path instead
286
287 2005-09-21 [paul]       1.9.14cvs47
288
289         * README
290         * README.jp
291         * configure.ac
292         * config/config.rpath
293         * doc/manual/en/sylpheed-20.html
294         * doc/manual/es/sylpheed-20.html
295         * po/bg.po
296         * po/ca.po
297         * po/de.po
298         * po/es.po
299         * po/fr.po
300         * po/it.po
301         * po/pt_BR.po
302         * po/sk.po
303         * po/zh_TW.po
304         * src/account.c
305         * src/account.h
306         * src/action.c
307         * src/action.h
308         * src/adbookbase.h
309         * src/addr_compl.c
310         * src/addr_compl.h
311         * src/addrbook.c
312         * src/addrbook.h
313         * src/addrcache.c
314         * src/addrcache.h
315         * src/addrcindex.c
316         * src/addrcindex.h
317         * src/addrclip.c
318         * src/addrclip.h
319         * src/addrdefs.h
320         * src/addressadd.c
321         * src/addressadd.h
322         * src/addressbook.c
323         * src/addressbook.h
324         * src/addressitem.h
325         * src/addrgather.c
326         * src/addrgather.h
327         * src/addrharvest.c
328         * src/addrharvest.h
329         * src/addrindex.c
330         * src/addrindex.h
331         * src/addritem.c
332         * src/addritem.h
333         * src/addrquery.c
334         * src/addrquery.h
335         * src/addrselect.c
336         * src/addrselect.h
337         * src/alertpanel.c
338         * src/alertpanel.h
339         * src/browseldap.c
340         * src/browseldap.h
341         * src/codeconv.c
342         * src/codeconv.h
343         * src/compose.c
344         * src/compose.h
345         * src/crash.c
346         * src/crash.h
347         * src/customheader.c
348         * src/customheader.h
349         * src/displayheader.c
350         * src/displayheader.h
351         * src/editaddress.c
352         * src/editaddress.h
353         * src/editbook.c
354         * src/editbook.h
355         * src/editgroup.c
356         * src/editgroup.h
357         * src/editjpilot.c
358         * src/editjpilot.h
359         * src/editldap.c
360         * src/editldap.h
361         * src/editldap_basedn.c
362         * src/editldap_basedn.h
363         * src/editvcard.c
364         * src/editvcard.h
365         * src/enriched.c
366         * src/enriched.h
367         * src/exphtmldlg.c
368         * src/exphtmldlg.h
369         * src/expldifdlg.c
370         * src/expldifdlg.h
371         * src/export.c
372         * src/export.h
373         * src/exporthtml.c
374         * src/exporthtml.h
375         * src/exportldif.c
376         * src/exportldif.h
377         * src/filtering.c
378         * src/filtering.h
379         * src/folder.c
380         * src/folder.h
381         * src/folder_item_prefs.c
382         * src/folder_item_prefs.h
383         * src/foldersel.c
384         * src/foldersel.h
385         * src/folderutils.c
386         * src/folderutils.h
387         * src/folderview.c
388         * src/folderview.h
389         * src/grouplistdialog.c
390         * src/grouplistdialog.h
391         * src/headerview.c
392         * src/headerview.h
393         * src/html.c
394         * src/html.h
395         * src/image_viewer.c
396         * src/image_viewer.h
397         * src/imap.c
398         * src/imap.h
399         * src/imap_gtk.c
400         * src/imap_gtk.h
401         * src/import.c
402         * src/import.h
403         * src/importldif.c
404         * src/importldif.h
405         * src/importmutt.c
406         * src/importmutt.h
407         * src/importpine.c
408         * src/importpine.h
409         * src/inc.c
410         * src/inc.h
411         * src/jpilot.c
412         * src/jpilot.h
413         * src/ldapctrl.c
414         * src/ldapctrl.h
415         * src/ldaplocate.c
416         * src/ldaplocate.h
417         * src/ldapquery.c
418         * src/ldapquery.h
419         * src/ldapserver.c
420         * src/ldapserver.h
421         * src/ldaputil.c
422         * src/ldaputil.h
423         * src/ldif.c
424         * src/ldif.h
425         * src/localfolder.c
426         * src/localfolder.h
427         * src/main.c
428         * src/main.h
429         * src/mainwindow.c
430         * src/mainwindow.h
431         * src/manual.c
432         * src/manual.h
433         * src/matcher.c
434         * src/matcher.h
435         * src/matcher_parser.h
436         * src/matcher_parser_lex.l
437         * src/matcher_parser_parse.y
438         * src/mbox.c
439         * src/mbox.h
440         * src/message_search.c
441         * src/message_search.h
442         * src/messageview.c
443         * src/messageview.h
444         * src/mh.c
445         * src/mh.h
446         * src/mh_gtk.c
447         * src/mh_gtk.h
448         * src/mimeview.c
449         * src/mimeview.h
450         * src/msgcache.c
451         * src/msgcache.h
452         * src/mutt.c
453         * src/mutt.h
454         * src/news.c
455         * src/news.h
456         * src/news_gtk.c
457         * src/news_gtk.h
458         * src/noticeview.c
459         * src/noticeview.h
460         * src/partial_download.c
461         * src/partial_download.h
462         * src/pine.c
463         * src/pine.h
464         * src/pop.c
465         * src/pop.h
466         * src/prefs_account.c
467         * src/prefs_account.h
468         * src/prefs_actions.c
469         * src/prefs_actions.h
470         * src/prefs_common.c
471         * src/prefs_common.h
472         * src/prefs_compose_writing.c
473         * src/prefs_compose_writing.h
474         * src/prefs_customheader.c
475         * src/prefs_customheader.h
476         * src/prefs_display_header.c
477         * src/prefs_display_header.h
478         * src/prefs_ext_prog.c
479         * src/prefs_ext_prog.h
480         * src/prefs_filtering.c
481         * src/prefs_filtering.h
482         * src/prefs_filtering_action.c
483         * src/prefs_filtering_action.h
484         * src/prefs_folder_column.c
485         * src/prefs_folder_column.h
486         * src/prefs_folder_item.c
487         * src/prefs_folder_item.h
488         * src/prefs_fonts.c
489         * src/prefs_fonts.h
490         * src/prefs_gtk.c
491         * src/prefs_gtk.h
492         * src/prefs_image_viewer.c
493         * src/prefs_image_viewer.h
494         * src/prefs_matcher.c
495         * src/prefs_matcher.h
496         * src/prefs_message.c
497         * src/prefs_message.h
498         * src/prefs_msg_colors.c
499         * src/prefs_msg_colors.h
500         * src/prefs_other.c
501         * src/prefs_other.h
502         * src/prefs_quote.c
503         * src/prefs_quote.h
504         * src/prefs_receive.c
505         * src/prefs_receive.h
506         * src/prefs_send.c
507         * src/prefs_send.h
508         * src/prefs_spelling.c
509         * src/prefs_spelling.h
510         * src/prefs_summaries.c
511         * src/prefs_summaries.h
512         * src/prefs_summary_column.c
513         * src/prefs_summary_column.h
514         * src/prefs_template.c
515         * src/prefs_template.h
516         * src/prefs_themes.c
517         * src/prefs_themes.h
518         * src/prefs_toolbar.c
519         * src/prefs_toolbar.h
520         * src/prefs_wrapping.c
521         * src/prefs_wrapping.h
522         * src/privacy.c
523         * src/privacy.h
524         * src/procheader.c
525         * src/procheader.h
526         * src/procmime.c
527         * src/procmime.h
528         * src/procmsg.c
529         * src/procmsg.h
530         * src/quote_fmt.c
531         * src/quote_fmt_parse.y
532         * src/recv.c
533         * src/recv.h
534         * src/remotefolder.c
535         * src/remotefolder.h
536         * src/send_message.c
537         * src/send_message.h
538         * src/setup.c
539         * src/setup.h
540         * src/simple-gettext.c
541         * src/sourcewindow.c
542         * src/sourcewindow.h
543         * src/ssl_manager.c
544         * src/ssl_manager.h
545         * src/statusbar.c
546         * src/statusbar.h
547         * src/stock_pixmap.c
548         * src/stock_pixmap.h
549         * src/summary_search.c
550         * src/summary_search.h
551         * src/summaryview.c
552         * src/summaryview.h
553         * src/syldap.c
554         * src/syldap.h
555         * src/textview.c
556         * src/textview.h
557         * src/toolbar.c
558         * src/toolbar.h
559         * src/undo.c
560         * src/undo.h
561         * src/unmime.c
562         * src/unmime.h
563         * src/vcard.c
564         * src/vcard.h
565         * src/wizard.c
566         * src/wizard.h
567         * src/common/base64.c
568         * src/common/base64.h
569         * src/common/defs.h
570         * src/common/hooks.c
571         * src/common/hooks.h
572         * src/common/log.c
573         * src/common/log.h
574         * src/common/md5.c
575         * src/common/md5.h
576         * src/common/mgutils.c
577         * src/common/mgutils.h
578         * src/common/nntp.c
579         * src/common/nntp.h
580         * src/common/passcrypt.c
581         * src/common/passcrypt.h.in
582         * src/common/plugin.c
583         * src/common/plugin.h
584         * src/common/prefs.c
585         * src/common/prefs.h
586         * src/common/progressindicator.c
587         * src/common/progressindicator.h
588         * src/common/quoted-printable.c
589         * src/common/quoted-printable.h
590         * src/common/session.c
591         * src/common/session.h
592         * src/common/smtp.c
593         * src/common/smtp.h
594         * src/common/socket.c
595         * src/common/socket.h
596         * src/common/ssl.c
597         * src/common/ssl.h
598         * src/common/ssl_certificate.c
599         * src/common/ssl_certificate.h
600         * src/common/string_match.c
601         * src/common/string_match.h
602         * src/common/stringtable.c
603         * src/common/sylpheed.c
604         * src/common/sylpheed.h
605         * src/common/template.c
606         * src/common/template.h
607         * src/common/timing.h
608         * src/common/utils.c
609         * src/common/utils.h
610         * src/common/uuencode.c
611         * src/common/uuencode.h
612         * src/common/version.h.in
613         * src/common/xml.c
614         * src/common/xml.h
615         * src/common/xmlprops.c
616         * src/common/xmlprops.h
617         * src/gtk/about.c
618         * src/gtk/about.h
619         * src/gtk/colorlabel.c
620         * src/gtk/colorlabel.h
621         * src/gtk/colorsel.c
622         * src/gtk/colorsel.h
623         * src/gtk/description_window.c
624         * src/gtk/description_window.h
625         * src/gtk/filesel.c
626         * src/gtk/filesel.h
627         * src/gtk/foldersort.c
628         * src/gtk/foldersort.h
629         * src/gtk/gtkutils.c
630         * src/gtk/gtkutils.h
631         * src/gtk/inputdialog.c
632         * src/gtk/inputdialog.h
633         * src/gtk/logwindow.c
634         * src/gtk/logwindow.h
635         * src/gtk/manage_window.c
636         * src/gtk/manage_window.h
637         * src/gtk/menu.c
638         * src/gtk/menu.h
639         * src/gtk/pluginwindow.c
640         * src/gtk/pluginwindow.h
641         * src/gtk/prefswindow.c
642         * src/gtk/prefswindow.h
643         * src/gtk/progressdialog.c
644         * src/gtk/progressdialog.h
645         * src/gtk/quicksearch.c
646         * src/gtk/quicksearch.h
647         * src/gtk/sslcertwindow.c
648         * src/gtk/sslcertwindow.h
649         * src/plugins/clamav/clamav_plugin.c
650         * src/plugins/clamav/clamav_plugin.h
651         * src/plugins/clamav/clamav_plugin_gtk.c
652         * src/plugins/demo/demo.c
653         * src/plugins/dillo_viewer/dillo_prefs.c
654         * src/plugins/dillo_viewer/dillo_prefs.h
655         * src/plugins/dillo_viewer/dillo_viewer.c
656         * src/plugins/mathml_viewer/mathml_viewer.c
657         * src/plugins/pgpcore/passphrase.c
658         * src/plugins/pgpcore/passphrase.h
659         * src/plugins/pgpcore/plugin.c
660         * src/plugins/pgpcore/prefs_gpg.c
661         * src/plugins/pgpcore/prefs_gpg.h
662         * src/plugins/pgpcore/select-keys.c
663         * src/plugins/pgpcore/select-keys.h
664         * src/plugins/pgpcore/sgpgme.c
665         * src/plugins/pgpcore/sgpgme.h
666         * src/plugins/pgpinline/pgpinline.c
667         * src/plugins/pgpinline/pgpinline.h
668         * src/plugins/pgpinline/plugin.c
669         * src/plugins/pgpmime/pgpmime.c
670         * src/plugins/pgpmime/pgpmime.h
671         * src/plugins/pgpmime/plugin.c
672         * src/plugins/spamassassin/spamassassin.c
673         * src/plugins/spamassassin/spamassassin.h
674         * src/plugins/spamassassin/spamassassin_gtk.c
675         * src/plugins/trayicon/trayicon.c
676         * tools/OOo2sylpheed.pl
677         * tools/acroread2sylpheed.pl
678         * tools/asus_mailled.sh
679         * tools/filter_conv.pl
680         * tools/freshmeat_search.pl
681         * tools/google_search.pl
682         * tools/kmail2sylpheed.pl
683         * tools/kmail2sylpheed_v2.pl
684         * tools/maildir2sylpheed.pl
685         * tools/multiwebsearch.pl
686         * tools/newscache_clean.pl
687         * tools/outlook2sylpheed.pl
688         * tools/sylpheed-switcher
689         * tools/update-po
690         * tools/vcard2xml.py
691         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
692                 update FSF address
693
694 2005-09-21 [colin]      1.9.14cvs46
695
696         * src/gedit-print.c
697         * src/procmsg.c
698         * src/procmsg.h
699         * src/textview.c
700         * src/summaryview.c
701                 Remove some printing hacks (deselection/reselection),
702                 which by the way fix printing the currently 
703                 displayed mime part (still only text)
704                 Plus a little optimisation of summary_show
705
706
707 2005-09-20 [colin]      1.9.14cvs45
708
709         * src/mainwindow.c
710         * src/messageview.c
711                 GUI fixups: add accels, set message
712                 view title to displayed mail's subject
713         * src/prefs_spelling.c
714         * src/gtk/gtkaspell.c
715                 GUI fixups: allow underlining misspelled
716                 words instead of coloring them (a11y!)
717
718 2005-09-19 [colin]
719
720         1.9.15rc3 released
721
722 2005-09-19 [colin]      1.9.14cvs44
723
724         * src/compose.c
725                 Fix draft message
726         * src/gtk/gtkaspell.c
727                 Fix wrong test ;-)
728
729 2005-09-19 [colin]      1.9.14cvs43
730
731         * src/addressbook.c
732                 Fix sensitivity of Delete button
733         * src/compose.c
734                 Warn if the requested Privacy system
735                 is not available
736         * src/exphtmldlg.c
737         * src/expldifdlg.c
738         * src/importldif.c
739         * src/importmutt.c
740         * src/importpine.c
741                 Fix crappy UI
742         * src/
743         * src/ssl.h
744         * src/prefs_account.h
745         * src/prefs_account.c
746                 Save SSL prefs even in builds that have
747                 SSL support disable
748         * src/imap.c
749         * src/inc.c
750         * src/news.c
751         * src/send_message.c
752                 Warn if connection should be secure, but
753                 SSL support isn't compiled in
754         * src/gtkaspell.c
755                 Fix word separation on UTF-8 systems
756                 Fixes bug #812 (Strange inline spellchecking)
757         * src/compose.c
758                 Warn if the requested Privacy system
759                 is not available
760                 Factorize offline warning
761         * src/imap.c
762         * src/imap_gtk.c
763         * src/imap_gtk.h
764         * src/inc.h
765         * src/news_gtk.c
766         * src/news_gtk.h
767         * src/messageview.c
768                 Factorize offline warning
769
770 2005-09-19 [paul]
771
772         1.9.15-rc2 released
773
774 2005-09-18 [colin]      1.9.14cvs42
775
776         * src/codeconv.c
777         * src/codeconv.h
778         * src/procmime.c
779                 Add a way to get locale's charset ignoring utf-8,
780                 and use that as default encoding for broken mails
781
782 2005-09-18 [colin]      1.9.14cvs41
783
784         * src/gtk/logwindow.c
785                 Translate string. Patch by Fabien Vantard
786
787 2005-09-18 [colin]      1.9.14cvs40
788
789         * configure.ac
790                 Fix bug #803 (IMAP/SSL support breaks with 
791                 GnuTLS libetpan 0.38)
792
793 2005-09-18 [colin]      1.9.14cvs39
794
795         * src/codeconv.c
796         * src/compose.c
797         * src/procmime.c
798                 More charsets fixes. Fixes bug #806 (non
799                 ascii characters in subject line)
800
801 2005-09-17 [paul]       1.9.14cvs38
802
803         * src/folderview.c
804         * src/mainwindow.c
805                 fix gcc-2.95 issues
806                 Patch by Pawel Pekala
807
808 2005-09-17 [colin]      1.9.14cvs37
809
810         * src/addrindex.c
811                 bugfix for NO-USE LDAP compilation, patch 
812                 by Fabien Vantard
813
814 2005-09-17 [colin]      1.9.14cvs36
815
816         * src/prefs_actions.c
817         * src/prefs_customheader.c
818         * src/prefs_display_header.c
819         * src/prefs_filtering_action.c
820         * src/prefs_matcher.c
821         * src/prefs_toolbar.c
822                 Fix strange casts (less elegant but
823                 works better)
824
825 2005-09-16 [colin]      1.9.14cvs35
826
827         * src/jpilot.c
828                 Missed that one
829
830 2005-09-16 [colin]      1.9.14cvs34
831
832         * configure.ac
833         * src/Makefile.am
834         * src/addr_compl.c
835         * src/addrindex.c
836         * src/browseldap.c
837         * src/editldap.c
838         * src/ldaplocate.c
839         * src/ldapquery.c
840         * src/ldapquery.h
841         * src/ldapserver.c
842         * src/ldapserver.h
843         * src/main.c
844         * src/matcher_parser_parse.y
845         * src/prefs_themes.c
846         * src/etpan/Makefile.am
847         * src/gtk/description_window.c
848         * src/plugins/clamav/Makefile.am
849         * src/plugins/clamav/clamav_plugin.c
850         * src/plugins/dillo_viewer/Makefile.am
851         * src/plugins/pgpcore/Makefile.am
852         * src/plugins/pgpinline/Makefile.am
853         * src/plugins/pgpmime/Makefile.am
854         * src/plugins/trayicon/Makefile.am
855                 Fix 100% cpu usage in address completion list
856                 Fix little bugs (return with no values etc)
857                 Fix all warnings (with common CFLAGS)
858
859 2005-09-15 [colin]      1.9.14cvs33
860
861         * src/addressbook.c
862                 Fix bug where sometimes a group's email list is empty,
863                 force its refresh (probably fixes "Re: how to create a 
864                 distribution list")
865         * src/ldapquery.c
866                 Don't return to the callback in the main thread from the
867                 fetch thread (or face segs!)
868
869 2005-09-15 [paul]       1.9.14cvs32
870
871         * src/prefs_matcher.c
872                 forgotten in last commit
873
874 2005-09-15 [paul]       1.9.14cvs31
875
876         * src/prefs_actions.c
877         * src/prefs_filtering_action.c
878         * src/prefs_quote.c
879         * src/quote_fmt.c
880         * src/summaryview.c
881         * src/gtk/description_window.c
882         * src/gtk/description_window.h
883         * src/gtk/quicksearch.c
884                 allow interaction with the called
885                 description window
886                 Patch by Anders Hammar
887
888 2005-09-14 [paul]       1.9.14cvs30
889
890         * src/compose.c
891                 fix a little annoyance when pasting with 3rd button 
892                 with wrap_pastes=0 and wrap_input=1
893                 Patch by Colin
894
895 2005-09-14 [paul]       1.9.14cvs29
896
897         * src/prefs_account.c
898                 disable 'Filter messages on receiving' for
899                 SMTP-only accounts
900                 Patch  by Anders Hammar
901
902 2005-09-14 [paul]       1.9.14cvs28
903
904         * po/sk.po
905                 fix crash
906                 updated by Andrej Kacian
907
908 2005-09-14 [paul]
909
910         1.9.15-rc1 released
911
912 2005-09-14 [paul]       1.9.14cvs27
913
914         * po/es.po
915                 updated by Ricardo Mones Lastra
916         * src/compose.c
917         * src/compose.h
918                 associate no_wrap_tags to Compose windows
919                 instead of using a static one
920                 Patch by Colin
921         * src/mbox.c
922                 fix proc_mbox()
923                 Patch by wwp
924         * src/textview.c
925                 remove unneeded printf()
926
927 2005-09-14 [paul]       1.9.14cvs26
928
929         * src/addrcache.c
930         * src/codeconv.h
931         * src/folder.h
932         * src/mainwindow.h
933         * src/mh.c
934         * src/mimeview.h
935         * src/partial_download.c
936         * src/pop.c
937         * src/prefs_account.c
938         * src/prefs_account.h
939         * src/prefs_actions.c
940         * src/prefs_customheader.c
941         * src/prefs_display_header.c
942         * src/prefs_filtering_action.c
943         * src/prefs_matcher.c
944         * src/prefs_toolbar.c
945         * src/privacy.h
946         * src/procmime.c
947         * src/procmime.h
948         * src/procmsg.h
949         * src/textview.c
950         * src/undo.h
951         * src/common/plugin.c
952         * src/common/session.h
953         * src/common/socket.c
954         * src/common/socket.h
955         * src/common/template.c
956         * src/gtk/gtkaspell.c
957         * src/gtk/quicksearch.h
958         * src/plugins/pgpcore/passphrase.c
959         * src/plugins/pgpcore/prefs_gpg.h
960         * src/plugins/pgpcore/select-keys.c
961         * src/plugins/pgpcore/select-keys.h
962         * src/plugins/pgpcore/sgpgme.c
963         * src/plugins/pgpinline/pgpinline.c
964         * src/plugins/pgpmime/pgpmime.c
965         * src/plugins/trayicon/trayicon.c
966                 fix compilation warnings
967                 Patch by Daniel Gustafson
968
969 2005-09-14 [paul]       1.9.14cvs25
970
971         * src/addressbook.c
972                 add missing column header, and other small
973                 bug fixes
974                 Patch by Anders Hammar
975
976 2005-09-13 [colin]      1.9.14cvs24
977
978         * src/gtk/gtkaspell.c
979                 Fix non-utf8 in menu
980                 Fix little leaks
981                 Nullify struct members after free()s
982
983 2005-09-13 [colin]      1.9.14cvs23
984
985         * src/compose.c
986                 Test utf8 compliance before inserting to 
987                 buffer, and try to convert if necessary
988         * src/procmime.c
989                 If no charset is present, use the locale 
990                 one instead of us-ascii
991         * src/procmsg.c
992                 Add Sender, List-Post and To in the checked 
993                 headers for automatic rules creation 
994                 (thanks to wwp)
995         * src/prefs_themes.c
996         * src/gtk/gtkaspell.c
997                 Remove deprecated functions. 
998                 patch by Daniel Gustafson
999
1000 2005-09-12 [colin]      1.9.14cvs22
1001
1002         * src/compose.c
1003                 Fix bug #448 (Scrolling/Redraw issue with 
1004                 address-fields in Header)
1005         * src/mainwindow.c
1006         * src/summaryview.c
1007         * src/summaryview.h
1008                 Fix loss of MSG_MARKED on move/copy
1009                 Fix bug #804 (Quicksearch togglebutton doesn't 
1010                 get depressed after '/' key is pressed)
1011
1012 2005-09-12 [paul]       1.9.14cvs21
1013
1014         * AUTHORS
1015         * src/gtk/logwindow.c
1016                 add 'Clear Log' to popup menu
1017                 Patch by Anders Hammar <anders.hammar@telia.com>
1018
1019 2005-09-12 [paul]       1.9.14cvs20
1020
1021         * src/compose.c
1022                 set correct sensitivity on attachments
1023                 popup menu
1024         * src/folder.c
1025                 fix typo
1026         * src/prefs_spelling.c
1027                 fix crash when no LANG env is set
1028         * src/common/xml.c
1029                 fix crash in wizard
1030                 don't use memeory after free
1031
1032         All patches by Daniel Gustafson
1033
1034 2005-09-12 [paul]       1.9.14cvs19
1035
1036         * src/prefs_themes.c
1037                 make theme info selectable
1038         * src/gtk/description_window.c
1039                 make window non-modal
1040         * tools/README
1041                 add details of asus_mailed.sh
1042         * tools/claws.i18n.status.pl
1043                 update for new zh_TW translator
1044                 widen the output
1045                 create alternate coloured lines
1046                 improve readability
1047
1048 2005-09-10 [colin]      1.9.14cvs18
1049
1050         * src/plugins/pgpcore/select-keys.c
1051                 Better order for the buttons
1052
1053 2005-09-10 [colin]      1.9.14cvs17
1054
1055         * src/compose.c
1056         * src/plugins/pgpcore/select-keys.c
1057         * src/plugins/pgpcore/select-keys.h
1058         * src/plugins/pgpcore/sgpgme.c
1059                 Add a "Don't encrypt" button to the key
1060                 selection dialog. Fixes bug #177 (There should be a 
1061                 'Don't encrypt button in the Select Keys dialog)
1062
1063 2005-09-10 [colin]      1.9.14cvs16
1064
1065         * src/compose.c
1066                 Fix bug #572 (%X option does not work with templates)
1067
1068 2005-09-10 [colin]      1.9.14cvs15
1069
1070         * src/toolbar.c 
1071                 Remove g_print
1072
1073 2005-09-10 [colin]      1.9.14cvs14
1074
1075         * src/imap.c
1076                 Fix a possible crash
1077
1078 2005-09-09 [colin]      1.9.14cvs13
1079
1080         * src/imap.c
1081         * src/etpan/imap-thread.c
1082         * src/etpan/imap-thread.h
1083                 Fix moving from queue or drafts to normal folders
1084                 Fix bug #794 (No way to delete without expunging)
1085                 Take flags unset by other mailers into account
1086                 Take deleted flag set by other mailers into account
1087                 Fix unsetting REPLIED flag
1088                 Fix crash when capabilities can't be retrieved
1089         * src/mainwindow.c
1090         * src/mainwindow.h
1091                 Add M_DELAYED_FLAGS condition, and let the user use
1092                 Execute in order to be able to expunge deleted mails,
1093                 even if he's not in delayed execute mode
1094         * src/prefs_spelling.c
1095                 Use 'en' dictionary by default if LANG is POSIX or C
1096         * src/gtk/prefswindow.c
1097                 Fix bug #767 (Preferences windows expanding) by making
1098                 the window a bit larger when the resolution is greater
1099                 than 640x480, and by putting the prefs in a
1100                 GtkScrolledWindow.
1101
1102 2005-09-09 [paul]       1.9.14cvs12
1103
1104         * AUTHORS
1105         * configure.ac
1106         * po/zh_TW.Big5.po      ** REMOVED **
1107         * po/zh_TW.po           ** ADDED **
1108                 updated by Wei-Lun Chao
1109
1110 2005-09-09 [paul]       1.9.14cvs11
1111
1112         * src/mainwindow.c
1113                 fix asserts
1114         * src/common/xml.c
1115                 delay memory allocation until file is
1116                 opened successfully
1117                 Patch by Daniel Gustafson
1118
1119 2005-09-09 [cleroy]     1.9.14cvs10
1120
1121         * src/imap.c
1122                 Add guards
1123
1124 2005-09-08 [colin]      1.9.14cvs9
1125
1126         * src/compose.c
1127                 Alert when we can't save draft
1128                 Fix various wrap/color issues
1129                 Add mid-click pasting respecting wrap_paste option
1130         * src/folder.c
1131         * src/folder.h
1132         * src/folder_item_prefs.c
1133         * src/folder_item_prefs.h
1134         * src/imap.c
1135         * src/imap_gtk.c
1136         * src/imap_gtk.h
1137         * src/main.c
1138         * src/mainwindow.c
1139         * src/mainwindow.h
1140         * src/news.c
1141         * src/news_gtk.c
1142         * src/news_gtk.h
1143         * src/prefs_folder_item.c
1144                 Fix the impossibility to synchronise folders for
1145                 offline use (IMAP and NNTP are concerned)
1146
1147 2005-09-08 [colin]      1.9.14cvs8
1148
1149         * configure.ac
1150                 Build LDAP and JPilot by default if available
1151         * src/textview.c
1152                 Fix use after free
1153
1154 2005-09-08 [paul]       1.9.14cvs7
1155
1156         * doc/manual/en/sylpheed-1.html
1157         * doc/manual/en/sylpheed-18.html
1158         * doc/manual/en/sylpheed-19.html
1159         * doc/manual/en/sylpheed-4.html
1160         * doc/manual/en/sylpheed-6.html
1161         * doc/manual/en/sylpheed.html
1162                 a few minor updates, plus include some
1163                 details about plugins and their requirements
1164         * src/mainwindow.c
1165                 minor changes to English in /View/Sort
1166
1167 2005-09-07 [colin]      1.9.14cvs6
1168
1169         * doc/manual/en/sylpheed-1.html
1170         * doc/manual/en/sylpheed-10.html
1171         * doc/manual/en/sylpheed-11.html
1172         * doc/manual/en/sylpheed-12.html
1173         * doc/manual/en/sylpheed-13.html
1174         * doc/manual/en/sylpheed-14.html
1175         * doc/manual/en/sylpheed-15.html
1176         * doc/manual/en/sylpheed-16.html
1177         * doc/manual/en/sylpheed-17.html
1178         * doc/manual/en/sylpheed-18.html
1179         * doc/manual/en/sylpheed-19.html
1180         * doc/manual/en/sylpheed-2.html
1181         * doc/manual/en/sylpheed-20.html
1182         * doc/manual/en/sylpheed-21.html
1183         * doc/manual/en/sylpheed-22.html
1184         * doc/manual/en/sylpheed-3.html
1185         * doc/manual/en/sylpheed-4.html
1186         * doc/manual/en/sylpheed-5.html
1187         * doc/manual/en/sylpheed-6.html
1188         * doc/manual/en/sylpheed-7.html
1189         * doc/manual/en/sylpheed-8.html
1190         * doc/manual/en/sylpheed-9.html
1191         * doc/manual/en/sylpheed.html
1192                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
1193
1194 2005-09-07 [colin]      1.9.14cvs5
1195
1196         * src/mainwindow.c
1197                 Make labels more to-the-point
1198
1199 2005-09-07 [colin]      1.9.14cvs4
1200
1201         * doc/manual/en/sylpheed-1.html
1202         * doc/manual/en/sylpheed-12.html
1203         * doc/manual/en/sylpheed-13.html
1204         * doc/manual/en/sylpheed-14.html
1205         * doc/manual/en/sylpheed-15.html
1206         * doc/manual/en/sylpheed-16.html
1207         * doc/manual/en/sylpheed-17.html
1208         * doc/manual/en/sylpheed-18.html
1209         * doc/manual/en/sylpheed-19.html
1210         * doc/manual/en/sylpheed-2.html
1211         * doc/manual/en/sylpheed-20.html
1212         * doc/manual/en/sylpheed-21.html
1213         * doc/manual/en/sylpheed-22.html
1214         * doc/manual/en/sylpheed-4.html
1215         * doc/manual/en/sylpheed-5.html
1216         * doc/manual/en/sylpheed-6.html
1217         * doc/manual/en/sylpheed-7.html
1218         * doc/manual/en/sylpheed-8.html
1219         * doc/manual/en/sylpheed-9.html
1220         * doc/manual/en/sylpheed.html
1221                 Update manual
1222
1223 2005-09-07 [colin]      1.9.14cvs3
1224
1225         * doc/faq/en/sylpheed-faq-1.html
1226         * doc/faq/en/sylpheed-faq-2.html
1227         * doc/faq/en/sylpheed-faq-3.html
1228         * doc/faq/en/sylpheed-faq.html
1229                 Update FAQ
1230
1231 2005-09-07 [colin]      1.9.14cvs2
1232
1233         * src/folderview.c
1234         * src/procmsg.c
1235         * src/summaryview.c
1236         * src/toolbar.c
1237                 Fix special subfolders:
1238                 - Inherit parent's icon
1239                 - sent contents of queues subfolders
1240                 - empty subfolders of trashes
1241         * src/mainwindow.c
1242                 Remove outdated manual and faq entries
1243         * src/common/utils.c
1244                 Add quotes around %s coming from mailcap
1245
1246 2005-09-07 [colin]      1.9.14cvs1
1247
1248         * src/compose.c
1249                 After saving draft, set modified to FALSE
1250         * src/mimeview.c
1251         * src/common/utils.c
1252         * src/common/utils.h
1253                 Try to open mime parts using what is 
1254                 indicated in ~/.mailcap or /etc/mailcap,
1255                 if possible.
1256
1257 2005-09-05 [paul]       1.9.14
1258
1259         1.9.14 released
1260
1261         * po/sk.po
1262                 updated by Andrej Kacian
1263
1264 2005-09-05 [paul]       1.9.13cvs83
1265
1266         * po/de.po
1267         * po/es.po
1268         * po/fi.po
1269         * po/fr.po
1270         * po/nb.po
1271         * po/pt_BR.po
1272         * po/sr.po
1273                 updated translations by Thomas Gilgin, Ricardo Mones
1274                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
1275                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
1276
1277 2005-09-04 [paul]       1.9.13cvs82
1278
1279         * src/compose.c
1280                 only warn about exceeded line length limit
1281                 on send
1282
1283 2005-09-04 [paul]       1.9.13cvs81
1284
1285         * src/compose.c
1286                 fix crash in 'line length exceeded' dialogue
1287
1288 2005-09-02 [paul]       1.9.13cvs80
1289
1290         * src/imap.c
1291                 fix bug 795, 'Connection lost IMAP'
1292                 and add statusbar prints
1293                 Patch by Colin
1294
1295 2005-09-02 [paul]       1.9.13cvs79
1296
1297         * src/compose.c
1298                 compose_wrap_paragraph() becomes
1299                 compose_beautify_paragraph()
1300                 Patch by Colin
1301
1302 2005-09-02 [cleroy]     1.9.13cvs78
1303
1304         * src/folderview.c
1305                 Micro-fix
1306
1307 2005-09-01 [colin]      1.9.13cvs77
1308
1309         * src/imap.c
1310                 Maybe fix bug #795 (Connection lost IMAP)
1311                 Don't try to send logout when we're disconnected.
1312         * src/summaryview.c
1313                 Include locked and marked emails in HRM
1314                 view. Fixes bug #800 (Locked messages no longer 
1315                 show up when hide read messages is used)
1316
1317 2005-09-01 [paul]       1.9.13cvs76
1318
1319         * src/prefs_common.c
1320                 fix bad cutting
1321
1322 2005-08-31 [colin]      1.9.13cvs75
1323
1324         * src/folderview.c
1325         * src/folderview.h
1326         * src/prefs_summaries.c
1327         * src/summaryview.c
1328                 Fix "go to next new", fix preference
1329                 (Open unread/next swapped)
1330
1331 2005-08-31 [paul]       1.9.13cvs74
1332
1333         * src/compose.c
1334         * src/folderview.c
1335         * src/headerview.c
1336         * src/headerview.h
1337         * src/mainwindow.c
1338         * src/prefs_common.c
1339         * src/prefs_common.h
1340         * src/prefs_fonts.c
1341         * src/summaryview.c
1342         * src/textview.c
1343         * src/common/defs.h
1344                 remove obsolete BOLD_FONT setting
1345                 fix font update in headerview and textview
1346                 headers after prefs change
1347                 Patch By Colin
1348
1349 2005-08-31 [paul]
1350
1351         1.9.14-rc4 released
1352
1353 2005-08-30 [colin]      1.9.13cvs73
1354
1355         * src/summaryview.c
1356                 When Hide read messages is selected and we
1357                 refresh the summaryview, don't remove the 
1358                 currently displayed message. Fixes bug #797
1359                 (Summary view reloads when new mail is 
1360                 downloaded in 1.9.14 rc)
1361
1362 2005-08-30 [colin]      1.9.13cvs72
1363
1364         * src/folderview.c
1365                 Fix flickering
1366         * src/mainwindow.c
1367                 Remove useless callback
1368         * src/mimeview.c
1369         * src/gtk/filesel.c
1370         * src/gtk/filesel.h
1371                 Add a filesel_select_file_save_folder() - used by Save All
1372
1373 2005-08-29 [paul]       1.9.13cvs71
1374
1375         * AUTHORS
1376         * src/matcher_parser_parse.y
1377         * src/etpan/imap-thread.c
1378                 fix building on FreeBSD
1379                 Patch by Daniel Gustafson <daniel@hobbit.se>
1380
1381 2005-08-29 [paul]       1.9.13cvs70
1382
1383         * src/plugins/pgpinline/pgpinline.c
1384                 only initialise sig result if it's been handled
1385                 Patch by Colin
1386
1387 2005-08-29 [paul]       1.9.13cvs69
1388         
1389         Patches by Colin:
1390
1391         * src/imap.c
1392         * src/common.utils.c
1393         * src/common/utils.h
1394                 optimisation
1395         * src/stock_pixmap.h
1396                 fix wrong icon reference
1397         * src/pixmaps/trash_btn.xpm
1398                 replace with nicer image
1399
1400 2005-08-28 [colin]      1.9.13cvs68
1401
1402         * src/Makefile.am
1403         * src/stock_pixmap.c
1404         * src/stock_pixmap.h
1405         * src/toolbar.c
1406         * src/pixmaps/trash_btn.xpm
1407                 Add a specific trash xpm for the button
1408
1409 2005-08-28 [colin]      1.9.13cvs67
1410
1411         * src/imap.c
1412                 Fix leak
1413
1414 2005-08-27 [colin]      1.9.13cvs66
1415
1416         * src/imap.c
1417         * src/procmime.c
1418                 Correctly fix "Problem with replies", fixes
1419                 pgpmime encryption too. 
1420
1421 2005-08-27 [colin]      1.9.13cvs65
1422
1423         * src/folder.c
1424         * src/procmsg.c
1425         * src/procmsg.h
1426         * src/summaryview.c
1427                 Fix bug #517 (messages removed from summaryview 
1428                 when moving fails)
1429
1430 2005-08-27 [colin]      1.9.13cvs64
1431
1432         * tools/Makefile.am
1433         * tools/asus_mailled.sh
1434                 Add a script to blink ASUS laptops' mail LED where there
1435                 is unread mail.
1436
1437 2005-08-27 [colin]      1.9.13cvs63
1438
1439         * src/imap.c
1440         * src/etpan/imap-thread.c
1441         * src/etpan/imap-thread.h
1442                 Implement automatic choosing of login method
1443                 Fixes bug #791
1444         * src/gtk/.cvsignore
1445                 Add sylpheed-marshal.[ch]
1446
1447 2005-08-27 [colin]      1.9.13cvs62
1448
1449         * src/common/utils.c
1450                 Fix confusing perror
1451
1452 2005-08-27 [colin]      1.9.13cvs61
1453
1454         * src/toolbar.c
1455         * src/toolbar.h
1456                 Remove A_DELETE, replace it with 
1457                 A_TRASH and A_DELETE_REAL. Automatically
1458                 rewrite config files to replace A_DELETE
1459                 with A_TRASH (no functionality change).
1460                 Fixes half of #794
1461
1462 2005-08-26 [colin]      1.9.13cvs60
1463
1464         * src/procmime.c
1465                 Previous "Problem with replies" fix brought other
1466                 problems, fixing them
1467
1468 2005-08-26 [colin]      1.9.13cvs59
1469
1470         * src/procmime.c
1471                 Fix "Problem with replies". This happened only
1472                 on IMAP...
1473         * src/procmsg.c
1474                 Factorize code a bit
1475         * src/compose.c
1476                 Speed improvement on very long messages (wrapping)
1477                 Fix signature color on Reedit and Redirect
1478                 On Reedit, don't attach pgp-signatures parts, but
1479                 set signing to On.
1480
1481 2005-08-24 [paul]       1.9.13cvs58
1482
1483         * src/compose.c
1484                 don't claim success when clicking
1485                 Cancel on the passphrase box.
1486                 Patch by Colin
1487
1488 2005-08-24 [paul]       1.9.13cvs57
1489
1490         * src/main.c
1491                 fix misplaced sylpheed.log
1492         * src/common/defs.h
1493                 define UIDL_DIR
1494
1495 2005-08-24 [paul]       1.9.13cvs56
1496
1497         * src/imap.c
1498         * src/etpan/imap-thread.c
1499         * src/etpan/imap-thread.h
1500                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
1501                 Patch by Colin
1502         * src/gtk/sylpheed-marshal.c    ** REMOVED **
1503         * src/gtk/sylpheed-marshal.h    ** REMOVED **
1504                 remove autogenerated files
1505         * tools/kdeservicemenu/README
1506         * tools/kdeservicemenu/install.sh
1507         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1508         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1509                 use Claws icon, use 'Sylpheed-Claws' in menu,
1510                 use kdialog, and other cleanups
1511
1512 2005-08-23 [paul]       1.9.13cvs55
1513
1514         * src/compose.c
1515                 fix paste/wrap crash
1516                 Patch by Colin
1517
1518 2005-08-23 [paul]       1.9.13cvs54
1519
1520         * src/main.c
1521                 fix crash recovery
1522                 Patch by Colin
1523
1524 2005-08-23 [paul]       1.9.13cvs53
1525
1526         * src/addressbook.c
1527         * src/editaddress.c
1528                 view all data of LDAP contacts
1529                 Patch by Colin
1530
1531 2005-08-23 [paul]       1.9.13cvs52
1532
1533         * src/addressbook.c
1534                 fix issues with the Search field
1535                 Patch by Colin
1536
1537 2005-08-22 [paul]       1.9.13cvs51
1538
1539         * src/folderview.c
1540                 put name of folder in processing dialog
1541                 title
1542         * src/prefs_folder_item.c
1543                 improve english usage
1544
1545 2005-08-22 [paul]       1.9.13cvs50
1546
1547         * src/filtering.c
1548         * src/filtering.h
1549         * src/matcher.c
1550         * src/matcher_parser_lex.l
1551         * src/matcher_parser_parse.y
1552         * src/prefs_filtering.c
1553                 add Filtering/Processing rule names feature.
1554                 (the incompatible old matcherrc is saved as
1555                 matcherrc.pre_names).
1556                 Patch by Colin
1557
1558 2005-08-22 [paul]       1.9.13cvs49
1559
1560         * src/procmsg.c
1561                 fix colour labelling
1562                 Patch by Colin
1563
1564 2005-08-22 [paul]       1.9.13cvs48
1565
1566         * src/textview.c
1567                 fix open_image_cb()
1568
1569 2005-08-22 [paul]       1.9.13cvs47
1570
1571         * src/imap.c
1572                 fix bug 789, 'SC crashes with imap (CVS ver)'
1573                 Patch by Colin
1574
1575 2005-08-22 [paul]       1.9.13cvs46
1576
1577         * src/mimeview.c
1578         * src/prefs_common.c
1579         * src/common/defs.h
1580                 define reused defaults in defs.h
1581         * src/textview.c
1582                 add 'Open image' to image popup menu
1583
1584 2005-08-21 [colin]      1.9.13cvs45
1585
1586         * src/summaryview.c
1587                 Fix bug #788 (Bogus "From" address displayed)
1588
1589 2005-08-20 [colin]      1.9.13cvs44
1590
1591         * src/folder.c
1592                 Fix buf #787 (multilevel delete causes SIGSEGV)
1593
1594 2005-08-19 [colin]      1.9.13cvs43
1595
1596         * src/inc.c
1597         * src/prefs_common.c
1598         * src/prefs_common.h
1599                 Add an hidden pref to allow modifying the
1600                 update stepping in incorporation.
1601                 Patch by wwp.
1602
1603 2005-08-19 [colin]      1.9.13cvs42
1604
1605         * src/compose.c
1606         * src/procmime.c
1607                 Workaround for broken MUAs: encode 
1608                 Content-type: name: as ASCII and 
1609                 Content-Disposition: filename: as
1610                 per rfc2231
1611         * src/prefs_account.c
1612                 Fix invisible-ness of SMTP SSL prefs
1613                 in NNTP accounts
1614
1615 2005-08-19 [paul]       1.9.13cvs41
1616
1617         * src/compose.c
1618         * src/prefs_common.c
1619         * src/prefs_common.h
1620         * src/prefs_wrapping.c
1621                 paste with or without wrapping.
1622                 patch by Colin
1623
1624 2005-08-19 [paul]       1.9.13cvs40
1625
1626         * src/prefs_common.c
1627         * src/prefs_common.h
1628         * src/summaryview.c
1629                 reintroduce enable_swap_from as a
1630                 hidden pref. patch by Colin
1631         * src/quote_fmt_parse.y
1632         * src/plugins/clamav/clamav_plugin.c
1633         * src/plugins/dillo_viewer/dillo_viewer.c
1634         * src/plugins/mathml_viewer/mathml_viewer.c
1635         * src/plugins/pgpcore/sgpgme.c
1636         * src/plugins/pgpinline/pgpinline.c
1637         * src/plugins/pgpmime/pgpmime.c
1638                 tidy up. patch by Colin
1639
1640 2005-08-19 [paul]       1.9.13cvs39
1641
1642         * configure.ac
1643                 complete cvs38's sync
1644         * src/editaddress.c
1645         * src/gedit-print.c
1646         * src/mutt.c
1647         * src/etpan/etpan-log.c
1648         * src/etpan/imap-thread.c
1649         * src/gtk/gtksourceprintjob.c
1650                 fix compilation warnings
1651                 (patch by Colin)
1652
1653 2005-08-19 [paul]       1.9.13cvs38
1654
1655         sync with main:
1656
1657         * src/account.c
1658         * src/action.c
1659         * src/addrbook.c
1660         * src/addrcache.c
1661         * src/addrharvest.c
1662         * src/addrindex.c
1663         * src/codeconv.c
1664         * src/compose.c
1665         * src/crash.c
1666         * src/exporthtml.c
1667         * src/exportldif.c
1668         * src/folder.c
1669         * src/image_viewer.c
1670         * src/inc.c
1671         * src/inc.h
1672         * src/jpilot.c
1673         * src/ldif.c
1674         * src/main.c
1675         * src/matcher.c
1676         * src/mbox.c
1677         * src/messageview.c
1678         * src/mh.c
1679         * src/mimeview.c
1680         * src/msgcache.c
1681         * src/mutt.c
1682         * src/news.c
1683         * src/partial_download.c
1684         * src/pine.c
1685         * src/pop.c
1686         * src/prefs_actions.c
1687         * src/prefs_common.c
1688         * src/prefs_customheader.c
1689         * src/prefs_display_header.c
1690         * src/prefs_gtk.c
1691         * src/prefs_themes.c
1692         * src/procheader.c
1693         * src/procmime.c
1694         * src/procmsg.c
1695         * src/recv.c
1696         * src/send_message.c
1697         * src/simple-gettext.c
1698         * src/sourcewindow.c
1699         * src/textview.c
1700         * src/vcard.c
1701         * src/common/defs.h
1702         * src/common/log.c
1703         * src/common/plugin.c
1704         * src/common/prefs.c
1705         * src/common/session.c
1706         * src/common/session.h
1707         * src/common/socket.c
1708         * src/common/socket.h
1709         * src/common/ssl_certificate.c
1710         * src/common/template.c
1711         * src/common/utils.c
1712         * src/common/utils.h
1713         * src/common/xml.c
1714         * src/gtk/about.c
1715         added wrappers for C library function that
1716                 take pathname arguments.
1717                 enabled compilation with MinGW.
1718                 use GDir instead of directly using opendir().
1719                 added rename_force().
1720
1721 2005-08-19 [paul]       1.9.13cvs37
1722         
1723         patches by Colin:
1724         * src/compose.c
1725                 fix privacy settings on re-editing
1726                 a sent message
1727         * src/jpilot.c
1728                 fix encoding bug
1729         * src/folder.c
1730         * src/procmsg.c
1731         * src/procmsg.h
1732         * src/summaryview.c
1733                 flag changing optimisation
1734
1735 2005-08-18 [martin]     1.9.13cvs36
1736
1737         * commitHelper
1738             added my login
1739         * src/addrcache.c
1740         * src/addrharvest.c
1741         * src/addrindex.c
1742         * src/compose.c
1743         * src/grouplistdialog.c
1744         * src/main.c
1745         * src/mainwindow.c
1746         * src/msgcache.c
1747         * src/mutt.c
1748         * src/pine.c
1749         * src/prefs_account.c
1750         * src/prefs_themes.c
1751         * src/stock_pixmap.c
1752         * src/summaryview.c
1753         * src/gtk/about.c
1754         * src/gtk/logwindow.c
1755             removed deprecated glib and gdk stuff
1756         * src/plugins/pgpcore/select-keys.c
1757             convert attributes from locale to utf8
1758
1759 2005-08-17 [paul]       1.9.13cvs35
1760
1761         * src/account.c
1762         * src/addressbook.c
1763                 use new GTK_STOCK_ icons if available
1764         * src/summaryview.c
1765         * src/gtk/gtksctree.c
1766         * src/gtk/gtksctree.h
1767                 faster range select. patch by Colin
1768
1769 2005-08-17 [paul]       1.9.13cvs34
1770
1771         patches by colin:
1772         * src/addressbook.c
1773         * src/addressitem.h
1774                 Add an edit button for contacts, fix selections
1775                 of gtksctree items
1776         * src/editaddress.c
1777                 Change labels, let Save be always possible in the
1778                 email and user atributes tabs
1779         * src/folderview.c
1780                 fix sort issues
1781         * src/summaryview.c
1782                 select next item instead of the displayed one
1783                 after deletion
1784
1785         * src/gtk/progressdialog.c
1786                 use prefs_common.enable_rules_hint
1787
1788 2005-08-13 [hoa]        1.9.13cvs33
1789
1790         * src/etpan/imap-thread.c
1791                 fixed build on Solaris.
1792
1793 2005-08-10 [colin]      1.9.13cvs32
1794
1795         * src/procmsg.c
1796                 Fix cvs31 (missing fclose before reading
1797                 the file)
1798
1799 2005-08-10 [colin]      1.9.13cvs31
1800
1801         * src/procmsg.c
1802                 Fix procmsg_msginfo_new_from_mimeinfo() when
1803                 the MimeInfo isn't stored in memory. This fixes
1804                 replying to an attached message.
1805
1806 2005-08-10 [colin]      1.9.13cvs30
1807
1808         * src/mainwindow.c
1809                 Fix slowness in account changing
1810
1811 2005-08-10 [colin]      1.9.13cvs29
1812
1813         * src/folder.c
1814         * src/folderutils.c
1815         * src/folderview.c
1816         * src/imap_gtk.c
1817         * src/mainwindow.c
1818         * src/mh_gtk.c
1819         * src/procmsg.c
1820         * src/summaryview.c
1821                 Optimize folder_has_parent_of_type
1822                 Prevent moving special sub-folders from contextual menus
1823                 Rework message a bit ("Empty all messages" -> "Delete all
1824                 messages")
1825                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
1826                 and "Deleted Items" folders)
1827
1828 2005-08-08 [colin]      1.9.13cvs28
1829
1830         * src/summaryview.c
1831         * src/prefs_summaries.c
1832                 Make "Select first unread|new" more flexible
1833                 (just prioritize new or unread)
1834
1835 2005-08-08 [colin]      1.9.13cvs27
1836
1837         * src/summaryview.c
1838                 If "select first new" is selected and there only
1839                 are unread messages, fallback to "select first
1840                 unread".
1841
1842 2005-08-08 [colin]      1.9.13cvs26
1843
1844         * src/folder.c
1845                 Fix shameful bugs (and bug #779)
1846
1847 2005-08-08 [colin]      1.9.13cvs25
1848
1849         * src/folder.c
1850         * src/folder.h
1851                 Cache parents' type to make folder_has_parent_of_type
1852                 faster
1853         * src/folderview.c
1854                 Forbid DnD of special sub-folders
1855         * src/procmsg.c
1856         * src/procmsg.h
1857                 Add MAIL_POSTFILTERING_HOOK
1858         * src/summaryview.c
1859                 Revert over-zealous deletion of the use_addr_book 
1860                 code
1861
1862 2005-08-07 [colin]      1.9.13cvs24
1863
1864         * src/folder.c
1865                 Fix big mistake (passing MsgInfo instead 
1866                 of FolderItem)
1867
1868 2005-08-07 [colin]      1.9.13cvs23
1869
1870         * src/compose.c
1871         * src/folder.c
1872         * src/folder.h
1873         * src/foldersel.c
1874         * src/folderutils.c
1875         * src/folderview.c
1876         * src/imap.c
1877         * src/mainwindow.c
1878         * src/messageview.c
1879         * src/mh.c
1880         * src/msgcache.c
1881         * src/procmime.c
1882         * src/summaryview.c
1883                 Make subfolders of Drafts, Queue, Outbox, Trash
1884                 work like their parents. 
1885                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
1886
1887 2005-08-07 [colin]      1.9.13cvs22
1888
1889         * src/addressbook.c
1890                 Fix bug #771 (Dragged contacts not saved)
1891
1892 2005-08-07 [paul]       1.9.13cvs21
1893
1894         * src/summaryview.c
1895                 fix bug 32 'Search Doesn't display results
1896                 if "Hide Read Messages" is chosen'
1897                 be more literal in interpreting 'Hide read
1898                 messages'
1899
1900 2005-08-07 [colin]      1.9.13cvs20
1901
1902         * src/folderview.c
1903                 Add debug
1904         * src/summaryview.c
1905                 Faster 'unthread_for_execution'
1906
1907 2005-08-06 [paul]       1.9.13cvs19
1908
1909         * src/mainwindow.c
1910                 add mnemonics to Set displayed columns
1911                 fix bug where msgview_visible option was
1912                 overwritten as TRUE on startup
1913
1914 2005-08-06 [paul]       1.9.13cvs18
1915
1916         * src/mainwindow.c
1917                 refer to 'displayed columns in folder/message
1918                 list' not 'displayed items in summary/message view'
1919         * src/prefs_display_header.c
1920                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
1921                 be consistent with similar dialogues
1922         * src/prefs_folder_column.c
1923         * src/prefs_summary_column.c
1924                 'columns' not 'items', and folder and message lists,
1925                 instead of folder and summary views;
1926                 Use 'Hidden columns' as list heading not 'Available
1927                 items';
1928                 move the 'Remove' button to the right hand side;
1929                 top-align the buttons;
1930                 remove unneeded vbox
1931         * src/prefs_summaries.c
1932                 put the 2 column prefs buttons in a frame to reduce
1933                 overall width; refer to columns not items &c.
1934
1935 2005-08-05 [colin]      1.9.13cvs17
1936
1937         * src/prefs_common.c
1938         * src/prefs_common.h
1939         * src/mainwindow.c
1940         * src/compose.c
1941         * src/messageview.c
1942                 Add an hidden toolbar_detachable pref, so
1943                 that I can get rid of these painful handles
1944                 in the toolbars. Defaults to TRUE to avoid
1945                 changing the GUI on unsuspecting people...
1946
1947 2005-08-05 [colin]      1.9.13cvs16
1948
1949         * src/Makefile.am
1950         * src/prefs_folder_column.c
1951         * src/prefs_folder_column.h
1952                 Add prefs for folder columns
1953         * src/folderview.c
1954         * src/folderview.h
1955         * src/mainwindow.c
1956         * src/mainwindow.h
1957         * src/prefs_common.c
1958         * src/prefs_common.h
1959         * src/prefs_summaries.c
1960                 Use them
1961         * src/prefs_summary_column.c
1962         * src/summaryview.c
1963         * src/summaryview.h
1964                 Add a To column
1965         * src/textview.c
1966         * src/common/utils.c
1967         * src/common/utils.h
1968                 Move uri colourisation functions
1969                 to utils
1970         * src/compose.c
1971                 Colourise URIs
1972         * src/imap.c
1973                 Fix bug with LIST where we'd try
1974                 to get Folder//////[...]/// 
1975
1976 2005-08-05 [paul]       1.9.13cvs15
1977
1978         * src/prefs_summaries.c
1979                 improve the English usage
1980         * src/summaryview.c
1981                 set font on column change
1982                 thanks to Colin
1983
1984 2005-08-05 [paul]       1.9.13cvs14
1985
1986         * src/prefs_common.c
1987         * src/prefs_common.h
1988         * src/prefs_summaries.c
1989         * src/summaryview.c
1990                 replace 'open_unread_on_enter' option with
1991                 'select_on_entry' option. opening/not opening
1992                 is now exclusively controlled by 'always_show_msg'
1993
1994 2005-08-04 [colin]      1.9.13cvs13
1995
1996         * src/compose.c
1997                 Remove dead code
1998                 Add colourisation of quotes and signatures
1999         * src/folderview.c
2000                 Fix possible crashes
2001         * src/messageview.c
2002                 Change an assert that is no problem
2003         * src/news.c
2004         * src/news_gtk.c
2005         * src/news_gtk.h
2006                 Fix offline mode
2007         * src/gtk/quicksearch.c
2008                 Fix a possible crash
2009
2010 2005-08-03 [colin]      1.9.13cvs12
2011
2012         * src/prefs_account.c
2013                 Fix bug #777 (Sylpheed crash in account configuration)
2014
2015 2005-08-03 [colin]      1.9.13cvs11
2016
2017         * src/addressbook.c
2018         * src/editaddress.c
2019         * src/editgroup.c
2020                 Fixing addressbook, round 2
2021         * src/textview.c
2022                 Fix emphasis color on rechecking 'Colorize messages'
2023
2024 2005-08-03 [paul]       1.9.13cvs10
2025
2026         sync with main
2027
2028         * src/addr_compl.c
2029         * src/compose.c
2030         * src/main.c
2031         * src/pop.c
2032         * src/prefs_account.c
2033         * src/procmime.c
2034         * src/procmsg.c
2035         * src/quote_fmt_parse.y
2036         * src/textview.c
2037         * src/common/quoted-printable.c
2038         * src/common/utils.c
2039         * src/common/utils.h
2040         * src/common/xml.c
2041                 replaced incorrect locale-independent
2042                 ctype functions with GLib's. Corrected
2043                 signedness mismatch.
2044         * src/headerview.c
2045                 headerview_create(): added spacing for vbox.
2046         * src/gtk/about.c
2047                 set focus to the OK button.
2048
2049 2005-08-03 [colin]      1.9.13cvs9
2050
2051         * src/folderview.c
2052                 Fix possible crash
2053
2054 2005-08-02 [colin]      1.9.13cvs8
2055
2056         * src/mainwindow.c
2057                 Fix cast
2058         * src/addressbook.c
2059         * src/addressitem.h
2060                 Fix a cast and more generally, try to make the
2061                 GUI more intuitive and consistent (round 1)
2062
2063 2005-08-02 [paul]       1.9.13cvs7
2064
2065         * src/folder.h
2066                 missing in 1.9.13cvs6
2067
2068 2005-08-02 [colin]      1.9.13cvs6
2069
2070         * src/folder.c
2071                 Fix one more leak
2072
2073 2005-08-02 [colin]      1.9.13cvs5
2074
2075         * src/folder.c
2076         * src/folderview.c
2077         * src/imap.c
2078         * src/main.c
2079         * src/mbox.c
2080         * src/procmsg.c
2081         * src/summaryview.c
2082                 Fix a number of folder_item_get_msg_list()-related
2083                 leaks (missing procmsg_msginfo_free()s)
2084
2085 2005-08-01 [colin]      1.9.13cvs4
2086
2087         * src/folderview.c
2088         * src/folderview.h
2089         * src/mainwindow.c
2090         * src/prefs_fonts.c
2091         * src/prefs_summaries.c
2092         * src/prefs_themes.c
2093         * src/summaryview.c
2094         * src/summaryview.h
2095         * src/textview.c
2096         * src/textview.h
2097                 Fix instant-apply of summary and folderview-related prefs
2098                 Fix erroneous g_free and alertpanels in prefs_theme
2099                 Add instant-apply for fonts
2100                 Defer applying of prefs a little bit so it's done only
2101                 once even if requested by multiples prefs pages
2102
2103 2005-08-01 [paul]       1.9.13cvs3
2104
2105         * src/main.c
2106                 fix bug 776 'S.C. crashes on close'
2107                 thanks to Colin
2108         * src/etpan/etpan-thread-manager-types.h
2109                 add missing include
2110                 thanks to Hoa
2111
2112 2005-07-25 [paul]       1.9.13cvs2
2113
2114         * src/summaryview.c
2115                 fix typos. spotted by Fabien Vantard
2116
2117 2005-07-24 [paul]       1.9.13cvs1
2118
2119         * doc/man/sylpheed.1
2120                 update man page, incorporating fix of
2121                 bug 769 'Typo in manpage'
2122         * src/etpan/imap-thread.c
2123                 fix NetBSD openssl dependencies. patch by
2124                 George Michaelson <ggm@apnic.net>
2125         * po/pt_BR.po
2126                 updated by Frederico Goncalves Guimaraes
2127
2128 2005-07-22 [paul]       1.9.13
2129
2130         1.9.13 release
2131
2132 2005-07-22 [paul]       1.9.12cvs91
2133
2134         * AUTHORS
2135         * INSTALL
2136         * README.claws
2137         * RELEASE_NOTES.claws
2138                 updated for release
2139         * configure.ac
2140         * po/nb.po
2141         * tools/claws.i18n.status.pl
2142                 add Norwegian translation. submiited by
2143                 Geir Helland <pjallabais@users.sourceforge.net>
2144         * po/ca.po
2145         * po/de.po
2146         * po/es.po
2147         * po/fi.po
2148         * po/fr.po
2149         * po/it.po
2150         * po/sk.po
2151         * po/sr.po
2152         * po/zh_CN.po
2153                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
2154                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
2155                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
2156                 Yang Guilong
2157         * src/plugins/clamav/clamav_plugin_gtk.c
2158         * src/plugins/spamassassin/spamassassin_gtk.c
2159                 replace outdated description strings
2160
2161 2005-07-21 [colin]      1.9.12cvs90
2162
2163         * src/folder.c
2164                 Set folder to batch mode when scanning it. Makes deletion
2165                 of unread mails on IMAP much faster (due to the UNREAD 
2166                 flag unsetting)
2167
2168 2005-07-21 [darko]      1.9.12cvs89
2169
2170         * configure.ac
2171                 link against libresolv if necessary (patch by Paul)
2172         * src/msgcache.c
2173                 use glib's portable macros to determine endianness
2174
2175 2005-07-21 [paul]       1.9.12cvs88
2176
2177         * src/crash.c
2178         * src/gtk/about.c
2179                 update compiled-in features list
2180
2181 2005-07-20 [colin]      1.9.12cvs87
2182
2183         * src/folder.c
2184         * src/textview.c
2185                 Gcc 2.9x compilation fixes, thanks to Darko
2186         * src/plugins/clamav/clamav_plugin.c
2187                 Little optimisation: load virus database only once
2188         * src/plugins/spamassassin/spamassassin.c
2189                 Big optimisation: filtering one mail took at least 1 second,
2190                 now it takes at least 50ms. Doesn't speed up spamassassin 
2191                 itself, but should already be much more tolerable.
2192
2193 2005-07-20 [colin]      1.9.12cvs86
2194
2195         * src/summaryview.c
2196                 Fix performance issue
2197
2198 2005-07-19 [colin]      1.9.12cvs85
2199
2200         * src/plugins/pgpinline/plugin.c
2201                 Fix warning
2202
2203 2005-07-19 [colin]      1.9.12cvs84
2204
2205         * configure.ac
2206         * src/plugins/Makefile.am
2207         * src/plugins/pgpinline/.cvsignore
2208         * src/plugins/pgpinline/Makefile.am
2209         * src/plugins/pgpinline/pgpinline.c
2210         * src/plugins/pgpinline/pgpinline.deps
2211         * src/plugins/pgpinline/pgpinline.h
2212         * src/plugins/pgpinline/plugin.c
2213                 Put pgpinline in the main tree
2214
2215 2005-07-19 [paul]       1.9.12cvs83
2216
2217         * src/prefs_actions.c
2218                 prevent '//' in menu names, which cause a crash
2219                 thanks to Colin
2220
2221 2005-07-19 [paul]       1.9.12cvs82
2222
2223         * configure.ac
2224                 be generally more informative in configure output.
2225                 OpenSSL: correction: '[ --enable-openssl ...' -> 
2226                 '[ --disable-openssl ...', as --enable-openssl is default
2227                 PGP/MIME: don't check for GPGME again, check for
2228                 pgpcore instead. Therefore prevent the possibility of
2229                 attempting to build pgpmime if pgpcore dependencies are
2230                 not met
2231                 ClamAV: use pkgconfig to check for lib
2232                 libgnomeprint: revert logic on inner test to match
2233                 everything else
2234         * src/plugins/pgpcore/sgpgme.c
2235                 add missing include
2236
2237 2005-07-19 [colin]      1.9.12cvs81
2238
2239         * src/summaryview.c
2240                 Fix slow thread rebuilding in particular
2241                 cases
2242
2243 2005-07-19 [paul]       1.9.12cvs80
2244
2245         * sylpheed-claws.desktop
2246                 fix typo, spotted by Stephan Sachse
2247         * src/account.c
2248                 replace GTK_STOCK_ADD with
2249                 GTK_STOCK_NEW button
2250
2251 2005-07-18 [colin]      1.9.12cvs79
2252
2253         * src/etpan/imap-thread.c
2254                 Fix return value (Thanks Hoa)
2255
2256 2005-07-18 [colin]      1.9.12cvs78
2257
2258         * src/imap.c
2259                 Allow empty passwords
2260                 Create drafts/queue/outbox if necessary
2261         * src/summaryview.c
2262                 Remove old code
2263         * src/etpan/imap-thread.c
2264                 Fix STARTTLS (Thanks to Hoa)
2265
2266 2005-07-18 [paul]       1.9.12cvs77
2267
2268         * ChangeLog-gtk2.jp
2269         * ChangeLog.jp
2270                 removed
2271         * Makefile.am
2272                 updated to reflect additions and removals
2273         * TODO
2274                 updated to be claws-specific
2275         * TODO-gtk2
2276         * TODO-gtk2.jp
2277         * TODO.jp
2278         * sylpheed-128x128.png
2279         * sylpheed-64x64.png
2280                 removed
2281         * sylpheed-claws-128x128.png
2282         * sylpheed-claws-64x64.png
2283         * sylpheed-claws.desktop
2284         * sylpheed-claws.png
2285                 added
2286         * sylpheed.desktop
2287         * sylpheed.png
2288                 removed
2289
2290 2005-07-17 [paul]       1.9.12cvs76
2291
2292         * src/account.c
2293         * src/addressbook.c
2294         * src/alertpanel.c
2295         * src/alertpanel.h
2296         * src/compose.c
2297         * src/exphtmldlg.c
2298         * src/expldifdlg.c
2299         * src/folderview.c
2300         * src/imap_gtk.c
2301         * src/inc.c
2302         * src/message_search.c
2303         * src/messageview.c
2304         * src/mh_gtk.c
2305         * src/news_gtk.c
2306         * src/prefs_actions.c
2307         * src/prefs_filtering.c
2308         * src/prefs_matcher.c
2309         * src/prefs_template.c
2310         * src/prefs_themes.c
2311         * src/ssl_manager.c
2312         * src/summary_search.c
2313         * src/textview.c
2314         * src/toolbar.c
2315         * src/gtk/sslcertwindow.c
2316         * src/plugins/pgpcore/sgpgme.c
2317                 rework alertpanels
2318
2319 2005-07-17 [colin]      1.9.12cvs75
2320
2321         * src/privacy.c
2322                 add a PrivacySystem accessor that checks that
2323                 the system cached in a MimeInfo's privacydata
2324                 is still registered. Use this accessor instead
2325                 of directly using data->system. Fixes crashes
2326                 after unloading pgp plugins.
2327
2328 2005-07-17 [colin]      1.9.12cvs74
2329
2330         * src/alertpanel.c
2331                 Change geometry hints to a simple default size.
2332                 Fixes the certs dialogs.
2333
2334 2005-07-17 [colin]      1.9.12cvs73
2335
2336         * src/gtk/sslcertwindow.c
2337                 Use a gtkExpander
2338
2339 2005-07-17 [colin]      1.9.12cvs72
2340
2341         * src/plugins/pgpcore/Makefile.am
2342         * src/plugins/pgpmime/Makefile.am
2343                 Add gpgme libs
2344
2345 2005-07-17 [paul]       1.9.12cvs71
2346
2347         * configure.ac
2348                 add --disable-gnomeprint option
2349                 modified version of patch by Marius Mauch
2350
2351 2005-07-17 [paul]       1.9.12cvs70
2352
2353         * src/common/defs.h
2354                 update urls
2355         * src/account.c
2356         * src/action.c
2357         * src/addressbook.c
2358         * src/compose.c
2359         * src/foldersel.c
2360         * src/folderview.c
2361         * src/html.c
2362         * src/imap_gtk.c
2363         * src/main.c
2364         * src/mainwindow.c
2365         * src/messageview.c
2366         * src/mh_gtk.c
2367         * src/mimeview.c
2368         * src/news_gtk.c
2369         * src/prefs_account.c
2370         * src/prefs_send.c
2371         * src/prefs_summaries.c
2372         * src/procmsg.c
2373         * src/summaryview.c
2374         * src/common/utils.c
2375         * src/common/xml.c
2376         * src/plugins/pgpcore/passphrase.c
2377         * src/plugins/pgpcore/select-keys.c
2378                 replace inappropriately used backticks
2379                 with single quotes
2380
2381 2005-07-16 [colin]      1.9.12cvs69
2382
2383         * src/image_viewer.c
2384                 Add extra paranoid checks
2385
2386 2005-07-16 [colin]      1.9.12cvs68
2387
2388         * src/plugins/pgpcore/prefs_gpg.c
2389                 Don't auto-check sigs by default, as it
2390                 can be really slow.
2391
2392 2005-07-16 [colin]      1.9.12cvs67
2393
2394         * src/plugins/pgpcore/sgpgme.c
2395                 Make messages a bit better.
2396
2397 2005-07-16 [colin]      1.9.12cvs66
2398
2399         * src/imap.c
2400                 Remove pseudo-log
2401         * src/etpan/imap-thread.c
2402                 Add real log
2403
2404 2005-07-16 [colin]      1.9.12cvs65
2405
2406         * src/main.c
2407         * src/prefs_other.c
2408                 And now, fix build with libetpan :-/
2409
2410 2005-07-15 [colin]      1.9.12cvs64
2411
2412         * src/prefs_other.c
2413                 Continue fixing build without libetpan.
2414
2415 2005-07-15 [colin]      1.9.12cvs63
2416
2417         * src/main.c
2418                 Fix build with --disable-libetpan
2419
2420 2005-07-15 [colin]      1.9.12cvs62
2421
2422         * configure.ac
2423                 Bump libetpan's version
2424
2425 2005-07-15 [colin]      1.9.12cvs61
2426
2427         * src/etpan/imap-thread.c
2428                 Actually stop logging :)
2429
2430 2005-07-15 [colin]      1.9.12cvs60
2431
2432         * src/addressbook.c
2433                 Fix dnd of multiple addresses.
2434
2435 2005-07-15 [hoa]        1.9.12cvs59
2436
2437         * src/etpan/imap-thread.c
2438             disable login of IMAP password in libetpan log file.
2439
2440 2005-07-15 [paul]       1.9.12cvs58
2441
2442         * src/account.c
2443                 don't automatically sort
2444                 do allow drag n drop
2445
2446 2005-07-15 [paul]       1.9.12cvs57
2447
2448         * src/account.c
2449         * src/ssl_manager.c
2450                 alphabetical listing
2451
2452 2005-07-15 [paul]       1.9.12cvs56
2453
2454         * src/gtk/pluginwindow.c
2455                 sort plugin list alphabetically
2456
2457 2005-07-15 [paul]       1.9.12cvs55
2458
2459         * src/prefs_spelling.c
2460         * src/prefs_wrapping.c
2461                 unify English usage
2462
2463 2005-07-15 [colin]      1.9.12cvs54
2464
2465         * src/wizard.c
2466                 Typo fix
2467
2468 2005-07-15 [paul]       1.9.12cvs53
2469
2470         * src/prefs_message.c
2471                 make 'show cursor' a hidden option
2472
2473 2005-07-14 [colin]      1.9.12cvs52
2474
2475         * src/plugins/spamassassin/Makefile.am
2476         * src/plugins/clamav/Makefile.am
2477                 Fix double EXTRA_DISTs
2478
2479 2005-07-14 [colin]      1.9.12cvs51
2480
2481         * src/plugins/clamav/Makefile.am
2482         * src/plugins/clamav/clamav_plugin_gtk.deps
2483         * src/plugins/spamassassin/Makefile.am
2484         * src/plugins/spamassassin/spamassassin_gtk.deps
2485                 Make $plugin_gtk depend on $plugin
2486
2487 2005-07-14 [hoa]        1.9.12cvs50
2488
2489         * src/etpan/imap-thread.c
2490                 enable debug log of libetpan when running with --debug
2491
2492 2005-07-14 [colin]      1.9.12cvs49
2493
2494         * configure.ac
2495         * src/common/Makefile.am
2496         * src/common/plugin.c
2497         * src/common/plugin.h
2498                 Add a little plugin dependancy system.
2499                 Plugins can ship a $plugin_name.deps file
2500                 (near them in PLUGINDIR) so that their
2501                 dependancies are loaded if possible.
2502         * src/plugins/Makefile.am
2503         * src/plugins/pgpcore/Makefile.am
2504         * src/plugins/pgpcore/passphrase.c
2505         * src/plugins/pgpcore/passphrase.h
2506         * src/plugins/pgpcore/plugin.c
2507         * src/plugins/pgpcore/prefs_gpg.c
2508         * src/plugins/pgpcore/prefs_gpg.h
2509         * src/plugins/pgpcore/select-keys.c
2510         * src/plugins/pgpcore/select-keys.h
2511         * src/plugins/pgpcore/sgpgme.c
2512         * src/plugins/pgpcore/sgpgme.h
2513                 Introduce pgpcore, used by pgpmime and
2514                 pgpinline
2515         * src/plugins/pgpmime/Makefile.am
2516         * src/plugins/pgpmime/passphrase.c
2517         * src/plugins/pgpmime/passphrase.h
2518         * src/plugins/pgpmime/pgpmime.c
2519         * src/plugins/pgpmime/pgpmime.deps
2520         * src/plugins/pgpmime/plugin.c
2521         * src/plugins/pgpmime/prefs_gpg.c
2522         * src/plugins/pgpmime/prefs_gpg.h
2523         * src/plugins/pgpmime/select-keys.c
2524         * src/plugins/pgpmime/select-keys.h
2525         * src/plugins/pgpmime/sgpgme.c
2526         * src/plugins/pgpmime/sgpgme.h
2527                 Remove the core from pgpmime and add the
2528                 dependancy to pgpcore.
2529
2530 2005-07-14 [paul]       1.9.12cvs48
2531
2532         * src/stock_pixmap.c
2533                 forgot this in last commit
2534
2535 2005-07-14 [paul]       1.9.12cvs47
2536
2537         * src/account.c
2538         * src/addressbook.c
2539                 add accelerators for the buttons (sync with main)
2540         * src/compose.c
2541         * src/compose.h
2542                 add accelerators for the buttons.
2543                 fix editing with external editor.
2544                 replace gdk_input_*() with GIOChannel;
2545                 (sync with main)
2546         * src/foldersel.c
2547                 display folder names with new/unread
2548                 representation (sync with main)
2549         * src/main.c
2550                 specify default window icon (sync with main)
2551         * src/prefs_common.c
2552                 use_addr_book default to FALSE
2553         * src/summaryview.c
2554         * src/textview.c
2555                 add accelerators for the buttons (sync with main)
2556         * src/gtk/menu.c
2557                 fix typos
2558         * src/pixmaps/sylpheed_icon.xpm
2559                 updated
2560
2561 2005-07-13 [paul]       1.9.12cvs46
2562
2563         * src/plugins/pgpmime/pgpmime.c
2564         * src/plugins/pgpmime/sgpgme.c
2565                 (temporarily) use deprecated gpgme_data_rewind()
2566                 while largefile support is not present
2567                 (as suggested by Colin)
2568
2569 2005-07-13 [paul]       1.9.12cvs45
2570
2571         * configure.ac
2572                 remove large file support (for now):
2573                 it breaks too many things
2574
2575 2005-07-13 [paul]       1.9.12cvs44
2576
2577         * configure.ac
2578                 add large file support
2579         * src/html.c
2580                 fix bug #763 where href attribute was not
2581                 the very first attribute of a link
2582                 patch by Thomas Gilgin
2583
2584 2005-07-13 [colin]      1.9.12cvs43
2585
2586         * src/gtk/pluginwindow.c
2587                 Little portability fix
2588
2589 2005-07-13 [colin]      1.9.12cvs42
2590
2591         * src/plugins/pgpmime/sgpgme.c
2592                 Fix crasher.
2593
2594 2005-07-13 [colin]      1.9.12cvs41
2595
2596         * src/plugins/pgpmime/pgpmime.c
2597         * src/plugins/pgpmime/sgpgme.c
2598                 Use gpgme_data_release_and_get_mem instead
2599                 of gpgme_data_read.
2600
2601 2005-07-13 [colin]      1.9.12cvs40
2602
2603         * configure.ac
2604         * src/plugins/pgpmime/passphrase.c
2605         * src/plugins/pgpmime/passphrase.h
2606         * src/plugins/pgpmime/pgpmime.c
2607         * src/plugins/pgpmime/plugin.c
2608         * src/plugins/pgpmime/select-keys.c
2609         * src/plugins/pgpmime/select-keys.h
2610         * src/plugins/pgpmime/sgpgme.c
2611         * src/plugins/pgpmime/sgpgme.h
2612                 Port pgpmime to gpgme-1.0.
2613
2614 2005-07-12 [paul]       1.9.12cvs39
2615
2616         * AUTHORS
2617         * src/toolbar.c
2618         * src/toolbar.h
2619                 add a 'Go to Prev' button to the toolbar.
2620                 correct tooltip text of go to buttons.
2621                 based on patch by Yang Guilong <bamanzi@gmail.com>
2622
2623 2005-07-12 [colin]      1.9.12cvs38
2624
2625         * src/statusbar.c
2626                 Fix progress bar showing stuff at startup.
2627
2628 2005-07-12 [paul]       1.9.12cvs37
2629
2630         * src/editjpilot.c
2631                 fix building with jpilot support
2632
2633 2005-07-11 [colin]      1.9.12cvs36
2634
2635         * src/inc.c
2636                 Add visual indication that filtering is running
2637         * src/textview.c
2638                 Make {}[] uri delimiters
2639         * src/summaryview.c
2640                 Remove useless (and slow) calls
2641
2642 2005-07-11 [paul]       1.9.12cvs35
2643
2644         * src/plugins/clamav/clamav_plugin_gtk.c
2645         * src/plugins/dillo_viewer/dillo_prefs.c
2646         * src/plugins/pgpmime/prefs_gpg.c
2647         * src/plugins/spamassassin/spamassassin_gtk.c
2648                 gather plugins prefs together under their
2649                 own 'Plugins' heading
2650
2651 2005-07-11 [paul]       1.9.12cvs34
2652
2653         sync with main
2654
2655         * src/account.c
2656                 account_delete(): modified alert dialog
2657         * src/editjpilot.c
2658         * src/editvcard.c
2659                 fixed a crash when cancelling file selection
2660                 dialog by Escape key. Made non-ascii filename
2661                 selectable.
2662         * src/prefs_template.c
2663                 prefs_template_window_create(): make scrolled
2664                 window policy AUTOMATIC
2665
2666 2005-07-10 [hoa]        1.9.12cvs33
2667
2668         * src/etpan/imap-thread.c
2669                 workaround for old Courier IMAP servers.
2670
2671 2005-07-10 [colin]      1.9.12cvs32
2672
2673         * src/folder.c
2674         * src/statusbar.c
2675         * src/statusbar.h
2676                 Add visual progress indicator on filtering/processing
2677                 Factorize the progress bar code
2678         * src/imap.c
2679         * src/imap.h
2680         * src/etpan/imap-thread.c
2681                 Add a reference counter to avoid destroying the Folder
2682                 while it's in use by another callback.
2683
2684 2005-07-09 [hoa]        1.9.12cvs31
2685
2686         * src/imap.c
2687         * src/etpan/imap-thread.c
2688                 fixed deadlock when removing IMAP account.
2689
2690 2005-07-08 [colin]      1.9.12cvs30
2691
2692         * src/textview.c
2693         * src/unmime.c
2694                 Fix again problems decoding broken headers
2695         * src/gtk/inputdialog.c
2696                 Fix local variable shadowing a global one
2697
2698 2005-07-08 [colin]      1.9.12cvs29
2699
2700         * src/msgcache.c
2701                 Make the cache/mark files platform-agnostic by writing
2702                 them in little-endian format. Reading them is also done
2703                 in little-endian format, of course; however, in order
2704                 to avoid trashing mark data on big-endian machines, the
2705                 files are, at first, read from the native format if the
2706                 little-endian one doesn't exist. This is easy to deter-
2707                 mine by trying to open a file with a swapped data_ver
2708                 and seeing if it's the wanted version.
2709                 Little-endian using users should see absolutely no
2710                 difference, Big-endian users may get a very little
2711                 performance drop due to byte-swapping.
2712                 Tested on i386 and ppc32. 
2713                 Fixes bug #159 (The index file, in the mailboxes, is 
2714                 hardware depending).
2715
2716                 To have the cache/mark files updated to the new little-
2717                 endian format, "Check for new messages" or even
2718                 "Rebuild folder tree" aren't enough. Files will be
2719                 updated as soon as a folder has been opened/closed.
2720                 To update everything, just select all folders by
2721                 selecting them one by one.
2722
2723 2005-07-07 [colin]      1.9.12cvs28
2724
2725         * src/imap.c
2726                 Remember the folder separator per IMAPFolder
2727                 instead of globally.
2728                 Revive the Session on noop; fixes bug #761
2729                 (mark a bunch of unread messages as read takes 
2730                 forever)
2731
2732 2005-07-07 [darko]      1.9.12cvs27
2733
2734         * src/common/template.c
2735                 Sort templates alphabetically
2736
2737 2005-07-06 [colin]      1.9.12cvs26
2738
2739         * src/imap.c
2740                 Try to use the correct separator in
2741                 most cases. Possibly fixes bug #759
2742                 (only creates the INBOX folder when 
2743                 setting up new IMAP account) and 
2744                 bug #760 (Can't retrieve messages)
2745
2746 2005-07-06 [colin]      1.9.12cvs25
2747
2748         * src/imap.c
2749                 Use real_path in status command. This will
2750                 help later, when namespaces will be used.
2751
2752 2005-07-06 [colin]      1.9.12cvs24
2753
2754         * configure.ac
2755         * src/account.c
2756         * src/folder.c
2757         * src/imap.c
2758         * src/etpan/etpan-log.c
2759         * src/etpan/etpan-thread-manager.c
2760         * src/etpan/imap-thread.c
2761                 Add a --disable-libetpan parameter. With this,
2762                 users that don't want IMAP4 support can avoid
2763                 the new dependancy (and have no IMAP support).
2764                 Users that have IMAP4 accounts and use this
2765                 parameter won't lose their configuration, their
2766                 IMAP accounts will just be invisible and not
2767                 used.
2768         * src/textview.c
2769                 Make the "Copy ..." contextual menu items 
2770                 copy to both the X clipboard and the gtk 
2771                 clipboard - as most other apps do.
2772         * src/gtk/about.c
2773                 Add a notice about OpenSSL usage, in order to
2774                 comply with OpenSSL's license (point 6):
2775                 http://www.openssl.org/source/license.html
2776
2777 2005-07-06 [colin]      1.9.12cvs23
2778
2779         * src/alertpanel.c
2780                 Fix a minimum size for alertpanels
2781         * src/compose.c
2782                 Show 'No space left on device' type errors
2783                 when queuing/sending
2784         * src/imap_gtk.c
2785         * src/mh_gtk.c
2786                 Rework folder's deletion message (remove 
2787                 extra \n)
2788
2789 2005-07-05 [colin]      1.9.12cvs22
2790
2791         * src/imap.c
2792                 Add an alertpanel on auth error
2793                 Add pseudo-log
2794                 Remove pthread-related stuff
2795
2796 2005-07-05 [colin]      1.9.12cvs21
2797
2798         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2799                 Fix crash on plugin reloading (with a hack)
2800
2801 2005-07-05 [colin]      1.9.12cvs20
2802
2803         * src/prefs_account.c
2804         * src/prefs_account.h
2805                 Fix typo
2806         * src/gtk/filesel.c
2807         * src/gtk/filesel.h
2808                 Add a way to filter the view
2809         * src/gtk/pluginwindow.c
2810                 Filter loadable stuff
2811         * src/plugins/pgpmime/prefs_gpg.c
2812                 Fix missing unregistration
2813         * .cvsignore
2814         * src/etpan/.cvsignore
2815         * src/plugins/spamassassin/.cvsignore
2816                 Add more stuff to cvs ignored files
2817
2818 2005-07-04 [colin]      1.9.12cvs19
2819
2820         * src/imap.c
2821                 Fix scan_required returning FALSE when it
2822                 shouldn't. Maybe fix #760 (Can't retrieve
2823                 messages)
2824
2825 2005-07-04 [colin]      1.9.12cvs18
2826
2827         * src/summaryview.c
2828                 Fix always_show_msg pref
2829
2830 2005-07-04 [paul]       1.9.12cvs17
2831
2832         sync with main (forgotten in last commit)
2833         
2834         * src/common/utils.c
2835         * src/common/utils.h
2836                 check_line_length(): new.
2837                 is_dir_exist()
2838                 is_file_entry_exist()
2839                 dirent_is_regular_file()
2840                 dirent_is_directory(): use g_file_test() instead of stat().
2841
2842 2005-07-04 [paul]       1.9.12cvs16
2843
2844         sync with main:
2845
2846         * src/compose.c
2847                 compose_write_to_file(): check for line
2848                 length limit and display warning if exceeds
2849         * src/jpilot.c
2850                 use get_home_dir() instead of g_get_home_dir()
2851         * src/procheader.c
2852                 removed warning about invalid date
2853         * src/vcard.c
2854                 use get_home_dir() instead of g_get_home_dir()
2855
2856 2005-07-04 [paul]       1.9.12cvs15
2857
2858         * src/stock_pixmap.c
2859                 fix new pixmap naming errors
2860                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
2861
2862 2005-07-04 [colin]      1.9.12cvs14
2863
2864         * src/imap.c
2865                 Fix debugging string with a warning
2866
2867 2005-07-04 [colin]      1.9.12cvs13
2868
2869         * configure.ac
2870                 Add a check for libetpan's version (>= 0.37)
2871
2872 2005-07-04 [hoa]        1.9.12cvs12
2873
2874         * commitHelper
2875         * src/imap.c
2876         * src/etpan/imap-thread.c
2877         * src/etpan/imap-thread.h
2878                 fixed IMAP implementation of check of mails.
2879
2880 2005-07-03 [hoa]        1.9.12cvs11
2881
2882         * src/etpan/Makefile.am
2883         * src/etpan/etpan-errors.h
2884         * src/etpan/etpan-log.[ch]
2885         * src/etpan/etpan-thread-manager-types.h
2886         * src/etpan/etpan-thread-manager.[ch]
2887         * src/etpan/imap-thread.[ch]
2888         * src/Makefile.am
2889         * src/imap.c
2890         * src/main.c
2891         * src/prefs_other.c
2892         * configure.ac
2893             merged imap branch.
2894             dependency on libetpan 0.37 is now added.
2895
2896 2005-07-01 [colin]      1.9.12cvs10
2897
2898         * src/Makefile.am
2899         * src/folder.c
2900         * src/folder.h
2901         * src/folderview.c
2902         * src/stock_pixmap.c
2903         * src/stock_pixmap.h
2904         * src/plugins/trayicon/trayicon.c
2905                 Add marked symbol on folders containing
2906                 marked messages
2907         * src/procmsg.c
2908         * src/procmsg.h
2909         * src/toolbar.c
2910         * src/prefs_common.c
2911         * src/prefs_common.h
2912         * src/prefs_send.c
2913                 Add an optional confirmation dialog on queue
2914                 sending. Patch by wwp.
2915         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
2916         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
2917         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
2918         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
2919         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
2920         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
2921         * src/pixmaps/inbox_mark.xpm            ** ADDED **
2922         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
2923         * src/pixmaps/outbox_mark.xpm           ** ADDED **
2924         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
2925         * src/pixmaps/trash_mark.xpm            ** ADDED **
2926                 New pixmaps
2927
2928 2005-07-01 [colin]      1.9.12cvs9
2929
2930         * src/summaryview.c
2931                 Fix a little threading bug
2932         * src/addrgather.c
2933         * src/mainwindow.c
2934                 A little bit of HIG normality never hurts
2935
2936 2005-07-01 [colin]      1.9.12cvs8
2937
2938         * src/compose.c
2939         * src/msgcache.c
2940         * src/pop.c
2941         * src/procmime.c
2942         * src/recv.c
2943         * src/common/log.c
2944         * src/common/template.c
2945         * src/common/utils.c
2946         * src/common/utils.h
2947                 Reverted the fwrite_atomic stuff. In fact
2948                 it is already atomic.
2949
2950 2005-06-30 [colin]      1.9.12cvs7
2951
2952         * src/common/utils.c
2953         * src/common/utils.h
2954                 Add an fwrite_atomic() function to make
2955                 sure we write everything: fwrite can make
2956                 short writes.
2957         * src/compose.c
2958         * src/msgcache.c
2959         * src/pop.c
2960         * src/procmime.c
2961         * src/recv.c
2962         * src/common/log.c
2963         * src/common/template.c
2964                 Use that (and fix swapping of size and nmemb).
2965                 Thanks to Rich Coe for the heads up.
2966
2967 2005-06-30 [colin]      1.9.12cvs6
2968
2969         * src/addressbook.c
2970                 Optimize addressbook opening 
2971
2972 2005-06-30 [colin]      1.9.12cvs5
2973
2974         * src/summaryview.c
2975                 Remove calls to summary_step after move/copy
2976
2977 2005-06-28 [paul]       1.9.12cvs4
2978
2979         * src/alertpanel.c
2980                 wrap and make the error msg selectable
2981
2982 2005-06-28 [paul]       1.9.12cvs3
2983
2984         * src/ssl_manager.c
2985                 replace the OK button with a Close button
2986         * src/gtk/foldersort.c
2987                 use GTK_STOCK_ icons/buttons
2988
2989 2005-06-28 [colin]      1.9.12cvs2
2990
2991         * src/gedit-print.c             ** ADDED **
2992         * src/gedit-print.h             ** ADDED **
2993         * src/gtk/gtksourceprintjob.c   ** ADDED **
2994         * src/gtk/gtksourceprintjob.h   ** ADDED **
2995                 I can't believe no one had enough time to tell
2996                 me I forgot the `cvs add`
2997
2998 2005-06-27 [colin]      1.9.12cvs1
2999
3000         * src/Makefile.am
3001         * src/gtk/Makefile.am
3002         * src/messageview.c
3003         * src/procmsg.c
3004         * src/summaryview.c
3005         * configure.ac
3006                 Add optional libgnomeprint-based printing
3007         * src/mainwindow.c
3008         * src/gtk/quicksearch.c
3009                 Add an Edit/Quick search menu item to show
3010                 and focus the quicksearch
3011
3012 2005-06-27 [paul]       1.9.12
3013
3014         1.9.12 release
3015
3016         * po/ca.po
3017         * po/de.po
3018         * po/es.po
3019         * po/fr.po
3020         * po/it.po
3021         * po/ko.po
3022         * po/pt_BR.po
3023         * po/sk.po
3024         * po/zh_CN.po
3025                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
3026                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
3027                 SungHyun Nam, Frederico Goncalves Guimaraes,
3028                 Andrej Kacian, and Yang Guilong
3029 2005-06-26 [colin]      1.9.11cvs106
3030
3031         * src/imap_gtk.c
3032                 Forgot one file for previous fix
3033
3034 2005-06-26 [colin]      1.9.11cvs105
3035
3036         * src/folder.c
3037         * src/imap.c
3038                 Fix problems with folder operations in no_select
3039                 imap folders. it applies only to mails, and 
3040                 creation/deletion/move/renaming of folders 
3041                 should be possible
3042
3043 2005-06-26 [paul]       1.9.11cvs104
3044
3045         * src/prefs_filtering.c
3046                 replace one more GTK_STOCK_REMOVE
3047                 with GTK_STOCK_DELETE
3048
3049 2005-06-25 [colin]      1.9.11cvs103
3050
3051         * src/imap.c
3052                 Optimize get_seq_set_from_seq_list
3053                 (Patch by Ricardo) 
3054
3055 2005-06-25 [colin]      1.9.11cvs102
3056
3057         * src/mh.c
3058                 If the directory exists, but not in the
3059                 correct encoding, rename it. This should
3060                 handle old-versions-induced bugs.
3061
3062 2005-06-25 [colin]      1.9.11cvs101
3063
3064         * src/mh.c
3065                 Fix path access with extended dir names
3066                 Fixes bug #589 (SC segfaults with wrong locale
3067                 settings)
3068
3069 2005-06-25 [colin]      1.9.11cvs100
3070
3071         * src/prefs_account.c
3072         * src/prefs_account.h
3073         * src/compose.c
3074                 Add an option to encrypt replies to
3075                 encrypted messages
3076
3077 2005-06-25 [colin]      1.9.11cvs99
3078
3079         * src/compose.c
3080         * src/quote_fmt_parse.y
3081                 ... And make it work with pgpinline.
3082
3083 2005-06-25 [colin]      1.9.11cvs98
3084
3085         * src/compose.c
3086         * src/procmime.c
3087         * src/procmime.h
3088         * src/quote_fmt_parse.y
3089                 o Make reedition of encrypted messages possible
3090                   (as long as it is encrypted to self too, no
3091                    magic there)
3092                 o Make replying with quote (and without selecting
3093                   text) possible for encrypted messages.
3094                 Closes bug #550 (Not possible to "reply with quote"
3095                 to gnupg encrypted messages)
3096
3097 2005-06-24 [paul]       1.9.11cvs97
3098
3099         * src/imap.c
3100                 add missing include
3101
3102 2005-06-24 [paul]       1.9.11cvs96
3103
3104         * src/editldap.c
3105                 made bind password entry invisible
3106                 (sync with main)
3107         * src/send_message.c
3108                 send_message_local(): check exit status
3109                 to detect errors (sync with main)
3110         * src/textview.c
3111                 use main's less ambiguous popup menu
3112                 wording
3113
3114 2005-06-24 [paul]       1.9.11cvs95
3115
3116         * src/prefs_actions.c
3117         * src/prefs_customheader.c
3118         * src/prefs_display_header.c
3119         * src/prefs_filtering_action.c
3120         * src/prefs_matcher.c
3121         * src/prefs_template.c
3122         * src/prefs_toolbar.c
3123                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
3124         * src/gtk/description_window.c
3125                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
3126
3127 2005-06-23 [colin]      1.9.11cvs94
3128
3129         * src/summaryview.c
3130                 Fix rough edges (be sure to call status_show whenever
3131                 necessary).
3132
3133 2005-06-23 [colin]      1.9.11cvs93
3134
3135         * src/summaryview.c
3136                 Optimize Select All
3137                 Before, in a 5K mails folder: 11s
3138                 After, in the same folder: 58000µs
3139                 The joys of locking... gtk_clist_select_all() fires a 
3140                 tree-select-row event for each selected row, which in 
3141                 summaryview, callbacks summary_selected which in turn,
3142                 calls summary_status_show, which walks the selected
3143                 rows. Hence, calling gtk_clist_select_all was 
3144                 exponential. Locking the summaryview makes 
3145                 summary_selected return early.
3146
3147 2005-06-23 [colin]      1.9.11cvs92
3148
3149         * src/imap.c
3150                 Move mutex at the important place to avoid
3151                 deadlocks
3152         * src/summaryview.c
3153                 Fix Del key deleting directly instead of
3154                 moving to trash
3155
3156 2005-06-22 [colin]      1.9.11cvs91
3157
3158         * src/plugins/spamassassin/libspamc.c
3159                 As we do spagetti code with assignations in multiple
3160                 places (see _message_read_raw where out = msg = raw),
3161                 let's be sure we don't free the same pointer twice.
3162                 Should fix bug #683 (Crash in libpam at 
3163                 message_cleanup).
3164
3165 2005-06-22 [colin]      1.9.11cvs90
3166
3167         * src/compose.c
3168         * src/messageview.c
3169         * src/toolbar.c
3170                 Make toolbar's delete use the move to trash stuff;
3171                 Add gtk_widget_realize to be sure pixmaps can get
3172                 created (that may fix an old worksforme bug which
3173                 I can't find back...)
3174
3175 2005-06-22 [colin]      1.9.11cvs89
3176
3177         * src/summaryview.c
3178         * src/summaryview.h
3179         * src/mainwindow.c
3180                 Rename "Message/Delete" to "Message/Move to trash"
3181                 Add "Message/Delete..." that directly destroys the
3182                 selected messages after asking for a confirmation.
3183
3184 2005-06-22 [colin]      1.9.11cvs88
3185
3186         * src/imap.c
3187                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
3188                 o Fix a deadlock (thanks Darko)
3189
3190 2005-06-22 [colin]      1.9.11cvs87
3191
3192         * src/gtk/foldersort.c
3193                 Add missing include for the i18n;
3194                 patch by Fabien Vantard
3195
3196 2005-06-21 [colin]      1.9.11cvs86
3197
3198         * src/folder.c
3199         * src/folderview.c
3200                 Respect the no_select flag
3201         * src/imap.c
3202                 Fix recursive deletion
3203         * src/imap_gtk.c
3204         * src/mh_gtk.c
3205                 Make the folder deletion's warning
3206                 more explicit
3207
3208 2005-06-21 [colin]      1.9.11cvs85
3209
3210         * src/textview.c
3211                 Prevent email addresses from spanning accross
3212                 lines - fixes bug # 646 (newline-chars in 
3213                 email addresses)
3214
3215 2005-06-20 [colin]      1.9.11cvs84
3216
3217         * src/folder.c
3218                 Be sure not to remove source if copy failed
3219
3220 2005-06-20 [colin]      1.9.11cvs83
3221
3222         * src/folderview.c
3223         * src/imap_gtk.c
3224                 remove summaryview's lock
3225         * src/imap.c
3226                 introduce threads to avoid problems when foreground tasks
3227                 interfere with background tasks
3228         * src/mh.c
3229                 prevent moving to drafts/queue
3230         * src/mimeview.c
3231                 fix leak
3232
3233 2005-06-19 [colin]      1.9.11cvs82
3234
3235         * src/imap_gtk.c
3236                 Remember that the user doesn't want to override
3237                 offline mode, for 3 seconds. It avoid presenting
3238                 him with N popups in a really short time.
3239
3240 2005-06-17 [colin]      1.9.11cvs81
3241
3242         * src/imap.c
3243                 Fix IMAP breaking on folders containing '('
3244                 (Probably won't be enough)
3245
3246 2005-06-17 [colin]      1.9.11cvs80
3247
3248         Forgotten files on 1.9.11cvs79
3249         * src/summaryview.c
3250                 Fix stepping when not immediately executing
3251         * src/imap.c
3252                 Really prevent UID FETCH 0
3253         * src/codeconv.c
3254                 Fix outgoing charset never set to utf-8
3255         * src/mh.c
3256                 Fix leak
3257
3258 2005-06-16 [colin]      1.9.11cvs79
3259
3260         * src/compose.c
3261                 Fix bug #707 (Dash splits rows)
3262                 Only wrap if we're on a line break position and
3263                 the previous one was a "white" (space) char.
3264                 Pango stuff is weird.
3265
3266 2005-06-16 [colin]      1.9.11cvs78
3267
3268         * src/imap_gtk.c
3269                 Lock summaryview while downloading messages
3270                 on user demand
3271         * src/procheader.c
3272         * src/unmime.c
3273         * src/common/utils.c
3274         * src/common/utils.h
3275                 Replace \r and \n with spaces in From and
3276                 Subject headers
3277
3278 2005-06-16 [paul]       1.9.11cvs77
3279
3280         * src/procmime.c
3281                 liberalise the mime parser
3282         * src/gtk/about.c
3283                 add text wrapping
3284
3285 2005-06-16 [paul]       1.9.11cvs76
3286
3287         * src/gtk/about.c
3288                 reworked
3289
3290 2005-06-15 [colin]      1.9.11cvs75
3291
3292         * src/compose.c
3293                 Finish header encoding fix
3294         * src/summaryview.c
3295                 Fix segfault
3296         * src/headerview.c
3297                 Fix compilation (Thanks Stephan
3298                 Sachse)
3299
3300 2005-06-15 [colin]      1.9.11cvs74
3301
3302         * Makefile.am
3303                 Install gnome2 stuff rather than gnome1, 
3304                 if both are present
3305         * src/codeconv.c
3306         * src/codeconv.h
3307         * src/compose.c
3308                 Fix headers encoding
3309         * src/folder.c
3310                 Visual progress when fetching all messages
3311         * src/folderview.c
3312         * src/summaryview.c
3313         * src/summaryview.h
3314                 Prevent changing current message while
3315                 incorporating
3316
3317 2005-06-15 [paul]       1.9.11cvs73
3318
3319         * src/gtk/gtkaspell.c
3320         * src/gtk/gtkaspell.h
3321                 fix build warnings
3322
3323 2005-06-15 [paul]       1.9.11cvs72
3324
3325         * src/prefs_filtering.c
3326                 allow reordering of filter rules by
3327                 drag n drop
3328
3329 2005-06-15 [paul]       1.9.11cvs71
3330
3331         * COPYING
3332                 updated
3333         * src/codeconv.c
3334                 replace deprecated function
3335         * src/inc.c
3336         * src/send_message.c
3337         * src/gtk/progressdialog.c
3338         * src/gtk/progressdialog.h
3339                 salvage and reuse parts of reverted sync
3340
3341 2005-06-15 [paul]       1.9.11cvs70
3342
3343         * src/inc.c
3344         * src/send_message.c
3345         * src/gtk/progressdialog.c
3346         * src/gtk/progressdialog.h
3347                 revert yesterday's sync with main
3348                 it contains deprecated functions
3349
3350 2005-06-15 [colin]      1.9.11cvs69
3351
3352         * src/headerview.c
3353                 Fix bug #670 (multi user to: will corrupt message 
3354                 headers display)
3355
3356 2005-06-15 [colin]      1.9.11cvs68
3357
3358         * src/compose.c
3359                 Fix bug #421 (Fix undo on wrapping)
3360
3361 2005-06-15 [colin]      1.9.11cvs67
3362
3363         * src/folder.c
3364                 Provide visual feedback while processing
3365                 folder's rules.
3366         * src/imap.c
3367                 Provide visual feedback while getting
3368                 short headers (for uncached messages)
3369
3370
3371 2005-06-14 [paul]       1.9.11cvs66
3372
3373         * src/account.c
3374                 change a couple stock icons
3375         * src/inc.c
3376         * src/send_message.c
3377         * src/gtk/progressdialog.c
3378         * src/gtk/progressdialog.h
3379                 sync main's GtkTreeView implementation
3380
3381 2005-06-14 [colin]      1.9.11cvs65
3382
3383         * src/imap.c
3384                 Various little fixes, mainly on error paths
3385
3386 2005-06-13 [colin]      1.9.11cvs64
3387
3388         * matcher.c
3389         * procmsg.c
3390         * procmsg.h
3391                 Add a way to fetch only headers. This speeds
3392                 up filtering on headers for IMAP. Fixes:
3393                 bug #481 extraneous imap commands slow down 
3394                         imap filtering
3395                 bug #522 Sylpheed downloads all messages 
3396                         when opening mailbox (IMAP)
3397                 bug #677 IMAP fetch is soooooooooooooo slow
3398         * src/folder.c
3399         * src/folder.h
3400                 Add a folder set_batch method so that
3401                 implementations can speed up flags changes
3402         * src/folderutils.c
3403         * src/summaryview.c
3404                 Use that in mark as (un)read and mark all read
3405                 Refix bug #679
3406         * src/imap.c
3407                 Implement set_batch - brings back deferred
3408                 flags in a less buggy manner. Fixes:
3409                 bug #729 IMAP immediate expunge of deleted messages
3410                 bug #191 remove list of messages with one command
3411                 Fix login with strange chars
3412                 Implement fetch_msg_full
3413                 Fix copy (wrong counts)
3414
3415 2005-06-12 [colin]      1.9.11cvs63
3416
3417         * src/folder.c
3418                 lock incorporation during long operations.
3419                 Avoids fucking up the IMAP socket.
3420
3421 2005-06-12 [colin]      1.9.11cvs62
3422
3423         * src/imap.c
3424                 Fix harmful typo
3425                 Factorize remove_all_msg
3426                 Thread-ize expunge
3427         * src/summaryview.c
3428                 Don't update partial-download status if unnecessary
3429         * src/folder.c
3430                 Use remove_msgs everywhere possible
3431
3432 2005-06-12 [colin]      1.9.11cvs61
3433
3434         * src/folder.c
3435         * src/folder.h
3436                 Add a remove_msgs function to remove a 
3437                 list of messages
3438         * src/imap.c
3439                 Implement that.
3440
3441 2005-06-12 [colin]      1.9.11cvs60
3442
3443         * src/imap.c
3444                 Remove flags-processing deferring... Too hard
3445                 to get it to work in all cases.
3446
3447 2005-06-11 [colin]      1.9.11cvs59
3448
3449         * src/imap.c
3450                 printf -> debug_print
3451
3452 2005-06-11 [colin]      1.9.11cvs58
3453
3454         * src/imap.c
3455                 o Fix build without USE_PTHREAD
3456                 o Factorize imap_open
3457                 o Alertpanel in case of impossible connection
3458                 o Alertpanel in case of impossible login
3459                 o Fix deferred flags processing to force a 
3460                   flush before adding some more flags to process,
3461                   but in another folder.
3462
3463 2005-06-10 [colin]      1.9.11cvs57
3464
3465         * src/imap.c
3466                 o Fix a format string error
3467                 o init ssl socket outside of the thread 
3468                   (it possibly invokes gtk calls)
3469         * src/procmime.c
3470                 o Put back the buffer to its necessary size
3471                 o Fix changing a file pointer without keeping
3472                   track of it (thanks Valgrind)
3473         * src/common/smtp.c
3474                 o Fix automatic STARTTLS if login should be done
3475                   and the server only allows it after starting TLS
3476         * src/gtk/gtkinputdialog.c
3477                 o Eat GDK_Return so that the combo popup doesn't 
3478                   appear when we press Enter to validate the combo
3479                   input dialog (as seen in the Open with... dialog)
3480
3481 2005-06-10 [colin]      1.9.11cvs56
3482
3483         * src/imap.c
3484                 o A bit less debug
3485                 o Fix a crash on deletion
3486                 o Threadize imap_select (it's called outside of 
3487                   threads)
3488                 o Defer treatment of DELETED flags
3489
3490
3491 2005-06-09 [colin]      1.9.11cvs55
3492
3493         * src/imap.c
3494                 Make sure we check imap_gtk_should_override(), which
3495                 potentially calls gtk stuff, before creating thread.
3496                 That way it should't be called via imap_get_session()
3497                 inside a thread.
3498
3499 2005-06-09 [colin]      1.9.11cvs54
3500
3501         * src/imap.c
3502                 o add a bit of status output
3503                 o remove some dead code
3504                 o threadize get_list_of_uids
3505                 o threadize imap_get_flags
3506                 o defer flag changing by 500ms so that they
3507                   can be batched
3508
3509
3510 2005-06-08 [colin]      1.9.11cvs53
3511
3512         * src/imap.c
3513                 Thread-ize imap_cmd_fetch
3514
3515 2005-06-08 [colin]      1.9.11cvs52
3516
3517         * src/main.c
3518                 Mmh, that broke POP3...
3519
3520 2005-06-08 [colin]      1.9.11cvs51
3521
3522         * src/main.c
3523                 Stabilize IMAP patch (thanks to Hoa)
3524
3525 2005-06-08 [colin]      1.9.11cvs50
3526
3527         * src/imap.c
3528                 Test patch to speed up imap. 
3529
3530 2005-06-08 [colin]      1.9.11cvs49
3531
3532         * src/imap_gtk.c
3533                 Warning fix
3534         * src/procmime.c
3535                 Apply patch from gentoo to use /usr/share/mime/globs if 
3536                 available, after un-breaking it
3537         * src/common/log.c
3538         * src/common/log.h
3539                 Use g_timeout for invoking hooks that possibly use gtk
3540                 calls. This should leave gtk calls in the main thread.
3541
3542 2005-06-08 [paul]       1.9.11cvs48
3543
3544         * src/codeconv.c
3545                 conv_get_outgoing_charset_str(): don't
3546                 use prefs_common setting
3547         * src/compose.c
3548         * src/compose.h
3549                 add /Options/Character encoding/... to
3550                 temporarily change the outgoing encoding
3551
3552         (belated sync with main)
3553
3554 2005-06-08 [paul]       1.9.11cvs47
3555
3556         * src/compose.c
3557                 correction to/completion of last
3558                 sync with main
3559
3560 2005-06-08 [paul]       1.9.11cvs46
3561
3562         sync with main:
3563         
3564         * src/codeconv.c
3565         * src/codeconv.h
3566                 always enabled Japanese auto-detection
3567                 if the first letters of locale string
3568                 is "ja"
3569         * src/compose.c
3570                 don't use "destroy" signal to destroy
3571                 Compose object (fix rare crashes on discard?)
3572         * src/mainwindow.c
3573         * src/messageview.c
3574         * src/prefs_send.c
3575                 added Hebrew encodings
3576         * src/sourcewindow.c
3577                 don't use "destroy" signal to destroy
3578                 objects
3579
3580 2005-06-07 [colin]      1.9.11cvs45
3581
3582         * src/summaryview.c
3583                 Add missing unlocks/locks
3584
3585 2005-06-07 [paul]       1.9.11cvs44
3586
3587         * src/summaryview.c
3588                 restore bug #749 fix
3589
3590 2005-06-06 [colin]      1.9.11cvs43
3591
3592         * src/summaryview.c
3593                 Fix selection bug when prefs_common.open_unread 
3594                 is FALSE
3595
3596 2005-06-06 [colin]      1.9.11cvs42
3597
3598         * src/common/md5.c
3599                 Fix a warning
3600         * src/summaryview.c
3601         * src/folderview.c
3602                 Factorize long operations beginning and end
3603                 (locking, freezing/thawing, cursor, ...)
3604                 Check selection->data member in selection-
3605                 related loops; this avoids dying an awful
3606                 death if the selection changes on us while
3607                 we're marking a whole IMAP folder unread, 
3608                 for example.
3609
3610 2005-06-06 [paul]       1.9.11cvs41
3611
3612         * src/textview.c
3613                 don't g_free() a static gchar buffer
3614
3615 2005-06-05 [colin]      1.9.11cvs40
3616
3617         * src/mainwindow.c
3618         * src/messageview.c
3619         * src/summaryview.c
3620                 Fix bug #749 (Show all headers should be
3621                 sticky as the GUI suggests)
3622
3623 2005-06-03 [paul]       1.9.11cvs39
3624
3625         * src/compose.c
3626                 don't allow editing of mail while sending.
3627                 patch by Colin
3628
3629 2005-06-03 [paul]       1.9.11cvs38
3630
3631         * src/folderview.c
3632                 add a freeze/thaw to speed up 'mark all read'
3633
3634 2005-06-03 [paul]       1.9.11cvs37
3635
3636         * src/prefs_message.c
3637                 reflect changes immediately
3638
3639 2005-06-02 [colin]      1.9.11cvs36
3640
3641         * po/POTFILES.in
3642                 Patch by Fabien Vantard.
3643
3644 2005-06-02 [colin]      1.9.11cvs35
3645
3646         * src/imap.c
3647                 Use a non-blocking imap_getline() if possible.
3648                 This should completely prevent the interface
3649                 from freezin on imap operations, although it
3650                 may do strange stuff in case of folder switching
3651                 while a big imap operation is taking place...
3652
3653                 In addition, fix a leak in the case thread
3654                 creation fails on connection.
3655
3656 2005-06-02 [colin]      1.9.11cvs34
3657
3658         * src/crash.c
3659         * src/prefs_common.h
3660                 Fix build (prefs_common_init() doesn't exist
3661                 anymore)
3662
3663 2005-06-02 [colin]      1.9.11cvs33
3664
3665         * src/prefs_account.c
3666                 Fix bug #245 (filtering rules broken when
3667                 renaming a remote account (imap4 or nntp)
3668
3669 2005-06-02 [colin]      1.9.11cvs32
3670
3671         * src/imap.c
3672                 Try to fix IMAP shortcomings: 
3673                 o Multithread imap_open()
3674                 o allow offline-mode overriding instead of
3675                   just returning NULL
3676         * src/imap_gtk.c
3677         * src/imap_gtk.h
3678                 Add a function to ask whether we want to
3679                 override offline-mode for 10 minutes (one-shot
3680                 asking was painful)
3681         * src/procheader.c
3682                 Fix segfault when imap parser isn't happy about
3683                 a missing {
3684
3685 2005-06-01 [colin]      1.9.11cvs31
3686
3687         * src/addrharvest.c
3688         * src/compose.c
3689         * src/mbox.c
3690         * src/mbox.h
3691         * src/mh.c
3692         * src/msgcache.c
3693         * src/send_message.c
3694         * src/setup.c
3695         * src/undo.c
3696         * src/common/hooks.c
3697         * src/common/prefs.c
3698         * src/common/template.c
3699         * src/common/utils.c
3700         * src/gtk/gtkutils.c
3701         * src/gtk/inputdialog.c
3702         * src/gtk/menu.c
3703         * src/gtk/pluginwindow.c
3704         * src/gtk/prefswindow.c
3705         * src/plugins/pgpmime/passphrase.c
3706         * src/plugins/pgpmime/prefs_gpg.c
3707                 More -Wall fixes
3708
3709         * src/common/Makefile.am
3710         * src/common/timing.h
3711                 Add basic timing code
3712
3713         * src/summaryview.c
3714                 Fix a bug with unread messages when 
3715                 re-sorting folders, and by the way
3716                 fix a big performance hit when 
3717                 re-sorting (10k mails: before 5s,
3718                 after .5s)
3719
3720         * src/prefs_compose_writing.c
3721         * src/prefs_compose_writing.h
3722         * src/prefs_message.c
3723         * src/prefs_message.h
3724         * src/prefs_other.c
3725         * src/prefs_other.h
3726         * src/prefs_quote.c
3727         * src/prefs_quote.h
3728         * src/prefs_receive.c
3729         * src/prefs_receive.h
3730         * src/prefs_send.c
3731         * src/prefs_send.h
3732         * src/prefs_summaries.c
3733         * src/prefs_summaries.h
3734                 Fix copyright banner
3735
3736 2005-06-01 [paul]       1.9.11cvs30
3737
3738         * po/fi.po
3739                 updated by Flammie Pirinen
3740         * src/procmime.c
3741                 fix 'Bad BASE64 content' output
3742
3743 2005-05-31 [colin]      1.9.11cvs29
3744
3745         * src/procmime.c
3746                 Oops, where did my hunk go.
3747
3748 2005-05-31 [colin]      1.9.11cvs28
3749
3750         * src/Makefile.am
3751         * src/account.c
3752         * src/action.c
3753         * src/addr_compl.c
3754         * src/addressbook.c
3755         * src/codeconv.c
3756         * src/compose.c
3757         * src/export.c
3758         * src/folder.c
3759         * src/folderview.c
3760         * src/image_viewer.c
3761         * src/main.c
3762         * src/mainwindow.c
3763         * src/messageview.c
3764         * src/mimeview.c
3765         * src/msgcache.c
3766         * src/prefs_account.c
3767         * src/prefs_actions.c
3768         * src/prefs_common.c
3769         * src/prefs_compose_writing.c
3770         * src/prefs_customheader.c
3771         * src/prefs_ext_prog.c
3772         * src/prefs_filtering.c
3773         * src/prefs_filtering_action.c
3774         * src/prefs_fonts.c
3775         * src/prefs_image_viewer.c
3776         * src/prefs_message.c
3777         * src/prefs_message.h
3778         * src/prefs_msg_colors.c
3779         * src/prefs_other.c
3780         * src/prefs_other.h
3781         * src/prefs_quote.c
3782         * src/prefs_receive.c
3783         * src/prefs_receive.h
3784         * src/prefs_send.c
3785         * src/prefs_send.h
3786         * src/prefs_spelling.c
3787         * src/prefs_summaries.c
3788         * src/prefs_summary_column.c
3789         * src/prefs_template.c
3790         * src/prefs_themes.c
3791         * src/prefs_toolbar.c
3792         * src/prefs_wrapping.c
3793         * src/procmime.c
3794         * src/procmsg.c
3795         * src/send_message.h
3796         * src/ssl_manager.c
3797         * src/summary_search.c
3798         * src/summaryview.c
3799         * src/textview.c
3800         * src/wizard.c
3801         * src/common/smtp.c
3802         * src/common/smtp.h
3803         * src/gtk/gtkutils.h
3804                 o Move the rest of Common prefs to new style
3805                 o Lots of -Wall warning fixes
3806                 o fix FIXME in cache memusage calculation
3807                 o Let return receipts be sent from any account
3808                 o Little cache optimisation (read)
3809                 o Fix bug #746 (don't treat commas as separators
3810                   when inside a quoted string)
3811
3812 2005-05-31 [paul]       1.9.11cvs27
3813
3814         * src/prefs_common.c
3815                 fix 'off-by-one' typo
3816
3817 2005-05-31 [paul]       1.9.11cvs26
3818
3819         * src/account.c
3820         * src/addr_compl.c
3821         * src/compose.c
3822         * src/foldersel.c
3823         * src/prefs_actions.c
3824         * src/prefs_common.c
3825         * src/prefs_common.h
3826         * src/prefs_customheader.c
3827         * src/prefs_display_header.c
3828         * src/prefs_filtering.c
3829         * src/prefs_filtering_action.c
3830         * src/prefs_matcher.c
3831         * src/prefs_summaries.c
3832         * src/prefs_summary_column.c
3833         * src/prefs_template.c
3834         * src/prefs_toolbar.c
3835         * src/ssl_manager.c
3836         * src/gtk/pluginwindow.c
3837         * src/gtk/prefswindow.c
3838         * src/gtk/progressdialog.c
3839                 add hidden prefs 'enable_rules_hint'
3840                 for gtk_tree_view_set_rules_hint()
3841                 (sync with main)
3842                 
3843
3844 2005-05-31 [colin]      1.9.11cvs25
3845
3846         * src/Makefile.am
3847         * src/main.c
3848         * src/prefs_common.c
3849         * src/prefs_summaries.c ** ADDED **
3850         * src/prefs_summaries.h ** ADDED **
3851                 Common/Display -> Display/Summaries
3852
3853 2005-05-31 [colin]      1.9.11cvs24
3854
3855         * src/Makefile.am
3856         * src/main.c
3857         * src/prefs_quote.c ** ADDED **
3858         * src/prefs_quote.h ** ADDED **
3859                 Move Common/Quote to Compose/Quoting
3860         * src/prefs_common.c
3861         * src/prefs_common.h
3862                 Remove old quote stuff, add
3863                 convenience functions for GtkTextView prefs
3864         * src/gtk/prefswindow.c
3865                 Set default height higher
3866
3867 2005-05-30 [colin]      1.9.11cvs23
3868
3869         * src/Makefile.am
3870         * src/main.c
3871         * src/prefs_common.c
3872         * src/prefs_compose_writing.c ** ADDED **
3873         * src/prefs_compose_writing.h ** ADDED **
3874                 Move Common/Compose prefs to Compose/Writing
3875
3876 2005-05-30 [colin]      1.9.11cvs22
3877
3878         * src/common/utils.c
3879                 Fix bug #651 (Confused Attract by Subject)
3880                 Patch by M. Benkmann <haferfrost@web.de>
3881         * AUTHORS
3882
3883 2005-05-30 [colin]      1.9.11cvs21
3884
3885         * src/compose.c
3886                 Fix concatenation of different headers of
3887                 the same type (bug #645)
3888         * src/prefs_folder_item.c
3889                 Fix bug #699 (setting color to black doesn't
3890                 work immediately)
3891         * src/procmime.c
3892                 Print out decoding error only once per
3893                 block
3894
3895 2005-05-30 [paul]       1.9.11cvs20
3896
3897         * src/common/template.c
3898                 fix Bcc
3899
3900 2005-05-30 [paul]       1.9.11cvs19
3901
3902         * doc/src/rfc2368.txt   **NEW FILE**
3903         * src/compose.c
3904                 compose_entries_set(): don't interpret Bcc
3905                 header field (conform to RFC 2368)
3906                 (sync with main)
3907
3908 2005-05-29 [colin]      1.9.11cvs18
3909
3910         * src/prefs_common.c
3911                 Let the default reply format respect
3912                 netiquette by cutting the signature.
3913
3914 2005-05-29 [colin]      1.9.11cvs17
3915
3916         * src/summaryview.c
3917                 Don't let always_show_msg override
3918                 open_unread_on_enter when opening a new
3919                 directory.
3920
3921 2005-05-27 [paul]       1.9.11cvs16
3922
3923         sync with main:
3924
3925         * src/main.c
3926                 app_will_exit(): cleanup tmp directory when exit
3927         * src/message_search.c
3928                 improved the interface and made code cleanup.
3929                 removed Clear button
3930         * src/send_message.c
3931                 send_message_local(): use GSpawn, and detect errors
3932         * src/summary_search.c
3933                 improved the interface and made code cleanup
3934         * src/textview.c
3935                 textview_write_link(): also skip non-ascii space
3936                  at the head of link strings (phishing check
3937                  didn't work at the case)
3938         * src/common/utils.c
3939                 get_command_output(): use g_spawn_command_line_sync()
3940                 instead of popen()
3941
3942 2005-05-26 [colin]      1.9.11cvs15
3943
3944         * src/folder.c
3945                 remove printf
3946
3947 2005-05-26 [colin]      1.9.11cvs14
3948
3949         * src/common/nntp.c
3950                 Fix nntp mode reader (bug #611)
3951                 Patch by Florian Mickler <florian@mickler.org>
3952
3953 2005-05-26 [colin]      1.9.11cvs13
3954
3955         * src/plugins/pgpmime/passphrase.c
3956                 Fix mouse grabbing (bug #557)
3957
3958 2005-05-26 [colin]      1.9.11cvs12
3959
3960         * src/prefs_themes.c
3961                 Fix g_warning (bug #541)
3962
3963 2005-05-26 [colin]      1.9.11cvs11
3964
3965         * src/prefs_actions.c
3966         * src/prefs_template.c
3967                 Fix bug #506 (no warning if action/template
3968                 is not saved)
3969         * src/common/template.c
3970                 Fix a possible crash
3971
3972 2005-05-26 [colin]      1.9.11cvs10
3973
3974         * src/folder.c
3975         * src/folderview.c
3976         * src/procmsg.c
3977         * src/summaryview.c
3978                 Forbid locked messages to be moved or
3979                 deleted. Locked messages in trashes 
3980                 still get deleted, for performance
3981                 reason (mh.c::mh_remove_all_msgs)
3982
3983 2005-05-25 [colin]      1.9.11cvs9
3984
3985         * src/procmime.c
3986                 Use correct encoding when sending mails
3987                 with attachments that have accentued 
3988                 chars in their name
3989
3990 2005-05-24 [colin]      1.9.11cvs8
3991
3992         * src/summaryview.c
3993                 Fix bug #688 f) read/unread marker not
3994                 changed on first click
3995                 Also, optimize summary_status_show()
3996                 calls
3997         * src/folder.c
3998         * src/inc.c
3999         * src/procmime.c
4000                 Fix bug #688 b) and c) wrt message
4001                 attachments and signature
4002         * src/stock_pixmap.c
4003         * src/stock_pixmap.h
4004         * src/stock_pixmap.c
4005         * src/stock_pixmap.h
4006         * src/Makefile.am
4007         * src/pixmaps/clip_gpg_signed.xpm
4008                 Add clip/signed icon
4009
4010 2005-05-24 [colin]      1.9.11cvs7
4011
4012         * src/folder_item_prefs.c
4013                 whitespace fix
4014
4015 2005-05-24 [colin]      1.9.11cvs6
4016
4017         * src/folderview.c
4018         * src/prefs_common.c
4019         * src/prefs_common.h
4020                 Add a confirmation to folder drag and drop
4021                 fixes bug #156
4022         * src/alertpanel.c
4023         * src/alertpanel.h
4024                 fix _with_disable parameters so that
4025                 the buttons labels are specifiable too
4026         * src/plugins/pgpmime/sgpgme.c
4027                 reflect said change
4028                 
4029
4030 2005-05-24 [colin]      1.9.11cvs5
4031
4032         * src/folderview.c
4033                 Uncollapse/collapse folders on double-click
4034                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
4035                 closes bug #108
4036
4037 2005-05-23 [colin]      1.9.11cvs4
4038
4039         * src/common/socket.c
4040                 Check another special SSL_peek() error.
4041                 Should help wrt bug #728
4042
4043 2005-05-23 [colin]      1.9.11cvs3
4044
4045         * src/plugins/pgpmime/pgpmime.c
4046                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
4047                 breaking menu accelerators and stuff. Users will have to
4048                 reselect "PGP MIME" instead of "PGP/MIME" in their 
4049                 account's privacy preferences if needed.
4050
4051 2005-05-22 [paul]
4052
4053         * tools/kdeservicemenu/install.sh
4054                 use kdesu to prompt for root password if doing
4055                 global install/uninstall
4056
4057 2005-05-20 [colin]      1.9.11cvs2
4058
4059         * src/procmsg.c
4060                 Fix another compilation error with gcc-2.9x
4061                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
4062         * src/send_message.c
4063                 Don't send QUIT if we aren't connected
4064
4065 2005-05-19 [colin]      1.9.11cvs1
4066
4067         * src/procmsg.c
4068                 Fix compilation with gcc 2.9x
4069
4070 2005-05-19 [paul]       1.9.11
4071
4072         1.9.11 released
4073
4074 2005-05-19 [paul]       1.9.9cvs14
4075
4076         * src/gtk/inputdialog.c
4077                 prevent gettext warning
4078
4079 2005-05-19 [paul]       1.9.9cvs13
4080
4081         * src/mainwindow.c
4082         * src/prefs_common.c
4083         * src/prefs_common.h
4084         * src/textview.c
4085         * src/textview.h
4086                 add an option to toggle cursor in message
4087                 view (sync with main)
4088
4089 2005-05-18 [colin]      1.9.9cvs12
4090
4091         * src/compose.c
4092                 Dereference freed pointer
4093         * src/gtk/gtkaspell.c
4094                 Fix duplication of dictionaries (is it an aspell issue?)
4095
4096 2005-05-18 [colin]      1.9.9cvs11
4097
4098         * src/gtk/inputdialog.c
4099         * src/gtk/gtkaspell.c
4100                 HIGuify dialogs
4101         * src/alertpanel.c
4102                 Remove a double call
4103
4104 2005-05-17 [colin]      1.9.9cvs10
4105
4106         * src/gtk/gtkaspell.c
4107                 Fix dialogs, Ctrl-Enter accel
4108
4109 2005-05-17 [colin]      1.9.9cvs9
4110
4111         * src/gtk/gtkaspell.c
4112                 Fix some accelerators, escape in replace-window
4113
4114 2005-05-16 [colin]      1.9.9cvs8
4115
4116         * src/gtk/gtkaspell.c
4117                 Revert last commit, it was a mistake.
4118
4119 2005-05-16 [colin]      1.9.9cvs7
4120
4121         * src/gtk/gtkaspell.c
4122                 Remove buggy code while we're at it. It's a 
4123                 dead code path anyway.
4124
4125 2005-05-16 [colin]      1.9.9cvs6
4126
4127         * src/gtk/gtkaspell.c
4128                 Missed some gtk_menu_popup where deactivate
4129                 signal should be handled. Should fix bug
4130                 #629 a bit more.
4131
4132 2005-05-16 [colin]      1.9.9cvs5
4133
4134         * src/gtk/gtkaspell.c
4135                 Remove debug printf()s
4136
4137 2005-05-16 [colin]      1.9.9cvs4
4138
4139         * src/gtk/gtkaspell.c
4140                 Fix a bit aspell problems
4141                 (see bug #629)
4142
4143 2005-05-13 [colin]      1.9.9cvs3
4144
4145         * src/folderview.c
4146                 Fix the + appearing even when no subfolders
4147                 have unread messages. Thanks to wwp for the
4148                 bug report.
4149
4150 2005-05-11 [paul]       1.9.9cvs2
4151
4152         * src/folderview.c
4153                 correction to 1.9.9cvs1, only colour folders that
4154                 have new msgs (not unread msgs)
4155
4156 2005-05-10 [colin]      1.9.9cvs1
4157
4158         * src/folderview.c
4159         * src/summaryview.c
4160                 Try to fix bolding bugs again.
4161
4162 2005-05-09 [paul]
4163
4164         * tools/claws.i18n.status.pl
4165                 add Ricardo Mones Lastra's script that has been providing
4166                 the i18n status page for many months
4167
4168 2005-05-09 [paul]       1.9.9
4169
4170         1.9.9 release
4171
4172 2005-05-09 [paul]       1.9.6cvs58
4173
4174         * AUTHORS
4175         * INSTALL
4176         * README.claws
4177                 updated
4178         * Makefile.am 
4179         * RELEASE_NOTES.claws
4180                 add release notes to cvs to simplify release
4181                 procedure
4182         * configure.ac
4183                 add ca and fi to ALL_LINGUAS
4184         * po/Makefile.in.in
4185                 workaround for missing Makevars
4186         * po/ca.po
4187         * po/fi.po
4188                 add new Catalan and Finnish translations
4189                 submitted by Miquel Oliete and Flammie Pirinen
4190         * po/de.po
4191         * po/es.po
4192         * po/fr.po
4193         * po/it.po
4194         * po/pl.po
4195         * po/ru.po
4196         * po/sk.po
4197         * po/sr.po
4198         * po/zh_CN.po
4199                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
4200                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
4201                 Urke MMI, and Hansom Young
4202         * src/main.c
4203                 Fix drafting when quitting. compose_draft() closes the
4204                 compose windows, which modifies the compose_list GSList.
4205                 We have to refresh this list after echo drafting to avoid a
4206                 segfault
4207         * src/partial_download.c
4208                 fix segfault on exit
4209
4210 2005-05-06 [paul]       1.9.6cvs57
4211
4212         * src/grouplistdialog.c
4213                 quick fix/workaround for unresizeable newsgroup
4214                 name column 
4215
4216 2005-05-06 [paul]       1.9.6cvs56
4217
4218         * src/inc.c
4219         * src/mainwindow.c
4220                 use gettext plural forms
4221         * src/imap_gtk.c
4222         * src/mh_gtk.c
4223         * src/toolbar.c
4224                 small improvement to english usage
4225
4226 2005-05-05 [thorsten]   1.9.6cvs55
4227
4228         * src/folder.c
4229                 fix possible crash
4230
4231 2005-05-05 [paul]       1.9.6cvs54
4232         
4233         sync with HEAD
4234
4235         * AUTHORS
4236         * src/compose.c
4237                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
4238                 patch by Tim Mann
4239
4240 2005-05-05 [paul]       1.9.6cvs53
4241
4242         * src/mainwindow.c
4243                 fix resizing of separate message and
4244                 folder views
4245
4246 2005-05-05 [paul]       1.9.6cvs52
4247
4248         * src/account.c
4249         * src/addrgather.c
4250         * src/browseldap.c
4251         * src/exphtmldlg.c
4252         * src/expldifdlg.c
4253         * src/importmutt.c
4254         * src/importpine.c
4255         * src/main.c
4256         * src/mainwindow.c
4257         * src/noticeview.c
4258         * src/prefs_filtering.c
4259         * src/prefs_filtering_action.c
4260         * src/prefs_matcher.c
4261         * src/prefs_spelling.c
4262         * src/prefs_toolbar.c
4263         * src/toolbar.c
4264         * src/wizard.c
4265         * src/gtk/description_window.c
4266         * src/gtk/gtkvscrollbutton.c
4267         * src/gtk/progressdialog.c
4268         * src/gtk/quicksearch.c
4269         * src/plugins/pgpmime/prefs_gpg.c
4270         * src/plugins/spamassassin/spamassassin_gtk.c
4271                 replace deprecated gtk_widget_set_usize
4272
4273 2005-05-04 [colin]      1.9.6cvs51
4274
4275         * src/common/utils.c
4276                 Fix crash when subst_for_filename is called
4277                 with a NULL parameter
4278
4279 2005-05-04 [colin]      1.9.6cvs50
4280
4281         * src/partial_download.c
4282         * src/pop.c
4283                 Escape login when writing uidl file
4284                 fixes bug #736
4285
4286 2005-05-03 [colin]      1.9.6cvs49
4287
4288         * src/procmime.c
4289                 Fix possible DOS in mime parser
4290                 (see bug #634)
4291
4292 2005-05-02 [colin]      1.9.6cvs48
4293
4294         * src/compose.c
4295                 Try to fix the copy/paste mess once again.
4296
4297
4298 2005-04-30 [colin]      1.9.6cvs47
4299
4300         * src/prefs_account.h
4301         * src/procmsg.c
4302         * src/send_message.c
4303         * src/common/smtp.c
4304         * src/common/smtp.h
4305                 Try to batch sending mails (per account) instead of
4306                 reconnecting to server every time.
4307
4308 2005-04-29 [colin]      1.9.6cvs46
4309
4310         * src/messageview.c
4311                 Fix window resizing that refused to size down
4312         * src/prefs_common.c
4313         * src/prefs_common.h
4314         * src/prefs_filtering.c
4315                 Save Filtering's window size
4316
4317 2005-04-21 [paul]       1.9.6cvs45
4318
4319         * ChangeLog-gtk2.claws
4320         * src/setup.c
4321                 correction to sync
4322
4323 2005-04-21 [paul]       1.9.6cvs44
4324
4325         sync with main:
4326
4327         * src/setup.c
4328         * src/statusbar.c
4329         * src/statusbar.h
4330                 use gtkut_widget_draw_now(). Improved performance
4331                 of the update of statusbar
4332         * src/textview.c
4333                 textview_smooth_scroll_do(): redraw it after scroll
4334                 is done (fixed incorrect display when a part of the
4335                 view is hidden).
4336         * src/gtk/gtkutils.c
4337         * src/gtk/gtkutils.h
4338                 gtkut_widget_draw_now(): use gdk_window_process_updates()
4339                 to force update of widgets.
4340                 Removed gtkut_widget_wait_for_draw() which had a big
4341                 overhead  because of waiting for all events processed 
4342
4343 2005-04-20 [paul]       1.9.6cvs43
4344
4345         * src/codeconv.c
4346                 complete 1.9.6cvs42's sync:
4347                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
4348
4349 2005-04-19 [paul]       1.9.6cvs42
4350
4351         sync with main:
4352
4353         * src/action.c
4354                 catch_output(): correctly select the insert text
4355                 (fix invalid iterator warnings).
4356         * src/codeconv.c
4357         * src/codeconv.h
4358         * src/mainwindow.c
4359         * src/messageview.c
4360         * src/prefs_common.c
4361                 support GBK encoding.
4362         * src/common/session.c
4363         * src/common/session.h
4364                 use separate buffer for large data to be sent,
4365                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
4366
4367 2005-04-18 [paul]       1.9.6cvs41
4368
4369         * src/jpilot.c
4370                 convert unsigned long into guint32
4371                 patch by Paul LeoNerd Evans 
4372
4373 2005-04-17 [colin]      1.9.6cvs40
4374
4375         * src/compose.c
4376                 Fix 'Request return receipt' from folder
4377                 properties (bug #708)
4378
4379 2005-04-17 [colin]      1.9.6cvs39
4380
4381         * src/mainwindow.c
4382                 Fix duplicate hotkeys in Mainwindow's menu
4383
4384 2005-04-17 [colin]      1.9.6cvs38
4385
4386         * src/folderview.c
4387                 Fix duplicate hotkeys in Folderview's contextual
4388                 menu
4389
4390 2005-04-15 [colin]      1.9.6cvs37
4391
4392         * src/summaryview.c
4393                 Fix 'Save as...' with non-ascii filenames
4394
4395 2005-04-15 [colin]      1.9.6cvs36
4396
4397         * src/plugins/pgpmime/pgpmime.c
4398                 Fix bus error on 64bit. Spotted by 
4399                 macallan1888@gmail.com
4400
4401 2005-04-15 [colin]      1.9.6cvs35
4402
4403         * src/prefs_account.c
4404                 Fix cvs34.
4405
4406 2005-04-12 [colin]      1.9.6cvs34
4407
4408         * src/prefs_account.c
4409                 Fix smtp auth type off-by-one. We forgot to
4410                 add PLAIN in the prefs-to-gui setter func and
4411                 as a result, the selected auth when opening
4412                 account prefs was not the correct one.
4413
4414 2005-04-12 [paul]       1.9.6cvs33
4415
4416         * src/inc.c
4417                 if the recv dialog is visible, Cancel only
4418                 cancels the current account
4419
4420
4421 2005-04-10 [colin]      1.9.6cvs32
4422
4423         * src/filtering.c
4424                 Copy score when copying FilteringActions
4425                 Fix bug #674
4426
4427 2005-04-10 [colin]      1.9.6cvs31
4428
4429         * src/inc.c
4430                 Make Message -> Receive -> Cancel cancel 
4431                 incorporation on all accounts. Fixes
4432                 bug #693
4433
4434 2005-04-10 [colin]      1.9.6cvs30
4435
4436         * src/prefs_account.c
4437                 Update Privacy checkbuttons status based
4438                 on the selected privacy system
4439         * src/compose.c
4440                 Always connect the "None" privacy system; the
4441                 static boolean was probably there to avoid
4442                 reconnecting twice in the same compose window,
4443                 but as the parent function is only called once
4444                 per compose, it's only a bug - as a static is
4445                 initialized once per application instance.
4446                 Also, don't uncheck Sign and Encrypt when
4447                 selecting None as privacy system; just ignore
4448                 them when sending/queuing.
4449                 Should fix bug #695
4450
4451 2005-04-08 [colin]      1.9.6cvs29
4452
4453         * src/account.c
4454         * src/prefs_account.c
4455         * src/prefs_account.h
4456                 Add account preference to queue message in a certain
4457                 folder.
4458
4459 2005-04-06 [colin]      1.9.6cvs28
4460
4461         * src/prefs_account.c
4462                 Update old inbox path syntax
4463
4464 2005-04-06 [paul]       1.9.6cvs27
4465
4466         sync with main:
4467
4468         * configure.ac
4469                 changed -traditional-cpp to -no-cpp-precomp for newer
4470                 Mac OS X support
4471         * src/foldersel.c
4472                 made column resize automatically
4473         * src/send_message.c
4474                 send_message_smtp(): consider EOF right after QUIT
4475                 successful (workaround for Gmail SMTP server)
4476         * src/common/socket.c
4477                 ssl_read(), ssl_peek(): check EOF which violates the
4478                 SSL protocol
4479         * src/gtk/colorlabel.c
4480                 removed warnings when displaying colorlabel menu
4481                 (don't use GtkAlignment)
4482
4483 2005-04-05 [paul]       1.9.6cvs26
4484
4485         * src/plugins/trayicon/trayicon.c
4486                 fix clipping of icon under KDE3 
4487
4488 2005-04-05 [paul]       1.9.6cvs25
4489
4490         * src/summaryview.c
4491                 hide display of threading
4492                 patch by Alfons
4493
4494 2005-04-04 [thorsten]   1.9.6cvs24
4495
4496         * src/mh.c
4497                 marks lost on filesystems with different stat() results on
4498                 summer-/wintertime
4499
4500 2005-04-03 [colin]      1.9.6cvs23
4501
4502         * src/summaryview.c
4503                 Don't handle up/down. Patch by Alfons
4504
4505 2005-04-02 [colin]      1.9.6cvs22
4506
4507         * src/summaryview.c
4508                 Make scrolling faster. Patch by Alfons.
4509
4510 2005-04-01 [colin]      1.9.6cvs21
4511
4512         * src/Makefile.am
4513         * src/stock_pixmap.c
4514         * src/pixmaps/dir-noselect.xpm ** REMOVED **
4515         * src/pixmaps/dir_noselect.xpm ** ADDED **
4516                 Fix pixmap name mismatch (Thanks Stephan Sachse)
4517
4518 2005-04-01 [colin]      1.9.6cvs20
4519
4520         * src/image_viewer.c
4521         * src/image_viewer.h
4522         * src/procmime.c
4523         * src/procmime.h
4524         * src/textview.c
4525         * src/textview.h
4526                 Implement inline image resizing and right-clicking
4527
4528 2005-04-01 [paul]       1.9.6cvs19
4529
4530         * AUTHORS
4531         * Makefile.am
4532         * configure.ac
4533                 check for gnome2
4534                 patch by Luca Cavalli <loopback<AT>slackit.org>
4535         * po/ru.po
4536                 updated by Pavlo Bohmat
4537
4538 2005-03-31 [colin]      1.9.6cvs18
4539
4540         * src/news.c
4541                 Fix parsing references
4542         * src/msgcache.c
4543                 don't put nulls in the references list
4544         * src/procheader.c
4545                 commit that forgotten file in 1.9.6cvs14
4546
4547 2005-03-31 [colin]      1.9.6cvs17
4548
4549         * src/compose.c
4550                 Fix joining of signature separator again. 
4551                 Maybe Hiro could put it in main too...
4552
4553 2005-03-31 [colin]      1.9.6cvs16
4554
4555         * src/Makefile.am
4556         * src/foldersel.c
4557         * src/stock_pixmap.c
4558         * src/stock_pixmap.h
4559         * src/pixmaps/dir-noselect.xpm
4560                 Update foldersel.c (sync from main, patch by Alfons)
4561
4562 2005-03-30 [colin]      1.9.6cvs15
4563
4564         * src/imap.c
4565                 Fix handling of imap folders containing [] in 
4566                 their name. Thanks to Nahuel Angelinetti for
4567                 the detailed bugreport.
4568
4569 2005-03-30 [colin]      1.9.6cvs14
4570
4571         * src/common/utils.h
4572         * src/common/utils.c
4573         * src/common/defs.h
4574         * src/matcher.c
4575         * src/msgcache.c
4576         * src/news.c
4577         * src/procmsg.c
4578         * src/procmsg.h
4579         * src/quote_fmt_parse.y
4580         * src/summaryview.c
4581                 Update references system. Patch by Alfons
4582
4583 2005-03-30 [colin]      1.9.6cvs13
4584
4585         * src/common/socket.c
4586                 Force the glibc to read resolv.conf again when 
4587                 it has changed. Should fix issues when changing
4588                 networks on a laptop and not restarting sylpheed. 
4589
4590 2005-03-30 [paul]       1.9.6cvs12
4591
4592         partial sync with main:
4593
4594         * src/action.c
4595                 create_io_dialog(): use user-defined text font
4596                 (thanks to Alfons), and modified its appearance.
4597         * src/addrgather.c
4598         * src/addrharvest.c
4599         * src/browseldap.c
4600                 replace old code
4601         * src/compose.c
4602                 don't join (presumably) itemized lines on line-wrapping
4603                 fixed wrapping of quote when auto-wrapping is enabled
4604                 compose_destroy(): destroy paned only if it's not
4605                 attached to window. Fixed memory leak of popup menu.
4606         * src/exphtmldlg.c
4607         * src/expldifdlg.c
4608                 replace old code
4609         * src/html.c
4610         * src/html.h
4611         * src/importmutt.c
4612         * src/importpine.c
4613                 replace old code
4614         * src/main.c
4615                 removed redundant code
4616         * src/mainwindow.c
4617                 changed 'Code set' (which is rather incorrect)
4618                 in the menu to 'Character encoding'
4619                 main_window_set_widgets(): request size first
4620                 to prevent window size becoming wrong
4621                 fixed remembering of the state of the visibility
4622                 of MessageView
4623         * src/messageview.c
4624                 changed 'Code set' (which is rather incorrect)
4625                 in the menu to 'Character encoding'
4626         * src/prefs_common.c
4627         * src/prefs_common.h
4628                 added an option whether to render HTML as text or not
4629                 added separators to outgoing encoding menu
4630         * src/procheader.c
4631                 procheader_scan_date_string(): support header
4632                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
4633         * src/summaryview.c
4634         * src/summaryview.h
4635                 minor code cleanup
4636         * src/textview.c
4637                 textview_show_html(): force output of newline
4638                 added an option whether to render HTML as text or not
4639         * src/common/utils.c
4640                 strncpy2(): optimized based on Alfons' code
4641         * src/gtk/gtkutils.c
4642         * src/gtk/gtkutils.h
4643                 removed non-used code
4644         * src/plugins/pgpmime/passphrase.c
4645                 partially fixed grab input of passphrase dialog
4646                 Confine pointer to window
4647
4648 2005-03-30 [colin]      1.9.6cvs11
4649
4650         * src/msgcache.c
4651         * src/msgcache.h
4652                 Read/write 32bit ints from cache & marks
4653                 From main.
4654
4655 2005-03-29 [paul]       1.9.6cvs10
4656
4657         * AUTHORS
4658         * ChangeLog.claws
4659         * src/compose.c
4660         * src/gtk/gtkaspell.c
4661                 sync with HEAD (don't pass NULL pointers) 
4662
4663 2005-03-24 [paul]
4664
4665         * tools/Makefile.am
4666         * tools/README
4667         * tools/acroread2sylpheed.pl
4668                 sync with HEAD (add script to send pdfs as
4669                 attachments from Adobe Reader 7)
4670
4671 2005-03-21 [paul]       1.9.6cvs9
4672
4673         * configure.ac
4674         * po/POTFILES.in
4675         * src/Makefile.am
4676         * src/crash.c
4677         * src/image_viewer.c ** ADDED **
4678         * src/image_viewer.h ** ADDED **
4679         * src/main.c
4680         * src/prefs_common.c
4681         * src/prefs_common.h
4682         * src/prefs_image_viewer.c ** ADDED **
4683         * src/prefs_image_viewer.h ** ADDED **
4684         * src/textview.c
4685         * src/gtk/about.c
4686         * src/pixmaps/sylpheed_logo.xpm
4687         * src/plugins/Makefile.am
4688         * src/plugins/image_viewer/.cvsignore ** REMOVED **
4689         * src/plugins/image_viewer/Makefile.am ** REMOVED **
4690         * src/plugins/image_viewer/plugin.c ** REMOVED **
4691         * src/plugins/image_viewer/viewer.c ** REMOVED **
4692         * src/plugins/image_viewer/viewer.glade ** REMOVED **
4693         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
4694         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
4695         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
4696         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
4697                 as gdk-pixbuf is now built-in
4698                 remove image_viewer plugin and put code back into
4699                 main codebase
4700                 implement inline image display (sync with main)
4701
4702                 replace logo with newer, nicer, larger version  
4703
4704 2005-03-21 [paul]       1.9.6cvs8
4705
4706         * src/gtk/about.c
4707                 cosmetic improvement
4708
4709 2005-03-21 [holger]     1.9.6cvs7
4710
4711         * src/plugins/spamassassin/spamassassin.c
4712                 Sync with HEAD
4713                 (unregister hook on failed plugin init)
4714
4715 2005-03-20 [colin]      1.9.6cvs6
4716
4717         * src/common/plugin.c
4718                 Check that plugin isn't already loaded
4719                 Patch by Alfons
4720
4721 2005-03-20 [thorsten]   1.9.6cvs5
4722
4723         * src/compose.c
4724                 use a more compatible syntax
4725
4726 2005-03-20 [thorsten]   1.9.6cvs4
4727
4728         * src/prefs_toolbar.c
4729                 fix crash when selecting toolbar item (uninitialized pointer)
4730
4731 2005-03-20 [thorsten]   1.9.6cvs3
4732
4733         * src/procmime.c
4734                 fix mimetype detection (referenced free()d string)
4735
4736 2005-03-20 [paul]       1.9.6cvs2
4737
4738         * src/compose.c
4739                 sync with HEAD (1.0.3cvs5)
4740                 neglect Reply-To header if empty
4741                 Patch by Alfons 
4742
4743 2005-03-19 [holger]     1.9.6cvs1
4744
4745         * src/summaryview.c
4746         * src/summaryview.h
4747                 Sync with HEAD
4748
4749 2005-03-18 [paul]       1.9.6
4750
4751         initial GTK2 release
4752
4753 2005-03-18 [paul]       1.0.3cvs3.1
4754
4755         * AUTHORS
4756         * ChangeLog.claws
4757         * configure.ac
4758         * src/gtk/about.c
4759         * src/pixmaps/sylpheed_logo.xpm
4760                 sync with HEAD
4761
4762 2005-03-18 [colin]      1.0.3cvs2.6
4763
4764         * src/summaryview.c
4765                 Remove call to summary_step in summary_copy_selected_to
4766                 Can't see its purpose, and this causes bug when copying
4767                 a message if the next one is unread: it reads it.
4768
4769 2005-03-18 [paul]       1.0.3cvs2.5
4770
4771         * src/foldersel.c
4772                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
4773
4774 2005-03-18 [paul]       1.0.3cvs2.4
4775
4776         * src/addrharvest.c
4777         * src/codeconv.c
4778         * src/codeconv.h
4779         * src/compose.c
4780         * src/news.c
4781         * src/procheader.c
4782         * src/procmime.c
4783         * src/unmime.c
4784         * src/unmime.h
4785                 fix buffer overflow, CAN-2005-0667, see
4786                 http://secunia.com/advisories/14491/
4787                 Patch by Alfons
4788
4789 2005-03-17 [colin]      1.0.3cvs2.3
4790
4791         * src/prefs_fonts.c
4792         * src/summaryview.c
4793                 Fix font bugs (both lists now officialy share 
4794                 the same font)
4795                 
4796
4797 2005-03-17 [paul]       1.0.3cvs2.2
4798
4799         * src/gtk/pluginwindow.c
4800                 make plugin descriptions uneditable
4801
4802 2005-03-11 [paul]       1.0.3cvs2.1
4803
4804         * ChangeLog.claws
4805         * configure.ac
4806         * po/POTFILES.in
4807         * src/plugins/trayicon/trayicon.c
4808                 sync with HEAD
4809                 add src/wizard.c to POTFILES.in
4810
4811 2005-03-11 [paul]       1.0.3cvs1.1
4812
4813         * ChangeLog
4814         * ChangeLog.claws
4815         * configure.ac
4816         * po/de.po
4817         * po/es.po
4818         * po/fr.po
4819         * po/it.po
4820         * po/pt_BR.po
4821         * po/ru.po
4822         * po/sk.po
4823         * po/sr.po
4824         * po/zh_CN.po
4825                 sync with HEAD
4826
4827 2005-03-04 [colin]      1.0.1cvs22.2
4828
4829         * src/compose.c
4830                 Fix signatures with accentued chars in it
4831
4832 2005-03-04 [colin]      1.0.1cvs22.1
4833
4834         * src/common/smtp.c
4835         * src/common/smtp.h
4836                 Don't use SIZE param in MAIL FROM: if server 
4837                 doesn't support it. Patch by Eugen Freiter
4838                 <eugen_f@users.sf.net>
4839
4840 2005-02-27 [paul]       1.0.1cvs20.1
4841
4842         * ChangeLog.claws
4843         * configure.ac
4844         * src/messageview.c
4845                 sync with HEAD
4846
4847 2005-02-27 [colin]      1.0.1cvs19.4
4848
4849         * src/procheader.c
4850         * src/procheader.h
4851                 Fix prototypes. Patch by Alfons
4852
4853 2005-02-27 [colin]      1.0.1cvs19.3
4854
4855         * src/compose.c
4856                 Don't auto-join the signature separator.
4857
4858 2005-02-26 [colin]      1.0.1cvs19.2
4859
4860         * src/summaryview.c
4861                 Fix 'mark all read' with collapsed threads.
4862                 Patch by Alfons.
4863
4864 2005-02-25 [paul]       1.0.1cvs19.1
4865
4866         * ChangeLog.claws
4867         * configure.ac
4868         * src/prefs_account.c
4869         * src/prefs_folder_item.c
4870         * src/gtk/prefswindow.c
4871         * src/gtk/prefswindow.h
4872                 sync with HEAD
4873
4874 2005-02-25 [paul]       1.0.1cvs15.12
4875
4876         * src/alertpanel.c
4877         * src/codeconv.c
4878         * src/compose.c
4879         * src/textview.c
4880         * src/gtk/gtkutils.c
4881         * src/gtk/gtkutils.h
4882         * src/gtk/logwindow.c
4883         * src/gtk/progressdialog.c
4884                 sync with main (revision 127)
4885                 and fix logwindow clipping
4886
4887 2005-02-24 [colin]      1.0.1cvs15.11
4888
4889         * src/plugins/pgpmime/passphrase.c
4890                 Disable input grabbing; it doesn't work yet.
4891
4892 2005-02-24 [colin]      1.0.1cvs15.10
4893
4894         * src/messageview.c
4895                 Don't send out receipts if offline. Ask.
4896
4897 2005-02-23 [colin]      1.0.1cvs15.9
4898
4899         * src/summaryview.c     
4900                 Fix expanding
4901
4902 2005-02-23 [colin]      1.0.1cvs15.8
4903
4904         * src/summaryview.c
4905                 Really fix Bug 568 by removing useless
4906                 calls. summary_thread_init() now called
4907                 in summary_sort(). This should please
4908                 Alfons as it should be faster than 
4909                 previously.
4910
4911 2005-02-23 [colin]      1.0.1cvs15.7
4912
4913         * src/compose.c
4914                 Encode parts as QP or B64 if signing
4915
4916 2005-02-23 [colin]      1.0.1cvs15.6
4917
4918         * src/compose.c
4919                 Fix Mimeinfo leakage (including tmp files)
4920         * src/procmsg.c
4921                 Fix tmp file leakage (spotted by Ivan Rayner)
4922
4923 2005-02-22 [colin]      1.0.1cvs15.5
4924
4925         * src/expldifdlg.c
4926                 Fix keyboard input. Patch by Alfons.
4927
4928 2005-02-21 [colin]      1.0.1cvs15.4
4929
4930         * src/compose.c
4931                 Fix Sign/Encrypt when unselecting privacy
4932                 system
4933         * src/prefs_common.c
4934                 Change default message font to Monospace
4935         * src/summaryview.c
4936                 More freezing during potentially large operations
4937
4938 2005-02-21 [paul]       1.0.1cvs15.3
4939
4940         * src/main.c
4941                 fix --help output
4942
4943 2005-02-21 [paul]       1.0.1cvs15.2
4944
4945         * po/Makefile.in.in
4946         * src/compose.c
4947         * src/summaryview.c
4948         * src/textview.c
4949         * src/common/utils.c
4950         * src/common/utils.h
4951                 sync with main (revision 117)
4952
4953 2005-02-20 [colin]      1.0.1cvs15.1
4954
4955         * src/common/defs.h
4956                 Change cache file to .sylpheed_claws_cache, as
4957                 suggested by Alfons. Allows people to switch
4958                 between Sylpheed and Sylpheed-Claws. it is
4959                 a good idea to "Check for new messages" at next
4960                 startup.
4961
4962
4963 2005-02-18 [colin]      1.0.1cvs14.1
4964
4965         * src/quote_fmt_lex.l
4966         * src/quote_fmt_parse.y
4967                 Fix parser initialisation. Patch by Ivan.
4968
4969 2005-02-18 [colin]      1.0.1cvs11.6
4970
4971         * src/folderview.c
4972                 Fix scrolldown (bug 662)
4973
4974 2005-02-17 [colin]      1.0.1cvs11.5
4975
4976         * src/codeconv.c
4977                 conv_filename_to_utf8: return clean 7bit instead
4978                 of broken utf8 if needed
4979         * src/mimeview.c
4980                 Fix display of parts with unclean 8bit names
4981
4982 2005-02-17 [paul]       1.0.1cvs11.4
4983
4984         * src/compose.c
4985         * src/exportldif.c
4986         * src/matcher_parser_parse.y
4987         * src/procmime.c
4988         * src/sourcewindow.c
4989         * src/common/Makefile.am
4990         * src/common/intl.h             ** REMOVED **
4991         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4992                 sync with main (revision 109)
4993                 and clean up
4994
4995 2005-02-16 [colin]      1.0.1cvs11.3
4996
4997         * src/summaryview.c
4998                 Fix collapsed thread not highlighting when new
4999                 messages in it (Bug 568) Patch by Stephan Sachse.
5000                 Fix messed up selection when reaching bounds (Bug 632)
5001         * src/prefs_themes.c
5002                 Fix theme installing (Bug 684)
5003
5004 2005-02-16 [colin]      1.0.1cvs11.2
5005
5006         * src/messageview.c
5007                 Fix messageview_select_all
5008
5009 2005-02-16 [colin]      1.0.1cvs11.1
5010
5011         * src/mh.c
5012                 Sync with HEAD (MH scan required function)
5013
5014 2005-02-15 [colin]      1.0.1cvs8.1
5015
5016         * src/mimeview.c
5017         * src/common/utils.c
5018                 Sync with HEAD (filename chars substitution)
5019
5020 2005-02-15 [colin]      1.0.1cvs7.3
5021
5022         * src/gtk/pluginwindow.c
5023                 Fix button spacing
5024
5025 2005-02-15 [colin]      1.0.1cvs7.2
5026
5027         * src/mimeview.c
5028                 Fix mime icons not reset across message when
5029                 scrolled down
5030
5031 2005-02-15 [colin]      1.0.1cvs7.1
5032
5033         * src/compose.c
5034         * src/procmime.c
5035                 Sync with HEAD (optimisation of cvs6)
5036
5037 2005-02-14 [colin]      1.0.1cvs6.1
5038
5039         * src/compose.c
5040         * src/procmime.c
5041                 Sync with HEAD (encode "From " at line beginning)
5042
5043 2005-02-14 [colin]      1.0.1cvs5.3
5044
5045         * src/compose.c
5046                 Fix wrapping with accentued chars.
5047
5048 2005-02-13 [colin]      1.0.1cvs5.2
5049
5050         * src/textview.c
5051                 Fix email informative part parsing with
5052                 accentued chars in it. ispunct() returns
5053                 true for them in utf8...
5054
5055 2005-02-12 [colin]      1.0.1cvs5.1
5056
5057         * src/filtering.c
5058                 Sync with HEAD (remove wrong use of compose after send)
5059
5060 2005-02-12 [paul]       1.0.1cvs4.5
5061
5062         * src/textview.c
5063                 remove unnecessary code (thanks to Alfons)
5064
5065 2005-02-12 [paul]       1.0.1cvs4.4
5066
5067         * src/textview.c
5068                 add 'Copy' to contextual menu on emails
5069
5070 2005-02-11 [colin]      1.0.1cvs4.3
5071
5072         * src/compose.c
5073                 revert 1.0.0cvs28.2, it doesn't work that well.
5074
5075 2005-02-11 [paul]       1.0.1cvs4.2
5076
5077         * po/Makefile.in.in
5078                 fix 'make release'
5079
5080 2005-02-10 [paul]       1.0.1cvs4.1
5081
5082         * ChangeLog
5083         * ChangeLog.claws
5084         * ChangeLog.jp
5085         * configure.ac
5086         * src/compose.c
5087                 sync with HEAD (sync with main)
5088
5089 2005-02-10 [paul]       1.0.1cvs3.2
5090
5091         * AUTHORS
5092         * Makefile.am
5093         * autogen.sh
5094         * configure.ac
5095         * config/mkinstalldirs
5096         * intl/.cvsignore
5097         * intl/ChangeLog
5098         * intl/VERSION
5099         * intl/bindtextdom.c
5100         * intl/config.charset
5101         * intl/dcgettext.c
5102         * intl/dcigettext.c
5103         * intl/dcngettext.c
5104         * intl/dgettext.c
5105         * intl/dngettext.c
5106         * intl/eval-plural.h
5107         * intl/explodename.c
5108         * intl/finddomain.c
5109         * intl/gettext.c
5110         * intl/gettextP.h
5111         * intl/gmo.h
5112         * intl/hash-string.h
5113         * intl/intl-compat.c
5114         * intl/l10nflist.c
5115         * intl/libgnuintl.h.in
5116         * intl/loadinfo.h
5117         * intl/loadmsgcat.c
5118         * intl/localcharset.c
5119         * intl/localcharset.h
5120         * intl/locale.alias
5121         * intl/localealias.c
5122         * intl/localename.c
5123         * intl/log.c
5124         * intl/ngettext.c
5125         * intl/os2compat.c
5126         * intl/os2compat.h
5127         * intl/osdep.c
5128         * intl/plural-exp.c
5129         * intl/plural-exp.h
5130         * intl/plural.c
5131         * intl/plural.y
5132         * intl/ref-add.sin
5133         * intl/ref-del.sin
5134         * intl/relocatable.c
5135         * intl/relocatable.h
5136         * intl/textdomain.c
5137         * m4/Makefile.am
5138         * po/Makefile.in.in
5139         * src/Makefile.am
5140         * src/account.c
5141         * src/action.c
5142         * src/addr_compl.c
5143         * src/addressadd.c
5144         * src/addressbook.c
5145         * src/addrgather.c
5146         * src/addrindex.c
5147         * src/alertpanel.c
5148         * src/browseldap.c
5149         * src/codeconv.c
5150         * src/codeconv.h
5151         * src/compose.c
5152         * src/compose.h
5153         * src/crash.c
5154         * src/editaddress.c
5155         * src/editbook.c
5156         * src/editgroup.c
5157         * src/editjpilot.c
5158         * src/editldap.c
5159         * src/editldap_basedn.c
5160         * src/editvcard.c
5161         * src/exphtmldlg.c
5162         * src/expldifdlg.c
5163         * src/export.c
5164         * src/exporthtml.c
5165         * src/filtering.c
5166         * src/folder.c
5167         * src/folder_item_prefs.c
5168         * src/foldersel.c
5169         * src/folderview.c
5170         * src/grouplistdialog.c
5171         * src/headerview.c
5172         * src/imap.c
5173         * src/imap_gtk.c
5174         * src/import.c
5175         * src/importldif.c
5176         * src/importmutt.c
5177         * src/importpine.c
5178         * src/inc.c
5179         * src/ldif.c
5180         * src/main.c
5181         * src/mainwindow.c
5182         * src/matcher.c
5183         * src/mbox.c
5184         * src/message_search.c
5185         * src/messageview.c
5186         * src/mh.c
5187         * src/mh_gtk.c
5188         * src/mimeview.c
5189         * src/msgcache.c
5190         * src/news.c
5191         * src/news_gtk.c
5192         * src/noticeview.c
5193         * src/partial_download.c
5194         * src/pop.c
5195         * src/prefs_account.c
5196         * src/prefs_actions.c
5197         * src/prefs_common.c
5198         * src/prefs_customheader.c
5199         * src/prefs_display_header.c
5200         * src/prefs_ext_prog.c
5201         * src/prefs_filtering.c
5202         * src/prefs_filtering_action.c
5203         * src/prefs_folder_item.c
5204         * src/prefs_fonts.c
5205         * src/prefs_gtk.c
5206         * src/prefs_matcher.c
5207         * src/prefs_msg_colors.c
5208         * src/prefs_spelling.c
5209         * src/prefs_summary_column.c
5210         * src/prefs_template.c
5211         * src/prefs_themes.c
5212         * src/prefs_toolbar.c
5213         * src/prefs_wrapping.c
5214         * src/privacy.c
5215         * src/procheader.c
5216         * src/procmime.c
5217         * src/procmsg.c
5218         * src/quote_fmt.c
5219         * src/recv.c
5220         * src/send_message.c
5221         * src/setup.c
5222         * src/sourcewindow.c
5223         * src/ssl_manager.c
5224         * src/statusbar.c
5225         * src/summary_search.c
5226         * src/summaryview.c
5227         * src/textview.c
5228         * src/toolbar.c
5229         * src/wizard.c
5230         * src/common/nntp.c
5231         * src/common/plugin.c
5232         * src/common/smtp.c
5233         * src/common/ssl.c
5234         * src/common/ssl_certificate.c
5235         * src/common/string_match.c
5236         * src/common/sylpheed.c
5237         * src/common/template.c
5238         * src/common/utils.c
5239         * src/gtk/about.c
5240         * src/gtk/colorlabel.c
5241         * src/gtk/description_window.c
5242         * src/gtk/filesel.c
5243         * src/gtk/foldersort.c
5244         * src/gtk/gtkaspell.c
5245         * src/gtk/gtkutils.c
5246         * src/gtk/inputdialog.c
5247         * src/gtk/logwindow.c
5248         * src/gtk/menu.c
5249         * src/gtk/pluginwindow.c
5250         * src/gtk/prefswindow.c
5251         * src/gtk/progressdialog.c
5252         * src/gtk/quicksearch.c
5253         * src/gtk/sslcertwindow.c
5254         * src/plugins/clamav/clamav_plugin.c
5255         * src/plugins/clamav/clamav_plugin_gtk.c
5256         * src/plugins/demo/demo.c
5257         * src/plugins/dillo_viewer/dillo_prefs.c
5258         * src/plugins/dillo_viewer/dillo_viewer.c
5259         * src/plugins/image_viewer/plugin.c
5260         * src/plugins/image_viewer/viewer.c
5261         * src/plugins/image_viewer/viewerprefs.c
5262         * src/plugins/mathml_viewer/mathml_viewer.c
5263         * src/plugins/pgpmime/passphrase.c
5264         * src/plugins/pgpmime/plugin.c
5265         * src/plugins/pgpmime/prefs_gpg.c
5266         * src/plugins/pgpmime/select-keys.c
5267         * src/plugins/pgpmime/sgpgme.c
5268         * src/plugins/spamassassin/spamassassin.c
5269         * src/plugins/spamassassin/spamassassin_gtk.c
5270         * src/plugins/trayicon/trayicon.c
5271                 sync with main (revision 104)
5272
5273 2005-02-10 [colin]      1.0.1cvs3.1
5274
5275         * src/mainwindow.c
5276                 Sync with HEAD (fix occasional crasher)
5277
5278 2005-02-10 [colin]      1.0.1cvs2.1
5279
5280         * src/messageview.c
5281                 Synw with HEAD (don't automatically display html)
5282
5283 2005-02-09 [colin]      1.0.1cvs1.3
5284
5285         * src/textview.c
5286         * src/textview.h
5287                 Add contextual menu on emails
5288
5289 2005-02-09 [colin]      1.0.1cvs1.2
5290
5291         * src/codeconv.c
5292                 Fix converting from broken headers and 
5293                 put back the _ in missing places
5294                 (feature broke with cvs24.2 sync, main 
5295                  possibly affected?)
5296
5297 2005-02-09 [colin]      1.0.1cvs1.1
5298
5299         * src/messageview.c
5300         * src/mimeview.c
5301         * src/mimeview.h
5302                 Sync with HEAD (display non text/plain mails with plugin)
5303
5304 2005-02-08 [colin]      1.0.1.1
5305
5306         * ChangeLog.claws
5307         * po/pt_BR.po
5308                 Sync with HEAD
5309         * configure.ac
5310                 Make default configuration directory 
5311                 be .sylpheed-gtk2
5312
5313 2005-02-08 [colin]      1.0.0cvs29.1
5314
5315         * po/de.po
5316         * po/es.po
5317         * po/fr.po
5318         * po/it.po
5319         * po/sk.po
5320         * po/sr.po
5321                 Sync translations with HEAD
5322
5323 2005-02-06 [colin]      1.0.0cvs28.3
5324
5325         * src/compose.c
5326                 Make compose a bit faster - patch by Alfons.
5327
5328 2005-02-06 [colin]      1.0.0cvs28.2
5329
5330         * src/compose.c
5331                 Make pasting via middle-click more reliable
5332
5333 2005-02-05 [paul]       1.0.0cvs28.1
5334
5335         * ChangeLog
5336         * ChangeLog.claws
5337         * ChangeLog.jp
5338         * configure.ac
5339         * src/compose.c
5340                 sync with HEAD
5341                 (fix bug 682 'redirect is broken'
5342
5343 2005-02-05 [torte]      1.0.0cvs27.1
5344
5345         * ChangeLog.claws
5346         * configure.ac
5347         * src/partial_download.c
5348                 Sync with HEAD (fix buf overflow)
5349
5350 2005-02-03 [colin]      1.0.0cvs26.1
5351
5352         * src/common/plugin.c
5353                 Sync with HEAD (avoid plugin mismatches)
5354
5355 2005-02-03 [paul]       1.0.0cvs25.3
5356
5357         * src/folderview.c
5358         * src/headerview.c
5359         * src/summaryview.c
5360         * src/textview.c
5361         * src/gtk/colorlabel.c
5362                 third and final part of initial sync with main-gtk2
5363
5364 2005-02-03 [paul]       1.0.0cvs25.2
5365
5366         * src/jpilot.c
5367                 fix building with jpilot support
5368
5369 2005-02-02 [colin]      1.0.0cvs25.1
5370
5371         * src/messageview.c
5372                 Sync with HEAD (fix dangerous typo)
5373
5374 2005-02-01 [colin]      1.0.0cvs24.3
5375
5376         * src/common/xml.c
5377                 Write file as advertised (UTF-8)
5378
5379 2005-02-01 [paul]       1.0.0cvs24.2
5380
5381         * src/addrbook.c
5382         * src/addrindex.c
5383         * src/alertpanel.h
5384         * src/codeconv.c
5385         * src/codeconv.h
5386         * src/compose.c
5387         * src/export.c
5388         * src/folder_item_prefs.c
5389         * src/html.c
5390         * src/imap.c
5391         * src/import.c
5392         * src/jpilot.c
5393         * src/mainwindow.c
5394         * src/matcher_parser_lex.l
5395         * src/messageview.c
5396         * src/mh.c
5397         * src/prefs_account.c
5398         * src/prefs_actions.c
5399         * src/prefs_common.c
5400         * src/prefs_gtk.c
5401         * src/prefs_gtk.h
5402         * src/prefs_themes.c
5403         * src/procheader.c
5404         * src/procmime.c
5405         * src/sourcewindow.c
5406         * src/statusbar.c
5407         * src/summaryview.c
5408         * src/textview.c
5409         * src/toolbar.c
5410         * src/unmime.c
5411         * src/common/template.c
5412         * src/common/utils.c
5413         * src/common/xml.c
5414         * src/common/xml.h
5415         * src/gtk/gtkaspell.c
5416         * src/plugins/clamav/clamav_plugin.c
5417         * src/plugins/dillo_viewer/dillo_prefs.c
5418         * src/plugins/image_viewer/viewerprefs.c
5419         * src/plugins/pgpmime/passphrase.c
5420         * src/plugins/pgpmime/prefs_gpg.c
5421         * src/plugins/pgpmime/select-keys.c
5422         * src/plugins/spamassassin/spamassassin.c
5423                 second part of initial sync with main-gtk2
5424                 (more to follow)
5425
5426 2005-01-31 [colin]      1.0.0cvs24.1
5427
5428         * src/compose.c
5429                 Sync with HEAD
5430
5431 2005-01-29 [paul]       1.0.0cvs23.2
5432
5433         * src/account.c
5434         * src/action.c
5435         * src/addressadd.c
5436         * src/addressbook.c
5437         * src/alertpanel.c
5438         * src/compose.c
5439         * src/editaddress.c
5440         * src/editbook.c
5441         * src/editgroup.c
5442         * src/editjpilot.c
5443         * src/editldap.c
5444         * src/editldap_basedn.c
5445         * src/editvcard.c
5446         * src/export.c
5447         * src/foldersel.c
5448         * src/grouplistdialog.c
5449         * src/import.c
5450         * src/importldif.c
5451         * src/inc.c
5452         * src/main.c
5453         * src/mainwindow.c
5454         * src/message_search.c
5455         * src/messageview.c
5456         * src/mimeview.c
5457         * src/prefs_actions.c
5458         * src/prefs_common.c
5459         * src/prefs_common.h
5460         * src/prefs_customheader.c
5461         * src/prefs_display_header.c
5462         * src/prefs_filtering.c
5463         * src/prefs_filtering_action.c
5464         * src/prefs_gtk.c
5465         * src/prefs_matcher.c
5466         * src/prefs_summary_column.c
5467         * src/prefs_template.c
5468         * src/sourcewindow.c
5469         * src/summary_search.c
5470         * src/summaryview.c
5471         * src/textview.c
5472         * src/gtk/about.c
5473         * src/gtk/description_window.c
5474         * src/gtk/gtkshruler.c
5475         * src/gtk/gtkutils.c
5476         * src/gtk/gtkutils.h
5477         * src/gtk/inputdialog.c
5478         * src/gtk/logwindow.c
5479         * src/gtk/prefswindow.c
5480         * src/gtk/progressdialog.c
5481         * src/gtk/progressdialog.h
5482                 first part of initial sync with main-gtk2
5483                 (more to follow)
5484
5485 2005-01-28 [colin]      1.0.0cvs23.1
5486
5487         * src/folderview.c
5488                 Sync with HEAD
5489
5490 2005-01-27 [colin]      1.0.0cvs21.1
5491
5492         * src/folder.c
5493         * src/folderview.c
5494                 Sync with HEAD
5495
5496 2005-01-27 [colin]      1.0.0cvs19.1
5497
5498         * src/procmime.c
5499                 Sync with HEAD
5500
5501 2005-01-27 [colin]      1.0.0cvs18.1
5502
5503         * src/messageview.c
5504         * src/summaryview.c
5505         * src/mainwindow.c
5506         * src/compose.c
5507         * src/compose.h
5508         * src/procmsg.c
5509         * src/procmsg.h
5510         * src/toolbar.c
5511                 Sync with HEAD
5512
5513 2005-01-26 [paul]       1.0.0cvs15.2
5514
5515         * src/compose.c
5516                 compose_entries_set(): convert subject and body to
5517                 utf8 if necessary. patch by Felix Eckhofer
5518
5519 2005-01-26 [paul]       1.0.0cvs15.1
5520
5521         * configure.ac
5522         * src/common/template.c
5523                 sync with HEAD (fix memory leak)
5524
5525 2005-01-25 [paul]       1.0.0cvs14.1
5526
5527         * configure.ac
5528         * src/compose.c
5529                 sync with HEAD
5530
5531 2005-01-24 [colin]      1.0.0cvs13.1
5532
5533         * src/summaryview.c
5534                 Sync with HEAD
5535
5536 2005-01-24 [paul]       1.0.0cvs12.1
5537
5538         * configure.ac
5539         * src/messageview.c
5540         * src/mh.c
5541         * src/common/utils.c
5542                 sync with HEAD
5543
5544 2005-01-24 [colin]      1.0.0cvs11.1
5545
5546         * src/procheader.c
5547                 Sync with HEAD
5548
5549 2005-01-24 [colin]      1.0.0cvs10.1
5550
5551         * src/folderview.c
5552                 Sync with HEAD
5553
5554 2005-01-23 [colin]      1.0.0cvs9.1
5555
5556         * src/crash.c
5557                 Sync with HEAD
5558
5559 2005-01-22 [colin]      1.0.0cvs8.1
5560
5561         * src/summaryview.c
5562         * src/gtk/quicksearch.c
5563                 Sync with HEAD
5564
5565 2005-01-21 [colin]      1.0.0cvs7.1
5566
5567         * src/summaryview.c
5568                 Sync with HEAD
5569
5570 2005-01-21 [colin]      1.0.0cvs6.1
5571
5572         * src/summaryview.c
5573                 Sync with HEAD
5574
5575 2005-01-21 [colin]      1.0.0cvs5.1
5576
5577         * src/gtk/quicksearch.c
5578         * src/prefs_common.c
5579         * src/prefs_common.h
5580                 Sync with HEAD (recurse option)
5581
5582 2005-01-21 [colin]      1.0.0cvs4.1
5583
5584         * src/folder.h
5585         * src/folderview.c
5586         * src/folderview.h
5587         * src/summaryview.c
5588         * src/gtk/quicksearch.c
5589         * src/gtk/quicksearch.h
5590                 Sync with HEAD (recursive quicksearch)
5591
5592 2005-01-20 [colin]      1.0.0cvs3.4
5593
5594         * src/ssl_manager.c
5595                 Remove useless code
5596
5597 2005-01-20 [colin]      1.0.0cvs3.3
5598
5599         * src/ssl_manager.c
5600                 Fix leak, thanks to Alfons.
5601
5602 2005-01-20 [colin]      1.0.0cvs3.2
5603
5604         * src/ssl_manager.c
5605                 Port SSL certificate window to GTK2.
5606
5607 2005-01-20 [paul]       1.0.0cvs3.1
5608
5609         * ChangeLog.claws
5610         * configure.ac
5611         * src/addrindex.c
5612         * src/addrindex.h
5613                 sync with HEAD
5614
5615 2005-01-19 [colin]      1.0.0cvs2.2
5616
5617         * src/plugins/trayicon/trayicon.c
5618                 Fix freeze with gtk-2.6, the easy way
5619                 (signal blocking helpless there...)
5620                 Closes bug #668.
5621
5622 2005-01-19 [colin]      1.0.0cvs2.1
5623
5624         * src/mbox.c
5625         * src/mbox.h
5626         * src/mainwindow.c
5627         * src/summaryview.c
5628         * src/summaryview.h
5629                 Sync with HEAD
5630
5631 2005-01-19 [paul]       1.0.0cvs1.1
5632
5633         * configure.ac
5634         * po/de.po
5635         * po/es.po
5636         * po/fr.po
5637         * po/hr.po
5638         * po/it.po
5639         * po/ja.po
5640         * po/ko.po
5641         * po/pt_BR.po
5642         * po/ru.po
5643         * po/sk.po
5644         * po/sr.po
5645                 sync with HEAD (update translations)
5646
5647 2005-01-18 [colin]      1.0.0cvs0.1
5648
5649         * src/foldersel.c
5650                 Specify search column - patch by Alfons
5651
5652 2005-01-18 [colin]      0.9.13cvs36.3
5653
5654         * src/prefs_toolbar.c
5655                 Change Delete to Remove
5656         * src/prefs_fonts.c
5657                 GTK2 version and leak fixes
5658         * src/prefs_actions.c
5659                 Add stock buttons.
5660                 All patches by Alfons
5661
5662 2005-01-17 [colin]      0.9.13cvs36.2
5663
5664         * src/compose.c
5665                 Fix DnD inserting twice. While at it,
5666                 add DnD support for text/plain in the
5667                 body, and add support in the headers.
5668
5669 2005-01-16 [colin]      0.9.13cvs36.1
5670
5671         * ChangeLog
5672         * ChangeLog.jp
5673         * ChangeLog.claws
5674                 Sync with HEAD (nothing applicable)
5675
5676 2005-01-16 [colin]      0.9.13cvs33.2
5677
5678         * src/prefs_toolbar.c
5679                 GTK2ize prefs_toolbar, by Alfons.
5680
5681 2005-01-14 [colin]      0.9.13cvs33.1
5682
5683         * src/html.c
5684         * src/msgcache.c
5685                 Sync with HEAD
5686
5687 2005-01-14 [colin]      0.9.13cvs32.1
5688
5689         * src/html.c
5690         * src/html.h
5691         * src/msgcache.c
5692         * AUTHORS
5693         * tools/calypso_convert.pl
5694                 Sync with HEAD
5695
5696 2005-01-08 [colin]      0.9.13cvs29.2
5697
5698         * src/prefs_filtering_action.c
5699         * src/prefs_filtering.c
5700                 2 more gtk2 patches by Alfons
5701
5702 2005-01-07 [paul]       0.9.13cvs29.1
5703
5704         * ChangeLog
5705         * ChangeLog.claws
5706         * ChangeLog.jp
5707         * configure.ac
5708         * src/pop.c
5709         * src/pop.h
5710                 sync with HEAD
5711
5712 2005-01-07 [colin]      0.9.13cvs28.3
5713
5714         * src/gtk/progressdialog.c
5715         * src/gtk/progressdialog.h
5716         * src/inc.c
5717         * src/send_message.c
5718                 GTK2 for the incorporation dialog. The CList isn't dead
5719                 yet, for a more smooth migration. Patch by Alfons.
5720
5721 2005-01-06 [colin]      0.9.13cvs28.2
5722
5723         * src/prefs_display_header.c
5724                 GTK2 conversion by Alfons
5725         * src/prefs_actions.c
5726         * src/prefs_matcher.c
5727                 Fix 2 leaks - patch by Alfons
5728
5729 2005-01-06 [colin]      0.9.13cvs28.1
5730
5731         * src/prefs_matcher.c
5732                 Sync with HEAD
5733
5734 2005-01-06 [colin]      0.9.13cvs27.4
5735
5736         * src/prefs_matcher.c
5737                 Fix double-free. Patch by Alfons
5738
5739 2005-01-06 [colin]      0.9.13cvs27.3
5740
5741         * src/prefs_matcher.c
5742                 GTK2 widgets + memleak
5743                 Patch by Alfons
5744
5745 2005-01-05 [colin]      0.9.13cvs27.2
5746
5747         * src/account.c
5748         * src/addr_compl.c
5749         * src/foldersel.c
5750         * src/stock_pixmap.c
5751         * src/stock_pixmap.h
5752                 3 more GTK2 patches by Alfons.
5753
5754 2005-01-04 [colin]      0.9.13cvs27.1
5755
5756         * src/folderview.c
5757         * src/imap_gtk.c
5758         * src/news_gtk.c
5759                 Sync with HEAD
5760
5761 2005-01-04 [colin]      0.9.13cvs25.9
5762
5763         * src/compose.c
5764                 Fix Show Ruler menuitem
5765         * src/prefs_template.c
5766                 Convert to GTK2
5767         * src/common/utils.c
5768                 Make auto pointer stuff handles NULLs
5769                 Patches by Alfons.
5770
5771 2005-01-04 [colin]      0.9.13cvs25.8
5772
5773         * src/compose.c
5774                 Move the attachment list to gtk2
5775                 Patch by Alfons.
5776
5777 2005-01-04 [colin]      0.9.13cvs25.7
5778
5779         * src/textview.c
5780                 Make some keys work again
5781                 Patch by SungHyun Nam <namsh@kldp.org>
5782
5783 2005-01-04 [colin]      0.9.13cvs25.6
5784
5785         * src/gtk/gtkshruler.c
5786                 Move the ruler to GTK2
5787                 Patch by Alfons
5788
5789 2005-01-03 [colin]      0.9.13cvs25.5
5790
5791         * src/compose.c
5792                 Fix my broken patch apply 
5793
5794 2005-01-03 [colin]      0.9.13cvs25.4
5795
5796         * src/common/utils.c
5797         * src/common/utils.h
5798         * src/gtk/prefswindow.c
5799                 Move auto pointer stuff to utils.c
5800                 Patch by Alfons again :)
5801
5802 2005-01-03 [colin]      0.9.13cvs25.3
5803
5804         * src/compose.c
5805         * src/prefs_gtk.c
5806         * src/prefs_template.c
5807         * src/textview.c
5808                 Empty text widgets with empty strings, not NULL char
5809                 Patch by SungHyun Nam <namsh@kldp_org>
5810
5811 2005-01-03 [colin]      0.9.13cvs25.2
5812
5813         * src/main.c
5814         * AUTHORS
5815                 Sync with HEAD
5816
5817 2005-01-03 [colin]      0.9.13cvs25.1
5818
5819         * src/pop.c
5820         * src/pop.h
5821                 Sync with HEAD
5822
5823 2005-01-03 [colin]      0.9.13cvs24.3
5824
5825         * src/account.c
5826                 Two patches from Alfons and Alex S Moore:
5827                 fix images, fix return value.
5828
5829 2005-01-01 [colin]      0.9.13cvs24.2
5830
5831         * src/prefs_actions.c
5832                 Fix over-zealous assertion. Patch by Alfons
5833
5834 2005-01-01 [colin]      0.9.13cvs24.1
5835
5836         * src/procmime.c
5837                 Sync with HEAD (leak fix)
5838
5839 2004-12-31 [colin]      0.9.13cvs23.2
5840
5841         * src/prefs_common.c
5842                 GTK2 widgets + stock buttons - patch by Alfons
5843
5844 2004-12-31 [paul]       0.9.13cvs23.1
5845
5846         * configure.ac
5847                 bump up EXTRA_VERSION to match (sync'ed) HEAD
5848         * src/gtk/pluginwindow.c
5849                 use GTK2 widgets and plug memory leaks,
5850                 patches by Alfons
5851
5852 2004-12-30 [colin]      0.9.13cvs22.4
5853
5854         * src/account.c
5855         * src/action.c
5856         * src/export.c
5857         * src/foldersel.c
5858         * src/import.c
5859         * src/message_search.c
5860         * src/prefs_actions.c
5861         * src/prefs_common.c
5862         * src/prefs_customheader.c
5863         * src/prefs_filtering.c
5864         * src/prefs_summary_column.c
5865         * src/summary_search.c
5866         * src/gtk/about.c
5867         * src/gtk/description_window.c
5868         * src/gtk/gtkutils.c
5869         * src/gtk/gtkutils.h
5870         * src/gtk/inputdialog.c
5871         * src/gtk/prefswindow.c
5872                 Use GTK2 stock buttons. Patches by Alfons.
5873
5874 2004-12-30 [colin]      0.9.13cvs22.3
5875
5876         * src/account.c
5877                 Sync with HEAD
5878         * src/prefs_actions.c
5879         * src/prefs_customheader.c
5880         * src/prefs_filtering.c
5881         * src/prefs_msg_colors.c
5882         * src/prefs_summary_column.c
5883         * src/gtk/prefswindow.c
5884                 Use GtkTreeView instead of deprecated 
5885                 widgets. Patches by Alfons.
5886
5887 2004-12-30 [paul]       0.9.13cvs22.2
5888
5889         * src/foldersel.c
5890                 use GTK 2 Tree View
5891                 patch by Alfons, with root folder sorting fix
5892                 by Stephan Sachse
5893
5894 2004-12-30 [paul]       0.9.13cvs22.1
5895
5896         * ChangeLog
5897         * ChangeLog.claws
5898         * ChangeLog.jp
5899         * NEWS
5900         * configure.ac
5901         * src/account.c
5902                 sync with HEAD
5903
5904 2004-12-22 [martin]     0.9.13cvs21.2
5905
5906         * src/action.c
5907                 free the command line after its use
5908
5909 2004-12-18 [paul]       0.9.13cvs21.1
5910
5911         * AUTHORS
5912         * ChangeLog
5913         * ChangeLog.claws
5914         * ChangeLog.jp
5915         * NEWS
5916         * configure.ac
5917         * src/action.c
5918         * src/compose.c
5919         * src/syldap.c
5920                 sync with HEAD
5921
5922 2004-12-17 [martin]     0.9.13cvs17.2
5923
5924         * src/action.c
5925                 convert actions input to locale
5926         * src/inc.c
5927                 convert notification command to locale
5928         * src/plugins/pgpmime/select-keys.c
5929                 convert attributes to utf8
5930
5931 2004-12-14 [colin]      0.9.13cvs17.1
5932
5933         * ChangeLog
5934         * ChangeLog.jp
5935         * ChangeLog.claws
5936         * src/action.c
5937         * src/common/utils.c
5938         * src/gtk/prefswindow.c
5939         * src/gtk/gtkutils.c
5940         * src/gtk/gtkutils.h
5941         * src/plugins/spamassassin/libspamc.c
5942                 Sync with HEAD
5943
5944 2004-12-13 [colin]      0.9.13cvs14.1
5945
5946         * src/quote_fmt_parse.y
5947                 Sync with HEAD
5948
5949 2004-12-10 [colin]      0.9.13cvs12.1
5950
5951         * src/prefs_themes.c
5952         * src/mainwindow.c
5953         * src/messageview.c
5954                 Sync with HEAD
5955
5956 2004-12-09 [colin]      0.9.13cvs10.1
5957
5958         * src/procmime.c
5959                 Sync with HEAD (fix B64 encoding from memory)
5960
5961 2004-12-08 [colin]      0.9.13cvs9.1
5962
5963         * src/gtk/colorlabel.c
5964                 Sync with HEAD
5965
5966 2004-12-08 [paul]       0.9.13cvs8.2
5967
5968         * src/gtk/pluginwindow.c
5969                 fix window resizing oddities
5970
5971 2004-12-08 [colin]      0.9.13cvs8.1
5972
5973         * src/quote_fmt_parse.y
5974                 Sync with HEAD
5975
5976 2004-12-08 [colin]      0.9.13cvs7.1
5977
5978         * src/matcher_parser_parse.y
5979         * src/msgcache.c
5980         * src/prefs_matcher.c
5981         * src/procheader.c
5982         * src/matcher.c
5983         * src/common/defs.h
5984         * po/sr.po
5985                 Sync with HEAD
5986
5987 2004-12-08 [colin]      0.9.13cvs6.1
5988
5989         * src/quote_fmt_parse.y
5990         * src/textview.c
5991                 Sync with HEAD
5992         * src/gtk/prefswindow.c
5993         * src/gtk/pluginwindow.c
5994                 Fix G_CALLBACKS protos (thanks to Alfons)
5995
5996 2004-12-07 [torte]      0.9.13cvs2.2
5997
5998         * src/procmime.c
5999                 [Bug 650] reply button causes crash
6000                 Thanks to David Relson and Christoph
6001
6002 2004-12-07 [colin]      0.9.13cvs2.1
6003
6004         * ChangeLog.claws
6005         * AUTHORS
6006         * po/sk.po
6007         * src/procmime.c
6008         * src/prefs_account.c
6009         * src/common/smtp.c
6010         * src/common/smtp.h
6011                 Sync with HEAD
6012
6013 2004-12-06 [colin]      0.9.12cvs187.1
6014
6015         * ChangeLog.claws
6016         * INSTALL
6017         * Makefile.am
6018         * README.claws
6019         * TODO.claws
6020         * configure.ac
6021         * po/bg.po
6022         * po/cs.po
6023         * po/el.po
6024         * po/en_GB.po
6025         * po/es.po
6026         * po/fr.po
6027         * po/hr.po
6028         * po/hu.po
6029         * po/it.po
6030         * po/ja.po
6031         * po/ko.po
6032         * po/nl.po
6033         * po/pl.po
6034         * po/pt_BR.po
6035         * po/ru.po
6036         * po/sk.po
6037         * po/sr.po
6038         * po/sv.po
6039         * po/zh_CN.po
6040         * po/zh_TW.Big5.po
6041         * src/compose.c
6042         * tools/Makefile.am
6043         * tools/README
6044         * tools/filter_conv.pl
6045         * tools/kdeservicemenu/README
6046         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6047         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6048                 Sync with HEAD
6049
6050 2004-12-04 [colin]      0.9.12cvs183.1
6051
6052         * src/compose.c
6053                 Sync with HEAD (compose window position saving)
6054
6055 2004-12-04 [paul]       0.9.12cvs182.3
6056
6057         * src/messageview.c
6058         * src/mimeview.c
6059         * src/prefs_customheader.c
6060         * src/gtk/quicksearch.c
6061                 replace some forgotten GTK_SIGNAL_FUNCs
6062
6063 2004-12-04 [paul]       0.9.12cvs182.2
6064
6065         * src/Makefile.am
6066                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
6067                 committed in error      
6068
6069 2004-12-04 [paul]       0.9.12cvs182.1
6070
6071         * ChangeLog
6072         * ChangeLog.claws
6073         * ChangeLog.jp
6074         * INSTALL
6075         * NEWS
6076         * README
6077         * README.jp
6078         * configure.ac
6079         * doc/manual/ja/Makefile.am
6080         * doc/manual/ja/sylpheed-1.html
6081         * doc/manual/ja/sylpheed-10.html
6082         * doc/manual/ja/sylpheed-11.html
6083         * doc/manual/ja/sylpheed-12.html
6084         * doc/manual/ja/sylpheed-13.html
6085         * doc/manual/ja/sylpheed-14.html
6086         * doc/manual/ja/sylpheed-15.html
6087         * doc/manual/ja/sylpheed-16.html
6088         * doc/manual/ja/sylpheed-17.html
6089         * doc/manual/ja/sylpheed-18.html
6090         * doc/manual/ja/sylpheed-19.html
6091         * doc/manual/ja/sylpheed-2.html
6092         * doc/manual/ja/sylpheed-20.html
6093         * doc/manual/ja/sylpheed-3.html
6094         * doc/manual/ja/sylpheed-4.html
6095         * doc/manual/ja/sylpheed-5.html
6096         * doc/manual/ja/sylpheed-6.html
6097         * doc/manual/ja/sylpheed-7.html
6098         * doc/manual/ja/sylpheed-8.html
6099         * doc/manual/ja/sylpheed-9.html
6100         * doc/manual/ja/sylpheed.html
6101         * doc/manual/ja/sylpheed.sgml
6102         * po/de.po
6103         * src/Makefile.am
6104         * src/compose.c
6105         * src/procmime.c
6106         * src/pixmaps/regular.xpm **REMOVED**
6107         * src/plugins/pgpmime/pgpmime.c
6108         * src/plugins/pgpmime/plugin.c
6109         * src/plugins/pgpmime/prefs_gpg.c
6110                 sync with HEAD
6111
6112 2004-12-03 [paul]       0.9.12cvs180.1
6113
6114         * ChangeLog
6115         * ChangeLog.claws
6116         * ChangeLog.jp
6117         * configure.ac
6118         * src/Makefile.am
6119         * src/pop.c
6120         * src/common/utils.c
6121         * src/common/utils.h
6122         * src/pixmaps/continue.xpm
6123         * src/pixmaps/dir_close.xpm
6124         * src/pixmaps/dir_open.xpm
6125         * src/pixmaps/drafts_close.xpm
6126         * src/pixmaps/drafts_open.xpm
6127         * src/pixmaps/folder.xpm **REMOVED**
6128         * src/pixmaps/group.xpm
6129         * src/pixmaps/unread.xpm
6130                 sync with HEAD
6131
6132 2004-12-02 [colin]      0.9.12cvs179.1
6133
6134         * src/compose.c
6135                 Sync with HEAD (non-duplicated reedition)
6136
6137 2004-12-02 [colin]      0.9.12cvs178.1
6138
6139         * src/compose.c
6140                 Sync with HEAD (linewrap_quote fix)
6141
6142 2004-12-01 [colin]      0.9.12cvs177.3
6143
6144         * src/addrharvest.c
6145                 Replace sizeof with strlen
6146
6147 2004-12-01 [paul]       0.9.12cvs177.2
6148
6149         * src/addrharvest.c
6150                 fix 'harvest addresses'
6151
6152 2004-11-30 [colin]      0.9.12cvs177.1
6153
6154         * src/gtk/prefswindow.c
6155         * src/gtk/pluginwindow.c
6156                 Sync with HEAD
6157
6158 2004-11-29 [colin]      0.9.12cvs176.1
6159
6160         * src/folderview.c
6161                 sync with HEAD (Fix disappearing separators in folderview's popup)
6162
6163 2004-11-29 [colin]      0.9.12cvs175.1
6164
6165         * src/procmime.c
6166                 Sync with head (another format fix)
6167
6168 2004-11-29 [colin]      0.9.12cvs174.1
6169
6170         * src/pop.c
6171                 Sync with HEAD (format string fix)
6172
6173 2004-11-26 [colin]      0.9.12cvs173.1
6174
6175         * src/common/smtp.c
6176         * src/common/smtp.h
6177                 Sync with HEAD
6178
6179 2004-11-24 [colin]      0.9.12cvs172.1
6180
6181         * src/plugins/pgpmime/pgpmime.c
6182                 Sync with HEAD
6183
6184 2004-11-24 [colin]      0.9.12cvs171.1
6185
6186         * src/plugins/pgpmime/pgpmime.c
6187                 Sync with head (gpgmectx leaks)
6188
6189 2004-11-24 [colin]      0.9.12cvs169.1
6190
6191         * src/plugins/pgpmime/plugin.c
6192         * src/plugins/trayicon/Makefile.am
6193         * src/plugins/trayicon/newmarkedmail.xpm
6194         * src/plugins/trayicon/trayicon.c
6195         * src/plugins/trayicon/unreadmarkedmail.xpm
6196                 Sync with HEAD
6197
6198 2004-11-23 [colin]      0.9.12cvs168.1
6199
6200         * src/partial_download.c
6201         * src/partial_download.h
6202         * src/plugins/pgpmime/plugin.c
6203                 Sync with HEAD
6204
6205 2004-11-23 [colin]      0.9.12cvs166.1
6206
6207         * src/Makefile.am
6208         * src/codeconv.c
6209         * src/compose.c
6210         * src/folderview.c
6211         * src/main.c
6212         * src/partial_download.c
6213         * src/partial_download.h
6214         * src/prefs_account.c
6215         * src/prefs_account.h
6216         * src/privacy.c
6217         * src/privacy.h
6218         * src/procmime.c
6219         * src/common/Makefile.am
6220         * src/common/base64.h
6221         * src/common/partial_download.c
6222         * src/common/partial_download.h
6223         * src/gtk/prefswindow.c
6224         * src/gtk/prefswindow.h
6225         * src/plugins/pgpmime/pgpmime.c
6226         * src/plugins/pgpmime/prefs_gpg.c
6227         * src/plugins/pgpmime/prefs_gpg.h
6228         * src/plugins/pgpmime/sgpgme.c
6229         * src/plugins/pgpmime/sgpgme.h
6230                 Sync with HEAD
6231
6232 2004-11-23 [colin]      0.9.12cvs163.1
6233
6234         * src/main.c
6235                 Sync with HEAD (cursor optimization)
6236
6237 2004-11-23 [colin]      0.9.12cvs162.1
6238
6239         * src/prefs_common.c
6240         * src/prefs_themes.c
6241         * src/procmsg.c
6242                 Sync with HEAD
6243
6244 2004-11-23 [colin]      0.9.12cvs158.9
6245
6246         * src/compose.c
6247                 Fix double-free when forwarding
6248         * src/msgcache.c
6249                 Fix leak on error path
6250                 
6251
6252 2004-11-23 [colin]      0.9.12cvs158.8
6253
6254         * src/compose.c
6255                 Fix possible double-free
6256                 Spotted by Alfons
6257
6258 2004-11-23 [colin]      0.9.12cvs158.7
6259
6260         * src/compose.c
6261                 Fix some signal handlers' prototypes
6262                 Spotted by Alfons
6263
6264 2004-11-22 [colin]      0.9.12cvs158.6
6265
6266         * src/compose.c
6267                 Remove unneeded code and duplicated
6268                 wrapping - patch by Alfons
6269
6270 2004-11-22 [colin]      0.9.12cvs158.5
6271
6272         * src/prefs_themes.c
6273                 Fix oversized selector
6274
6275 2004-11-22 [colin]      0.9.12cvs158.4
6276
6277         * src/compose.c
6278                 fix dump_text()
6279                 patch by Alfons
6280
6281 2004-11-19 [colin]      0.9.12cvs158.3
6282
6283         * src/textview.c
6284                 Add a context menu on links (open, copy)
6285
6286 2004-11-18 [paul]       0.9.12cvs158.2
6287
6288         * src/addrgather.c
6289         * src/exphtmldlg.c
6290         * src/expldifdlg.c
6291         * src/mimeview.c
6292         * src/prefs_common.c
6293         * src/plugins/image_viewer/viewer.c
6294         * src/plugins/spamassassin/spamassassin_gtk.c
6295                 replace deprecated gtk_notebook_set_page
6296                 and gtk_notebook_current_page
6297
6298 2004-11-18 [paul]       0.9.12cvs158.1
6299
6300         * configure.ac
6301         * src/compose.c
6302         * src/mainwindow.c
6303         * src/messageview.c
6304         * src/prefs_common.c
6305         * src/common/utils.c
6306         * src/common/utils.h
6307                 sync with HEAD
6308
6309 2004-11-17 [colin]      0.9.12cvs156.1
6310
6311         * src/prefs_account.c
6312         * src/prefs_account.h
6313         * src/procmsg.c
6314                 Sync with HEAD (add pref to store encrypted mails encrypted)
6315
6316 2004-11-17 [paul]       0.9.12cvs155.1
6317
6318         * ChangeLog
6319         * ChangeLog.claws
6320         * ChangeLog.jp
6321         * NEWS
6322         * configure.ac
6323         * src/compose.c
6324         * src/jpilot.c
6325         * src/privacy.c
6326         * src/procmime.c
6327         * src/procmime.h
6328         * src/procmsg.c
6329         * src/toolbar.c
6330         * src/pixmaps/error.xpm
6331                 sync with HEAD
6332
6333 2004-11-17 [colin]      0.9.12cvs151.1
6334
6335         * src/plugins/pgpmime/pgpmime.c
6336                 Sync with HEAD (remove debug printf)
6337
6338 2004-11-17 [colin]      0.9.12cvs150.1
6339
6340         * src/plugins/pgpmime/pgpmime.c
6341                 Sync with HEAD (off-by-one fix)
6342
6343 2004-11-17 [colin]      0.9.12cvs149.1
6344
6345         * src/procmsg.c
6346                 Sync with HEAD (coding style fixes)
6347
6348 2004-11-16 [colin]      0.9.12cvs148.1
6349
6350         * src/procmsg.c
6351                 Sync with head (Fix the fix)
6352
6353 2004-11-16 [colin]      0.9.12cvs147.1
6354
6355         * src/procmsg.c
6356                 Sync with Main (leak fix)
6357
6358 2004-11-16 [colin]      0.9.12cvs146.14
6359
6360         * src/compose.c
6361                 Remove useless chunk of code
6362                 Patch by Alfons
6363
6364 2004-11-15 [colin]      0.9.12cvs146.13
6365
6366         * src/compose.c
6367                 Fix drafting after insertion
6368                 Patch by Alfons
6369
6370 2004-11-15 [colin]      0.9.12cvs146.12
6371
6372         * src/compose.c
6373         * src/prefs_filtering.c
6374         * src/prefs_filtering_action.c
6375         * src/prefs_toolbar.c
6376                 Fix some const-correctness
6377
6378 2004-11-15 [colin]      0.9.12cvs146.11
6379
6380         * src/summaryview.c
6381         * src/prefs_themes.c
6382         * src/messageview.c
6383                 Fix some leaks
6384
6385 2004-11-15 [colin]      0.9.12cvs146.10
6386
6387         * src/codeconv.c
6388                 More unreadable locale fixes
6389
6390 2004-11-14 [colin]      0.9.12cvs146.9
6391
6392         * src/textview.c
6393                 Fix uri_security_check
6394                 Patch by Alfons
6395
6396 2004-11-13 [paul]       0.9.12cvs146.8
6397
6398         * src/folder.c
6399         * src/procmime.c
6400                 fix 2 bugs introduced in last commit
6401
6402 2004-11-13 [paul]       0.9.12cvs146.7
6403
6404         * src/compose.c
6405         * src/exporthtml.c
6406         * src/exportldif.c
6407         * src/folder.c
6408         * src/imap.c
6409         * src/imap_gtk.c
6410         * src/main.c
6411         * src/mainwindow.c
6412         * src/messageview.c
6413         * src/mh_gtk.c
6414         * src/prefs_themes.c
6415         * src/procmime.c
6416         * src/setup.c
6417         * src/summaryview.c
6418                 replace deprecated g_basename
6419
6420 2004-11-13 [paul]       0.9.12cvs146.6
6421
6422         * src/compose.c
6423         * src/imap.c
6424         * src/matcher_parser.h
6425         * src/matcher_parser_parse.y
6426         * src/prefs_filtering.c
6427         * src/prefs_filtering_action.c
6428         * src/prefs_themes.c
6429         * src/prefs_toolbar.c
6430         * src/common/utils.c
6431                 various small fixes/cleanups
6432
6433 2004-11-12 [colin]      0.9.12cvs146.5
6434
6435         * src/textview.c
6436                 Validate event's origin on visibility notify
6437                 Patch by Alfons.
6438
6439 2004-11-12 [paul]       0.9.12cvs146.4
6440
6441         * src/exporthtml.c
6442         * src/exportldif.c
6443         * src/imap.c
6444         * src/mh.c
6445         * src/mimeview.c
6446         * src/prefs_spelling.c
6447         * src/prefs_themes.c
6448                 replace deprecated g_dirname    
6449
6450 2004-11-12 [colin]      0.9.12cvs146.3
6451
6452         * src/textview.c
6453                 Some coding style fixes
6454
6455 2004-11-12 [colin]      0.9.12cvs146.2
6456
6457         * src/codeconv.c
6458                 We want to replace _all_ extended chars in
6459                 conv_unreadable_*, because any string containing
6460                 extended chars not parsing as UTF8 is 
6461                 undisplayed on gtk2.
6462
6463 2004-11-12 [paul]       0.9.12cvs146.1
6464
6465         * ChangeLog
6466         * ChangeLog.claws
6467         * ChangeLog.jp
6468         * NEWS
6469         * configure.ac
6470         * src/account.c
6471         * src/folderview.c
6472         * src/folderview.h
6473         * src/imap.c
6474         * src/imap_gtk.c
6475         * src/inc.c
6476         * src/mainwindow.c
6477         * src/mh_gtk.c
6478         * src/news_gtk.c
6479         * src/pop.c
6480         * src/prefs_account.c
6481         * src/prefs_account.h
6482         * src/prefs_ext_prog.c
6483         * src/procmime.c
6484         * src/procmime.h
6485         * src/procmsg.c
6486         * src/procmsg.h
6487         * src/summary_search.c
6488         * src/summaryview.c
6489         * src/textview.c
6490         * src/common/defs.h
6491         * src/common/utils.c
6492         * src/common/utils.h
6493         * src/gtk/menu.c
6494         * src/gtk/menu.h
6495                 sync with HEAD
6496
6497 2004-11-11 [colin]      0.9.12cvs144.2
6498
6499         * src/textview.c
6500                 Fix URI range selection (patch by Alfons)
6501
6502 2004-11-09 [colin]      0.9.12cvs144.1
6503
6504         * ChangeLog.claws
6505         * src/compose.c
6506         * src/folder.c
6507         * src/folder_item_prefs.c
6508         * src/prefs_account.c
6509         * src/prefs_account.h
6510         * src/plugins/pgpmime/pgpmime.c
6511                 Sync with HEAD
6512
6513 2004-11-08 [colin]      0.9.12cvs143.1
6514
6515         * src/summaryview.c
6516                 Sync with HEAD (optimize quicksearch)
6517
6518 2004-11-08 [colin]      0.9.12cvs142.2
6519
6520         * src/compose.c
6521                 Don't wrap when Edit/Auto wrapping is disabled
6522
6523 2004-11-08 [colin]      0.9.12cvs142.1
6524
6525         * src/textview.c
6526                 Sync with HEAD
6527
6528 2004-11-08 [colin]      0.9.12cvs141.1
6529
6530         * src/textview.c
6531                 Sync with HEAD (fix some mail URIs)
6532
6533 2004-11-08 [colin]      0.9.12cvs140.3
6534
6535         * src/textview.c
6536                 o Use text cursor instead of arrow when
6537                   not on a link
6538                 o Fix handling of contiguous links (as in
6539                   "colin@colino.net" <colin@colino.net>)
6540                   This one unveils a bug in get_email_part()
6541
6542 2004-11-07 [colin]      0.9.12cvs140.2
6543
6544         * src/textview.c
6545                 Fix memleak. Patch by Alfons.
6546
6547 2004-11-06 [colin]      0.9.12cvs140.1
6548
6549         * src/compose.c
6550                 Sync with HEAD (don't ask passphrase
6551                 when drafting)
6552
6553 2004-11-06 [paul]       0.9.12cvs139.2
6554
6555         * AUTHORS
6556         * src/textview.c
6557         * src/textview.h
6558                 textview URI handling. hovering over a 
6559                 link displays it in the status bar,
6560                 and changes the mouse pointer to a hand 
6561                 cursor. a link is activated with a single 
6562                 click. (Modified from the) patch by Jean-Yves 
6563                 Lefort <jylefort@users.sourceforge.net>
6564                 
6565
6566 2004-11-05 [colin]      0.9.12cvs139.1
6567
6568         * src/compose.c
6569         * src/procmime.c
6570                 Sync with HEAD again ^^
6571
6572 2004-11-05 [colin]      0.9.12cvs139.1
6573
6574         * src/compose.c
6575         * src/procmime.c
6576                 Sync with HEAD
6577
6578 2004-11-03 [paul]       0.9.12cvs138.1
6579
6580         * ChangeLog.claws
6581         * configure.ac
6582         * po/POTFILES.in
6583         * src/prefs_ext_prog.c
6584         * src/procmime.c
6585         * tools/kdeservicemenu/README
6586         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6587         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6588                 sync with HEAD
6589
6590 2004-11-01 [christoph]  0.9.12cvs136.2
6591
6592         * src/procmime.c
6593                 convert MIME parameters to UTF-8
6594
6595 2004-10-29 [colin]      0.9.12cvs136.1
6596
6597         * src/common/utils.c
6598                 Sync with HEAD (don't use '=' in mime boundary)
6599
6600 2004-10-29 [paul]       0.9.12cvs135.1
6601
6602         * configure.ac
6603         * doc/src/rfc2231.txt
6604         * src/procmime.c
6605         * src/common/quoted-printable.c
6606         * src/common/utils.c
6607         * src/common/utils.h
6608                 sync with HEAD
6609
6610 2004-10-27 [paul]       0.9.12cvs134.1
6611
6612         * configure.ac
6613         * src/main.c
6614         * src/procmime.c
6615         * src/plugins/pgpmime/pgpmime.c
6616                 sync with HEAD
6617
6618 2004-10-26 [paul]       0.9.12cvs132.3
6619
6620         * src/account.c
6621         * src/addressbook.c
6622         * src/addrgather.c
6623         * src/addrharvest.c
6624         * src/codeconv.c
6625         * src/compose.c
6626         * src/customheader.c
6627         * src/editaddress.c
6628         * src/editgroup.c
6629         * src/enriched.c
6630         * src/expldifdlg.c
6631         * src/exporthtml.c
6632         * src/exportldif.c
6633         * src/folder.c
6634         * src/foldersel.c
6635         * src/folderview.c
6636         * src/grouplistdialog.c
6637         * src/html.c
6638         * src/imap.c
6639         * src/jpilot.c
6640         * src/ldapserver.c
6641         * src/ldif.c
6642         * src/mimeview.c
6643         * src/news.c
6644         * src/news_gtk.c
6645         * src/pop.c
6646         * src/prefs_display_header.c
6647         * src/prefs_gtk.c
6648         * src/prefs_msg_colors.c
6649         * src/prefs_toolbar.c
6650         * src/procheader.c
6651         * src/procmime.c
6652         * src/summaryview.c
6653         * src/textview.c
6654         * src/toolbar.c
6655         * src/vcard.c
6656         * src/common/mgutils.c
6657         * src/common/nntp.c
6658         * src/common/smtp.c
6659         * src/common/template.c
6660         * src/common/utils.c
6661         * src/common/xmlprops.c
6662         * src/plugins/pgpmime/pgpmime.c
6663         * src/plugins/pgpmime/select-keys.c
6664         * src/plugins/pgpmime/sgpgme.c
6665                 replace deprecated g_strcasecmp(), g_strncasecmp(),
6666                 g_string_sprintfa(), gtk_notebook_current_page()
6667
6668 2004-10-26 [colin]      0.9.12cvs132.2
6669
6670         * src/prefs_folder_item.c
6671                 Fix default-account selection
6672
6673 2004-10-21 [colin]      0.9.12cvs133
6674
6675         * src/compose.c
6676                 Sync with HEAD (Remove extra separator in compose's Options)
6677         * src/textview.c
6678                 Set wrapping to char
6679
6680 2004-10-21 [paul]       0.9.12cvs131.2
6681
6682         * src/compose.c
6683         * src/sourcewindow.c
6684                 fix wrapping
6685                 fix window shrinking 
6686
6687 2004-10-21 [colin]      0.9.12cvs131.1
6688
6689         * ChangeLog.claws
6690         * src/compose.c
6691                 Sync with HEAD
6692
6693 2004-10-21 [paul]       0.9.12cvs130.2
6694
6695         * src/prefs_folder_item.c
6696                 sync with HEAD (Apply to subfolders)
6697
6698 2004-10-19 [colin]      0.9.12cvs130.1
6699
6700         * ChangeLog.claws
6701         * src/compose.c
6702         * src/common/utils.c
6703         * src/gtk/menu.c
6704                 Sync with HEAD
6705
6706 2004-10-19 [colin]      0.9.12cvs128.1
6707
6708         * src/addrbook.c
6709         * src/addrcache.c
6710         * src/addressbook.c
6711         * src/codeconv.c
6712         * src/compose.c
6713         * src/customheader.c
6714         * src/editaddress.c
6715         * src/editgroup.c
6716         * src/exporthtml.c
6717         * src/folder.c
6718         * src/folderview.c
6719         * src/imap.c
6720         * src/jpilot.c
6721         * src/main.c
6722         * src/matcher_parser_parse.y
6723         * src/mbox.c
6724         * src/pop.c
6725         * src/prefs_account.c
6726         * src/prefs_gtk.c
6727         * src/prefs_msg_colors.c
6728         * src/procheader.c
6729         * src/procmime.c
6730         * src/procmime.h
6731         * src/procmsg.c
6732         * src/summaryview.c
6733         * src/textview.c
6734         * src/common/base64.c
6735         * src/common/partial_download.c
6736         * src/common/socket.c
6737         * src/common/sylpheed.c
6738         * src/common/utils.c
6739         * src/common/utils.h
6740         * src/gtk/pluginwindow.c
6741         * src/gtk/quicksearch.c
6742         * src/plugins/clamav/clamav_plugin.c
6743         * src/plugins/clamav/clamav_plugin.h
6744         * src/plugins/clamav/clamav_plugin_gtk.c
6745         * src/plugins/pgpmime/passphrase.c
6746         * src/plugins/pgpmime/pgpmime.c
6747         * src/plugins/pgpmime/plugin.c
6748         * src/plugins/pgpmime/prefs_gpg.c
6749         * src/plugins/pgpmime/prefs_gpg.h
6750         * src/plugins/pgpmime/select-keys.c
6751         * src/plugins/pgpmime/sgpgme.c
6752         * src/plugins/spamassassin/libspamc.c
6753         * src/plugins/spamassassin/spamassassin.c
6754         * src/plugins/spamassassin/spamassassin.h
6755         * src/plugins/spamassassin/spamassassin_gtk.c
6756         * src/plugins/trayicon/trayicon.c
6757         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6758                 Sync with HEAD
6759
6760 2004-10-14 [colin]      0.9.12cvs126.2
6761
6762         * src/codeconv.c
6763         * src/textview.c
6764                 Fix conv_unreadable_locale
6765
6766 2004-10-13 [colin]      0.9.12cvs126.1
6767
6768         * src/compose.c
6769                 Sync with HEAD (don't convert charset for 
6770                 drafted messages, minor cleanup)
6771
6772 2004-10-13 [colin]      0.9.12cvs125.1
6773
6774         * po/POTFILES.in
6775                 Sync with HEAD (POTFILES fix)
6776
6777 2004-10-12 [colin]      0.9.12cvs124.3
6778
6779         * src/compose.c
6780                 Fix encoding bug from latest sync
6781
6782 2004-10-12 [paul]       0.9.12cvs124.2
6783
6784         * src/plugins/pgpmime/prefs_gpg.c
6785         * src/plugins/pgpmime/prefs_gpg.h
6786                 forgotten in last commit        
6787
6788 2004-10-12 [paul]       0.9.12cvs124.1
6789
6790         * ChangeLog.claws
6791         * configure.ac
6792         * m4/spamassassin.m4
6793         * src/Makefile.am
6794         * src/account.c
6795         * src/compose.c
6796         * src/compose.h
6797         * src/crash.c
6798         * src/main.c
6799         * src/mimeview.c
6800         * src/passphrase.c
6801         * src/passphrase.h
6802         * src/prefs_account.c
6803         * src/prefs_account.h
6804         * src/prefs_common.c
6805         * src/privacy.c
6806         * src/privacy.h
6807         * src/procmime.c
6808         * src/procmime.h
6809         * src/procmsg.c
6810         * src/rfc2015.c
6811         * src/rfc2015.h
6812         * src/select-keys.c
6813         * src/select-keys.h
6814         * src/textview.c
6815         * src/common/utils.c
6816         * src/common/utils.h
6817         * src/gtk/about.c
6818         * src/plugins/pgpmime/Makefile.am
6819         * src/plugins/pgpmime/passphrase.c
6820         * src/plugins/pgpmime/passphrase.h
6821         * src/plugins/pgpmime/pgpmime.c
6822         * src/plugins/pgpmime/plugin.c
6823         * src/plugins/pgpmime/select-keys.c
6824         * src/plugins/pgpmime/select-keys.h
6825         * src/plugins/pgpmime/sgpgme.c
6826         * src/plugins/pgpmime/sgpgme.h
6827                 sync with HEAD
6828
6829 2004-10-04 [colin]      0.9.12cvs122.1
6830
6831         * src/mainwindow.c
6832         * src/messageview.c
6833         * src/messageview.h
6834         * src/textview.c
6835                 Sync with HEAD
6836
6837 2004-10-04 [colin]      0.9.12cvs121.1
6838
6839         * src/summaryview.c
6840                 Sync with HEAD
6841
6842 2004-10-04 [paul]       0.9.12cvs120.1
6843
6844         * configure.ac
6845                 sync with HEAD [don't try to build 
6846                 pgpmime plugin when gpgme is disabled]
6847
6848 2004-10-03 [colin]      0.9.12cvs119.3
6849
6850         * src/gtk/gtksctree.c
6851                 Lots of side effects. Put back as before 117.2.
6852         * src/summaryview.c
6853                 Fix bug #602
6854
6855 2004-10-03 [colin]      0.9.12cvs119.2
6856
6857         * src/gtk/gtksctree.c
6858                 Revert 608 fix that doesn't work that good
6859
6860 2004-10-02 [colin]      0.9.12cvs119.1
6861
6862         * src/mainwindow.c
6863         * src/messageview.c
6864         * src/prefs_common.h
6865         * src/procmime.c
6866         * src/procmime.h
6867         * src/textview.c
6868                 Sync with HEAD
6869         * src/gtk/gtksctree.c
6870                 Close bug #608
6871
6872 2004-10-01 [colin]      0.9.12cvs118.1
6873
6874         * src/mimeview.c
6875                 Sync with HEAD (better Save All fix)
6876
6877 2004-10-01 [colin]      0.9.12cvs117.2
6878
6879         * src/gtk/gtksctree.c
6880                 Faster on selection
6881
6882 2004-10-01 [colin]      0.9.12cvs117.1
6883
6884         * src/mimeview.c
6885                 Sync with HEAD (Save All: only attachments)
6886
6887 2004-10-01 [paul]       0.9.12cvs116.1
6888
6889         * ChangeLog.claws
6890         * configure.ac
6891         * src/account.c
6892         * src/prefs_common.c
6893         * src/gtk/colorlabel.c
6894                 sync with HEAD
6895
6896 2004-09-30 [colin]      0.9.12cvs115.1
6897
6898         * src/stock_pixmap.c
6899         * src/stock_pixmap.h
6900         * src/folderview.c
6901         * src/Makefile.am
6902         * src/pixmaps/read.xpm
6903                 Sync with HEAD (new pixmap)
6904
6905 2004-09-29 [colin]      0.9.12cvs114.1
6906
6907         * src/compose.c
6908                 Sync with HEAD
6909                 Fix focus handling in headers
6910
6911 2004-09-29 [paul]       0.9.12cvs113.1
6912
6913         * src/quote_fmt_parse.y
6914                 sync with HEAD
6915  
6916
6917 2004-09-28 [colin]      0.9.12cvs112.1
6918
6919         * src/folderview.c
6920         * src/mainwindow.c
6921                 Sync with HEAD
6922
6923 2004-09-28 [colin]      0.9.12cvs110.1
6924
6925         * src/folderview.c
6926                 Sync with HEAD (Contextual Empty trash menu)
6927
6928 2004-09-28 [colin]      0.9.12cvs108.1
6929
6930         * src/addressbook.c
6931                 Sync with HEAD (addressbook edit on double-click)
6932
6933 2004-09-28 [colin]      0.9.12cvs106.1
6934
6935         * src/inc.c
6936                 Sync with HEAD (folder_item freeze on inc)
6937
6938 2004-09-27 [colin]      0.9.12cvs105.1
6939
6940         * src/folderview.c
6941                 Sync with HEAD (right-align new and unread column)
6942
6943 2004-09-27 [colin]      0.9.12cvs104.1
6944
6945         * src/main.c
6946                 Sync with HEAD (revert 0.9.12cvs101)
6947
6948 2004-09-24 [colin]      0.9.12cvs103.2
6949
6950         * src/wizard.c
6951                 Fix gtk warnings and use domain part of the email address 
6952                 when domain detection fails (no dot in domain name)
6953
6954 2004-09-23 [colin]      0.9.12cvs103.1
6955
6956         * src/plugins/spamassassin/libspamc.c
6957         * src/plugins/spamassassin/libspamc.h
6958         * src/plugins/spamassassin/utils.c
6959         * src/plugins/spamassassin/utils.h
6960                 Sync with HEAD (Update spamassassin to 3.0)
6961
6962 2004-09-21 [colin]      0.9.12cvs102.3
6963
6964         * src/action.c
6965                 Add horizontal scrollbar in action io dialog as needed
6966                 Patch by Alfons.
6967
6968 2004-09-20 [colin]      0.9.12cvs102.2
6969
6970         * src/plugins/image_viewer/viewer.c
6971                 Remove imlib stuff
6972                 use gtk_pixmap_set when clearing
6973                 (would be better to use gtkImages, but causes size-allocate 
6974                 signals storm)
6975
6976 2004-09-17 [paul]       0.9.12cvs102.1
6977
6978         * ChangeLog
6979         * ChangeLog.claws
6980         * ChangeLog.jp
6981         * configure.ac
6982         * src/inc.c
6983                 sync with HEAD
6984
6985
6986 2004-09-17 [colin]      0.9.12cvs101.1
6987
6988         * ChangeLog.claws
6989         * src/main.c
6990                 Sync with HEAD (fix segs at exit)
6991
6992 2004-09-14 [colin]      0.9.12cvs99.5
6993
6994         * src/common/socket.c
6995         * AUTHORS
6996                 Fix send error on 64bit platforms
6997                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
6998
6999 2004-09-14 [colin]      0.9.12cvs99.4
7000
7001         * src/action.c
7002                 Fix action output with utf8 
7003                 Patch by Alfons.
7004
7005 2004-09-14 [colin]      0.9.12cvs99.3
7006
7007         * ChangeLog.claws
7008         * src/folder.c
7009                 Sync with HEAD
7010
7011 2004-09-09 [colin]      0.9.12cvs99.2
7012
7013         * src/action.c
7014                 Fix progress bar (displaying "Completed %v/%u")
7015                 Patch by Alfons.
7016
7017 2004-09-08 [colin]      0.9.12cvs99.1
7018
7019         * src/account.c
7020         * src/folder.c
7021         * src/procmsg.c
7022         * src/procmsg.h
7023         * src/plugins/pgpmime/pgpmime.c
7024                 Sync with HEAD
7025
7026 2004-09-08 [colin]      0.9.12cvs97.2
7027
7028         * src/summaryview.c
7029                 Don't select mails in collapsed threads 
7030                 when navigating with up/down
7031
7032 2004-09-07 [colin]      0.9.12cvs97.1
7033
7034         * src/inc.c
7035                 Sync with HEAD (meaningful error messages)
7036
7037 2004-09-06 [colin]      0.9.12cvs96.1
7038
7039         * src/toolbar.c
7040                 Sync with HEAD (fix Redirect graying out)
7041
7042 2004-09-06 [colin]      0.9.12cvs95.1
7043
7044         * src/summaryview.c
7045         * src/mimeview.c
7046                 Sync with HEAD (fix dropped URIs)
7047
7048 2004-09-06 [colin]      0.9.12cvs94.1
7049
7050         * src/addressbook.c
7051         * src/addressitem.h
7052         * src/addritem.c
7053         * src/addritem.h
7054                 Sync with HEAD (addressbook DnD)
7055
7056 2004-09-03 [colin]      0.9.12cvs93.1
7057
7058         * src/summaryview.c
7059                 Sync with HEAD (next/prev unread)
7060
7061 2004-09-03 [colin]      0.9.12cvs92.1
7062
7063         * src/prefs_common.c
7064         * src/prefs_common.h
7065         * src/summaryview.c
7066                 Sync with HEAD ('mark_as_read_delay' pref)
7067
7068 2004-09-02 [colin]      0.9.12cvs91.2
7069
7070         * src/common/xml.c
7071                 Fix leak
7072
7073 2004-09-02 [colin]      0.9.12cvs91.1
7074
7075         * src/gtk/menu.c
7076                 Sync with HEAD (menu accel don't work, but whatever)
7077
7078 2004-09-02 [colin]      0.9.12cvs90.1
7079
7080         * src/account.c
7081                 Sync with HEAD (fix bug 582)
7082
7083 2004-09-02 [colin]      0.9.12cvs89.1
7084
7085         * src/addrindex.c
7086                 Sync with HEAD (free deleted queries)
7087
7088 2004-09-02 [colin]      0.9.12cvs88.1
7089
7090         * src/ldapquery.c
7091                 Sync with HEAD (fix LDAP freezes)
7092
7093 2004-09-02 [colin]      0.9.12cvs87.1
7094
7095         * src/prefs_spelling.c
7096                 Sync with HEAD (add default dictionary)
7097
7098 2004-09-01 [colin]      0.9.12cvs86.1
7099
7100         * src/filtering.c
7101         * src/folderview.c
7102         * src/imap.c
7103         * src/prefs_matcher.c
7104         * src/stock_pixmap.c
7105         * src/summary_search.c
7106         * src/summaryview.c
7107         * src/wizard.c
7108         * src/wizard.h
7109                 Sync with HEAD (uninitialized vars fixes)
7110                 + gtk2 specific warning fixes
7111
7112 2004-08-31 [colin]      0.9.12cvs85.1
7113
7114         * src/folder.c
7115                 Sync with HEAD (Fix memory corruption due to 
7116                 uninitialized var)
7117
7118 2004-08-31 [colin]      0.9.12cvs84.4
7119
7120         * src/summary_search.c
7121                 Fix segfaults when searching in folders with broken headers
7122
7123 2004-08-31 [colin]      0.9.12cvs84.3
7124
7125         * src/compose.c
7126         * src/textview.c
7127                 Fix some more encoding/decoding issues
7128
7129 2004-08-30 [colin]      0.9.12cvs84.2
7130
7131         * src/mimeview.c
7132         * src/prefs_themes.c
7133         * src/gtk/filesel.c
7134         * src/gtk/filesel.h
7135                 Add a folder-mode selection (fixes mimeview's "Save all")
7136
7137 2004-08-29 [colin]      0.9.12cvs84.1
7138
7139         * src/mimeview.c
7140                 Sync with HEAD (don't escape saved filenames)
7141
7142 2004-08-27 [colin]      0.9.12cvs83.1
7143
7144         * ChangeLog
7145         * ChangeLog.claws
7146         * ChangeLog.jp
7147         * src/mh.c
7148         * src/procheader.c
7149         * src/procmsg.c
7150         * src/procmsg.h
7151         * src/common/utils.c
7152         * src/gtk/menu.h
7153         * po/
7154                 Sync with HEAD 0.9.12cvs83 (sync with main)
7155
7156 2004-08-26 [colin]      0.9.12cvs82.4
7157
7158         * src/codeconv.c
7159                 Fix strange stack corruption
7160                 Convert to utf8 after unmime, not before
7161
7162 2004-08-26 [colin]      0.9.12cvs82.3
7163
7164         * src/main.c
7165         * src/wizard.c
7166                 Fix account folders duplication
7167
7168 2004-08-25 [colin]      0.9.12cvs82.2
7169
7170         * src/wizard.c
7171                 Remove ports
7172                 Add SSL selection
7173                 Use login@server as account name
7174
7175 2004-08-25 [colin]      0.9.12cvs82.1
7176
7177         * src/plugins/pgpmime/pgpmime.c
7178                 Sync with HEAD (leak fix).
7179
7180 2004-08-25 [colin]      0.9.12cvs81.1
7181
7182         * src/plugins/pgpmime/pgpmime.c
7183         * src/plugins/pgpmime/sgpgme.c
7184         * src/plugins/pgpmime/sgpgme.h
7185                 Sync with HEAD (Handle combined messages).
7186
7187 2004-08-24 [colin]      0.9.12cvs80.3
7188
7189         * src/wizard.c
7190                 Fix full name, ports, and imap
7191
7192 2004-08-24 [colin]      0.9.12cvs80.2
7193
7194         * src/Makefile.am
7195         * src/main.c
7196         * src/setup.c
7197         * src/setup.h
7198         * src/stock_pixmap.c
7199         * src/stock_pixmap.h
7200         * src/wizard.c ** ADDED **
7201         * src/wizard.h ** ADDED ** 
7202         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
7203                 Add a setup wizard 
7204
7205 2004-08-24 [colin]      0.9.12cvs80.1
7206
7207         * src/folder.c
7208                 Sync with HEAD (set mimeflags on all messages)
7209
7210 2004-08-24 [colin]      0.9.12cvs79.3
7211
7212         * src/matcher_parser_lex.l
7213                 Fix 8bits strings not in utf8
7214
7215 2004-08-24 [colin]      0.9.12cvs79.2
7216
7217         * src/compose.c
7218                 Check conversion result before replacing buffer
7219
7220 2004-08-23 [colin]      0.9.12cvs79.1
7221
7222         * src/compose.c
7223                 Sync with HEAD (create message header in memory)
7224
7225 2004-08-23 [colin]      0.9.12cvs78.1
7226
7227         * src/rfc2015.c
7228         * src/rfc2015.h
7229                 Sync with HEAD (fix bug 197 again)
7230
7231 2004-08-23 [colin]      0.9.12cvs77.3
7232
7233         * src/compose.c
7234                 Fix again inline gpg signing (which outputs utf8
7235                 in gtk2). Not syncing this fix to HEAD as this 
7236                 code is meant to die.
7237
7238 2004-08-23 [colin]      0.9.12cvs77.2
7239
7240         * src/prefs_account.h
7241                 Remove useless include
7242
7243 2004-08-23 [colin]      0.9.12cvs77.1
7244
7245         * src/imap.c
7246         * po/es.po
7247         * po/fr.po
7248         * po/it.po
7249         * po/pl.po
7250         * po/pt_BR.po
7251         * po/sk.po
7252         * po/sr.po
7253                 Sync with HEAD (fix bug 577)
7254
7255 2004-08-22 [colin]      0.9.12cvs76.1
7256
7257         * src/plugins/trayicon/trayicon.c
7258                 Sync with HEAD (fix formatting bug)
7259
7260 2004-08-21 [colin]      0.9.12cvs74.2
7261
7262         * src/gtk/colorsel.c
7263                 Fix bug 564 (Folder color selection window exits on any
7264                 keypress)
7265
7266 2004-08-21 [colin]      0.9.12cvs74.1
7267
7268         * ChangeLog.claws
7269         * src/compose.c
7270         * src/summaryview.c
7271         * src/toolbar.c
7272                 Sync with HEAD (fix bug 576)
7273
7274 2004-08-21 [colin]      0.9.12cvs70.1
7275
7276         * src/compose.c
7277         * src/mainwindow.c
7278                 Sync with HEAD
7279                 
7280
7281 2004-08-21 [paul]       0.9.12cvs66.4
7282
7283         * src/mainwindow.c
7284         * src/messageview.c
7285         * src/gtk/menu.c
7286         * src/plugins/spamassassin/spamassassin_gtk.c
7287                 remove some deprecated gtk1 functions
7288
7289
7290 2004-08-21 [colin]      0.9.12cvs66.3
7291
7292         * src/compose.c
7293         * src/codeconv.c
7294                 Fix warnings
7295                 Remove encoding hacks
7296                 Fix bug 575 (Strange character messes up message)
7297                 Don't display conversion error when drafting
7298
7299 2004-08-21 [paul]       0.9.12cvs66.2
7300
7301         * src/prefs_account.c
7302                 fix GnuPG mode bugs
7303
7304
7305 2004-08-20 [colin]      0.9.12cvs66.1
7306
7307         * src/codeconv.c
7308                 Sync with HEAD 0.9.12cvs66
7309
7310 2004-08-20 [paul]
7311
7312         * src/plugins/pgpmime/plugin.c
7313                 modify PGP/MIME plugin's description
7314
7315 2004-08-17 [colin]      0.9.12cvs65.1
7316
7317         * src/common/ssl.c
7318         * src/plugins/pgpmime/plugin.c
7319                 Sync with HEAD
7320
7321 2004-08-14 [colin]      0.9.12cvs60.3
7322
7323         * src/plugins/trayicon/trayicon.c
7324                 Put back resize callback, on size-request signal
7325                 rather than size-allocate to avoid infinite 
7326                 callback loop
7327
7328 2004-08-13 [colin]      0.9.12cvs60.2
7329
7330         * src/common/defs.h
7331                 Cache versions have been fixed
7332
7333 2004-08-13 [colin]      0.9.12cvs60.1
7334
7335         * src/folderutils.c
7336                 Sync with HEAD
7337
7338 2004-08-12 [colin]      0.9.12cvs59.1
7339
7340         * src/plugins/trayicon/trayicon.c
7341                 Sync with HEAD
7342
7343 2004-08-12 [colin]      0.9.12cvs57.5
7344
7345         * sylpheed.desktop
7346         * configure.ac
7347         * src/Makefile.am
7348         * src/main.c
7349                 Add support for Freedesktop.org's startup notification
7350
7351 2004-08-11 [colin]      0.9.12cvs57.4
7352
7353         * src/textview.c
7354                 Fix off-by-one
7355
7356 2004-08-11 [colin]      0.9.12cvs57.3
7357
7358         * src/message_search.c
7359         * src/summary_search.c
7360                 Make searches case insensitive by default
7361         * src/textview.c
7362                 Fix case-insensitive search in message
7363
7364 2004-08-11 [colin]      0.9.12cvs57.2
7365
7366         * src/summary_search.c
7367                 Let case-sensitive be specified
7368
7369 2004-08-10 [colin]      0.9.12cvs55.4
7370
7371         * src/common/socket.c
7372                 Fix the possible race condition
7373
7374 2004-08-09 [paul]       0.9.12cvs55.3
7375
7376         * configure.ac
7377         * src/Makefile.am
7378         * src/common/Makefile.am
7379                 sync with HEAD
7380
7381
7382 2004-08-09 [paul]       0.9.12cvs55.2
7383
7384         * autogen.sh
7385         * po/poconv.sh
7386                 remove unneeded script
7387
7388         * configure.ac
7389                 add forgotten USE_LDAP_TLS (sync with HEAD)
7390
7391
7392 2004-08-09 [colin]      0.9.12cvs55.1
7393
7394         * src/main.c
7395         * src/common/ssl.c
7396         * src/common/sylpheed.c
7397         * src/common/sylpheed.h
7398                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
7399
7400 2004-08-09 [paul]       0.9.12cvs54.1
7401
7402         * ChangeLog
7403         * ChangeLog.claws
7404         * ChangeLog.jp
7405         * configure.ac
7406         * po/POTFILES.in
7407         * src/Makefile.am
7408         * src/folderutils.c
7409         * src/main.c
7410         * src/pgpmime.c
7411         * src/pgpmime.h
7412         * src/sgpgme.c
7413         * src/sgpgme.h
7414         * src/plugins/Makefile.am
7415         * src/plugins/pgpmime/.cvsignore
7416         * src/plugins/pgpmime/Makefile.am
7417         * src/plugins/pgpmime/pgpmime.c
7418         * src/plugins/pgpmime/pgpmime.h
7419         * src/plugins/pgpmime/plugin.c
7420         * src/plugins/pgpmime/sgpgme.c
7421         * src/plugins/pgpmime/sgpgme.h
7422                 sync with HEAD
7423
7424 2004-08-08 [paul]       0.9.12cvs51.1
7425
7426         * configure.ac
7427         * src/folder.c
7428                 sync with HEAD
7429
7430 2004-08-07 [colin]      0.9.12cvs50.1
7431
7432         * src/pop.c
7433         * src/common/partial_download.c
7434                 fix warnings (sync from HEAD)
7435
7436 2004-08-07 [colin]      0.9.12cvs48.1
7437
7438         * src/prefs_folder_item.c
7439                 sync with HEAD 0.9.12cvs48
7440
7441 2004-08-06 [colin]      0.9.12cvs47.1
7442
7443         * src/compose.c
7444                 Sync with HEAD
7445
7446 2004-08-06 [christoph]  0.9.12cvs46.2
7447
7448         * src/main.c
7449         * src/plugins/clamav/clamav_plugin_gtk.c
7450         * src/plugins/dillo_viewer/dillo_viewer.c
7451         * src/plugins/image_viewer/plugin.c
7452         * src/plugins/mathml_viewer/mathml_viewer.c
7453         * src/plugins/spamassassin/spamassassin_gtk.c
7454         * src/plugins/trayicon/trayicon.c
7455                 don't mix GTK1.2 plugin with GTK2 plugins
7456
7457 2004-08-06 [colin]      0.9.12cvs46.1
7458
7459         * ChangeLog
7460         * ChangeLog.claws
7461         * ChangeLog.jp
7462         * configure.ac
7463         * sylpheed-claws.pc.in
7464         * src/folder.c
7465         * src/imap.c
7466         * src/localfolder.c
7467         * src/messageview.c
7468         * src/mimeview.c
7469         * src/mimeview.h
7470         * src/msgcache.c
7471         * src/news.c
7472         * src/prefs_ext_prog.c
7473         * src/prefs_folder_item.c
7474         * src/prefs_fonts.c
7475         * src/prefs_msg_colors.c
7476         * src/prefs_spelling.c
7477         * src/prefs_themes.c
7478         * src/prefs_toolbar.c
7479         * src/prefs_wrapping.c
7480         * src/procmime.h
7481         * src/common/defs.h
7482         * src/common/nntp.c
7483         * src/common/session.c
7484         * src/common/session.h
7485         * src/common/socket.c
7486         * src/common/utils.h
7487         * src/common/xml.c
7488         * src/common/xml.h
7489         * src/gtk/prefswindow.c
7490         * src/gtk/prefswindow.h
7491         * src/plugins/clamav/clamav_plugin_gtk.c
7492         * src/plugins/dillo_viewer/dillo_prefs.c
7493         * src/plugins/image_viewer/viewerprefs.c
7494         * src/plugins/spamassassin/spamassassin_gtk.c
7495         * m4/openssl.m4 *** REMOVED ***
7496                 Sync with HEAD 0.9.12cvs46
7497
7498 2004-08-03 [paul]       0.9.12cvs40.2
7499
7500         * src/action.c
7501         * src/addressadd.c
7502         * src/addressbook.c
7503         * src/addrgather.c
7504         * src/browseldap.c
7505         * src/compose.c
7506         * src/crash.c
7507         * src/editaddress.c
7508         * src/editgroup.c
7509         * src/editldap_basedn.c
7510         * src/foldersel.c
7511         * src/importldif.c
7512         * src/mimeview.c
7513         * src/prefs_common.c
7514         * src/prefs_template.c
7515         * src/sourcewindow.c
7516         * src/summaryview.c
7517         * src/gtk/about.c
7518         * src/gtk/foldersort.c
7519         * src/gtk/logwindow.c
7520         * src/gtk/pluginwindow.c
7521         * src/gtk/prefswindow.c
7522                 change all gtk_scrolled_window_set_policy from 
7523                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
7524
7525 2004-08-02 [paul]       0.9.12cvs40.1
7526
7527         * AUTHORS
7528                 update translation team section
7529         * po/pt_BR.po
7530                 updated by Frederico Goncalves Guimaraes
7531                 <fggdebian@yahoo.com.br>
7532
7533 2004-07-31 [colin]      0.9.12cvs39.9
7534
7535         * src/exphtmldlg.c
7536                 Fix compilation
7537
7538 2004-07-31 [colin]      0.9.12cvs39.8
7539
7540         * src/exphtmldlg.c
7541                 Fix an alertpanel type
7542
7543 2004-07-30 [colin]      0.9.12cvs39.7
7544
7545         * src/alertpanel.c
7546                 Fix alertpanel_error_log's icon
7547
7548 2004-07-30 [colin]      0.9.12cvs39.6
7549
7550         * src/pop.c
7551                 Two of them should still be warnings
7552
7553 2004-07-30 [colin]      0.9.12cvs39.5
7554
7555         * src/pop.c
7556                 More warning -> error
7557 2004-07-29 [colin]      0.9.12cvs39.4
7558
7559         * src/pop.c
7560                 Warning -> error
7561
7562 2004-07-29 [colin]      0.9.12cvs39.3
7563
7564         * src/prefs_matcher.c
7565                 Fix segfault
7566
7567 2004-07-29 [colin]      0.9.12cvs39.2
7568
7569         * src/alertpanel.c
7570                 More nice-looking alertpanels
7571
7572 2004-07-29 [colin]      0.9.12cvs39.1
7573
7574         * src/messageview.c
7575                 sync with head
7576                 (inform user when partial mail is deleted on server)
7577
7578 2004-07-29 [colin]      0.9.12cvs38.1
7579
7580         * src/messageview.c
7581                 sync with head
7582
7583 2004-07-28 [paul]       0.9.12cvs37.7
7584
7585         * src/mainwindow.c
7586                 complete the replacement of deprecated gtk_progress_*
7587
7588 2004-07-28 [paul]       0.9.12cvs37.6
7589
7590         * src/action.c
7591         * src/inc.c
7592         * src/mainwindow.c
7593         * src/send_message.c
7594         * src/gtk/progressdialog.c
7595         * src/gtk/progressdialog.h
7596                 replace deprecated gtk_progress_*
7597
7598 2004-07-28 [paul]       0.9.12cvs37.5
7599
7600         * src/gtk/filesel.c
7601                 remove gtk_window_set_wmclass()
7602 2004-07-28 [paul]       0.9.12cvs37.4
7603
7604         * src/addressbook.c
7605         * src/compose.c
7606         * src/foldersel.c
7607         * src/mainwindow.c
7608         * src/messageview.c
7609         * src/sourcewindow.c
7610         * src/gtk/logwindow.c
7611                 remove gtk_window_set_wmclass()
7612                 
7613         * src/prefs_filtering.c
7614         * src/prefs_filtering_action.c
7615         * src/prefs_fonts.c
7616         * src/prefs_gtk.c
7617         * src/prefs_matcher.c
7618         * src/ssl_manager.c
7619         * src/gtk/prefswindow.c
7620                 replace gtk_window_position()
7621
7622 2004-07-28 [colin]      0.9.12cvs37.3
7623
7624         * src/alertpanel.c
7625         * src/alertpanel.h
7626                 Add a way to specify panel type for specific
7627                 panels (alertpanel())
7628         * src/account.c
7629         * src/addressbook.c
7630         * src/compose.c
7631         * src/expldifdlg.c
7632         * src/main.c
7633         * src/messageview.c
7634         * src/summaryview.c
7635         * src/textview.c
7636         * src/gtk/sslcertwindow.c
7637                 Fix alertpanel()s so that their icon match
7638                 their real type
7639
7640 2004-07-28 [paul]       0.9.12cvs37.2
7641
7642         * src/addr_compl.c
7643         * src/addressbook.c
7644         * src/alertpanel.c
7645         * src/compose.c
7646         * src/export.c
7647         * src/foldersel.c
7648         * src/folderview.c
7649         * src/grouplistdialog.c
7650         * src/import.c
7651         * src/mainwindow.c
7652         * src/message_search.c
7653         * src/messageview.c
7654         * src/passphrase.c
7655         * src/prefs_actions.c
7656         * src/prefs_common.c
7657         * src/prefs_customheader.c
7658         * src/prefs_display_header.c
7659         * src/prefs_filtering.c
7660         * src/prefs_filtering_action.c
7661         * src/prefs_gtk.c
7662         * src/prefs_matcher.c
7663         * src/prefs_msg_colors.c
7664         * src/prefs_summary_column.c
7665         * src/prefs_template.c
7666         * src/sourcewindow.c
7667         * src/ssl_manager.c
7668         * src/summary_search.c
7669         * src/gtk/colorsel.c
7670         * src/gtk/description_window.c
7671         * src/gtk/gtkaspell.c
7672         * src/gtk/inputdialog.c
7673         * src/gtk/logwindow.c
7674         * src/gtk/prefswindow.c
7675         * src/gtk/progressdialog.c
7676                 replace deprecated gtk_window_set_policy
7677
7678 2004-07-27 [colin]      0.9.12cvs37.1
7679
7680         * src/msgcache.c
7681                 More fixes (synced for head again)
7682
7683 2004-07-27 [colin]      0.9.12cvs35.3
7684
7685         * src/msgcache.c
7686                 Fix wrong test
7687
7688 2004-07-27 [colin]      0.9.12cvs35.2
7689
7690         * src/mimeview.c
7691                 Fix width a bit (by Paul)
7692         * src/alertpanel.c
7693         * src/alertpanel.h
7694                 Specialize icons, make alertpanel_message()
7695                 private
7696         * src/message_search.c
7697         * src/sgpgme.c
7698         * src/summary_search.c
7699                 Suit alertpanel changes
7700
7701 2004-07-27 [colin]      0.9.12cvs35.1
7702
7703         * src/alertpanel.c
7704                 Add an icon
7705         * src/passphrase.c
7706                 Add debug output - maybe someone will
7707                 want to look at the problem with Grab
7708                 Input :)
7709         Bump version as we're synced with HEAD
7710
7711 2004-07-26 [colin]      0.9.12cvs33.26
7712
7713         * src/pop.c
7714                 Fix uidl-file parsing when not in new
7715                 format
7716
7717 2004-07-26 [colin]      0.9.12cvs33.25
7718
7719         * src/gtk/menu.c
7720                 Move popup menu up if necessary (fixes 
7721                 account selector)
7722         * src/mainwindow.c
7723                 Set account selector's button height to
7724                 minimum
7725
7726 2004-07-26 [colin]      0.9.12cvs33.24
7727
7728         * src/alertpanel.c
7729                 Maybe fix 551 (Truncated font in alert window)
7730
7731 2004-07-26 [colin]      0.9.12cvs33.23
7732
7733         * po/de.po
7734         * po/es.po
7735         * po/fr.po
7736         * po/it.po
7737         * po/ja.po
7738         * po/pl.po
7739         * po/ru.po
7740         * po/sk.po
7741         * po/sr.po
7742         * po/zh_CN.po
7743                 Sync po files with HEAD
7744
7745 2004-07-26 [paul]       0.9.12cvs33.22
7746
7747         * src/compose.c
7748                 fix Bug 556 'Organisation-header is sent even if empty'
7749
7750 2004-07-24 [colin]      0.9.12cvs33.21
7751
7752         * src/compose.c
7753         * src/gtk/gtkaspell.c
7754         * src/gtk/gtkaspell.h
7755                 Fix speller accelerators (require hack)
7756
7757 2004-07-24 [colin]      0.9.12cvs33.20
7758
7759         * src/gtk/gtkaspell.c
7760                 Fix over-eager code deletion breaking
7761                 Check while typing
7762
7763 2004-07-24 [colin]      0.9.12cvs33.19
7764
7765         * src/browseldap.c
7766         * src/ldapctrl.c
7767         * src/ldapctrl.h
7768         * src/ldapserver.h
7769                 Sync ldap with HEAD
7770         (Fixes 546 LDAP completely broken)
7771
7772 2004-07-24 [colin]      0.9.12cvs33.18
7773
7774         * src/prefs_msg_colors.c
7775                 Fix prototype mismatch
7776         (Fixes 547 void function cannot return value)
7777
7778 2004-07-24 [colin]      0.9.12cvs33.17
7779
7780         * src/mainwindow.c
7781                 Fix sort going back to previous sort key
7782                 when changing sort direction
7783
7784 2004-07-24 [colin]      0.9.12cvs33.16
7785
7786         * src/compose.c
7787                 Fix space insertion when re-wrapping at 
7788                 cursor point
7789
7790 2004-07-24 [colin]      0.9.12cvs33.15
7791
7792         * src/gtk/gtkaspell.c
7793                 Don't change cursor position in insert-text
7794                 callback
7795         (Fixes 539 Word wrapping on input transposes letters)
7796
7797 2004-07-24 [colin]      0.9.12cvs33.14
7798
7799         * src/gtk/gtkaspell.c
7800                 Reencode non-ascii chars to dictionary's
7801                 encoding
7802         (Fixes 544 Spell check broken non english locale)
7803
7804 2004-07-24 [colin]      0.9.12cvs33.13
7805
7806         * src/summaryview.c
7807                 Fix Shift+Down, add Home/End/PgUp/PgDown
7808
7809 2004-07-21 [colin]      0.9.12cvs33.12
7810
7811         * src/prefs_common.c
7812                 Fix a gtk warning (Patch by Andrej Kacian)
7813
7814 2004-07-21 [colin]      0.9.12cvs33.11
7815
7816         * src/gtk/filesel.c
7817                 More check
7818
7819 2004-07-21 [colin]      0.9.12cvs33.10
7820
7821         * src/compose.c
7822         * src/crash.c
7823         * src/export.c
7824         * src/import.c
7825         * src/messageview.c
7826         * src/mimeview.c
7827         * src/prefs_spelling.c
7828         * src/prefs_themes.c
7829         * src/summaryview.c
7830         * src/gtk/filesel.c
7831         * src/gtk/filesel.h
7832         * src/gtk/pluginwindow.c
7833                 Untwist open/save mode guessing logic, make
7834                 it explicit
7835
7836 2004-07-20 [colin]      0.9.12cvs33.9
7837
7838         * src/codeconv.c
7839                 conv_encode_header: src_charset is UTF-8 on
7840                 gtk2
7841         * src/compose.c
7842                 Remove double encoding of the headers
7843
7844 2004-07-20 [colin]      0.9.12cvs33.8
7845
7846         * src/codeconv.c
7847                 Fix typo
7848
7849 2004-07-20 [colin]      0.9.12cvs33.7
7850
7851         * src/mainwindow.c
7852                 Set the separated messageview to the saved
7853                 size of Claws' messageview (Patch by Alfons)
7854                 Fix a callback prototype (me)
7855
7856 2004-07-20 [colin]      0.9.12cvs33.6
7857
7858         * src/codeconv.h
7859                 Forgot one hunk in 0.9.12cvs33.4
7860
7861 2004-07-19 [colin]      0.9.12cvs33.5
7862
7863         * src/action.c
7864                 Action output fix
7865                 Patch by Alfons
7866
7867 2004-07-19 [colin]      0.9.12cvs33.4
7868
7869         * src/compose.c
7870                 Fix outgoing charset bug in headers
7871         * src/codeconv.c
7872                 Clean for glib2 - Patch by Alfons
7873
7874 2004-07-19 [colin]      0.9.12cvs33.3
7875
7876         * src/statusbar.c
7877                 Remove grip from the statusbar
7878                 Patch by Alfons
7879
7880 2004-07-19 [colin]      0.9.12cvs33.2
7881
7882         * src/messageview.c
7883         * src/textview.c
7884                 Fix messageview remembering the previous
7885                 scroll position when loading a new message
7886                 Patch by Alfons
7887
7888 2004-07-19 [colin]      0.9.12cvs33.1
7889
7890         * src/folder.h
7891         * src/folderview.c
7892         * src/summaryview.c
7893                 Sync with HEAD
7894
7895 2004-07-18 [colin]      0.9.12cvs32.7
7896
7897         * configure.ac
7898                 Remove useless check for XIM - noticed
7899                 by Alfons
7900
7901 2004-07-18 [colin]      0.9.12cvs32.6
7902
7903         * src/summaryview.c
7904                 Remove non-modified and shift-modified
7905                 accelerators in summaryview's popup
7906                 menu, as that doesn't get catched by
7907                 the accel-activate signal catcher...
7908
7909 2004-07-18 [colin]      0.9.12cvs32.5
7910
7911         * src/prefs_common.c
7912                 Define sensible default prefs for 
7913                 wrapping
7914
7915 2004-07-18 [colin]      0.9.12cvs32.4
7916
7917         * src/compose.c
7918         * src/prefs_common.c
7919         * src/prefs_common.h
7920         * src/prefs_wrapping.c
7921                 Remove Smart Wrapping pref, which does
7922                 nothing on gtk2 branch
7923
7924 2004-07-18 [colin]      0.9.12cvs32.3
7925
7926         * src/sourcewindow.c
7927                 Proper utf8
7928
7929 2004-07-18 [colin]      0.9.12cvs32.2
7930
7931         * src/compose.c
7932                 Save attachment status when drafting
7933
7934 2004-07-18 [colin]      0.9.12cvs32.1
7935
7936         * src/gtk/filesel.c
7937                 Fix erratic folder selection in open mode
7938
7939 2004-07-18 [colin]      0.9.12cvs31.11
7940
7941         * src/pop.c
7942                 Don't let partial messages get deleted
7943                 even with "dowload all"
7944                 (0.9.12cvs31.8 fix extension)
7945 2004-07-18 [colin]      0.9.12cvs31.10
7946
7947         * src/gtk/logwindow.c
7948                 Fix log scrolling
7949
7950 2004-07-18 [colin]      0.9.12cvs31.9
7951
7952         * src/common/utils.c
7953                 Fix non-utf8 strings coming from commands
7954                 and files
7955
7956 2004-07-18 [colin]      0.9.12cvs31.8
7957
7958         * src/pop.c
7959                 Fix partial download bug with Download all
7960                 messages option
7961
7962 2004-07-18 [colin]      0.9.12cvs31.7
7963
7964         * src/textview.c
7965                 Fix bug introduced in 0.9.12cvs31.2
7966                 (blocked in select mode after double click)
7967
7968 2004-07-18 [colin]      0.9.12cvs31.6
7969
7970         * src/compose.c
7971         * src/gtk/menu.c
7972                 More glib-warning fixes
7973
7974 2004-07-18 [colin]      0.9.12cvs31.5
7975
7976         * src/compose.c
7977                 Fix trashing the primary clipboard when moving 
7978                 around with tab
7979         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
7980
7981 2004-07-18 [colin]      0.9.12cvs31.4
7982
7983         * src/codeconv.c
7984                 convert unencoded iso headers to utf8
7985         (Fix Bug 538 Unencoded local characters in subject make it 
7986          disappear)
7987
7988 2004-07-18 [colin]      0.9.12cvs31.3
7989
7990         * src/compose.c
7991                 Fix tab char handling in wrapping
7992         (Fix Bug 537 Line wrap problem - TAB character treated as 
7993          one character instead of 8)
7994
7995 2004-07-18 [colin]      0.9.12cvs31.2
7996
7997         * src/textview.c
7998                 return FALSE on GDK_MOTION_NOTIFY
7999         (Fix Bug 535 Hyperlinks/addresses are not selectable 
8000          (unable to highlight))
8001
8002 2004-07-18 [colin]      0.9.12cvs31.1
8003
8004         * src/folderview.c
8005                 Sync with 0.9.12cvs31
8006
8007 2004-07-18 [colin]      0.9.12cvs30.4
8008
8009         * src/compose.c
8010                 Also block text_inserted when inserting a file
8011
8012 2004-07-18 [colin]      0.9.12cvs30.3
8013
8014         * src/compose.c
8015                 Fix smart wrapping (block text_inserted handler
8016                 while putting quotation to avoid wrap on input,
8017                 don't join lines if next is sig separator)
8018
8019 2004-07-17 [colin]      0.9.12cvs30.2
8020
8021         * src/folderview.c
8022         * src/mainwindow.c
8023         * src/mimeview.c
8024         * src/summaryview.c
8025         * src/gtk/quicksearch.c
8026         * src/gtk/quicksearch.h
8027                 Block key events handlers *and* accels while
8028                 quicksearch is focused
8029         (Fixes Bug 534 quick-search bar not accepting certain letters)
8030
8031 2004-07-17 [colin]      0.9.12cvs30.1
8032
8033         * src/folder.h
8034         * src/folderview.c
8035         * src/summaryview.c
8036                 Sync with 0.9.12cvs30
8037
8038 2004-07-17 [colin]      0.9.12cvs28.2
8039
8040         * src/mimeview.c
8041         * src/procmime.c
8042         * src/summaryview.c
8043         * src/gtk/menu.c
8044                 Squash some compile and glib warnings
8045
8046 2004-07-17 [paul]       0.9.12cvs28.1
8047
8048         * src/mimeview.c
8049                 sync with 0.9.12cvs28 HEAD
8050
8051 2004-07-16 [paul]       0.9.12cvs26.1
8052         
8053         * src/gtk/quicksearch.c
8054         * src/account.c
8055         * src/account.h
8056         * src/compose.c
8057         * src/customheader.c
8058         * src/folder_item_prefs.c
8059         * src/main.c
8060         * src/mainwindow.c
8061         * src/messageview.c
8062         * src/mimeview.c
8063         * src/news.c
8064         * src/pgpmime.c
8065         * src/pop.c
8066         * src/pop.h
8067         * src/prefs_account.c
8068         * src/prefs_account.h
8069         * src/prefs_common.c
8070         * src/prefs_common.h
8071         * src/prefs_display_header.c
8072         * src/prefs_gtk.c
8073         * src/prefs_gtk.h
8074         * src/procheader.c
8075         * src/procmime.c
8076                 sync with 0.9.12cvs26 HEAD      
8077
8078 2004-07-15 [colin]      0.9.12cvs18.14
8079
8080         * src/folder.c
8081                 Disable GPG signature check during
8082                 folder move and scan
8083         (Closes Bug 521 Signature checking slows down Folder-Move)
8084
8085 2004-07-14 [colin]      0.9.12cvs18.13
8086
8087         * src/common/partial_download.c
8088                 update includes
8089
8090 2004-07-14 [colin]      0.9.12cvs18.12
8091
8092         * src/common/partial_download.c
8093         * src/common/partial_download.h
8094                 Move doc at top, add correct copyright
8095
8096 2004-07-14 [colin]      0.9.12cvs18.11
8097
8098         * src/folder.c
8099         * src/messageview.c
8100         * src/pop.c
8101         * src/pop.h
8102         * src/procmsg.c
8103         * src/summaryview.c
8104         * src/common/Makefile.am
8105         * src/common/partial_download.c ** NEW FILES **
8106         * src/common/partial_download.h ** NEW FILES **
8107                 Move partial-download related stuff to its
8108                 own file
8109
8110 2004-07-14 [colin]      0.9.12cvs18.10
8111
8112         * src/send_message.c
8113                 Fix smtp auth when user is null or empty
8114
8115 2004-07-13 [colin]      0.9.12cvs18.9
8116
8117         * src/gtk/quicksearch.c
8118                 Use alphabetic order
8119
8120 2004-07-13 [colin]      0.9.12cvs18.8
8121
8122         * src/pop.c
8123                 Be paranoid on the checks
8124
8125 2004-07-13 [colin]      0.9.12cvs18.7
8126
8127         * src/gtk/quicksearch.c
8128                 Fix Engrish once again
8129
8130 2004-07-13 [colin]      0.9.12cvs18.6
8131
8132         * src/procmsg.c
8133         * src/summaryview.c
8134                 Mark messages for deletion when they are about to
8135                 be removed from trash
8136
8137 2004-07-13 [colin]      0.9.12cvs18.5
8138
8139         * src/matcher.c
8140         * src/matcher.h
8141         * src/matcher_parser_parse.y
8142         * src/prefs_matcher.c
8143         * src/gtk/quicksearch.c
8144                 Add 'partial' ('p') match string to find partially
8145                 downloaded messages
8146
8147 2004-07-13 [colin]      0.9.12cvs18.4
8148
8149         * src/pop.c
8150                 Fix misplaced block
8151
8152 2004-07-13 [colin]      0.9.12cvs18.3
8153
8154         * src/pop.c
8155         * src/pop.h
8156         * src/messageview.c
8157                 Refactor API (to avoid passing 5+ params and code
8158                 duplication)
8159         * src/folder.c
8160         * src/msgcache.c
8161         * src/procheader.c
8162         * src/common/defs.h
8163                 Add planned_download to cache
8164                 Don't mess uidl file when moving partially downloaded
8165                 mails (they change folder, we should change it in the
8166                 uidl list too or we'll remove an incorrect message)
8167                 (this also helps removing hacks when changing 
8168                 planned_download in messageview.c)
8169
8170 2004-07-12 [colin]      0.9.12cvs18.2
8171
8172         * src/gtk/quicksearch.c
8173                 Fix missing status update in quicksearch
8174
8175 2004-07-12 [paul]       0.9.12cvs18.1
8176
8177         * po/POTFILES.in
8178         * src/Makefile.am
8179         * src/account.c
8180         * src/codeconv.c
8181         * src/compose.c
8182         * src/inc.c
8183         * src/main.c
8184         * src/prefs_common.c
8185         * src/procmsg.h
8186         * src/toolbar.c
8187         * src/prefs_msg_colors.[ch]     ** NEW FILES **
8188         * src/prefs_wrapping.[ch]       ** NEW FILES **
8189         * src/common/intl.h
8190         * src/common/utils.[ch]
8191         * src/gtk/quicksearch.[ch]
8192                 sync with 0.9.12cvs18 HEAD
8193
8194 2004-07-12 [colin]      0.9.11cvs17.25
8195
8196         * src/folder.c
8197         * src/folder.h
8198                 Remove unused function added by me in 0.9.11cvs17.10
8199
8200 2004-07-11 [colin]      0.9.11cvs17.24
8201
8202         * src/inc.c
8203         * src/messageview.c
8204         * src/pop.c
8205         * src/pop.h
8206                 Use folderitem and msgnum instead of filename to
8207                 know which mail to delete
8208                 Move old partial mail deletion to pop.c
8209
8210 2004-07-10 [colin]      0.9.11cvs17.23
8211
8212         * src/inc.c
8213                 Add debug
8214         * src/pop.c
8215         * src/pop.h
8216                 Don't re-use same enums for unrelated stuff: it's 
8217                 completely misleading !
8218                 Document a bit
8219
8220 2004-07-09 [colin]      0.9.11cvs17.22
8221
8222         * src/inc.c
8223                 Remove folder-type check and do
8224                 more tests to be sure everything's
8225                 ok
8226         * src/messageview.c
8227                 Punctuation update, remove useless
8228                 code, fix two warnings
8229         * src/noticeview.c
8230                 Layout cleaning, reset 2nd button
8231                 when specifying one
8232
8233 2004-07-09 [colin]      0.9.11cvs17.21
8234
8235         * src/messageview.c
8236         * src/pop.c
8237         * src/pop.h
8238                 Allow user to change his mind
8239                 and postpone decision (by
8240                 unmarking the mail)
8241
8242 2004-07-09 [colin]      0.9.11cvs17.20
8243
8244         * src/messageview.c
8245                 Fix bug with delete state
8246         * src/pop.c
8247         * src/pop.h
8248                 Fix buffer leak (fread doesn't 
8249                 terminate buffers with \0)
8250                 Refactoring (remove magic 
8251                 numbers)
8252
8253 2004-07-09 [colin]      0.9.11cvs17.19
8254
8255         * src/pop.c
8256                 Don't log "Skipping message" if 
8257                 we're going to TOP it two lines
8258                 later
8259
8260 2004-07-09 [colin]      0.9.11cvs17.18
8261
8262         * src/messageview.c
8263                 Fix Engrish
8264
8265 2004-07-09 [colin]      0.9.11cvs17.17
8266
8267         * src/pop.c
8268                 strlen checking...
8269         * src/messageview.c
8270                 refactoring a bit
8271
8272 2004-07-08 [colin]      0.9.11cvs17.16
8273
8274         * src/noticeview.c
8275         * src/noticeview.h
8276                 Add an optional second button
8277         * src/messageview.c
8278         * src/pop.c
8279         * src/pop.h
8280                 Don't delete partially received mails after a certain
8281                 time; rather, let the user decide.
8282
8283 2004-07-08 [colin]      0.9.11cvs17.15
8284
8285         * src/common/smtp.h
8286                 Sync with HEAD
8287
8288 2004-07-08 [colin]      0.9.11cvs17.14
8289
8290         * src/messageview.c
8291         * src/common/smtp.c
8292                 Use to_human_readable() for sizes
8293
8294 2004-07-08 [colin]      0.9.11cvs17.13
8295
8296         * src/inc.c
8297         * src/messageview.c
8298         * src/pop.c
8299         * src/pop.h
8300         * src/procmsg.c
8301                 Fix partial-downloading issues:
8302                         catch unsupported TOP
8303                         don't delete partially downloaded mails before 5 days
8304                         don't update existing with non-MH folders; that'll
8305                         make dups, but it's better than trashing the folder
8306                         free new msginfo parts
8307                 Fix indentation ;-)
8308
8309 2004-07-08 [colin]      0.9.11cvs17.12
8310
8311         * src/common/smtp.c
8312         * src/common/smtp.h
8313                 Sync smtp size verification with HEAD
8314
8315 2004-07-08 [colin]      0.9.11cvs17.11
8316
8317         * src/summaryview.c
8318         * src/prefs_common.c
8319         * src/prefs_common.h
8320         * src/gtk/quicksearch.c
8321         * src/gtk/quicksearch.h
8322                 Sync sticky pref with HEAD
8323
8324 2004-07-08 [colin]      0.9.11cvs17.10
8325
8326         * src/folder.c [1.213.2.6]
8327         * src/folder.h [1.87.2.6]
8328         * src/inc.c [1.149.2.7]
8329         * src/messageview.c [1.94.2.8]
8330         * src/procheader.c [1.47.2.6]
8331         * src/procmsg.c [1.150.2.4]
8332         * src/procmsg.h [1.60.2.5]
8333         * src/pop.c [1.56.2.4]
8334         * src/pop.h [1.17.2.3]
8335                 Let too big messages get downloaded, but truncated
8336                 Add a button to download them completely
8337                 
8338 2004-07-06 [colin]      0.9.11cvs17.9
8339
8340         * src/gtk/quicksearch.c [1.1.2.3]
8341                 Add a Clear button
8342         * commitHelper
8343         * PATCHSETS
8344                 Add a script to help with cvs
8345
8346 2004-07-03 [colin]      0.9.11cvs17.8
8347
8348         * src/plugins/imageviewer/viewer.c
8349                 fix imageviewer (which was staying on the first
8350                 displayed image)
8351
8352 2004-07-03 [colin]      0.9.11cvs17.7
8353
8354         Removed FIXME_GTK2 warnings
8355         * src/gtk/gtkutils.c
8356                 useless #warnings
8357         * src/gtk/menu.c
8358                 useless #warnings (no need to mess with menu rc)
8359         * src/gtk/menu.h
8360                 unused functions
8361         
8362
8363 2004-07-03 [colin]      0.9.11cvs17.6
8364
8365         Removed FIXME_GTK2 warnings
8366         * src/codeconv.c
8367                 useless #warnings (rewrite needed)
8368         * src/compose.c
8369                 useless #warnings (rewrite needed)
8370                 useless #warnings (gtk2 is like that)
8371                 useless #warnings (previously fixed)
8372         * src/main.c
8373                 useless #warnings (previously fixed)
8374         * src/message_search.c
8375                 useless #warnings (gtk2 is like that)
8376                 Made apparent that search is case-sensitive
8377         * src/mimeview.c
8378                 useless #warnings (rewrite needed)
8379                 useless #warnings (gtk2 is like that)
8380                 reimplemented real warnings
8381         * src/prefs_common.c
8382                 Removed block cursor option (not it gtk2)
8383         * src/prefs_gtk.c
8384                 useless #warnings (rewrite needed)
8385         * src/procheader.c
8386                 useless #warnings (rewrite needed)
8387         * src/sourcewindow.c
8388                 useless #warnings (incorrect placing)
8389         * src/summary_search.c
8390                 useless #warnings (gtk2 is like that)
8391                 Made apparent that search is case-sensitive
8392         * src/action.c
8393                 useless #warnings (gtk2 is like that)
8394         * src/textview.c
8395                 useless #warnings (rewrite needed)
8396         * src/toolbar.c
8397                 useless #warnings (rewrite needed)
8398
8399 2004-07-03 [colin]      0.9.11cvs17.5
8400
8401         * src/textview.c
8402                 Fix mismerge which broke URI opening
8403                 
8404 2004-07-01 [colin]      0.9.11cvs17.4
8405
8406         * src/gtk/filesel.c
8407                 Fill filename when saving
8408                 
8409 2004-06-27 [colin]      0.9.11cvs17.3
8410
8411         * src/gtk/filesel.[ch]
8412                 Use the new GTK file selector
8413                 Update prototype to match the reality: multiple file
8414                 selection is open-only          
8415         * src/compose.c
8416                 Match the new prototypes        
8417         * configure.ac
8418                 Match the new requirements (gtk 2.4.0)
8419                         
8420 2004-06-26 [colin]      0.9.11cvs17.2
8421
8422         * src/plugins/trayicon/trayicon.c
8423                 Remove useless signal handler on resize, which causes
8424                 an infinite "loop"
8425         
8426 2004-06-26 [colin]      0.9.11cvs17.1
8427         
8428         * tools/Makefile.am
8429                 remove launch_firebird and add nautilus2sylpheed.sh
8430         * src/quicksearch.c
8431           src/summaryview.c
8432                 Fix show/hide "Extended symbols" button problem
8433                 Fix apparition at startup
8434                 Fix const warnings
8435         * src/plugins/image_viewer/Makefile.am
8436                 Fix configure 
8437         * common/ssl.c
8438                 Re-enable certificate check, as it doesn't seem to
8439                 cause Xlib errors anymore
8440
8441 2004-06-25 [paul]       0.9.11cvs17
8442
8443         * sync with 0.9.11cvs17 HEAD
8444         
8445         NOTE: QuickSearch is broken
8446
8447 2004-06-07 [colin]      0.9.10claws67.10
8448         * src/plugins/trayicon/trayicon.c
8449           src/plugins/trayicon/libeggtrayicon/Makefile.am
8450           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8451                 Fix gettextization in trayicon plugin
8452
8453 2004-06-07 [colin]      0.9.10claws67.9
8454         
8455         * src/summaryview.c
8456           src/gtk/gtksctree.[ch]
8457                 Let Shift+{Up,Down} work in summaryview
8458                 (well, Down "works" and Up works)
8459                 Let the list scroll when using these keys
8460
8461 2004-06-06 [colin]      0.9.10claws67.8
8462
8463         * src/plugins/trayicon/trayicon.c
8464                 Fix pixmap update
8465
8466 2004-06-06 [colin]      0.9.10claws67.7
8467
8468         * src/addressbook.c
8469                 Fix signal handling causing system-wide focus grab
8470
8471 2004-05-25 [paul]       0.9.10claws67.6
8472
8473         * Makefile.am
8474           src/Makefile.am
8475                 clean up
8476
8477 2004-05-25 [paul]       0.9.10claws67.5
8478
8479         * replace deprecated gtk_signal... functions
8480
8481 2004-05-23 [colin]      0.9.10claws67.4
8482
8483         * src/compose.c
8484                 Fix wrapping
8485
8486 2004-05-22 [colin]      0.9.10claws67.3
8487
8488         * src/compose.c
8489                 Re-fix [Edited] in compose.c::compose_reedit()
8490
8491 2004-05-22 [colin]      0.9.10claws67.2
8492
8493         * src/procmime.c
8494                 Fix parsing of multiparts mails
8495
8496 2004-05-22 [colin]      0.9.10claws67.1
8497
8498         * src/summaryview.c
8499                 Fix quicksearch
8500
8501 2004-05-22 [paul]       0.9.10claws67
8502
8503         * sync with 0.9.10claws67 HEAD
8504
8505 2004-05-14 [alfons]
8506
8507         * src/procmime.h
8508                 add forgotton prototype
8509
8510 2004-05-10 [paul]       0.9.10claws57
8511
8512         * sync with 0.9.10claws57 HEAD
8513
8514 2004-05-05 [paul]       0.9.9.claws1
8515
8516         * ChangeLog-gtk2        ** REMOVED **
8517           ChangeLog-gtk2.claws  ** ADDED **
8518                 rename and adopt the normal claws format
8519                 
8520         * configure.ac
8521                 require gtkmathview >= 0.5
8522
8523         * ac/*                          ** REMOVED **
8524           ac/                           ** REMOVED **
8525           intl/Makefile.in              ** REMOVED **
8526           m4/                           ** ADDED **
8527           m4/missing                    ** ADDED **
8528           m4/missing/gdk-pixbuf.m4      ** ADDED **
8529           m4/missing/gettext.m4         ** ADDED **
8530           m4/missing/gpgme.m4           ** ADDED **
8531           m4/missing/imlib.m4           ** ADDED **
8532           m4/.cvsignore                 ** ADDED **
8533           m4/Makefile.am                ** ADDED **
8534           m4/README                     ** ADDED **
8535           m4/aclocal-include.m4         ** ADDED **
8536           m4/aspell.m4                  ** ADDED **
8537           m4/check-type.m4              ** ADDED **
8538           m4/gnupg-check-typedef.m4     ** ADDED **
8539           m4/openssl.m4                 ** ADDED **
8540           m4/spamassassin.m4            ** ADDED **
8541           po/ChangeLog                  ** REMOVED **
8542           po/Makefile.in.in             ** REMOVED **
8543           po/Rules-quot                 ** REMOVED **
8544           po/boldquot.sed               ** REMOVED **
8545           po/en@boldquot.header         ** REMOVED **
8546           po/en@quot.header             ** REMOVED **
8547           po/insert-header.sin          ** REMOVED **
8548           po/quot.sed                   ** REMOVED **
8549           po/remove-potcdate.sed        ** REMOVED **
8550           po/remove-potcdate.sin        ** REMOVED **
8551           po/stamp-po                   ** REMOVED **
8552           Makefile.am
8553           autogen.sh
8554           configure.ac
8555                 enable building with automake 1.8.x
8556                 add 'autopoint --force' to autogen.sh and remove all
8557                 auto-generated files, remove ac/ directory and use
8558                 m4/ directory instead
8559                 
8560         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8561                 fix gettextization
8562
8563 2004-02-28 Colin Leroy <colin@colino.net>
8564         * src/prefs_matcher.c
8565           src/prefs_filtering.c
8566           src/prefs_filtering_action.c
8567                 Fix non-editable GtkEntries
8568
8569 2004-02-22 Thorsten Maerz <torte@netztorte.de>
8570         * src/prefs_themes.c
8571                 utf8 conversion for theme info
8572
8573 2004-02-21 Thorsten Maerz <torte@netztorte.de>
8574         * sync 0.9.9claws
8575
8576 2004-02-14 Thorsten Maerz <torte@netztorte.de>
8577         * src/grouplistdialog.c
8578                 allow multiple selections without ctrl key
8579
8580 2004-02-09 Thorsten Maerz <torte@netztorte.de>
8581         * src/main.c
8582                 enable customizable accelerators
8583
8584 2004-02-08 Thorsten Maerz <torte@netztorte.de>
8585         * src/prefs_common.c
8586                 re-enable different font settings for gtk1/2
8587         * src/prefs_folder_item.c
8588                 fix folder prefs displayed wrong
8589         * src/textview.c
8590                 set 'sunken' shadow type
8591
8592 2004-02-07 Colin Leroy <colin@colino.net>
8593         * src/compose.c
8594                 Fix message being always [Edited]
8595                 Encode headers correctly (utf8 buf)
8596
8597 2004-01-27 Thorsten Maerz <torte@netztorte.de>
8598         * src/socket.c
8599                 remove double g_source_attach()
8600                 (Thanks to Colin Leroy)
8601
8602 2004-01-27 Thorsten Maerz <torte@netztorte.de>
8603         * src/gtk/gtksctree.c
8604                 Fix SSL certificate list not shown
8605         * src/mimeview.c
8606                 Fix clicks in mime tree
8607
8608 2004-01-27 Thorsten Maerz <torte@netztorte.de>
8609         * src/common/socket.c
8610                 Fix SSL receive
8611         * src/compose.c
8612                 Fix clipboard menu hotkeys
8613
8614 2004-01-25 Thorsten Maerz <torte@netztorte.de>
8615         * src/gtk/gtkaspell.[ch]
8616           src/compose.c
8617                 reimplement spellchecker
8618
8619 2004-01-25 Thorsten Maerz <torte@netztorte.de>
8620         * src/gtk/filesel.c
8621                 crash when inserting file in compose window
8622                 (TODO: keep old selection on clicks)
8623         * src/main.c
8624                 use gtkrc-2.0 instead of gtkrc
8625
8626 2004-01-25 Thorsten Maerz <torte@netztorte.de>
8627         * src/messageview.c
8628                 remove orphaned mimeview unref()
8629
8630 2004-01-20 Thorsten Maerz <torte@netztorte.de>
8631         * src/grouplistdialog.c
8632                 expand nodes containing subscribed groups
8633
8634 2004-01-19 Thorsten Maerz <torte@netztorte.de>
8635         * src/textview.c
8636                 textview: hide cursor, restore old click behaviour
8637
8638 2004-01-18 Thorsten Maerz <torte@netztorte.de>
8639         * src/textview.c
8640                 variable names messed up
8641
8642 2004-01-17 Colin Leroy <colin@colino.net>
8643         * src/addr_compl.c
8644                 Fix completion address too thin
8645         * src/compose.c
8646                 Fix tab-to-subject behaviour
8647         * src/summaryview.c
8648                 Implement key up & down in summaryview
8649
8650 2004-01-12 Thorsten Maerz <torte@netztorte.de>
8651
8652         * sync 098claws
8653
8654 2004-01-08 Thorsten Maerz <torte@netztorte.de>
8655         * configure.ac
8656           Makefile.am
8657           doc/.cvsignore
8658           doc/Makefile.am
8659                 faq, man, manual moved to doc/
8660         * ac/aspell.m4
8661           ac/check-type.m4
8662           ac/gnupg-check-typedef.m4
8663           ac/openssl.m4
8664           ac/spamassassin.m4
8665           ac/missing/gdk-pixbuf.m4
8666           ac/missing/gpgme.m4
8667           ac/missing/imlib.m4
8668                 fix automake warnings
8669
8670 2003-12-06 Colin Leroy <colin@colino.net>
8671         * src/summaryview.c
8672                 Fix quicksearch
8673
8674 2003-12-05 Colin Leroy <colin@colino.net>
8675         * src/summaryview.c
8676                 Fix going to next unread folder
8677
8678 2003-12-05 Colin Leroy <colin@colino.net>
8679         * src/crash.c
8680                 Fix gtk2 compilation
8681         * src/session.c
8682                 Remove iotag source handler at disconnection
8683         * src/socket.[ch] 
8684                 Remove source handler when closing socket 
8685                 (fixes another seg)
8686
8687 2003-12-04 Colin Leroy <colin@colino.net>
8688         * src/compose.c
8689           src/prefs_account.c
8690           src/prefs_common.c
8691                 Fix some dropdown menus
8692
8693 2003-12-04 Colin Leroy <colin@colino.net>
8694         * src/compose.c
8695                 Fix event handlers on header fields
8696         * src/common/socket.c
8697           src/common/session.c
8698                 Fix segfault with callback (SSL)
8699                 Fix end of session 
8700
8701 2003-10-06 Thorsten Maerz <torte@netztorte.de>
8702
8703         * Fix compile bug in src/compose.c
8704         * removed src/gtk/gtkstext.[ch]
8705
8706 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
8707
8708         * Convert character set and escape "text" attributes in toolbar setting
8709         files.
8710         * Fixed bug in button-press-event handling.
8711
8712 2003-09-16 Thorsten Maerz <torte@netztorte.de>
8713
8714         * Fixed bug in key-press-event handling.
8715
8716 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
8717
8718         * Enabled to compile tray-icon plugin (Ad-hoc).
8719         * Avoid hang up bug of icon list in mime view (Ad-hoc).
8720
8721 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
8722
8723         * Enabled to compile on sylpheed-claws.
8724         (tray-icon plugin still cannot compile yet.)
8725
8726 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
8727
8728         * Updated to 0.9.5.
8729
8730 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
8731
8732         * Updated to 0.9.4.
8733         * Ported monitoring SSL mechanism to GSource of GLib2
8734         (I don't confirm it)
8735         * Added _gtk2 suffix to key name of font preference to avoid
8736         ovverwriting preference of Gtk+-1.2 version.
8737
8738 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
8739
8740         * Updated to 0.9.2.
8741
8742 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
8743
8744         * Updated to 0.9.1.
8745         * Translate po files into UTF-8 when execute autogen.sh.
8746
8747 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
8748
8749         * Updated to 0.9.0.
8750
8751 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
8752
8753         * Plugged GError related memory leaks.
8754
8755 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
8756
8757         * Changed default size of fonts.
8758         * Enabled to set titile font size of warning dialog.
8759
8760 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
8761
8762         * Embed a sylpheed icon into executable binary on Windows.
8763
8764 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
8765
8766         * I forgot to traslate character set of element string in src/xml.c.
8767
8768 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
8769
8770         * Fixed detecting bind_textdomain_codeset in configure.in.
8771         * The bug in which "Example" of "Date fromat" preference isn't displayed
8772         correctly has been fixed.
8773
8774 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
8775
8776         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
8777           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
8778           glib-gettextize
8779           Removed intl directory.
8780           Translated po files into UTF-8.
8781           (Thanks! Ryuji Abe)
8782
8783 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
8784
8785         * The bug which doesn't unscape string in xml.c has been fixed.
8786
8787 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
8788
8789         * The bug which is failed to translate encoding of file name thorough
8790         file dialog has been fixed.
8791
8792 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
8793
8794         * Modified to translate file names which is used in inporting/expoting
8795         mbox feature and "Save as" feature into locale encoding.
8796         * Translate file names into locale encoding when "Attache file" and
8797         "Insert file".
8798         * Force set G_BROKEN_FILENAMES environment variable.
8799         * Other minor fixes.
8800
8801 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
8802
8803         * Modified to treat MH folder's name as locale encoding.
8804
8805 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
8806
8807         * The bug which clash on switching candidates of auto completion of
8808         addresses, cannot use auto completion in Japanesse is fixed
8809         (Thanks! Tokunaga-san)¡¥
8810
8811 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
8812
8813         * The bug which cannot switch key accelerator preference has been fixed
8814         (Thanks! smbd-san)¡¥
8815
8816 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
8817
8818         * version 0.8.11-gtk2-20030314
8819
8820 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
8821
8822         * The bug in which character set conversion of filtering messages has
8823         been fixed.(Thanks! COCOA-san).
8824
8825 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
8826
8827         * Revived "Leave space on head" preference in "Message" category.
8828         * A bug which clash when put the cursor to end of buffer and execute
8829         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
8830
8831 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
8832
8833         * version 0.8.11-gtk2-20030312
8834
8835 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
8836
8837         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
8838         * Modified to use Pango's API directly for font preference.
8839         * Integrated GtkTextView of textview to one widget.
8840         * Set fonts of header title in textview by "header_title" tag.
8841         * Removed some deprecated codes.
8842
8843 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
8844
8845         * Updated to 0.8.11.
8846         * Merged cygwin patch(Thanks! Sakai-san).
8847
8848 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
8849
8850         * version 0.8.10-gtk2-20030309