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