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