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