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