2006-08-06 [colin] 2.4.0cvs30
[claws.git] / ChangeLog
blobaa960bb36530b859023a523754ef474911f931b5
1 2006-08-06 [colin]      2.4.0cvs30
3         * src/main.c
4                 Fix bug #979 (Plugin crashes when exiting 
5                 sylpheed-claws) : handle exit request only 
6                 once
8 2006-08-05 [colin]      2.4.0cvs29
10         * src/news.c
11                 Just make sure we have a msgid.
13 2006-08-05 [colin]      2.4.0cvs28
15         * src/news.c
16         * src/summaryview.c
17                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
18                 by reimplementing it
19         * src/textview.c
20                 Fix bug when hiding quotes with level > 3 and quote
21                 colors are recycled
23 2006-08-04 [colin]      2.4.0cvs27
25         * src/compose.c
26         * src/undo.c
27         * src/undo.h
28                 Fix a bit replace-by-pasting undo
29         * src/mainwindow.c
30         * src/messageview.c
31                 Fix Fold quotes menu synchro in
32                 mainwindow when it changes in 
33                 messageview
34         * src/textview.c
35                 Fix right-click on quotes blocks
36         * src/common/utils.c
37                 Verify that the file created by
38                 my_tmpfile() is writable. Fixes
39                 bug #988 (very specific filesystem
40                 issue)
41         * src/plugins/pgpcore/sgpgme.c
42                 Fix file descriptor leak
43         * src/plugins/spamassassin/spamassassin.c
44                 Warn once if spamd isn't reachable
46 2006-08-04 [colin]      2.4.0cvs26
48         * src/toolbar.c
49                 i18n context patch by Fabien
51 2006-08-03 [colin]      2.4.0cvs25
53         * src/mainwindow.c
54         * src/messageview.c
55                 Rename "Hide quotes" to "Fold quotes"
56         * src/textview.c
57                 Don't use hand cursor on quotes. "all 
58                 the bonuses of the feature and none of 
59                 unwelcome side-effects"
61 2006-08-03 [colin]      2.4.0cvs24
63         * AUTHORS
64         * sylpheed-claws.desktop
65         * src/gtk/authors.h
66                 Bring the desktop file to XDG compliance
67                 Patch by Charles A. Edwards
69 2006-08-03 [colin]      2.4.0cvs23
71         * src/textview.c
72                 Fix links offset when they are preceded
73                 by accentued chars (g_utf8_strlen!)
74         * src/mainwindow.c
75                 Fix wrong status when starting offline
78 2006-08-03 [wwp]        2.4.0cvs22
80         * src/prefs_common.h
81                 ask what to do w/ filtering rules that belong to an account when
82                 applying filtering rules manually from the main window (skip,
83                 apply regardless of the account, use current account). This dialog
84                 can be skipped and the last reply used.
85                 (forgot that file)
87 2006-08-03 [wwp]        2.4.0cvs21
89         * src/filtering.c
90         * src/filtering.h
91         * src/prefs_common.c
92         * src/summaryview.c
93         * src/alertpanel.c
94         * src/alertpanel.h
95         * src/messageview.c
96                 ask what to do w/ filtering rules that belong to an account when
97                 applying filtering rules manually from the main window (skip,
98                 apply regardless of the account, use current account). This dialog
99                 can be skipped and the last reply used.
102 2006-08-03 [colin]      2.4.0cvs20
104         * src/textview.c
105                 Optimize previous patch
107 2006-08-03 [cleroy]     2.4.0cvs19
109         * src/textview.c
110                 Fix quotes getting toggled back when the
111                 mail has an even number of text parts
113 2006-08-02 [colin]      2.4.0cvs18
115         * src/messageview.c
116                 Add Hide quotes menu
118 2006-08-02 [colin]      2.4.0cvs17
120         * src/mainwindow.c
121         * src/prefs_common.c
122         * src/textview.c
123         * src/textview.h
124         * src/gtk/about.c
125                 Allow per-level quote hiding,
126                 Allow toggling quotes by double-clicking them
127                 Rename RemoteURI to ClickableText to reflect
128                 the fact it's used for a variety of things
130 2006-08-02 [wwp]        2.4.0cvs16
132         * src/mainwindow.c
133                 fix "View/Hide quotes" menu item status initialization.
135 2006-08-02 [wwp]        2.4.0cvs15
137         * src/matcher_parser_parse.y
138                 remove a debug trace.
140 2006-08-02 [paul]       2.4.0cvs14
142         * src/plugins/pgpcore/passphrase.c
143                 don't set initial dialog size
144                 make it resizable
146 2006-08-02 [paul]       2.4.0cvs13
148         * src/noticeview.c
149                 remove the rogue '/' character
151 2006-08-02 [paul]       2.4.0cvs12
153         * src/noticeview.c
154                 allow buttons to resize as necessary
156 2006-08-01 [wwp]        2.4.0cvs11
158         * src/mbox.c
159                 fix strict ISO C90 compliance.
161 2006-08-01 [wwp]        2.4.0cvs10
163         * tools/update-po
164                 updated update-po tool to work w/ context-dependent translations.
165                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
167 2006-08-01 [wwp]        2.4.0cvs9
169         * src/matcher.c
170         * src/prefs_filtering.c
171         * src/prefs_matcher.c
172                 allow context-dependent translations for "All",
173                 patch by Fabien Vantard <fzzzzz@gmail.com>.
175 2006-07-31 [colin]      2.4.0cvs8
177         * AUTHORS
178         * src/gtk/authors.h
179                 Add Rafal to authors
181 2006-07-31 [colin]      2.4.0cvs7
183         * src/compose.c
184         * src/mainwindow.c
185         * src/messageview.h
186         * src/prefs_common.c
187         * src/prefs_common.h
188         * src/textview.c
189                 Add 'View/Hide quotes'. Patch based on a patch
190                 by Rafal Weglarz
192 2006-07-31 [colin]      2.4.0cvs6
194         * src/action.c
195                 Fix problem with "> stuff >" actions
197 2006-07-31 [paul]       2.4.0cvs5
199         * po/nb.po
200                 updated by Geir Helland
202 2006-07-31 [wwp]        2.4.0cvs4
204         * src/mainwindow.c
205         * src/summaryview.c
206         * src/summaryview.h
207                 add "View/Go to/Parent message" and "View/Go to/Last read message",
208                 thanks to Colin.
210 2006-07-31 [wwp]        2.4.0cvs3
212         * src/Makefile.am
213         * src/addr_compl.c
214         * src/addr_compl.h
215         * src/addressbook.c
216         * src/addressbook.h
217         * src/addressbook_foldersel.c
218         * src/addressbook_foldersel.h
219         * src/addrindex.c
220         * src/addrindex.h
221         * src/matcher.c
222         * src/matcher.h
223         * src/matcher_parser_lex.l
224         * src/matcher_parser_parse.y
225         * src/prefs_common.c
226         * src/prefs_common.h
227         * src/prefs_filtering.c
228         * src/prefs_matcher.c
229         * src/prefs_matcher.h
230         * src/summaryview.c
231                 introduce filtering against the address book. It's now possible to add
232                 matched conditions to determine if any email address in a message matches
233                 or doesn't match any or all books or folders in the address book.
235 2006-07-31 [wwp]        2.4.0cvs2
237         * src/account.c
238         * src/filtering.c
239         * src/filtering.h
240         * src/folder.c
241         * src/folderview.c
242         * src/inc.c
243         * src/mainwindow.c
244         * src/matcher.c
245         * src/matcher_parser_lex.l
246         * src/matcher_parser_parse.y
247         * src/mbox.c
248         * src/prefs_filtering.c
249         * src/prefs_filtering.h
250         * src/procmsg.c
251         * src/procmsg.h
252         * src/summaryview.c
253                 introduce per-account filtering rules. Each filtering rule can now be assigned
254                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
255                 when applying filtering rules manually, as all rules will apply - even the ones
256                 assigned to an account. This issue will be addressed soon.
260 2006-07-31 [wwp]        2.4.0cvs1
262         * src/quote_fmt.c
263                 make more strings translatable.
265 2006-07-31 [paul]       2.4.0
267         2.4.0 released
269 2006-07-31 [paul]       2.3.1cvs91
271         * po/ca.po
272                 updated by Miquel Oliete
274 2006-07-31 [paul]       2.3.1cvs90
276         * po/de.po
277         * po/el.po
278         * po/fr.po
279         * po/it.po
280         * po/pl.po
281         * po/pt_BR.po
282         * po/sr.po
283         * po/zh_CN.po
284                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
285                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
286                 Aleksandar Urosevic, and Ralgh Young
288 2006-07-31 [paul]       2.3.1cvs89
290         * src/account.c
291         * src/main.c
292         * src/mainwindow.c
293         * src/mainwindow.h
294                 Fix a race condition when, after an SC crash, rescanning
295                 folders took more than 0.5 seconds
296                 Thanks to Colin
298 2006-07-31 [paul]       2.3.1cvs88
300         * src/folderview.c
301                 don't translate separator strings
303 2006-07-30 [mones]      2.3.1cvs87
305         * doc/man/sylpheed-claws.1
306                 Fixed non-ASCII chars in Hoa's name
307         * po/es.po
308                 Updated for release
310 2006-07-27 [colin]      2.3.1cvs86
312         * src/textview.c
313                 Don't include the leading \n in links
314                 Patch by Fabien
316 2006-07-25 [colin]      2.3.1cvs85
318         * src/mainwindow.c
319         * src/common/socket.h
320         * src/etpan/imap-thread.c
321                 Refresh resolvers before connecting
322                 to IMAP servers, and after switching
323                 to online. Thanks to Paul.
325 2006-07-18 [colin]
327         * 2.4.0-rc4 released
329 2006-07-17 [colin]      2.3.1cvs84
331         * src/inc.c
332                 Show connection attempt in statusbar before
333                 connecting (previously first message was
334                 "Retrieving messages from ..." after the
335                 connection succeeded.
337 2006-07-16 [wwp]        2.3.1cvs83
339         * sylpheed-claws.ico
340                 Added .ico file (windows multi-size icon file, generated).
342 2006-07-12 [wwp]        2.3.1cvs82
344         * src/messageview.c
345                 remove Message/Re-edit menu entry from messageview window,
346                 as sent/draft/queued messages are opened in compose window when
347                 re-edited and it's not possible to re-edit other msgs.
349 2006-07-12 [paul]       2.3.1cvs81
351         * AUTHORS
352         * src/mainwindow.c
353         * src/gtk/authors.h
354                 check online state before resetting
355                 mailcheck timer. Useful if some program
356                 verifies connection state and updates
357                 Claws.
358                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
360 2006-07-12 [paul]       2.3.1cvs80
362         * sylpheed-claws-128x128.png
363         * sylpheed-claws-64x64.png
364         * sylpheed-claws.png
365         * src/Makefile.am
366         * src/main.c
367         * src/prefs_toolbar.c
368         * src/stock_pixmap.c
369         * src/stock_pixmap.h
370         * src/wizard.c
371         * src/gtk/about.c
372         * src/gtk/gtkutils.c
373         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
374         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
375         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
376         * src/pixmaps/sylpheed.xpm              ** REMOVED **
377         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
378         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
379                 updated and renamed logo/icon files and related
380                 logo by Jesper Schultz
382 2006-07-11 [paul]       2.3.1cvs79
384         * src/main.c
385                 fix the labels a smidgin
387 2006-07-09 [colin]      2.3.1cvs78
389         * src/textview.c
390                 Show errors in textviewer's command
391                 Patch by H. Merijn Brand
393 2006-07-09 [colin]      2.3.1cvs77
395         * src/compose.c
396                 Save FMID in drafts too
398 2006-07-08 [colin]      2.3.1cvs76
400         * src/compose.c
401                 Svae RMID in drafted mails too
402                 Save quote_fmt vars for whole mails,
403                 don't reset at each quote_fmt_init:
404                 allows to use the same |i{var} in
405                 various template fields
406         * src/prefs_template.c
407         * src/quote_fmt.h
408         * src/quote_fmt_parse.y
409                 Same
411 2006-07-08 [colin]      2.3.1cvs75
413         * src/textview.c
414                 Fix highlighting of attached parts URIs
416 2006-07-08 [colin]      2.3.1cvs74
418         * src/main.c
419                 Prevent bug #981 (sc 2.3.1 segfaults with 
420                 gtk+ 2.10) from being reported again:
421                 if Sylpheed-Claws has been compiled against
422                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
423                 of if Sylpheed-Claws has been compiled against
424                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
425                 error out.
427 2006-07-07 [colin]      2.3.1cvs73
429         * src/prefs_actions.c
430                 Fix label
432 2006-07-07 [colin]      2.3.1cvs72
434         * src/prefs_actions.c
435                 Fix compile on gtk < 2.8. argh :)
437 2006-07-07 [paul]       2.3.1cvs71
439         * src/common/defs.h
440                 update DONATE_URI
442 2006-07-07 [colin]      2.3.1cvs70
444         * po/POTFILES.in
445         * src/quote_fmt.c
446         * src/quote_fmt_lex.l
447         * src/quote_fmt_parse.y
448                 Add |i{var}, a way to insert user-entered
449                 text in a template
451 2006-07-07 [colin]
453         * 2.4.0-rc3 released
455 2006-07-07 [colin]      2.3.1cvs69
457         * src/folder.c
458                 Don't consider inboxes of UNKNOWN folder 
459                 classes to be useable as default inboxes
461 2006-07-07 [paul]       2.3.1cvs68
463         * src/textview.c
464                 add missing #include <errno.h>
465                 Thanks to René J. Blokland
467 2006-07-07 [paul]       2.3.1cvs67
469         * src/action.c
470                 Return now Closes dialog
471         * src/mimeview.c
472         * src/mimeview.h
473         * src/textview.c
474                 add contextual menu to mime parts listed
475                 in the textview
476                 Thanks to Colin
477         * src/common/utils.c
478                 reversal: ' is a valid character in URLs
480 2006-07-06 [colin]      2.3.1cvs66
482         * src/remotefolder.h
483                 Forgotten in previous commit
485 2006-07-06 [colin]      2.3.1cvs65
487         * src/folder.c
488                 Set summary update flag whenever
489                 totals changed
490         * src/imap.c
491         * src/prefs_account.c
492         * src/common/utils.h
493         * src/etpan/imap-thread.c
494                 Fix warnings, thanks to Fabien and
495                 Ricardo
497 2006-07-06 [wwp]        2.3.1cvs64
499         * src/gtk/gtkutils.c
500                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
502 2006-07-06 [wwp]        2.3.1cvs63
504         * src/account.c
505         * src/addressbook.c
506         * src/addressitem.h
507         * src/folderview.c
508         * src/mainwindow.c
509         * src/manual.c
510         * src/manual.h
511         * src/message_search.c
512         * src/prefs_actions.c
513         * src/prefs_filtering.c
514         * src/prefs_filtering.h
515         * src/prefs_template.c
516         * src/summary_search.c
517         * src/summaryview.c
518         * src/gtk/gtkutils.c
519         * src/gtk/gtkutils.h
520         * src/gtk/pluginwindow.c
521                 add help buttons to some dialogs. Clicking such buttons opens a
522                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
524 2006-07-06 [paul]       2.3.1cvs62
526         * src/textview.c
527                 fix attachments contextual menu
528                 Thanks to Colin
530 2006-07-05 [colin]      2.3.1cvs61
532         * src/textview.c
533         * src/compose.c
534                 Handle sftp:// links
536 2006-07-05 [paul]       2.3.1cvs60
538         * src/gtk/filesel.c
539                 grab save button by default
540                 Thanks to Colin
542 2006-07-05 [wwp]        2.3.1cvs59
544         * manual/xml2pdf
545                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
547 2006-07-04 [colin]      2.3.1cvs58
549         * src/mimeview.c
550         * src/textview.c
551                 Use left click to select, middle click to open
552                 on mimeparts links
553         * src/common/utils.c
554                 Fix segfault
556 2006-07-04 [colin]      2.3.1cvs57
558         * src/mainwindow.c
559         * src/news.c
560                 Warning fixes, thanks to Fabien
562 2006-07-04 [colin]      2.3.1cvs56
564         * src/mimeview.c
565         * src/mimeview.h
566         * src/textview.c
567                 Allow parts to be selected via their text label
568                 in textview
570 2006-07-04 [colin]      2.3.1cvs55
572         * src/folderview.c
573                 Feedback when closing (for big folders)
574         * src/prefs_actions.c
575         * src/prefs_filtering.c
576         * src/prefs_matcher.c
577         * src/prefs_template.c
578                 Fix default button when closing without
579                 having saved
581 2006-07-04 [colin]      2.3.1cvs54
583         * src/news.c
584                 Delete local file on deletion
586 2006-07-03 [colin]      2.3.1cvs53
588         * src/folderview.c
589         * src/main.c
590                 Don't freeze when rescanning after crash
592 2006-07-03 [wwp]        2.3.1cvs52
594         * src/compose.c
595         * src/privacy.c
596         * src/privacy.h
597         * src/plugins/pgpinline/pgpinline.c
598         * src/plugins/pgpmime/pgpmime.c
599                 don't report an error when the user cancels the passphrase dialog.
601 2006-07-02 [colin]      2.3.1cvs51
603         * src/folderview.c
604                 Open message when crossing folders with Space,
605                 goto next unread and friends
607 2006-07-01 [colin]      2.3.1cvs50
609         * src/prefs_account.c
610                 Typographic rules varying from language
611                 to language (in french "Protocole :"),
612                 we have to do that :)
614 2006-07-01 [ticho]      2.3.1cvs49
616         * src/prefs_account.c
617                 Only use one temporary gchar* variable in
618                 prefs_account_protocol_set_optmenu().
620 2006-07-01 [ticho]      2.3.1cvs48
622         * src/prefs_account.c
623         * src/prefs_account.h
624                 Use GtkLabel for existing account protocol name.
625                 Created an array for protocol names and populate the
626                 combobox from it in a for() cycle.
628 2006-06-30 [colin]      2.3.1cvs47
630         * src/compose.c
631                 Block undo when changing signature (by changing
632                 account)
634 2006-06-30 [paul]       2.3.1cvs46
636         * src/send_message.c
637                 when editing From in the Compose window, use that address
638                 in the Return-Path: header
639                 Thanks to Colin
641 2006-06-30 [colin]      2.3.1cvs45
643         * src/compose.c
644                 Fix signature replacement:
645                 - when no newline before separator
646                 - when reediting
648 2006-06-29 [colin]      2.3.1cvs44
650         * src/folderview.c
651         * src/folderview.h
652         * src/mainwindow.c
653         * src/summaryview.c
654                 Let 'View/Go to/Next marked' work like
655                 Next new & Next unread: across folders
656                 Change the select_on_entry pref to do
657                 what we want when changing folder
658         * src/common/utils.c
659                 Fix single-quoted links 
661 2006-06-29 [colin]      2.3.1cvs43
663         * src/gtk/gtkaspell.c
664                 "Sylpheed" and "Sylpheed-Claws" do exist !
666 2006-06-29 [colin]      2.3.1cvs42
668         * src/imap.c
669                 Forgot to remove debug
671 2006-06-29 [colin]      2.3.1cvs41
673         * src/imap.c
674         * src/imap.h
675         * src/mainwindow.c
676                 Disconnect from IMAP servers when going
677                 offline. Fixes bug #978 (going to offline-mode 
678                 won't close connections)
680 2006-06-29 [colin]      2.3.1cvs40
682         * src/main.c
683                 Fix transient setting on failing plugins
684                 Patch by Fabien
685         * src/plugins/pgpcore/sgpgme.c
686                 Only warn for OpenPGP. Most people don't
687                 have CMS available.
689 2006-06-29 [colin]      2.3.1cvs39
691         * src/compose.c
692                 Fix Spelling menu (discrepancy between context menu
693                 and top menu when folder's dictionary isn't the 
694                 default one)
695         * src/plugins/pgpcore/sgpgme.c
696                 More error reporting about why gpgme can fail
698 2006-06-29 [wwp]        2.3.1cvs38
700         * src/mainwindow.c
701                 honor the display-header-pane setting even when the message view
702                 is a separate window.
704 2006-06-29 [wwp]        2.3.1cvs37
706         * src/prefs_actions.c
707                 forgot to commit that one (use of GTK_STOCK_INFO).
709 2006-06-29 [colin]      2.3.1cvs36
711         * src/imap.c
712                 Better handling of login errors (ask the password
713                 again once), alert in case of error. Fix three
714                 signedness warnings.
716 2006-06-28 [wwp]        2.3.1cvs35
718         * src/prefs_template.c
719         * src/prefs_matcher.c
720         * src/prefs_filtering_action.c
721         * src/prefs_quote.c
722                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
723                 patch by Fabien Vantard, slightly modified.
725 2006-06-28 [paul]
727         2.4.0-rc2 released
729 2006-06-28 [colin]      2.3.1cvs34
731         * src/prefs_account.c
732                 Fix bug #977 (Can't add or edit imap accounts)
734 2006-06-28 [colin]      2.3.1cvs33
736         * src/mimeview.c
737                 Fix previous
739 2006-06-28 [colin]      2.3.1cvs32
741         * src/mimeview.c
742                 Save named inlined attachments with "Save all"
743         * src/main.c
744         * src/mbox.c
745         * src/common/plugin.c
746         * src/common/plugin.h
747         * src/common/sylpheed.c
748         * src/common/utils.c
749         * src/plugins/pgpcore/sylpheed.def
750         * src/plugins/pgpinline/sylpheed.def
751         * src/plugins/pgpmime/sylpheed.def
752                 Win32 compatibility patch, by
753                 Werner Koch
755 2006-06-28 [wwp]        2.3.1cvs31
757         * src/imap.c
758         * src/prefs_folder_item.c
759                 less compilation warnings (thanks to Fabien Vantard), less typos.
761 2006-06-28 [paul]       2.3.1cvs30
763         * src/gtk/gtkutils.c
764                 gtk_combo_box_set_focus_on_click() is only
765                 available since gtk 2.6.0
767 2006-06-28 [paul]       2.3.1cvs29
769         * src/prefs_ext_prog.c
770                 fix engrish and add a tooltip for the
771                 'command for 'Display as text' option
773 2006-06-28 [paul]
775         2.4.0-rc1 released
777 2006-06-28 [paul]       2.3.1cvs28
779         * ChangeLog
780         * tools/Makefile.am
781                 include textviewer.pl in releases
783 2006-06-28 [paul]       2.3.1cvs27
785         * src/prefs_ext_prog.c
786                 hide Print command option if libgnomeprint
787                 support is present
789 2006-06-27 [colin]      2.3.1cvs26
791         * src/compose.c
792                 Fix Esc handling in insert/attach dialog
793                 Don't show this dialog if dragging something
794                 else than text/uri-list
795                 Thanks to Fabien Vantard
796         * tools/textviewer.pl
797                 Filter script to display stuff as text
798                 by H. Merijn Brand
800 2006-06-27 [wwp]        2.3.1cvs25
802         * src/messageview.c
803                 use the exact product name (message view title), patch
804                 by Fabien Vantard.
806 2006-06-27 [ticho]      2.3.1cvs24
808         * src/prefs_account.c
809         * src/prefs_common.c
810         * src/prefs_common.h
811         * src/prefs_ext_prog.c
812         * src/textview.c
813                 Add a preference (Preferences/External programs)
814                 to allow "Display as text" to be done via a script
815                 (patch by H.Merijn Brand).
816                 Use GtkComboBox for protocol selection in account
817                 preferences.
818                 Only include current choice for existing accounts, and
819                 insensitivize the combobox.
821 2006-06-27 [paul]       2.3.1cvs23
823         * src/mbox.c
824                 fix crasher introduced in cvs21.
825                 Thanks to Colin
827 2006-06-26 [colin]      2.3.1cvs22
829         * src/mbox.c
830                 Fix double-frees when leaving folders
831                 after exporting to mbox
833 2006-06-26 [colin]      2.3.1cvs21
835         * src/mbox.c
836                 More feedback (and optimisation)
837                 on import/export
838         * src/common/utils.c
839                 Fix case when looking for mail addresses
840         * src/gtk/gtkutils.c
841                 Extra check for (X-)Face
843 2006-06-25 [ticho]      2.3.1cvs20
845         * src/compose.c
846         * src/exphtmldlg.c
847         * src/gtk/gtkutils.c
848         * src/gtk/gtkutils.h
849                 Added second argument to gtkut_sc_combobox_create() to
850                 control focus-on-click for the widget.
851                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
853 2006-06-25 [ticho]      2.3.1cvs19
855         * src/compose.c
856         * src/gtk/Makefile.am
857         * src/gtk/combobox.c
858         * src/gtk/combobox.h
859         * src/gtk/gtkutils.c
860         * src/gtk/gtkutils.h
861                 Use GtkComboBox instead of deprecated GtkOptionMenu
862                 for account selector in compose window and for encoding
863                 selector in attachment properties.
864                 Also factorise working with the new GtkComboBox somewhat.
866 2006-06-24 [paul]       2.3.1cvs18
868         * src/prefs_common.c
869                 use the correct default value
871 2006-06-24 [paul]       2.3.1cvs17
873         * src/compose.c
874         * src/prefs_common.c
875         * src/prefs_common.h
876         * src/prefs_compose_writing.c
877                 enable setting of default action when
878                 dnd'ing files in the compose window.
879                 (Collaborative effort with wwp)
881 2006-06-23 [wwp]        2.3.1cvs16
883         * src/compose.c
884                 i18n fix (thanks to Fabien Vantard)
886 2006-06-22 [colin]      2.3.1cvs15
888         * src/prefs_customheader.c
889                 Don't use filters in custom headers' file 
890                 selector. Remember, extensions mean nothing :)
892 2006-06-22 [paul]       2.3.1cvs14
894         * configure.ac
895                 allow setting of man directory location
897 2006-06-22 [colin]      2.3.1cvs13
899         * src/mainwindow.c
900                 Add 'View/Go to/Next unread folder'.
901                 I missed that :)
903 2006-06-22 [colin]      2.3.1cvs12
905         * src/common/utils.c
906                 Add some subject prefixes
907                 Patch by Bjorn T Johansen <btj@havleik.no>
909 2006-06-22 [colin]      2.3.1cvs11
911         * manual/advanced.xml
912                 Forgotten hidden pref
914 2006-06-21 [paul]       2.3.1cvs10
916         * src/prefs_account.c
917                 complete the removal of 'Add date header' option
919 2006-06-21 [paul]       2.3.1cvs9
921         * src/account.c
922         * src/compose.c
923         * src/prefs_account.c
924         * src/prefs_account.h
925                 remove option to add date header - always
926                 add date header
927         * src/etpan/imap-thread.c
928                 fix warnings (Thanks to Colin)
930 2006-06-21 [wwp]        2.3.1cvs8
932         * src/folder.c
933                 set the attachment flag when inline text part are (file)named. This is more convenient
934                 when receiving (for instance) inline source files or patches sent using thunderbird.
936 2006-06-21 [paul]       2.3.1cvs7
938         * src/inc.c
939                 fix off-by-one count of current msg in
940                 statusbar filtering progressbar
942 2006-06-21 [paul]       2.3.1cvs6
944         * src/folder.c
945                 Show attachment icon even if the part is 'inline'
946                 if the following conditions are met:
947                 - content-type != 'text/plain'
948                 - content-type != '*/pgp-signature'
949                 - either 'name' or 'filename' parameter is not NULL
950                 
951                 Thanks to Colin
953 2006-06-21 [paul]       2.3.1cvs5
955         * src/messageview.c
956         * src/prefs_common.c
957         * src/prefs_common.h
958         * src/prefs_other.c
959                 add an option to 'Never send Return
960                 Receipts'
961                 Thanks to Colin
963 2006-06-20 [mones]      2.3.1cvs4
965         * po/es.po
966                 updated
967         * src/compose.c
968                 typo fixed (space after comma)
969         * tools/make.themes.project
970                 remove exec mode from tarball files
972 2006-06-20 [colin]      2.3.1cvs3
974         * src/news.c
975         * src/procheader.c
976         * src/unmime.c
977                 Better fix for \n's in headers (don't 
978                 break Received: and others)
980 2006-06-20 [paul]       2.3.1cvs2
982         * src/alertpanel.c
983         * src/textview.c
984                 improve legibility of phishing attempt
985                 dialog
987 2006-06-20 [paul]       2.3.1cvs1
989         * NEWS
990         * README
991         * configure.ac
992                 Update version number following
993                 stable release
995 2006-06-20 [colin]      2.3.0cvs26
997         * src/compose.c
998                 When dragging a file to the text of the compose
999                 window, ask whether we want to insert or attach
1000                 (I know lots of people who do that to attach)
1002 2006-06-20 [colin]      2.3.0cvs25
1004         * src/etpan/imap-thread.c
1005                 Fix threshold (the append command is often > 32 bytes)
1007 2006-06-19 [colin]      2.3.0cvs24
1009         * src/imap.c
1010         * src/etpan/imap-thread.c
1011                 Workaround Rockliffe IMAP server bug: replace
1012                 "x UID SEARCH (ANSWERED UID 1:*)" with
1013                 "x UID SEARCH ANSWERED"
1014                 (Rockliffe doesn't handle the parenthesis)
1016 2006-06-19 [colin]      2.3.0cvs23
1018         * src/compose.c
1019         * src/imap.c
1020         * src/etpan/imap-thread.c
1021                 Probably fix bug #972 (Freezes when adding 
1022                 an attachment to the message)
1023         * src/common/defs.h
1024                 Modernize Firefox cmd
1027 2006-06-18 [colin]      2.3.0cvs22
1029         * src/prefs_customheader.c
1030                 Only allow correct filenames for various
1031                 custom headers
1033 2006-06-18 [colin]      2.3.0cvs21
1035         * src/prefs_customheader.c
1036                 Add a 'From File...' button in custom headers prefs, which
1037                 try to do the right thing: 
1038                 for normal headers, use file as plaintext,
1039                 for X-Face, calls compface,
1040                 for Face, encode to b64.
1042 2006-06-17 [colin]      2.3.0cvs20
1044         * src/mh.c
1045                 Warning fix
1047 2006-06-16 [colin]      2.3.0cvs19
1049         * src/summaryview.c
1050                 Recursive quicksearch: show message list
1051                 in current folder, *then* search children
1052                 in the background.
1054 2006-06-16 [colin]      2.3.0cvs18
1056         * src/main.c
1057                 Instead of ignoring SIGPIPE, save caches
1058                 when getting one. Will fix the fact that
1059                 hot caches are out-of-date when logging 
1060                 out of Xorg.
1061         * src/compose.c
1062         * src/prefs_compose_writing.c
1063                 Only save text (not attachments) when 
1064                 auto-saving to drafts
1065         * src/unmime.c
1066                 Always replace \n, \r and \t with spaces
1067                 in headers
1068         * manual/dist/html/Makefile.am
1069         * manual/dist/pdf/Makefile.am
1070         * manual/dist/ps/Makefile.am
1071         * manual/dist/txt/Makefile.am
1072         * manual/fr/dist/html/Makefile.am
1073         * manual/fr/dist/pdf/Makefile.am
1074         * manual/fr/dist/ps/Makefile.am
1075         * manual/fr/dist/txt/Makefile.am
1076         * manual/pl/dist/html/Makefile.am
1077         * manual/pl/dist/pdf/Makefile.am
1078         * manual/pl/dist/ps/Makefile.am
1079         * manual/pl/dist/txt/Makefile.am
1080                 Fix make clean removing pregenerated manuals
1083 2006-06-16 [colin]      2.3.0cvs17
1085         * src/plugins/pgpcore/sgpgme.c
1086         * src/plugins/pgpmime/pgpmime.c
1087         * src/plugins/pgpinline/pgpinline.c
1088                 Better error reporting in setup_signers.
1089                 Don't fallback to default key if specified
1090                 key isn't found.
1091                 Don't allow signing if more than one secret
1092                 key matches the one specified in prefs.
1094 2006-06-15 [colin]      2.3.0cvs16
1096         * src/folderview.c
1097                 Add "Send queue" in the folder's contextual
1098                 menu
1099         * src/compose.c
1100         * src/messageview.c
1101         * src/privacy.c
1102         * src/privacy.h
1103         * src/procmime.c
1104         * src/procmsg.c
1105         * src/plugins/pgpcore/passphrase.c
1106         * src/plugins/pgpcore/sgpgme.c
1107         * src/plugins/pgpinline/pgpinline.c
1108         * src/plugins/pgpmime/pgpmime.c
1109                 Better error reporting
1110         * src/mbox.c
1111                 Probably fix bug #971 (2.2.3 cannot read mail 
1112                 from local mbox)
1115 2006-06-15 [mones]      2.3.0cvs15
1117         * tools/make.themes.project
1118                 creates the themes project from the web page
1120 2006-06-15 [colin]      2.3.0cvs14
1122         * src/folder.c
1123                 Better fix (avoid losing the folder if scan_tree 
1124                 fails)
1126 2006-06-15 [cleroy]     2.3.0cvs13
1128         * src/folder.c
1129                 Probably fix Bug #969 (crash on rebuilding 
1130                 imap folder)
1132 2006-06-14 [colin]      2.3.0cvs12
1134         * manual/dtd/manual.xsl
1135         * manual/sylpheed-claws-manual.xml
1136         * manual/fr/sylpheed-claws-manual.xml
1137         * manual/pl/sylpheed-claws-manual.xml
1138                 Insert pagebreaks between sections
1140 2006-06-14 [paul]       2.3.0cvs11
1142         * configure.ac
1143                 better fix than 2.3.0cvs10
1145 2006-06-14 [paul]       2.3.0cvs10
1147         * configure.ac
1148                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1149                 (backwards compatible)
1151 2006-06-13 [colin]      2.3.0cvs9
1153         * src/messageview.c
1154                 Fix sending of return receipt with the new queue folders
1156 2006-06-13 [wwp]        2.3.0cvs8
1158         * src/quote_fmt_lex.l
1159                 fix wrong tokens returned in quote_fmt lexer, query not().
1161 2006-06-13 [wwp]        2.3.0cvs7
1163         * src/folder.c
1164         * src/prefs_folder_item.c
1165                 allow changing folder type even when folder is not a top-level one,
1166                 thanks to Colin.
1168 2006-06-12 [colin]      2.3.0cvs6
1170         * src/folderview.c
1171                 Fix double-ask of "Do you want to mark all
1172                 as read"
1174 2006-06-12 [colin]      2.3.0cvs5
1176         * src/compose.c
1177         * src/compose.h
1178         * src/folder.c
1179         * src/folder.h
1180         * src/imap.c
1181         * src/inc.c
1182         * src/main.c
1183         * src/messageview.c
1184         * src/mh.c
1185         * src/prefs_folder_item.c
1186         * src/procheader.c
1187         * src/procmime.c
1188         * src/procmsg.c
1189         * src/procmsg.h
1190         * src/send_message.c
1191         * src/summaryview.c
1192         * src/toolbar.c
1193                 Apply bug #964's patch (Queue and drafts aren't normal)
1194                 The Drafts and Queue folder now contain RFC-822 files,
1195                 allowing to move and copy mails from and to these 
1196                 folders. Moving from Drafts to Queue will prepare the
1197                 mail for sending (PGP signature, encryption, etc).
1198                 This patch also rework sending errors handling to try
1199                 to be more helpful.
1200                 Also, allow redefining folder types via the GUI 
1201                 (Folder type in its Properties)
1203 2006-06-12 [colin]      2.3.0cvs4
1205         * src/summaryview.c
1206         * src/prefs_common.c
1207         * src/prefs_common.h
1208         * src/gedit-print.c
1209                 Allow to define a specific print font - patch
1210                 by Bernhard Walle <bernhard.walle@gmx.de>
1211         * src/prefs_fonts.c
1212         * manual/advanced.xml
1213         * manual/fr/advanced.xml
1214                 Add a hidden pref to allow deletion without
1215                 confirmation
1217 2006-06-12 [wwp]        2.3.0cvs3
1219         * .cvsignore
1220                 more files to ignore.
1222 2006-06-12 [wwp]        2.3.0cvs2
1224         * src/quote_fmt.c
1225         * src/quote_fmt_lex.l
1226         * src/quote_fmt_parse.y
1227                 extend the quote_fmt parser (templates and quotes):
1228                 - allow limited sub-expressions in |p{} and |f{} expressions,
1229                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1230                 - implemented/fixed missing implementation of query_references and show_references,
1231                 - completed, fixed contents and format of the symbols help dialog,
1232                 - fix some compilation warnings.
1234 2006-06-12 [wwp]        2.3.0cvs1
1236         * manual/advanced.xml
1237         * manual/fr/advanced.xml
1238                 updates in the "templates" section of the manual (eng/fr):
1239                  - be more precise (both versions)
1240                  - completed to match the english reference (fr version)
1241                  - touchups (both versions)
1243 2006-06-12 [paul]       2.3.0
1245         2.3.0 released
1247 2006-06-12 [paul]       2.2.3cvs14
1249         * po/ca.po
1250         * po/cs.po
1251         * po/de.po
1252         * po/el.po
1253         * po/fr.po
1254         * po/it.po
1255         * po/pt_BR.po
1256         * po/sr.po
1257         * po/zh_CN.po
1258                 updated by Miquel Oliete, Tim, Stephan Sachse,
1259                 Stavros Giannouris, Fabien Vantard, Andrea
1260                 Spadaccini, Frederico Goncalves Guimaraes,
1261                 Aleksandar Urosevic, and Ralgh Young
1263 2006-06-12 [colin]      2.2.3cvs13
1265         * src/mbox.c
1266                 Add missing header
1268 2006-06-11 [colin]      2.2.3cvs12
1270         * src/msgcache.c
1271                 Verify that g_malloc() succeeded
1273 2006-06-11 [colin]      2.2.3cvs11
1275         * src/wizard.c
1276                 Add Face header to welcome mail
1278 2006-06-10 [colin]      2.2.3cvs10
1280         * src/textview.c
1281                 Revert previous (Forgot it changes the
1282                 margin on the whole mail)
1284 2006-06-10 [colin]      2.2.3cvs9
1286         * src/textview.c
1287                 Don't overlap long headers under (X-)Face
1289 2006-06-10 [mones]      2.2.3cvs8
1291         * manual/xml2pdf
1292                 allow generation of manual on systems lacking saxon binary
1293                 but with java and the saxon library installed
1295         * po/es.po
1296                 updated for release
1298 2006-06-09 [colin]      2.2.3cvs7
1300         * src/summaryview.c
1301                 Fix leak when using Display Sender using Addressbook
1303 2006-06-09 [colin]      2.2.3cvs6
1305         * src/compose.c
1306         * src/folder.c
1307         * src/folderview.c
1308         * src/mimeview.c
1309         * src/summaryview.c
1310                 More leaks fixes
1312 2006-06-09 [paul]       2.2.3cvs5
1314         * AUTHORS
1315         * src/gtk/authors.h
1316         * tools/claws.i18n.status.pl
1317                 updated with new info
1319 2006-06-09 [paul]       2.2.3cvs4
1321         * README
1322                 updated
1323         * manual/ack.xml
1324                 add wwp to authors list
1325         * src/gtk/authors.h
1326                 update mine and Colin's addresses
1328 2006-06-08 [colin]      2.2.3cvs3
1330         * src/etpan/imap-thread.c
1331                 Fix leak on SSL cert check
1333 2006-06-08 [colin]      2.2.3cvs2
1335         * src/common/utils.c
1336                 Fix leak
1338 2006-06-08 [paul]       2.2.3cvs1
1340         * configure.ac
1341                 Update version number following
1342                 stable release
1344 2006-06-07 [colin]      2.2.2cvs3
1346         * src/msgcache.c
1347                 Fix catching cache read errors (guint instead of gint)
1348                 Prevent malloc'ing more than 8MB (means cache corruption)
1350 2006-06-07 [paul]       2.2.2cvs2
1352         * src/exporthtml.c
1353         * src/exportldif.c
1354         * src/mh.c
1355         * src/mutt.c
1356         * src/pine.c
1357         * src/common/utils.c
1358                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1359                 obey $HOME'
1360                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1361                 Thanks to Colin
1363 2006-06-06 [paul]       2.2.2cvs1
1365         * configure.ac
1366                 Update version number following
1367                 stable release
1369 2006-06-06 [paul]       2.2.1cvs6
1371         * src/matcher.c
1372                 fix  implicit declaration of
1373                 sylpheed_do_idle()
1374                 Patch by Fabien Vantard
1376 2006-06-06 [paul]       2.2.1cvs5
1378         * src/matcher.c
1379                 fix age_greater and age_lower so that they
1380                 mean what say and not '...or equal to'
1381                 Thanks to Colin
1383 2006-06-06 [paul]       2.2.1cvs4
1385         * src/textview.c
1386         * src/common/utils.c
1387                 fix URI check
1388                 Thanks to Colin
1390 2006-06-05 [wwp]        2.2.1cvs3
1392         * manual/fr/account.xml
1393                 minor language fixes (thanks to Fabien Vantard).
1395 2006-06-05 [colin]      2.2.1cvs2
1397         * src/prefs_folder_item.c
1398         * src/folderview.c
1399                 Allow recursive setting of properties 
1400                 for whole mailboxes
1401         * src/matcher.c
1402                 Don't freeze on 'test' filtering rule
1404 2006-06-05 [colin]      2.2.1cvs1
1406         * configure.ac
1407                 Update version number following
1408                 stable release
1410 2006-06-04 [wwp]        2.2.0cvs82
1412         * manual/glossary.xml
1413         * manual/account.xml
1414         * manual/fr/glossary.xml
1415         * manual/fr/account.xml
1416                 added glossary section and references/links related to the Face custom header.
1418 2006-06-04 [colin]      2.2.0cvs81
1420         * src/summaryview.c
1421                 Skip to next message on move with no
1422                 immediate execution
1424 2006-06-04 [wwp]        2.2.0cvs80
1426         * manual/xml2pdf
1427                 added sanity checks, exit when needed.
1429 2006-06-03 [paul]       2.2.0cvs79
1431         * src/prefs_receive.c
1432                 page name is now 'Receiving'
1433         * src/prefs_send.c
1434                 page name is now 'Sending'
1436 2006-06-03 [colin]      2.2.0cvs78
1438         * src/plugins/spamassassin/spamassassin_gtk.c
1439                 Autoswitch to Localhost if transport was previously
1440                 disabled. Else people had to check [] Enable, then
1441                 *reselect* transport.
1443 2006-06-03 [colin]      2.2.0cvs77
1445         * src/plugins/pgpinline/pgpinline.c
1446         * src/plugins/pgpmime/pgpmime.c
1447                 Check that gpg_data_release_and_get_mem 
1448                 didn't fail (now, why this happens...)
1450 2006-06-03 [colin]      2.2.0cvs76
1452         * src/mbox.c
1453                 Fix bug #962 (Manual and/or UI should 
1454                 warn about incompatible locking 
1455                 causing dataloss)
1457 2006-06-02 [cleroy]     2.2.0cvs75
1459         * src/filtering.c
1460         * src/folder.c
1461         * src/procmsg.c
1462         * src/summaryview.c
1463                 Fix a few leaks
1465 2006-06-02 [colin]      2.2.0cvs74
1467         * src/main.c
1468                 On exit, free caches after writing them
1469                 Shuts up some valgrind false positives
1470         * src/procmsg.c
1471         * src/send_message.c
1472                 Fix races when reusing existing SMTP connections
1473                 Fix inexistant session timeout
1474         * src/toolbar.c
1475                 Display alertpanel after all queues have
1476                 been processed, not after each
1478 2006-06-02 [wwp]        2.2.0cvs73
1480         * manual/fr/glossary.xml
1481         * manual/fr/ack.xml
1482         * manual/ack.xml
1483                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1485 2006-06-02 [wwp]        2.2.0cvs72
1487         * manual/xml2pdf
1488         * manual/dist/pdf/Makefile.am
1489         * manual/dtd/manual.xsl
1490         * manual/fr/dist/pdf/Makefile.am
1491         * manual/pl/dist/pdf/Makefile.am
1492                 we changed the procedure to generate the .pdf version of the manual.
1493                 The procedure is more modern and the .pdf we get now has a valid index.
1494                 Here are the new pre-requisites:
1496                 - JRE 1.x (1.4 here): there must be one from your distro
1497                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1498                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1499                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1501                 See my posts for further info about the installation of this toolchain:
1503                 Date: Fri, 19 May 2006 19:40:06 +0200
1504                 From: wwp <subscript@free.fr>
1505                 To: sylpheed-claws-devel@lists.sourceforge.net
1506                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1508                 and
1510                 Date: Wed, 24 May 2006 12:58:49 +0200
1511                 From: wwp <subscript@free.fr>
1512                 To: sylpheed-claws-devel@lists.sourceforge.net
1513                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1515 2006-06-01 [colin]      2.2.0cvs71
1517         * src/compose.c
1518                 Better guards against IMAP races
1519         * src/main.c
1520         * src/prefs_common.c
1521         * src/prefs_common.h
1522         * src/common/ssl_certificate.c
1523         * src/etpan/imap-thread.c
1524         * src/etpan/imap-thread.h
1525         * src/gtk/sslcertwindow.c
1526                 New hidden option ssl_skip_cert_check to 
1527                 avoid dups of bug #959 (libetpan linked
1528                 against gnutls and gnutls buggy on 64bit)
1529                 Present expired warning only once per
1530                 session/server.
1531         * manual/advanced.xml
1532         * manual/fr/advanced.xml
1533                 Document new option
1535 2006-06-01 [wwp]        2.2.0cvs70
1537         * src/messageview.c
1538                 fix for bug #961 (return receipt dialog 
1539                 complains incorrectly about return-path 
1540                 email adress being different), thanks 
1541                 to Colin.
1543 2006-05-31 [cleroy]     2.2.0cvs69
1545         * src/common/ssl.c
1546                 Guard against NULLs, although this
1547                 should never be an issue
1549 2006-05-31 [colin]      2.2.0cvs68
1551         * src/filtering.c
1552                 Use g_slist_prepend
1553         * src/imap.c
1554                 Don't remove caches when destroying folder, it
1555                 could (should) be done at exit
1556         * src/inc.c
1557                 free processing cache after incorporation
1558         * src/etpan/imap-thread.c
1559                 Maybe fix bug #959 (Crash on moving to emails 
1560                 to a imap account per ssl with a expired 
1561                 certificate.)
1563 2006-05-30 [colin]      2.2.0cvs67
1565         * src/summaryview.c
1566                 Put back event flush when displaying message
1567                 It avoids reading a bunch of messages just
1568                 by hitting shift-n for too long ;)
1570 2006-05-29 [colin]      2.2.0cvs66
1572         * src/summaryview.c
1573                 Remove useless g_warnings
1575 2006-05-29 [colin]      2.2.0cvs65
1577         * src/imap.c
1578                 Fix g_slist_append()s for performance
1580 2006-05-29 [colin]      2.2.0cvs64
1582         * src/compose.c
1583         * src/common/utils.c
1584                 Fix extraneous tab at start of addresses
1585         * src/mainwindow.c
1586                 Fix warnings (thanks to Fabien)
1587                 Fix crash at exit when composing messages 
1588                 exist
1589         * src/pop.c
1590                 Fix progress bar when deleting expired mails
1591                 Thanks to Hiro
1592         * src/summaryview.c
1593         * src/gtk/gtksctree.c
1594                 Fix re-sorting slowness
1596 2006-05-29 [paul]       2.2.0cvs63
1598         * src/mh.c
1599                 fetch full message when moving mails
1600                 from another mailbox, (fixed data loss
1601                 when filtering from IMAP to MH, introduced
1602                 in 2.2.0cvs57).
1603                 Thanks to Colin
1605 2006-05-29 [mones]      2.2.0cvs62
1607         * src/gtk/gtksctree.c
1608                 Unselect faster (patch by Colin)        
1610 2006-05-26 [colin]      2.2.0cvs61
1612         * src/summaryview.c
1613                 Unplug MSGINFO_UPDATE callback on delete too.
1615 2006-05-26 [colin]      2.2.0cvs60
1617         * src/foldersel.c
1618                 Fix bold in folder selection window with glib2.10
1619                 thanks Hiro
1621 2006-05-26 [colin]      2.2.0cvs59
1623         * src/procheader.c
1624                 Convert date only if necessary (and don't
1625                 try to convert from utf8 to utf8, too)
1626         * src/summaryview.c
1627                 Only set column's text if the column's 
1628                 displayed
1630 2006-05-26 [colin]      2.2.0cvs58
1632         * src/summaryview.c
1633         * src/gtk/gtkutils.c
1634                 Fix useless warning
1636 2006-05-26 [colin]      2.2.0cvs57
1638         * src/mainwindow.c
1639                 Make summaryview selectable as long as 
1640                 no message has focus
1641         * src/mh.c
1642                 Faster deletion (by implementing mh_remove_msgs)
1643                 Faster copy (avoid using mh_fetch_msg just to get
1644                 the filename)
1645                 Faster move (using move_file instead of copy_file
1646                 if MSG_IS_MOVE)
1647                 No progressbar if total number of mails to cp/mv 
1648                 is less than 100
1649         * src/summaryview.c
1650                 Fix removal from subject_table when mail gets moved
1651                 Faster deletion (g_slist_prepend instead of append)
1652         * src/gtk/gtksctree.c
1653                 Remove useless code
1655 2006-05-25 [colin]      2.2.0cvs56
1657         * src/common/ssl_certificate.c
1658                 Fix leak in expired cert check
1660 2006-05-25 [colin]      2.2.0cvs55
1662         * src/mh.c
1663                 Disable flags syncing on .mh_sequences - it
1664                 is buggy and marks mails read under unknown
1665                 conditions.
1667 2006-05-25 [paul]
1669         * 2.3.0-rc4 released
1671 2006-05-24 [colin]      2.2.0cvs54
1673         attention cvs users: if you manage to crash
1674         Sylpheed-Claws while moving, copying or deleting
1675         mails, we *are* interested in stack traces and
1676         valgrind logs. It looks stable, but one never
1677         knows...
1679         * src/folder.c
1680                 Add progressbar for cache updates
1681         * src/folderutils.c
1682                 Optimize Mark all read in the current
1683                 folder
1684         * src/mh.c
1685                 Add progressbar for copy/move
1686         * src/procmsg.c
1687                 Optimize O(n^2) in copy/move
1688         * src/summaryview.c
1689         * src/gtk/gtksctree.c
1690                 Optimize O(n^2) algos
1691         * src/common/timing.h
1692                 Display ms instead of us
1694 2006-05-24 [wwp]        2.2.0cvs53
1696         * manual/fr/advanced.xml
1697                 updates to the French manual.
1699 2006-05-24 [wwp]        2.2.0cvs52
1701         * src/common/utils.c
1702                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1704 2006-05-24 [wwp]        2.2.0cvs51
1706         * src/folderutils.c
1707                 fixed "mark all read" in MH folders (thanks to Colin).
1709 2006-05-24 [paul]       2.2.0cvs50
1711         * doc/man/sylpheed-claws.1
1712                 updated the man page
1714 2006-05-23 [colin]      2.2.0cvs49
1716         * src/folderview.c
1717         * src/imap.c
1718         * src/inc.c
1719         * src/mbox.c
1720         * src/messageview.c
1721         * src/news.c
1722         * src/send_message.c
1723         * src/summaryview.c
1724         * src/gtk/sslcertwindow.c
1725                 alertpanel fixes, by Fabien
1727 2006-05-23 [colin]      2.2.0cvs48
1729         * src/folder.c
1730         * src/folderview.c
1731         * src/msgcache.c
1732         * src/summaryview.c
1733         * src/gtk/gtksctree.c
1734         * src/gtk/gtksctree.h
1735                 More timings
1736                 Fix slow loading problem, which was caused by the
1737                 use of some gtk_ctree funcs and their use of
1738                 g_list_position while gtk_ctree_(un)link'ing.
1739                 Reap more functions from gtkctree.c to be sure we
1740                 use our (fast) version instead of theirs.
1741         * src/mh.c
1742                 Fix copy of unread mails
1745 2006-05-22 [wwp]        2.2.0cvs47
1747         * manual/fr/advanced.xml
1748                 updated.
1750 2006-05-22 [colin]      2.2.0cvs46
1752         * src/filtering.c
1753                 Fix possible infinite loop. 'copy' is not a 
1754                 final action, so when encountering a 'copy',
1755                 we have to check if a previous one was set
1756                 and do it. In the same way, if we encounter
1757                 a 'move' we have to perform a possibly 
1758                 pending 'copy'. This will slow down filtering
1759                 on IMAP if move+copy or multiple copy actions
1760                 are to be done, but handling it via the batch
1761                 would be really too convoluted.
1763 2006-05-22 [wwp]        2.2.0cvs45
1765         * manual/fr/advanced.xml
1766         * manual/fr/faq.xml
1767         * manual/fr/glossary.xml
1768         * manual/fr/handling.xml
1769         * manual/fr/intro.xml
1770         * manual/fr/plugins.xml
1771         * manual/fr/sylpheed-claws-manual.xml
1772                 sync w/ the english manual: updates URIs, documented mailing-list
1773                 support, better explanation about the enabled/disabled feature
1774                 in filtering/processing rules by Paul.
1776 2006-05-21 [colin]      2.2.0cvs44
1778         * src/summaryview.c
1779                 Don't expand after building threads, but during
1781 2006-05-21 [colin]      2.2.0cvs43
1783         * src/procmsg.c
1784         * src/summaryview.c
1785                 More timing possibilities... For next time I have 
1786                 to find out how the hell some 3GHz computer takes
1787                 one minute to open a 30k folder...
1789 2006-05-21 [colin]      2.2.0cvs42
1791         * manual/pl/advanced.xml
1792         * manual/pl/faq.xml
1793         * manual/pl/glossary.xml
1794         * manual/pl/handling.xml
1795         * manual/pl/intro.xml
1796         * manual/pl/plugins.xml
1797         * manual/pl/sylpheed-claws-manual.xml
1798                 Polish manual updated by Pawel
1800 2006-05-20 [colin]
1802         * 2.3.0-rc3 released
1804 2006-05-20 [colin]      2.2.0cvs41
1806         * src/imap.c
1807                 Fix -rc2 problems:
1808                 - remove cache of moved messages from original folder
1809                 - apply new flags to messages even if they aren't appliable
1810                   via IMAP.
1812 2006-05-20 [colin]
1814         * 2.3.0-rc2 released
1816 2006-05-19 [colin]      2.2.0cvs40
1818         * src/imap.c
1819                 Don't issue SELECT in imap_change_flags
1820                 before having checked that we indeed have
1821                 some flags to change. MSG_POSTFILTERED for
1822                 example can't be used on IMAP.
1823                 Fixes bug #955 (copying messages between 
1824                 imap folders is extremely slow), which was
1825                 a regression.
1827 2006-05-19 [colin]      2.2.0cvs39
1829         * src/folder.c
1830         * src/folder.h
1831         * src/folderview.c
1832                 Try to fix bug #830 (Some unread messages 
1833                 get marked read in IMAP inbox):
1834                 - Prevent scanning a folder if it's being 
1835                   opened via the GUI
1836                 - Postpone opening via the GUI of a folder
1837                   currently scanned.
1840 2006-05-19 [wwp]        2.2.0cvs38
1842         * manual/advanced.xml
1843                 fix English+typo (thanks to Paul).
1845 2006-05-19 [wwp]        2.2.0cvs37
1847         * manual/advanced.xml
1848         * manual/fr/advanced.xml
1849         * src/gtk/logwindow.c
1850         * src/prefs_common.c
1851         * src/prefs_common.h
1852                 added hidden prefs to allow customization of colors used in
1853                 protocol log window (useful for dark gtk+ themes).
1855 2006-05-19 [wwp]        2.2.0cvs36
1857         * ChangeLog
1858                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1860 2006-05-19 [paul]       2.2.0cvs35
1862         * src/textview.c
1863                 make Reply-To fully clickable
1864         * src/gtk/logwindow.c
1865                 more colouring (SMTP ESMTP)
1866         Both patches by Pawel Pekala
1868 2006-05-19 [cleroy]     2.2.0cvs34
1870         * src/mh.c
1871                 Don't update flags from current folder
1872                 Probably fixes bug #935 (Read Messages 
1873                 Revert to Being Marked as Unread)
1875 2006-05-18 [colin]      2.2.0cvs33
1877         * src/imap.c
1878                 Warning fix
1879         * src/compose.c
1880         * src/mainwindow.c
1881         * src/summaryview.c
1882         * src/toolbar.c
1883                 Allow replying to multiple emails
1884                 in multiple windows
1885         * src/mimeview.c
1886         * src/etpan/imap-thread.c
1887                 Leak fixes
1889 2006-05-18 [paul]       2.2.0cvs32
1891         * src/summaryview.c
1892                 keep Mailing-List menu refreshed
1893                 Thanks to Colin
1895 2006-05-18 [paul]       2.2.0cvs31
1897         * manual/advanced.xml
1898         * manual/faq.xml
1899         * manual/glossary.xml
1900         * manual/handling.xml
1901         * manual/intro.xml
1902         * manual/plugins.xml
1903         * manual/sylpheed-claws-manual.xml
1904                 update URLs
1905                 add info about mailing-list support
1906                 edit filtering info
1907         * src/wizard.c
1908         * src/common/defs.h
1909         * src/gtk/about.c
1910         * src/plugins/dillo_viewer/README
1911                 update URLs
1913 2006-05-17 [wwp]        2.2.0cvs30
1915         * manual/handling.xml
1916         * manual/fr/handling.xml
1917                 documented the ability to enabled/disable filtering/processing rules.
1919 2006-05-17 [colin]      2.2.0cvs29
1921         * src/main.c
1922                 Don't initialize g_thread subsystem if it's 
1923                 already done (thanks to Hiro)
1924         * src/mimeview.c
1925                 Fix saving of parts when there name can't be
1926                 converted from UTF-8.
1928 2006-05-17 [paul]       2.2.0cvs28
1930         * po/Makefile.in.in
1931                 fix config.status warning with autoconf 2.60
1933 2006-05-17 [paul]       2.2.0cvs27
1935         * po/POTFILES.in
1936                 add src/mbox.c
1938 2006-05-17 [wwp]        2.2.0cvs26
1940         * src/mainwindow.c
1941                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1943 2006-05-17 [wwp]        2.2.0cvs25
1945         * src/plugins/demo/demo.c
1946                 updated product name in plugin demo (many plugins need to be
1947                 sync'ed w/ that change).
1949 2006-05-17 [colin]      2.2.0cvs24
1951         * src/mh.c
1952                 Fix leak
1954 2006-05-16 [colin]      2.2.0cvs23
1956         * src/mainwindow.c
1957                 Stupid me hit again. Fix cvs22.
1959 2006-05-16 [colin]      2.2.0cvs22
1961         * src/mainwindow.c
1962                 Fix bug #922 (sylpheed-claws crashed after 
1963                 pushing on Inbox folder)
1965 2006-05-16 [colin]      2.2.0cvs21
1967         * src/compose.c
1968                 Make From header be copy/paste/select-able
1970 2006-05-16 [wwp]        2.2.0cvs20
1972         * src/export.c
1973         * src/matcher.c
1974         * src/summaryview.c
1975         * src/etpan/imap-thread.c
1976                 fix some compiler warnings (thanks to Colin).
1978 2006-05-16 [wwp]        2.2.0cvs19
1980         * src/action.c
1981         * src/gedit-print.c
1982         * src/inc.c
1983         * src/mainwindow.c
1984         * src/mh.c
1985         * src/statusbar.c
1986         * src/send_message.c
1987         * src/summaryview.c
1988                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1990 2006-05-15 [colin]      2.2.0cvs18
1992         * src/procmsg.c
1993                 Fix automatic rule creation with List-Post
1995 2006-05-15 [paul]       2.2.0cvs17
1997         * tools/filter_conv_new.pl
1998                 updated for rule enabling/disabling
1999                 claws version >= 2.3.x required
2001 2006-05-15 [cleroy]     2.2.0cvs16
2003         * src/main.c
2004                 Revert test
2006 2006-05-15 [cleroy]     2.2.0cvs15
2008         * src/main.c
2009                 test
2011 2006-05-15 [wwp]        2.2.0cvs14
2013         * manual/pl/.cvsignore
2014                 ignore generated files.
2016 2006-05-14 [wwp]        2.3.0-rc1
2018         * 2.3.0-rc1 released
2020 2006-05-13 [wwp]        2.2.0cvs13
2022         * src/filtering.c
2023         * src/filtering.h
2024         * src/matcher.c
2025         * src/matcher_parser_lex.l
2026         * src/matcher_parser_parse.y
2027         * src/prefs_filtering.c
2028                 new feature: provide the ability to disable filtering and processing
2029                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2030                 adaptations.
2032 2006-05-13 [colin]      2.2.0cvs12
2034         * src/compose.c
2035                 Remove useless if (a) b; else b;
2036                 Thanks to wwp
2038 2006-05-13 [wwp]        2.2.0cvs11
2040         * src/export.c
2041         * src/import.c
2042         * src/mainwindow.c
2043         * src/mbox.c
2044         * src/summaryview.c
2045         * src/summaryview.h
2046                 no more silent failures (or at least less ones) when importing
2047                 or exporting from/to mbox. Also start importing/exporting if
2048                 the necessary info is set.
2050 2006-05-13 [wwp]        2.2.0cvs10
2052         * RELEASE_NOTES
2053                 restored up-to-date release notes.
2055 2006-05-13 [paul]       2.2.0cvs9
2057         * po/nl.po
2058         * po/ru.po
2059                 updated by Tim Dijkstra and Pavlo Bohmat
2061 2006-05-12 [colin]      2.2.0cvs8
2063         * src/gtk/quicksearch.c
2064                 Add "k" as shortcut for "colorlabel". Patch
2065                 by ath42@users.sf.net.
2067 2006-05-12 [paul]       2.2.0cvs7
2069         * src/prefs_common.h
2070         * src/prefs_summaries.c
2071         * src/summaryview.c
2072                 when entering a folder also allow
2073                 going directly to first Marked message
2075 2006-05-12 [paul]       2.2.0cvs6
2077         * src/summaryview.c
2078                 always obey 'confirm before marking all
2079                 mails read' option
2081 2006-05-12 [paul]       2.2.0cvs5
2083         * src/textview.c
2084                 make Sender fully clickable
2086 2006-05-12 [colin]      2.2.0cvs4
2088         * src/compose.c
2089         * src/compose.h
2090                 Let From be editable
2091         * src/main.c
2092         * src/mh.c
2093                 Full support of .mh_sequences' Unseen seq
2095 2006-05-12 [colin]      2.2.0cvs3
2097         * src/folder.c
2098         * src/mainwindow.c
2099         * src/mainwindow.h
2100         * src/messageview.c
2101         * src/prefs_spelling.c
2102         * src/procheader.c
2103         * src/procmsg.c
2104         * src/procmsg.h
2105         * src/summaryview.c
2106         * src/toolbar.c
2107         * src/toolbar.h
2108                 Add contextual menu on Compose toolbar
2109                 button. Fixes bug #944 (Automatic
2110                 addresses not applied when changing account
2111                 from compose window)
2112                 add Mailing List support
2113                 based on the old 0.6.5claws25 patch by
2114                 Melvin Hadasht, with finishing touches
2115                 by Colin
2116                 Fix "ignore thread" when mails are threaded by
2117                 subject (and weren't ignored although appearing
2118                 in the thread).
2119                 GUI rework.
2120                 Both patches by Pawel.
2122 2006-05-08 [paul]       2.2.0cvs2
2124         * src/mainwindow.c
2125         * src/mainwindow.h
2126         * src/messageview.c
2127         * src/procheader.c
2128         * src/procmsg.c
2129         * src/procmsg.h
2130         * src/summaryview.c
2131                 add Mailing List support
2132                 based on the old 0.6.5claws25 patch by 
2133                 Melvin Hadasht, with finishing touches
2134                 by Colin
2136 2006-05-08 [colin]      2.2.0cvs1
2138         * src/mainwindow.c
2139         * src/toolbar.c
2140         * src/toolbar.h
2141                 Add contextual menu on Compose toolbar 
2142                 button. Fixes bug #944 (Automatic 
2143                 addresses not applied when changing account 
2144                 from compose window)
2146 2006-05-08 [paul]       2.2.0
2148         2.2.0 released
2150 2006-05-08 [paul]       2.1.1cvs51
2152         * po/cs.po
2153         * po/de.po
2154         * po/en_GB.po
2155         * po/fi.po
2156         * po/fr.po
2157         * po/pt_BR.po
2158         * po/sr.po
2159         * po/zh_CN.po
2160                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2161                 Fabien Vantard, Frederico Goncalves Guimaraes,
2162                 Aleksandar Urosevic, and Ralgh Young
2164 2006-05-12 [colin]      2.1.1cvs50
2166         * po/cs.po
2167         * po/de.po
2168         * po/en_GB.po
2169         * po/es.po
2170         * po/fi.po
2171         * po/fr.po
2172         * po/pt_BR.po
2173         * po/sr.po
2174         * po/zh_CN.po
2175                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2176                 Fabien Vantard, Frederico Goncalves Guimaraes,
2177                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2179 2006-05-05 [colin]      2.1.1cvs49
2181         * manual/Makefile.am
2182         * manual/pl/Makefile.am
2183         * manual/pl/account.xml
2184         * manual/pl/ack.xml
2185         * manual/pl/addrbook.xml
2186         * manual/pl/advanced.xml
2187         * manual/pl/faq.xml
2188         * manual/pl/glossary.xml
2189         * manual/pl/gpl.xml
2190         * manual/pl/handling.xml
2191         * manual/pl/intro.xml
2192         * manual/pl/keyboard.xml
2193         * manual/pl/plugins.xml
2194         * manual/pl/starting.xml
2195         * manual/pl/sylpheed-claws-manual.xml
2196         * manual/pl/dist/.cvsignore
2197         * manual/pl/dist/Makefile.am
2198         * manual/pl/dist/html/.cvsignore
2199         * manual/pl/dist/html/Makefile.am
2200         * manual/pl/dist/pdf/.cvsignore
2201         * manual/pl/dist/pdf/Makefile.am
2202         * manual/pl/dist/ps/.cvsignore
2203         * manual/pl/dist/ps/Makefile.am
2204         * manual/pl/dist/txt/.cvsignore
2205         * manual/pl/dist/txt/Makefile.am
2206                 Add the polish translation of the manual,
2207                 Authored by Pawel Pekala.
2209 2006-05-05 [cleroy]     2.1.1cvs48
2211         * src/main.c
2212                 Re-read matcherrc after loading plugins 
2213                 if some of them add folders.
2215 2006-05-03 [colin]      2.1.1cvs47
2217         * src/imap.c
2218                 I'm idiot
2220 2006-05-03 [colin]      2.1.1cvs46
2222         * src/imap.c
2223                 Be sure to have a session when
2224                 getting separator
2226 2006-05-03 [colin]      2.1.1cvs45
2228         * src/imap.c
2229         * src/imap.h
2230         * src/imap_gtk.c
2231                 Fix preventing renaming with namespace 
2232                 separator.
2234 2006-05-01 [colin]      2.1.1cvs44
2236         * src/action.c
2237                 Don't reload messageview when result of
2238                 action is piped.
2240 2006-04-29 [colin]      2.1.1cvs43
2242         * src/prefs_receive.c
2243         * src/plugins/spamassassin/spamassassin_gtk.c
2244         * src/plugins/clamav/clamav_plugin_gtk.c
2245                 GUI fixes by Pawel
2247 2006-04-29 [colin]      2.1.1cvs42
2249         * src/prefs_compose_writing.c
2250         * src/prefs_quote.c
2251                 Cleanups. Patch by Pawel
2253 2006-04-28 [paul]       2.1.1cvs41
2255         * src/matcher.c
2256                 fix returned quick search results when search
2257                 term contains an underscore.
2258                 Thanks to Colin
2260 2006-04-28 [paul]       2.1.1cvs40
2262         * src/prefs_message.c
2263         * src/prefs_receive.c
2264                 GUI cleanups
2265                 Patches by Pawel Pekala
2267 2006-04-27 [colin]      2.1.1cvs39
2269         * src/wizard.c
2270                 Differentiate subject Welcome from
2271                 window's title Welcome
2273 2006-04-27 [paul]
2275         2.2.0-rc1 released
2277 2006-04-27 [paul]       2.1.1cvs38
2279         * manual/advanced.xml
2280         * manual/fr/advanced.xml
2281                 add info about compose_no_markup hidden pref
2283 2006-04-27 [paul]       2.1.1cvs37
2285         * src/prefs_account.c
2286                 improve privacy labels
2287         * src/prefs_msg_colors.c
2288                 change some strings for translators' convenience
2289         * src/gtk/gtkutils.c
2290                 don't underline the link button text
2292 2006-04-25 [colin]      2.1.1cvs36
2294         * src/folder.c
2295                 Complete 2.1.1cvs33 (once more ;)
2297 2006-04-25 [colin]      2.1.1cvs35
2299         * src/editldap.c
2300                 Fix tooltip
2302 2006-04-25 [cleroy]     2.1.1cvs34
2304         * src/compose.c
2305         * src/gtk/gtkaspell.c
2306                 Fix crash on redirect (related to the return 
2307                 of the aspell menu in compose's toolbar)
2308         * src/prefs_msg_colors.c
2309                 Fix sensitivity widgets
2310         * src/image_viewer.c
2311         * src/gtk/pluginwindow.c
2312         * src/gtk/prefswindow.c
2313                 Change released signals to clicked (Fabien)
2314         * po/POTFILES.in
2315         * src/common/socket.c
2316         * src/plugins/spamassassin/spamassassin.c
2317                 Translate strings (Fabien)
2319 2006-04-25 [paul]       2.1.1cvs33
2321         * src/folder.c
2322         * src/folder.h
2323         * src/folderview.c
2324                 complete the fix of bug #912
2325                 Thanks to Colin
2327 2006-04-25 [colin]      2.1.1cvs32
2329         * src/news.c
2330                 Better progress bar
2331         * src/mimeview.c
2332         * src/summaryview.c
2333         * src/summaryview.h
2334                 Fix focus chain
2335                 Patches by Pawel Pekala
2337 2006-04-24 [colin]      2.1.1cvs31
2339         * src/compose.c
2340                 Fix compilation warnings (Fabien)
2342 2006-04-24 [colin]      2.1.1cvs30
2344         * src/addrindex.c
2345         * src/editldap.c
2346         * src/editldap_basedn.c
2347         * src/editldap_basedn.h
2348         * src/ldapctrl.c
2349         * src/ldapctrl.h
2350         * src/ldapquery.c
2351         * src/ldaputil.c
2352         * src/ldaputil.h
2353                 Fix bug #901 (LDAPS support)
2355 2006-04-24 [colin]      2.1.1cvs29
2357         * src/compose.c
2358                 Fix logic on error with send dialog on
2359         * src/imap.c
2360                 Fix compilation without libetpan, thanks
2361                 to Fabien
2362         * src/summaryview.c
2363                 Fix 'context-menu' key
2365 2006-04-23 [colin]      2.1.1cvs28
2367         * src/folder.c
2368                 Never free current's cache to free up 
2369                 memory. Fixes bug #912 (new count 
2370                 randomly set to message count)
2372 2006-04-23 [colin]      2.1.1cvs27
2374         * src/gtk/quicksearch.c
2375                 And remove printf...
2377 2006-04-23 [colin]      2.1.1cvs26
2379         * src/gtk/quicksearch.c
2380                 Fix replacing in quicksearch, and fix inserting
2381                 in the middle of the string. (introduced at 2.1.0cvs22)
2383 2006-04-23 [colin]      2.1.1cvs25
2385         * src/imap.c
2386                 Make sure uidnext is initialized in get_num_list
2387                 (not for stable, related to 2.1.1cvs8 and friends)
2389 2006-04-23 [colin]      2.1.1cvs24
2391         * src/imap.c
2392                 Output something when login is successful
2393                 too
2395 2006-04-23 [colin]      2.1.1cvs23
2397         * src/etpan/imap-thread.c
2398                 Better logging (line-per-line, hide data in fetch)
2399                 Fix a const warning
2400         * src/gtk/logwindow.c
2401         * src/gtk/logwindow.h
2402                 Better logging (color for input/output)
2404 2006-04-21 [colin]      2.1.1cvs22
2406         * src/gtk/quicksearch.c
2407                 On gtk+-2.8, use stock buttons in quicksearch
2408                 Based on a patch by Fabien and a design by Paul
2410 2006-04-21 [colin]      2.1.1cvs21
2412         * src/folderview.c
2413         * src/mainwindow.c
2414                 Fix occasional flicker in folderview
2415         * src/common/utils.c
2416                 Fix bug #943 (Incorrectly parsed email address 
2417                 list in short headers on message view and in 
2418                 printouts)
2420 2006-04-20 [colin]      2.1.1cvs20
2422         * src/imap.c
2423         * src/imap.h
2424         * src/prefs_account.c
2425                 Add ANONYMOUS auth for IMAP
2427 2006-04-20 [paul]       2.1.1cvs19
2429         * src/main.c
2430                 proper fix for 2.1.1cvs18
2431                 Thanks to Colin
2433 2006-04-20 [paul]       2.1.1cvs18
2435         * src/main.c
2436                 fix build warnings
2438 2006-04-20 [paul]       2.1.1cvs17
2440         * src/gtk/quicksearch.c
2441                 fix standard, non-extended Quick search,
2442                 was broken in 2.1.1cvs15.
2443                 Thanks to Colin.
2445 2006-04-20 [colin]      2.1.1cvs16
2447         * src/prefs_matcher.c
2448                 Fix values when reselecting a ~test
2449                 rule
2451 2006-04-19 [colin]      2.1.1cvs15
2453         * src/compose.c
2454         * src/compose.h
2455         * src/gtk/gtkaspell.c
2456         * src/gtk/gtkaspell.h
2457                 Put back Options menu in Spelling/
2458         * src/gtk/quicksearch.c
2459                 Don't search, and show error, if the
2460                 advanced search has a syntax error
2462 2006-04-18 [colin]      2.1.1cvs14
2464         * src/textview.c
2465                 Fix gdk warnings on set_cursor when textview
2466                 isn't visible
2468 2006-04-18 [colin]      2.1.1cvs13
2470         * src/gtk/gtksctree.c
2471                 Remove seemingly useless refresh that causes
2472                 flicker - watch this commit in case of 
2473                 problems before planned backport to stable
2475 2006-04-18 [colin]      2.1.1cvs12
2477         * src/imap.c
2478                 Factorize get/set_xml code
2479         * src/compose.c
2480         * src/prefs_account.c
2481         * src/prefs_account.h
2482         * src/procmsg.c
2483                 Add Encrypt to self option
2485 2006-04-17 [colin]      2.1.1cvs11
2487         * configure.ac
2488                 Fix search on encrpyt function on dragonfly
2489                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2491 2006-04-17 [colin]      2.1.1cvs10
2493         * src/prefs_account.c
2494                 Be safe by default: remove mails from POP3
2495                 after 7 days, not immediately
2497 2006-04-17 [colin]      2.1.1cvs9
2499         * src/etpan/imap-thread.c
2500                 Fix build on DragonFly - patch by 
2501                 Jonathan Buschmann <jonthn@agmact.com>
2503 2006-04-17 [colin]      2.1.1cvs8
2505         * src/imap.c
2506                 Save uidnext between sessions
2508 2006-04-17 [colin]      2.1.1cvs7
2510         * src/imap.c
2511                 scan is required when uid validity changes
2513 2006-04-17 [colin]      2.1.1cvs6
2515         * src/folderview.c
2516                 Don't scan if not necessary, apart in current
2517                 folder and INBOX to fetch flags.
2518         * src/imap.c
2519                 Scan is necessary if unread count changes
2521 2006-04-17 [colin]      2.1.1cvs5
2523         * src/imap.c
2524                 ...But always fetch ANSWERED and DELETED flags for
2525                 INBOX, as filtering can happen on these flags.
2527 2006-04-17 [colin]      2.1.1cvs4
2529         * src/imap.c
2530                 Don't fetch REPLIED and DELETED flags when synchronising
2531                 flags with a closed folder. We only need UNSEEN and FLAGGED
2532                 to update the folderview.
2534 2006-04-17 [colin]      2.1.1cvs3
2536         * src/imap.c
2537                 Faster flag search when there are new mails 
2538                 in a folder. We can do a full search if the 
2539                 folder contains less messages than the new
2540                 list.
2542 2006-04-17 [colin]      2.1.1cvs2
2544         * po/cs.po
2545         * po/de.po
2546         * po/fr.po
2547         * po/nl.po
2548         * po/pt_BR.po
2549                 Update translations from stable branch
2551 2006-04-17 [colin]      2.1.1cvs1
2553         * configure.ac
2554                 Bump version to follow stable release
2556 2006-04-16 [mones]      2.1.0cvs50
2558         * po/es.po
2559                 Updated for release
2561 2006-04-16 [colin]      2.1.0cvs49
2563         * src/textview.c
2564                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2565                 with gtk < 2.8. Thanks to Fabien Vantard.
2567 2006-04-15 [colin]      2.1.0cvs48
2569         * src/etpan/imap-thread.c
2570                 Fix bug #919 (libetpan: SEGV when connecting 
2571                 using command)
2573 2006-04-14 [colin]      2.1.0cvs47
2575         * src/main.c
2576                 Fix race on --select (should be done better)
2578 2006-04-14 [wwp]        2.1.0cvs46
2580         * src/send_message.c
2581                 enforce a check for domain in account prefs (a sending
2582                 error could be faced if domain was checked but no value set),
2583                 thanks to Colin.
2585 2006-04-14 [colin]      2.1.0cvs45
2587         * src/codeconv.c
2588                 when converting from unknown to unknown, if the
2589                 string is UTF8, don't convert it to the locale
2590                 (which breaks it)
2592 2006-04-14 [colin]      2.1.0cvs44
2594         * src/compose.c
2595                 Don't try to use ASCII for converting headers
2596                 (as done in body)
2598 2006-04-14 [paul]       2.1.0cvs43
2600         * src/crash.c
2601                 add locale/charset info to crash report
2602         * src/gtk/about.c
2603                 add wwp to doc team
2604                 replace 'e-mail' with preferred 'email'
2605         * src/gtk/authors.h
2606                 ensure contributors list is in alphabetical
2607                 order
2609 2006-04-13 [colin]      2.1.0cvs42
2611         * src/textview.c
2612                 Prevent gdk warnings
2614 2006-04-13 [colin]      2.1.0cvs41
2616         * src/common/ssl_certificate.c
2617         * src/common/ssl_certificate.h
2618         * src/gtk/sslcertwindow.c
2619                 Warn on expired certs, and display the expiration date
2621 2006-04-13 [colin]      2.1.0cvs40
2623         * src/plugins/spamassassin/spamassassin_gtk.c
2624                 Fix missing set_text on unix socket
2626 2006-04-13 [wwp]        2.1.0cvs39
2628         * manual/fr/advanced.xml
2629         * manual/fr/glossary.xml
2630                 applied new spam/ham/email lexicon (pourriel, courriel)
2632 2006-04-13 [paul]       2.1.0cvs38
2634         * src/plugins/pgpmime/plugin.c
2635                 remove the mention of S/MIME from the
2636                 description. This is now handled by the
2637                 S/MIME plugin.
2639 2006-04-13 [paul]       2.1.0cvs37
2641         * src/prefs_msg_colors.c
2642                 rework dialog
2643         * src/prefs_folder_item.c
2644         * src/prefs_spelling.c
2645                 add a tooltip to the colour selector buttons
2647 2006-04-13 [wwp]        2.1.0cvs36
2649         * manual/advanced.xml
2650         * manual/glossary.xml
2651         * manual/handling.xml
2652         * manual/keyboard.xml
2653         * manual/plugins.xml
2654         * manual/starting.xml
2655         * manual/fr/account.xml
2656         * manual/fr/ack.xml
2657         * manual/fr/addrbook.xml
2658         * manual/fr/advanced.xml
2659         * manual/fr/faq.xml
2660         * manual/fr/glossary.xml
2661         * manual/fr/gpl.xml
2662         * manual/fr/handling.xml
2663         * manual/fr/intro.xml
2664         * manual/fr/keyboard.xml
2665         * manual/fr/plugins.xml
2666         * manual/fr/starting.xml
2667         * manual/fr/sylpheed-claws-manual.xml
2668                 fixes to the manuals:
2669                  - summaryview -> Message List (same in French)
2670                  - translate key names
2671                  - fix French punctuation, use non-breakable spaces when
2672                    necessary, don't use &thinsp; which is not portable
2673                  - tell what maildir and mbox formats we support
2675 2006-04-12 [wwp]        2.1.0cvs35
2677         * src/prefs_toolbar.c
2678                 unified a replace button more,
2679                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2681 2006-04-12 [wwp]        2.1.0cvs34
2683         * src/prefs_common.c
2684         * src/prefs_msg_colors.c
2685                 make default color labels translatable,
2686                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2687                 thanks to Tim <timbrain@post.cz> for reporting.
2689 2006-04-12 [wwp]        2.1.0cvs33
2691         * manual/glossary.xml
2692         * manual/intro.xml
2693         * manual/plugins.xml
2694         * manual/starting.xml
2695         * manual/sylpheed-claws-manual.xml
2696         * manual/fr/.cvsignore
2697         * manual/fr/account.xml
2698         * manual/fr/ack.xml
2699         * manual/fr/addrbook.xml
2700         * manual/fr/advanced.xml
2701         * manual/fr/faq.xml
2702         * manual/fr/glossary.xml
2703         * manual/fr/handling.xml
2704         * manual/fr/intro.xml
2705         * manual/fr/keyboard.xml
2706         * manual/fr/plugins.xml
2707         * manual/fr/starting.xml
2708         * manual/fr/sylpheed-claws-manual.xml
2709                 various fixes: typos, missing .fr translations, punctuation,
2710                 capitalization, links, accents and some bad French more.
2712 2006-04-12 [wwp]        2.1.0cvs32
2714         * src/prefs_gtk.c
2715                 fix for bug #935: always store prefs files in UTF-8 (thanks
2716                 to Colin).
2718 2006-04-11 [colin]      2.1.0cvs31
2720         * src/compose.c
2721                 Fix inserting files not in utf8 when locale is utf8
2723 2006-04-11 [colin]      2.1.0cvs30
2725         * src/inc.c
2726                 Don't show error dialog when cancelling connection
2727                 Patch by Pawel
2729 2006-04-11 [cleroy]     2.1.0cvs29
2731         * src/compose.c
2732                 Implement multiple quote levels
2733         * src/prefs_common.c
2734                 Change a little bit the quote bgcolor for 2nd level
2736 2006-04-11 [colin]      2.1.0cvs28
2738         * src/gtk/about.c
2739                 Add locale and charset in the label
2741 2006-04-10 [colin]      2.1.0cvs27
2743         * src/compose.c
2744         * src/prefs_common.c
2745         * src/prefs_common.h
2746         * src/prefs_msg_colors.c
2747         * src/textview.c
2748                 Allow optional background color in quotes
2749                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2750                 GTK+-2.8.x feature
2752 2006-04-10 [colin]      2.1.0cvs26
2754         * src/main.c
2755         * src/mainwindow.c
2756         * src/mainwindow.h
2757                 Implement --select
2759 2006-04-10 [colin]      2.1.0cvs25
2761         * manual/plugins.xml
2762         * manual/fr/plugins.xml
2763                 Document libcurl's proxy variables
2765 2006-04-09 [colin]      2.1.0cvs24
2767         * src/prefs_common.c
2768                 gettext() returns statically allocated stuff. We have
2769                 to strdup it in order to be able to free it.
2771 2006-04-09 [colin]      2.1.0cvs23
2773         * AUTHORS
2774         * src/gtk/authors.h
2775                 Add Alexei
2777 2006-04-09 [colin]      2.1.0cvs22
2779         * src/mainwindow.c
2780         * src/gtk/quicksearch.c
2781                 Fix bug #859 (problems with cyrilic input in 
2782                 search panel) - Patch by Alexey Illarionov 
2783                 <littlesavage@rambler.ru>
2785 2006-04-09 [colin]      2.1.0cvs21
2787         * src/prefs_customheader.c
2788                 I prefer removing then freeing rather than the contrary
2789                 (even if it doesn't change anything ;-)
2790         * src/prefs_account.c
2791                 Fix bug #933 (Crash re-entering the custom headers list 
2792                 dialog in accounts prefs)
2793                 The problem happened when cancelling the Account 
2794                 Preferences' dialogs - in which case we didn't do 
2795                 anything to the PrefsAccount * struct. In case of applying,
2796                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2797                 working with in this dialog. The problem is that 
2798                 prefs_customheader.c, working on this tmp_ac_prefs, always
2799                 changes the ->customhdr_list pointer, even when cancelled. 
2800                 So in case of cancelling the prefs_account dialog, we still
2801                 have to update ->customhdr_list in the real account.
2803 2006-04-08 [colin]      2.1.0cvs20
2805         * manual/fr/glossary.xml
2806         * manual/fr/keyboard.xml
2807                 Forgot some headers :)
2809 2006-04-08 [colin]      2.1.0cvs19
2811         * manual/Makefile.am
2812         * manual/fr/Makefile.am
2813         * manual/fr/account.xml
2814         * manual/fr/ack.xml
2815         * manual/fr/addrbook.xml
2816         * manual/fr/advanced.xml
2817         * manual/fr/faq.xml
2818         * manual/fr/glossary.xml
2819         * manual/fr/gpl.xml
2820         * manual/fr/handling.xml
2821         * manual/fr/intro.xml
2822         * manual/fr/keyboard.xml
2823         * manual/fr/plugins.xml
2824         * manual/fr/starting.xml
2825         * manual/fr/sylpheed-claws-manual.xml
2826         * manual/fr/dist/.cvsignore
2827         * manual/fr/dist/Makefile.am
2828         * manual/fr/dist/html/.cvsignore
2829         * manual/fr/dist/html/Makefile.am
2830         * manual/fr/dist/pdf/.cvsignore
2831         * manual/fr/dist/pdf/Makefile.am
2832         * manual/fr/dist/ps/.cvsignore
2833         * manual/fr/dist/ps/Makefile.am
2834         * manual/fr/dist/txt/.cvsignore
2835         * manual/fr/dist/txt/Makefile.am
2836                 Add the french translation of the manual. Thanks to
2837                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2838                 account.xml, ack.xml, addrbook.xml and advanced.xml
2840 2006-04-08 [colin]      2.1.0cvs18
2842         * manual/plugins.xml
2843         * manual/starting.xml
2844                 More fixes
2846 2006-04-07 [colin]      2.1.0cvs17
2848         * manual/faq.xml
2849         * manual/intro.xml
2850         * manual/keyboard.xml
2851                 Little fixes
2853 2006-04-07 [colin]      2.1.0cvs16
2855         * README
2856         * src/compose.c
2857         * src/prefs_common.c
2858         * src/prefs_common.h
2859                 Add hidden compose_no_markup pref
2861 2006-04-07 [wwp]        2.1.0cvs15
2863         * src/summary_search.c
2864         * .cvsignore
2865                 Bugfix: stop button was sticky when searching in an empty folder.
2866                 Applied curly brackets code style to the whole file (summary_search.c).
2867                 More files to ignore.
2869 2006-04-07 [wwp]        2.1.0cvs14
2871         * src/message_search.c
2872         * src/summary_search.c
2873                 changed default button when search bumps at file/folder
2874                 beginning or end, for convenience (thanks to Colin).
2876 2006-04-07 [paul]       2.1.0cvs13
2878         * src/plugins/dillo_viewer/dillo_prefs.c
2879                 avoid future potential for namespace collision
2880                 Patch by Colin
2882 2006-04-06 [wwp]        2.1.0cvs12
2884         * src/summary_search.c
2885                 Unify extended/advanced searches names (and thus factorize labels),
2886                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2888 2006-04-06 [wwp]        2.1.0cvs11
2890         * src/folderview.c
2891         * src/prefs_themes.c
2892         * src/summaryview.c
2893                 Fixed some compilation warnings.
2895 2006-04-06 [colin]      2.1.0cvs10
2897         * manual/advanced.xml
2898                 Document the wizard template and how to deploy
2899                 Sylpheed-Claws effectively
2901 2006-04-06 [colin]      2.1.0cvs9
2903         * src/folderview.c
2904                 gettext patch to tell translators about _("#"),
2905                 by Maxim Britov
2907 2006-04-06 [colin]      2.1.0cvs8
2909         * src/textview.c
2910                 Fix invalid GtkTextBIter after clicking "Display as text"
2912 2006-04-06 [mones]      2.1.0cvs7
2914         * src/addr_compl.c
2915         * src/addrindex.c
2916         * src/addritem.c
2917         * src/codeconv.c
2918         * src/compose.c
2919         * src/filtering.c
2920         * src/folder.c
2921         * src/folder_item_prefs.c
2922         * src/folderview.c
2923         * src/localfolder.c
2924         * src/matcher.c
2925         * src/mimeview.c
2926         * src/prefs_msg_colors.c
2927         * src/prefs_spelling.c
2928         * src/prefs_themes.c
2929         * src/procmime.c
2930         * src/procmsg.c
2931         * src/stock_pixmap.c
2932         * src/summaryview.c
2933         * src/textview.c
2934         * src/toolbar.c
2935         * src/common/mgutils.c
2936         * src/common/prefs.c
2937         * src/common/ssl_certificate.c
2938         * src/gtk/colorlabel.c
2939         * src/gtk/quicksearch.c
2940         * src/plugins/pgpmime/pgpmime.c
2941         * src/plugins/spamassassin/spamassassin.c
2942                 Removed redundant NULL checks for g_free() calls.
2943                 Patch by Pawel Pekala.
2945 2006-04-06 [mones]      2.1.0cvs6
2947         * src/prefs_actions.c
2948         * src/prefs_filtering.c
2949         * src/prefs_filtering_action.c
2950         * src/prefs_matcher.c
2951         * src/prefs_template.c
2952         * src/gtk/gtkutils.c
2953         * src/gtk/gtkutils.h
2954                 Have a nice replace button. Patch by Pawel Pekala
2956 2006-04-06 [colin]      2.1.0cvs5
2958         * src/addressbook.c
2959                 Fix crash with empty columns
2961 2006-04-05 [colin]      2.1.0cvs4
2963         * src/wizard.c
2964         * src/prefs_gtk.c
2965                 Allow wizard customization with pre-filled values
2967 2006-04-05 [colin]      2.1.0cvs3
2969         * src/textview.c
2970         * src/mimeview.c
2971         * src/mimeview.h
2972                 Nicer messages in mimeview
2974 2006-04-05 [colin]      2.1.0cvs2
2976         * src/addressbook.c
2977         * src/prefs_summaries.c
2978                 i18n fix
2980 2006-04-05 [colin]      2.1.0cvs1
2982         * src/plugins/pgpcore/plugin.c
2983         * src/plugins/pgpcore/select-keys.c
2984         * src/plugins/pgpcore/select-keys.h
2985         * src/plugins/pgpcore/sgpgme.c
2986         * src/plugins/pgpcore/sgpgme.h
2987         * src/plugins/pgpinline/pgpinline.c
2988         * src/plugins/pgpinline/plugin.c
2989         * src/plugins/pgpmime/pgpmime.c
2990         * src/plugins/pgpmime/plugin.c
2991                 Factorize and generalize a bit 
2992                 Drop S/MIME signature verification from PGP/MIME
2993                 (adding it as another, more complete plugin)
2995 2006-04-05 [paul]       2.1.0
2997         2.1.0 released
2999 2006-04-05 [paul]       2.0.0cvs186
3001         * manual/advanced.xml
3002                 add info on colour labels
3004 2006-04-05 [paul]       2.0.0cvs185
3006         * po/bg.po
3007         * po/cs.po
3008         * po/de.po
3009         * po/el.po
3010         * po/en_GB.po
3011         * po/fi.po
3012         * po/fr.po
3013         * po/it.po
3014         * po/nl.po
3015         * po/pl.po
3016         * po/pt_BR.po
3017         * po/sr.po
3018         * po/zh_CN.po
3019                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3020                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3021                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3022                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3023         * src/gtk/authors.h
3024         * tools/claws.i18n.status.pl
3025                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3026                 and new Czech translator, Tim <timbrain@post.cz>
3028 2006-04-05 [mones]      2.0.0cvs184
3030         * po/es.po
3031                 Updated translation
3033 2006-04-05 [colin]      2.0.0cvs183
3035         * src/gtk/quicksearch.c
3036                 Fix bug #929 (unnecessary reload in quick search bar)
3038 2006-04-05 [colin]      2.0.0cvs182
3040         * src/compose.c
3041                 Fix crash on Reply with no From:
3042                 Show signature and conversion error on queuing 
3043                 (but not sending)
3044         * src/mainwindow.c
3045         * src/summaryview.c
3046         * src/summaryview.h
3047                 Factorize threading code and make sure msginfo 
3048                 is not null when it comes from a GtkCTreeRow's 
3049                 data
3050         * src/gtk/gtkaspell.c
3051                 Check for necessary things
3052         * src/gtk/gtksctree.c
3053         * src/gtk/gtksctree.h
3054                 Reset anchor if necessary when removing node
3056 2006-03-29 [colin]      2.0.0cvs181
3058         * src/folderview.c
3059                 Warn for disabled IMAP accounts (due to lack of
3060                 libetpan). Breaks string-freeze - sorry - but it
3061                 is kind of important ;)
3063 2006-03-28 [colin]      2.0.0cvs180
3065         * src/gtk/gtkutils.c
3066         * src/gtk/gtkutils.h
3067                 Add a gtkut_get_link_btn() function that
3068                 creates a button which acts like an URI
3069         * src/prefs_themes.c
3070         * src/gtk/about.c
3071                 Use this function (factorizes codes)
3072         * src/common/defs.h
3073         * src/gtk/pluginwindow.c
3074                 Add a "Get more..." in the plugins window
3076 2006-03-28 [colin]      2.0.0cvs179
3078         * src/common/smtp.c
3079         * src/common/passcrypt.c
3080         * src/undo.c
3081                 Warning fixes. Patch by Pawel Pekala
3083 2006-03-27 [colin]      2.0.0cvs178
3085         * src/undo.c
3086                 Fix undoing by blocks with spaces
3088 2006-03-27 [colin]      2.0.0cvs177
3090         * src/textview.c
3091                 Set margin to 3px for headers
3093 2006-03-27 [paul]
3095         2.1.0-rc2 released
3097 2006-03-27 [wwp]        2.0.0cvs176
3099         * src/summaryview.c
3100                 don't reset quicksearch when updating the message list.
3101                 Thanks to Colin.
3103 2006-03-26 [wwp]        2.0.0cvs175
3105         * src/compose.c
3106                 use a unified border width ('other' tab in the compose window,
3107                 patch by Pawel Pekala).
3110 2006-03-26 [wwp]        2.0.0cvs174
3112         * src/common/quoted-printable.c
3113         * src/addressbook.c
3114                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3116 2006-03-26 [colin]      2.0.0cvs173
3118         * src/quote_fmt_parse.y
3119                 Fix non-UTF8 date formats messing up the whole quote a 
3120                 little bit
3122 2006-03-26 [colin]      2.0.0cvs172
3124         * src/procheader.c
3125                 Make sure the date is UTF8 valid, or try to make it
3126                 so. IncrediMail is really IncrediStupid.
3127         * src/compose.c
3128                 Fix possible conversions. 
3129                 
3131 2006-03-26 [colin]      2.0.0cvs171
3133         * src/matcher.c
3134                 Fix corner cases in body search. This is still a
3135                 hack... It seems impossible to make it good and 
3136                 reasonably fast at the same time.
3138 2006-03-26 [colin]      2.0.0cvs170
3140         * src/summaryview.c
3141                 I think I killed the twilight zone bug!
3142                 summary_select_node() flushes GTK events in order
3143                 to be able to center the view. But this also 
3144                 flushes keypresses like Ctrl-Alt-U, so this can
3145                 call summary_show from summary_select_node (itself
3146                 called from summary_show, etc.). And the summaryview
3147                 has to be unlocked in this function. So just locking
3148                 while processing GTK events, and bailing if locked, 
3149                 should fix it.
3150                 Fixes bug #927 (SIGSEGV during Update Summary)
3152 2006-03-25 [colin]      2.0.0cvs169
3154         * src/matcher.c
3155                 Fix search in QP-encoded bodies
3156                 Fix utf-8 searches in bodies encoded in the
3157                 locale's encoding
3158         * src/common/quoted-printable.c
3159         * src/common/quoted-printable.h
3160                 Add a decode function that doesn't overwrite
3161                 the original pointer
3162                 
3164 2006-03-24 [colin]      2.0.0cvs168
3166         * src/action.c
3167         * src/summaryview.c
3168         * src/summaryview.h
3169                 Update message cache after action
3170                 Patch by H. Merijn Brand
3171         * src/prefs_msg_colors.c
3172                 Factorize label 
3173                 Patch by Fabien Vantard
3174         * src/plugins/spamassassin/spamassassin_gtk.c
3175                 Remove useless translation
3176                 Patch by Fabien Vantard
3178 2006-03-23 [colin]      2.0.0cvs167
3180         * src/common/ssl.c
3181                 Let 30 seconds to SSL_connect
3183 2006-03-23 [wwp]        2.0.0cvs166
3185         * src/summaryview.c
3186         * src/gtk/description_window.c
3187                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3188                 and headers are translated; adjust description windows' width to fit their
3189                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3191 2006-03-23 [paul]       2.0.0cvs165
3193         * src/common/utils.c
3194                 fix highlighting of URIs containing "()"
3195                 (2.0.0cvs164's reversal fixed)
3196                 Thanks to Colin.
3198 2006-03-23 [paul]       2.0.0cvs164
3200         * src/common/utils.c
3201                 revert patch, (postponing a fix), at 2.0.0cvs120
3202                 as it breaks more URIs than it fixes.
3203                 Allow '-' to be a terminating character in a URI
3205 2006-03-22 [colin]      2.0.0cvs163
3207         * configure.ac
3208                 Require libetpan 0.45
3209                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3211 2006-03-22 [paul]       2.0.0cvs162
3213         * src/editgroup.c
3214                 replace '<-' and '->' buttons with GTK_STOCK graphical
3215                 buttons
3216         * src/summary_search.c
3217                 don't offer '...' for translation
3218                 add a tooltip to advanced search '...' button
3219         * src/gtk/quicksearch.c
3220                 don't offer '...' for translation
3222 2006-03-21 [colin]      2.0.0cvs161
3224         * src/compose.c
3225                 Fix middle-click pasting (insert at click
3226                 position instead of cursor position, don't
3227                 remove existing selection and allow pasting
3228                 our own selection)
3229         * src/addressbook.c
3230                 "LDAP Server" -> "LDAP servers"
3232 2006-03-21 [wwp]        2.0.0cvs160
3234         * src/etpan/imap-thread.c
3235                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3237 2006-03-20 [colin]      2.0.0cvs159
3239         * src/summaryview.c
3240                 Don't reload summaryview after an execute with no
3241                 move action
3243 2006-03-19 [colin]      2.0.0cvs158
3245         * src/addressbook.c
3246                 and put groups at the top, always
3248 2006-03-19 [colin]      2.0.0cvs157
3250         * src/addressbook.c
3251                 Order groups before names, as previously
3253 2006-03-19 [colin]      2.0.0cvs156
3255         * src/addressbook.c
3256                 - Sort case-unsensitive
3257                 - Put the sort arrow at opening too
3259 2006-03-19 [wwp]        2.0.0cvs155
3261         * src/addressbook.c
3262                 allow sorting by name/email/remarks, ensure that right-pane's contents
3263                 matches the left-pane selection (cleared when appropriate).
3264                 Patch by Pawel Pekala <c0rn@o2.pl>.
3266 2006-03-18 [colin]      2.0.0cvs154
3268         * src/textview.c
3269                 Fix text cursor ;)
3271 2006-03-18 [colin]      2.0.0cvs153
3273         * src/gtk/filesel.c
3274                 Make sure we hide the preview if we didn't get
3275                 a filename
3277 2006-03-18 [colin]      2.0.0cvs152
3279         * src/summaryview.c
3280                 Set cursor to watch for execution (fixes lack
3281                 of watch-cursor when dnd'ing hundreds of mails)
3282         * src/gtk/filesel.c
3283                 Check that mime type is 'image/*' before updating
3284                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3286 2006-03-18 [colin]      2.0.0cvs151
3288         * src/mainwindow.c
3289         * src/textview.c
3290         * src/textview.h
3291                 Put a watch cursor in textview too when the mainwindow's
3292                 cursor in a watch
3294 2006-03-18 [colin]      2.0.0cvs150
3296         * src/folder.c
3297                 Change wrong asserts to simple tests
3299 2006-03-17 [colin]      2.0.0cvs149
3301         * src/mainwindow.c
3302         * src/mainwindow.h
3303         * src/prefs_msg_colors.c
3304         * src/summaryview.c
3305         * src/summaryview.h
3306         * src/gtk/colorlabel.c
3307         * src/gtk/colorlabel.h
3308                 Add a color label menu in the main menubar
3309                 Add (fixed) accels Ctrl-{0-7} to change the color
3310                 They have to be fixed because the menu's dynamic,
3311                 the items are complex widgets, hence we can't use
3312                 a GtkItemFactory.
3315 2006-03-17 [wwp]        2.0.0cvs148
3317         * src/compose.c
3318                 rollback few lines from my previous commit (those lines come from
3319                 a pending patch, accidentally commited, even if neutral as they are
3320                 commented out).
3322 2006-03-17 [wwp]        2.0.0cvs147
3324         * src/compose.c
3325                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3326                 applied code style/indentation to the modified function.
3328 2006-03-17 [wwp]        2.0.0cvs146
3330         * src/procmsg.c
3331         * src/compose.c
3332                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3334 2006-03-17 [paul]
3336         2.1.0-rc1 released
3338 2006-03-17 [paul]       2.0.0cvs145
3340         * src/main.c
3341                 addressbook_read_file() was called twice
3342         * src/textview.c
3343                 X-Mailer highlighting
3345 2006-03-16 [colin]      2.0.0cvs144
3347         * src/sourcewindow.c
3348         * src/sourcewindow.h
3349                 And the last one, in source window.
3351 2006-03-16 [colin]      2.0.0cvs143
3353         * src/compose.c
3354         * src/compose.h
3355                 Fix the same stuff in compose
3357 2006-03-16 [colin]      2.0.0cvs142
3359         * src/messageview.c
3360                 Complete the previous messageview crash fix
3362 2006-03-16 [colin]      2.0.0cvs141
3364         * src/procmsg.h
3365         * src/procmsg.c
3366         * src/folder.c
3367                 Fix POSTPROCESSING hook
3368                 Patch by H. Merijn Brand
3370         * src/procmime.c
3371         * src/procmime.h
3372                 Parse Content-Location
3374         * src/toolbar.c
3375         * src/messageview.c
3376         * src/messageview.h
3377                 Don't crash when a top-level MessageView has
3378                 been closed on us. Same problematic than
3379                 yesterday's quicksearch issue.
3381 2006-03-15 [colin]      2.0.0cvs140
3383         * src/gtk/quicksearch.c
3384                 Fix a bitchy race we didn't think about when we
3385                 added quicksearch cancellation:
3386                 If the search is not on cached fields, for example
3387                 body_part matchcase "stuff"
3388                 the matcher code has to get the whole message. If
3389                 we're on IMAP, that can be slow, and in order to
3390                 be non-blocking, the IMAP code idle loop processes
3391                 gtk events too. So it is possible to cancel a
3392                 quicksearch while the matcher is getting the mail's
3393                 body. After matcher got its body, it will start to
3394                 iterate over the matcher list that the Quicksearch's
3395                 clear_search_cb() just freed via prepare_matcher().
3396                 SIGSEGV ensues.
3397                 The fix consists of guarding the matcherlist_match()
3398                 call with a boolean 'matching'. If we reset the
3399                 quicksearch while matching is TRUE, we don't free
3400                 the matcherlist anymore like we did, but we set
3401                 another new flag, deferred_free, to TRUE. Then,
3402                 in quicksearch_match(), just after returning from
3403                 matcherlist_match() and unsetting the matching flag,
3404                 we check the deferred_free flag and do the
3405                 prepare_matcher() (which does the matcherlist_free)
3406                 for real, so we free the matcherlist once it's not
3407                 used anymore.
3408                 As all of this runs via the glib main loop, we
3409                 luckily don't need a mutex.
3410         * src/summaryview.c
3411                 Also, show progress while searching.
3414 2006-03-14 [colin]      2.0.0cvs139
3416         * src/alertpanel.c
3417                 Make alertpanel_is_open non-static
3419 2006-03-14 [colin]      2.0.0cvs138
3421         * src/prefs_spelling.c
3422                 Cleanups - Fabien Vantard
3424 2006-03-14 [wwp]        2.0.0cvs137
3426         * src/main.c
3427                 code style normalization (curly braces, indentation).
3429 2006-03-14 [wwp]        2.0.0cvs137
3431         * src/main.c
3432                 code style (braces, indentation)
3434 2006-03-12 [paul]       2.0.0cvs136
3436         * src/prefs_common.c
3437                 trans_hdr defaults to FALSE to be RFC-savvy
3438         * src/prefs_summaries.c
3439                 add a tooltip to the trans_hdr option
3440                 
3442 2006-03-12 [paul]       2.0.0cvs135
3444         * src/prefs_matcher.c
3445                 give a little more width to the combos
3446         * src/prefs_display_header.c
3447         * src/textview.c
3448                 translate headers if prefs_common.trans_hdr
3449                 is TRUE
3451         Patches by Pawel Pekala
3453 2006-03-12 [paul]       2.0.0cvs134
3455         * src/plugins/clamav/clamav_plugin.c
3456         * src/plugins/dillo_viewer/dillo_viewer.c
3457         * src/plugins/pgpcore/plugin.c
3458         * src/plugins/pgpinline/plugin.c
3459         * src/plugins/pgpmime/plugin.c
3460         * src/plugins/spamassassin/spamassassin.c
3461                 update/add to descriptions
3462         * src/plugins/spamassassin/spamassassin_gtk.c
3463                 fixes to the english, remove superfluous
3464                 tooltips, clean up a little
3466 2006-03-12 [paul]       2.0.0cvs133
3468         * src/compose.c
3469                 fix Bug 924, 'Account combo box shows up wrong 
3470                 if & is in account name'
3472 2006-03-11 [colin]      2.0.0cvs132
3474         * src/summaryview.c
3475                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3476                 messed up shift-selection because is slows down
3477                 moving around summaryview. thanks -users
3479 2006-03-10 [colin]      2.0.0cvs131
3481         * src/plugins/spamassassin/spamassassin_gtk.c
3482                 Put back Paul's engrish fixes
3484 2006-03-10 [colin]      2.0.0cvs130
3486         * src/plugins/spamassassin/spamassassin.c
3487         * src/plugins/spamassassin/spamassassin.h
3488         * src/plugins/spamassassin/spamassassin_gtk.c
3489                 Cleanup SA prefs page (more)
3490                 Patch by Fabien Vantard
3492 2006-03-10 [paul]       2.0.0cvs129
3494         * src/prefs_msg_colors.c
3495         * src/prefs_spelling.c
3496                 widget sensitivity
3498 2006-03-09 [mones]      2.0.0cvs128
3500         * po/es.po
3501                 Update for next RC
3503 2006-03-09 [wwp]        2.0.0cvs127
3505         * configure.ac
3506                 revert accidental commit (requirement for libetpan 0.43), this time
3507                 not in HEAD.
3509 2006-03-09 [wwp]        2.0.0cvs125
3511         * configure.ac
3512                 revert accidental commit (requirement for libetpan 0.43)
3514 2006-03-09 [paul]       2.0.0cvs126
3516         * src/prefs_receive.c
3517                 remove useless frame
3518                 replace 'incorporation' with 'receiving'
3519         * src/plugins/clamav/clamav_plugin_gtk.c
3520         * src/plugins/spamassassin/spamassassin_gtk.c
3521                 improve widget sensitivity
3522                 fix a bit his engrish
3524 2006-03-09 [wwp]        2.0.0cvs125
3526         * src/addressadd.c
3527         * src/foldersel.c
3528         * src/prefs_common.c
3529         * src/prefs_common.h
3530                 remember some more windows' sizes (add to addressbook and
3531                 select folder).
3533 2006-03-09 [paul]       2.0.0cvs124
3535         * src/plugins/pgpcore/prefs_gpg.c
3536                 normalise construction of dialogue
3538 2006-03-09 [paul]       2.0.0cvs123
3540         * src/plugins/trayicon/Makefile.am
3541                 add missing slash
3543 2006-03-08 [colin]      2.0.0cvs122
3545         * src/plugins/trayicon/Makefile.am
3546                 Fix build in separate dir 
3547                 Patch by Bamanzi <bamanzi@gmail.com>
3549 2006-03-08 [colin]      2.0.0cvs121
3551         * src/procmsg.c
3552                 Batch move and copies from summaryview with delayed execution
3553                 too
3555 2006-03-07 [paul]       2.0.0cvs120
3557         * src/common/utils.c
3558                 fix highlighting of URIs containing "()"
3559                 Patch by Pawel Pekala
3561 2006-03-07 [paul]       2.0.0cvs119
3563         * src/folder.c
3564         * src/folder.h
3565         * src/folderview.c
3566                 immediately do alphabetical resort when
3567                 changing a folder's name
3568                 Patch by Pawel Pekala
3570 2006-03-07 [paul]       2.0.0cvs118
3572         * src/news.c
3573         * src/news_gtk.c
3574                 when unsubscribing a newsgroup, remove the
3575                 folder and msgs in .sylpheed-claws/newscache
3576                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3578 2006-03-07 [paul]       2.0.0cvs117
3580         * src/textview.c
3581                 fix wrong Fake URL Warning
3582                 Thanks to Hiro
3584 2006-03-07 [colin]      2.0.0cvs116
3586         * src/imap.c
3587                 Return immediately when password dialog was
3588                 cancelled
3589         * src/gtk/inputdialog.c
3590                 Allow empty strings for passwords
3593 2006-03-06 [colin]      2.0.0cvs115
3595         * src/imap.c
3596                 Prevent double-timeouts when connection fails
3598 2006-03-06 [colin]
3600         2.0.1-rc1 released
3602 2006-03-06 [colin]      2.0.0cvs114
3604         * src/imap.c
3605                 Refresh session during potentially long
3606                 operations
3608 2006-03-06 [wwp]        2.0.0cvs113
3610         * src/prefs_msg_colors.h
3611                 forgot that one (custom color labels).
3613 2006-03-06 [wwp]        2.0.0cvs112
3615         * src/prefs_common.c
3616         * src/prefs_common.h
3617         * src/prefs_msg_colors.c
3618         * src/summaryview.c
3619         * src/summaryview.h
3620         * src/gtk/colorlabel.c
3621         * src/gtk/colorlabel.h
3622                 colors in messages list are now customizable. Color values and names can
3623                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3624                 Thanks to Paul and Colin for their help with this longstanding patch!
3626 2006-03-06 [wwp]        2.0.0cvs111
3628         * src/textview.c
3629                 don't crash if (x)face is bad.
3631 2006-03-05 [paul]       2.0.0cvs110
3633         * AUTHORS
3634         * configure.ac
3635         * src/Makefile.am
3636         * src/common/Makefile.am
3637         * src/common/utils.h
3638         * src/etpan/imap-thread.c
3639         * src/gtk/authors.h
3640         * src/plugins/clamav/Makefile.am
3641         * src/plugins/demo/Makefile.am
3642         * src/plugins/dillo_viewer/Makefile.am
3643         * src/plugins/pgpcore/Makefile.am
3644         * src/plugins/pgpcore/passphrase.c
3645         * src/plugins/pgpinline/Makefile.am
3646         * src/plugins/pgpmime/Makefile.am
3647         * src/plugins/spamassassin/Makefile.am
3648         * src/plugins/trayicon/Makefile.am
3649                 fix builiding on cygwin
3650                 Patch by Ralgh Young <bamanzi@gmail.com>
3652 2006-03-04 [wwp]        2.0.0cvs109
3654         * manual/keyboard.xml
3655                 fix mixed up/down keys.
3657 2006-03-04 [wwp]        2.0.0cvs108
3659         * README
3660         * INSTALL
3661                 updated links to SpamAssassin.
3663 2006-03-04 [wwp]        2.0.0cvs107
3665         * manual/plugins.xml
3666         * src/plugins/spamassassin/README
3667                 updated SpamAssassin plugin docs to reflect new functional additions
3668                 (also fix/update/documents few technical stuff more, see the README).
3670 2006-03-04 [wwp]        2.0.0cvs106
3672         * src/prefs_message.c
3673                 normalized capitalization of message-prefs paths.
3675 2006-03-04 [wwp]        2.0.0cvs105
3677         * manual/advanced.xml
3678                 typo.
3680 2006-03-03 [colin]      2.0.0cvs104
3682         * src/plugins/clamav/clamav_plugin_gtk.c
3683                 Rework prefs page, patch by Fabien 
3685 2006-03-03 [colin]      2.0.0cvs103
3687         * src/plugins/clamav/clamav_plugin.c
3688                 Set error on all errors
3690 2006-03-03 [colin]      2.0.0cvs102
3692         * src/common/plugin.c
3693                 Initialize error to avoid crashing when a plugin fails
3694                 without setting error
3696 2006-03-02 [wwp]        2.0.0cvs101
3698         * configure.ac
3699                 fixed linker flags for libetpan support on Cygwin
3700                 (thanks to H.Merijn Brand).
3702 2006-03-02 [wwp]        2.0.0cvs100
3704         * src/addressbook.c
3705                 fix some AB error messages: one for punctuation and
3706                 one wrongly duplicate (thanks, maxbritov).
3708 2006-03-02 [wwp]        2.0.0cvs99
3710         * src/plugins/spamassassin/spamassassin.c
3711                 make sync calls to sa-learn/spamc to prevent
3712                 system (whatever local or client/server) overload.
3714 2006-03-02 [colin]      2.0.0cvs98
3716         * src/summaryview.c
3717                 Put the spam icon in the status column instead of the
3718                 mark one
3720 2006-03-01 [colin]      2.0.0cvs97
3722         * src/plugins/spamassassin/spamassassin.c
3723                 Fix segfault (g_file_set_contents fails for some 
3724                 reason and err==0x2f. Can't find out why with
3725                 valgrind, using working function :-)
3727 2006-03-01 [colin]      2.0.0cvs96
3729         * src/inc.c
3730                 Offline overriding: let 'No' be cached only 3 seconds
3732 2006-03-01 [colin]      2.0.0cvs95
3734         * src/addr_compl.c
3735         * src/addrbook.c
3736         * src/addressbook.c
3737         * src/addrindex.c
3738         * src/folder_item_prefs.c
3739         * src/headerview.c
3740         * src/imap.c
3741         * src/inc.c
3742         * src/ldif.c
3743         * src/mainwindow.c
3744         * src/mh.c
3745         * src/msgcache.c
3746         * src/prefs_common.h
3747         * src/prefs_msg_colors.c
3748         * src/procheader.c
3749         * src/procheader.h
3750         * src/procmime.c
3751         * src/procmsg.c
3752         * src/procmsg.h
3753         * src/send_message.h
3754         * src/simple-gettext.c
3755         * src/summaryview.c
3756         * src/summaryview.h
3757         * src/syldap.c
3758         * src/textview.c
3759         * src/undo.c
3760         * src/common/ssl_certificate.c
3761         * src/common/utils.c
3762         * src/gtk/colorsel.c
3763         * src/gtk/gtksctree.c
3764         * src/gtk/gtkshruler.c
3765         * src/plugins/trayicon/trayicon.c
3766                 #if 0 goes to /dev/null
3768 2006-03-01 [colin]      2.0.0cvs94
3770         * src/compose.c
3771         * src/imap.c
3772         * src/inc.c
3773         * src/inc.h
3774         * src/messageview.c
3775         * src/news.c
3776         * src/plugins/spamassassin/spamassassin.c
3777                 Allow to add information in the "working offline"
3778                 window
3780 2006-03-01 [wwp]        2.0.0cvs93
3782         * src/plugins/spamassassin/spamassassin.c
3783                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3784                 'cause it seems that calling `spamc ... < inputfile` with
3785                 g_spawn_(a)sync simply.. erm doesn't work :-).
3787 2006-03-01 [wwp]        2.0.0cvs92
3789         * src/toolbar.c
3790         * src/toolbar.h
3791                 simplify the adding of spam/ham button to the messageview toolbar
3792                 (it gets more clear now that the same button will be "Mark as spam"
3793                 or "Mark as ham" according to the current message status,
3794                 thanks to Colin).
3796 2006-03-01 [wwp]        2.0.0cvs91
3798         * src/messageview.c
3799         * src/procmsg.c
3800         * src/procmsg.h
3801         * src/summaryview.c
3802         * src/plugins/spamassassin/spamassassin.c
3803         * src/plugins/spamassassin/spamassassin.h
3804                 make learner callbacks return a status (0 for ok),
3805                 handle it in main code to avoid setting flags when learning failed,
3806                 don't learn on TCP if offline in spamassassin,
3807                 thanks to Colin.
3809                 
3811 2006-03-01 [wwp]        2.0.0cvs90
3813         * src/compose.c
3814                 some work around the compose window's account menu,
3815                 patch by Fabien Vantard.
3817 2006-03-01 [wwp]        2.0.0cvs89
3819         * src/plugins/spamassassin/spamassassin.c
3820                 fixed bad logics, was using spamc in local mode and sa-learn
3821                 in remote mode (thanks, Colin).
3823 2006-03-01 [wwp]        2.0.0cvs88
3825         * src/plugins/spamassassin/spamassassin.c
3826         * src/plugins/spamassassin/spamassassin.h
3827         * src/plugins/spamassassin/spamassassin_gtk.c
3828                 made processing of emails w/ sa-plugin an option (default is TRUE),
3829                 fixed Engrish some tooltips, capitalization of some debug messages
3830                 and warnings. The spamassassin plugin now provides two separate
3831                 services: process emails upon incorporation and spamd training.
3832                 Both services (un)register independently but use some common
3833                 plugin settings (transport settings, spam storage location).
3835 2006-02-28 [wwp]        2.0.0cvs87
3837         * src/plugins/spamassassin/spamassassin.c
3838                 fix async flag to spamc cmdline execution (batch exec should
3839                 be asynchronous).
3841 2006-02-27 [wwp]        2.0.0cvs86
3843         * src/plugins/spamassassin/spamassassin.c
3844         * src/plugins/spamassassin/spamassassin.h
3845         * src/plugins/spamassassin/spamassassin_gtk.c
3846                 - added the ability to learn a remote spamassassin server (spamd),
3847                 using spamc.
3848                 - added the spamassassin option 'username', that applies to all
3849                 spamassassin operations (filtering, learning, local or remote).
3850                 The default username is the current unix user (if left blank
3851                 from gtk prefs or config file).
3852                 - commented out some unused code (notebook widget), removed unused
3853                 layout (hbox1).
3854                 - make more widgets sensitive to the transport type.
3856 2006-02-27 [colin]      2.0.0cvs85
3858         * src/plugins/spamassassin/spamassassin.c
3859                 Fix sa-learn call when offline
3861 2006-02-27 [colin]      2.0.0cvs84
3863         * configure.ac
3864         * src/Makefile.am
3865         * src/mainwindow.c
3866         * src/mainwindow.h
3867         * src/messageview.c
3868         * src/messageview.h
3869         * src/prefs_toolbar.c
3870         * src/procmsg.c
3871         * src/stock_pixmap.c
3872         * src/stock_pixmap.h
3873         * src/summaryview.c
3874         * src/toolbar.c
3875         * src/toolbar.h
3876         * src/pixmaps/ham_btn.xpm
3877         * src/pixmaps/spam.xpm
3878         * src/pixmaps/spam_btn.xpm
3879         * src/plugins/spamassassin/spamassassin.c
3880                 Add button in toolbar for spam learning
3881                 Fix a few bugs from the last related commit
3882                 Revert 1.9.6cvs23 which messed up shift-selection
3884 2006-02-24 [colin]      2.0.0cvs83
3886         * src/procmsg.c
3887         * src/summaryview.c
3888         * src/summaryview.h
3889         * src/plugins/spamassassin/spamassassin.c
3890         * src/plugins/spamassassin/spamassassin.h
3891         * src/plugins/spamassassin/spamassassin_gtk.c
3892                 Unregister learner when spamassassin is either
3893                 disabled or over tcp
3895 2006-02-24 [colin]      2.0.0cvs82
3897         * src/Makefile.am
3898         * src/mainwindow.c
3899         * src/mainwindow.h
3900         * src/procmsg.c
3901         * src/procmsg.h
3902         * src/stock_pixmap.c
3903         * src/stock_pixmap.h
3904         * src/summaryview.c
3905         * src/summaryview.h
3906         * src/gtk/icon_legend.c
3907         * src/pixmaps/spam.xpm  ** NEW FILE **
3908         * src/plugins/spamassassin/spamassassin.c
3909         * src/plugins/spamassassin/spamassassin_gtk.c
3910                 Add spam learning interface (Mark/Mark as 
3911                 (spam|ham) menus)
3913 2006-02-24 [wwp]        2.0.0cvs81
3915         * src/compose.c
3916         * src/compose.h
3917         * src/filtering.c
3918                 hide compose window when sending message in batch mode
3919                 (filtering: forward and redirect). Also fixed a wrong
3920                 value returned when sending failed, neutral anyway.
3921                 (Colin, me) 
3923 2006-02-24 [wwp]        2.0.0cvs80
3925         * src/mainwindow.c
3926                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3928 2006-02-24 [paul]       2.0.0cvs79
3930         * src/news.c
3931         * src/news.h
3932         * src/news_gtk.c
3933                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3934                 Thanks to Colin
3936 2006-02-23 [colin]      2.0.0cvs78
3938         * src/alertpanel.c
3939                 Change OK to Close in alertpanel with View log
3940                 button; add accel to View log. Patch by Fabien
3941                 Vantard
3943 2006-02-23 [wwp]        2.0.0cvs77
3945         * src/compose.c
3946                 silly me, there were much more tests to perform, since toolbars can
3947                 really have down to 1 element only.
3949 2006-02-23 [wwp]        2.0.0cvs76
3951         * commitHelper
3952                 fixed indentation from my previous commit. Fallback to VISUAL if
3953                 EDITOR is not set (and to vi, at last resort).
3955 2006-02-23 [wwp]        2.0.0cvs75
3957         * commitHelper
3958                 improved error detection (Colin, me).
3960 2006-02-23 [wwp]        2.0.0cvs74
3962         * src/prefs_toolbar.c
3963                 simplify and fix prefs/toolbars layouting. Combos' contents can
3964                 now be really displayed.
3966 2006-02-23 [wwp]        2.0.0cvs73
3967         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3968         be really displayed.
3970 2006-02-22 [wwp]        2.0.0cvs72
3972         * src/compose.c
3973                 fix a typo in my previous commit (sorry!).
3975 2006-02-22 [wwp]        2.0.0cvs71
3977         * src/prefs_toolbar.c
3978                 fix a crash when adding separators to toolbars,
3979                 also fix some separator item information.
3981 2006-02-22 [wwp]        2.0.0cvs70
3983         * src/compose.c
3984                 fix a crash when redirecting (for instance) when compose window's
3985                 toolbar contents has been customized (when some buttons have been
3986                 removed in fact).
3988 2006-02-21 [wwp]        2.0.0cvs69
3990         * src/summaryview.c
3991         * src/gtk/pluginwindow.c
3992         * src/plugins/pgpcore/prefs_gpg.c
3993                 fix some compilation warnings (feat. remains of removed code).
3995 2006-02-21 [wwp]        2.0.0cvs68
3997         * src/gtk/gtkutils.c
3998                 fix two compilation issues, thanks to Stephan Sachse.
4000 2006-02-20 [colin]      2.0.0cvs67
4002         * src/mainwindow.c
4003                 Don't reselect displayed mail on refocus
4004                 This fixes actions misbehaving 
4006 2006-02-20 [wwp]        2.0.0cvs66
4008         * src/summaryview.c
4009         * src/gtk/gtksctree.c
4010         * src/gtk/gtkshruler.c
4011                 changed more runtime typecast checks.
4013 2006-02-20 [wwp]        2.0.0cvs65
4015         * src/summary_search.c
4016                 find all - summaryview refresh issue fixed, thanks to Colin.
4018 2006-02-20 [wwp]        2.0.0cvs64
4020         * src/gtk/gtkutils.c
4021                 better runtime typecast checks.
4023 2006-02-20 [wwp]        2.0.0cvs63
4025         * src/summary_search.c
4026                 enhancements to the summary search:
4027                         - add the ability to stop the running search
4028                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4029                         - don't search if no criteria (From/To/Subject/Body) is set
4030                         - ensure that a busy mouse pointer is always shown when searching,
4031                           show it even a bit earlier
4033 2006-02-19 [colin]      2.0.0cvs62
4035         * src/compose.c
4036         * src/imap.c
4037         * src/etpan/imap-thread.c
4038         * src/etpan/imap-thread.h
4039                 (Future) IMAP speed improvement on sending
4040                 Will require a libetpan update
4041         * src/summaryview.c
4042         * src/gtk/quicksearch.c
4043                 Make quicksearch clearable while running.
4045 2006-02-17 [colin]      2.0.0cvs61
4047         * src/imap.c
4048         * src/etpan/imap-thread.c
4049         * src/etpan/imap-thread.h
4050                 Check for IMAP certificates
4051                 ** Requires libetpan-0.42-cvs4 
4052                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4054 2006-02-17 [colin]      2.0.0cvs60
4056         * src/messageview.c
4057         * src/prefs_common.c
4058         * src/prefs_common.h
4059         * src/prefs_message.c
4060                 Add pref to display HTML-only mails with plugin, 
4061                 if possible (defaulting to FALSE of course).
4063 2006-02-16 [colin]      2.0.0cvs59
4065         * src/main.c
4066         * src/common/plugin.c
4067         * src/common/plugin.h
4068         * src/gtk/pluginwindow.c
4069                 Keep track of requested (but unloaded) plugins
4070                 in some error cases.
4072 2006-02-16 [wwp]        2.0.0cvs58
4074         * src/gtk/gtkaspell.c
4075         * src/gtk/gtkaspell.h
4076         * src/prefs_spelling.c
4077         * src/compose.c
4078         * src/prefs_common.c
4079         * src/prefs_common.h
4080                 implemented new optional spellchecker behaviour: re-check message when
4081                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4083 2006-02-16 [wwp]        2.0.0cvs57
4085         * src/quote_fmt_parse.y
4086                 pclose popen'ed pipe.
4088 2006-02-15 [colin]      2.0.0cvs56
4090         * src/mimeview.c
4091         * src/mimeview.h
4092                 Let MimeViewers know which MimeView they
4093                 depend of.
4094         * src/summaryview.c
4095                 Swap From/To columns in Sent/Queue/Drafts
4096                 folders
4097         * src/etpan/imap-thread.c
4098                 Use mailstream_low_tls_open() for STARTTLS
4099                 instead of mailstream_low_ssl_open()
4100                 ** REQUIRES libetpan 0.42cvs3 **
4102 2006-02-15 [wwp]        2.0.0cvs55
4104         * src/compose.c
4105         * src/compose.h
4106         * src/message_search.c
4107         * src/message_search.h
4108         * src/textview.c
4109         * src/gtk/gtkutils.c
4110         * src/gtk/gtkutils.h
4111                 added the ability to Find text in the compose window (and a bit
4112                 of code factorization).
4114 2006-02-15 [wwp]        2.0.0cvs54
4116         * src/prefs_gtk.c
4117                 yet another one file was missing (fix for some widgets' sensitivity).
4118                 Thanks Colin!
4120 2006-02-15 [wwp]        2.0.0cvs53
4122         * src/prefs_gtk.h
4123                 oops forgot that file (fix for some widgets' sensitivity).
4125 2006-02-15 [wwp]        2.0.0cvs52
4127         * src/summary_search.c
4128                 implemented advanced summary search options (added the ability
4129                 to use matcher conditions in an advanced search mode).
4131 2006-02-15 [wwp]        2.0.0cvs51
4133         * src/plugins/pgpcore/prefs_gpg.c
4134         * src/prefs_account.c
4135                 fix some widget sensitivity, mostly around some labels in
4136                 account prefs.
4138 2006-02-15 [paul]       2.0.0cvs50
4140         * manual/advanced.xml
4141                 improve Templates info
4142                 written by wwp
4144 2006-02-14 [colin]      2.0.0cvs49
4146         * src/pixmaps/address_book.xpm
4147         * src/pixmaps/preferences.xpm
4148         * src/pixmaps/properties.xpm
4149                 Fix pixmap size - patch by Fabien Vantard
4151 2006-02-13 [colin]      2.0.0cvs48
4153         * src/procmime.c
4154                 Add missing fclose()s on error
4155         * src/textview.c
4156                 Remove unused code
4157         * src/common/utils.c
4158                 Fix temp files not being deleted on windows
4159         Patches by Thomas Gilgin
4161 2006-02-13 [colin]      2.0.0cvs47
4163         * src/mainwindow.c
4164                 Fix exit crash
4166 2006-02-13 [wwp]        2.0.0cvs46
4168         * src/plugins/pgpcore/prefs_gpg.c
4169                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4171 2006-02-12 [colin]      2.0.0cvs45
4173         * src/folderview.c
4174         * src/main.c
4175         * src/mainwindow.c
4176                 Fix "stuff" when quitting
4178 2006-02-12 [wwp]        2.0.0cvs44
4180         * src/prefs_themes.c
4181                 fix typos in debug messages.
4183 2006-02-11 [colin]      2.0.0cvs43
4185         * src/summaryview.c
4186                 don't allow drag/drop from ourself
4188 2006-02-10 [wwp]        2.0.0cvs42
4190         * src/exporthtml.c
4191         * src/html.c
4192         * src/html.h
4193         * src/procmime.c
4194         * src/textview.c
4195                 renamed html_ prefixed functions and data structures to avoid
4196                 namespace clashes w/ other software (gtkhtml2 for instance).
4197                 Closes bug #907.
4200 2006-02-09 [colin]      2.0.0cvs41
4202         * src/summaryview.c
4203                 Fix shitty logic messed up. Thanks Ticho for the hint!
4205 2006-02-09 [wwp]        2.0.0cvs40
4207         * src/gtk/about.c
4208         * src/compose.c
4209         * src/prefs_account.c
4210         * src/prefs_gtk.h
4211         * src/editaddress.c
4212                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4213                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4214                 Browse buttons in accounts prefs.
4216 2006-02-09 [colin]      2.0.0cvs39
4218         * src/matcher.c
4219                 Check for pointer before using its members
4220         * src/gtk/gtksourceprintjob.c
4221                 Fix a wrong warning
4223 2006-02-09 [wwp]        2.0.0cvs38
4225         * src/gtk/filesel.c
4226                 fix few compiler warnings (type mismatch).
4228 2006-02-09 [paul]       2.0.0cvs37
4230         * po/fr.po
4231                 updated by Fabien Vantard
4233 2006-02-08 [colin]      2.0.0cvs36
4235         * src/prefs_common.c
4236         * src/common/defs.h
4237         * src/common/plugin.c
4238                 allow windows and linux configurations to coexist
4239                 patch by Thomas Gilgin
4241 2006-02-08 [colin]      2.0.0cvs35
4243         * src/filtering.c
4244         * src/matcher.c
4245         * src/matcher.h
4246         * src/matcher_parser_parse.y
4247         * src/prefs_filtering_action.c
4248         * src/prefs_matcher.c
4249                 Add the "Ignore thread" filtering
4250                 action
4252 2006-02-08 [colin]      2.0.0cvs34
4254         * src/compose.c
4255         * src/procmime.c
4256         * src/procmime.h
4257                 Fix bug #905 (damaged attachment)
4258                 text files with raw \0's aren't really text files
4259         FOR_STABLE
4261 2006-02-08 [colin]      2.0.0cvs33
4263         * src/summaryview.c
4264                 Fix crasher introduced yesterday
4266 2006-02-08 [wwp]        2.0.0cvs32
4268         * src/compose.c
4269         * src/compose.h
4270                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4272 2006-02-08 [wwp]        2.0.0cvs31
4274         * src/prefs_template.c
4275                 templates enhancement: allow address completion for Cc and Bcc fields
4276                 (it was currently possible for the To field only)
4278 2006-02-08 [colin]      2.0.0cvs30
4280         * src/compose.c
4281                 Don't unblock if not blocked
4282         FOR_STABLE
4284 2006-02-07 [colin]      2.0.0cvs29
4286         * src/action.c
4287                 Forgot to refresh summaryview
4289 2006-02-07 [colin]      2.0.0cvs28
4291         * src/action.c
4292                 Freeze/thaw message list and folder list while
4293                 processing %as{} actions 
4294         * src/compose.c
4295                 Fix auto-wrap disabling after a middle-click
4296                 paste - FOR_STABLE
4298 2006-02-07 [paul]       2.0.0cvs27
4300         * src/folder.c
4301                 fix freeing of uninitialised pointers
4302                 Thanks to Colin
4304 2006-02-06 [colin]      2.0.0cvs26
4306         * src/folder.c
4307                 Use g_slist_prepend in potentially big list
4309 2006-02-06 [colin]      2.0.0cvs25
4311         * src/folder.c
4312                 Completely skip processing if it doesn't 
4313                 exist (faster!)
4315 2006-02-06 [colin]      2.0.0cvs24
4317         * src/folder.c
4318         * src/summaryview.c
4319                 Batch filtering in summaryview (from Tools menu)
4320                 and pre/post//-processing too
4322 2006-02-06 [colin]      2.0.0cvs23
4324         * src/procmsg.h
4325         * src/filtering.c
4326                 Use a special field for batch filtering instead
4327                 of stepping on deferred execution's toes
4329 2006-02-06 [colin]      2.0.0cvs22
4331         * src/action.c
4332         * src/filtering.c
4333         * src/filtering.h
4334         * src/folder.c
4335         * src/summaryview.c
4336                 Fix filtering via menus and actions
4338 2006-02-06 [colin]      2.0.0cvs21
4340         * src/imap.c
4341                 Put the added file directly to cache if possible (will work
4342                 with next libetpan)
4343         * src/filtering.c
4344         * src/filtering.h
4345         * src/inc.c
4346         * src/folder.c
4347         * src/mbox.c
4348         * src/procmsg.h
4349                 Move and copy filtered messages by batches instead of one
4350                 by one - faster on IMAP
4351         * src/procmsg.c
4352                 Add a function that'll possibly be useful later
4354 2006-02-06 [colin]      2.0.0cvs20
4356         * src/addressbook.c
4357                 Use internal mime-type instead of text/plain for d'n'd
4358         * src/compose.c
4359                 Allow attaching files from mimeview's icon list via d'n'd
4360         * src/folderview.c
4361         * src/folderview.h
4362                 Use internal mime-type instead of text/plain for d'n'd
4363                 Don't try to selected opened folder if none is
4364                 Factorize d'n'd from other apps code
4365         * src/headerview.c
4366         * src/textview.c
4367         * src/gtk/gtkutils.c
4368         * src/gtk/gtkutils.h
4369                 Factorize Face/X-Face stuff
4370         * src/mimeview.c
4371                 Fix d'n'd to other apps
4372         * src/prefs_message.c
4373                 Let the XFace pref be usable without libcompface as it also
4374                 applies to Face
4375         * src/summaryview.c
4376                 Fix d'n'd to other apps
4377                 Factorize d'n'd from other apps code
4379 2006-02-06 [wwp]        2.0.0cvs19
4381         * po/it.po
4382                 Italian translation fixes by Andrea Spadaccini (no more confusion
4383                 between filtering and processing, and few changes in the About
4384                 dialog).
4387 2006-02-06 [mones]      2.0.0cvs18
4389         * src/gtk/icon_legend.c
4390                 Improved descriptions allowing better translations
4392 2006-02-05 [colin]      2.0.0cvs17
4394         * src/imap.c
4395                 Add the f*cking missing expunge that caused imap_fetch_env
4396                 to fail after an add_msgs ! :-///
4397         * src/etpan/imap-thread.c
4398                 Add a bit of debug
4399         FOR_STABLE
4401 2006-02-05 [colin]      2.0.0cvs16
4403         * src/common/utils.c
4404                 Don't check for return-path (or we can't put
4405                 back non-sent mails)
4407 2006-02-05 [colin]      2.0.0cvs15
4409         * src/textview.c
4410                 Don't try to display Face header in textview
4411                 when teh headerview's active
4413 2006-02-05 [colin]      2.0.0cvs14
4415         * tools/tbird2syl.py
4416         * tools/Makefile.am
4417                 Add script to import Thunderbird mails
4419 2006-02-05 [colin]      2.0.0cvs13
4421         * src/headerview.c
4422         * src/procheader.c
4423         * src/procmsg.c
4424         * src/procmsg.h
4425         * src/textview.c
4426                 Show Face headers - patch partially by Klaus Flittner
4428 2006-02-05 [colin]      2.0.0cvs12
4430         * src/folderview.c
4431         * src/summaryview.c
4432         * src/common/utils.c
4433         * src/common/utils.h
4434                 Let dnd work from mime icons to summaryview
4435                 and to folderview too
4436                 Add a crude test to avoid trying to add files
4437                 drag'n'dropped when they're not mails
4439 2006-02-04 [colin]      2.0.0cvs11
4441         * src/summaryview.c
4442         * src/mimeview.c
4443                 Fix utf8 conversion
4445 2006-02-04 [colin]      2.0.0cvs10
4447         * src/compose.c
4448         * src/folderview.c
4449         * src/mimeview.c
4450         * src/summaryview.c
4451         * src/summaryview.h
4452                 Added various drag and drop capas:
4453                 From                    To
4454                 summaryview             other apps
4455                 mimeview icons          other apps
4456                 other apps              summaryview
4457                 other apps              folderview
4459                 This shouldn't have broken the existing:
4460                 From                    To
4461                 summaryview             folderview
4462                 folderview              folderview
4463                 summaryview             compose's attachments
4465         Tests welcomed.
4467 2006-02-02 [paul]       2.0.0cvs9
4469         * src/mainwindow.c
4470                 move global option 'Set displayed columns...' out
4471                 of folder option grouping.
4472                 fix sensitivity of 'harvest addresses'
4473         FOR_STABLE
4475 2006-02-01 [colin]      2.0.0cvs8
4477         * src/mimeview.c
4478                 Revert the alertpanel patch, it sucks (intrusive
4479                 and gets in the way of "open")
4481 2006-02-01 [colin]      2.0.0cvs7
4483         * src/compose.c
4484         * src/prefs_account.c
4485         * src/prefs_common.c
4486         * src/common/defs.h
4487         * src/common/utils.c
4488         * src/common/utils.h
4489                 Add ability to edit the signature file
4490                 from the account preferences, and use
4491                 a default for the text editor.
4492                 Patch by Fabien Vantard
4494 2006-02-01 [colin]      2.0.0cvs6
4496         * src/mimeview.c
4497                 Try to get mime type by extension if it is
4498                 application/octet-stream
4499                 Display a window with possible choices when
4500                 encountering unknown mime types
4501         * src/gtk/filesel.c
4502         * src/gtk/filesel.h
4503                 Add preview
4504                 Allow multiple selection in filtered filesel
4505                 (patch by Fabien Vantard)
4506         * src/gtk/pluginwindow.c
4507                 Use it (patch by Fabien Vantard)
4509 2006-02-01 [paul]       2.0.0cvs5
4511         * src/jpilot.c
4512                 fix crash on creating jpilot address book
4513                 Thanks to Colin - FOR_STABLE
4514         * src/prefs_summaries.c
4515         * src/prefs_wrapping.c
4516         * src/gtk/icon_legend.c
4517         * src/gtk/quicksearch.c
4518                 string fixes and additions
4520 2006-02-01 [paul]       2.0.0cvs4
4522         * src/compose.c
4523         * src/mainwindow.c
4524         * src/messageview.c
4525         * src/prefs_send.c
4526                 add Arabic encoding option
4527                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4529 2006-01-31 [colin]      2.0.0cvs3
4531         * src/plugins/pgpcore/passphrase.c
4532                 Convert passphrase to locale encoding
4533         * src/compose.c
4534                 Fix drafting on IMAP. Crappy bug sneaked in
4535                 the release :-/
4536         FOR_STABLE
4538 2006-01-30 [paul]       2.0.0cvs2
4540         * src/gtk/icon_legend.c
4541                 show the new entries
4543 2006-01-30 [colin]      2.0.0cvs1
4545         * src/manual.c
4546                 Check for the file to be present before 
4547                 enabling the menu - FOR_STABLE
4548         * src/gtk/icon_legend.c
4549                 Add folders icons (not all of them, there
4550                 are too much, but the most intriguing ones)
4552 2006-01-30 [paul]       2.0.0
4554         version 2.0.0 released
4556 2006-01-30 [paul]       1.9.100cvs200
4558         * manual/faq.xml
4559         * manual/gpl.xml
4560         * manual/intro.xml
4561         * manual/starting.xml
4562         * manual/sylpheed-claws-manual.xml
4563                 fixes, additions
4565 2006-01-29 [mones]      1.9.100cvs199
4567         * manual/account.xml
4568         * manual/advanced.xml
4569         * manual/glossary.xml
4570                 Some typos fixed, added LDIF term to glossary
4571         * po/es.po
4572                 Fixed leading plus symbol
4574 2006-01-29 [paul]       1.9.100cvs198
4576         * po/fi.po
4577         * po/sk.po
4578                 updated by Tommi Pirinen and Andrej Kacian
4580 2006-01-29 [paul]       1.9.100cvs197
4582         * src/gtk/authors.h
4583                 remove duplicates
4585 2006-01-29 [paul]       1.9.100cvs196
4587         * AUTHORS
4588         * po/nl.po
4589         * src/gtk/authors.h
4590         * tools/claws.i18n.status.pl
4591                 nl translation updated by Tim Dijkstra
4593 2006-01-29 [paul]       1.9.100cvs195
4595         * po/sr.po
4596         * po/sv.po
4597                 updated by Aleksandar Urosevic and Anders Troback
4599 2006-01-28 [colin]      1.9.100cvs194
4601         * src/gtk/gtksourceprintjob.c
4602                 Don't fiddle with PangoLayout when we
4603                 have an image
4605 2006-01-28 [paul]       1.9.100cvs193
4607         * AUTHORS
4608         * po/el.po
4609         * po/zh_CN.po
4610         * src/gtk/authors.h
4611         * tools/claws.i18n.status.pl
4612                 updated translations submitted by Stavros Giannouris
4613                 and Ralgh Young
4615 2006-01-27 [colin]      1.9.100cvs192
4617         * src/summaryview.c
4618         * src/gtk/gtksourceprintjob.c
4619                 Add image printing 
4620                 (libgnomeprint only, of course)
4622 2006-01-27 [paul]       1.9.100cvs191
4624         * po/fr.po
4625         * po/it.po
4626                 updated by Fabien Vantard and Andrea Spadaccini
4628 2006-01-26 [colin]      1.9.100cvs190
4630         * manual/Makefile.am
4631         * configure.ac
4632                 Make building the manual optional 
4633                 (--disable-manual)
4635 2006-01-26 [paul]       1.9.100cvs189
4637         * manual/glossary.xml
4638         * manual/plugins.xml
4639                 edited
4640         * po/en_GB.po
4641                 updated
4643 2006-01-26 [paul]       1.9.100cvs188
4645         * src/prefs_display_header.c
4646         * src/prefs_folder_column.c
4647         * src/prefs_msg_colors.c
4648         * src/prefs_summaries.c
4649         * src/prefs_summary_column.c
4650                 HIGify
4652 2006-01-25 [colin]      1.9.100cvs187
4654         * src/imap.c
4655                 Don't allow moving/copying mails between
4656                 queue/drafts and non-queue/drafts folders
4657                 Fixes bug #897 (message header is resetted 
4658                 if one is copied to Drafts)
4660 2006-01-25 [colin]      1.9.100cvs186
4662         * src/folder.c
4663         * src/mainwindow.c
4664                 Fix subscribed folders not found
4665         * src/compose.c
4666                 Don't try to encode as original mail's charset
4667                 if it's ascii 
4669 2006-01-25 [paul]       1.9.100cvs185
4671         * AUTHORS
4672         * po/Makevars
4673                 updated
4674         * po/de.po
4675         * po/pl.po
4676         * po/pt_BR.po
4677         * po/sr.po
4678                 updates submitted by Stephan Sachse, Emilian Nowak
4679                 and Quar, Frederico Goncalves Guimaraes, and
4680                 Aleksandar Urosevic
4681                 Fix Bug 896, 'PT_BR locale broken'.
4682         * src/gtk/authors.h
4683                 updated
4685 2006-01-24 [mones]      1.9.100cvs184
4687         * manual/glossary.xml
4688                 All current terms finished. Reviewers welcome ;-)
4689         * manual/keyboard.xml
4690                 Fixed column width for pdf output.
4691         * po/es.po
4692                 Updated
4694 2006-01-24 [paul]       1.9.100cvs183
4696         * manual/glossary.xml
4697                 fix id name
4698         * manual/dist/html/Makefile.am
4699         * manual/dist/pdf/Makefile.am
4700         * manual/dist/ps/Makefile.am
4701         * manual/dist/txt/Makefile.am
4702                 fix make deps
4703                 Thanks to Colin
4705 2006-01-24 [mones]      1.9.100cvs182
4707         * manual/glossary.xml
4708                 Nearly finished, some terms missing.
4710 2006-01-23 [paul]       1.9.100cvs181
4712         * manual/dist/html/Makefile.am
4713         * manual/dist/pdf/Makefile.am
4714         * manual/dist/ps/Makefile.am
4715         * manual/dist/txt/Makefile.am
4716         * src/mainwindow.c
4717                 re-enable manual
4718                 Thanks to Colin
4720 2006-01-22 [colin]      1.9.100cvs180
4722         * src/compose.c
4723         * src/gtk/gtkaspell.c
4724                 Don't deselect stuff before right-clicking, with aspell.
4725                 (This prevented right-click Copy, for example).
4726                 Thanks to Clo!
4728 2006-01-22 [paul]       1.9.100cvs179
4730         * src/summary_search.c
4731                 don't fix the widget size as it causes problems
4732                 under localisation.
4733                 Thanks to Emilian Nowak
4735 2006-01-21 [paul]       1.9.100cvs178
4737         * src/prefs_themes.c
4738                 fix broken underlining of label text
4739                 with some translations
4741 2006-01-21 [colin]      1.9.100cvs177
4743         * po/fr.po
4744                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4746 2006-01-20 [colin]      1.9.100cvs176
4748         * configure.ac
4749         * Makefile.am
4750         * manual/Makefile
4751         * manual/dist/html/.cvsignore
4752         * manual/dist/html/Makefile.am
4753         * manual/dist/pdf/.cvsignore
4754         * manual/dist/pdf/Makefile.am
4755         * manual/dist/ps/.cvsignore
4756         * manual/dist/ps/Makefile.am
4757         * manual/dist/txt/.cvsignore
4758         * manual/dist/txt/Makefile.am
4759                 Autotool-ize manual
4761 2006-01-20 [paul]       1.9.100cvs175
4763         * manual/handling.xml
4764                 make Filtering and Searching entries easier to find
4765         * manual/keyboard.xml
4766                 add the remaining default keybinds
4767         * src/prefs_summaries.c
4768                 update the default keybinds
4770 2006-01-20 [paul]       1.9.100cvs174
4772         * src/addressbook.c
4773         * src/addrgather.c
4774         * src/addrharvest.c
4775         * src/editaddress.c
4776         * src/editgroup.c
4777         * src/exphtmldlg.c
4778         * src/expldifdlg.c
4779         * src/exporthtml.c
4780         * src/exportldif.c
4781         * src/ldif.c
4782                 replace 'e-mail' with 'email'
4783         * src/summary_search.c
4784                 add mnemonic to "Find all" button
4786 2006-01-20 [wwp]        1.9.100cvs173
4788         * src/export.c
4789         * src/import.c
4790                 touched mbox import/export buttons for HIG-compliance
4792 2006-01-19 [paul]       1.9.100cvs172
4794         * manual/account.xml
4795         * manual/addrbook.xml
4796         * manual/advanced.xml
4797         * manual/faq.xml
4798         * manual/handling.xml
4799         * manual/intro.xml
4800         * manual/plugins.xml
4801         * manual/starting.xml
4802                 more editing
4804 2006-01-19 [paul]       1.9.100cvs171
4806         * src/toolbar.c
4807                 allow use of trash button while receiving
4808                 Thanks to Colin
4810 2006-01-19 [wwp]        1.9.100cvs170
4812         * src/gtk/quicksearch.c
4813         * src/compose.c
4814                 force text color to black when yellow background is set
4816 2006-01-19 [colin]      1.9.100cvs169
4818         * src/plugins/trayicon/trayicon.c
4819                 Gray out Get Mail when already getting mail
4821 2006-01-18 [paul]       1.9.100cvs168
4823         * src/compose.c
4824                 give widget yellow background was To is
4825                 set via folder prefs
4826         * src/gtk/quicksearch.c
4827                 give widget yellow background when quick
4828                 search is active.
4829                 Thanks to Colin
4831 2006-01-18 [paul]       1.9.100cvs167
4833         * doc/man/sylpheed-claws.1
4834                 add --subscribe option
4836 2006-01-18 [paul]       1.9.100cvs166
4838         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4839         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4840                 use %U instead of %F (%F is broken for user installed
4841                 files in kde 3.5)
4843 2006-01-18 [colin]      1.9.100cvs165
4845         * src/summaryview.c
4846                 Default to Yes in "No more * messages" dialogs
4848 2006-01-17 [colin]      1.9.100cvs164
4850         * src/compose.c
4851                 Possibly fix an invalid iterator causing
4852                 crash
4854 2006-01-17 [colin]      1.9.100cvs163
4856         * src/mimeview.c
4857                 Fix crash when the image disappears under the
4858                 image viewer
4860 2006-01-16 [colin]      1.9.100cvs162
4862         * src/compose.c
4863                 Fix reenabling autowrap
4865 2006-01-16 [colin]      1.9.100cvs161
4867         * src/compose.c
4868                 reset quote_len before getting quote_str
4870 2006-01-16 [colin]      1.9.100cvs160
4872         * src/account.c
4873         * src/account.h
4874         * src/folder.c
4875         * src/imap_gtk.c
4876         * src/mh_gtk.c
4877                 Fix bug #883 (default inbox does not track folder move)
4879 2006-01-16 [colin]      1.9.100cvs159
4881         * src/compose.c
4882         * src/plugins/pgpcore/passphrase.c
4883                 More buttons fixes
4885 2006-01-16 [paul]       1.9.100cvs158
4887         * src/prefs_actions.c
4888         * src/prefs_filtering_action.c
4889         * src/prefs_matcher.c
4890         * src/quote_fmt.c
4891         * src/gtk/description_window.c
4892         * src/gtk/description_window.h
4893         * src/gtk/quicksearch.c
4894                 description window cleanups
4896 2006-01-15 [colin]      1.9.100cvs157
4898         * src/addressbook.c
4899         * src/prefs_filtering.c
4900                 Same here
4902 2006-01-15 [colin]      1.9.100cvs156
4904         * src/folderview.c
4905         * src/mainwindow.c
4906                 Same for "Empty trash"
4908 2006-01-15 [colin]      1.9.100cvs155
4910         * src/inc.c
4911                 Override offline dialog had Yes by default
4913 2006-01-15 [colin]      1.9.100cvs154
4915         * src/summaryview.c
4916                 Delete selected messages? previously had Yes the default
4918 2006-01-15 [colin]      1.9.100cvs153
4920         * src/folder.c
4921         * src/folder.h
4922         * src/main.c
4923                 Check if a mailbox is loaded after all
4924                 plugins are loaded.
4926 2006-01-15 [colin]      1.9.100cvs152
4928         * src/folder.c
4929                 Don't start wizard when there are unloaded folders (will help
4930                 people with only mbox or maildir mailboxes)
4932 2006-01-14 [colin]      1.9.100cvs151
4934         * src/addressbook.c
4935         * src/expldifdlg.c
4936         * src/importldif.c
4937         * src/importmutt.c
4938         * src/importpine.c
4939         * src/mh_gtk.c
4940                 More HIG compliance and fixes
4942 2006-01-14 [colin]      1.9.100cvs150
4944         * src/prefs_filtering_action.c
4945         * src/foldersel.c
4946                 Two forgotten button order changes
4948 2006-01-14 [colin]      1.9.100cvs149
4950         * src/account.c
4951         * src/addressbook.c
4952         * src/compose.c
4953         * src/folderview.c
4954         * src/imap_gtk.c
4955         * src/mainwindow.c
4956         * src/mh_gtk.c
4957         * src/news_gtk.c
4958         * src/prefs_actions.c
4959         * src/prefs_customheader.c
4960         * src/prefs_filtering.c
4961         * src/prefs_matcher.c
4962         * src/prefs_template.c
4963         * src/ssl_manager.c
4964         * src/summaryview.c
4965         * src/textview.c
4966         * src/toolbar.c
4967                 All deletion confirmations are now "Cancel, Delete" 
4968                 instead of "No, Yes"
4969                 Clarified most of the other "No, Yes" to 
4970                 "Cancel, Descriptive_action"
4971                 Rechanged the "Entry not saved" alerts to have 
4972                 "Close, Continue editing"
4975 2006-01-14 [paul]
4977         * 2.0.0-rc4 released
4979 2006-01-14 [paul]       1.9.100cvs148
4981         * src/account.c
4982         * src/addressadd.c
4983         * src/addressbook.c
4984         * src/compose.c
4985         * src/editaddress.c
4986         * src/editbook.c
4987         * src/editgroup.c
4988         * src/editjpilot.c
4989         * src/editldap.c
4990         * src/editvcard.c
4991         * src/exphtmldlg.c
4992         * src/expldifdlg.c
4993         * src/folderview.c
4994         * src/grouplistdialog.c
4995         * src/imap_gtk.c
4996         * src/importmutt.c
4997         * src/importpine.c
4998         * src/inc.c
4999         * src/main.c
5000         * src/mainwindow.c
5001         * src/message_search.c
5002         * src/messageview.c
5003         * src/mh_gtk.c
5004         * src/mimeview.c
5005         * src/news_gtk.c
5006         * src/prefs_actions.c
5007         * src/prefs_customheader.c
5008         * src/prefs_filtering.c
5009         * src/prefs_matcher.c
5010         * src/prefs_template.c
5011         * src/prefs_themes.c
5012         * src/ssl_manager.c
5013         * src/summary_search.c
5014         * src/summaryview.c
5015         * src/textview.c
5016         * src/toolbar.c
5017         * src/gtk/foldersort.c
5018         * src/gtk/gtkaspell.c
5019         * src/gtk/inputdialog.c
5020         * src/gtk/prefswindow.c
5021         * src/plugins/pgpcore/select-keys.c
5022         * src/plugins/trayicon/trayicon.c
5023                 HIG compliant button order
5025 2006-01-14 [mones]      1.9.100cvs147
5027         * po/es.po
5028                 Updated translation
5030 2006-01-13 [paul]       1.9.100cvs146
5032         * AUTHORS
5033         * ChangeLog
5034         * src/gtk/authors.h
5035                 add Joshua M. Kwan to contributors list
5037 2006-01-13 [colin]      1.9.100cvs145
5039         * src/gtk/quicksearch.c
5040                 Don't refocus quick search after executing (Esc or Enter)
5041                 Allows to '/'search something then move up/down in 
5042                 summaryview, and to Esc a search and be back in the 
5043                 summaryview
5045 2006-01-13 [paul]       1.9.100cvs144
5047         * src/plugins/pgpinline/pgpinline.c
5048                 support Content-Type 'application/pgp'
5049                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5051 2006-01-13 [paul]       1.9.100cvs143
5053         * manual/account.xml
5054                 make mention of partial retrieval
5055                 thanks to Colin
5057 2006-01-13 [paul]       1.9.100cvs142
5059         * src/account.c
5060         * src/account.h
5061         * src/action.c
5062         * src/action.h
5063         * src/adbookbase.h
5064         * src/addr_compl.c
5065         * src/addr_compl.h
5066         * src/addrbook.c
5067         * src/addrcache.c
5068         * src/addrcache.h
5069         * src/addrcindex.c
5070         * src/addrcindex.h
5071         * src/addrclip.c
5072         * src/addrclip.h
5073         * src/addrdefs.h
5074         * src/addressadd.c
5075         * src/addressadd.h
5076         * src/addressbook.c
5077         * src/addressbook.h
5078         * src/addrgather.c
5079         * src/addrgather.h
5080         * src/addrharvest.c
5081         * src/addrharvest.h
5082         * src/addrindex.c
5083         * src/addrindex.h
5084         * src/addritem.c
5085         * src/addritem.h
5086         * src/addrquery.c
5087         * src/addrquery.h
5088         * src/addrselect.c
5089         * src/addrselect.h
5090         * src/alertpanel.c
5091         * src/alertpanel.h
5092         * src/browseldap.c
5093         * src/browseldap.h
5094         * src/codeconv.c
5095         * src/codeconv.h
5096         * src/compose.c
5097         * src/compose.h
5098         * src/customheader.c
5099         * src/customheader.h
5100         * src/displayheader.c
5101         * src/displayheader.h
5102         * src/editaddress.c
5103         * src/editaddress.h
5104         * src/editbook.c
5105         * src/editbook.h
5106         * src/editgroup.c
5107         * src/editgroup.h
5108         * src/editjpilot.c
5109         * src/editjpilot.h
5110         * src/editldap.c
5111         * src/editldap.h
5112         * src/editldap_basedn.c
5113         * src/editldap_basedn.h
5114         * src/editvcard.c
5115         * src/editvcard.h
5116         * src/exphtmldlg.c
5117         * src/exphtmldlg.h
5118         * src/expldifdlg.c
5119         * src/expldifdlg.h
5120         * src/export.h
5121         * src/exporthtml.c
5122         * src/exporthtml.h
5123         * src/exportldif.c
5124         * src/exportldif.h
5125         * src/filtering.c
5126         * src/filtering.h
5127         * src/folder.c
5128         * src/folder.h
5129         * src/folder_item_prefs.c
5130         * src/folder_item_prefs.h
5131         * src/foldersel.c
5132         * src/foldersel.h
5133         * src/folderutils.c
5134         * src/folderutils.h
5135         * src/folderview.c
5136         * src/folderview.h
5137         * src/grouplistdialog.c
5138         * src/grouplistdialog.h
5139         * src/headerview.c
5140         * src/html.c
5141         * src/html.h
5142         * src/image_viewer.c
5143         * src/image_viewer.h
5144         * src/imap.c
5145         * src/imap.h
5146         * src/imap_gtk.c
5147         * src/imap_gtk.h
5148         * src/import.h
5149         * src/importldif.c
5150         * src/importldif.h
5151         * src/importmutt.c
5152         * src/importmutt.h
5153         * src/importpine.c
5154         * src/importpine.h
5155         * src/inc.c
5156         * src/inc.h
5157         * src/jpilot.c
5158         * src/jpilot.h
5159         * src/ldapctrl.c
5160         * src/ldapctrl.h
5161         * src/ldaplocate.c
5162         * src/ldaplocate.h
5163         * src/ldapquery.c
5164         * src/ldapquery.h
5165         * src/ldapserver.c
5166         * src/ldapserver.h
5167         * src/ldaputil.c
5168         * src/ldaputil.h
5169         * src/ldif.c
5170         * src/ldif.h
5171         * src/main.c
5172         * src/main.h
5173         * src/mainwindow.c
5174         * src/mainwindow.h
5175         * src/manual.c
5176         * src/manual.h
5177         * src/mbox.c
5178         * src/mbox.h
5179         * src/message_search.c
5180         * src/message_search.h
5181         * src/messageview.c
5182         * src/messageview.h
5183         * src/mh.c
5184         * src/mh.h
5185         * src/mh_gtk.c
5186         * src/mh_gtk.h
5187         * src/mimeview.c
5188         * src/mimeview.h
5189         * src/msgcache.c
5190         * src/msgcache.h
5191         * src/mutt.c
5192         * src/mutt.h
5193         * src/news.c
5194         * src/news.h
5195         * src/news_gtk.c
5196         * src/news_gtk.h
5197         * src/partial_download.c
5198         * src/partial_download.h
5199         * src/pine.c
5200         * src/pine.h
5201         * src/pop.c
5202         * src/pop.h
5203         * src/prefs_account.c
5204         * src/prefs_account.h
5205         * src/prefs_actions.c
5206         * src/prefs_actions.h
5207         * src/prefs_common.c
5208         * src/prefs_common.h
5209         * src/prefs_compose_writing.c
5210         * src/prefs_compose_writing.h
5211         * src/prefs_customheader.c
5212         * src/prefs_customheader.h
5213         * src/prefs_display_header.c
5214         * src/prefs_display_header.h
5215         * src/prefs_filtering.c
5216         * src/prefs_filtering.h
5217         * src/prefs_filtering_action.c
5218         * src/prefs_filtering_action.h
5219         * src/prefs_folder_column.c
5220         * src/prefs_folder_column.h
5221         * src/prefs_folder_item.c
5222         * src/prefs_folder_item.h
5223         * src/prefs_fonts.c
5224         * src/prefs_fonts.h
5225         * src/prefs_gtk.c
5226         * src/prefs_gtk.h
5227         * src/prefs_image_viewer.c
5228         * src/prefs_image_viewer.h
5229         * src/prefs_matcher.c
5230         * src/prefs_matcher.h
5231         * src/prefs_message.c
5232         * src/prefs_msg_colors.c
5233         * src/prefs_msg_colors.h
5234         * src/prefs_other.c
5235         * src/prefs_quote.c
5236         * src/prefs_receive.c
5237         * src/prefs_send.c
5238         * src/prefs_spelling.c
5239         * src/prefs_spelling.h
5240         * src/prefs_summaries.c
5241         * src/prefs_summaries.h
5242         * src/prefs_summary_column.c
5243         * src/prefs_summary_column.h
5244         * src/prefs_template.c
5245         * src/prefs_template.h
5246         * src/prefs_themes.c
5247         * src/prefs_themes.h
5248         * src/prefs_toolbar.c
5249         * src/prefs_toolbar.h
5250         * src/prefs_wrapping.c
5251         * src/prefs_wrapping.h
5252         * src/privacy.c
5253         * src/privacy.h
5254         * src/procheader.c
5255         * src/procheader.h
5256         * src/procmime.c
5257         * src/procmime.h
5258         * src/procmsg.c
5259         * src/procmsg.h
5260         * src/quote_fmt.c
5261         * src/quote_fmt_parse.y
5262         * src/recv.c
5263         * src/recv.h
5264         * src/remotefolder.c
5265         * src/remotefolder.h
5266         * src/send_message.c
5267         * src/send_message.h
5268         * src/setup.c
5269         * src/setup.h
5270         * src/sourcewindow.c
5271         * src/sourcewindow.h
5272         * src/ssl_manager.c
5273         * src/ssl_manager.h
5274         * src/statusbar.c
5275         * src/statusbar.h
5276         * src/stock_pixmap.c
5277         * src/stock_pixmap.h
5278         * src/summary_search.c
5279         * src/summary_search.h
5280         * src/summaryview.c
5281         * src/summaryview.h
5282         * src/syldap.c
5283         * src/syldap.h
5284         * src/textview.c
5285         * src/textview.h
5286         * src/toolbar.c
5287         * src/toolbar.h
5288         * src/undo.c
5289         * src/undo.h
5290         * src/unmime.c
5291         * src/unmime.h
5292         * src/vcard.c
5293         * src/vcard.h
5294         * src/wizard.c
5295         * src/wizard.h
5296         * src/common/base64.c
5297         * src/common/base64.h
5298         * src/common/defs.h
5299         * src/common/hooks.c
5300         * src/common/hooks.h
5301         * src/common/log.c
5302         * src/common/log.h
5303         * src/common/mgutils.c
5304         * src/common/mgutils.h
5305         * src/common/nntp.c
5306         * src/common/nntp.h
5307         * src/common/passcrypt.c
5308         * src/common/passcrypt.h.in
5309         * src/common/plugin.c
5310         * src/common/plugin.h
5311         * src/common/prefs.c
5312         * src/common/prefs.h
5313         * src/common/progressindicator.c
5314         * src/common/progressindicator.h
5315         * src/common/quoted-printable.c
5316         * src/common/quoted-printable.h
5317         * src/common/session.c
5318         * src/common/session.h
5319         * src/common/smtp.c
5320         * src/common/smtp.h
5321         * src/common/socket.c
5322         * src/common/socket.h
5323         * src/common/ssl.c
5324         * src/common/ssl.h
5325         * src/common/ssl_certificate.c
5326         * src/common/ssl_certificate.h
5327         * src/common/stringtable.c
5328         * src/common/stringtable.h
5329         * src/common/sylpheed.c
5330         * src/common/sylpheed.h
5331         * src/common/template.c
5332         * src/common/template.h
5333         * src/common/timing.h
5334         * src/common/utils.c
5335         * src/common/utils.h
5336         * src/common/version.h.in
5337         * src/common/xml.c
5338         * src/common/xml.h
5339         * src/common/xmlprops.c
5340         * src/common/xmlprops.h
5341         * src/gtk/colorlabel.c
5342         * src/gtk/colorsel.c
5343         * src/gtk/colorsel.h
5344         * src/gtk/description_window.c
5345         * src/gtk/description_window.h
5346         * src/gtk/filesel.c
5347         * src/gtk/filesel.h
5348         * src/gtk/foldersort.c
5349         * src/gtk/foldersort.h
5350         * src/gtk/gtkutils.c
5351         * src/gtk/gtkutils.h
5352         * src/gtk/inputdialog.c
5353         * src/gtk/inputdialog.h
5354         * src/gtk/logwindow.c
5355         * src/gtk/logwindow.h
5356         * src/gtk/manage_window.c
5357         * src/gtk/manage_window.h
5358         * src/gtk/menu.c
5359         * src/gtk/menu.h
5360         * src/gtk/pluginwindow.c
5361         * src/gtk/pluginwindow.h
5362         * src/gtk/prefswindow.c
5363         * src/gtk/prefswindow.h
5364         * src/gtk/progressdialog.c
5365         * src/gtk/progressdialog.h
5366         * src/gtk/sslcertwindow.c
5367         * src/gtk/sslcertwindow.h
5368         * src/plugins/clamav/clamav_plugin.c
5369         * src/plugins/clamav/clamav_plugin.h
5370         * src/plugins/clamav/clamav_plugin_gtk.c
5371         * src/plugins/demo/demo.c
5372         * src/plugins/dillo_viewer/dillo_prefs.c
5373         * src/plugins/dillo_viewer/dillo_prefs.h
5374         * src/plugins/dillo_viewer/dillo_viewer.c
5375         * src/plugins/pgpcore/passphrase.c
5376         * src/plugins/pgpcore/passphrase.h
5377         * src/plugins/pgpcore/plugin.c
5378         * src/plugins/pgpcore/select-keys.c
5379         * src/plugins/pgpcore/select-keys.h
5380         * src/plugins/pgpcore/sgpgme.c
5381         * src/plugins/pgpcore/sgpgme.h
5382         * src/plugins/pgpinline/pgpinline.c
5383         * src/plugins/pgpinline/pgpinline.h
5384         * src/plugins/pgpinline/plugin.c
5385         * src/plugins/pgpmime/pgpmime.c
5386         * src/plugins/pgpmime/pgpmime.h
5387         * src/plugins/pgpmime/plugin.c
5388         * src/plugins/spamassassin/spamassassin.c
5389         * src/plugins/spamassassin/spamassassin.h
5390         * src/plugins/spamassassin/spamassassin_gtk.c
5391         * src/plugins/trayicon/trayicon.c
5392                 update copyright header
5394 2006-01-13 [paul]       1.9.100cvs141
5396         * src/account.c
5397         * src/export.c
5398         * src/import.c
5399         * src/mainwindow.c
5400         * src/prefs_account.c
5401         * src/prefs_display_header.c
5402         * src/prefs_receive.c
5403         * src/prefs_send.c
5404         * src/prefs_summaries.c
5405         * src/prefs_themes.c
5406         * src/prefs_toolbar.c
5407         * src/gtk/about.c
5408                 various cleanups
5410 2006-01-12 [colin]      1.9.100cvs140
5412         * src/folder.c
5413         * src/folder.h
5414         * src/main.c
5415                 Add --subscribe option
5416                 Let sylpheed-claws email@domain.com equivalent to --compose
5417                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5419 2006-01-12 [paul]       1.9.100cvs139
5421         * src/mainwindow.c
5422                 append 'Change folder order' label with '...'
5423         * src/prefs_actions.c
5424                 allow reordering of actions list by dnd
5425         * src/gtk/foldersort.c
5426                 make the dialog nicer
5428 2006-01-11 [colin]      1.9.100cvs138
5430         * src/compose.c
5431                 Allow templates without text
5433 2006-01-11 [paul]       1.9.100cvs137
5435         * tools/README
5436         * tools/filter_conv_new.pl
5437                 add info to README
5438                 also check .sylpheed for filter.xml
5439                 be a bit informative to the user
5441 2006-01-11 [colin]      1.9.100cvs136
5443         * src/textview.c
5444                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5446 2006-01-10 [paul]       1.9.100cvs135
5448         * tools/Makefile.am
5449         * tools/filter_conv_new.pl
5450                 add script to convert new style Sylpheed
5451                 filter rules (Sylpheed >= 0.9.99) to
5452                 Claws filtering rules
5454 2006-01-10 [colin]      1.9.100cvs134
5456         * src/compose.c
5457                 Fix broken line joins in certain conditions
5458                 (between two quoted lines: <enter><enter><up>
5459                  <type a wrapped sentence><go in the first line>
5460                  <insert more text><watch as line joining failed>)
5462 2006-01-10 [paul]       1.9.100cvs133
5464         * src/compose.c
5465                 don't report success in error dialog
5466                 thanks to Colin
5467         * src/common/utils.c
5468                 include some trailing punctuations as URI
5469                 thanks to Hiro
5471 2006-01-10 [paul]       1.9.100cvs132
5473         * src/mimeview.c
5474                 fix incompatible pointer type
5475                 warning
5477 2006-01-10 [paul]       1.9.100cvs131
5479         * src/compose.c
5480                 change Subject in window title
5481                 instantaneously
5483 2006-01-09 [colin]      1.9.100cvs130
5485         * src/addressbook.c
5486         * src/headerview.c
5487         * src/mainwindow.c
5488         * src/messageview.c
5489         * src/mimeview.c
5490         * src/noticeview.c
5491         * src/summaryview.c
5492                 Fix possible crashes on exit and in addressbook
5494 2006-01-09 [paul]       1.9.100cvs129
5496         * src/prefs_msg_colors.c
5497                 some cleanups that I forgot last time
5499 2006-01-09 [paul]       1.9.100cvs128
5501         * README
5502         * src/folderview.c
5503         * src/prefs_msg_colors.c
5504                 add previously hidden option, color_new, to
5505                 the gui
5506                 move the page to Display/
5507                 rework the gui
5509 2006-01-09 [wwp]        1.9.100cvs127
5511         * src/prefs_themes.c
5512                 made the prefs/display/themes layouts spacing less condensed
5513                 (and so they match other prefs/pages' look).
5515 2006-01-09 [paul]       1.9.100cvs126
5517         * src/compose.c
5518         * src/prefs_common.c
5519         * src/prefs_common.h
5520         * src/prefs_wrapping.c
5521                 remove 'wrap at send' option
5523 2006-01-06 [colin]      1.9.100cvs125
5525         * src/compose.c
5526                 Just make completely sure we don't insert "manual line breaks" 
5527                 when wrapping... 
5529 2006-01-04 [paul]
5531         * 2.0.0-rc3 released
5533 2006-01-04 [paul]       1.9.100cvs124
5535         * src/folderview.c
5536                 fix bug 882, 'quick scroll in folder list
5537                 displays wrong folder contents'
5539 2006-01-04 [paul]       1.9.100cvs123
5541         * src/plugins/pgpmime/pgpmime.c
5542                 better debug information when signing
5543                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5545 2006-01-03 [colin]      1.9.100cvs122
5547         * configure.ac
5548                 We need to recheck for gpgme 1.0.0 after checking
5549                 for 1.1.1, because if 1.1.1 isn't available, 
5550                 GPGME_LIBS and friends are blanked out by the 
5551                 second check.
5553 2006-01-03 [colin]      1.9.100cvs121
5555         * src/common/prefs.c
5556                 Windows unlink-before rename fix
5557         * src/plugins/pgpcore/sgpgme.c
5558                 Add support for PKA info if available
5559                 Both patches by Werner Koch
5561 2006-01-03 [paul]       1.9.100cvs120
5563         * src/messageview.c
5564                 fix bug 884, 'Send receipt' button visible in queue
5565                 Thanks to Colin
5567 2006-01-02 [colin]      1.9.100cvs119
5569         * src/compose.c
5570         * src/imap.c
5571                 Fix autosave on IMAP and more generally try to
5572                 return the correct ID on a newly added IMAP message
5574 2006-01-02 [paul]       1.9.100cvs118
5576         * manual/keyboard.xml
5577                 edited
5579 2006-01-01 [paul]       1.9.100cvs117
5581         * src/gtk/authors.h
5582                 alphabetical order
5584 2005-12-30 [colin]      1.9.100cvs116
5586         * manual/advanced.xml
5587                 Explain Pre/Post-processing differences.
5589 2005-12-30 [colin]      1.9.100cvs115
5591         * src/mh.c
5592                 Implement copy_msgs for a little optimization
5593         * src/imap.c
5594                 Finish yesterday's fix
5596 2005-12-29 [colin]      1.9.100cvs114
5598         * src/imap.c
5599                 Fix occasional failure in fetching a mail over
5600                 IMAP
5602 2005-12-29 [colin]      1.9.100cvs113
5604         * src/compose.c
5605                 Don't remove a draft when sending it, if it is 
5606                 locked.
5608 2005-12-28 [colin]      1.9.100cvs112
5610         * src/summaryview.c
5611                 Fix leak for real
5613 2005-12-28 [wwp]        1.9.100cvs111
5615         * doc/faq/.cvsignore
5616         * doc/faq/de/.cvsignore
5617         * doc/faq/en/.cvsignore
5618         * doc/faq/es/.cvsignore
5619         * doc/faq/fr/.cvsignore
5620         * doc/faq/it/.cvsignore
5621         * doc/manual/.cvsignore
5622         * doc/manual/de/.cvsignore
5623         * doc/manual/en/.cvsignore
5624         * doc/manual/es/.cvsignore
5625         * doc/manual/fr/.cvsignore
5626         * doc/manual/ja/.cvsignore
5627         * src/plugins/mathml_viewer/.cvsignore
5628                 rollback revival of those files (my bad, sorry for the noise).
5630 2005-12-28 [wwp]        1.9.100cvs110
5632         * src/compose.c
5633                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5635 2005-12-28 [wwp]        1.9.100cvs109
5637         * doc/faq/.cvsignore
5638         * doc/faq/de/.cvsignore
5639         * doc/faq/en/.cvsignore
5640         * doc/faq/es/.cvsignore
5641         * doc/faq/fr/.cvsignore
5642         * doc/faq/it/.cvsignore
5643         * doc/manual/.cvsignore
5644         * doc/manual/de/.cvsignore
5645         * doc/manual/en/.cvsignore
5646         * doc/manual/es/.cvsignore
5647         * doc/manual/fr/.cvsignore
5648         * doc/manual/ja/.cvsignore
5649         * src/plugins/mathml_viewer/.cvsignore
5650         * po/.cvsignore
5651                 more files to ignore.
5653 2005-12-24 [colin]      1.9.100cvs108
5655         * AUTHORS
5656         * src/gtk/authors.h
5657                 Update for Werner
5659 2005-12-24 [colin]      1.9.100cvs107
5661         * src/procmsg.c
5662                 Allow NULL src_msginfo in 
5663                 procmsg_msginfo_new_from_mimeinfo
5665 2005-12-23 [paul]       1.9.100cvs106
5667         * src/plugins/pgpinline/mypgpcore.def
5668                 add this forgotten file
5670 2005-12-23 [colin]      1.9.100cvs105
5672         * src/mainwindow.c
5673                 Fix missing break
5675 2005-12-23 [colin]      1.9.100cvs104
5677         * autogen.sh
5678         * src/folder.c
5679         * src/mh.c
5680         * src/common/plugin.c
5681         * src/common/socket.c
5682         * src/common/socket.h
5683         * src/common/utils.c
5684         * src/common/utils.h
5685         * src/gtk/pluginwindow.c
5686         * src/plugins/pgpcore/plugin.def
5687         * src/plugins/pgpcore/sylpheed.def
5688         * src/plugins/pgpinline/Makefile.am
5689         * src/plugins/pgpinline/plugin.def
5690         * src/plugins/pgpinline/sylpheed.def
5691         * src/plugins/pgpmime/plugin.def
5692         * src/plugins/pgpmime/sylpheed.def
5693                 Various w32 fixes by Werner Koch
5695 2005-12-22 [paul]       1.9.100cvs103
5697         * src/wizard.c
5698                 don't offer IMAP as 'server type' if
5699                 libetpan isn't built in
5701 2005-12-22 [paul]       1.9.100cvs102
5703         * AUTHORS
5704         * src/mainwindow.c
5705         * src/mainwindow.h
5706         * src/toolbar.c
5707         * src/gtk/authors.h
5708                 support GTK_TOOLBAR_BOTH_HORIZ (text
5709                 next to icon) Patch by Marien Zwart
5710                 marienz@users.sf.net
5711                 Also reword the text
5713 2005-12-21 [colin]      1.9.100cvs101
5715         * configure.ac
5716                 Fix DATADIRNAME
5717         * COPYING
5718                 Fix missing section and explicit the exception better
5719         * src/compose.c
5720                 Prevent mail from being lost without notice when an
5721                 SMTP error happens on trying to send an unmodified
5722                 drafted mail.
5723         * src/send_message.c
5724         * src/common/smtp.c
5725                 Fix password remembering when wrong, and add return
5726                 value checks where they should have been
5727         * src/plugins/pgpcore/sylpheed.def
5728         * src/plugins/pgpinline/sylpheed.def
5729         * src/plugins/pgpmime/sylpheed.def
5730                 Add a few symbols needed
5732 2005-12-21 [paul]       1.9.100cvs100
5734         * m4/codeset.m4
5735         * m4/glibc21.m4
5736         * m4/intdiv0.m4
5737         * m4/inttypes-pri.m4
5738         * m4/inttypes.m4
5739         * m4/inttypes_h.m4
5740         * m4/isc-posix.m4
5741         * m4/lcmessage.m4
5742         * m4/stdint_h.m4
5743         * m4/uintmax_t.m4
5744                 gettextization
5745                 thanks to Colin
5747 2005-12-21 [paul]       1.9.100cvs99
5749         * po/sv.po
5750                 fixed by Colin
5752 2005-12-20 [paul]       1.9.100cvs98
5754         * po/sv.po
5755                 updated by Anders Trobäck
5757 2005-12-20 [colin]      1.9.100cvs97
5759         * ABOUT-NLS
5760         * Makefile.am
5761         * autogen.sh
5762         * configure.ac
5763         * config/config.rpath
5764         * config/mkinstalldirs
5765         * m4/Makefile.am
5766         * m4/glibc2.m4
5767         * m4/gnupg.m4
5768         * m4/gpgme.m4
5769         * m4/intmax.m4
5770         * m4/longdouble.m4
5771         * m4/longlong.m4
5772         * m4/printf-posix.m4
5773         * m4/signed.m4
5774         * m4/size_max.m4
5775         * m4/ulonglong.m4
5776         * m4/wchar_t.m4
5777         * m4/wint_t.m4
5778         * m4/xsize.m4
5779         * po/Makefile.in.in
5780         * po/Makevars
5781         * po/bg.po
5782         * po/ca.po
5783         * po/cs.po
5784         * po/de.po
5785         * po/el.po
5786         * po/en_GB.po
5787         * po/es.po
5788         * po/fi.po
5789         * po/fr.po
5790         * po/hr.po
5791         * po/hu.po
5792         * po/it.po
5793         * po/ja.po
5794         * po/ko.po
5795         * po/nb.po
5796         * po/nl.po
5797         * po/pl.po
5798         * po/pt_BR.po
5799         * po/ru.po
5800         * po/sk.po
5801         * po/sr.po
5802         * po/stamp-po
5803         * po/sv.po
5804         * po/zh_CN.po
5805         * po/zh_TW.po
5806         * src/Makefile.am
5807         * src/codeconv.c
5808         * src/compose.c
5809         * src/exporthtml.c
5810         * src/exportldif.c
5811         * src/folder.c
5812         * src/main.c
5813         * src/manual.c
5814         * src/mh.c
5815         * src/mimeview.c
5816         * src/send_message.c
5817         * src/common/Makefile.am
5818         * src/common/fnmatch.c
5819         * src/common/fnmatch.h
5820         * src/common/fnmatch_loop.c
5821         * src/common/nntp.c
5822         * src/common/plugin.c
5823         * src/common/smtp.c
5824         * src/common/socket.c
5825         * src/common/string_match.c
5826         * src/common/sylpheed.c
5827         * src/common/utils.c
5828         * src/common/utils.h
5829         * src/common/w32_dirent.c
5830         * src/common/w32_reg.c
5831         * src/common/w32_signal.c
5832         * src/common/w32_stat.c
5833         * src/common/w32_stdio.c
5834         * src/common/w32_stdlib.c
5835         * src/common/w32_string.c
5836         * src/common/w32_time.c
5837         * src/common/w32_unistd.c
5838         * src/common/w32_wait.c
5839         * src/common/w32lib.h
5840         * src/etpan/Makefile.am
5841         * src/gtk/Makefile.am
5842         * src/plugins/clamav/Makefile.am
5843         * src/plugins/demo/Makefile.am
5844         * src/plugins/dillo_viewer/Makefile.am
5845         * src/plugins/pgpcore/Makefile.am
5846         * src/plugins/pgpcore/passphrase.c
5847         * src/plugins/pgpcore/plugin.def
5848         * src/plugins/pgpcore/sgpgme.c
5849         * src/plugins/pgpcore/sylpheed.def
5850         * src/plugins/pgpcore/version.rc
5851         * src/plugins/pgpinline/Makefile.am
5852         * src/plugins/pgpinline/plugin.def
5853         * src/plugins/pgpinline/sylpheed.def
5854         * src/plugins/pgpinline/version.rc
5855         * src/plugins/pgpmime/Makefile.am
5856         * src/plugins/pgpmime/mypgpcore.def
5857         * src/plugins/pgpmime/plugin.def
5858         * src/plugins/pgpmime/sylpheed.def
5859         * src/plugins/pgpmime/version.rc
5860         * src/plugins/spamassassin/Makefile.am
5861                 Very little ;-) patch from Werner Koch, providing
5862                 infrastructure for cross-compiling to Win32
5864 2005-12-20 [paul]       1.9.100cvs96
5866         * src/account.c
5867         * src/account.h
5868         * src/mainwindow.c
5869         * src/mainwindow.h
5870         * src/toolbar.c
5871         * src/toolbar.h
5872                 add a combo to the Get All button, allowing
5873                 quick retrieval from any account
5874                 Patch by Fabien Vantard, slightly modified
5875                 by Colin
5876         * src/gtk/about.c
5877                 i18n fix. Patch by Fabien Vantard
5879 2005-12-19 [colin]      1.9.100cvs95
5881         * src/compose.c
5882         * src/compose.h
5883                 Don't automatically join lines when they've 
5884                 been separated by the user and not automatically
5886 2005-12-19 [paul]       1.9.100cvs94
5888         * src/gtk/pluginwindow.c
5889                 i18n fix.
5890                 Patch by Fabien Vantard
5892 2005-12-15 [paul]       1.9.100cvs93
5894         * src/common/plugin.c
5895         * src/common/plugin.h
5896         * src/gtk/pluginwindow.c
5897         * src/plugins/clamav/clamav_plugin.c
5898         * src/plugins/demo/demo.c
5899         * src/plugins/dillo_viewer/dillo_viewer.c
5900         * src/plugins/pgpcore/plugin.c
5901         * src/plugins/pgpinline/plugin.c
5902         * src/plugins/pgpmime/plugin.c
5903         * src/plugins/spamassassin/spamassassin.c
5904         * src/plugins/trayicon/trayicon.c
5905                 add plugin_version()
5907 2005-12-15 [colin]      1.9.100cvs92
5909         * src/compose.c
5910                 Further fix bug #875
5912 2005-12-15 [paul]       1.9.100cvs91
5914         * src/gtk/filesel.c
5915                 fix attach_load_dir getting set to
5916                 PLUGINDIR on plugin load
5918 2005-12-14 [mones]      1.9.100cvs90
5920         * manual/ack.xml
5921         * manual/keyboard.xml
5922                 Initial draft and some shortcuts added
5923                 
5924         * po/es.po
5925                 Updated translation
5927 2005-12-14 [colin]      1.9.100cvs89
5929         * src/compose.c
5930         * src/imap.c
5931         * src/summaryview.c
5932         * src/gtk/gtkaspell.c
5933                 More leaks fixed
5934         * src/prefs_folder_item.c
5935                 Fix recursive prefs apply
5938 2005-12-14 [colin]      1.9.100cvs88
5940         * src/compose.c
5941                 Fix bug #875 (Freeze On Inline Forward of 
5942                 Large Message)
5944 2005-12-13 [colin]      1.9.100cvs87
5946         * src/compose.c
5947                 Uniq-ify and sort the mimetypes list
5948                 Patch by Fabien Vantard
5950 2005-12-13 [colin]      1.9.100cvs86
5952         * src/imap.c
5953         * src/etpan/imap-thread.c
5954                 Fix leaks (patch by Hoa)
5955         * src/news.c
5956         * src/common/plugin.c
5957                 Fix leaks
5959 2005-12-12 [colin]
5961         * 2.0.0-rc2 released
5963 2005-12-12 [colin]      1.9.100cvs85
5965         * src/matcher.c
5966                 Fix a leak
5968 2005-12-12 [wwp]        1.9.100cvs84
5970         * src/gtk/icon_legend.c
5971                 fix misbehaviour and crash when closing the legend window
5972         using the Esc key (patch by Fabien Vantard).
5974 2005-12-12 [paul]       1.9.100cvs83
5976         * src/browseldap.c
5977         * src/foldersel.c
5978         * src/prefs_actions.c
5979         * src/prefs_filtering.c
5980         * src/prefs_matcher.c
5981         * src/prefs_spelling.glade      ** REMOVED **
5982         * src/prefs_template.c
5983         * src/gtk/foldersort.glade      ** REMOVED **
5984         * src/gtk/pluginwindow.c
5985         * src/gtk/pluginwindow.glade    ** REMOVED **
5986         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5987                 cleanups
5989 2005-12-11 [paul]       1.9.100cvs82
5991         * src/gtk/filesel.c
5992                 fix attach_load_dir crasher (double free)
5994 2005-12-09 [paul]       1.9.100cvs81
5996         * po/POTFILES.in
5997         * src/mainwindow.c
5998         * src/gtk/Makefile.am
5999         * src/gtk/icon_legend.c
6000         * src/gtk/icon_legend.h
6001                 add icon legend
6002         * src/manual.c
6003                 cleanup
6005 2005-12-09 [paul]       1.9.100cvs80
6007         * src/plugins/pgpcore/passphrase.c
6008                 wrap the label in the dialog
6010 2005-12-09 [colin]      1.9.100cvs79
6012         * src/plugins/pgpcore/sgpgme.c
6013                 Display (untrusted) on not trusted signatures
6014                 Patch by Michal Èihaø <michal@cihar.com>
6015                 Closes bug #867 (Report also key trust)
6017 2005-12-09 [colin]      1.9.100cvs78
6019         * src/common/plugin.c
6020                 Update licence check, following Eben Moglen's advice
6022 2005-12-08 [colin]      1.9.100cvs77
6024         * src/folder.c
6025                 Fix the occasionnal item->cache != NULL 
6026                 assertion failure. 
6028 2005-12-08 [colin]      1.9.100cvs76
6030         * src/mimeview.c
6031         * src/plugins/pgpcore/sgpgme.c
6032                 Print key id when unable to check it
6033                 Closes bug #866 (Show key id when missing)
6035 2005-12-08 [paul]       1.9.100cvs75
6037         * src/prefs_common.c
6038         * src/prefs_common.h
6039         * src/gtk/filesel.c
6040                 remember load attachment dir
6042 2005-12-07 [colin]      1.9.100cvs74
6044         * src/prefs_toolbar.c
6045                 Gtk fixes, patch by Fabien Vantard
6047 2005-12-07 [colin]      1.9.100cvs73
6049         * src/action.c
6050         * src/compose.c
6051         * src/compose.h
6052                 Fix bug #839 (Quoted text isn't colored after 
6053                 executing an action)
6054         * src/common/plugin.c
6055                 Require plugins to declare their licence in plugin_licence()
6056                 Refuse to load non-GPL plugins as they'd be illegal (as 
6057                 derived works of Sylpheed-Claws, they must be GPL).
6058         * src/plugins/clamav/clamav_plugin.c
6059         * src/plugins/demo/demo.c
6060         * src/plugins/dillo_viewer/dillo_viewer.c
6061         * src/plugins/pgpcore/plugin.c
6062         * src/plugins/pgpinline/plugin.c
6063         * src/plugins/pgpmime/plugin.c
6064         * src/plugins/spamassassin/spamassassin.c
6065         * src/plugins/trayicon/trayicon.c
6066                 Add plugin_licence()
6068 2005-12-07 [paul]       1.9.100cvs72
6070         * configure.ac
6071         * src/mainwindow.c
6072         * src/manual.c
6073         * src/manual.h
6074         * src/common/defs.h
6075                 clean up after local FAQ removal and
6076                 temporary manual removal
6078 2005-12-06 [colin]      1.9.100cvs71
6080         * configure.ac
6081         * doc/Makefile.am
6082         * doc/faq/.cvsignore
6083         * doc/faq/Makefile.am
6084         * doc/faq/de/.cvsignore
6085         * doc/faq/de/Makefile.am
6086         * doc/faq/de/sylpheed-faq-1.html
6087         * doc/faq/de/sylpheed-faq-2.html
6088         * doc/faq/de/sylpheed-faq-3.html
6089         * doc/faq/de/sylpheed-faq.html
6090         * doc/faq/en/.cvsignore
6091         * doc/faq/en/Makefile.am
6092         * doc/faq/en/sylpheed-faq-1.html
6093         * doc/faq/en/sylpheed-faq-2.html
6094         * doc/faq/en/sylpheed-faq-3.html
6095         * doc/faq/en/sylpheed-faq-4.html
6096         * doc/faq/en/sylpheed-faq.html
6097         * doc/faq/es/.cvsignore
6098         * doc/faq/es/Makefile.am
6099         * doc/faq/es/sylpheed-faq-1.html
6100         * doc/faq/es/sylpheed-faq-2.html
6101         * doc/faq/es/sylpheed-faq-3.html
6102         * doc/faq/es/sylpheed-faq-4.html
6103         * doc/faq/es/sylpheed-faq.html
6104         * doc/faq/fr/.cvsignore
6105         * doc/faq/fr/Makefile.am
6106         * doc/faq/fr/sylpheed-faq-1.html
6107         * doc/faq/fr/sylpheed-faq-2.html
6108         * doc/faq/fr/sylpheed-faq-3.html
6109         * doc/faq/fr/sylpheed-faq.html
6110         * doc/faq/it/.cvsignore
6111         * doc/faq/it/Makefile.am
6112         * doc/faq/it/sylpheed-faq-1.html
6113         * doc/faq/it/sylpheed-faq-2.html
6114         * doc/faq/it/sylpheed-faq-3.html
6115         * doc/faq/it/sylpheed-faq.html
6116         * doc/manual/.cvsignore
6117         * doc/manual/Makefile.am
6118         * doc/manual/de/.cvsignore
6119         * doc/manual/de/Makefile.am
6120         * doc/manual/de/sylpheed-1.html
6121         * doc/manual/de/sylpheed-10.html
6122         * doc/manual/de/sylpheed-11.html
6123         * doc/manual/de/sylpheed-12.html
6124         * doc/manual/de/sylpheed-13.html
6125         * doc/manual/de/sylpheed-14.html
6126         * doc/manual/de/sylpheed-15.html
6127         * doc/manual/de/sylpheed-16.html
6128         * doc/manual/de/sylpheed-17.html
6129         * doc/manual/de/sylpheed-18.html
6130         * doc/manual/de/sylpheed-19.html
6131         * doc/manual/de/sylpheed-2.html
6132         * doc/manual/de/sylpheed-20.html
6133         * doc/manual/de/sylpheed-3.html
6134         * doc/manual/de/sylpheed-4.html
6135         * doc/manual/de/sylpheed-5.html
6136         * doc/manual/de/sylpheed-6.html
6137         * doc/manual/de/sylpheed-7.html
6138         * doc/manual/de/sylpheed-8.html
6139         * doc/manual/de/sylpheed-9.html
6140         * doc/manual/de/sylpheed.html
6141         * doc/manual/en/.cvsignore
6142         * doc/manual/en/Makefile.am
6143         * doc/manual/en/sylpheed-1.html
6144         * doc/manual/en/sylpheed-10.html
6145         * doc/manual/en/sylpheed-11.html
6146         * doc/manual/en/sylpheed-12.html
6147         * doc/manual/en/sylpheed-13.html
6148         * doc/manual/en/sylpheed-14.html
6149         * doc/manual/en/sylpheed-15.html
6150         * doc/manual/en/sylpheed-16.html
6151         * doc/manual/en/sylpheed-17.html
6152         * doc/manual/en/sylpheed-18.html
6153         * doc/manual/en/sylpheed-19.html
6154         * doc/manual/en/sylpheed-2.html
6155         * doc/manual/en/sylpheed-20.html
6156         * doc/manual/en/sylpheed-21.html
6157         * doc/manual/en/sylpheed-22.html
6158         * doc/manual/en/sylpheed-3.html
6159         * doc/manual/en/sylpheed-4.html
6160         * doc/manual/en/sylpheed-5.html
6161         * doc/manual/en/sylpheed-6.html
6162         * doc/manual/en/sylpheed-7.html
6163         * doc/manual/en/sylpheed-8.html
6164         * doc/manual/en/sylpheed-9.html
6165         * doc/manual/en/sylpheed.html
6166         * doc/manual/es/.cvsignore
6167         * doc/manual/es/Makefile.am
6168         * doc/manual/es/sylpheed-1.html
6169         * doc/manual/es/sylpheed-10.html
6170         * doc/manual/es/sylpheed-11.html
6171         * doc/manual/es/sylpheed-12.html
6172         * doc/manual/es/sylpheed-13.html
6173         * doc/manual/es/sylpheed-14.html
6174         * doc/manual/es/sylpheed-15.html
6175         * doc/manual/es/sylpheed-16.html
6176         * doc/manual/es/sylpheed-17.html
6177         * doc/manual/es/sylpheed-18.html
6178         * doc/manual/es/sylpheed-19.html
6179         * doc/manual/es/sylpheed-2.html
6180         * doc/manual/es/sylpheed-20.html
6181         * doc/manual/es/sylpheed-3.html
6182         * doc/manual/es/sylpheed-4.html
6183         * doc/manual/es/sylpheed-5.html
6184         * doc/manual/es/sylpheed-6.html
6185         * doc/manual/es/sylpheed-7.html
6186         * doc/manual/es/sylpheed-8.html
6187         * doc/manual/es/sylpheed-9.html
6188         * doc/manual/es/sylpheed.html
6189         * doc/manual/fr/.cvsignore
6190         * doc/manual/fr/Makefile.am
6191         * doc/manual/fr/sylpheed-1.html
6192         * doc/manual/fr/sylpheed-10.html
6193         * doc/manual/fr/sylpheed-11.html
6194         * doc/manual/fr/sylpheed-12.html
6195         * doc/manual/fr/sylpheed-13.html
6196         * doc/manual/fr/sylpheed-14.html
6197         * doc/manual/fr/sylpheed-15.html
6198         * doc/manual/fr/sylpheed-16.html
6199         * doc/manual/fr/sylpheed-17.html
6200         * doc/manual/fr/sylpheed-18.html
6201         * doc/manual/fr/sylpheed-19.html
6202         * doc/manual/fr/sylpheed-2.html
6203         * doc/manual/fr/sylpheed-20.html
6204         * doc/manual/fr/sylpheed-3.html
6205         * doc/manual/fr/sylpheed-4.html
6206         * doc/manual/fr/sylpheed-5.html
6207         * doc/manual/fr/sylpheed-6.html
6208         * doc/manual/fr/sylpheed-7.html
6209         * doc/manual/fr/sylpheed-8.html
6210         * doc/manual/fr/sylpheed-9.html
6211         * doc/manual/fr/sylpheed.html
6212         * doc/manual/ja/.cvsignore
6213         * doc/manual/ja/Makefile.am
6214         * doc/manual/ja/sylpheed-1.html
6215         * doc/manual/ja/sylpheed-10.html
6216         * doc/manual/ja/sylpheed-11.html
6217         * doc/manual/ja/sylpheed-12.html
6218         * doc/manual/ja/sylpheed-13.html
6219         * doc/manual/ja/sylpheed-14.html
6220         * doc/manual/ja/sylpheed-15.html
6221         * doc/manual/ja/sylpheed-16.html
6222         * doc/manual/ja/sylpheed-17.html
6223         * doc/manual/ja/sylpheed-18.html
6224         * doc/manual/ja/sylpheed-19.html
6225         * doc/manual/ja/sylpheed-2.html
6226         * doc/manual/ja/sylpheed-20.html
6227         * doc/manual/ja/sylpheed-3.html
6228         * doc/manual/ja/sylpheed-4.html
6229         * doc/manual/ja/sylpheed-5.html
6230         * doc/manual/ja/sylpheed-6.html
6231         * doc/manual/ja/sylpheed-7.html
6232         * doc/manual/ja/sylpheed-8.html
6233         * doc/manual/ja/sylpheed-9.html
6234         * doc/manual/ja/sylpheed.html
6235         * doc/manual/ja/sylpheed.sgml
6236         * src/mainwindow.c
6237                 Remove outdated manual and faq. Noisy, eh?
6239 2005-12-06 [colin]      1.9.100cvs70
6241         * src/compose.c
6242         * src/quote_fmt_parse.y
6243         * src/undo.c
6244         * src/undo.h
6245                 Allow %X to position cursor at 0 
6246                 (no %X = before signature)
6247                 Fix paste as quotation putting the cursor at 0
6248                 Fix undo offsets when pasting
6249                 Insert the quote_fmt at once instead of line 
6250                 by line
6251                 Fix [Edited] when starting to reply/forward
6253 2005-12-06 [paul]       1.9.100cvs69
6255         * src/plugins/clamav/clamav_plugin_gtk.c
6256                 add another tooltip
6257         * src/plugins/spamassassin/spamassassin_gtk.c
6258                 rework spamassassin_create_widget_func()
6260 2005-12-05 [colin]      1.9.100cvs68
6262         * po/POTFILES.in
6263                 Fix make release ;-)
6265 2005-12-05 [colin]      1.9.100cvs67
6267         * src/compose.c
6268         * src/compose.h
6269                 Fix cursor positioning (not obeying %X)
6271 2005-12-05 [paul]       1.9.100cvs66
6273         * src/plugins/dillo_viewer/dillo_prefs.c
6274                 fix compilation warning
6276 2005-12-05 [paul]       1.9.100cvs65
6278         * src/prefs_spelling.c
6279         * src/plugins/trayicon/trayicon.c
6280                 cleanups - remove unused stuff
6282 2005-12-05 [paul]       1.9.100cvs64
6284         * README
6285         * manual/plugins.xml
6286                 remove info about removed mathml_viewer plugin
6288 2005-12-05 [paul]       1.9.100cvs63
6290         * configure.ac
6291         * src/plugins/Makefile.am
6292         * src/plugins/mathml_viewer/.cvsignore
6293         * src/plugins/mathml_viewer/Makefile.am
6294         * src/plugins/mathml_viewer/mathml_viewer.c
6295                 remove unmaintained mathml_viewer plugin
6297 2005-12-05 [paul]       1.9.100cvs62
6299         * src/summaryview.c
6300                 obey prefs_common.always_show_msg when
6301                 moving a msg
6302                 Thanks to Colin
6304 2005-12-05 [paul]       1.9.100cvs61
6306         * src/compose.c
6307         * src/prefs_account.c
6308         * src/prefs_filtering.c
6309         * src/prefs_quote.c
6310         * src/prefs_spelling.c
6311         * src/prefs_toolbar.c
6312         * src/summaryview.c
6313         * src/gtk/gtkutils.c
6314         * src/gtk/quicksearch.c
6315         * src/plugins/dillo_viewer/dillo_prefs.c
6316                 dialog cleanups
6318 2005-12-04 [paul]       1.9.100cvs60
6320         * src/inc.c
6321         * src/prefs_account.c
6322         * src/prefs_account.h
6323                 allow a Local account to specify a
6324                 default inbox
6325                 (closes bug 843 'Inbox cannot be changed for local
6326                  mailboxes')
6328 2005-12-04 [colin]      1.9.100cvs59
6330         * src/plugins/trayicon/trayicon.c
6331                 Remove Get, rename Get All to Get Mail in order to
6332                 be consistent with the default main toolbar
6334 2005-12-03 [colin]      1.9.100cvs58
6336         * manual/gpl.xml
6337         * manual/sylpheed-claws-manual.xml
6338                 Add GPL appendix
6340 2005-12-03 [paul]       1.9.100cvs57
6342         * AUTHORS
6343         * po/sv.po
6344         * src/gtk/authors.h
6345                 new (partially complete) Swedish translation
6346                 by Anders Troback <sylpheed@troback.com>
6348 2005-12-02 [paul]       1.9.100cvs56
6350         * configure.ac
6351                 libetpan 0.41 required
6353 2005-12-02 [paul]       1.9.100cvs55
6355         * src/plugins/clamav/clamav_plugin.c
6356         * src/plugins/clamav/clamav_plugin.h
6357         * src/plugins/clamav/clamav_plugin_gtk.c
6358         * src/plugins/spamassassin/spamassassin.c
6359         * src/plugins/spamassassin/spamassassin.h
6360         * src/plugins/spamassassin/spamassassin_gtk.c
6361                 unregister prefs pages on unloading, thus
6362                 preventing a crash
6363                 (thanks to Colin for the hint)
6365 2005-12-02 [wwp]        1.9.100cvs54
6367         * src/quote_fmt.h
6368         * src/quote_fmt_parse.y
6369                 fix misuse of gboolean*, use gboolean instead
6370                 (thanks to Paul, Colin, for pointing out that scaring one)
6372 2005-12-02 [paul]       1.9.100cvs53
6374         * src/plugins/clamav/clamav_plugin.c
6375                 int no --> unsigned int no
6376         * src/plugins/clamav/clamav_plugin_gtk.c
6377                 rework config page
6379 2005-12-02 [wwp]        1.9.100cvs52
6381         * src/compose.c
6382         * src/prefs_template.c
6383         * src/quote_fmt.h
6384         * src/quote_fmt_parse.y
6385                 prevent from executing |f and |p templates commands when
6386                 adding or replacing templates in prefs (avoids annoying and
6387                 potentially dangerous behaviours)
6389 2005-12-02 [paul]       1.9.100cvs51
6391         * src/prefs_common.c
6392                 allow translation of some default values
6393                 Patch by Fabien Vantard
6395 2005-12-02 [paul]       1.9.100cvs50
6397         * src/codeconv.c
6398         * src/codeconv.h
6399         * src/prefs_common.c
6400         * src/prefs_common.h
6401         * src/prefs_message.c
6402         * src/textview.c
6403                 remove obsolete 'convert_mb_alnum' option
6404                 and related stuff
6405         * src/gtk/about.c
6406                 remove unused 'about_textview_visibility_notify'
6408 2005-12-02 [paul]       1.9.100cvs49
6410         * src/prefs_account.c
6411         * src/prefs_compose_writing.c
6412         * src/prefs_fonts.c
6413         * src/prefs_gtk.h
6414         * src/prefs_image_viewer.c
6415         * src/prefs_message.c
6416         * src/prefs_other.c
6417         * src/prefs_receive.c
6418         * src/prefs_send.c
6419         * src/prefs_spelling.c
6420         * src/prefs_summaries.c
6421         * src/prefs_wrapping.c
6422         * src/plugins/dillo_viewer/dillo_prefs.c
6423         * src/plugins/pgpcore/prefs_gpg.c
6424                 several cleanups to the prefs dialogs
6425                 (slightly modified) patch by Fabien Vantard
6427 2005-12-02 [paul]       1.9.100cvs48
6429         * src/main.c
6430                 --exit means exit
6431         * src/send_message.c
6432                 fix crash on send when connection fails
6434         Thanks to Colin
6436 2005-12-01 [colin]      1.9.100cvs47
6438         * src/html.c
6439                 Translate &hellip; to "..."
6441 2005-11-30 [colin]      1.9.100cvs46
6443         * src/matcher.c
6444         * src/matcher.h
6445                 Optimize back yesterday's fix.
6447 2005-11-30 [paul]       1.9.100cvs45
6449         * manual/faq.xml
6450                 standardised
6451         * manual/intro.xml
6452                 written by Colin, edited by me
6454 2005-11-29 [colin]      1.9.100cvs44
6456         * src/matcher.c
6457                 Skip headers unconditionnaly in match_body if the
6458                 rule is not message or ~message
6460 2005-11-29 [colin]      1.9.100cvs43
6462         * src/matcher.c
6463                 Fix body_part and such, not skipping headers 
6464                 if the matchcriteria wasn't the first in the rule
6466 2005-11-29 [colin]      1.9.100cvs42
6468         * src/compose.c
6469                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6470                 option missing from message view window)
6471                 Fix double text D'n'D with gtk-2.8
6472         * src/matcher.c
6473                 Fix ~message, ~headers_part, ~body_part rules
6474         * src/messageview.c
6475                 Add Windows-1252 (Closes bug #863)
6476                 Fix accels
6477         * src/gtk/gtkaspell.c
6478                 Properly destroy accels in all menus
6480 2005-11-29 [mones]      1.9.100cvs41
6482         * po/es.po
6483                 Updated.
6485 2005-11-27 [colin]      1.9.100cvs40
6487         * src/mh_gtk.c
6488                 "/Remove mailbox" -> "/Remove mailbox..."
6490 2005-11-27 [paul]       1.9.100cvs39
6492         * AUTHORS
6493         * po/de.po
6494         * src/gtk/authors.h
6495                 updated by new maintainer, Stephan Sachse
6497 2005-11-27 [paul]       1.9.100cvs38
6499         * manual/faq.xml
6500                 written by Colin, edited by me
6502 2005-11-27 [paul]       1.9.100cvs37
6504         * src/prefs_common.c
6505         * src/prefs_common.h
6506         * src/prefs_receive.c
6507         * src/prefs_summaries.c
6508                 move 'go to inbox after receiving new mail'
6509                 option from display/sumamaries to mail
6510                 handling/receive, and rework prefs_summaries
6511                 dialog a little
6513 2005-11-25 [martin]     1.9.100cvs36
6515         * po/de.po
6516             fixed windows-1252 translation;
6517             translated some new and fuzzy strings
6519 2005-11-25 [paul]       1.9.100cvs35
6521         * src/plugins/clamav/clamav_plugin.c
6522                 complete the update done in cvs34
6524 2005-11-25 [paul]       1.9.100cvs34
6526         * src/plugins/clamav/clamav_plugin.c
6527                 reflect upstream changes
6529 2005-11-25 [paul]       1.9.100cvs33
6531         * manual/ack.xml
6532         * manual/plugins.xml
6533         * manual/sylpheed-claws-manual.xml
6534                 written/updated by Colin, edited by me
6535         * tools/acroread2sylpheed.pl
6536                 update binary name
6538 2005-11-24 [colin]      1.9.100cvs32
6540         * src/compose.c
6541                 Fix bug #856 (reediting messages forgets Request
6542                 Return Receipt)
6544 2005-11-24 [paul]       1.9.100cvs31
6546         * manual/addrbook.xml
6547         * manual/starting.xml
6548                 written by Colin, proofread, edited, adapted by me
6549         * manual/advanced.xml
6550                 add some Actions examples
6551         * src/importldif.c
6552                 use a Save button instead of a Close button
6553         * src/wizard.c
6554                 indicate mandatory fields
6555                 fix page display
6556                 Thanks to Colin
6558 2005-11-23 [colin]      1.9.100cvs30
6560         * src/addressbook.c
6561                 Rename menu item, fix possible crash after
6562                 deletion of books
6563         * src/addrindex.c
6564                 Allow searching for '*' in ldap
6565         * src/browseldap.c
6566                 Fix "Browse Entry" (did anyone use it?)
6567         * src/wizard.c
6568                 Add guards for mandatory information
6570 2005-11-23 [paul]       1.9.100cvs29
6572         * manual/advanced.xml
6573                 corrections to the English
6575 2005-11-23 [colin]      1.9.100cvs28
6577         * src/mimeview.c
6578                 Fix possible crash at exit. After the call to
6579                 gtk_container_remove(), the Viewer's widget has no
6580                 more parent so gtk+ automatically frees it and its
6581                 sons. If destroy_viewer() then try to access it,
6582                 problems ensue.
6584 2005-11-22 [colin]      1.9.100cvs27
6586         * src/compose.c
6587         * src/gtk/gtkaspell.c
6588                 Fix right-clicking on a misspelled word
6589                 Fix More... in suggestions menu
6591 2005-11-22 [wwp]        1.9.100cvs26
6593         * src/prefs_template.c
6594                 templates works: re-sort templates list when adding or replacing,
6595                 prevent from adding or replacing when the template name is empty
6597 2005-11-21 [colin]      1.9.100cvs25
6599         * src/addressbook.c
6600                 Fix some addressbook suckage (dnd, select all)
6601         * src/compose.c
6602         * src/gtk/gtkaspell.c
6603         * src/gtk/gtkaspell.h
6604                 Make the spellchecker menu work with the 
6605                 GtkTextView one instead of overriding it
6607 2005-11-20 [paul]       1.9.100cvs24
6609         * manual/handling.xml
6610                 proofread and corrected
6612 2005-11-20 [paul]       1.9.100cvs23
6614         * manual/Makefile
6615                 generate html as one file
6616         * manual/advanced.xml
6617                 fix output generation
6618                 reformat hidden options list
6619         * manual/manual.xml     ** REMOVED **
6620         * manual/sylpheed-claws-manual.xml      ** ADDED **
6621                 renamed
6623 2005-11-18 [colin]      1.9.100cvs22
6625         * src/prefs_account.c
6626                 Fix layout in news and mbox accounts
6627         * manual/account.xml
6628         * manual/advanced.xml
6629                 New contents for Paul to check :)
6631 2005-11-18 [wwp]        1.9.100cvs21
6633         * src/gtk/quicksearch.c
6634                 don't update extended quicksearch buttons twice
6636 2005-11-18 [paul]       1.9.100cvs20
6638         * src/textview.c
6639                 complete 1.9.100cvs19
6641 2005-11-18 [paul]       1.9.100cvs19
6643         * src/compose.c
6644                 cosmetic improvements
6645         * src/textview.c
6646                 also list text/* attachments
6648 2005-11-18 [colin]      1.9.100cvs18
6650         * src/summaryview.c
6651                 Use column 0 instead of -1 in 
6652                 gtk_ctree_node_moveto, in a naive
6653                 hope it'll fix the gtk-related crashes
6655 2005-11-18 [colin]      1.9.100cvs17
6657         * src/gtk/inputdialog.c
6658                 Fix icon staying the first one
6660 2005-11-17 [wwp]        1.9.100cvs16
6661                 fix possible problem showing some quicksearch buttons, and a bad
6662                 call to g_return_if_fail in a function that returns a value (both
6663                 fixes by Fabien Vantard)
6665 2005-11-15 [wwp]        1.9.100cvs15
6667         * src/gtk/quicksearch.c
6668                 added a tooltip to that obscure ... quicksearch button
6670 2005-11-15 [wwp]        1.9.100cvs14
6672         * src/gtk/quicksearch.c
6673                 add a quicksearch helper to filtering expression users: the ... button
6674                 raises the condition expr window. condition expressions set up w/ this
6675                 window are used by the quicksearch if the user closes it pressing OK.
6677 2005-11-14 [paul]       1.9.100cvs13
6679         * src/plugins/clamav/clamav_plugin.c
6680         * src/plugins/spamassassin/spamassassin.c
6681                 change plugin type following recent merging
6683 2005-11-14 [wwp]        1.9.100cvs12
6685         * src/folder.c
6686                 prevent from crashing when copying/moving message(s) from and
6687                 to the same folder
6689 2005-11-14 [paul]       1.9.100cvs11
6691         * src/plugins/clamav/Makefile.am
6692         * src/plugins/clamav/clamav_plugin.c
6693         * src/plugins/clamav/clamav_plugin.h
6694         * src/plugins/clamav/clamav_plugin_gtk.c
6695                 also merge clamav and clamav_gtk plugins
6697 2005-11-13 [colin]      1.9.100cvs10
6699         * configure.ac
6700         * src/plugins/spamassassin/Makefile.am
6701         * src/plugins/spamassassin/spamassassin.c
6702         * src/plugins/spamassassin/spamassassin.h
6703         * src/plugins/spamassassin/spamassassin_gtk.c
6704                 Merge spamassassin and spamassassin_gtk plugins,
6705                 and build it by default.
6707 2005-11-12 [colin]      1.9.100cvs9
6709         * src/etpan/imap-thread.c
6710                 Fix gcc warning
6712 2005-11-12 [colin]      1.9.100cvs8
6714         * src/procmime.c
6715                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6717 2005-11-10 [colin]      1.9.100cvs7
6719         * src/main.c
6720                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6721                 minimised state)
6723 2005-11-10 [wwp]        1.9.100cvs6
6725         * src/gtk/description_window.c
6726                 fix a crash when closing description windows using the WM's [X] button
6728 2005-11-09 [colin]      1.9.100cvs5
6730         * src/common/ssl.c
6731                 Update libetpan call to follow upstream
6732                 (yes, this requires libetpan-0.40cvs3)
6734 2005-11-08 [colin]      1.9.100cvs4
6736         * src/compose.c
6737         * src/textview.c
6738         * src/common/utils.c
6739         * src/common/utils.h
6740                 Enhance the email parser
6742 2005-11-08 [colin]      1.9.100cvs3
6744         * src/procmime.c
6745                 Fix what looks like an off-by-one (fixes 
6746                 attachments from the Bat)
6748 2005-11-08 [wwp]        1.9.100cvs2
6750         * src/main.c
6751                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6753 2005-11-08 [wwp]        1.9.100cvs1
6755         * src/main.c
6756                 allow exiting Sylpheed-Claws from command-line
6758 2005-11-08 [paul]       1.9.100
6760         1.9.100 released
6762 2005-11-07 [colin]      1.9.99cvs17
6764         * src/addritem.c
6765         * src/ldif.c
6766                 Fix import of base-64 encoded items
6768 2005-11-07 [colin]      1.9.99cvs16
6770         * src/send_message.c
6771                 Fix bug #314 (Queue does not empty under certain 
6772                 circumstances)
6774 2005-11-07 [paul]       1.9.99cvs15
6776         * src/mutt.c
6777         * src/pine.c
6778                 fix buffer overflows
6779                 Thanks to Colin
6781 2005-11-07 [paul]       1.9.99cvs14
6783         * doc/man/Makefile.am
6784         * doc/man/sylpheed-claws.1      ** ADDED **
6785         * doc/man/sylpheed.1            ** DELETED **
6786                 rename and update the man file
6788 2005-11-06 [colin]      1.9.99cvs13
6790         * src/ldif.c
6791                 Fix ldif_get_line() that returned empty strings
6792                 (Didn't understand why). Also fix a possible
6793                 buffer overflow.
6795 2005-11-06 [wwp]        1.9.99cvs12
6797         * src/textview.c
6798         * src/gtk/about.c
6799         * src/gtk/gtkutils.c
6800         * src/gtk/gtkutils.h
6801                 fix a compilation warning,
6802                 make links sensitive in the about dialog
6804 2005-11-04 [wwp]        1.9.99cvs11
6806         * src/gtk/about.c
6807                 don't wrap or translate URIs, and a bit text format cleanup
6809 2005-11-04 [wwp]        1.9.99cvs10
6811         * src/gtk/about.c
6812                 better textview tagging implementation (no more use of marks for
6813                 postponed tagging)
6815 2005-11-02 [colin]      1.9.99cvs9
6817         * src/common/ssl.c
6818                 Forgot an ifdef
6820 2005-11-02 [colin]      1.9.99cvs8
6822         * configure.ac
6823                 Require libetpan-0.40 due to upstream fix
6824         * src/common/ssl.c
6825                 Tell libetpan not to call SSL_Library_Init,
6826                 as we do it ourselves.
6828 2005-11-02 [colin]      1.9.99cvs7
6830         * po/POTFILES.in
6831                 Add missing files (thanks to Fabien Vantard)
6833 2005-11-02 [colin]      1.9.99cvs6
6835         * src/summaryview.c
6836                 Fix totals when read messages are hidden or quicksearch
6837                 is on
6838         * src/ssl_manager.c
6839         * src/ssl_manager.h
6840         * src/common/ssl_certificate.c
6841         * src/common/ssl_certificate.h
6842         * src/gtk/sslcertwindow.c
6843         * src/gtk/sslcertwindow.h
6844                 Fix copyright on my stuff
6846 2005-11-02 [wwp]        1.9.99cvs5
6848         * src/prefs_themes.c
6849                 fix directory name checking (theme installation/removal),
6850                 made related error a bit more verbose
6852 2005-11-02 [colin]      1.9.99cvs4
6854         * src/summaryview.c
6855                 Fix typo (probably fixes bug #841 (Sort by the From 
6856                 field doesn't work)
6858 2005-11-02 [paul]       1.9.99cvs3
6860         * po/ko.po
6861         * po/nb.po
6862                 updated by SungHyun Nam, Geir Helland
6863         * src/wizard.c
6864                 fix typo in welcome message. spotted by
6865                 Andrea Spadaccini
6867 2005-11-01 [colin]      1.9.99cvs2
6869         * src/compose.c
6870                 Fix replying to ml wen confirming subscription
6871         * src/messageview.c
6872         * src/mimeview.c
6873         * src/mimeview.h
6874         * src/privacy.h
6875         * src/summaryview.c
6876                 Make key check non blocking
6878 2005-10-31 [paul]       1.9.99cvs1
6880         * tools/claws.i18n.status.pl
6881                 updated for ChangeLog
6883 2005-10-31 [paul]       1.9.99
6885         1.9.99 released
6887 2005-10-31 [paul]       1.9.15cvs131
6889         * .cvsignore
6890         * ChangeLog
6891         * ChangeLog.claws       ** REMOVED **
6892         * ChangeLog-gtk2.claws  ** REMOVED **
6893         * ChangeLog.gtk1        ** ADDED **
6894         * INSTALL
6895         * Makefile.am
6896         * NEWS
6897         * README
6898         * README.claws          ** REMOVED **
6899         * README.jp             ** REMOVED **
6900         * RELEASE_NOTES         ** ADDED **
6901         * RELEASE_NOTES.claws   ** REMOVED **
6902         * commitHelper
6903         * configure.ac
6904         * sylpheed.spec.in      ** REMOVED **
6905                 tidy up and update the default docs:
6906                 ChangeLog.claws is renamed ChangeLog.gtk1
6907                 ChangeLog-gtk2.claws is renamed ChangeLog
6908                 README.claws is renamed README
6909                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6911 2005-10-31 [paul]       1.9.15cvs130
6913         * po/it.po
6914                 fix errors
6916 2005-10-31 [paul]       1.9.15cvs129
6918         * po/ca.po
6919         * po/de.po
6920         * po/en_GB.po
6921         * po/fr.po
6922         * po/it.po
6923         * po/pt_BR.po
6924         * po/sk.po
6925         * po/sr.po
6926         * po/zh_CN.po
6927                 updated by Miquel Oliete, Stephan Sachse and
6928                 Thomas Gilgin, me, Fabien Vantard, Andrea
6929                 Spadaccini, Frederico Goncalves Guimaraes,
6930                 Andrej Kacian, Aleksandar Urosevic, and
6931                 Ralgh Young.
6933 2005-10-31 [mones]      1.9.15cvs128
6935         * manual/faq.xml
6936                 More questions.
6937         
6938         * po/es.po
6939                 Updated for release.
6941 2005-10-30 [colin]      1.9.15cvs127
6943         * src/compose.c
6944                 Place cursor before rewrapping (fixes cursor
6945                 pos if quotation gets rewrapped)
6947 2005-10-29 [paul]       1.9.15cvs126
6949         * src/crash.c
6950         * src/foldersel.c
6951         * src/main.c
6952         * src/messageview.c
6953         * src/toolbar.c
6954         * src/gtk/authors.h
6955                 corrections to text items
6957 2005-10-28 [colin]      1.9.15cvs125
6959         * src/messageview.c
6960                 Make "hit 'C' to check sig" work from extern 
6961                 messageviews
6963 2005-10-27 [colin]      1.9.15cvs124
6965         * src/summaryview.c
6966                 Add a hack to avoid segfaulting when hammering 
6967                 on gtk's events
6969 2005-10-27 [wwp]        1.9.15cvs123
6971         * src/prefs_themes.c
6972                 sort list of themes names in themes prefs
6974 2005-10-27 [paul]       1.9.15cvs122
6976         * src/folder.c
6977         * src/prefs_account.c
6978                 fix building on Solaris
6979                 Patch by Alex Moore
6981 2005-10-27 [wwp]        1.9.15cvs121
6983         * src/summaryview.c
6984         * src/gtk/gtksctree.c
6985                 speed up unselecting messages in summary view (thanks to Colin)
6987 2005-10-27 [paul]       1.9.15cvs120
6989         * src/mainwindow.c
6990                 fix a compilation warning
6991         * src/summaryview.c
6992                 fix updating of 'n items selected' count
6993                 when deselecting
6995 2005-10-27 [martin]     1.9.15cvs119
6997         * src/action.c
6998                 ignore actions with a leading '/' in the action menu name
6999                 fixes a crash on menu creation
7000         * src/prefs_actions.c
7001                 do not allow a leading '/' in the action menu name
7003 2005-10-27 [paul]       1.9.15cvs118
7005         * src/main.c
7006                 fix compilation warning
7008 2005-10-27 [paul]       1.9.15cvs117
7010         * src/procmime.c
7011                 add #if HAVE_LOCALE_H
7013 2005-10-27 [paul]       1.9.15cvs116
7015         * src/plugins/clamav/clamav_plugin.c
7016         * src/plugins/dillo_viewer/dillo_viewer.c
7017         * src/plugins/mathml_viewer/mathml_viewer.c
7018         * src/plugins/pgpcore/plugin.c
7019         * src/plugins/pgpinline/plugin.c
7020         * src/plugins/pgpmime/plugin.c
7021         * src/plugins/spamassassin/spamassassin.c
7022         * src/plugins/trayicon/trayicon.c
7023                 plugin_init() : make error messages more
7024                 informative
7026 2005-10-26 [wwp]        1.9.15cvs115
7028         * src/prefs_matcher.c
7029                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7031 2005-10-26 [wwp]        1.9.15cvs114
7033         * src/procmime.c
7034         * src/gtk/gtksctree.c
7035         * src/plugins/spamassassin/libspamc.c
7036         * src/plugins/spamassassin/spamassassin.c
7037                 fix some compilation warnings more
7039 2005-10-26 [mones]      1.9.15cvs113
7041         * po/es.po
7042                 Updated translation
7044 2005-10-26 [paul]       1.9.15cvs112
7046         * src/prefs_message.c
7047                 give all display_xface stuff the
7048                 #if HAVE_LIBCOMPFACE treatment, thus
7049                 preventing a crash
7050                 (Thanks to Wolfgang Enderlein)
7052 2005-10-26 [colin]      1.9.15cvs111
7054         * src/gedit-print.c
7055                 Fix date format
7056         * src/imap_gtk.c
7057         * src/news_gtk.c
7058                 Remove context menu items that should not be there
7059         * src/jpilot.c
7060                 Fix encoding
7061         * src/main.c
7062         * src/mainwindow.c
7063                 Don't show the mainwindow too soon
7065 2005-10-26 [wwp]        1.9.15cvs110
7067         * src/folder.c
7068         * src/manual.c
7069         * src/summaryview.c
7070                 fix uninitialized pointers in the folder updating hook
7071                 (thanks to Colin)
7073 2005-10-25 [mones]      1.9.15cvs109
7075         * manual/faq.xml
7076                 General information subsection completed. 
7077                 Removed archaic references.
7078                 
7079         * manual/Makefile
7080         * manual/dtd/manual.dsl
7081                 Added customization stylesheet for getting paragraphs
7082                 fully justified in PDF output (as suggested by Colin).
7084 2005-10-25 [colin]      1.9.15cvs108
7086         * src/compose.c
7087                 Fix a second leak
7089 2005-10-25 [colin]      1.9.15cvs107
7091         * src/addrbook.c
7092         * src/addrindex.c
7093                 Fix leak (xml_get_element() allocates memory)
7094         * src/compose.c
7095                 Fix leak + dead code (shame!)
7096         * src/procmime.c
7097                 Fix leak
7099 2005-10-25 [colin]      1.9.15cvs106
7101         * src/mimeview.c
7102                 Fix encoding issue in Save all and in 
7103                 overwrite-confirmation alertpanel
7105 2005-10-25 [colin]      1.9.15cvs105
7107         * src/common/socket.c
7108                 Fix a leak - Thanks to Christopher Aillon
7109                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7111 2005-10-25 [paul]       1.9.15cvs104
7113         * src/wizard.c
7114                 Always guess servers from the right-hand
7115                 email part and guess username from the
7116                 left-hand part. (Thanks to Colin)
7117                 add an X-Face to the welcome message
7119 2005-10-25 [paul]       1.9.15cvs103
7121         * manual/handling.xml
7122                 written by Colin, edited by me
7124 2005-10-25 [wwp]        1.9.15cvs102
7126         * src/folderview.c
7127         * src/grouplistdialog.c
7128         * src/imap.c
7129         * src/noticeview.c
7130                 fix some compilation warnings
7132 2005-10-24 [paul]
7134         1.9.99-rc3 released
7136 2005-10-24 [paul]       1.9.15cvs101
7138         * src/gtk/about.c
7139                 fix window sizing
7141 2005-10-24 [paul]       1.9.15cvs100
7143         * src/pixmaps/offline.xpm
7144         * src/pixmaps/online.xpm
7145                 replace with last default versions
7147 2005-10-24 [colin]      1.9.15cvs99
7149         * src/imap.c
7150                 Fix bug when moving a folder
7151         * src/imap_gtk.c
7152         * src/mh_gtk.c
7153                 "Delete folder" pops up a window, so it 
7154                 should be suffixed with "..."
7155         * src/plugins/pgpcore/sgpgme.c
7156                 Include locale.h
7158 2005-10-24 [mones]      1.9.15cvs98
7160         * manual/Makefile
7161         * manual/account.xml
7162         * manual/ack.xml
7163         * manual/addrbook.xml
7164         * manual/advanced.xml
7165         * manual/faq.xml
7166         * manual/glossary.xml
7167         * manual/gpl.xml
7168         * manual/handling.xml
7169         * manual/intro.xml
7170         * manual/keyboard.xml
7171         * manual/manual.xml
7172         * manual/plugins.xml
7173         * manual/starting.xml
7174         * manual/dtd/sdocbook.dtd
7175                 Initial manual structure and some content.
7177 2005-10-23 [wwp]        1.9.15cvs97
7179         * src/gtk/about.c
7180                 fix a typo
7182 2005-10-23 [wwp]        1.9.15cvs96
7184         * src/gtk/about.c
7185         * src/gtk/authors.h
7186                 rework of the about window (main work by Paul), also featuring a few
7187                 fixes for typos and duplicate names
7189 2005-10-23 [wwp]        1.9.15cvs95
7191         * src/.cvsignore
7192                 Ignore the right binary name (sylpheed-claws now)
7194 2005-10-23 [paul]       1.9.15cvs94
7196         * src/compose.c
7197                 when using Folder Pref 'Default To for
7198                 replies' make the entry in the Compose
7199                 window bold
7200                 Patch by Fabien Vantard
7202 2005-10-22 [colin]      1.9.15cvs93
7204         * src/codeconv.c
7205                 Fix leak
7207 2005-10-22 [colin]      1.9.15cvs92
7209         * src/codeconv.c
7210                 try to convert using locale (apart utf8) if necessary
7212 2005-10-22 [colin]      1.9.15cvs91
7214         * src/pixmaps/new.xpm
7215         * src/pixmaps/unread.xpm
7216                 Make the unread envelope blue again and
7217                 saturate the new one a bit more.
7219 2005-10-22 [colin]      1.9.15cvs90
7221         * src/compose.c
7222                 When replying to a mail sent by one of our accounts,
7223                 use the original list of recipients. Let 'Reply All'
7224                 and 'Reply to sender' work like previously.
7226 2005-10-21 [colin]      1.9.15cvs89
7228         * src/prefs_filtering.c
7229                 Clear fields after add and replace
7230         * src/textview.c
7231                 Display xface differently (better)
7232         * src/plugins/pgpinline/pgpinline.c
7233                 Fix crappy encodings/recodings
7235 2005-10-21 [paul]       1.9.15cvs88
7237         * src/compose.c
7238         * src/prefs_folder_item.c
7239         * src/toolbar.c
7240                 fix news folder Folder Properties
7241                 (thanks to Colin)
7242         * src/folderview.c
7243                 update folderview after Themes change
7244                 keep selected folder selected
7245                 (thanks to Colin)
7247 2005-10-21 [paul]       1.9.15cvs87
7249         * tools/Makefile.am
7250         * tools/OOo2sylpheed.pl
7251         * tools/README
7252         * tools/README.sylprint
7253         * tools/asus_mailled.sh         ** REMOVED **
7254         * tools/filter_conv.pl
7255         * tools/freshmeat_search.pl
7256         * tools/google_search.pl
7257         * tools/gpg-sign-syl            ** REMOVED **
7258         * tools/kmail2sylpheed.pl
7259         * tools/kmail2sylpheed_v2.pl
7260         * tools/multiwebsearch.pl
7261         * tools/nautilus2sylpheed.sh
7262         * tools/newscache_clean.pl
7263         * tools/outlook2sylpheed.pl
7264         * tools/sylpheed-switcher       ** REMOVED **
7265         * tools/sylprint.pl
7266         * tools/sylprint.rc
7267         * tools/tb2sylpheed
7268         * tools/vcard2xml.py
7269         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7270                 update default config dir
7271                 update binary name (thanks to Fabien Vantard)
7272                 remove obsolete scripts
7274 2005-10-21 [colin]      1.9.15cvs86
7276         * src/inc.c
7277                 Fix possible leak and units. Based on a patch by
7278                 Fabien Vantard.
7280 2005-10-20 [colin]      1.9.15cvs85
7282         * src/textview.c
7283                 Clear xface when clearing textview
7285 2005-10-20 [colin]      1.9.15cvs84
7287         * configure.ac
7288         * src/folderview.c
7289         * src/headerview.c
7290         * src/main.c
7291         * src/prefs_common.c
7292         * src/prefs_common.h
7293         * src/prefs_message.c
7294         * src/textview.c
7295         * src/textview.h
7296         * src/common/defs.h
7297         * src/common/utils.c
7298         * src/common/utils.h
7299         * src/gtk/gtkutils.c
7300         * src/gtk/gtkutils.h
7301                 Migrate config to .sylpheed-claws (Automatically)
7302                 Add a way to get the Xface in the TextView
7304 2005-10-20 [colin]      1.9.15cvs83
7306         * src/gtk/Makefile.am
7307         * src/gtk/about.c
7308         * src/gtk/authors.h
7309                 Make the about dialog *grooovy*
7311 2005-10-20 [colin]      1.9.15cvs82
7313         * src/mimeview.c
7314                 Use "Open with" on double click if no command
7315                 was found
7317 2005-10-20 [colin]      1.9.15cvs81
7319         * src/imap.c
7320         * src/etpan/imap-thread.c
7321                 Fix possible crash.
7323 2005-10-20 [paul]       1.9.15cvs80
7325         * src/folder.c
7326                 don't show clipkey icon if the only
7327                 attachment is the signature
7328                 Patch by Colin
7330 2005-10-20 [paul]       1.9.15cvs79
7332         * AUTHORS
7333         * src/plugins/pgpmime/pgpmime.c
7334                 name the PGP/MIME signature 'signature.asc'
7335                 Patch by Andrew Nelson <freeandy@gmail.com>
7337 2005-10-19 [colin]      1.9.15cvs78
7339         * src/plugins/pgpmime/pgpmime.c
7340                 Oops, no need to double-check though
7342 2005-10-19 [colin]      1.9.15cvs77
7344         * src/plugins/pgpinline/pgpinline.c
7345         * src/plugins/pgpmime/pgpmime.c
7346                 Check that my_tmpfile() doesn't 
7347                 return NULL
7349 2005-10-19 [colin]      1.9.15cvs76
7351         * src/common/utils.c
7352                 Use shorter mime boundaries to avoid having
7353                 MTAs rewrapping our headers, breaking the
7354                 PGP signature in the process 
7355         * src/compose.c
7356         * src/plugins/pgpmime/pgpmime.c
7357                 Check for boundary uniqueness to be sure
7358                 it won't happen, instead of hoping for the
7359                 best
7361 2005-10-19 [colin]      1.9.15cvs75
7363         * sylpheed-claws.desktop
7364         * src/Makefile.am
7365         * src/main.c
7366                 Ship a sylpheed-claws binary instead
7367                 of a sylpheed one. Change the socket
7368                 name, too
7369         * src/folderview.c
7370                 Update folder only if it changed
7371         * src/wizard.c
7372                 Fix i18n in welcome mail, patch by
7373                 Fabien Vantard
7375 2005-10-19 [paul]
7377         1.9.99-rc2 released
7379 2005-10-19 [paul]       1.9.15cvs74
7381         * src/folder.c
7382         * src/folderview.c
7383                 fix summaryview update
7384                 Patch by Colin
7386 2005-10-18 [colin]      1.9.15cvs73
7388         * src/plugins/pgpcore/passphrase.c
7389                 Don't XGrabServer, and try a bit more to 
7390                 sync everything before grabbing mouse/keyboard
7392 2005-10-18 [colin]      1.9.15cvs72
7394         * src/Makefile.am
7395         * src/addressadd.c
7396         * src/addressbook.c
7397         * src/folderview.c
7398         * src/grouplistdialog.c
7399         * src/mimeview.c
7400         * src/stock_pixmap.c
7401         * src/stock_pixmap.h
7402         * src/summaryview.c
7403         * src/gtk/gtksctree.c
7404         * src/gtk/gtksctree.h
7405         * src/pixmaps/empty.xpm
7406                 Implement a wrapper call for gtk_ctree_set_node_info
7407                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7408                 pixmap instead of a NULL one. This works around some
7409                 memory problems deep inside gtk, revealed by valgrind,
7410                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7411                 as locked crashes sylpheed.), as well as, probably, 
7412                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7414 2005-10-17 [colin]      1.9.15cvs71
7416         * src/mimeview.c
7417                 Provide visual feedback when checking
7418                 signature
7420 2005-10-17 [colin]      1.9.15cvs70
7422         * src/main.c
7423                 Keep the folder list frozen while checking caches...
7425 2005-10-17 [colin]      1.9.15cvs69
7427         * src/addr_compl.c
7428                 Fi bug #833 (Autocompleting from addressbook 
7429                 fails with extended chars)
7430         * src/imap.c
7431                 Fix 'adding messages' staying in statusbar
7432                 after an error
7434 2005-10-17 [wwp]        1.9.15cvs68
7436         * src/ssl_manager.c
7437                 Fix buttons' layout resizing when window size changes
7439 2005-10-17 [wwp]        1.9.15cvs67
7441         * src/account.c
7442         * src/prefs_account.c
7443         * src/prefs_common.c
7444         * src/prefs_common.h
7445         * src/prefs_folder_item.c
7446         * src/prefs_gtk.c
7447         * src/gtk/logwindow.c
7448         * src/gtk/pluginwindow.c
7449         * src/gtk/prefswindow.c
7450         * src/gtk/prefswindow.h
7451                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7453 2005-10-17 [paul]       1.9.15cvs66
7455         * configure.ac
7456                 fix missing libetpan message
7457         * po/en_GB.po
7458                 updated
7459         * src/crash.c
7460         * src/manual.c
7461         * src/prefs_themes.c
7462         * src/common/defs.h
7463                 add some new URI defines, change some
7464                 others
7465         * src/wizard.c
7466                 make welcome message translatable
7467                 small improvements to english
7468                 other tweaks
7469         * src/gtk/menu.c
7470                 fix warnings
7472 2005-10-17 [paul]       1.9.15cvs65
7474         * src/summaryview.c
7475                 fix column titles
7477 2005-10-16 [mones]      1.9.15cvs64
7479         * po/es.po
7480                 Updated translation
7482 2005-10-16 [colin]
7484         1.9.99-rc1 released
7486 2005-10-16 [colin]      1.9.15cvs63
7488         * src/wizard.c
7489                 Fix whitespace
7491 2005-10-16 [colin]      1.9.15cvs62
7493         * src/toolbar.c
7494                 s/Get All/Get Mail/
7495         * src/wizard.c
7496                 Real welcome mail text, thanks Paul
7498 2005-10-16 [colin]      1.9.15cvs61
7500         * src/editldap.c
7501         * src/exporthtml.c
7502         * src/main.c
7503         * src/mainwindow.c
7504         * src/prefs_themes.c
7505         * src/prefs_toolbar.c
7506         * src/plugins/demo/demo.c
7507         * src/plugins/trayicon/trayicon.c
7508                 s/Sylpheed/Sylpheed-Claws/
7510 2005-10-16 [colin]      1.9.15cvs60
7512         * src/wizard.c
7513                 Add a welcome email in the first empty mailbox
7514         * src/prefs_common.c
7515                 Change one more default
7517 2005-10-16 [colin]      1.9.15cvs59
7519         * src/wizard.c
7520                 Remove printf
7522 2005-10-16 [colin]      1.9.15cvs58
7524         * src/toolbar.c
7525         * src/prefs_common.c
7526                 Change some defaults
7528 2005-10-16 [colin]      1.9.15cvs57
7530         * src/toolbar.c
7531         * src/prefs_common.c
7532                 Change some defaults
7534 2005-10-16 [colin]      1.9.15cvs56
7536         * src/wizard.c
7537                 By default, initialize fonts to have
7538                 the same size as normal GtkWidgets
7540 2005-10-16 [colin]      1.9.15cvs55
7542         * src/mimeview.c
7543                 Fix message a bit more
7545 2005-10-16 [colin]      1.9.15cvs54
7547         * src/addressbook.c
7548                 Second attempt at flicker fixing
7550 2005-10-16 [colin]      1.9.15cvs53
7552         * src/addressbook.c
7553                 Fix flicker
7555 2005-10-16 [wwp]        1.9.15cvs52
7557         * src/addressbook.c
7558         * src/editaddress.c
7559         * src/prefs_common.c
7560         * src/prefs_common.h
7561                 Remember window sizes (address book)
7563 2005-10-16 [wwp]        1.9.15cvs51
7565         * src/plugins/clamav/clamav_plugin_gtk.c
7566         * src/plugins/spamassassin/spamassassin_gtk.c
7567                 Fix compilation warnings (missing #include).
7569 2005-10-16 [colin]      1.9.15cvs50
7571         * src/mimeview.c
7572         * src/summaryview.c
7573         * src/textview.c
7574                 Make 'c' check signature, and forward
7575                 c, l, y, t from summaryview to mimeview
7577 2005-10-16 [colin]      1.9.15cvs49
7579         * src/addressbook.c
7580                 Put border around buttons
7581         * src/mainwindow.c
7582         * src/summaryview.c
7583                 Rework menus (Patch based on a patch
7584                 by Paul)
7586 2005-10-15 [wwp]        1.9.15cvs48
7588         * src/editjpilot.c
7589         * src/editldap.c
7590         * src/editvcard.c
7591         * src/exphtmldlg.c
7592         * src/expldifdlg.c
7593         * src/export.c
7594         * src/import.c
7595         * src/importldif.c
7596         * src/importmutt.c
7597         * src/importpine.c
7598         * src/prefs_account.c
7599         * src/prefs_spelling.c
7600         * src/gtk/gtkutils.c
7601         * src/gtk/gtkutils.h
7602         * src/plugins/clamav/clamav_plugin_gtk.c
7603         * src/plugins/spamassassin/spamassassin_gtk.c
7604                 use nicer browse-for-file/dir buttons than the "..." ones,
7605                 code factorizing more.
7607 2005-10-14 [colin]      1.9.15cvs47
7609         * src/mainwindow.c
7610                 set relief on the account switcher so that people see it
7611                 grey out Create processing rules when no message is selected
7612         * src/prefs_filtering.c
7613                 ask before closing if the rule has not been modified, even if
7614                 it's not valid
7615         * src/prefs_matcher.c
7616                 fix sensitivity when entering the dialog
7617         * src/gtk/inputdialog.c
7618                 display a better icon on password ask
7619         * src/plugins/pgpcore/passphrase.c
7620                 make the dialog look better
7622 2005-10-14 [paul]       1.9.15cvs46
7624         * src/folderview.c
7625                 indicate presense of marked msgs in
7626                 unexpanded subfolders
7628 2005-10-14 [paul]       1.9.15cvs45
7630         * src/prefs_actions.c
7631         * src/prefs_common.c
7632         * src/prefs_common.h
7633         * src/prefs_filtering_action.c
7634         * src/prefs_matcher.c
7635         * src/prefs_template.c
7636                 remember window sizes
7637                 fix Info button size
7639         Patches by wwp
7641 2005-10-13 [colin]      1.9.15cvs44
7643         * src/mimeview.c
7644         * src/noticeview.c
7645         * src/noticeview.h
7646                 Add a tooltip on the icon (optional) 
7647                 Get rid of the signature buttons and only
7648                 use the icon+tooltip
7650 2005-10-13 [colin]      1.9.15cvs43
7652         * src/noticeview.c
7653         * src/noticeview.h
7654                 Add hand cursor for hovering over icon
7656 2005-10-13 [colin]      1.9.15cvs42
7658         * src/summaryview.c
7659                 Fix crash when quicksearch's hidden 
7660                 at startup
7662 2005-10-13 [colin]      1.9.15cvs41
7664         * src/compose.c
7665                 Set subject when forwarding multiple mails
7666                 Check that other recipient than the default Cc or Bcc
7667                 have been set before sending.
7669 2005-10-13 [colin]      1.9.15cvs40
7671         * src/imap.c
7672                 Batch per-folder
7673                 Introduce locking, but don't use it yet
7675 2005-10-13 [colin]      1.9.15cvs39
7677         * src/gtk/quicksearch.c
7678                 Reset quicksearch when hiding it
7679                 Make sticky a real pref
7681 2005-10-13 [colin]      1.9.15cvs38
7683         * src/summaryview.c
7684                 Faster prefs apply
7686 2005-10-13 [colin]      1.9.15cvs37
7688         * src/mimeview.c
7689         * src/noticeview.c
7690         * src/noticeview.h
7691         * src/plugins/pgpcore/sgpgme.c
7692                 Make privacy icon clickable
7693                 Move Trust field in Full info
7694                 When trust is less than full, don't display
7695                 a warning icon
7697 2005-10-13 [colin]      1.9.15cvs36
7699         * src/folder.c
7700                 Batch on flags sync
7701         * src/folderview.c
7702                 Revert speed hack which is dangerous in fact
7703                 Apply prefs faster
7705 2005-10-13 [colin]      1.9.15cvs35
7707         * src/folder_item_prefs.c
7708                 Fix pref corruption on folder move. Patch
7709                 by wwp
7711 2005-10-13 [paul]       1.9.15cvs34
7713         * src/export.c
7714         * src/import.c
7715                 fix typos in g_warnings
7716         * src/prefs_account.c
7717                 add a file selector for Signature file
7719         Patches by wwp
7721 2005-10-12 [colin]      1.9.15cvs33
7723         * src/mimeview.c
7724                 Provide a quick way to go back from a
7725                 signature's full info to the email part
7727 2005-10-12 [colin]      1.9.15cvs32
7729         * src/compose.c
7730                 Remove old hack of encoding signed mails with base64.
7731                 QP works equally well.
7733 2005-10-12 [colin]      1.9.15cvs31
7735         * src/crash.c
7736                 Replace deprecated GtkText with GtkTextView
7737         * src/imap.c
7738                 Fix a logic bug about counts in imap_select
7739                 (previously un-triggered)
7740         * src/mainwindow.c
7741         * src/summaryview.c
7742         * src/news.c
7743                 Allow local deletion of news posts
7744         * src/mimeview.c
7745                 Show GPG noticeview on the message/rfc822 part
7746                 in addition to the text/plain one
7747         * src/prefs_image_viewer.c
7748           src/plugins/pgpcore/prefs_gpg.c
7749                 Polish (set the label as part of the checkbox)
7750         * src/wizard.c
7751                 Don't sit there doing nothing after destroying
7752                 the window - return err
7754 2005-10-11 [colin]      1.9.15cvs30
7756         * src/folderview.c
7757                 Apply processing rules before showing folders.
7758                 Early folder show (before flags sync) will only
7759                 be done when there are no processing rules (nor
7760                 pre- or post- ones)
7761         * src/imap.c
7762                 Fix stuff related to mail subdir, creation and 
7763                 deletion of folders 
7764         * src/imap_gtk.c
7765                 Don't allow creation of folders in NoInferior
7766                 folders, as it won't work
7768 2005-10-10 [colin]      1.9.15cvs29
7770         * src/compose.c
7771                 Reselect "None" Privacy system when selecting an
7772                 account with no privacy system defined
7774 2005-10-10 [colin]      1.9.15cvs28
7776         * src/mainwindow.c
7777                 Add Windows-1252 encoding
7778         * src/prefs_common.c
7779                 Rework some defaults:
7780                 - autosave to draft by default
7781                 - don't show header pane (it's already in the textview)
7782                 - Select first new or unread mail on entry
7783                 - Assume 'Yes' to change folder when there's no more
7784                   unread message
7785         * src/prefs_matcher.c
7786                 Fix a gtk assertion failure
7787         * src/gtk/colorlabel.c
7788                 Workaround bad repainting on selection
7789         * src/main.c
7790                 Freeze/thaw (a bit faster on ssh -X)
7791         * src/msgcache.c
7792                 Get rid of StrdupConverter that just adds an
7793                 extra strdup/free 
7794         * src/etpan/imap_thread.c
7795                 memset buf to 0
7797 2005-10-10 [colin]      1.9.15cvs27
7799         * src/export.c
7800         * src/import.c
7801                 Fix compile on gtk 2.4. Patch by wwp
7803 2005-10-09 [colin]      1.9.15cvs26
7805         * src/mainwindow.c
7806         * src/messageview.c
7807         * src/summaryview.c
7808                 Clarify forward menus. Patch by wwp
7810 2005-10-09 [colin]      1.9.15cvs25
7812         * src/compose.c
7813         * src/compose.h
7814                 Fix bug #829 (Non-working "Encrypt message by 
7815                 default when replying to an encrypted message")
7817 2005-10-08 [colin]      1.9.15cvs24
7819         * src/wizard.c
7820                 Fix bug #827 ("Welcome" setup wizard after a 
7821                 permission error gives up & forgets itself.)
7823 2005-10-08 [colin]      1.9.15cvs23
7825         * src/procmime.c
7826                 Fix bug #828 (Ignoring headers with spaces around = sign)
7828 2005-10-08 [colin]      1.9.15cvs22
7830         * src/export.c
7831                 Warning fix by wwp
7833 2005-10-08 [colin]      1.9.15cvs21
7835         * src/folder.c
7836         * src/folder.h
7837                 Add a processing_pending indicator, set on 
7838                 folder_item_open and cleared after 
7839                 folder_item_process_open
7840         * src/folderview.c
7841         * src/summaryview.c
7842                 wrap procmsg_msginfo_*_flags, and in the
7843                 wrapper check that there's no folder processing 
7844                 pending. If there is, defer the flags change until 
7845                 processing is done to avoid stepping over each
7846                 other's toes.
7847                 Freeze during processing, but not during scanning.
7849 2005-10-07 [colin]      1.9.15cvs20
7851         * src/plugins/pgpcore/passphrase.c
7852                 Fix bug #826 (X-Server hangs when 
7853                 right-clicking a PGP encrypted message)
7855 2005-10-07 [paul]       1.9.15cvs19
7857         * src/compose.c
7858                 fix compose_entries[]
7859                 patch by Fabien Vantard
7861 2005-10-06 [colin]      1.9.15cvs18
7863         * src/pixmaps/address.xpm
7864         * src/pixmaps/address_book.xpm
7865         * src/pixmaps/book.xpm
7866         * src/pixmaps/check_spelling.xpm
7867         * src/pixmaps/checkbox_off.xpm
7868         * src/pixmaps/checkbox_on.xpm
7869         * src/pixmaps/close.xpm
7870         * src/pixmaps/complete.xpm
7871         * src/pixmaps/continue.xpm
7872         * src/pixmaps/deleted.xpm
7873         * src/pixmaps/down_arrow.xpm
7874         * src/pixmaps/exec.xpm
7875         * src/pixmaps/forwarded.xpm
7876         * src/pixmaps/group.xpm
7877         * src/pixmaps/ignorethread.xpm
7878         * src/pixmaps/interface.xpm
7879         * src/pixmaps/jpilot.xpm
7880         * src/pixmaps/ldap.xpm
7881         * src/pixmaps/linewrap.xpm
7882         * src/pixmaps/linewrapcurrent.xpm
7883         * src/pixmaps/mail.xpm
7884         * src/pixmaps/mail_attach.xpm
7885         * src/pixmaps/mail_compose.xpm
7886         * src/pixmaps/mail_forward.xpm
7887         * src/pixmaps/mail_receive.xpm
7888         * src/pixmaps/mail_receive_all.xpm
7889         * src/pixmaps/mail_reply.xpm
7890         * src/pixmaps/mail_reply_to_all.xpm
7891         * src/pixmaps/mail_reply_to_author.xpm
7892         * src/pixmaps/mail_send.xpm
7893         * src/pixmaps/mail_send_queue.xpm
7894         * src/pixmaps/mime_application.xpm
7895         * src/pixmaps/mime_audio.xpm
7896         * src/pixmaps/mime_image.xpm
7897         * src/pixmaps/mime_message.xpm
7898         * src/pixmaps/mime_text_enriched.xpm
7899         * src/pixmaps/mime_text_html.xpm
7900         * src/pixmaps/mime_text_plain.xpm
7901         * src/pixmaps/mime_unknown.xpm
7902         * src/pixmaps/new.xpm
7903         * src/pixmaps/news_compose.xpm
7904         * src/pixmaps/offline.xpm
7905         * src/pixmaps/online.xpm
7906         * src/pixmaps/paste.xpm
7907         * src/pixmaps/preferences.xpm
7908         * src/pixmaps/privacy_emblem_encrypted.xpm
7909         * src/pixmaps/privacy_expired.xpm
7910         * src/pixmaps/privacy_failed.xpm
7911         * src/pixmaps/privacy_passed.xpm
7912         * src/pixmaps/privacy_signed.xpm
7913         * src/pixmaps/privacy_unknown.xpm
7914         * src/pixmaps/privacy_warn.xpm
7915         * src/pixmaps/properties.xpm
7916         * src/pixmaps/replied.xpm
7917         * src/pixmaps/search.xpm
7918         * src/pixmaps/unread.xpm
7919         * src/pixmaps/up_arrow.xpm
7920         * src/pixmaps/vcard.xpm
7921                 Modernize internal theme, with icons from the 
7922                 Gnomaws theme. Keep some of the old ones where
7923                 they were better.
7925 2005-10-06 [colin]      1.9.15cvs17
7927         * src/summaryview.c
7928                 Little optimisations + bugfix
7929         * src/toolbar.c
7930                 Remove default useless items - useless being defined
7931                 by the default relevant prefs
7932         * src/wizard.c
7933                 include config.h to make gettext work
7934         * src/prefs_themes.c
7935                 Fix selection of current theme in prefs
7937 2005-10-06 [colin]      1.9.15cvs16
7939         * src/prefs_common.c
7940         * src/prefs_common.h
7941         * src/prefs_summaries.c
7942         * src/folderview.c
7943                 Add a warning dialog on Mark all read 
7944                 (with pref to get rid of it)
7946 2005-10-06 [paul]       1.9.15cvs15
7948         * po/nb.po
7949         * po/pt_BR.po
7950                 updated by Geir Helland and Frederico
7951                 Goncalves Guimaraes
7953 2005-10-05 [colin]      1.9.15cvs14
7955         * src/folder.c
7956         * src/folder.h
7957         * src/folderview.c
7958         * src/folderview.h
7959         * src/imap_gtk.c
7960         * src/mh_gtk.c
7961         * src/mainwindow.c
7962         * src/setup.c
7963                 add a way to rescan without rebuilding
7964                 make moving a bit faster (less folders changes)
7965                 don't lock the tree on Get 
7966         * src/imap.c
7967                 Don't re-delete deleted messages before expunging
7968         * src/summaryview.c
7969                 Set batch mode when deleting mails
7971 2005-10-05 [paul]       1.9.15cvs13
7973         * src/mainwindow.c
7974         * src/mainwindow.h
7975                 fix disabled Execute menu item
7976         * src/toolbar.c
7977                 match the change in 1.9.15cvs10: use Compose
7978                 instead of News by default
7980 2005-10-04 [colin]      1.9.15cvs12
7982         * src/compose.c
7983                 When replying to an ML post with Reply-To set
7984                 to the poster's email, honor it (as before),
7985                 but also honor our user's request to reply to
7986                 the mailing list: set the ML address in the To
7987                 field and the Reply-To address in the Cc: 
7988                 field.
7990 2005-10-04 [colin]      1.9.15cvs11
7992         * src/plugins/trayicon/trayicon.c
7993                 Finish cosmetic change - thanks to wwp
7995 2005-10-04 [colin]      1.9.15cvs10
7997         * src/toolbar.c
7998                 Use Compose instead of Email by default.
7999                 Spotted by wwp.
8001 2005-10-04 [colin]      1.9.15cvs9
8003         * src/folder.c
8004         * src/folder.h
8005         * src/folderview.c
8006         * src/imap.c
8007         * src/etpan/imap-thread.c
8008         * src/etpan/imap-thread.h
8009                 Try to make IMAP faster, by simplifying SEARCH
8010                 commands, avoiding sending two STATUS in a row,
8011                 and deferring flags sync and processing just
8012                 after displaying the folder. 
8013                 This will update the SummaryView in certain
8014                 cases (new mails not already fetched, flags
8015                 changed from another client) but in a non-
8016                 blocking manner.
8018 2005-10-04 [colin]      1.9.15cvs8
8020         * src/plugins/trayicon/trayicon.c
8021                 Relabel "Offline" to "Work offline"
8023 2005-10-04 [colin]      1.9.15cvs7
8025         * src/export.c
8026         * src/import.c
8027         * src/mbox.c
8028                 Fix mbox import/export buglets
8029                 Patch by wwp
8030         * src/plugins/trayicon/trayicon.c
8031                 Add offline swithc
8032                 Patch by wwp
8034 2005-10-04 [colin]      1.9.15cvs6
8036         * src/folder.c
8037         * src/folderview.c
8038         * src/summaryview.c
8039                 Better fix (don't break mark all read) for cvs2
8041 2005-10-03 [colin]      1.9.15cvs5
8043         * src/folder.c
8044                 Use a sane sort by default
8046 2005-10-03 [colin]      1.9.15cvs4
8048         * src/inc.c
8049                 Add a 'Only once' button for overriding offline mode
8050         * src/prefs_account.c
8051         * src/wizard.c
8052                 Add Local mbox to the wizard
8053                 Add IMAP subdir to the wizard (or the wizard is useless
8054                 for such accounts, or even worse than useless)
8055                 Move IMAP subdir from Advanced to Receive tab, as it's
8056                 not that uncommon
8058 2005-10-03 [colin]      1.9.15cvs3
8060         * src/send_message.c
8061                 Forgot this one in cvs1
8063 2005-10-03 [colin]      1.9.15cvs2
8065         * src/folder.c
8066                 Faster close when leaving a folder with lots
8067                 of new mails. Idea by David Relson.
8069 2005-10-03 [colin]      1.9.15cvs1
8071         * src/compose.c
8072         * src/imap.c
8073         * src/inc.c
8074         * src/main.c
8075         * src/messageview.c
8076         * src/news.c
8077         * src/summaryview.c
8078         * src/gtk/sslcertwindow.c
8079         * src/plugins/trayicon/trayicon.c
8080                 Add accels to every AlertPanel. Patch by Fabien 
8081                 Vantard
8083 2005-10-03 [paul]       1.9.15
8085         1.9.15 released
8087 2005-10-03 [paul]       1.9.14cvs68
8089         * po/ca.po
8090         * po/de.po
8091         * po/es.po
8092         * po/fi.po
8093         * po/fr.po
8094         * po/sk.po
8095         * po/sr.po
8096         * po/zh_CN.po
8097                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8098                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8099                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8101 2005-10-03 [paul]       1.9.14cvs67
8103         * src/send_message.c
8104                 prevent hang on Cancel
8105                 patch by Colin
8107 2005-10-03 [paul]       1.9.14cvs66
8109         * src/main.c
8110                 fix crash in IMAP caused by discrepancy
8111                 between check_at_startup and offline mode
8112                 Patch by Colin
8114 2005-10-01 [paul]       1.9.14cvs65
8116         * src/inc.c
8117                 fix engrish
8119 2005-10-01 [paul]       1.9.14cvs64
8120         * src/export.c
8121         * src/import.c
8122                 synchronise import_mbox() and export_mbox()
8123         * src/mbox.c
8124                 proc_mbox(): add alert if file cannot be opened
8125                 export_list_to_mbox(): test if dest file exists,
8126                 prompt user to overwrite if it does. add alert
8127                 if file cannot be created
8128                                                                 
8129         Patch by wwp
8130                                                                                                                 
8132 2005-09-30 [paul]       1.9.14cvs63
8134         * src/addressbook.c
8135                 Fix sensitivity of a menu
8136         * src/codeconv.c
8137                 Respect hidden pref for mails with no encoding
8138         * src/common/xml.c
8139                 Fix memory corruption
8140         * src/plugins/pgpcore/sgpgme.c
8141                 Fix segfault on incomplete sigs, and display
8142                 of S/Mime UIDs
8144         Patches by Colin
8146 2005-09-30 [colin]      1.9.14cvs62
8148         * src/partial_download.c
8149                 Little logic fix in almost-dead code
8150         * src/pop.c
8151                 Fix partial download when there's no new mail
8153 2005-09-29 [paul]       1.9.14cvs61
8155         * src/plugins/pgpinline/pgpinline.c
8156                 fix bug 819, 'crash accessing sign message'
8157                 Patch by Colin
8159 2005-09-28 [martin]     1.9.14cvs60
8161         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8162                 fix bug #790 (Crash when restarting window manager (fluxbox))
8164 2005-09-28 [paul]       1.9.14cvs59
8166         * src/gtk/gtkaspell.c
8167                 fix off-by-one typo
8169 2005-09-27 [colin]      1.9.14cvs58
8171         * src/plugins/pgpcore/sgpgme.c
8172                 Report error when there's one, instead of
8173                 "Signature unchecked" 
8175 2005-09-27 [colin]      1.9.14cvs57
8177         * src/prefs_quote.c
8178                 Fix bug #816 (Weird quotation with spaces)
8180 2005-09-27 [colin]      1.9.14cvs56
8182         * src/codeconv.c
8183         * src/compose.c
8184         * src/compose.h
8185                 Put subject in compose's title
8186                 Fix Automatic encoding so that it's really automatic:
8187                 first try default locale's charset, then charset of the replied mail, 
8188                 then utf-8
8189                 Fix encoding of headers (must be in strict mode too)
8191 2005-09-26 [colin]      1.9.14cvs55
8193         * src/gtk/gtkaspell.c
8194                 Fix previous patch - don't color the space,
8195                 just uncolor it :)
8197 2005-09-26 [colin]      1.9.14cvs54
8199         * src/gtk/gtkaspell.c
8200                 Unmark space if possible
8202 2005-09-26 [colin]      1.9.14cvs53
8204         * src/imap.c
8205                 log_error instead of alertpanel according to the pref
8206         * src/etpan/imap-thread.c
8207                 Print connect status, copy only necessary size to 
8208                 logger
8209         * src/plugins/pgpmime/pgpmime.c
8210                 Handle S/Mime signatures (verification only). Patch based
8211                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8213 2005-09-26 [paul]       1.9.14cvs52
8215         * src/common/passcrypt.c
8216                 this 'workaround' not necessary on NetBSD.
8217                 Thanks to Daniel Gustafson
8219 2005-09-26 [paul]
8221         1.9.15-rc4 released
8223 2005-09-26 [paul]       1.9.14cvs51
8225         * src/summaryview.c
8226                 Skip currently selected message when
8227                 looking for next new or unread message
8228                 in current folder. Patch by Colin
8229         * src/common/passcrypt.c
8230                 eliminate warnings on *BSD. Patch by
8231                 Daniel Gustafson
8233 2005-09-26 [colin]      1.9.14cvs50
8235         * src/procmsg.c
8236                 Call postfiltering hook anyway
8238 2005-09-22 [colin]      1.9.14cvs49
8240         * src/codeconv.c
8241         * src/codeconv.h
8242                 Add a strict mode that doesn't replace with _
8243         * src/compose.c
8244         * src/compose.h
8245                 Use strict conversion while sending
8246                 Fix race when drafting while sending (happens
8247                 on IMAP)
8248                 Fix d'n'd of messages from summaryview
8249         * src/prefs_common.c
8250         * src/prefs_common.h
8251                 add hidden utf8_instead_of_locale_for_broken_mail 
8252                 pref for people that preferred the default charset 
8253                 to be utf8 for broken mails
8254         * src/quote_fmt_parse.y
8255                 fix bug #815 (No quote insert if "From:" fied 
8256                 contained Russian letters)
8257         * src/summaryview.c
8258                 Fix d'n'd of messages to compose
8260 2005-09-22 [paul]       1.9.14cvs48
8262         * src/compose.c
8263                 fix bug where attachments Name entry
8264                 would display Path instead
8266 2005-09-21 [paul]       1.9.14cvs47
8268         * README
8269         * README.jp
8270         * configure.ac
8271         * config/config.rpath
8272         * doc/manual/en/sylpheed-20.html
8273         * doc/manual/es/sylpheed-20.html
8274         * po/bg.po
8275         * po/ca.po
8276         * po/de.po
8277         * po/es.po
8278         * po/fr.po
8279         * po/it.po
8280         * po/pt_BR.po
8281         * po/sk.po
8282         * po/zh_TW.po
8283         * src/account.c
8284         * src/account.h
8285         * src/action.c
8286         * src/action.h
8287         * src/adbookbase.h
8288         * src/addr_compl.c
8289         * src/addr_compl.h
8290         * src/addrbook.c
8291         * src/addrbook.h
8292         * src/addrcache.c
8293         * src/addrcache.h
8294         * src/addrcindex.c
8295         * src/addrcindex.h
8296         * src/addrclip.c
8297         * src/addrclip.h
8298         * src/addrdefs.h
8299         * src/addressadd.c
8300         * src/addressadd.h
8301         * src/addressbook.c
8302         * src/addressbook.h
8303         * src/addressitem.h
8304         * src/addrgather.c
8305         * src/addrgather.h
8306         * src/addrharvest.c
8307         * src/addrharvest.h
8308         * src/addrindex.c
8309         * src/addrindex.h
8310         * src/addritem.c
8311         * src/addritem.h
8312         * src/addrquery.c
8313         * src/addrquery.h
8314         * src/addrselect.c
8315         * src/addrselect.h
8316         * src/alertpanel.c
8317         * src/alertpanel.h
8318         * src/browseldap.c
8319         * src/browseldap.h
8320         * src/codeconv.c
8321         * src/codeconv.h
8322         * src/compose.c
8323         * src/compose.h
8324         * src/crash.c
8325         * src/crash.h
8326         * src/customheader.c
8327         * src/customheader.h
8328         * src/displayheader.c
8329         * src/displayheader.h
8330         * src/editaddress.c
8331         * src/editaddress.h
8332         * src/editbook.c
8333         * src/editbook.h
8334         * src/editgroup.c
8335         * src/editgroup.h
8336         * src/editjpilot.c
8337         * src/editjpilot.h
8338         * src/editldap.c
8339         * src/editldap.h
8340         * src/editldap_basedn.c
8341         * src/editldap_basedn.h
8342         * src/editvcard.c
8343         * src/editvcard.h
8344         * src/enriched.c
8345         * src/enriched.h
8346         * src/exphtmldlg.c
8347         * src/exphtmldlg.h
8348         * src/expldifdlg.c
8349         * src/expldifdlg.h
8350         * src/export.c
8351         * src/export.h
8352         * src/exporthtml.c
8353         * src/exporthtml.h
8354         * src/exportldif.c
8355         * src/exportldif.h
8356         * src/filtering.c
8357         * src/filtering.h
8358         * src/folder.c
8359         * src/folder.h
8360         * src/folder_item_prefs.c
8361         * src/folder_item_prefs.h
8362         * src/foldersel.c
8363         * src/foldersel.h
8364         * src/folderutils.c
8365         * src/folderutils.h
8366         * src/folderview.c
8367         * src/folderview.h
8368         * src/grouplistdialog.c
8369         * src/grouplistdialog.h
8370         * src/headerview.c
8371         * src/headerview.h
8372         * src/html.c
8373         * src/html.h
8374         * src/image_viewer.c
8375         * src/image_viewer.h
8376         * src/imap.c
8377         * src/imap.h
8378         * src/imap_gtk.c
8379         * src/imap_gtk.h
8380         * src/import.c
8381         * src/import.h
8382         * src/importldif.c
8383         * src/importldif.h
8384         * src/importmutt.c
8385         * src/importmutt.h
8386         * src/importpine.c
8387         * src/importpine.h
8388         * src/inc.c
8389         * src/inc.h
8390         * src/jpilot.c
8391         * src/jpilot.h
8392         * src/ldapctrl.c
8393         * src/ldapctrl.h
8394         * src/ldaplocate.c
8395         * src/ldaplocate.h
8396         * src/ldapquery.c
8397         * src/ldapquery.h
8398         * src/ldapserver.c
8399         * src/ldapserver.h
8400         * src/ldaputil.c
8401         * src/ldaputil.h
8402         * src/ldif.c
8403         * src/ldif.h
8404         * src/localfolder.c
8405         * src/localfolder.h
8406         * src/main.c
8407         * src/main.h
8408         * src/mainwindow.c
8409         * src/mainwindow.h
8410         * src/manual.c
8411         * src/manual.h
8412         * src/matcher.c
8413         * src/matcher.h
8414         * src/matcher_parser.h
8415         * src/matcher_parser_lex.l
8416         * src/matcher_parser_parse.y
8417         * src/mbox.c
8418         * src/mbox.h
8419         * src/message_search.c
8420         * src/message_search.h
8421         * src/messageview.c
8422         * src/messageview.h
8423         * src/mh.c
8424         * src/mh.h
8425         * src/mh_gtk.c
8426         * src/mh_gtk.h
8427         * src/mimeview.c
8428         * src/mimeview.h
8429         * src/msgcache.c
8430         * src/msgcache.h
8431         * src/mutt.c
8432         * src/mutt.h
8433         * src/news.c
8434         * src/news.h
8435         * src/news_gtk.c
8436         * src/news_gtk.h
8437         * src/noticeview.c
8438         * src/noticeview.h
8439         * src/partial_download.c
8440         * src/partial_download.h
8441         * src/pine.c
8442         * src/pine.h
8443         * src/pop.c
8444         * src/pop.h
8445         * src/prefs_account.c
8446         * src/prefs_account.h
8447         * src/prefs_actions.c
8448         * src/prefs_actions.h
8449         * src/prefs_common.c
8450         * src/prefs_common.h
8451         * src/prefs_compose_writing.c
8452         * src/prefs_compose_writing.h
8453         * src/prefs_customheader.c
8454         * src/prefs_customheader.h
8455         * src/prefs_display_header.c
8456         * src/prefs_display_header.h
8457         * src/prefs_ext_prog.c
8458         * src/prefs_ext_prog.h
8459         * src/prefs_filtering.c
8460         * src/prefs_filtering.h
8461         * src/prefs_filtering_action.c
8462         * src/prefs_filtering_action.h
8463         * src/prefs_folder_column.c
8464         * src/prefs_folder_column.h
8465         * src/prefs_folder_item.c
8466         * src/prefs_folder_item.h
8467         * src/prefs_fonts.c
8468         * src/prefs_fonts.h
8469         * src/prefs_gtk.c
8470         * src/prefs_gtk.h
8471         * src/prefs_image_viewer.c
8472         * src/prefs_image_viewer.h
8473         * src/prefs_matcher.c
8474         * src/prefs_matcher.h
8475         * src/prefs_message.c
8476         * src/prefs_message.h
8477         * src/prefs_msg_colors.c
8478         * src/prefs_msg_colors.h
8479         * src/prefs_other.c
8480         * src/prefs_other.h
8481         * src/prefs_quote.c
8482         * src/prefs_quote.h
8483         * src/prefs_receive.c
8484         * src/prefs_receive.h
8485         * src/prefs_send.c
8486         * src/prefs_send.h
8487         * src/prefs_spelling.c
8488         * src/prefs_spelling.h
8489         * src/prefs_summaries.c
8490         * src/prefs_summaries.h
8491         * src/prefs_summary_column.c
8492         * src/prefs_summary_column.h
8493         * src/prefs_template.c
8494         * src/prefs_template.h
8495         * src/prefs_themes.c
8496         * src/prefs_themes.h
8497         * src/prefs_toolbar.c
8498         * src/prefs_toolbar.h
8499         * src/prefs_wrapping.c
8500         * src/prefs_wrapping.h
8501         * src/privacy.c
8502         * src/privacy.h
8503         * src/procheader.c
8504         * src/procheader.h
8505         * src/procmime.c
8506         * src/procmime.h
8507         * src/procmsg.c
8508         * src/procmsg.h
8509         * src/quote_fmt.c
8510         * src/quote_fmt_parse.y
8511         * src/recv.c
8512         * src/recv.h
8513         * src/remotefolder.c
8514         * src/remotefolder.h
8515         * src/send_message.c
8516         * src/send_message.h
8517         * src/setup.c
8518         * src/setup.h
8519         * src/simple-gettext.c
8520         * src/sourcewindow.c
8521         * src/sourcewindow.h
8522         * src/ssl_manager.c
8523         * src/ssl_manager.h
8524         * src/statusbar.c
8525         * src/statusbar.h
8526         * src/stock_pixmap.c
8527         * src/stock_pixmap.h
8528         * src/summary_search.c
8529         * src/summary_search.h
8530         * src/summaryview.c
8531         * src/summaryview.h
8532         * src/syldap.c
8533         * src/syldap.h
8534         * src/textview.c
8535         * src/textview.h
8536         * src/toolbar.c
8537         * src/toolbar.h
8538         * src/undo.c
8539         * src/undo.h
8540         * src/unmime.c
8541         * src/unmime.h
8542         * src/vcard.c
8543         * src/vcard.h
8544         * src/wizard.c
8545         * src/wizard.h
8546         * src/common/base64.c
8547         * src/common/base64.h
8548         * src/common/defs.h
8549         * src/common/hooks.c
8550         * src/common/hooks.h
8551         * src/common/log.c
8552         * src/common/log.h
8553         * src/common/md5.c
8554         * src/common/md5.h
8555         * src/common/mgutils.c
8556         * src/common/mgutils.h
8557         * src/common/nntp.c
8558         * src/common/nntp.h
8559         * src/common/passcrypt.c
8560         * src/common/passcrypt.h.in
8561         * src/common/plugin.c
8562         * src/common/plugin.h
8563         * src/common/prefs.c
8564         * src/common/prefs.h
8565         * src/common/progressindicator.c
8566         * src/common/progressindicator.h
8567         * src/common/quoted-printable.c
8568         * src/common/quoted-printable.h
8569         * src/common/session.c
8570         * src/common/session.h
8571         * src/common/smtp.c
8572         * src/common/smtp.h
8573         * src/common/socket.c
8574         * src/common/socket.h
8575         * src/common/ssl.c
8576         * src/common/ssl.h
8577         * src/common/ssl_certificate.c
8578         * src/common/ssl_certificate.h
8579         * src/common/string_match.c
8580         * src/common/string_match.h
8581         * src/common/stringtable.c
8582         * src/common/sylpheed.c
8583         * src/common/sylpheed.h
8584         * src/common/template.c
8585         * src/common/template.h
8586         * src/common/timing.h
8587         * src/common/utils.c
8588         * src/common/utils.h
8589         * src/common/uuencode.c
8590         * src/common/uuencode.h
8591         * src/common/version.h.in
8592         * src/common/xml.c
8593         * src/common/xml.h
8594         * src/common/xmlprops.c
8595         * src/common/xmlprops.h
8596         * src/gtk/about.c
8597         * src/gtk/about.h
8598         * src/gtk/colorlabel.c
8599         * src/gtk/colorlabel.h
8600         * src/gtk/colorsel.c
8601         * src/gtk/colorsel.h
8602         * src/gtk/description_window.c
8603         * src/gtk/description_window.h
8604         * src/gtk/filesel.c
8605         * src/gtk/filesel.h
8606         * src/gtk/foldersort.c
8607         * src/gtk/foldersort.h
8608         * src/gtk/gtkutils.c
8609         * src/gtk/gtkutils.h
8610         * src/gtk/inputdialog.c
8611         * src/gtk/inputdialog.h
8612         * src/gtk/logwindow.c
8613         * src/gtk/logwindow.h
8614         * src/gtk/manage_window.c
8615         * src/gtk/manage_window.h
8616         * src/gtk/menu.c
8617         * src/gtk/menu.h
8618         * src/gtk/pluginwindow.c
8619         * src/gtk/pluginwindow.h
8620         * src/gtk/prefswindow.c
8621         * src/gtk/prefswindow.h
8622         * src/gtk/progressdialog.c
8623         * src/gtk/progressdialog.h
8624         * src/gtk/quicksearch.c
8625         * src/gtk/quicksearch.h
8626         * src/gtk/sslcertwindow.c
8627         * src/gtk/sslcertwindow.h
8628         * src/plugins/clamav/clamav_plugin.c
8629         * src/plugins/clamav/clamav_plugin.h
8630         * src/plugins/clamav/clamav_plugin_gtk.c
8631         * src/plugins/demo/demo.c
8632         * src/plugins/dillo_viewer/dillo_prefs.c
8633         * src/plugins/dillo_viewer/dillo_prefs.h
8634         * src/plugins/dillo_viewer/dillo_viewer.c
8635         * src/plugins/mathml_viewer/mathml_viewer.c
8636         * src/plugins/pgpcore/passphrase.c
8637         * src/plugins/pgpcore/passphrase.h
8638         * src/plugins/pgpcore/plugin.c
8639         * src/plugins/pgpcore/prefs_gpg.c
8640         * src/plugins/pgpcore/prefs_gpg.h
8641         * src/plugins/pgpcore/select-keys.c
8642         * src/plugins/pgpcore/select-keys.h
8643         * src/plugins/pgpcore/sgpgme.c
8644         * src/plugins/pgpcore/sgpgme.h
8645         * src/plugins/pgpinline/pgpinline.c
8646         * src/plugins/pgpinline/pgpinline.h
8647         * src/plugins/pgpinline/plugin.c
8648         * src/plugins/pgpmime/pgpmime.c
8649         * src/plugins/pgpmime/pgpmime.h
8650         * src/plugins/pgpmime/plugin.c
8651         * src/plugins/spamassassin/spamassassin.c
8652         * src/plugins/spamassassin/spamassassin.h
8653         * src/plugins/spamassassin/spamassassin_gtk.c
8654         * src/plugins/trayicon/trayicon.c
8655         * tools/OOo2sylpheed.pl
8656         * tools/acroread2sylpheed.pl
8657         * tools/asus_mailled.sh
8658         * tools/filter_conv.pl
8659         * tools/freshmeat_search.pl
8660         * tools/google_search.pl
8661         * tools/kmail2sylpheed.pl
8662         * tools/kmail2sylpheed_v2.pl
8663         * tools/maildir2sylpheed.pl
8664         * tools/multiwebsearch.pl
8665         * tools/newscache_clean.pl
8666         * tools/outlook2sylpheed.pl
8667         * tools/sylpheed-switcher
8668         * tools/update-po
8669         * tools/vcard2xml.py
8670         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8671                 update FSF address
8673 2005-09-21 [colin]      1.9.14cvs46
8675         * src/gedit-print.c
8676         * src/procmsg.c
8677         * src/procmsg.h
8678         * src/textview.c
8679         * src/summaryview.c
8680                 Remove some printing hacks (deselection/reselection),
8681                 which by the way fix printing the currently 
8682                 displayed mime part (still only text)
8683                 Plus a little optimisation of summary_show
8686 2005-09-20 [colin]      1.9.14cvs45
8688         * src/mainwindow.c
8689         * src/messageview.c
8690                 GUI fixups: add accels, set message
8691                 view title to displayed mail's subject
8692         * src/prefs_spelling.c
8693         * src/gtk/gtkaspell.c
8694                 GUI fixups: allow underlining misspelled
8695                 words instead of coloring them (a11y!)
8697 2005-09-19 [colin]
8699         1.9.15rc3 released
8701 2005-09-19 [colin]      1.9.14cvs44
8703         * src/compose.c
8704                 Fix draft message
8705         * src/gtk/gtkaspell.c
8706                 Fix wrong test ;-)
8708 2005-09-19 [colin]      1.9.14cvs43
8710         * src/addressbook.c
8711                 Fix sensitivity of Delete button
8712         * src/compose.c
8713                 Warn if the requested Privacy system
8714                 is not available
8715         * src/exphtmldlg.c
8716         * src/expldifdlg.c
8717         * src/importldif.c
8718         * src/importmutt.c
8719         * src/importpine.c
8720                 Fix crappy UI
8721         * src/
8722         * src/ssl.h
8723         * src/prefs_account.h
8724         * src/prefs_account.c
8725                 Save SSL prefs even in builds that have
8726                 SSL support disable
8727         * src/imap.c
8728         * src/inc.c
8729         * src/news.c
8730         * src/send_message.c
8731                 Warn if connection should be secure, but
8732                 SSL support isn't compiled in
8733         * src/gtkaspell.c
8734                 Fix word separation on UTF-8 systems
8735                 Fixes bug #812 (Strange inline spellchecking)
8736         * src/compose.c
8737                 Warn if the requested Privacy system
8738                 is not available
8739                 Factorize offline warning
8740         * src/imap.c
8741         * src/imap_gtk.c
8742         * src/imap_gtk.h
8743         * src/inc.h
8744         * src/news_gtk.c
8745         * src/news_gtk.h
8746         * src/messageview.c
8747                 Factorize offline warning
8749 2005-09-19 [paul]
8751         1.9.15-rc2 released
8753 2005-09-18 [colin]      1.9.14cvs42
8755         * src/codeconv.c
8756         * src/codeconv.h
8757         * src/procmime.c
8758                 Add a way to get locale's charset ignoring utf-8,
8759                 and use that as default encoding for broken mails
8761 2005-09-18 [colin]      1.9.14cvs41
8763         * src/gtk/logwindow.c
8764                 Translate string. Patch by Fabien Vantard
8766 2005-09-18 [colin]      1.9.14cvs40
8768         * configure.ac
8769                 Fix bug #803 (IMAP/SSL support breaks with 
8770                 GnuTLS libetpan 0.38)
8772 2005-09-18 [colin]      1.9.14cvs39
8774         * src/codeconv.c
8775         * src/compose.c
8776         * src/procmime.c
8777                 More charsets fixes. Fixes bug #806 (non
8778                 ascii characters in subject line)
8780 2005-09-17 [paul]       1.9.14cvs38
8782         * src/folderview.c
8783         * src/mainwindow.c
8784                 fix gcc-2.95 issues
8785                 Patch by Pawel Pekala
8787 2005-09-17 [colin]      1.9.14cvs37
8789         * src/addrindex.c
8790                 bugfix for NO-USE LDAP compilation, patch 
8791                 by Fabien Vantard
8793 2005-09-17 [colin]      1.9.14cvs36
8795         * src/prefs_actions.c
8796         * src/prefs_customheader.c
8797         * src/prefs_display_header.c
8798         * src/prefs_filtering_action.c
8799         * src/prefs_matcher.c
8800         * src/prefs_toolbar.c
8801                 Fix strange casts (less elegant but
8802                 works better)
8804 2005-09-16 [colin]      1.9.14cvs35
8806         * src/jpilot.c
8807                 Missed that one
8809 2005-09-16 [colin]      1.9.14cvs34
8811         * configure.ac
8812         * src/Makefile.am
8813         * src/addr_compl.c
8814         * src/addrindex.c
8815         * src/browseldap.c
8816         * src/editldap.c
8817         * src/ldaplocate.c
8818         * src/ldapquery.c
8819         * src/ldapquery.h
8820         * src/ldapserver.c
8821         * src/ldapserver.h
8822         * src/main.c
8823         * src/matcher_parser_parse.y
8824         * src/prefs_themes.c
8825         * src/etpan/Makefile.am
8826         * src/gtk/description_window.c
8827         * src/plugins/clamav/Makefile.am
8828         * src/plugins/clamav/clamav_plugin.c
8829         * src/plugins/dillo_viewer/Makefile.am
8830         * src/plugins/pgpcore/Makefile.am
8831         * src/plugins/pgpinline/Makefile.am
8832         * src/plugins/pgpmime/Makefile.am
8833         * src/plugins/trayicon/Makefile.am
8834                 Fix 100% cpu usage in address completion list
8835                 Fix little bugs (return with no values etc)
8836                 Fix all warnings (with common CFLAGS)
8838 2005-09-15 [colin]      1.9.14cvs33
8840         * src/addressbook.c
8841                 Fix bug where sometimes a group's email list is empty,
8842                 force its refresh (probably fixes "Re: how to create a 
8843                 distribution list")
8844         * src/ldapquery.c
8845                 Don't return to the callback in the main thread from the
8846                 fetch thread (or face segs!)
8848 2005-09-15 [paul]       1.9.14cvs32
8850         * src/prefs_matcher.c
8851                 forgotten in last commit
8853 2005-09-15 [paul]       1.9.14cvs31
8855         * src/prefs_actions.c
8856         * src/prefs_filtering_action.c
8857         * src/prefs_quote.c
8858         * src/quote_fmt.c
8859         * src/summaryview.c
8860         * src/gtk/description_window.c
8861         * src/gtk/description_window.h
8862         * src/gtk/quicksearch.c
8863                 allow interaction with the called
8864                 description window
8865                 Patch by Anders Hammar
8867 2005-09-14 [paul]       1.9.14cvs30
8869         * src/compose.c
8870                 fix a little annoyance when pasting with 3rd button 
8871                 with wrap_pastes=0 and wrap_input=1
8872                 Patch by Colin
8874 2005-09-14 [paul]       1.9.14cvs29
8876         * src/prefs_account.c
8877                 disable 'Filter messages on receiving' for
8878                 SMTP-only accounts
8879                 Patch  by Anders Hammar
8881 2005-09-14 [paul]       1.9.14cvs28
8883         * po/sk.po
8884                 fix crash
8885                 updated by Andrej Kacian
8887 2005-09-14 [paul]
8889         1.9.15-rc1 released
8891 2005-09-14 [paul]       1.9.14cvs27
8893         * po/es.po
8894                 updated by Ricardo Mones Lastra
8895         * src/compose.c
8896         * src/compose.h
8897                 associate no_wrap_tags to Compose windows
8898                 instead of using a static one
8899                 Patch by Colin
8900         * src/mbox.c
8901                 fix proc_mbox()
8902                 Patch by wwp
8903         * src/textview.c
8904                 remove unneeded printf()
8906 2005-09-14 [paul]       1.9.14cvs26
8908         * src/addrcache.c
8909         * src/codeconv.h
8910         * src/folder.h
8911         * src/mainwindow.h
8912         * src/mh.c
8913         * src/mimeview.h
8914         * src/partial_download.c
8915         * src/pop.c
8916         * src/prefs_account.c
8917         * src/prefs_account.h
8918         * src/prefs_actions.c
8919         * src/prefs_customheader.c
8920         * src/prefs_display_header.c
8921         * src/prefs_filtering_action.c
8922         * src/prefs_matcher.c
8923         * src/prefs_toolbar.c
8924         * src/privacy.h
8925         * src/procmime.c
8926         * src/procmime.h
8927         * src/procmsg.h
8928         * src/textview.c
8929         * src/undo.h
8930         * src/common/plugin.c
8931         * src/common/session.h
8932         * src/common/socket.c
8933         * src/common/socket.h
8934         * src/common/template.c
8935         * src/gtk/gtkaspell.c
8936         * src/gtk/quicksearch.h
8937         * src/plugins/pgpcore/passphrase.c
8938         * src/plugins/pgpcore/prefs_gpg.h
8939         * src/plugins/pgpcore/select-keys.c
8940         * src/plugins/pgpcore/select-keys.h
8941         * src/plugins/pgpcore/sgpgme.c
8942         * src/plugins/pgpinline/pgpinline.c
8943         * src/plugins/pgpmime/pgpmime.c
8944         * src/plugins/trayicon/trayicon.c
8945                 fix compilation warnings
8946                 Patch by Daniel Gustafson
8948 2005-09-14 [paul]       1.9.14cvs25
8950         * src/addressbook.c
8951                 add missing column header, and other small
8952                 bug fixes
8953                 Patch by Anders Hammar
8955 2005-09-13 [colin]      1.9.14cvs24
8957         * src/gtk/gtkaspell.c
8958                 Fix non-utf8 in menu
8959                 Fix little leaks
8960                 Nullify struct members after free()s
8962 2005-09-13 [colin]      1.9.14cvs23
8964         * src/compose.c
8965                 Test utf8 compliance before inserting to 
8966                 buffer, and try to convert if necessary
8967         * src/procmime.c
8968                 If no charset is present, use the locale 
8969                 one instead of us-ascii
8970         * src/procmsg.c
8971                 Add Sender, List-Post and To in the checked 
8972                 headers for automatic rules creation 
8973                 (thanks to wwp)
8974         * src/prefs_themes.c
8975         * src/gtk/gtkaspell.c
8976                 Remove deprecated functions. 
8977                 patch by Daniel Gustafson
8979 2005-09-12 [colin]      1.9.14cvs22
8981         * src/compose.c
8982                 Fix bug #448 (Scrolling/Redraw issue with 
8983                 address-fields in Header)
8984         * src/mainwindow.c
8985         * src/summaryview.c
8986         * src/summaryview.h
8987                 Fix loss of MSG_MARKED on move/copy
8988                 Fix bug #804 (Quicksearch togglebutton doesn't 
8989                 get depressed after '/' key is pressed)
8991 2005-09-12 [paul]       1.9.14cvs21
8993         * AUTHORS
8994         * src/gtk/logwindow.c
8995                 add 'Clear Log' to popup menu
8996                 Patch by Anders Hammar <anders.hammar@telia.com>
8998 2005-09-12 [paul]       1.9.14cvs20
9000         * src/compose.c
9001                 set correct sensitivity on attachments
9002                 popup menu
9003         * src/folder.c
9004                 fix typo
9005         * src/prefs_spelling.c
9006                 fix crash when no LANG env is set
9007         * src/common/xml.c
9008                 fix crash in wizard
9009                 don't use memeory after free
9011         All patches by Daniel Gustafson
9013 2005-09-12 [paul]       1.9.14cvs19
9015         * src/prefs_themes.c
9016                 make theme info selectable
9017         * src/gtk/description_window.c
9018                 make window non-modal
9019         * tools/README
9020                 add details of asus_mailed.sh
9021         * tools/claws.i18n.status.pl
9022                 update for new zh_TW translator
9023                 widen the output
9024                 create alternate coloured lines
9025                 improve readability
9027 2005-09-10 [colin]      1.9.14cvs18
9029         * src/plugins/pgpcore/select-keys.c
9030                 Better order for the buttons
9032 2005-09-10 [colin]      1.9.14cvs17
9034         * src/compose.c
9035         * src/plugins/pgpcore/select-keys.c
9036         * src/plugins/pgpcore/select-keys.h
9037         * src/plugins/pgpcore/sgpgme.c
9038                 Add a "Don't encrypt" button to the key
9039                 selection dialog. Fixes bug #177 (There should be a 
9040                 'Don't encrypt button in the Select Keys dialog)
9042 2005-09-10 [colin]      1.9.14cvs16
9044         * src/compose.c
9045                 Fix bug #572 (%X option does not work with templates)
9047 2005-09-10 [colin]      1.9.14cvs15
9049         * src/toolbar.c 
9050                 Remove g_print
9052 2005-09-10 [colin]      1.9.14cvs14
9054         * src/imap.c
9055                 Fix a possible crash
9057 2005-09-09 [colin]      1.9.14cvs13
9059         * src/imap.c
9060         * src/etpan/imap-thread.c
9061         * src/etpan/imap-thread.h
9062                 Fix moving from queue or drafts to normal folders
9063                 Fix bug #794 (No way to delete without expunging)
9064                 Take flags unset by other mailers into account
9065                 Take deleted flag set by other mailers into account
9066                 Fix unsetting REPLIED flag
9067                 Fix crash when capabilities can't be retrieved
9068         * src/mainwindow.c
9069         * src/mainwindow.h
9070                 Add M_DELAYED_FLAGS condition, and let the user use
9071                 Execute in order to be able to expunge deleted mails,
9072                 even if he's not in delayed execute mode
9073         * src/prefs_spelling.c
9074                 Use 'en' dictionary by default if LANG is POSIX or C
9075         * src/gtk/prefswindow.c
9076                 Fix bug #767 (Preferences windows expanding) by making
9077                 the window a bit larger when the resolution is greater
9078                 than 640x480, and by putting the prefs in a
9079                 GtkScrolledWindow.
9081 2005-09-09 [paul]       1.9.14cvs12
9083         * AUTHORS
9084         * configure.ac
9085         * po/zh_TW.Big5.po      ** REMOVED **
9086         * po/zh_TW.po           ** ADDED **
9087                 updated by Wei-Lun Chao
9089 2005-09-09 [paul]       1.9.14cvs11
9091         * src/mainwindow.c
9092                 fix asserts
9093         * src/common/xml.c
9094                 delay memory allocation until file is
9095                 opened successfully
9096                 Patch by Daniel Gustafson
9098 2005-09-09 [colin]      1.9.14cvs10
9100         * src/imap.c
9101                 Add guards
9103 2005-09-08 [colin]      1.9.14cvs9
9105         * src/compose.c
9106                 Alert when we can't save draft
9107                 Fix various wrap/color issues
9108                 Add mid-click pasting respecting wrap_paste option
9109         * src/folder.c
9110         * src/folder.h
9111         * src/folder_item_prefs.c
9112         * src/folder_item_prefs.h
9113         * src/imap.c
9114         * src/imap_gtk.c
9115         * src/imap_gtk.h
9116         * src/main.c
9117         * src/mainwindow.c
9118         * src/mainwindow.h
9119         * src/news.c
9120         * src/news_gtk.c
9121         * src/news_gtk.h
9122         * src/prefs_folder_item.c
9123                 Fix the impossibility to synchronise folders for
9124                 offline use (IMAP and NNTP are concerned)
9126 2005-09-08 [colin]      1.9.14cvs8
9128         * configure.ac
9129                 Build LDAP and JPilot by default if available
9130         * src/textview.c
9131                 Fix use after free
9133 2005-09-08 [paul]       1.9.14cvs7
9135         * doc/manual/en/sylpheed-1.html
9136         * doc/manual/en/sylpheed-18.html
9137         * doc/manual/en/sylpheed-19.html
9138         * doc/manual/en/sylpheed-4.html
9139         * doc/manual/en/sylpheed-6.html
9140         * doc/manual/en/sylpheed.html
9141                 a few minor updates, plus include some
9142                 details about plugins and their requirements
9143         * src/mainwindow.c
9144                 minor changes to English in /View/Sort
9146 2005-09-07 [colin]      1.9.14cvs6
9148         * doc/manual/en/sylpheed-1.html
9149         * doc/manual/en/sylpheed-10.html
9150         * doc/manual/en/sylpheed-11.html
9151         * doc/manual/en/sylpheed-12.html
9152         * doc/manual/en/sylpheed-13.html
9153         * doc/manual/en/sylpheed-14.html
9154         * doc/manual/en/sylpheed-15.html
9155         * doc/manual/en/sylpheed-16.html
9156         * doc/manual/en/sylpheed-17.html
9157         * doc/manual/en/sylpheed-18.html
9158         * doc/manual/en/sylpheed-19.html
9159         * doc/manual/en/sylpheed-2.html
9160         * doc/manual/en/sylpheed-20.html
9161         * doc/manual/en/sylpheed-21.html
9162         * doc/manual/en/sylpheed-22.html
9163         * doc/manual/en/sylpheed-3.html
9164         * doc/manual/en/sylpheed-4.html
9165         * doc/manual/en/sylpheed-5.html
9166         * doc/manual/en/sylpheed-6.html
9167         * doc/manual/en/sylpheed-7.html
9168         * doc/manual/en/sylpheed-8.html
9169         * doc/manual/en/sylpheed-9.html
9170         * doc/manual/en/sylpheed.html
9171                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9173 2005-09-07 [colin]      1.9.14cvs5
9175         * src/mainwindow.c
9176                 Make labels more to-the-point
9178 2005-09-07 [colin]      1.9.14cvs4
9180         * doc/manual/en/sylpheed-1.html
9181         * doc/manual/en/sylpheed-12.html
9182         * doc/manual/en/sylpheed-13.html
9183         * doc/manual/en/sylpheed-14.html
9184         * doc/manual/en/sylpheed-15.html
9185         * doc/manual/en/sylpheed-16.html
9186         * doc/manual/en/sylpheed-17.html
9187         * doc/manual/en/sylpheed-18.html
9188         * doc/manual/en/sylpheed-19.html
9189         * doc/manual/en/sylpheed-2.html
9190         * doc/manual/en/sylpheed-20.html
9191         * doc/manual/en/sylpheed-21.html
9192         * doc/manual/en/sylpheed-22.html
9193         * doc/manual/en/sylpheed-4.html
9194         * doc/manual/en/sylpheed-5.html
9195         * doc/manual/en/sylpheed-6.html
9196         * doc/manual/en/sylpheed-7.html
9197         * doc/manual/en/sylpheed-8.html
9198         * doc/manual/en/sylpheed-9.html
9199         * doc/manual/en/sylpheed.html
9200                 Update manual
9202 2005-09-07 [colin]      1.9.14cvs3
9204         * doc/faq/en/sylpheed-faq-1.html
9205         * doc/faq/en/sylpheed-faq-2.html
9206         * doc/faq/en/sylpheed-faq-3.html
9207         * doc/faq/en/sylpheed-faq.html
9208                 Update FAQ
9210 2005-09-07 [colin]      1.9.14cvs2
9212         * src/folderview.c
9213         * src/procmsg.c
9214         * src/summaryview.c
9215         * src/toolbar.c
9216                 Fix special subfolders:
9217                 - Inherit parent's icon
9218                 - sent contents of queues subfolders
9219                 - empty subfolders of trashes
9220         * src/mainwindow.c
9221                 Remove outdated manual and faq entries
9222         * src/common/utils.c
9223                 Add quotes around %s coming from mailcap
9225 2005-09-07 [colin]      1.9.14cvs1
9227         * src/compose.c
9228                 After saving draft, set modified to FALSE
9229         * src/mimeview.c
9230         * src/common/utils.c
9231         * src/common/utils.h
9232                 Try to open mime parts using what is 
9233                 indicated in ~/.mailcap or /etc/mailcap,
9234                 if possible.
9236 2005-09-05 [paul]       1.9.14
9238         1.9.14 released
9240         * po/sk.po
9241                 updated by Andrej Kacian
9243 2005-09-05 [paul]       1.9.13cvs83
9245         * po/de.po
9246         * po/es.po
9247         * po/fi.po
9248         * po/fr.po
9249         * po/nb.po
9250         * po/pt_BR.po
9251         * po/sr.po
9252                 updated translations by Thomas Gilgin, Ricardo Mones
9253                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9254                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9256 2005-09-04 [paul]       1.9.13cvs82
9258         * src/compose.c
9259                 only warn about exceeded line length limit
9260                 on send
9262 2005-09-04 [paul]       1.9.13cvs81
9264         * src/compose.c
9265                 fix crash in 'line length exceeded' dialogue
9267 2005-09-02 [paul]       1.9.13cvs80
9269         * src/imap.c
9270                 fix bug 795, 'Connection lost IMAP'
9271                 and add statusbar prints
9272                 Patch by Colin
9274 2005-09-02 [paul]       1.9.13cvs79
9276         * src/compose.c
9277                 compose_wrap_paragraph() becomes
9278                 compose_beautify_paragraph()
9279                 Patch by Colin
9281 2005-09-02 [colin]      1.9.13cvs78
9283         * src/folderview.c
9284                 Micro-fix
9286 2005-09-01 [colin]      1.9.13cvs77
9288         * src/imap.c
9289                 Maybe fix bug #795 (Connection lost IMAP)
9290                 Don't try to send logout when we're disconnected.
9291         * src/summaryview.c
9292                 Include locked and marked emails in HRM
9293                 view. Fixes bug #800 (Locked messages no longer 
9294                 show up when hide read messages is used)
9296 2005-09-01 [paul]       1.9.13cvs76
9298         * src/prefs_common.c
9299                 fix bad cutting
9301 2005-08-31 [colin]      1.9.13cvs75
9303         * src/folderview.c
9304         * src/folderview.h
9305         * src/prefs_summaries.c
9306         * src/summaryview.c
9307                 Fix "go to next new", fix preference
9308                 (Open unread/next swapped)
9310 2005-08-31 [paul]       1.9.13cvs74
9312         * src/compose.c
9313         * src/folderview.c
9314         * src/headerview.c
9315         * src/headerview.h
9316         * src/mainwindow.c
9317         * src/prefs_common.c
9318         * src/prefs_common.h
9319         * src/prefs_fonts.c
9320         * src/summaryview.c
9321         * src/textview.c
9322         * src/common/defs.h
9323                 remove obsolete BOLD_FONT setting
9324                 fix font update in headerview and textview
9325                 headers after prefs change
9326                 Patch By Colin
9328 2005-08-31 [paul]
9330         1.9.14-rc4 released
9332 2005-08-30 [colin]      1.9.13cvs73
9334         * src/summaryview.c
9335                 When Hide read messages is selected and we
9336                 refresh the summaryview, don't remove the 
9337                 currently displayed message. Fixes bug #797
9338                 (Summary view reloads when new mail is 
9339                 downloaded in 1.9.14 rc)
9341 2005-08-30 [colin]      1.9.13cvs72
9343         * src/folderview.c
9344                 Fix flickering
9345         * src/mainwindow.c
9346                 Remove useless callback
9347         * src/mimeview.c
9348         * src/gtk/filesel.c
9349         * src/gtk/filesel.h
9350                 Add a filesel_select_file_save_folder() - used by Save All
9352 2005-08-29 [paul]       1.9.13cvs71
9354         * AUTHORS
9355         * src/matcher_parser_parse.y
9356         * src/etpan/imap-thread.c
9357                 fix building on FreeBSD
9358                 Patch by Daniel Gustafson <daniel@hobbit.se>
9360 2005-08-29 [paul]       1.9.13cvs70
9362         * src/plugins/pgpinline/pgpinline.c
9363                 only initialise sig result if it's been handled
9364                 Patch by Colin
9366 2005-08-29 [paul]       1.9.13cvs69
9367         
9368         Patches by Colin:
9370         * src/imap.c
9371         * src/common.utils.c
9372         * src/common/utils.h
9373                 optimisation
9374         * src/stock_pixmap.h
9375                 fix wrong icon reference
9376         * src/pixmaps/trash_btn.xpm
9377                 replace with nicer image
9379 2005-08-28 [colin]      1.9.13cvs68
9381         * src/Makefile.am
9382         * src/stock_pixmap.c
9383         * src/stock_pixmap.h
9384         * src/toolbar.c
9385         * src/pixmaps/trash_btn.xpm
9386                 Add a specific trash xpm for the button
9388 2005-08-28 [colin]      1.9.13cvs67
9390         * src/imap.c
9391                 Fix leak
9393 2005-08-27 [colin]      1.9.13cvs66
9395         * src/imap.c
9396         * src/procmime.c
9397                 Correctly fix "Problem with replies", fixes
9398                 pgpmime encryption too. 
9400 2005-08-27 [colin]      1.9.13cvs65
9402         * src/folder.c
9403         * src/procmsg.c
9404         * src/procmsg.h
9405         * src/summaryview.c
9406                 Fix bug #517 (messages removed from summaryview 
9407                 when moving fails)
9409 2005-08-27 [colin]      1.9.13cvs64
9411         * tools/Makefile.am
9412         * tools/asus_mailled.sh
9413                 Add a script to blink ASUS laptops' mail LED where there
9414                 is unread mail.
9416 2005-08-27 [colin]      1.9.13cvs63
9418         * src/imap.c
9419         * src/etpan/imap-thread.c
9420         * src/etpan/imap-thread.h
9421                 Implement automatic choosing of login method
9422                 Fixes bug #791
9423         * src/gtk/.cvsignore
9424                 Add sylpheed-marshal.[ch]
9426 2005-08-27 [colin]      1.9.13cvs62
9428         * src/common/utils.c
9429                 Fix confusing perror
9431 2005-08-27 [colin]      1.9.13cvs61
9433         * src/toolbar.c
9434         * src/toolbar.h
9435                 Remove A_DELETE, replace it with 
9436                 A_TRASH and A_DELETE_REAL. Automatically
9437                 rewrite config files to replace A_DELETE
9438                 with A_TRASH (no functionality change).
9439                 Fixes half of #794
9441 2005-08-26 [colin]      1.9.13cvs60
9443         * src/procmime.c
9444                 Previous "Problem with replies" fix brought other
9445                 problems, fixing them
9447 2005-08-26 [colin]      1.9.13cvs59
9449         * src/procmime.c
9450                 Fix "Problem with replies". This happened only
9451                 on IMAP...
9452         * src/procmsg.c
9453                 Factorize code a bit
9454         * src/compose.c
9455                 Speed improvement on very long messages (wrapping)
9456                 Fix signature color on Reedit and Redirect
9457                 On Reedit, don't attach pgp-signatures parts, but
9458                 set signing to On.
9460 2005-08-24 [paul]       1.9.13cvs58
9462         * src/compose.c
9463                 don't claim success when clicking
9464                 Cancel on the passphrase box.
9465                 Patch by Colin
9467 2005-08-24 [paul]       1.9.13cvs57
9469         * src/main.c
9470                 fix misplaced sylpheed.log
9471         * src/common/defs.h
9472                 define UIDL_DIR
9474 2005-08-24 [paul]       1.9.13cvs56
9476         * src/imap.c
9477         * src/etpan/imap-thread.c
9478         * src/etpan/imap-thread.h
9479                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9480                 Patch by Colin
9481         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9482         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9483                 remove autogenerated files
9484         * tools/kdeservicemenu/README
9485         * tools/kdeservicemenu/install.sh
9486         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9487         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9488                 use Claws icon, use 'Sylpheed-Claws' in menu,
9489                 use kdialog, and other cleanups
9491 2005-08-23 [paul]       1.9.13cvs55
9493         * src/compose.c
9494                 fix paste/wrap crash
9495                 Patch by Colin
9497 2005-08-23 [paul]       1.9.13cvs54
9499         * src/main.c
9500                 fix crash recovery
9501                 Patch by Colin
9503 2005-08-23 [paul]       1.9.13cvs53
9505         * src/addressbook.c
9506         * src/editaddress.c
9507                 view all data of LDAP contacts
9508                 Patch by Colin
9510 2005-08-23 [paul]       1.9.13cvs52
9512         * src/addressbook.c
9513                 fix issues with the Search field
9514                 Patch by Colin
9516 2005-08-22 [paul]       1.9.13cvs51
9518         * src/folderview.c
9519                 put name of folder in processing dialog
9520                 title
9521         * src/prefs_folder_item.c
9522                 improve english usage
9524 2005-08-22 [paul]       1.9.13cvs50
9526         * src/filtering.c
9527         * src/filtering.h
9528         * src/matcher.c
9529         * src/matcher_parser_lex.l
9530         * src/matcher_parser_parse.y
9531         * src/prefs_filtering.c
9532                 add Filtering/Processing rule names feature.
9533                 (the incompatible old matcherrc is saved as
9534                 matcherrc.pre_names).
9535                 Patch by Colin
9537 2005-08-22 [paul]       1.9.13cvs49
9539         * src/procmsg.c
9540                 fix colour labelling
9541                 Patch by Colin
9543 2005-08-22 [paul]       1.9.13cvs48
9545         * src/textview.c
9546                 fix open_image_cb()
9548 2005-08-22 [paul]       1.9.13cvs47
9550         * src/imap.c
9551                 fix bug 789, 'SC crashes with imap (CVS ver)'
9552                 Patch by Colin
9554 2005-08-22 [paul]       1.9.13cvs46
9556         * src/mimeview.c
9557         * src/prefs_common.c
9558         * src/common/defs.h
9559                 define reused defaults in defs.h
9560         * src/textview.c
9561                 add 'Open image' to image popup menu
9563 2005-08-21 [colin]      1.9.13cvs45
9565         * src/summaryview.c
9566                 Fix bug #788 (Bogus "From" address displayed)
9568 2005-08-20 [colin]      1.9.13cvs44
9570         * src/folder.c
9571                 Fix buf #787 (multilevel delete causes SIGSEGV)
9573 2005-08-19 [colin]      1.9.13cvs43
9575         * src/inc.c
9576         * src/prefs_common.c
9577         * src/prefs_common.h
9578                 Add an hidden pref to allow modifying the
9579                 update stepping in incorporation.
9580                 Patch by wwp.
9582 2005-08-19 [colin]      1.9.13cvs42
9584         * src/compose.c
9585         * src/procmime.c
9586                 Workaround for broken MUAs: encode 
9587                 Content-type: name: as ASCII and 
9588                 Content-Disposition: filename: as
9589                 per rfc2231
9590         * src/prefs_account.c
9591                 Fix invisible-ness of SMTP SSL prefs
9592                 in NNTP accounts
9594 2005-08-19 [paul]       1.9.13cvs41
9596         * src/compose.c
9597         * src/prefs_common.c
9598         * src/prefs_common.h
9599         * src/prefs_wrapping.c
9600                 paste with or without wrapping.
9601                 patch by Colin
9603 2005-08-19 [paul]       1.9.13cvs40
9605         * src/prefs_common.c
9606         * src/prefs_common.h
9607         * src/summaryview.c
9608                 reintroduce enable_swap_from as a
9609                 hidden pref. patch by Colin
9610         * src/quote_fmt_parse.y
9611         * src/plugins/clamav/clamav_plugin.c
9612         * src/plugins/dillo_viewer/dillo_viewer.c
9613         * src/plugins/mathml_viewer/mathml_viewer.c
9614         * src/plugins/pgpcore/sgpgme.c
9615         * src/plugins/pgpinline/pgpinline.c
9616         * src/plugins/pgpmime/pgpmime.c
9617                 tidy up. patch by Colin
9619 2005-08-19 [paul]       1.9.13cvs39
9621         * configure.ac
9622                 complete cvs38's sync
9623         * src/editaddress.c
9624         * src/gedit-print.c
9625         * src/mutt.c
9626         * src/etpan/etpan-log.c
9627         * src/etpan/imap-thread.c
9628         * src/gtk/gtksourceprintjob.c
9629                 fix compilation warnings
9630                 (patch by Colin)
9632 2005-08-19 [paul]       1.9.13cvs38
9634         sync with main:
9636         * src/account.c
9637         * src/action.c
9638         * src/addrbook.c
9639         * src/addrcache.c
9640         * src/addrharvest.c
9641         * src/addrindex.c
9642         * src/codeconv.c
9643         * src/compose.c
9644         * src/crash.c
9645         * src/exporthtml.c
9646         * src/exportldif.c
9647         * src/folder.c
9648         * src/image_viewer.c
9649         * src/inc.c
9650         * src/inc.h
9651         * src/jpilot.c
9652         * src/ldif.c
9653         * src/main.c
9654         * src/matcher.c
9655         * src/mbox.c
9656         * src/messageview.c
9657         * src/mh.c
9658         * src/mimeview.c
9659         * src/msgcache.c
9660         * src/mutt.c
9661         * src/news.c
9662         * src/partial_download.c
9663         * src/pine.c
9664         * src/pop.c
9665         * src/prefs_actions.c
9666         * src/prefs_common.c
9667         * src/prefs_customheader.c
9668         * src/prefs_display_header.c
9669         * src/prefs_gtk.c
9670         * src/prefs_themes.c
9671         * src/procheader.c
9672         * src/procmime.c
9673         * src/procmsg.c
9674         * src/recv.c
9675         * src/send_message.c
9676         * src/simple-gettext.c
9677         * src/sourcewindow.c
9678         * src/textview.c
9679         * src/vcard.c
9680         * src/common/defs.h
9681         * src/common/log.c
9682         * src/common/plugin.c
9683         * src/common/prefs.c
9684         * src/common/session.c
9685         * src/common/session.h
9686         * src/common/socket.c
9687         * src/common/socket.h
9688         * src/common/ssl_certificate.c
9689         * src/common/template.c
9690         * src/common/utils.c
9691         * src/common/utils.h
9692         * src/common/xml.c
9693         * src/gtk/about.c
9694         added wrappers for C library function that
9695                 take pathname arguments.
9696                 enabled compilation with MinGW.
9697                 use GDir instead of directly using opendir().
9698                 added rename_force().
9700 2005-08-19 [paul]       1.9.13cvs37
9701         
9702         patches by Colin:
9703         * src/compose.c
9704                 fix privacy settings on re-editing
9705                 a sent message
9706         * src/jpilot.c
9707                 fix encoding bug
9708         * src/folder.c
9709         * src/procmsg.c
9710         * src/procmsg.h
9711         * src/summaryview.c
9712                 flag changing optimisation
9714 2005-08-18 [martin]     1.9.13cvs36
9716         * commitHelper
9717             added my login
9718         * src/addrcache.c
9719         * src/addrharvest.c
9720         * src/addrindex.c
9721         * src/compose.c
9722         * src/grouplistdialog.c
9723         * src/main.c
9724         * src/mainwindow.c
9725         * src/msgcache.c
9726         * src/mutt.c
9727         * src/pine.c
9728         * src/prefs_account.c
9729         * src/prefs_themes.c
9730         * src/stock_pixmap.c
9731         * src/summaryview.c
9732         * src/gtk/about.c
9733         * src/gtk/logwindow.c
9734             removed deprecated glib and gdk stuff
9735         * src/plugins/pgpcore/select-keys.c
9736             convert attributes from locale to utf8
9738 2005-08-17 [paul]       1.9.13cvs35
9740         * src/account.c
9741         * src/addressbook.c
9742                 use new GTK_STOCK_ icons if available
9743         * src/summaryview.c
9744         * src/gtk/gtksctree.c
9745         * src/gtk/gtksctree.h
9746                 faster range select. patch by Colin
9748 2005-08-17 [paul]       1.9.13cvs34
9750         patches by colin:
9751         * src/addressbook.c
9752         * src/addressitem.h
9753                 Add an edit button for contacts, fix selections
9754                 of gtksctree items
9755         * src/editaddress.c
9756                 Change labels, let Save be always possible in the
9757                 email and user atributes tabs
9758         * src/folderview.c
9759                 fix sort issues
9760         * src/summaryview.c
9761                 select next item instead of the displayed one
9762                 after deletion
9764         * src/gtk/progressdialog.c
9765                 use prefs_common.enable_rules_hint
9767 2005-08-13 [hoa]        1.9.13cvs33
9769         * src/etpan/imap-thread.c
9770                 fixed build on Solaris.
9772 2005-08-10 [colin]      1.9.13cvs32
9774         * src/procmsg.c
9775                 Fix cvs31 (missing fclose before reading
9776                 the file)
9778 2005-08-10 [colin]      1.9.13cvs31
9780         * src/procmsg.c
9781                 Fix procmsg_msginfo_new_from_mimeinfo() when
9782                 the MimeInfo isn't stored in memory. This fixes
9783                 replying to an attached message.
9785 2005-08-10 [colin]      1.9.13cvs30
9787         * src/mainwindow.c
9788                 Fix slowness in account changing
9790 2005-08-10 [colin]      1.9.13cvs29
9792         * src/folder.c
9793         * src/folderutils.c
9794         * src/folderview.c
9795         * src/imap_gtk.c
9796         * src/mainwindow.c
9797         * src/mh_gtk.c
9798         * src/procmsg.c
9799         * src/summaryview.c
9800                 Optimize folder_has_parent_of_type
9801                 Prevent moving special sub-folders from contextual menus
9802                 Rework message a bit ("Empty all messages" -> "Delete all
9803                 messages")
9804                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9805                 and "Deleted Items" folders)
9807 2005-08-08 [colin]      1.9.13cvs28
9809         * src/summaryview.c
9810         * src/prefs_summaries.c
9811                 Make "Select first unread|new" more flexible
9812                 (just prioritize new or unread)
9814 2005-08-08 [colin]      1.9.13cvs27
9816         * src/summaryview.c
9817                 If "select first new" is selected and there only
9818                 are unread messages, fallback to "select first
9819                 unread".
9821 2005-08-08 [colin]      1.9.13cvs26
9823         * src/folder.c
9824                 Fix shameful bugs (and bug #779)
9826 2005-08-08 [colin]      1.9.13cvs25
9828         * src/folder.c
9829         * src/folder.h
9830                 Cache parents' type to make folder_has_parent_of_type
9831                 faster
9832         * src/folderview.c
9833                 Forbid DnD of special sub-folders
9834         * src/procmsg.c
9835         * src/procmsg.h
9836                 Add MAIL_POSTFILTERING_HOOK
9837         * src/summaryview.c
9838                 Revert over-zealous deletion of the use_addr_book 
9839                 code
9841 2005-08-07 [colin]      1.9.13cvs24
9843         * src/folder.c
9844                 Fix big mistake (passing MsgInfo instead 
9845                 of FolderItem)
9847 2005-08-07 [colin]      1.9.13cvs23
9849         * src/compose.c
9850         * src/folder.c
9851         * src/folder.h
9852         * src/foldersel.c
9853         * src/folderutils.c
9854         * src/folderview.c
9855         * src/imap.c
9856         * src/mainwindow.c
9857         * src/messageview.c
9858         * src/mh.c
9859         * src/msgcache.c
9860         * src/procmime.c
9861         * src/summaryview.c
9862                 Make subfolders of Drafts, Queue, Outbox, Trash
9863                 work like their parents. 
9864                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9866 2005-08-07 [colin]      1.9.13cvs22
9868         * src/addressbook.c
9869                 Fix bug #771 (Dragged contacts not saved)
9871 2005-08-07 [paul]       1.9.13cvs21
9873         * src/summaryview.c
9874                 fix bug 32 'Search Doesn't display results
9875                 if "Hide Read Messages" is chosen'
9876                 be more literal in interpreting 'Hide read
9877                 messages'
9879 2005-08-07 [colin]      1.9.13cvs20
9881         * src/folderview.c
9882                 Add debug
9883         * src/summaryview.c
9884                 Faster 'unthread_for_execution'
9886 2005-08-06 [paul]       1.9.13cvs19
9888         * src/mainwindow.c
9889                 add mnemonics to Set displayed columns
9890                 fix bug where msgview_visible option was
9891                 overwritten as TRUE on startup
9893 2005-08-06 [paul]       1.9.13cvs18
9895         * src/mainwindow.c
9896                 refer to 'displayed columns in folder/message
9897                 list' not 'displayed items in summary/message view'
9898         * src/prefs_display_header.c
9899                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9900                 be consistent with similar dialogues
9901         * src/prefs_folder_column.c
9902         * src/prefs_summary_column.c
9903                 'columns' not 'items', and folder and message lists,
9904                 instead of folder and summary views;
9905                 Use 'Hidden columns' as list heading not 'Available
9906                 items';
9907                 move the 'Remove' button to the right hand side;
9908                 top-align the buttons;
9909                 remove unneeded vbox
9910         * src/prefs_summaries.c
9911                 put the 2 column prefs buttons in a frame to reduce
9912                 overall width; refer to columns not items &c.
9914 2005-08-05 [colin]      1.9.13cvs17
9916         * src/prefs_common.c
9917         * src/prefs_common.h
9918         * src/mainwindow.c
9919         * src/compose.c
9920         * src/messageview.c
9921                 Add an hidden toolbar_detachable pref, so
9922                 that I can get rid of these painful handles
9923                 in the toolbars. Defaults to TRUE to avoid
9924                 changing the GUI on unsuspecting people...
9926 2005-08-05 [colin]      1.9.13cvs16
9928         * src/Makefile.am
9929         * src/prefs_folder_column.c
9930         * src/prefs_folder_column.h
9931                 Add prefs for folder columns
9932         * src/folderview.c
9933         * src/folderview.h
9934         * src/mainwindow.c
9935         * src/mainwindow.h
9936         * src/prefs_common.c
9937         * src/prefs_common.h
9938         * src/prefs_summaries.c
9939                 Use them
9940         * src/prefs_summary_column.c
9941         * src/summaryview.c
9942         * src/summaryview.h
9943                 Add a To column
9944         * src/textview.c
9945         * src/common/utils.c
9946         * src/common/utils.h
9947                 Move uri colourisation functions
9948                 to utils
9949         * src/compose.c
9950                 Colourise URIs
9951         * src/imap.c
9952                 Fix bug with LIST where we'd try
9953                 to get Folder//////[...]/// 
9955 2005-08-05 [paul]       1.9.13cvs15
9957         * src/prefs_summaries.c
9958                 improve the English usage
9959         * src/summaryview.c
9960                 set font on column change
9961                 thanks to Colin
9963 2005-08-05 [paul]       1.9.13cvs14
9965         * src/prefs_common.c
9966         * src/prefs_common.h
9967         * src/prefs_summaries.c
9968         * src/summaryview.c
9969                 replace 'open_unread_on_enter' option with
9970                 'select_on_entry' option. opening/not opening
9971                 is now exclusively controlled by 'always_show_msg'
9973 2005-08-04 [colin]      1.9.13cvs13
9975         * src/compose.c
9976                 Remove dead code
9977                 Add colourisation of quotes and signatures
9978         * src/folderview.c
9979                 Fix possible crashes
9980         * src/messageview.c
9981                 Change an assert that is no problem
9982         * src/news.c
9983         * src/news_gtk.c
9984         * src/news_gtk.h
9985                 Fix offline mode
9986         * src/gtk/quicksearch.c
9987                 Fix a possible crash
9989 2005-08-03 [colin]      1.9.13cvs12
9991         * src/prefs_account.c
9992                 Fix bug #777 (Sylpheed crash in account configuration)
9994 2005-08-03 [colin]      1.9.13cvs11
9996         * src/addressbook.c
9997         * src/editaddress.c
9998         * src/editgroup.c
9999                 Fixing addressbook, round 2
10000         * src/textview.c
10001                 Fix emphasis color on rechecking 'Colorize messages'
10003 2005-08-03 [paul]       1.9.13cvs10
10005         sync with main
10007         * src/addr_compl.c
10008         * src/compose.c
10009         * src/main.c
10010         * src/pop.c
10011         * src/prefs_account.c
10012         * src/procmime.c
10013         * src/procmsg.c
10014         * src/quote_fmt_parse.y
10015         * src/textview.c
10016         * src/common/quoted-printable.c
10017         * src/common/utils.c
10018         * src/common/utils.h
10019         * src/common/xml.c
10020                 replaced incorrect locale-independent
10021                 ctype functions with GLib's. Corrected
10022                 signedness mismatch.
10023         * src/headerview.c
10024                 headerview_create(): added spacing for vbox.
10025         * src/gtk/about.c
10026                 set focus to the OK button.
10028 2005-08-03 [colin]      1.9.13cvs9
10030         * src/folderview.c
10031                 Fix possible crash
10033 2005-08-02 [colin]      1.9.13cvs8
10035         * src/mainwindow.c
10036                 Fix cast
10037         * src/addressbook.c
10038         * src/addressitem.h
10039                 Fix a cast and more generally, try to make the
10040                 GUI more intuitive and consistent (round 1)
10042 2005-08-02 [paul]       1.9.13cvs7
10044         * src/folder.h
10045                 missing in 1.9.13cvs6
10047 2005-08-02 [colin]      1.9.13cvs6
10049         * src/folder.c
10050                 Fix one more leak
10052 2005-08-02 [colin]      1.9.13cvs5
10054         * src/folder.c
10055         * src/folderview.c
10056         * src/imap.c
10057         * src/main.c
10058         * src/mbox.c
10059         * src/procmsg.c
10060         * src/summaryview.c
10061                 Fix a number of folder_item_get_msg_list()-related
10062                 leaks (missing procmsg_msginfo_free()s)
10064 2005-08-01 [colin]      1.9.13cvs4
10066         * src/folderview.c
10067         * src/folderview.h
10068         * src/mainwindow.c
10069         * src/prefs_fonts.c
10070         * src/prefs_summaries.c
10071         * src/prefs_themes.c
10072         * src/summaryview.c
10073         * src/summaryview.h
10074         * src/textview.c
10075         * src/textview.h
10076                 Fix instant-apply of summary and folderview-related prefs
10077                 Fix erroneous g_free and alertpanels in prefs_theme
10078                 Add instant-apply for fonts
10079                 Defer applying of prefs a little bit so it's done only
10080                 once even if requested by multiples prefs pages
10082 2005-08-01 [paul]       1.9.13cvs3
10084         * src/main.c
10085                 fix bug 776 'S.C. crashes on close'
10086                 thanks to Colin
10087         * src/etpan/etpan-thread-manager-types.h
10088                 add missing include
10089                 thanks to Hoa
10091 2005-07-25 [paul]       1.9.13cvs2
10093         * src/summaryview.c
10094                 fix typos. spotted by Fabien Vantard
10096 2005-07-24 [paul]       1.9.13cvs1
10098         * doc/man/sylpheed.1
10099                 update man page, incorporating fix of
10100                 bug 769 'Typo in manpage'
10101         * src/etpan/imap-thread.c
10102                 fix NetBSD openssl dependencies. patch by
10103                 George Michaelson <ggm@apnic.net>
10104         * po/pt_BR.po
10105                 updated by Frederico Goncalves Guimaraes
10107 2005-07-22 [paul]       1.9.13
10109         1.9.13 release
10111 2005-07-22 [paul]       1.9.12cvs91
10113         * AUTHORS
10114         * INSTALL
10115         * README.claws
10116         * RELEASE_NOTES.claws
10117                 updated for release
10118         * configure.ac
10119         * po/nb.po
10120         * tools/claws.i18n.status.pl
10121                 add Norwegian translation. submiited by
10122                 Geir Helland <pjallabais@users.sourceforge.net>
10123         * po/ca.po
10124         * po/de.po
10125         * po/es.po
10126         * po/fi.po
10127         * po/fr.po
10128         * po/it.po
10129         * po/sk.po
10130         * po/sr.po
10131         * po/zh_CN.po
10132                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10133                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10134                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10135                 Yang Guilong
10136         * src/plugins/clamav/clamav_plugin_gtk.c
10137         * src/plugins/spamassassin/spamassassin_gtk.c
10138                 replace outdated description strings
10140 2005-07-21 [colin]      1.9.12cvs90
10142         * src/folder.c
10143                 Set folder to batch mode when scanning it. Makes deletion
10144                 of unread mails on IMAP much faster (due to the UNREAD 
10145                 flag unsetting)
10147 2005-07-21 [darko]      1.9.12cvs89
10149         * configure.ac
10150                 link against libresolv if necessary (patch by Paul)
10151         * src/msgcache.c
10152                 use glib's portable macros to determine endianness
10154 2005-07-21 [paul]       1.9.12cvs88
10156         * src/crash.c
10157         * src/gtk/about.c
10158                 update compiled-in features list
10160 2005-07-20 [colin]      1.9.12cvs87
10162         * src/folder.c
10163         * src/textview.c
10164                 Gcc 2.9x compilation fixes, thanks to Darko
10165         * src/plugins/clamav/clamav_plugin.c
10166                 Little optimisation: load virus database only once
10167         * src/plugins/spamassassin/spamassassin.c
10168                 Big optimisation: filtering one mail took at least 1 second,
10169                 now it takes at least 50ms. Doesn't speed up spamassassin 
10170                 itself, but should already be much more tolerable.
10172 2005-07-20 [colin]      1.9.12cvs86
10174         * src/summaryview.c
10175                 Fix performance issue
10177 2005-07-19 [colin]      1.9.12cvs85
10179         * src/plugins/pgpinline/plugin.c
10180                 Fix warning
10182 2005-07-19 [colin]      1.9.12cvs84
10184         * configure.ac
10185         * src/plugins/Makefile.am
10186         * src/plugins/pgpinline/.cvsignore
10187         * src/plugins/pgpinline/Makefile.am
10188         * src/plugins/pgpinline/pgpinline.c
10189         * src/plugins/pgpinline/pgpinline.deps
10190         * src/plugins/pgpinline/pgpinline.h
10191         * src/plugins/pgpinline/plugin.c
10192                 Put pgpinline in the main tree
10194 2005-07-19 [paul]       1.9.12cvs83
10196         * src/prefs_actions.c
10197                 prevent '//' in menu names, which cause a crash
10198                 thanks to Colin
10200 2005-07-19 [paul]       1.9.12cvs82
10202         * configure.ac
10203                 be generally more informative in configure output.
10204                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10205                 '[ --disable-openssl ...', as --enable-openssl is default
10206                 PGP/MIME: don't check for GPGME again, check for
10207                 pgpcore instead. Therefore prevent the possibility of
10208                 attempting to build pgpmime if pgpcore dependencies are
10209                 not met
10210                 ClamAV: use pkgconfig to check for lib
10211                 libgnomeprint: revert logic on inner test to match
10212                 everything else
10213         * src/plugins/pgpcore/sgpgme.c
10214                 add missing include
10216 2005-07-19 [colin]      1.9.12cvs81
10218         * src/summaryview.c
10219                 Fix slow thread rebuilding in particular
10220                 cases
10222 2005-07-19 [paul]       1.9.12cvs80
10224         * sylpheed-claws.desktop
10225                 fix typo, spotted by Stephan Sachse
10226         * src/account.c
10227                 replace GTK_STOCK_ADD with
10228                 GTK_STOCK_NEW button
10230 2005-07-18 [colin]      1.9.12cvs79
10232         * src/etpan/imap-thread.c
10233                 Fix return value (Thanks Hoa)
10235 2005-07-18 [colin]      1.9.12cvs78
10237         * src/imap.c
10238                 Allow empty passwords
10239                 Create drafts/queue/outbox if necessary
10240         * src/summaryview.c
10241                 Remove old code
10242         * src/etpan/imap-thread.c
10243                 Fix STARTTLS (Thanks to Hoa)
10245 2005-07-18 [paul]       1.9.12cvs77
10247         * ChangeLog-gtk2.jp
10248         * ChangeLog.jp
10249                 removed
10250         * Makefile.am
10251                 updated to reflect additions and removals
10252         * TODO
10253                 updated to be claws-specific
10254         * TODO-gtk2
10255         * TODO-gtk2.jp
10256         * TODO.jp
10257         * sylpheed-128x128.png
10258         * sylpheed-64x64.png
10259                 removed
10260         * sylpheed-claws-128x128.png
10261         * sylpheed-claws-64x64.png
10262         * sylpheed-claws.desktop
10263         * sylpheed-claws.png
10264                 added
10265         * sylpheed.desktop
10266         * sylpheed.png
10267                 removed
10269 2005-07-17 [paul]       1.9.12cvs76
10271         * src/account.c
10272         * src/addressbook.c
10273         * src/alertpanel.c
10274         * src/alertpanel.h
10275         * src/compose.c
10276         * src/exphtmldlg.c
10277         * src/expldifdlg.c
10278         * src/folderview.c
10279         * src/imap_gtk.c
10280         * src/inc.c
10281         * src/message_search.c
10282         * src/messageview.c
10283         * src/mh_gtk.c
10284         * src/news_gtk.c
10285         * src/prefs_actions.c
10286         * src/prefs_filtering.c
10287         * src/prefs_matcher.c
10288         * src/prefs_template.c
10289         * src/prefs_themes.c
10290         * src/ssl_manager.c
10291         * src/summary_search.c
10292         * src/textview.c
10293         * src/toolbar.c
10294         * src/gtk/sslcertwindow.c
10295         * src/plugins/pgpcore/sgpgme.c
10296                 rework alertpanels
10298 2005-07-17 [colin]      1.9.12cvs75
10300         * src/privacy.c
10301                 add a PrivacySystem accessor that checks that
10302                 the system cached in a MimeInfo's privacydata
10303                 is still registered. Use this accessor instead
10304                 of directly using data->system. Fixes crashes
10305                 after unloading pgp plugins.
10307 2005-07-17 [colin]      1.9.12cvs74
10309         * src/alertpanel.c
10310                 Change geometry hints to a simple default size.
10311                 Fixes the certs dialogs.
10313 2005-07-17 [colin]      1.9.12cvs73
10315         * src/gtk/sslcertwindow.c
10316                 Use a gtkExpander
10318 2005-07-17 [colin]      1.9.12cvs72
10320         * src/plugins/pgpcore/Makefile.am
10321         * src/plugins/pgpmime/Makefile.am
10322                 Add gpgme libs
10324 2005-07-17 [paul]       1.9.12cvs71
10326         * configure.ac
10327                 add --disable-gnomeprint option
10328                 modified version of patch by Marius Mauch
10330 2005-07-17 [paul]       1.9.12cvs70
10332         * src/common/defs.h
10333                 update urls
10334         * src/account.c
10335         * src/action.c
10336         * src/addressbook.c
10337         * src/compose.c
10338         * src/foldersel.c
10339         * src/folderview.c
10340         * src/html.c
10341         * src/imap_gtk.c
10342         * src/main.c
10343         * src/mainwindow.c
10344         * src/messageview.c
10345         * src/mh_gtk.c
10346         * src/mimeview.c
10347         * src/news_gtk.c
10348         * src/prefs_account.c
10349         * src/prefs_send.c
10350         * src/prefs_summaries.c
10351         * src/procmsg.c
10352         * src/summaryview.c
10353         * src/common/utils.c
10354         * src/common/xml.c
10355         * src/plugins/pgpcore/passphrase.c
10356         * src/plugins/pgpcore/select-keys.c
10357                 replace inappropriately used backticks
10358                 with single quotes
10360 2005-07-16 [colin]      1.9.12cvs69
10362         * src/image_viewer.c
10363                 Add extra paranoid checks
10365 2005-07-16 [colin]      1.9.12cvs68
10367         * src/plugins/pgpcore/prefs_gpg.c
10368                 Don't auto-check sigs by default, as it
10369                 can be really slow.
10371 2005-07-16 [colin]      1.9.12cvs67
10373         * src/plugins/pgpcore/sgpgme.c
10374                 Make messages a bit better.
10376 2005-07-16 [colin]      1.9.12cvs66
10378         * src/imap.c
10379                 Remove pseudo-log
10380         * src/etpan/imap-thread.c
10381                 Add real log
10383 2005-07-16 [colin]      1.9.12cvs65
10385         * src/main.c
10386         * src/prefs_other.c
10387                 And now, fix build with libetpan :-/
10389 2005-07-15 [colin]      1.9.12cvs64
10391         * src/prefs_other.c
10392                 Continue fixing build without libetpan.
10394 2005-07-15 [colin]      1.9.12cvs63
10396         * src/main.c
10397                 Fix build with --disable-libetpan
10399 2005-07-15 [colin]      1.9.12cvs62
10401         * configure.ac
10402                 Bump libetpan's version
10404 2005-07-15 [colin]      1.9.12cvs61
10406         * src/etpan/imap-thread.c
10407                 Actually stop logging :)
10409 2005-07-15 [colin]      1.9.12cvs60
10411         * src/addressbook.c
10412                 Fix dnd of multiple addresses.
10414 2005-07-15 [hoa]        1.9.12cvs59
10416         * src/etpan/imap-thread.c
10417             disable login of IMAP password in libetpan log file.
10419 2005-07-15 [paul]       1.9.12cvs58
10421         * src/account.c
10422                 don't automatically sort
10423                 do allow drag n drop
10425 2005-07-15 [paul]       1.9.12cvs57
10427         * src/account.c
10428         * src/ssl_manager.c
10429                 alphabetical listing
10431 2005-07-15 [paul]       1.9.12cvs56
10433         * src/gtk/pluginwindow.c
10434                 sort plugin list alphabetically
10436 2005-07-15 [paul]       1.9.12cvs55
10438         * src/prefs_spelling.c
10439         * src/prefs_wrapping.c
10440                 unify English usage
10442 2005-07-15 [colin]      1.9.12cvs54
10444         * src/wizard.c
10445                 Typo fix
10447 2005-07-15 [paul]       1.9.12cvs53
10449         * src/prefs_message.c
10450                 make 'show cursor' a hidden option
10452 2005-07-14 [colin]      1.9.12cvs52
10454         * src/plugins/spamassassin/Makefile.am
10455         * src/plugins/clamav/Makefile.am
10456                 Fix double EXTRA_DISTs
10458 2005-07-14 [colin]      1.9.12cvs51
10460         * src/plugins/clamav/Makefile.am
10461         * src/plugins/clamav/clamav_plugin_gtk.deps
10462         * src/plugins/spamassassin/Makefile.am
10463         * src/plugins/spamassassin/spamassassin_gtk.deps
10464                 Make $plugin_gtk depend on $plugin
10466 2005-07-14 [hoa]        1.9.12cvs50
10468         * src/etpan/imap-thread.c
10469                 enable debug log of libetpan when running with --debug
10471 2005-07-14 [colin]      1.9.12cvs49
10473         * configure.ac
10474         * src/common/Makefile.am
10475         * src/common/plugin.c
10476         * src/common/plugin.h
10477                 Add a little plugin dependancy system.
10478                 Plugins can ship a $plugin_name.deps file
10479                 (near them in PLUGINDIR) so that their
10480                 dependancies are loaded if possible.
10481         * src/plugins/Makefile.am
10482         * src/plugins/pgpcore/Makefile.am
10483         * src/plugins/pgpcore/passphrase.c
10484         * src/plugins/pgpcore/passphrase.h
10485         * src/plugins/pgpcore/plugin.c
10486         * src/plugins/pgpcore/prefs_gpg.c
10487         * src/plugins/pgpcore/prefs_gpg.h
10488         * src/plugins/pgpcore/select-keys.c
10489         * src/plugins/pgpcore/select-keys.h
10490         * src/plugins/pgpcore/sgpgme.c
10491         * src/plugins/pgpcore/sgpgme.h
10492                 Introduce pgpcore, used by pgpmime and
10493                 pgpinline
10494         * src/plugins/pgpmime/Makefile.am
10495         * src/plugins/pgpmime/passphrase.c
10496         * src/plugins/pgpmime/passphrase.h
10497         * src/plugins/pgpmime/pgpmime.c
10498         * src/plugins/pgpmime/pgpmime.deps
10499         * src/plugins/pgpmime/plugin.c
10500         * src/plugins/pgpmime/prefs_gpg.c
10501         * src/plugins/pgpmime/prefs_gpg.h
10502         * src/plugins/pgpmime/select-keys.c
10503         * src/plugins/pgpmime/select-keys.h
10504         * src/plugins/pgpmime/sgpgme.c
10505         * src/plugins/pgpmime/sgpgme.h
10506                 Remove the core from pgpmime and add the
10507                 dependancy to pgpcore.
10509 2005-07-14 [paul]       1.9.12cvs48
10511         * src/stock_pixmap.c
10512                 forgot this in last commit
10514 2005-07-14 [paul]       1.9.12cvs47
10516         * src/account.c
10517         * src/addressbook.c
10518                 add accelerators for the buttons (sync with main)
10519         * src/compose.c
10520         * src/compose.h
10521                 add accelerators for the buttons.
10522                 fix editing with external editor.
10523                 replace gdk_input_*() with GIOChannel;
10524                 (sync with main)
10525         * src/foldersel.c
10526                 display folder names with new/unread
10527                 representation (sync with main)
10528         * src/main.c
10529                 specify default window icon (sync with main)
10530         * src/prefs_common.c
10531                 use_addr_book default to FALSE
10532         * src/summaryview.c
10533         * src/textview.c
10534                 add accelerators for the buttons (sync with main)
10535         * src/gtk/menu.c
10536                 fix typos
10537         * src/pixmaps/sylpheed_icon.xpm
10538                 updated
10540 2005-07-13 [paul]       1.9.12cvs46
10542         * src/plugins/pgpmime/pgpmime.c
10543         * src/plugins/pgpmime/sgpgme.c
10544                 (temporarily) use deprecated gpgme_data_rewind()
10545                 while largefile support is not present
10546                 (as suggested by Colin)
10548 2005-07-13 [paul]       1.9.12cvs45
10550         * configure.ac
10551                 remove large file support (for now):
10552                 it breaks too many things
10554 2005-07-13 [paul]       1.9.12cvs44
10556         * configure.ac
10557                 add large file support
10558         * src/html.c
10559                 fix bug #763 where href attribute was not
10560                 the very first attribute of a link
10561                 patch by Thomas Gilgin
10563 2005-07-13 [colin]      1.9.12cvs43
10565         * src/gtk/pluginwindow.c
10566                 Little portability fix
10568 2005-07-13 [colin]      1.9.12cvs42
10570         * src/plugins/pgpmime/sgpgme.c
10571                 Fix crasher.
10573 2005-07-13 [colin]      1.9.12cvs41
10575         * src/plugins/pgpmime/pgpmime.c
10576         * src/plugins/pgpmime/sgpgme.c
10577                 Use gpgme_data_release_and_get_mem instead
10578                 of gpgme_data_read.
10580 2005-07-13 [colin]      1.9.12cvs40
10582         * configure.ac
10583         * src/plugins/pgpmime/passphrase.c
10584         * src/plugins/pgpmime/passphrase.h
10585         * src/plugins/pgpmime/pgpmime.c
10586         * src/plugins/pgpmime/plugin.c
10587         * src/plugins/pgpmime/select-keys.c
10588         * src/plugins/pgpmime/select-keys.h
10589         * src/plugins/pgpmime/sgpgme.c
10590         * src/plugins/pgpmime/sgpgme.h
10591                 Port pgpmime to gpgme-1.0.
10593 2005-07-12 [paul]       1.9.12cvs39
10595         * AUTHORS
10596         * src/toolbar.c
10597         * src/toolbar.h
10598                 add a 'Go to Prev' button to the toolbar.
10599                 correct tooltip text of go to buttons.
10600                 based on patch by Yang Guilong <bamanzi@gmail.com>
10602 2005-07-12 [colin]      1.9.12cvs38
10604         * src/statusbar.c
10605                 Fix progress bar showing stuff at startup.
10607 2005-07-12 [paul]       1.9.12cvs37
10609         * src/editjpilot.c
10610                 fix building with jpilot support
10612 2005-07-11 [colin]      1.9.12cvs36
10614         * src/inc.c
10615                 Add visual indication that filtering is running
10616         * src/textview.c
10617                 Make {}[] uri delimiters
10618         * src/summaryview.c
10619                 Remove useless (and slow) calls
10621 2005-07-11 [paul]       1.9.12cvs35
10623         * src/plugins/clamav/clamav_plugin_gtk.c
10624         * src/plugins/dillo_viewer/dillo_prefs.c
10625         * src/plugins/pgpmime/prefs_gpg.c
10626         * src/plugins/spamassassin/spamassassin_gtk.c
10627                 gather plugins prefs together under their
10628                 own 'Plugins' heading
10630 2005-07-11 [paul]       1.9.12cvs34
10632         sync with main
10634         * src/account.c
10635                 account_delete(): modified alert dialog
10636         * src/editjpilot.c
10637         * src/editvcard.c
10638                 fixed a crash when cancelling file selection
10639                 dialog by Escape key. Made non-ascii filename
10640                 selectable.
10641         * src/prefs_template.c
10642                 prefs_template_window_create(): make scrolled
10643                 window policy AUTOMATIC
10645 2005-07-10 [hoa]        1.9.12cvs33
10647         * src/etpan/imap-thread.c
10648                 workaround for old Courier IMAP servers.
10650 2005-07-10 [colin]      1.9.12cvs32
10652         * src/folder.c
10653         * src/statusbar.c
10654         * src/statusbar.h
10655                 Add visual progress indicator on filtering/processing
10656                 Factorize the progress bar code
10657         * src/imap.c
10658         * src/imap.h
10659         * src/etpan/imap-thread.c
10660                 Add a reference counter to avoid destroying the Folder
10661                 while it's in use by another callback.
10663 2005-07-09 [hoa]        1.9.12cvs31
10665         * src/imap.c
10666         * src/etpan/imap-thread.c
10667                 fixed deadlock when removing IMAP account.
10669 2005-07-08 [colin]      1.9.12cvs30
10671         * src/textview.c
10672         * src/unmime.c
10673                 Fix again problems decoding broken headers
10674         * src/gtk/inputdialog.c
10675                 Fix local variable shadowing a global one
10677 2005-07-08 [colin]      1.9.12cvs29
10679         * src/msgcache.c
10680                 Make the cache/mark files platform-agnostic by writing
10681                 them in little-endian format. Reading them is also done
10682                 in little-endian format, of course; however, in order
10683                 to avoid trashing mark data on big-endian machines, the
10684                 files are, at first, read from the native format if the
10685                 little-endian one doesn't exist. This is easy to deter-
10686                 mine by trying to open a file with a swapped data_ver
10687                 and seeing if it's the wanted version.
10688                 Little-endian using users should see absolutely no
10689                 difference, Big-endian users may get a very little
10690                 performance drop due to byte-swapping.
10691                 Tested on i386 and ppc32. 
10692                 Fixes bug #159 (The index file, in the mailboxes, is 
10693                 hardware depending).
10695                 To have the cache/mark files updated to the new little-
10696                 endian format, "Check for new messages" or even
10697                 "Rebuild folder tree" aren't enough. Files will be
10698                 updated as soon as a folder has been opened/closed.
10699                 To update everything, just select all folders by
10700                 selecting them one by one.
10702 2005-07-07 [colin]      1.9.12cvs28
10704         * src/imap.c
10705                 Remember the folder separator per IMAPFolder
10706                 instead of globally.
10707                 Revive the Session on noop; fixes bug #761
10708                 (mark a bunch of unread messages as read takes 
10709                 forever)
10711 2005-07-07 [darko]      1.9.12cvs27
10713         * src/common/template.c
10714                 Sort templates alphabetically
10716 2005-07-06 [colin]      1.9.12cvs26
10718         * src/imap.c
10719                 Try to use the correct separator in
10720                 most cases. Possibly fixes bug #759
10721                 (only creates the INBOX folder when 
10722                 setting up new IMAP account) and 
10723                 bug #760 (Can't retrieve messages)
10725 2005-07-06 [colin]      1.9.12cvs25
10727         * src/imap.c
10728                 Use real_path in status command. This will
10729                 help later, when namespaces will be used.
10731 2005-07-06 [colin]      1.9.12cvs24
10733         * configure.ac
10734         * src/account.c
10735         * src/folder.c
10736         * src/imap.c
10737         * src/etpan/etpan-log.c
10738         * src/etpan/etpan-thread-manager.c
10739         * src/etpan/imap-thread.c
10740                 Add a --disable-libetpan parameter. With this,
10741                 users that don't want IMAP4 support can avoid
10742                 the new dependancy (and have no IMAP support).
10743                 Users that have IMAP4 accounts and use this
10744                 parameter won't lose their configuration, their
10745                 IMAP accounts will just be invisible and not
10746                 used.
10747         * src/textview.c
10748                 Make the "Copy ..." contextual menu items 
10749                 copy to both the X clipboard and the gtk 
10750                 clipboard - as most other apps do.
10751         * src/gtk/about.c
10752                 Add a notice about OpenSSL usage, in order to
10753                 comply with OpenSSL's license (point 6):
10754                 http://www.openssl.org/source/license.html
10756 2005-07-06 [colin]      1.9.12cvs23
10758         * src/alertpanel.c
10759                 Fix a minimum size for alertpanels
10760         * src/compose.c
10761                 Show 'No space left on device' type errors
10762                 when queuing/sending
10763         * src/imap_gtk.c
10764         * src/mh_gtk.c
10765                 Rework folder's deletion message (remove 
10766                 extra \n)
10768 2005-07-05 [colin]      1.9.12cvs22
10770         * src/imap.c
10771                 Add an alertpanel on auth error
10772                 Add pseudo-log
10773                 Remove pthread-related stuff
10775 2005-07-05 [colin]      1.9.12cvs21
10777         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10778                 Fix crash on plugin reloading (with a hack)
10780 2005-07-05 [colin]      1.9.12cvs20
10782         * src/prefs_account.c
10783         * src/prefs_account.h
10784                 Fix typo
10785         * src/gtk/filesel.c
10786         * src/gtk/filesel.h
10787                 Add a way to filter the view
10788         * src/gtk/pluginwindow.c
10789                 Filter loadable stuff
10790         * src/plugins/pgpmime/prefs_gpg.c
10791                 Fix missing unregistration
10792         * .cvsignore
10793         * src/etpan/.cvsignore
10794         * src/plugins/spamassassin/.cvsignore
10795                 Add more stuff to cvs ignored files
10797 2005-07-04 [colin]      1.9.12cvs19
10799         * src/imap.c
10800                 Fix scan_required returning FALSE when it
10801                 shouldn't. Maybe fix #760 (Can't retrieve
10802                 messages)
10804 2005-07-04 [colin]      1.9.12cvs18
10806         * src/summaryview.c
10807                 Fix always_show_msg pref
10809 2005-07-04 [paul]       1.9.12cvs17
10811         sync with main (forgotten in last commit)
10812         
10813         * src/common/utils.c
10814         * src/common/utils.h
10815                 check_line_length(): new.
10816                 is_dir_exist()
10817                 is_file_entry_exist()
10818                 dirent_is_regular_file()
10819                 dirent_is_directory(): use g_file_test() instead of stat().
10821 2005-07-04 [paul]       1.9.12cvs16
10823         sync with main:
10825         * src/compose.c
10826                 compose_write_to_file(): check for line
10827                 length limit and display warning if exceeds
10828         * src/jpilot.c
10829                 use get_home_dir() instead of g_get_home_dir()
10830         * src/procheader.c
10831                 removed warning about invalid date
10832         * src/vcard.c
10833                 use get_home_dir() instead of g_get_home_dir()
10835 2005-07-04 [paul]       1.9.12cvs15
10837         * src/stock_pixmap.c
10838                 fix new pixmap naming errors
10839                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10841 2005-07-04 [colin]      1.9.12cvs14
10843         * src/imap.c
10844                 Fix debugging string with a warning
10846 2005-07-04 [colin]      1.9.12cvs13
10848         * configure.ac
10849                 Add a check for libetpan's version (>= 0.37)
10851 2005-07-04 [hoa]        1.9.12cvs12
10853         * commitHelper
10854         * src/imap.c
10855         * src/etpan/imap-thread.c
10856         * src/etpan/imap-thread.h
10857                 fixed IMAP implementation of check of mails.
10859 2005-07-03 [hoa]        1.9.12cvs11
10861         * src/etpan/Makefile.am
10862         * src/etpan/etpan-errors.h
10863         * src/etpan/etpan-log.[ch]
10864         * src/etpan/etpan-thread-manager-types.h
10865         * src/etpan/etpan-thread-manager.[ch]
10866         * src/etpan/imap-thread.[ch]
10867         * src/Makefile.am
10868         * src/imap.c
10869         * src/main.c
10870         * src/prefs_other.c
10871         * configure.ac
10872             merged imap branch.
10873             dependency on libetpan 0.37 is now added.
10875 2005-07-01 [colin]      1.9.12cvs10
10877         * src/Makefile.am
10878         * src/folder.c
10879         * src/folder.h
10880         * src/folderview.c
10881         * src/stock_pixmap.c
10882         * src/stock_pixmap.h
10883         * src/plugins/trayicon/trayicon.c
10884                 Add marked symbol on folders containing
10885                 marked messages
10886         * src/procmsg.c
10887         * src/procmsg.h
10888         * src/toolbar.c
10889         * src/prefs_common.c
10890         * src/prefs_common.h
10891         * src/prefs_send.c
10892                 Add an optional confirmation dialog on queue
10893                 sending. Patch by wwp.
10894         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10895         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10896         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10897         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10898         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10899         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10900         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10901         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10902         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10903         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10904         * src/pixmaps/trash_mark.xpm            ** ADDED **
10905                 New pixmaps
10907 2005-07-01 [colin]      1.9.12cvs9
10909         * src/summaryview.c
10910                 Fix a little threading bug
10911         * src/addrgather.c
10912         * src/mainwindow.c
10913                 A little bit of HIG normality never hurts
10915 2005-07-01 [colin]      1.9.12cvs8
10917         * src/compose.c
10918         * src/msgcache.c
10919         * src/pop.c
10920         * src/procmime.c
10921         * src/recv.c
10922         * src/common/log.c
10923         * src/common/template.c
10924         * src/common/utils.c
10925         * src/common/utils.h
10926                 Reverted the fwrite_atomic stuff. In fact
10927                 it is already atomic.
10929 2005-06-30 [colin]      1.9.12cvs7
10931         * src/common/utils.c
10932         * src/common/utils.h
10933                 Add an fwrite_atomic() function to make
10934                 sure we write everything: fwrite can make
10935                 short writes.
10936         * src/compose.c
10937         * src/msgcache.c
10938         * src/pop.c
10939         * src/procmime.c
10940         * src/recv.c
10941         * src/common/log.c
10942         * src/common/template.c
10943                 Use that (and fix swapping of size and nmemb).
10944                 Thanks to Rich Coe for the heads up.
10946 2005-06-30 [colin]      1.9.12cvs6
10948         * src/addressbook.c
10949                 Optimize addressbook opening 
10951 2005-06-30 [colin]      1.9.12cvs5
10953         * src/summaryview.c
10954                 Remove calls to summary_step after move/copy
10956 2005-06-28 [paul]       1.9.12cvs4
10958         * src/alertpanel.c
10959                 wrap and make the error msg selectable
10961 2005-06-28 [paul]       1.9.12cvs3
10963         * src/ssl_manager.c
10964                 replace the OK button with a Close button
10965         * src/gtk/foldersort.c
10966                 use GTK_STOCK_ icons/buttons
10968 2005-06-28 [colin]      1.9.12cvs2
10970         * src/gedit-print.c             ** ADDED **
10971         * src/gedit-print.h             ** ADDED **
10972         * src/gtk/gtksourceprintjob.c   ** ADDED **
10973         * src/gtk/gtksourceprintjob.h   ** ADDED **
10974                 I can't believe no one had enough time to tell
10975                 me I forgot the `cvs add`
10977 2005-06-27 [colin]      1.9.12cvs1
10979         * src/Makefile.am
10980         * src/gtk/Makefile.am
10981         * src/messageview.c
10982         * src/procmsg.c
10983         * src/summaryview.c
10984         * configure.ac
10985                 Add optional libgnomeprint-based printing
10986         * src/mainwindow.c
10987         * src/gtk/quicksearch.c
10988                 Add an Edit/Quick search menu item to show
10989                 and focus the quicksearch
10991 2005-06-27 [paul]       1.9.12
10993         1.9.12 release
10995         * po/ca.po
10996         * po/de.po
10997         * po/es.po
10998         * po/fr.po
10999         * po/it.po
11000         * po/ko.po
11001         * po/pt_BR.po
11002         * po/sk.po
11003         * po/zh_CN.po
11004                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11005                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11006                 SungHyun Nam, Frederico Goncalves Guimaraes,
11007                 Andrej Kacian, and Yang Guilong
11008 2005-06-26 [colin]      1.9.11cvs106
11010         * src/imap_gtk.c
11011                 Forgot one file for previous fix
11013 2005-06-26 [colin]      1.9.11cvs105
11015         * src/folder.c
11016         * src/imap.c
11017                 Fix problems with folder operations in no_select
11018                 imap folders. it applies only to mails, and 
11019                 creation/deletion/move/renaming of folders 
11020                 should be possible
11022 2005-06-26 [paul]       1.9.11cvs104
11024         * src/prefs_filtering.c
11025                 replace one more GTK_STOCK_REMOVE
11026                 with GTK_STOCK_DELETE
11028 2005-06-25 [colin]      1.9.11cvs103
11030         * src/imap.c
11031                 Optimize get_seq_set_from_seq_list
11032                 (Patch by Ricardo) 
11034 2005-06-25 [colin]      1.9.11cvs102
11036         * src/mh.c
11037                 If the directory exists, but not in the
11038                 correct encoding, rename it. This should
11039                 handle old-versions-induced bugs.
11041 2005-06-25 [colin]      1.9.11cvs101
11043         * src/mh.c
11044                 Fix path access with extended dir names
11045                 Fixes bug #589 (SC segfaults with wrong locale
11046                 settings)
11048 2005-06-25 [colin]      1.9.11cvs100
11050         * src/prefs_account.c
11051         * src/prefs_account.h
11052         * src/compose.c
11053                 Add an option to encrypt replies to
11054                 encrypted messages
11056 2005-06-25 [colin]      1.9.11cvs99
11058         * src/compose.c
11059         * src/quote_fmt_parse.y
11060                 ... And make it work with pgpinline.
11062 2005-06-25 [colin]      1.9.11cvs98
11064         * src/compose.c
11065         * src/procmime.c
11066         * src/procmime.h
11067         * src/quote_fmt_parse.y
11068                 o Make reedition of encrypted messages possible
11069                   (as long as it is encrypted to self too, no
11070                    magic there)
11071                 o Make replying with quote (and without selecting
11072                   text) possible for encrypted messages.
11073                 Closes bug #550 (Not possible to "reply with quote"
11074                 to gnupg encrypted messages)
11076 2005-06-24 [paul]       1.9.11cvs97
11078         * src/imap.c
11079                 add missing include
11081 2005-06-24 [paul]       1.9.11cvs96
11083         * src/editldap.c
11084                 made bind password entry invisible
11085                 (sync with main)
11086         * src/send_message.c
11087                 send_message_local(): check exit status
11088                 to detect errors (sync with main)
11089         * src/textview.c
11090                 use main's less ambiguous popup menu
11091                 wording
11093 2005-06-24 [paul]       1.9.11cvs95
11095         * src/prefs_actions.c
11096         * src/prefs_customheader.c
11097         * src/prefs_display_header.c
11098         * src/prefs_filtering_action.c
11099         * src/prefs_matcher.c
11100         * src/prefs_template.c
11101         * src/prefs_toolbar.c
11102                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11103         * src/gtk/description_window.c
11104                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11106 2005-06-23 [colin]      1.9.11cvs94
11108         * src/summaryview.c
11109                 Fix rough edges (be sure to call status_show whenever
11110                 necessary).
11112 2005-06-23 [colin]      1.9.11cvs93
11114         * src/summaryview.c
11115                 Optimize Select All
11116                 Before, in a 5K mails folder: 11s
11117                 After, in the same folder: 58000µs
11118                 The joys of locking... gtk_clist_select_all() fires a 
11119                 tree-select-row event for each selected row, which in 
11120                 summaryview, callbacks summary_selected which in turn,
11121                 calls summary_status_show, which walks the selected
11122                 rows. Hence, calling gtk_clist_select_all was 
11123                 exponential. Locking the summaryview makes 
11124                 summary_selected return early.
11126 2005-06-23 [colin]      1.9.11cvs92
11128         * src/imap.c
11129                 Move mutex at the important place to avoid
11130                 deadlocks
11131         * src/summaryview.c
11132                 Fix Del key deleting directly instead of
11133                 moving to trash
11135 2005-06-22 [colin]      1.9.11cvs91
11137         * src/plugins/spamassassin/libspamc.c
11138                 As we do spagetti code with assignations in multiple
11139                 places (see _message_read_raw where out = msg = raw),
11140                 let's be sure we don't free the same pointer twice.
11141                 Should fix bug #683 (Crash in libpam at 
11142                 message_cleanup).
11144 2005-06-22 [colin]      1.9.11cvs90
11146         * src/compose.c
11147         * src/messageview.c
11148         * src/toolbar.c
11149                 Make toolbar's delete use the move to trash stuff;
11150                 Add gtk_widget_realize to be sure pixmaps can get
11151                 created (that may fix an old worksforme bug which
11152                 I can't find back...)
11154 2005-06-22 [colin]      1.9.11cvs89
11156         * src/summaryview.c
11157         * src/summaryview.h
11158         * src/mainwindow.c
11159                 Rename "Message/Delete" to "Message/Move to trash"
11160                 Add "Message/Delete..." that directly destroys the
11161                 selected messages after asking for a confirmation.
11163 2005-06-22 [colin]      1.9.11cvs88
11165         * src/imap.c
11166                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11167                 o Fix a deadlock (thanks Darko)
11169 2005-06-22 [colin]      1.9.11cvs87
11171         * src/gtk/foldersort.c
11172                 Add missing include for the i18n;
11173                 patch by Fabien Vantard
11175 2005-06-21 [colin]      1.9.11cvs86
11177         * src/folder.c
11178         * src/folderview.c
11179                 Respect the no_select flag
11180         * src/imap.c
11181                 Fix recursive deletion
11182         * src/imap_gtk.c
11183         * src/mh_gtk.c
11184                 Make the folder deletion's warning
11185                 more explicit
11187 2005-06-21 [colin]      1.9.11cvs85
11189         * src/textview.c
11190                 Prevent email addresses from spanning accross
11191                 lines - fixes bug # 646 (newline-chars in 
11192                 email addresses)
11194 2005-06-20 [colin]      1.9.11cvs84
11196         * src/folder.c
11197                 Be sure not to remove source if copy failed
11199 2005-06-20 [colin]      1.9.11cvs83
11201         * src/folderview.c
11202         * src/imap_gtk.c
11203                 remove summaryview's lock
11204         * src/imap.c
11205                 introduce threads to avoid problems when foreground tasks
11206                 interfere with background tasks
11207         * src/mh.c
11208                 prevent moving to drafts/queue
11209         * src/mimeview.c
11210                 fix leak
11212 2005-06-19 [colin]      1.9.11cvs82
11214         * src/imap_gtk.c
11215                 Remember that the user doesn't want to override
11216                 offline mode, for 3 seconds. It avoid presenting
11217                 him with N popups in a really short time.
11219 2005-06-17 [colin]      1.9.11cvs81
11221         * src/imap.c
11222                 Fix IMAP breaking on folders containing '('
11223                 (Probably won't be enough)
11225 2005-06-17 [colin]      1.9.11cvs80
11227         Forgotten files on 1.9.11cvs79
11228         * src/summaryview.c
11229                 Fix stepping when not immediately executing
11230         * src/imap.c
11231                 Really prevent UID FETCH 0
11232         * src/codeconv.c
11233                 Fix outgoing charset never set to utf-8
11234         * src/mh.c
11235                 Fix leak
11237 2005-06-16 [colin]      1.9.11cvs79
11239         * src/compose.c
11240                 Fix bug #707 (Dash splits rows)
11241                 Only wrap if we're on a line break position and
11242                 the previous one was a "white" (space) char.
11243                 Pango stuff is weird.
11245 2005-06-16 [colin]      1.9.11cvs78
11247         * src/imap_gtk.c
11248                 Lock summaryview while downloading messages
11249                 on user demand
11250         * src/procheader.c
11251         * src/unmime.c
11252         * src/common/utils.c
11253         * src/common/utils.h
11254                 Replace \r and \n with spaces in From and
11255                 Subject headers
11257 2005-06-16 [paul]       1.9.11cvs77
11259         * src/procmime.c
11260                 liberalise the mime parser
11261         * src/gtk/about.c
11262                 add text wrapping
11264 2005-06-16 [paul]       1.9.11cvs76
11266         * src/gtk/about.c
11267                 reworked
11269 2005-06-15 [colin]      1.9.11cvs75
11271         * src/compose.c
11272                 Finish header encoding fix
11273         * src/summaryview.c
11274                 Fix segfault
11275         * src/headerview.c
11276                 Fix compilation (Thanks Stephan
11277                 Sachse)
11279 2005-06-15 [colin]      1.9.11cvs74
11281         * Makefile.am
11282                 Install gnome2 stuff rather than gnome1, 
11283                 if both are present
11284         * src/codeconv.c
11285         * src/codeconv.h
11286         * src/compose.c
11287                 Fix headers encoding
11288         * src/folder.c
11289                 Visual progress when fetching all messages
11290         * src/folderview.c
11291         * src/summaryview.c
11292         * src/summaryview.h
11293                 Prevent changing current message while
11294                 incorporating
11296 2005-06-15 [paul]       1.9.11cvs73
11298         * src/gtk/gtkaspell.c
11299         * src/gtk/gtkaspell.h
11300                 fix build warnings
11302 2005-06-15 [paul]       1.9.11cvs72
11304         * src/prefs_filtering.c
11305                 allow reordering of filter rules by
11306                 drag n drop
11308 2005-06-15 [paul]       1.9.11cvs71
11310         * COPYING
11311                 updated
11312         * src/codeconv.c
11313                 replace deprecated function
11314         * src/inc.c
11315         * src/send_message.c
11316         * src/gtk/progressdialog.c
11317         * src/gtk/progressdialog.h
11318                 salvage and reuse parts of reverted sync
11320 2005-06-15 [paul]       1.9.11cvs70
11322         * src/inc.c
11323         * src/send_message.c
11324         * src/gtk/progressdialog.c
11325         * src/gtk/progressdialog.h
11326                 revert yesterday's sync with main
11327                 it contains deprecated functions
11329 2005-06-15 [colin]      1.9.11cvs69
11331         * src/headerview.c
11332                 Fix bug #670 (multi user to: will corrupt message 
11333                 headers display)
11335 2005-06-15 [colin]      1.9.11cvs68
11337         * src/compose.c
11338                 Fix bug #421 (Fix undo on wrapping)
11340 2005-06-15 [colin]      1.9.11cvs67
11342         * src/folder.c
11343                 Provide visual feedback while processing
11344                 folder's rules.
11345         * src/imap.c
11346                 Provide visual feedback while getting
11347                 short headers (for uncached messages)
11350 2005-06-14 [paul]       1.9.11cvs66
11352         * src/account.c
11353                 change a couple stock icons
11354         * src/inc.c
11355         * src/send_message.c
11356         * src/gtk/progressdialog.c
11357         * src/gtk/progressdialog.h
11358                 sync main's GtkTreeView implementation
11360 2005-06-14 [colin]      1.9.11cvs65
11362         * src/imap.c
11363                 Various little fixes, mainly on error paths
11365 2005-06-13 [colin]      1.9.11cvs64
11367         * matcher.c
11368         * procmsg.c
11369         * procmsg.h
11370                 Add a way to fetch only headers. This speeds
11371                 up filtering on headers for IMAP. Fixes:
11372                 bug #481 extraneous imap commands slow down 
11373                         imap filtering
11374                 bug #522 Sylpheed downloads all messages 
11375                         when opening mailbox (IMAP)
11376                 bug #677 IMAP fetch is soooooooooooooo slow
11377         * src/folder.c
11378         * src/folder.h
11379                 Add a folder set_batch method so that
11380                 implementations can speed up flags changes
11381         * src/folderutils.c
11382         * src/summaryview.c
11383                 Use that in mark as (un)read and mark all read
11384                 Refix bug #679
11385         * src/imap.c
11386                 Implement set_batch - brings back deferred
11387                 flags in a less buggy manner. Fixes:
11388                 bug #729 IMAP immediate expunge of deleted messages
11389                 bug #191 remove list of messages with one command
11390                 Fix login with strange chars
11391                 Implement fetch_msg_full
11392                 Fix copy (wrong counts)
11394 2005-06-12 [colin]      1.9.11cvs63
11396         * src/folder.c
11397                 lock incorporation during long operations.
11398                 Avoids fucking up the IMAP socket.
11400 2005-06-12 [colin]      1.9.11cvs62
11402         * src/imap.c
11403                 Fix harmful typo
11404                 Factorize remove_all_msg
11405                 Thread-ize expunge
11406         * src/summaryview.c
11407                 Don't update partial-download status if unnecessary
11408         * src/folder.c
11409                 Use remove_msgs everywhere possible
11411 2005-06-12 [colin]      1.9.11cvs61
11413         * src/folder.c
11414         * src/folder.h
11415                 Add a remove_msgs function to remove a 
11416                 list of messages
11417         * src/imap.c
11418                 Implement that.
11420 2005-06-12 [colin]      1.9.11cvs60
11422         * src/imap.c
11423                 Remove flags-processing deferring... Too hard
11424                 to get it to work in all cases.
11426 2005-06-11 [colin]      1.9.11cvs59
11428         * src/imap.c
11429                 printf -> debug_print
11431 2005-06-11 [colin]      1.9.11cvs58
11433         * src/imap.c
11434                 o Fix build without USE_PTHREAD
11435                 o Factorize imap_open
11436                 o Alertpanel in case of impossible connection
11437                 o Alertpanel in case of impossible login
11438                 o Fix deferred flags processing to force a 
11439                   flush before adding some more flags to process,
11440                   but in another folder.
11442 2005-06-10 [colin]      1.9.11cvs57
11444         * src/imap.c
11445                 o Fix a format string error
11446                 o init ssl socket outside of the thread 
11447                   (it possibly invokes gtk calls)
11448         * src/procmime.c
11449                 o Put back the buffer to its necessary size
11450                 o Fix changing a file pointer without keeping
11451                   track of it (thanks Valgrind)
11452         * src/common/smtp.c
11453                 o Fix automatic STARTTLS if login should be done
11454                   and the server only allows it after starting TLS
11455         * src/gtk/gtkinputdialog.c
11456                 o Eat GDK_Return so that the combo popup doesn't 
11457                   appear when we press Enter to validate the combo
11458                   input dialog (as seen in the Open with... dialog)
11460 2005-06-10 [colin]      1.9.11cvs56
11462         * src/imap.c
11463                 o A bit less debug
11464                 o Fix a crash on deletion
11465                 o Threadize imap_select (it's called outside of 
11466                   threads)
11467                 o Defer treatment of DELETED flags
11470 2005-06-09 [colin]      1.9.11cvs55
11472         * src/imap.c
11473                 Make sure we check imap_gtk_should_override(), which
11474                 potentially calls gtk stuff, before creating thread.
11475                 That way it should't be called via imap_get_session()
11476                 inside a thread.
11478 2005-06-09 [colin]      1.9.11cvs54
11480         * src/imap.c
11481                 o add a bit of status output
11482                 o remove some dead code
11483                 o threadize get_list_of_uids
11484                 o threadize imap_get_flags
11485                 o defer flag changing by 500ms so that they
11486                   can be batched
11489 2005-06-08 [colin]      1.9.11cvs53
11491         * src/imap.c
11492                 Thread-ize imap_cmd_fetch
11494 2005-06-08 [colin]      1.9.11cvs52
11496         * src/main.c
11497                 Mmh, that broke POP3...
11499 2005-06-08 [colin]      1.9.11cvs51
11501         * src/main.c
11502                 Stabilize IMAP patch (thanks to Hoa)
11504 2005-06-08 [colin]      1.9.11cvs50
11506         * src/imap.c
11507                 Test patch to speed up imap. 
11509 2005-06-08 [colin]      1.9.11cvs49
11511         * src/imap_gtk.c
11512                 Warning fix
11513         * src/procmime.c
11514                 Apply patch from gentoo to use /usr/share/mime/globs if 
11515                 available, after un-breaking it
11516         * src/common/log.c
11517         * src/common/log.h
11518                 Use g_timeout for invoking hooks that possibly use gtk
11519                 calls. This should leave gtk calls in the main thread.
11521 2005-06-08 [paul]       1.9.11cvs48
11523         * src/codeconv.c
11524                 conv_get_outgoing_charset_str(): don't
11525                 use prefs_common setting
11526         * src/compose.c
11527         * src/compose.h
11528                 add /Options/Character encoding/... to
11529                 temporarily change the outgoing encoding
11531         (belated sync with main)
11533 2005-06-08 [paul]       1.9.11cvs47
11535         * src/compose.c
11536                 correction to/completion of last
11537                 sync with main
11539 2005-06-08 [paul]       1.9.11cvs46
11541         sync with main:
11542         
11543         * src/codeconv.c
11544         * src/codeconv.h
11545                 always enabled Japanese auto-detection
11546                 if the first letters of locale string
11547                 is "ja"
11548         * src/compose.c
11549                 don't use "destroy" signal to destroy
11550                 Compose object (fix rare crashes on discard?)
11551         * src/mainwindow.c
11552         * src/messageview.c
11553         * src/prefs_send.c
11554                 added Hebrew encodings
11555         * src/sourcewindow.c
11556                 don't use "destroy" signal to destroy
11557                 objects
11559 2005-06-07 [colin]      1.9.11cvs45
11561         * src/summaryview.c
11562                 Add missing unlocks/locks
11564 2005-06-07 [paul]       1.9.11cvs44
11566         * src/summaryview.c
11567                 restore bug #749 fix
11569 2005-06-06 [colin]      1.9.11cvs43
11571         * src/summaryview.c
11572                 Fix selection bug when prefs_common.open_unread 
11573                 is FALSE
11575 2005-06-06 [colin]      1.9.11cvs42
11577         * src/common/md5.c
11578                 Fix a warning
11579         * src/summaryview.c
11580         * src/folderview.c
11581                 Factorize long operations beginning and end
11582                 (locking, freezing/thawing, cursor, ...)
11583                 Check selection->data member in selection-
11584                 related loops; this avoids dying an awful
11585                 death if the selection changes on us while
11586                 we're marking a whole IMAP folder unread, 
11587                 for example.
11589 2005-06-06 [paul]       1.9.11cvs41
11591         * src/textview.c
11592                 don't g_free() a static gchar buffer
11594 2005-06-05 [colin]      1.9.11cvs40
11596         * src/mainwindow.c
11597         * src/messageview.c
11598         * src/summaryview.c
11599                 Fix bug #749 (Show all headers should be
11600                 sticky as the GUI suggests)
11602 2005-06-03 [paul]       1.9.11cvs39
11604         * src/compose.c
11605                 don't allow editing of mail while sending.
11606                 patch by Colin
11608 2005-06-03 [paul]       1.9.11cvs38
11610         * src/folderview.c
11611                 add a freeze/thaw to speed up 'mark all read'
11613 2005-06-03 [paul]       1.9.11cvs37
11615         * src/prefs_message.c
11616                 reflect changes immediately
11618 2005-06-02 [colin]      1.9.11cvs36
11620         * po/POTFILES.in
11621                 Patch by Fabien Vantard.
11623 2005-06-02 [colin]      1.9.11cvs35
11625         * src/imap.c
11626                 Use a non-blocking imap_getline() if possible.
11627                 This should completely prevent the interface
11628                 from freezin on imap operations, although it
11629                 may do strange stuff in case of folder switching
11630                 while a big imap operation is taking place...
11632                 In addition, fix a leak in the case thread
11633                 creation fails on connection.
11635 2005-06-02 [colin]      1.9.11cvs34
11637         * src/crash.c
11638         * src/prefs_common.h
11639                 Fix build (prefs_common_init() doesn't exist
11640                 anymore)
11642 2005-06-02 [colin]      1.9.11cvs33
11644         * src/prefs_account.c
11645                 Fix bug #245 (filtering rules broken when
11646                 renaming a remote account (imap4 or nntp)
11648 2005-06-02 [colin]      1.9.11cvs32
11650         * src/imap.c
11651                 Try to fix IMAP shortcomings: 
11652                 o Multithread imap_open()
11653                 o allow offline-mode overriding instead of
11654                   just returning NULL
11655         * src/imap_gtk.c
11656         * src/imap_gtk.h
11657                 Add a function to ask whether we want to
11658                 override offline-mode for 10 minutes (one-shot
11659                 asking was painful)
11660         * src/procheader.c
11661                 Fix segfault when imap parser isn't happy about
11662                 a missing {
11664 2005-06-01 [colin]      1.9.11cvs31
11666         * src/addrharvest.c
11667         * src/compose.c
11668         * src/mbox.c
11669         * src/mbox.h
11670         * src/mh.c
11671         * src/msgcache.c
11672         * src/send_message.c
11673         * src/setup.c
11674         * src/undo.c
11675         * src/common/hooks.c
11676         * src/common/prefs.c
11677         * src/common/template.c
11678         * src/common/utils.c
11679         * src/gtk/gtkutils.c
11680         * src/gtk/inputdialog.c
11681         * src/gtk/menu.c
11682         * src/gtk/pluginwindow.c
11683         * src/gtk/prefswindow.c
11684         * src/plugins/pgpmime/passphrase.c
11685         * src/plugins/pgpmime/prefs_gpg.c
11686                 More -Wall fixes
11688         * src/common/Makefile.am
11689         * src/common/timing.h
11690                 Add basic timing code
11692         * src/summaryview.c
11693                 Fix a bug with unread messages when 
11694                 re-sorting folders, and by the way
11695                 fix a big performance hit when 
11696                 re-sorting (10k mails: before 5s,
11697                 after .5s)
11699         * src/prefs_compose_writing.c
11700         * src/prefs_compose_writing.h
11701         * src/prefs_message.c
11702         * src/prefs_message.h
11703         * src/prefs_other.c
11704         * src/prefs_other.h
11705         * src/prefs_quote.c
11706         * src/prefs_quote.h
11707         * src/prefs_receive.c
11708         * src/prefs_receive.h
11709         * src/prefs_send.c
11710         * src/prefs_send.h
11711         * src/prefs_summaries.c
11712         * src/prefs_summaries.h
11713                 Fix copyright banner
11715 2005-06-01 [paul]       1.9.11cvs30
11717         * po/fi.po
11718                 updated by Flammie Pirinen
11719         * src/procmime.c
11720                 fix 'Bad BASE64 content' output
11722 2005-05-31 [colin]      1.9.11cvs29
11724         * src/procmime.c
11725                 Oops, where did my hunk go.
11727 2005-05-31 [colin]      1.9.11cvs28
11729         * src/Makefile.am
11730         * src/account.c
11731         * src/action.c
11732         * src/addr_compl.c
11733         * src/addressbook.c
11734         * src/codeconv.c
11735         * src/compose.c
11736         * src/export.c
11737         * src/folder.c
11738         * src/folderview.c
11739         * src/image_viewer.c
11740         * src/main.c
11741         * src/mainwindow.c
11742         * src/messageview.c
11743         * src/mimeview.c
11744         * src/msgcache.c
11745         * src/prefs_account.c
11746         * src/prefs_actions.c
11747         * src/prefs_common.c
11748         * src/prefs_compose_writing.c
11749         * src/prefs_customheader.c
11750         * src/prefs_ext_prog.c
11751         * src/prefs_filtering.c
11752         * src/prefs_filtering_action.c
11753         * src/prefs_fonts.c
11754         * src/prefs_image_viewer.c
11755         * src/prefs_message.c
11756         * src/prefs_message.h
11757         * src/prefs_msg_colors.c
11758         * src/prefs_other.c
11759         * src/prefs_other.h
11760         * src/prefs_quote.c
11761         * src/prefs_receive.c
11762         * src/prefs_receive.h
11763         * src/prefs_send.c
11764         * src/prefs_send.h
11765         * src/prefs_spelling.c
11766         * src/prefs_summaries.c
11767         * src/prefs_summary_column.c
11768         * src/prefs_template.c
11769         * src/prefs_themes.c
11770         * src/prefs_toolbar.c
11771         * src/prefs_wrapping.c
11772         * src/procmime.c
11773         * src/procmsg.c
11774         * src/send_message.h
11775         * src/ssl_manager.c
11776         * src/summary_search.c
11777         * src/summaryview.c
11778         * src/textview.c
11779         * src/wizard.c
11780         * src/common/smtp.c
11781         * src/common/smtp.h
11782         * src/gtk/gtkutils.h
11783                 o Move the rest of Common prefs to new style
11784                 o Lots of -Wall warning fixes
11785                 o fix FIXME in cache memusage calculation
11786                 o Let return receipts be sent from any account
11787                 o Little cache optimisation (read)
11788                 o Fix bug #746 (don't treat commas as separators
11789                   when inside a quoted string)
11791 2005-05-31 [paul]       1.9.11cvs27
11793         * src/prefs_common.c
11794                 fix 'off-by-one' typo
11796 2005-05-31 [paul]       1.9.11cvs26
11798         * src/account.c
11799         * src/addr_compl.c
11800         * src/compose.c
11801         * src/foldersel.c
11802         * src/prefs_actions.c
11803         * src/prefs_common.c
11804         * src/prefs_common.h
11805         * src/prefs_customheader.c
11806         * src/prefs_display_header.c
11807         * src/prefs_filtering.c
11808         * src/prefs_filtering_action.c
11809         * src/prefs_matcher.c
11810         * src/prefs_summaries.c
11811         * src/prefs_summary_column.c
11812         * src/prefs_template.c
11813         * src/prefs_toolbar.c
11814         * src/ssl_manager.c
11815         * src/gtk/pluginwindow.c
11816         * src/gtk/prefswindow.c
11817         * src/gtk/progressdialog.c
11818                 add hidden prefs 'enable_rules_hint'
11819                 for gtk_tree_view_set_rules_hint()
11820                 (sync with main)
11821                 
11823 2005-05-31 [colin]      1.9.11cvs25
11825         * src/Makefile.am
11826         * src/main.c
11827         * src/prefs_common.c
11828         * src/prefs_summaries.c ** ADDED **
11829         * src/prefs_summaries.h ** ADDED **
11830                 Common/Display -> Display/Summaries
11832 2005-05-31 [colin]      1.9.11cvs24
11834         * src/Makefile.am
11835         * src/main.c
11836         * src/prefs_quote.c ** ADDED **
11837         * src/prefs_quote.h ** ADDED **
11838                 Move Common/Quote to Compose/Quoting
11839         * src/prefs_common.c
11840         * src/prefs_common.h
11841                 Remove old quote stuff, add
11842                 convenience functions for GtkTextView prefs
11843         * src/gtk/prefswindow.c
11844                 Set default height higher
11846 2005-05-30 [colin]      1.9.11cvs23
11848         * src/Makefile.am
11849         * src/main.c
11850         * src/prefs_common.c
11851         * src/prefs_compose_writing.c ** ADDED **
11852         * src/prefs_compose_writing.h ** ADDED **
11853                 Move Common/Compose prefs to Compose/Writing
11855 2005-05-30 [colin]      1.9.11cvs22
11857         * src/common/utils.c
11858                 Fix bug #651 (Confused Attract by Subject)
11859                 Patch by M. Benkmann <haferfrost@web.de>
11860         * AUTHORS
11862 2005-05-30 [colin]      1.9.11cvs21
11864         * src/compose.c
11865                 Fix concatenation of different headers of
11866                 the same type (bug #645)
11867         * src/prefs_folder_item.c
11868                 Fix bug #699 (setting color to black doesn't
11869                 work immediately)
11870         * src/procmime.c
11871                 Print out decoding error only once per
11872                 block
11874 2005-05-30 [paul]       1.9.11cvs20
11876         * src/common/template.c
11877                 fix Bcc
11879 2005-05-30 [paul]       1.9.11cvs19
11881         * doc/src/rfc2368.txt   **NEW FILE**
11882         * src/compose.c
11883                 compose_entries_set(): don't interpret Bcc
11884                 header field (conform to RFC 2368)
11885                 (sync with main)
11887 2005-05-29 [colin]      1.9.11cvs18
11889         * src/prefs_common.c
11890                 Let the default reply format respect
11891                 netiquette by cutting the signature.
11893 2005-05-29 [colin]      1.9.11cvs17
11895         * src/summaryview.c
11896                 Don't let always_show_msg override
11897                 open_unread_on_enter when opening a new
11898                 directory.
11900 2005-05-27 [paul]       1.9.11cvs16
11902         sync with main:
11904         * src/main.c
11905                 app_will_exit(): cleanup tmp directory when exit
11906         * src/message_search.c
11907                 improved the interface and made code cleanup.
11908                 removed Clear button
11909         * src/send_message.c
11910                 send_message_local(): use GSpawn, and detect errors
11911         * src/summary_search.c
11912                 improved the interface and made code cleanup
11913         * src/textview.c
11914                 textview_write_link(): also skip non-ascii space
11915                  at the head of link strings (phishing check
11916                  didn't work at the case)
11917         * src/common/utils.c
11918                 get_command_output(): use g_spawn_command_line_sync()
11919                 instead of popen()
11921 2005-05-26 [colin]      1.9.11cvs15
11923         * src/folder.c
11924                 remove printf
11926 2005-05-26 [colin]      1.9.11cvs14
11928         * src/common/nntp.c
11929                 Fix nntp mode reader (bug #611)
11930                 Patch by Florian Mickler <florian@mickler.org>
11932 2005-05-26 [colin]      1.9.11cvs13
11934         * src/plugins/pgpmime/passphrase.c
11935                 Fix mouse grabbing (bug #557)
11937 2005-05-26 [colin]      1.9.11cvs12
11939         * src/prefs_themes.c
11940                 Fix g_warning (bug #541)
11942 2005-05-26 [colin]      1.9.11cvs11
11944         * src/prefs_actions.c
11945         * src/prefs_template.c
11946                 Fix bug #506 (no warning if action/template
11947                 is not saved)
11948         * src/common/template.c
11949                 Fix a possible crash
11951 2005-05-26 [colin]      1.9.11cvs10
11953         * src/folder.c
11954         * src/folderview.c
11955         * src/procmsg.c
11956         * src/summaryview.c
11957                 Forbid locked messages to be moved or
11958                 deleted. Locked messages in trashes 
11959                 still get deleted, for performance
11960                 reason (mh.c::mh_remove_all_msgs)
11962 2005-05-25 [colin]      1.9.11cvs9
11964         * src/procmime.c
11965                 Use correct encoding when sending mails
11966                 with attachments that have accentued 
11967                 chars in their name
11969 2005-05-24 [colin]      1.9.11cvs8
11971         * src/summaryview.c
11972                 Fix bug #688 f) read/unread marker not
11973                 changed on first click
11974                 Also, optimize summary_status_show()
11975                 calls
11976         * src/folder.c
11977         * src/inc.c
11978         * src/procmime.c
11979                 Fix bug #688 b) and c) wrt message
11980                 attachments and signature
11981         * src/stock_pixmap.c
11982         * src/stock_pixmap.h
11983         * src/stock_pixmap.c
11984         * src/stock_pixmap.h
11985         * src/Makefile.am
11986         * src/pixmaps/clip_gpg_signed.xpm
11987                 Add clip/signed icon
11989 2005-05-24 [colin]      1.9.11cvs7
11991         * src/folder_item_prefs.c
11992                 whitespace fix
11994 2005-05-24 [colin]      1.9.11cvs6
11996         * src/folderview.c
11997         * src/prefs_common.c
11998         * src/prefs_common.h
11999                 Add a confirmation to folder drag and drop
12000                 fixes bug #156
12001         * src/alertpanel.c
12002         * src/alertpanel.h
12003                 fix _with_disable parameters so that
12004                 the buttons labels are specifiable too
12005         * src/plugins/pgpmime/sgpgme.c
12006                 reflect said change
12007                 
12009 2005-05-24 [colin]      1.9.11cvs5
12011         * src/folderview.c
12012                 Uncollapse/collapse folders on double-click
12013                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12014                 closes bug #108
12016 2005-05-23 [colin]      1.9.11cvs4
12018         * src/common/socket.c
12019                 Check another special SSL_peek() error.
12020                 Should help wrt bug #728
12022 2005-05-23 [colin]      1.9.11cvs3
12024         * src/plugins/pgpmime/pgpmime.c
12025                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12026                 breaking menu accelerators and stuff. Users will have to
12027                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12028                 account's privacy preferences if needed.
12030 2005-05-22 [paul]
12032         * tools/kdeservicemenu/install.sh
12033                 use kdesu to prompt for root password if doing
12034                 global install/uninstall
12036 2005-05-20 [colin]      1.9.11cvs2
12038         * src/procmsg.c
12039                 Fix another compilation error with gcc-2.9x
12040                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12041         * src/send_message.c
12042                 Don't send QUIT if we aren't connected
12044 2005-05-19 [colin]      1.9.11cvs1
12046         * src/procmsg.c
12047                 Fix compilation with gcc 2.9x
12049 2005-05-19 [paul]       1.9.11
12051         1.9.11 released
12053 2005-05-19 [paul]       1.9.9cvs14
12055         * src/gtk/inputdialog.c
12056                 prevent gettext warning
12058 2005-05-19 [paul]       1.9.9cvs13
12060         * src/mainwindow.c
12061         * src/prefs_common.c
12062         * src/prefs_common.h
12063         * src/textview.c
12064         * src/textview.h
12065                 add an option to toggle cursor in message
12066                 view (sync with main)
12068 2005-05-18 [colin]      1.9.9cvs12
12070         * src/compose.c
12071                 Dereference freed pointer
12072         * src/gtk/gtkaspell.c
12073                 Fix duplication of dictionaries (is it an aspell issue?)
12075 2005-05-18 [colin]      1.9.9cvs11
12077         * src/gtk/inputdialog.c
12078         * src/gtk/gtkaspell.c
12079                 HIGuify dialogs
12080         * src/alertpanel.c
12081                 Remove a double call
12083 2005-05-17 [colin]      1.9.9cvs10
12085         * src/gtk/gtkaspell.c
12086                 Fix dialogs, Ctrl-Enter accel
12088 2005-05-17 [colin]      1.9.9cvs9
12090         * src/gtk/gtkaspell.c
12091                 Fix some accelerators, escape in replace-window
12093 2005-05-16 [colin]      1.9.9cvs8
12095         * src/gtk/gtkaspell.c
12096                 Revert last commit, it was a mistake.
12098 2005-05-16 [colin]      1.9.9cvs7
12100         * src/gtk/gtkaspell.c
12101                 Remove buggy code while we're at it. It's a 
12102                 dead code path anyway.
12104 2005-05-16 [colin]      1.9.9cvs6
12106         * src/gtk/gtkaspell.c
12107                 Missed some gtk_menu_popup where deactivate
12108                 signal should be handled. Should fix bug
12109                 #629 a bit more.
12111 2005-05-16 [colin]      1.9.9cvs5
12113         * src/gtk/gtkaspell.c
12114                 Remove debug printf()s
12116 2005-05-16 [colin]      1.9.9cvs4
12118         * src/gtk/gtkaspell.c
12119                 Fix a bit aspell problems
12120                 (see bug #629)
12122 2005-05-13 [colin]      1.9.9cvs3
12124         * src/folderview.c
12125                 Fix the + appearing even when no subfolders
12126                 have unread messages. Thanks to wwp for the
12127                 bug report.
12129 2005-05-11 [paul]       1.9.9cvs2
12131         * src/folderview.c
12132                 correction to 1.9.9cvs1, only colour folders that
12133                 have new msgs (not unread msgs)
12135 2005-05-10 [colin]      1.9.9cvs1
12137         * src/folderview.c
12138         * src/summaryview.c
12139                 Try to fix bolding bugs again.
12141 2005-05-09 [paul]
12143         * tools/claws.i18n.status.pl
12144                 add Ricardo Mones Lastra's script that has been providing
12145                 the i18n status page for many months
12147 2005-05-09 [paul]       1.9.9
12149         1.9.9 release
12151 2005-05-09 [paul]       1.9.6cvs58
12153         * AUTHORS
12154         * INSTALL
12155         * README.claws
12156                 updated
12157         * Makefile.am 
12158         * RELEASE_NOTES.claws
12159                 add release notes to cvs to simplify release
12160                 procedure
12161         * configure.ac
12162                 add ca and fi to ALL_LINGUAS
12163         * po/Makefile.in.in
12164                 workaround for missing Makevars
12165         * po/ca.po
12166         * po/fi.po
12167                 add new Catalan and Finnish translations
12168                 submitted by Miquel Oliete and Flammie Pirinen
12169         * po/de.po
12170         * po/es.po
12171         * po/fr.po
12172         * po/it.po
12173         * po/pl.po
12174         * po/ru.po
12175         * po/sk.po
12176         * po/sr.po
12177         * po/zh_CN.po
12178                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12179                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12180                 Urke MMI, and Hansom Young
12181         * src/main.c
12182                 Fix drafting when quitting. compose_draft() closes the
12183                 compose windows, which modifies the compose_list GSList.
12184                 We have to refresh this list after echo drafting to avoid a
12185                 segfault
12186         * src/partial_download.c
12187                 fix segfault on exit
12189 2005-05-06 [paul]       1.9.6cvs57
12191         * src/grouplistdialog.c
12192                 quick fix/workaround for unresizeable newsgroup
12193                 name column 
12195 2005-05-06 [paul]       1.9.6cvs56
12197         * src/inc.c
12198         * src/mainwindow.c
12199                 use gettext plural forms
12200         * src/imap_gtk.c
12201         * src/mh_gtk.c
12202         * src/toolbar.c
12203                 small improvement to english usage
12205 2005-05-05 [thorsten]   1.9.6cvs55
12207         * src/folder.c
12208                 fix possible crash
12210 2005-05-05 [paul]       1.9.6cvs54
12211         
12212         sync with HEAD
12214         * AUTHORS
12215         * src/compose.c
12216                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12217                 patch by Tim Mann
12219 2005-05-05 [paul]       1.9.6cvs53
12221         * src/mainwindow.c
12222                 fix resizing of separate message and
12223                 folder views
12225 2005-05-05 [paul]       1.9.6cvs52
12227         * src/account.c
12228         * src/addrgather.c
12229         * src/browseldap.c
12230         * src/exphtmldlg.c
12231         * src/expldifdlg.c
12232         * src/importmutt.c
12233         * src/importpine.c
12234         * src/main.c
12235         * src/mainwindow.c
12236         * src/noticeview.c
12237         * src/prefs_filtering.c
12238         * src/prefs_filtering_action.c
12239         * src/prefs_matcher.c
12240         * src/prefs_spelling.c
12241         * src/prefs_toolbar.c
12242         * src/toolbar.c
12243         * src/wizard.c
12244         * src/gtk/description_window.c
12245         * src/gtk/gtkvscrollbutton.c
12246         * src/gtk/progressdialog.c
12247         * src/gtk/quicksearch.c
12248         * src/plugins/pgpmime/prefs_gpg.c
12249         * src/plugins/spamassassin/spamassassin_gtk.c
12250                 replace deprecated gtk_widget_set_usize
12252 2005-05-04 [colin]      1.9.6cvs51
12254         * src/common/utils.c
12255                 Fix crash when subst_for_filename is called
12256                 with a NULL parameter
12258 2005-05-04 [colin]      1.9.6cvs50
12260         * src/partial_download.c
12261         * src/pop.c
12262                 Escape login when writing uidl file
12263                 fixes bug #736
12265 2005-05-03 [colin]      1.9.6cvs49
12267         * src/procmime.c
12268                 Fix possible DOS in mime parser
12269                 (see bug #634)
12271 2005-05-02 [colin]      1.9.6cvs48
12273         * src/compose.c
12274                 Try to fix the copy/paste mess once again.
12277 2005-04-30 [colin]      1.9.6cvs47
12279         * src/prefs_account.h
12280         * src/procmsg.c
12281         * src/send_message.c
12282         * src/common/smtp.c
12283         * src/common/smtp.h
12284                 Try to batch sending mails (per account) instead of
12285                 reconnecting to server every time.
12287 2005-04-29 [colin]      1.9.6cvs46
12289         * src/messageview.c
12290                 Fix window resizing that refused to size down
12291         * src/prefs_common.c
12292         * src/prefs_common.h
12293         * src/prefs_filtering.c
12294                 Save Filtering's window size
12296 2005-04-21 [paul]       1.9.6cvs45
12298         * ChangeLog-gtk2.claws
12299         * src/setup.c
12300                 correction to sync
12302 2005-04-21 [paul]       1.9.6cvs44
12304         sync with main:
12306         * src/setup.c
12307         * src/statusbar.c
12308         * src/statusbar.h
12309                 use gtkut_widget_draw_now(). Improved performance
12310                 of the update of statusbar
12311         * src/textview.c
12312                 textview_smooth_scroll_do(): redraw it after scroll
12313                 is done (fixed incorrect display when a part of the
12314                 view is hidden).
12315         * src/gtk/gtkutils.c
12316         * src/gtk/gtkutils.h
12317                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12318                 to force update of widgets.
12319                 Removed gtkut_widget_wait_for_draw() which had a big
12320                 overhead  because of waiting for all events processed 
12322 2005-04-20 [paul]       1.9.6cvs43
12324         * src/codeconv.c
12325                 complete 1.9.6cvs42's sync:
12326                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12328 2005-04-19 [paul]       1.9.6cvs42
12330         sync with main:
12332         * src/action.c
12333                 catch_output(): correctly select the insert text
12334                 (fix invalid iterator warnings).
12335         * src/codeconv.c
12336         * src/codeconv.h
12337         * src/mainwindow.c
12338         * src/messageview.c
12339         * src/prefs_common.c
12340                 support GBK encoding.
12341         * src/common/session.c
12342         * src/common/session.h
12343                 use separate buffer for large data to be sent,
12344                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12346 2005-04-18 [paul]       1.9.6cvs41
12348         * src/jpilot.c
12349                 convert unsigned long into guint32
12350                 patch by Paul LeoNerd Evans 
12352 2005-04-17 [colin]      1.9.6cvs40
12354         * src/compose.c
12355                 Fix 'Request return receipt' from folder
12356                 properties (bug #708)
12358 2005-04-17 [colin]      1.9.6cvs39
12360         * src/mainwindow.c
12361                 Fix duplicate hotkeys in Mainwindow's menu
12363 2005-04-17 [colin]      1.9.6cvs38
12365         * src/folderview.c
12366                 Fix duplicate hotkeys in Folderview's contextual
12367                 menu
12369 2005-04-15 [colin]      1.9.6cvs37
12371         * src/summaryview.c
12372                 Fix 'Save as...' with non-ascii filenames
12374 2005-04-15 [colin]      1.9.6cvs36
12376         * src/plugins/pgpmime/pgpmime.c
12377                 Fix bus error on 64bit. Spotted by 
12378                 macallan1888@gmail.com
12380 2005-04-15 [colin]      1.9.6cvs35
12382         * src/prefs_account.c
12383                 Fix cvs34.
12385 2005-04-12 [colin]      1.9.6cvs34
12387         * src/prefs_account.c
12388                 Fix smtp auth type off-by-one. We forgot to
12389                 add PLAIN in the prefs-to-gui setter func and
12390                 as a result, the selected auth when opening
12391                 account prefs was not the correct one.
12393 2005-04-12 [paul]       1.9.6cvs33
12395         * src/inc.c
12396                 if the recv dialog is visible, Cancel only
12397                 cancels the current account
12400 2005-04-10 [colin]      1.9.6cvs32
12402         * src/filtering.c
12403                 Copy score when copying FilteringActions
12404                 Fix bug #674
12406 2005-04-10 [colin]      1.9.6cvs31
12408         * src/inc.c
12409                 Make Message -> Receive -> Cancel cancel 
12410                 incorporation on all accounts. Fixes
12411                 bug #693
12413 2005-04-10 [colin]      1.9.6cvs30
12415         * src/prefs_account.c
12416                 Update Privacy checkbuttons status based
12417                 on the selected privacy system
12418         * src/compose.c
12419                 Always connect the "None" privacy system; the
12420                 static boolean was probably there to avoid
12421                 reconnecting twice in the same compose window,
12422                 but as the parent function is only called once
12423                 per compose, it's only a bug - as a static is
12424                 initialized once per application instance.
12425                 Also, don't uncheck Sign and Encrypt when
12426                 selecting None as privacy system; just ignore
12427                 them when sending/queuing.
12428                 Should fix bug #695
12430 2005-04-08 [colin]      1.9.6cvs29
12432         * src/account.c
12433         * src/prefs_account.c
12434         * src/prefs_account.h
12435                 Add account preference to queue message in a certain
12436                 folder.
12438 2005-04-06 [colin]      1.9.6cvs28
12440         * src/prefs_account.c
12441                 Update old inbox path syntax
12443 2005-04-06 [paul]       1.9.6cvs27
12445         sync with main:
12447         * configure.ac
12448                 changed -traditional-cpp to -no-cpp-precomp for newer
12449                 Mac OS X support
12450         * src/foldersel.c
12451                 made column resize automatically
12452         * src/send_message.c
12453                 send_message_smtp(): consider EOF right after QUIT
12454                 successful (workaround for Gmail SMTP server)
12455         * src/common/socket.c
12456                 ssl_read(), ssl_peek(): check EOF which violates the
12457                 SSL protocol
12458         * src/gtk/colorlabel.c
12459                 removed warnings when displaying colorlabel menu
12460                 (don't use GtkAlignment)
12462 2005-04-05 [paul]       1.9.6cvs26
12464         * src/plugins/trayicon/trayicon.c
12465                 fix clipping of icon under KDE3 
12467 2005-04-05 [paul]       1.9.6cvs25
12469         * src/summaryview.c
12470                 hide display of threading
12471                 patch by Alfons
12473 2005-04-04 [thorsten]   1.9.6cvs24
12475         * src/mh.c
12476                 marks lost on filesystems with different stat() results on
12477                 summer-/wintertime
12479 2005-04-03 [colin]      1.9.6cvs23
12481         * src/summaryview.c
12482                 Don't handle up/down. Patch by Alfons
12484 2005-04-02 [colin]      1.9.6cvs22
12486         * src/summaryview.c
12487                 Make scrolling faster. Patch by Alfons.
12489 2005-04-01 [colin]      1.9.6cvs21
12491         * src/Makefile.am
12492         * src/stock_pixmap.c
12493         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12494         * src/pixmaps/dir_noselect.xpm ** ADDED **
12495                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12497 2005-04-01 [colin]      1.9.6cvs20
12499         * src/image_viewer.c
12500         * src/image_viewer.h
12501         * src/procmime.c
12502         * src/procmime.h
12503         * src/textview.c
12504         * src/textview.h
12505                 Implement inline image resizing and right-clicking
12507 2005-04-01 [paul]       1.9.6cvs19
12509         * AUTHORS
12510         * Makefile.am
12511         * configure.ac
12512                 check for gnome2
12513                 patch by Luca Cavalli <loopback<AT>slackit.org>
12514         * po/ru.po
12515                 updated by Pavlo Bohmat
12517 2005-03-31 [colin]      1.9.6cvs18
12519         * src/news.c
12520                 Fix parsing references
12521         * src/msgcache.c
12522                 don't put nulls in the references list
12523         * src/procheader.c
12524                 commit that forgotten file in 1.9.6cvs14
12526 2005-03-31 [colin]      1.9.6cvs17
12528         * src/compose.c
12529                 Fix joining of signature separator again. 
12530                 Maybe Hiro could put it in main too...
12532 2005-03-31 [colin]      1.9.6cvs16
12534         * src/Makefile.am
12535         * src/foldersel.c
12536         * src/stock_pixmap.c
12537         * src/stock_pixmap.h
12538         * src/pixmaps/dir-noselect.xpm
12539                 Update foldersel.c (sync from main, patch by Alfons)
12541 2005-03-30 [colin]      1.9.6cvs15
12543         * src/imap.c
12544                 Fix handling of imap folders containing [] in 
12545                 their name. Thanks to Nahuel Angelinetti for
12546                 the detailed bugreport.
12548 2005-03-30 [colin]      1.9.6cvs14
12550         * src/common/utils.h
12551         * src/common/utils.c
12552         * src/common/defs.h
12553         * src/matcher.c
12554         * src/msgcache.c
12555         * src/news.c
12556         * src/procmsg.c
12557         * src/procmsg.h
12558         * src/quote_fmt_parse.y
12559         * src/summaryview.c
12560                 Update references system. Patch by Alfons
12562 2005-03-30 [colin]      1.9.6cvs13
12564         * src/common/socket.c
12565                 Force the glibc to read resolv.conf again when 
12566                 it has changed. Should fix issues when changing
12567                 networks on a laptop and not restarting sylpheed. 
12569 2005-03-30 [paul]       1.9.6cvs12
12571         partial sync with main:
12573         * src/action.c
12574                 create_io_dialog(): use user-defined text font
12575                 (thanks to Alfons), and modified its appearance.
12576         * src/addrgather.c
12577         * src/addrharvest.c
12578         * src/browseldap.c
12579                 replace old code
12580         * src/compose.c
12581                 don't join (presumably) itemized lines on line-wrapping
12582                 fixed wrapping of quote when auto-wrapping is enabled
12583                 compose_destroy(): destroy paned only if it's not
12584                 attached to window. Fixed memory leak of popup menu.
12585         * src/exphtmldlg.c
12586         * src/expldifdlg.c
12587                 replace old code
12588         * src/html.c
12589         * src/html.h
12590         * src/importmutt.c
12591         * src/importpine.c
12592                 replace old code
12593         * src/main.c
12594                 removed redundant code
12595         * src/mainwindow.c
12596                 changed 'Code set' (which is rather incorrect)
12597                 in the menu to 'Character encoding'
12598                 main_window_set_widgets(): request size first
12599                 to prevent window size becoming wrong
12600                 fixed remembering of the state of the visibility
12601                 of MessageView
12602         * src/messageview.c
12603                 changed 'Code set' (which is rather incorrect)
12604                 in the menu to 'Character encoding'
12605         * src/prefs_common.c
12606         * src/prefs_common.h
12607                 added an option whether to render HTML as text or not
12608                 added separators to outgoing encoding menu
12609         * src/procheader.c
12610                 procheader_scan_date_string(): support header
12611                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12612         * src/summaryview.c
12613         * src/summaryview.h
12614                 minor code cleanup
12615         * src/textview.c
12616                 textview_show_html(): force output of newline
12617                 added an option whether to render HTML as text or not
12618         * src/common/utils.c
12619                 strncpy2(): optimized based on Alfons' code
12620         * src/gtk/gtkutils.c
12621         * src/gtk/gtkutils.h
12622                 removed non-used code
12623         * src/plugins/pgpmime/passphrase.c
12624                 partially fixed grab input of passphrase dialog
12625                 Confine pointer to window
12627 2005-03-30 [colin]      1.9.6cvs11
12629         * src/msgcache.c
12630         * src/msgcache.h
12631                 Read/write 32bit ints from cache & marks
12632                 From main.
12634 2005-03-29 [paul]       1.9.6cvs10
12636         * AUTHORS
12637         * ChangeLog.claws
12638         * src/compose.c
12639         * src/gtk/gtkaspell.c
12640                 sync with HEAD (don't pass NULL pointers) 
12642 2005-03-24 [paul]
12644         * tools/Makefile.am
12645         * tools/README
12646         * tools/acroread2sylpheed.pl
12647                 sync with HEAD (add script to send pdfs as
12648                 attachments from Adobe Reader 7)
12650 2005-03-21 [paul]       1.9.6cvs9
12652         * configure.ac
12653         * po/POTFILES.in
12654         * src/Makefile.am
12655         * src/crash.c
12656         * src/image_viewer.c ** ADDED **
12657         * src/image_viewer.h ** ADDED **
12658         * src/main.c
12659         * src/prefs_common.c
12660         * src/prefs_common.h
12661         * src/prefs_image_viewer.c ** ADDED **
12662         * src/prefs_image_viewer.h ** ADDED **
12663         * src/textview.c
12664         * src/gtk/about.c
12665         * src/pixmaps/sylpheed_logo.xpm
12666         * src/plugins/Makefile.am
12667         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12668         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12669         * src/plugins/image_viewer/plugin.c ** REMOVED **
12670         * src/plugins/image_viewer/viewer.c ** REMOVED **
12671         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12672         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12673         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12674         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12675         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12676                 as gdk-pixbuf is now built-in
12677                 remove image_viewer plugin and put code back into
12678                 main codebase
12679                 implement inline image display (sync with main)
12681                 replace logo with newer, nicer, larger version  
12683 2005-03-21 [paul]       1.9.6cvs8
12685         * src/gtk/about.c
12686                 cosmetic improvement
12688 2005-03-21 [holger]     1.9.6cvs7
12690         * src/plugins/spamassassin/spamassassin.c
12691                 Sync with HEAD
12692                 (unregister hook on failed plugin init)
12694 2005-03-20 [colin]      1.9.6cvs6
12696         * src/common/plugin.c
12697                 Check that plugin isn't already loaded
12698                 Patch by Alfons
12700 2005-03-20 [thorsten]   1.9.6cvs5
12702         * src/compose.c
12703                 use a more compatible syntax
12705 2005-03-20 [thorsten]   1.9.6cvs4
12707         * src/prefs_toolbar.c
12708                 fix crash when selecting toolbar item (uninitialized pointer)
12710 2005-03-20 [thorsten]   1.9.6cvs3
12712         * src/procmime.c
12713                 fix mimetype detection (referenced free()d string)
12715 2005-03-20 [paul]       1.9.6cvs2
12717         * src/compose.c
12718                 sync with HEAD (1.0.3cvs5)
12719                 neglect Reply-To header if empty
12720                 Patch by Alfons 
12722 2005-03-19 [holger]     1.9.6cvs1
12724         * src/summaryview.c
12725         * src/summaryview.h
12726                 Sync with HEAD
12728 2005-03-18 [paul]       1.9.6
12730         initial GTK2 release
12732 2005-03-18 [paul]       1.0.3cvs3.1
12734         * AUTHORS
12735         * ChangeLog.claws
12736         * configure.ac
12737         * src/gtk/about.c
12738         * src/pixmaps/sylpheed_logo.xpm
12739                 sync with HEAD
12741 2005-03-18 [colin]      1.0.3cvs2.6
12743         * src/summaryview.c
12744                 Remove call to summary_step in summary_copy_selected_to
12745                 Can't see its purpose, and this causes bug when copying
12746                 a message if the next one is unread: it reads it.
12748 2005-03-18 [paul]       1.0.3cvs2.5
12750         * src/foldersel.c
12751                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12753 2005-03-18 [paul]       1.0.3cvs2.4
12755         * src/addrharvest.c
12756         * src/codeconv.c
12757         * src/codeconv.h
12758         * src/compose.c
12759         * src/news.c
12760         * src/procheader.c
12761         * src/procmime.c
12762         * src/unmime.c
12763         * src/unmime.h
12764                 fix buffer overflow, CAN-2005-0667, see
12765                 http://secunia.com/advisories/14491/
12766                 Patch by Alfons
12768 2005-03-17 [colin]      1.0.3cvs2.3
12770         * src/prefs_fonts.c
12771         * src/summaryview.c
12772                 Fix font bugs (both lists now officialy share 
12773                 the same font)
12774                 
12776 2005-03-17 [paul]       1.0.3cvs2.2
12778         * src/gtk/pluginwindow.c
12779                 make plugin descriptions uneditable
12781 2005-03-11 [paul]       1.0.3cvs2.1
12783         * ChangeLog.claws
12784         * configure.ac
12785         * po/POTFILES.in
12786         * src/plugins/trayicon/trayicon.c
12787                 sync with HEAD
12788                 add src/wizard.c to POTFILES.in
12790 2005-03-11 [paul]       1.0.3cvs1.1
12792         * ChangeLog
12793         * ChangeLog.claws
12794         * configure.ac
12795         * po/de.po
12796         * po/es.po
12797         * po/fr.po
12798         * po/it.po
12799         * po/pt_BR.po
12800         * po/ru.po
12801         * po/sk.po
12802         * po/sr.po
12803         * po/zh_CN.po
12804                 sync with HEAD
12806 2005-03-04 [colin]      1.0.1cvs22.2
12808         * src/compose.c
12809                 Fix signatures with accentued chars in it
12811 2005-03-04 [colin]      1.0.1cvs22.1
12813         * src/common/smtp.c
12814         * src/common/smtp.h
12815                 Don't use SIZE param in MAIL FROM: if server 
12816                 doesn't support it. Patch by Eugen Freiter
12817                 <eugen_f@users.sf.net>
12819 2005-02-27 [paul]       1.0.1cvs20.1
12821         * ChangeLog.claws
12822         * configure.ac
12823         * src/messageview.c
12824                 sync with HEAD
12826 2005-02-27 [colin]      1.0.1cvs19.4
12828         * src/procheader.c
12829         * src/procheader.h
12830                 Fix prototypes. Patch by Alfons
12832 2005-02-27 [colin]      1.0.1cvs19.3
12834         * src/compose.c
12835                 Don't auto-join the signature separator.
12837 2005-02-26 [colin]      1.0.1cvs19.2
12839         * src/summaryview.c
12840                 Fix 'mark all read' with collapsed threads.
12841                 Patch by Alfons.
12843 2005-02-25 [paul]       1.0.1cvs19.1
12845         * ChangeLog.claws
12846         * configure.ac
12847         * src/prefs_account.c
12848         * src/prefs_folder_item.c
12849         * src/gtk/prefswindow.c
12850         * src/gtk/prefswindow.h
12851                 sync with HEAD
12853 2005-02-25 [paul]       1.0.1cvs15.12
12855         * src/alertpanel.c
12856         * src/codeconv.c
12857         * src/compose.c
12858         * src/textview.c
12859         * src/gtk/gtkutils.c
12860         * src/gtk/gtkutils.h
12861         * src/gtk/logwindow.c
12862         * src/gtk/progressdialog.c
12863                 sync with main (revision 127)
12864                 and fix logwindow clipping
12866 2005-02-24 [colin]      1.0.1cvs15.11
12868         * src/plugins/pgpmime/passphrase.c
12869                 Disable input grabbing; it doesn't work yet.
12871 2005-02-24 [colin]      1.0.1cvs15.10
12873         * src/messageview.c
12874                 Don't send out receipts if offline. Ask.
12876 2005-02-23 [colin]      1.0.1cvs15.9
12878         * src/summaryview.c     
12879                 Fix expanding
12881 2005-02-23 [colin]      1.0.1cvs15.8
12883         * src/summaryview.c
12884                 Really fix Bug 568 by removing useless
12885                 calls. summary_thread_init() now called
12886                 in summary_sort(). This should please
12887                 Alfons as it should be faster than 
12888                 previously.
12890 2005-02-23 [colin]      1.0.1cvs15.7
12892         * src/compose.c
12893                 Encode parts as QP or B64 if signing
12895 2005-02-23 [colin]      1.0.1cvs15.6
12897         * src/compose.c
12898                 Fix Mimeinfo leakage (including tmp files)
12899         * src/procmsg.c
12900                 Fix tmp file leakage (spotted by Ivan Rayner)
12902 2005-02-22 [colin]      1.0.1cvs15.5
12904         * src/expldifdlg.c
12905                 Fix keyboard input. Patch by Alfons.
12907 2005-02-21 [colin]      1.0.1cvs15.4
12909         * src/compose.c
12910                 Fix Sign/Encrypt when unselecting privacy
12911                 system
12912         * src/prefs_common.c
12913                 Change default message font to Monospace
12914         * src/summaryview.c
12915                 More freezing during potentially large operations
12917 2005-02-21 [paul]       1.0.1cvs15.3
12919         * src/main.c
12920                 fix --help output
12922 2005-02-21 [paul]       1.0.1cvs15.2
12924         * po/Makefile.in.in
12925         * src/compose.c
12926         * src/summaryview.c
12927         * src/textview.c
12928         * src/common/utils.c
12929         * src/common/utils.h
12930                 sync with main (revision 117)
12932 2005-02-20 [colin]      1.0.1cvs15.1
12934         * src/common/defs.h
12935                 Change cache file to .sylpheed_claws_cache, as
12936                 suggested by Alfons. Allows people to switch
12937                 between Sylpheed and Sylpheed-Claws. it is
12938                 a good idea to "Check for new messages" at next
12939                 startup.
12942 2005-02-18 [colin]      1.0.1cvs14.1
12944         * src/quote_fmt_lex.l
12945         * src/quote_fmt_parse.y
12946                 Fix parser initialisation. Patch by Ivan.
12948 2005-02-18 [colin]      1.0.1cvs11.6
12950         * src/folderview.c
12951                 Fix scrolldown (bug 662)
12953 2005-02-17 [colin]      1.0.1cvs11.5
12955         * src/codeconv.c
12956                 conv_filename_to_utf8: return clean 7bit instead
12957                 of broken utf8 if needed
12958         * src/mimeview.c
12959                 Fix display of parts with unclean 8bit names
12961 2005-02-17 [paul]       1.0.1cvs11.4
12963         * src/compose.c
12964         * src/exportldif.c
12965         * src/matcher_parser_parse.y
12966         * src/procmime.c
12967         * src/sourcewindow.c
12968         * src/common/Makefile.am
12969         * src/common/intl.h             ** REMOVED **
12970         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12971                 sync with main (revision 109)
12972                 and clean up
12974 2005-02-16 [colin]      1.0.1cvs11.3
12976         * src/summaryview.c
12977                 Fix collapsed thread not highlighting when new
12978                 messages in it (Bug 568) Patch by Stephan Sachse.
12979                 Fix messed up selection when reaching bounds (Bug 632)
12980         * src/prefs_themes.c
12981                 Fix theme installing (Bug 684)
12983 2005-02-16 [colin]      1.0.1cvs11.2
12985         * src/messageview.c
12986                 Fix messageview_select_all
12988 2005-02-16 [colin]      1.0.1cvs11.1
12990         * src/mh.c
12991                 Sync with HEAD (MH scan required function)
12993 2005-02-15 [colin]      1.0.1cvs8.1
12995         * src/mimeview.c
12996         * src/common/utils.c
12997                 Sync with HEAD (filename chars substitution)
12999 2005-02-15 [colin]      1.0.1cvs7.3
13001         * src/gtk/pluginwindow.c
13002                 Fix button spacing
13004 2005-02-15 [colin]      1.0.1cvs7.2
13006         * src/mimeview.c
13007                 Fix mime icons not reset across message when
13008                 scrolled down
13010 2005-02-15 [colin]      1.0.1cvs7.1
13012         * src/compose.c
13013         * src/procmime.c
13014                 Sync with HEAD (optimisation of cvs6)
13016 2005-02-14 [colin]      1.0.1cvs6.1
13018         * src/compose.c
13019         * src/procmime.c
13020                 Sync with HEAD (encode "From " at line beginning)
13022 2005-02-14 [colin]      1.0.1cvs5.3
13024         * src/compose.c
13025                 Fix wrapping with accentued chars.
13027 2005-02-13 [colin]      1.0.1cvs5.2
13029         * src/textview.c
13030                 Fix email informative part parsing with
13031                 accentued chars in it. ispunct() returns
13032                 true for them in utf8...
13034 2005-02-12 [colin]      1.0.1cvs5.1
13036         * src/filtering.c
13037                 Sync with HEAD (remove wrong use of compose after send)
13039 2005-02-12 [paul]       1.0.1cvs4.5
13041         * src/textview.c
13042                 remove unnecessary code (thanks to Alfons)
13044 2005-02-12 [paul]       1.0.1cvs4.4
13046         * src/textview.c
13047                 add 'Copy' to contextual menu on emails
13049 2005-02-11 [colin]      1.0.1cvs4.3
13051         * src/compose.c
13052                 revert 1.0.0cvs28.2, it doesn't work that well.
13054 2005-02-11 [paul]       1.0.1cvs4.2
13056         * po/Makefile.in.in
13057                 fix 'make release'
13059 2005-02-10 [paul]       1.0.1cvs4.1
13061         * ChangeLog
13062         * ChangeLog.claws
13063         * ChangeLog.jp
13064         * configure.ac
13065         * src/compose.c
13066                 sync with HEAD (sync with main)
13068 2005-02-10 [paul]       1.0.1cvs3.2
13070         * AUTHORS
13071         * Makefile.am
13072         * autogen.sh
13073         * configure.ac
13074         * config/mkinstalldirs
13075         * intl/.cvsignore
13076         * intl/ChangeLog
13077         * intl/VERSION
13078         * intl/bindtextdom.c
13079         * intl/config.charset
13080         * intl/dcgettext.c
13081         * intl/dcigettext.c
13082         * intl/dcngettext.c
13083         * intl/dgettext.c
13084         * intl/dngettext.c
13085         * intl/eval-plural.h
13086         * intl/explodename.c
13087         * intl/finddomain.c
13088         * intl/gettext.c
13089         * intl/gettextP.h
13090         * intl/gmo.h
13091         * intl/hash-string.h
13092         * intl/intl-compat.c
13093         * intl/l10nflist.c
13094         * intl/libgnuintl.h.in
13095         * intl/loadinfo.h
13096         * intl/loadmsgcat.c
13097         * intl/localcharset.c
13098         * intl/localcharset.h
13099         * intl/locale.alias
13100         * intl/localealias.c
13101         * intl/localename.c
13102         * intl/log.c
13103         * intl/ngettext.c
13104         * intl/os2compat.c
13105         * intl/os2compat.h
13106         * intl/osdep.c
13107         * intl/plural-exp.c
13108         * intl/plural-exp.h
13109         * intl/plural.c
13110         * intl/plural.y
13111         * intl/ref-add.sin
13112         * intl/ref-del.sin
13113         * intl/relocatable.c
13114         * intl/relocatable.h
13115         * intl/textdomain.c
13116         * m4/Makefile.am
13117         * po/Makefile.in.in
13118         * src/Makefile.am
13119         * src/account.c
13120         * src/action.c
13121         * src/addr_compl.c
13122         * src/addressadd.c
13123         * src/addressbook.c
13124         * src/addrgather.c
13125         * src/addrindex.c
13126         * src/alertpanel.c
13127         * src/browseldap.c
13128         * src/codeconv.c
13129         * src/codeconv.h
13130         * src/compose.c
13131         * src/compose.h
13132         * src/crash.c
13133         * src/editaddress.c
13134         * src/editbook.c
13135         * src/editgroup.c
13136         * src/editjpilot.c
13137         * src/editldap.c
13138         * src/editldap_basedn.c
13139         * src/editvcard.c
13140         * src/exphtmldlg.c
13141         * src/expldifdlg.c
13142         * src/export.c
13143         * src/exporthtml.c
13144         * src/filtering.c
13145         * src/folder.c
13146         * src/folder_item_prefs.c
13147         * src/foldersel.c
13148         * src/folderview.c
13149         * src/grouplistdialog.c
13150         * src/headerview.c
13151         * src/imap.c
13152         * src/imap_gtk.c
13153         * src/import.c
13154         * src/importldif.c
13155         * src/importmutt.c
13156         * src/importpine.c
13157         * src/inc.c
13158         * src/ldif.c
13159         * src/main.c
13160         * src/mainwindow.c
13161         * src/matcher.c
13162         * src/mbox.c
13163         * src/message_search.c
13164         * src/messageview.c
13165         * src/mh.c
13166         * src/mh_gtk.c
13167         * src/mimeview.c
13168         * src/msgcache.c
13169         * src/news.c
13170         * src/news_gtk.c
13171         * src/noticeview.c
13172         * src/partial_download.c
13173         * src/pop.c
13174         * src/prefs_account.c
13175         * src/prefs_actions.c
13176         * src/prefs_common.c
13177         * src/prefs_customheader.c
13178         * src/prefs_display_header.c
13179         * src/prefs_ext_prog.c
13180         * src/prefs_filtering.c
13181         * src/prefs_filtering_action.c
13182         * src/prefs_folder_item.c
13183         * src/prefs_fonts.c
13184         * src/prefs_gtk.c
13185         * src/prefs_matcher.c
13186         * src/prefs_msg_colors.c
13187         * src/prefs_spelling.c
13188         * src/prefs_summary_column.c
13189         * src/prefs_template.c
13190         * src/prefs_themes.c
13191         * src/prefs_toolbar.c
13192         * src/prefs_wrapping.c
13193         * src/privacy.c
13194         * src/procheader.c
13195         * src/procmime.c
13196         * src/procmsg.c
13197         * src/quote_fmt.c
13198         * src/recv.c
13199         * src/send_message.c
13200         * src/setup.c
13201         * src/sourcewindow.c
13202         * src/ssl_manager.c
13203         * src/statusbar.c
13204         * src/summary_search.c
13205         * src/summaryview.c
13206         * src/textview.c
13207         * src/toolbar.c
13208         * src/wizard.c
13209         * src/common/nntp.c
13210         * src/common/plugin.c
13211         * src/common/smtp.c
13212         * src/common/ssl.c
13213         * src/common/ssl_certificate.c
13214         * src/common/string_match.c
13215         * src/common/sylpheed.c
13216         * src/common/template.c
13217         * src/common/utils.c
13218         * src/gtk/about.c
13219         * src/gtk/colorlabel.c
13220         * src/gtk/description_window.c
13221         * src/gtk/filesel.c
13222         * src/gtk/foldersort.c
13223         * src/gtk/gtkaspell.c
13224         * src/gtk/gtkutils.c
13225         * src/gtk/inputdialog.c
13226         * src/gtk/logwindow.c
13227         * src/gtk/menu.c
13228         * src/gtk/pluginwindow.c
13229         * src/gtk/prefswindow.c
13230         * src/gtk/progressdialog.c
13231         * src/gtk/quicksearch.c
13232         * src/gtk/sslcertwindow.c
13233         * src/plugins/clamav/clamav_plugin.c
13234         * src/plugins/clamav/clamav_plugin_gtk.c
13235         * src/plugins/demo/demo.c
13236         * src/plugins/dillo_viewer/dillo_prefs.c
13237         * src/plugins/dillo_viewer/dillo_viewer.c
13238         * src/plugins/image_viewer/plugin.c
13239         * src/plugins/image_viewer/viewer.c
13240         * src/plugins/image_viewer/viewerprefs.c
13241         * src/plugins/mathml_viewer/mathml_viewer.c
13242         * src/plugins/pgpmime/passphrase.c
13243         * src/plugins/pgpmime/plugin.c
13244         * src/plugins/pgpmime/prefs_gpg.c
13245         * src/plugins/pgpmime/select-keys.c
13246         * src/plugins/pgpmime/sgpgme.c
13247         * src/plugins/spamassassin/spamassassin.c
13248         * src/plugins/spamassassin/spamassassin_gtk.c
13249         * src/plugins/trayicon/trayicon.c
13250                 sync with main (revision 104)
13252 2005-02-10 [colin]      1.0.1cvs3.1
13254         * src/mainwindow.c
13255                 Sync with HEAD (fix occasional crasher)
13257 2005-02-10 [colin]      1.0.1cvs2.1
13259         * src/messageview.c
13260                 Synw with HEAD (don't automatically display html)
13262 2005-02-09 [colin]      1.0.1cvs1.3
13264         * src/textview.c
13265         * src/textview.h
13266                 Add contextual menu on emails
13268 2005-02-09 [colin]      1.0.1cvs1.2
13270         * src/codeconv.c
13271                 Fix converting from broken headers and 
13272                 put back the _ in missing places
13273                 (feature broke with cvs24.2 sync, main 
13274                  possibly affected?)
13276 2005-02-09 [colin]      1.0.1cvs1.1
13278         * src/messageview.c
13279         * src/mimeview.c
13280         * src/mimeview.h
13281                 Sync with HEAD (display non text/plain mails with plugin)
13283 2005-02-08 [colin]      1.0.1.1
13285         * ChangeLog.claws
13286         * po/pt_BR.po
13287                 Sync with HEAD
13288         * configure.ac
13289                 Make default configuration directory 
13290                 be .sylpheed-gtk2
13292 2005-02-08 [colin]      1.0.0cvs29.1
13294         * po/de.po
13295         * po/es.po
13296         * po/fr.po
13297         * po/it.po
13298         * po/sk.po
13299         * po/sr.po
13300                 Sync translations with HEAD
13302 2005-02-06 [colin]      1.0.0cvs28.3
13304         * src/compose.c
13305                 Make compose a bit faster - patch by Alfons.
13307 2005-02-06 [colin]      1.0.0cvs28.2
13309         * src/compose.c
13310                 Make pasting via middle-click more reliable
13312 2005-02-05 [paul]       1.0.0cvs28.1
13314         * ChangeLog
13315         * ChangeLog.claws
13316         * ChangeLog.jp
13317         * configure.ac
13318         * src/compose.c
13319                 sync with HEAD
13320                 (fix bug 682 'redirect is broken'
13322 2005-02-05 [torte]      1.0.0cvs27.1
13324         * ChangeLog.claws
13325         * configure.ac
13326         * src/partial_download.c
13327                 Sync with HEAD (fix buf overflow)
13329 2005-02-03 [colin]      1.0.0cvs26.1
13331         * src/common/plugin.c
13332                 Sync with HEAD (avoid plugin mismatches)
13334 2005-02-03 [paul]       1.0.0cvs25.3
13336         * src/folderview.c
13337         * src/headerview.c
13338         * src/summaryview.c
13339         * src/textview.c
13340         * src/gtk/colorlabel.c
13341                 third and final part of initial sync with main-gtk2
13343 2005-02-03 [paul]       1.0.0cvs25.2
13345         * src/jpilot.c
13346                 fix building with jpilot support
13348 2005-02-02 [colin]      1.0.0cvs25.1
13350         * src/messageview.c
13351                 Sync with HEAD (fix dangerous typo)
13353 2005-02-01 [colin]      1.0.0cvs24.3
13355         * src/common/xml.c
13356                 Write file as advertised (UTF-8)
13358 2005-02-01 [paul]       1.0.0cvs24.2
13360         * src/addrbook.c
13361         * src/addrindex.c
13362         * src/alertpanel.h
13363         * src/codeconv.c
13364         * src/codeconv.h
13365         * src/compose.c
13366         * src/export.c
13367         * src/folder_item_prefs.c
13368         * src/html.c
13369         * src/imap.c
13370         * src/import.c
13371         * src/jpilot.c
13372         * src/mainwindow.c
13373         * src/matcher_parser_lex.l
13374         * src/messageview.c
13375         * src/mh.c
13376         * src/prefs_account.c
13377         * src/prefs_actions.c
13378         * src/prefs_common.c
13379         * src/prefs_gtk.c
13380         * src/prefs_gtk.h
13381         * src/prefs_themes.c
13382         * src/procheader.c
13383         * src/procmime.c
13384         * src/sourcewindow.c
13385         * src/statusbar.c
13386         * src/summaryview.c
13387         * src/textview.c
13388         * src/toolbar.c
13389         * src/unmime.c
13390         * src/common/template.c
13391         * src/common/utils.c
13392         * src/common/xml.c
13393         * src/common/xml.h
13394         * src/gtk/gtkaspell.c
13395         * src/plugins/clamav/clamav_plugin.c
13396         * src/plugins/dillo_viewer/dillo_prefs.c
13397         * src/plugins/image_viewer/viewerprefs.c
13398         * src/plugins/pgpmime/passphrase.c
13399         * src/plugins/pgpmime/prefs_gpg.c
13400         * src/plugins/pgpmime/select-keys.c
13401         * src/plugins/spamassassin/spamassassin.c
13402                 second part of initial sync with main-gtk2
13403                 (more to follow)
13405 2005-01-31 [colin]      1.0.0cvs24.1
13407         * src/compose.c
13408                 Sync with HEAD
13410 2005-01-29 [paul]       1.0.0cvs23.2
13412         * src/account.c
13413         * src/action.c
13414         * src/addressadd.c
13415         * src/addressbook.c
13416         * src/alertpanel.c
13417         * src/compose.c
13418         * src/editaddress.c
13419         * src/editbook.c
13420         * src/editgroup.c
13421         * src/editjpilot.c
13422         * src/editldap.c
13423         * src/editldap_basedn.c
13424         * src/editvcard.c
13425         * src/export.c
13426         * src/foldersel.c
13427         * src/grouplistdialog.c
13428         * src/import.c
13429         * src/importldif.c
13430         * src/inc.c
13431         * src/main.c
13432         * src/mainwindow.c
13433         * src/message_search.c
13434         * src/messageview.c
13435         * src/mimeview.c
13436         * src/prefs_actions.c
13437         * src/prefs_common.c
13438         * src/prefs_common.h
13439         * src/prefs_customheader.c
13440         * src/prefs_display_header.c
13441         * src/prefs_filtering.c
13442         * src/prefs_filtering_action.c
13443         * src/prefs_gtk.c
13444         * src/prefs_matcher.c
13445         * src/prefs_summary_column.c
13446         * src/prefs_template.c
13447         * src/sourcewindow.c
13448         * src/summary_search.c
13449         * src/summaryview.c
13450         * src/textview.c
13451         * src/gtk/about.c
13452         * src/gtk/description_window.c
13453         * src/gtk/gtkshruler.c
13454         * src/gtk/gtkutils.c
13455         * src/gtk/gtkutils.h
13456         * src/gtk/inputdialog.c
13457         * src/gtk/logwindow.c
13458         * src/gtk/prefswindow.c
13459         * src/gtk/progressdialog.c
13460         * src/gtk/progressdialog.h
13461                 first part of initial sync with main-gtk2
13462                 (more to follow)
13464 2005-01-28 [colin]      1.0.0cvs23.1
13466         * src/folderview.c
13467                 Sync with HEAD
13469 2005-01-27 [colin]      1.0.0cvs21.1
13471         * src/folder.c
13472         * src/folderview.c
13473                 Sync with HEAD
13475 2005-01-27 [colin]      1.0.0cvs19.1
13477         * src/procmime.c
13478                 Sync with HEAD
13480 2005-01-27 [colin]      1.0.0cvs18.1
13482         * src/messageview.c
13483         * src/summaryview.c
13484         * src/mainwindow.c
13485         * src/compose.c
13486         * src/compose.h
13487         * src/procmsg.c
13488         * src/procmsg.h
13489         * src/toolbar.c
13490                 Sync with HEAD
13492 2005-01-26 [paul]       1.0.0cvs15.2
13494         * src/compose.c
13495                 compose_entries_set(): convert subject and body to
13496                 utf8 if necessary. patch by Felix Eckhofer
13498 2005-01-26 [paul]       1.0.0cvs15.1
13500         * configure.ac
13501         * src/common/template.c
13502                 sync with HEAD (fix memory leak)
13504 2005-01-25 [paul]       1.0.0cvs14.1
13506         * configure.ac
13507         * src/compose.c
13508                 sync with HEAD
13510 2005-01-24 [colin]      1.0.0cvs13.1
13512         * src/summaryview.c
13513                 Sync with HEAD
13515 2005-01-24 [paul]       1.0.0cvs12.1
13517         * configure.ac
13518         * src/messageview.c
13519         * src/mh.c
13520         * src/common/utils.c
13521                 sync with HEAD
13523 2005-01-24 [colin]      1.0.0cvs11.1
13525         * src/procheader.c
13526                 Sync with HEAD
13528 2005-01-24 [colin]      1.0.0cvs10.1
13530         * src/folderview.c
13531                 Sync with HEAD
13533 2005-01-23 [colin]      1.0.0cvs9.1
13535         * src/crash.c
13536                 Sync with HEAD
13538 2005-01-22 [colin]      1.0.0cvs8.1
13540         * src/summaryview.c
13541         * src/gtk/quicksearch.c
13542                 Sync with HEAD
13544 2005-01-21 [colin]      1.0.0cvs7.1
13546         * src/summaryview.c
13547                 Sync with HEAD
13549 2005-01-21 [colin]      1.0.0cvs6.1
13551         * src/summaryview.c
13552                 Sync with HEAD
13554 2005-01-21 [colin]      1.0.0cvs5.1
13556         * src/gtk/quicksearch.c
13557         * src/prefs_common.c
13558         * src/prefs_common.h
13559                 Sync with HEAD (recurse option)
13561 2005-01-21 [colin]      1.0.0cvs4.1
13563         * src/folder.h
13564         * src/folderview.c
13565         * src/folderview.h
13566         * src/summaryview.c
13567         * src/gtk/quicksearch.c
13568         * src/gtk/quicksearch.h
13569                 Sync with HEAD (recursive quicksearch)
13571 2005-01-20 [colin]      1.0.0cvs3.4
13573         * src/ssl_manager.c
13574                 Remove useless code
13576 2005-01-20 [colin]      1.0.0cvs3.3
13578         * src/ssl_manager.c
13579                 Fix leak, thanks to Alfons.
13581 2005-01-20 [colin]      1.0.0cvs3.2
13583         * src/ssl_manager.c
13584                 Port SSL certificate window to GTK2.
13586 2005-01-20 [paul]       1.0.0cvs3.1
13588         * ChangeLog.claws
13589         * configure.ac
13590         * src/addrindex.c
13591         * src/addrindex.h
13592                 sync with HEAD
13594 2005-01-19 [colin]      1.0.0cvs2.2
13596         * src/plugins/trayicon/trayicon.c
13597                 Fix freeze with gtk-2.6, the easy way
13598                 (signal blocking helpless there...)
13599                 Closes bug #668.
13601 2005-01-19 [colin]      1.0.0cvs2.1
13603         * src/mbox.c
13604         * src/mbox.h
13605         * src/mainwindow.c
13606         * src/summaryview.c
13607         * src/summaryview.h
13608                 Sync with HEAD
13610 2005-01-19 [paul]       1.0.0cvs1.1
13612         * configure.ac
13613         * po/de.po
13614         * po/es.po
13615         * po/fr.po
13616         * po/hr.po
13617         * po/it.po
13618         * po/ja.po
13619         * po/ko.po
13620         * po/pt_BR.po
13621         * po/ru.po
13622         * po/sk.po
13623         * po/sr.po
13624                 sync with HEAD (update translations)
13626 2005-01-18 [colin]      1.0.0cvs0.1
13628         * src/foldersel.c
13629                 Specify search column - patch by Alfons
13631 2005-01-18 [colin]      0.9.13cvs36.3
13633         * src/prefs_toolbar.c
13634                 Change Delete to Remove
13635         * src/prefs_fonts.c
13636                 GTK2 version and leak fixes
13637         * src/prefs_actions.c
13638                 Add stock buttons.
13639                 All patches by Alfons
13641 2005-01-17 [colin]      0.9.13cvs36.2
13643         * src/compose.c
13644                 Fix DnD inserting twice. While at it,
13645                 add DnD support for text/plain in the
13646                 body, and add support in the headers.
13648 2005-01-16 [colin]      0.9.13cvs36.1
13650         * ChangeLog
13651         * ChangeLog.jp
13652         * ChangeLog.claws
13653                 Sync with HEAD (nothing applicable)
13655 2005-01-16 [colin]      0.9.13cvs33.2
13657         * src/prefs_toolbar.c
13658                 GTK2ize prefs_toolbar, by Alfons.
13660 2005-01-14 [colin]      0.9.13cvs33.1
13662         * src/html.c
13663         * src/msgcache.c
13664                 Sync with HEAD
13666 2005-01-14 [colin]      0.9.13cvs32.1
13668         * src/html.c
13669         * src/html.h
13670         * src/msgcache.c
13671         * AUTHORS
13672         * tools/calypso_convert.pl
13673                 Sync with HEAD
13675 2005-01-08 [colin]      0.9.13cvs29.2
13677         * src/prefs_filtering_action.c
13678         * src/prefs_filtering.c
13679                 2 more gtk2 patches by Alfons
13681 2005-01-07 [paul]       0.9.13cvs29.1
13683         * ChangeLog
13684         * ChangeLog.claws
13685         * ChangeLog.jp
13686         * configure.ac
13687         * src/pop.c
13688         * src/pop.h
13689                 sync with HEAD
13691 2005-01-07 [colin]      0.9.13cvs28.3
13693         * src/gtk/progressdialog.c
13694         * src/gtk/progressdialog.h
13695         * src/inc.c
13696         * src/send_message.c
13697                 GTK2 for the incorporation dialog. The CList isn't dead
13698                 yet, for a more smooth migration. Patch by Alfons.
13700 2005-01-06 [colin]      0.9.13cvs28.2
13702         * src/prefs_display_header.c
13703                 GTK2 conversion by Alfons
13704         * src/prefs_actions.c
13705         * src/prefs_matcher.c
13706                 Fix 2 leaks - patch by Alfons
13708 2005-01-06 [colin]      0.9.13cvs28.1
13710         * src/prefs_matcher.c
13711                 Sync with HEAD
13713 2005-01-06 [colin]      0.9.13cvs27.4
13715         * src/prefs_matcher.c
13716                 Fix double-free. Patch by Alfons
13718 2005-01-06 [colin]      0.9.13cvs27.3
13720         * src/prefs_matcher.c
13721                 GTK2 widgets + memleak
13722                 Patch by Alfons
13724 2005-01-05 [colin]      0.9.13cvs27.2
13726         * src/account.c
13727         * src/addr_compl.c
13728         * src/foldersel.c
13729         * src/stock_pixmap.c
13730         * src/stock_pixmap.h
13731                 3 more GTK2 patches by Alfons.
13733 2005-01-04 [colin]      0.9.13cvs27.1
13735         * src/folderview.c
13736         * src/imap_gtk.c
13737         * src/news_gtk.c
13738                 Sync with HEAD
13740 2005-01-04 [colin]      0.9.13cvs25.9
13742         * src/compose.c
13743                 Fix Show Ruler menuitem
13744         * src/prefs_template.c
13745                 Convert to GTK2
13746         * src/common/utils.c
13747                 Make auto pointer stuff handles NULLs
13748                 Patches by Alfons.
13750 2005-01-04 [colin]      0.9.13cvs25.8
13752         * src/compose.c
13753                 Move the attachment list to gtk2
13754                 Patch by Alfons.
13756 2005-01-04 [colin]      0.9.13cvs25.7
13758         * src/textview.c
13759                 Make some keys work again
13760                 Patch by SungHyun Nam <namsh@kldp.org>
13762 2005-01-04 [colin]      0.9.13cvs25.6
13764         * src/gtk/gtkshruler.c
13765                 Move the ruler to GTK2
13766                 Patch by Alfons
13768 2005-01-03 [colin]      0.9.13cvs25.5
13770         * src/compose.c
13771                 Fix my broken patch apply 
13773 2005-01-03 [colin]      0.9.13cvs25.4
13775         * src/common/utils.c
13776         * src/common/utils.h
13777         * src/gtk/prefswindow.c
13778                 Move auto pointer stuff to utils.c
13779                 Patch by Alfons again :)
13781 2005-01-03 [colin]      0.9.13cvs25.3
13783         * src/compose.c
13784         * src/prefs_gtk.c
13785         * src/prefs_template.c
13786         * src/textview.c
13787                 Empty text widgets with empty strings, not NULL char
13788                 Patch by SungHyun Nam <namsh@kldp_org>
13790 2005-01-03 [colin]      0.9.13cvs25.2
13792         * src/main.c
13793         * AUTHORS
13794                 Sync with HEAD
13796 2005-01-03 [colin]      0.9.13cvs25.1
13798         * src/pop.c
13799         * src/pop.h
13800                 Sync with HEAD
13802 2005-01-03 [colin]      0.9.13cvs24.3
13804         * src/account.c
13805                 Two patches from Alfons and Alex S Moore:
13806                 fix images, fix return value.
13808 2005-01-01 [colin]      0.9.13cvs24.2
13810         * src/prefs_actions.c
13811                 Fix over-zealous assertion. Patch by Alfons
13813 2005-01-01 [colin]      0.9.13cvs24.1
13815         * src/procmime.c
13816                 Sync with HEAD (leak fix)
13818 2004-12-31 [colin]      0.9.13cvs23.2
13820         * src/prefs_common.c
13821                 GTK2 widgets + stock buttons - patch by Alfons
13823 2004-12-31 [paul]       0.9.13cvs23.1
13825         * configure.ac
13826                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13827         * src/gtk/pluginwindow.c
13828                 use GTK2 widgets and plug memory leaks,
13829                 patches by Alfons
13831 2004-12-30 [colin]      0.9.13cvs22.4
13833         * src/account.c
13834         * src/action.c
13835         * src/export.c
13836         * src/foldersel.c
13837         * src/import.c
13838         * src/message_search.c
13839         * src/prefs_actions.c
13840         * src/prefs_common.c
13841         * src/prefs_customheader.c
13842         * src/prefs_filtering.c
13843         * src/prefs_summary_column.c
13844         * src/summary_search.c
13845         * src/gtk/about.c
13846         * src/gtk/description_window.c
13847         * src/gtk/gtkutils.c
13848         * src/gtk/gtkutils.h
13849         * src/gtk/inputdialog.c
13850         * src/gtk/prefswindow.c
13851                 Use GTK2 stock buttons. Patches by Alfons.
13853 2004-12-30 [colin]      0.9.13cvs22.3
13855         * src/account.c
13856                 Sync with HEAD
13857         * src/prefs_actions.c
13858         * src/prefs_customheader.c
13859         * src/prefs_filtering.c
13860         * src/prefs_msg_colors.c
13861         * src/prefs_summary_column.c
13862         * src/gtk/prefswindow.c
13863                 Use GtkTreeView instead of deprecated 
13864                 widgets. Patches by Alfons.
13866 2004-12-30 [paul]       0.9.13cvs22.2
13868         * src/foldersel.c
13869                 use GTK 2 Tree View
13870                 patch by Alfons, with root folder sorting fix
13871                 by Stephan Sachse
13873 2004-12-30 [paul]       0.9.13cvs22.1
13875         * ChangeLog
13876         * ChangeLog.claws
13877         * ChangeLog.jp
13878         * NEWS
13879         * configure.ac
13880         * src/account.c
13881                 sync with HEAD
13883 2004-12-22 [martin]     0.9.13cvs21.2
13885         * src/action.c
13886                 free the command line after its use
13888 2004-12-18 [paul]       0.9.13cvs21.1
13890         * AUTHORS
13891         * ChangeLog
13892         * ChangeLog.claws
13893         * ChangeLog.jp
13894         * NEWS
13895         * configure.ac
13896         * src/action.c
13897         * src/compose.c
13898         * src/syldap.c
13899                 sync with HEAD
13901 2004-12-17 [martin]     0.9.13cvs17.2
13903         * src/action.c
13904                 convert actions input to locale
13905         * src/inc.c
13906                 convert notification command to locale
13907         * src/plugins/pgpmime/select-keys.c
13908                 convert attributes to utf8
13910 2004-12-14 [colin]      0.9.13cvs17.1
13912         * ChangeLog
13913         * ChangeLog.jp
13914         * ChangeLog.claws
13915         * src/action.c
13916         * src/common/utils.c
13917         * src/gtk/prefswindow.c
13918         * src/gtk/gtkutils.c
13919         * src/gtk/gtkutils.h
13920         * src/plugins/spamassassin/libspamc.c
13921                 Sync with HEAD
13923 2004-12-13 [colin]      0.9.13cvs14.1
13925         * src/quote_fmt_parse.y
13926                 Sync with HEAD
13928 2004-12-10 [colin]      0.9.13cvs12.1
13930         * src/prefs_themes.c
13931         * src/mainwindow.c
13932         * src/messageview.c
13933                 Sync with HEAD
13935 2004-12-09 [colin]      0.9.13cvs10.1
13937         * src/procmime.c
13938                 Sync with HEAD (fix B64 encoding from memory)
13940 2004-12-08 [colin]      0.9.13cvs9.1
13942         * src/gtk/colorlabel.c
13943                 Sync with HEAD
13945 2004-12-08 [paul]       0.9.13cvs8.2
13947         * src/gtk/pluginwindow.c
13948                 fix window resizing oddities
13950 2004-12-08 [colin]      0.9.13cvs8.1
13952         * src/quote_fmt_parse.y
13953                 Sync with HEAD
13955 2004-12-08 [colin]      0.9.13cvs7.1
13957         * src/matcher_parser_parse.y
13958         * src/msgcache.c
13959         * src/prefs_matcher.c
13960         * src/procheader.c
13961         * src/matcher.c
13962         * src/common/defs.h
13963         * po/sr.po
13964                 Sync with HEAD
13966 2004-12-08 [colin]      0.9.13cvs6.1
13968         * src/quote_fmt_parse.y
13969         * src/textview.c
13970                 Sync with HEAD
13971         * src/gtk/prefswindow.c
13972         * src/gtk/pluginwindow.c
13973                 Fix G_CALLBACKS protos (thanks to Alfons)
13975 2004-12-07 [torte]      0.9.13cvs2.2
13977         * src/procmime.c
13978                 [Bug 650] reply button causes crash
13979                 Thanks to David Relson and Christoph
13981 2004-12-07 [colin]      0.9.13cvs2.1
13983         * ChangeLog.claws
13984         * AUTHORS
13985         * po/sk.po
13986         * src/procmime.c
13987         * src/prefs_account.c
13988         * src/common/smtp.c
13989         * src/common/smtp.h
13990                 Sync with HEAD
13992 2004-12-06 [colin]      0.9.12cvs187.1
13994         * ChangeLog.claws
13995         * INSTALL
13996         * Makefile.am
13997         * README.claws
13998         * TODO.claws
13999         * configure.ac
14000         * po/bg.po
14001         * po/cs.po
14002         * po/el.po
14003         * po/en_GB.po
14004         * po/es.po
14005         * po/fr.po
14006         * po/hr.po
14007         * po/hu.po
14008         * po/it.po
14009         * po/ja.po
14010         * po/ko.po
14011         * po/nl.po
14012         * po/pl.po
14013         * po/pt_BR.po
14014         * po/ru.po
14015         * po/sk.po
14016         * po/sr.po
14017         * po/sv.po
14018         * po/zh_CN.po
14019         * po/zh_TW.Big5.po
14020         * src/compose.c
14021         * tools/Makefile.am
14022         * tools/README
14023         * tools/filter_conv.pl
14024         * tools/kdeservicemenu/README
14025         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14026         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14027                 Sync with HEAD
14029 2004-12-04 [colin]      0.9.12cvs183.1
14031         * src/compose.c
14032                 Sync with HEAD (compose window position saving)
14034 2004-12-04 [paul]       0.9.12cvs182.3
14036         * src/messageview.c
14037         * src/mimeview.c
14038         * src/prefs_customheader.c
14039         * src/gtk/quicksearch.c
14040                 replace some forgotten GTK_SIGNAL_FUNCs
14042 2004-12-04 [paul]       0.9.12cvs182.2
14044         * src/Makefile.am
14045                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14046                 committed in error      
14048 2004-12-04 [paul]       0.9.12cvs182.1
14050         * ChangeLog
14051         * ChangeLog.claws
14052         * ChangeLog.jp
14053         * INSTALL
14054         * NEWS
14055         * README
14056         * README.jp
14057         * configure.ac
14058         * doc/manual/ja/Makefile.am
14059         * doc/manual/ja/sylpheed-1.html
14060         * doc/manual/ja/sylpheed-10.html
14061         * doc/manual/ja/sylpheed-11.html
14062         * doc/manual/ja/sylpheed-12.html
14063         * doc/manual/ja/sylpheed-13.html
14064         * doc/manual/ja/sylpheed-14.html
14065         * doc/manual/ja/sylpheed-15.html
14066         * doc/manual/ja/sylpheed-16.html
14067         * doc/manual/ja/sylpheed-17.html
14068         * doc/manual/ja/sylpheed-18.html
14069         * doc/manual/ja/sylpheed-19.html
14070         * doc/manual/ja/sylpheed-2.html
14071         * doc/manual/ja/sylpheed-20.html
14072         * doc/manual/ja/sylpheed-3.html
14073         * doc/manual/ja/sylpheed-4.html
14074         * doc/manual/ja/sylpheed-5.html
14075         * doc/manual/ja/sylpheed-6.html
14076         * doc/manual/ja/sylpheed-7.html
14077         * doc/manual/ja/sylpheed-8.html
14078         * doc/manual/ja/sylpheed-9.html
14079         * doc/manual/ja/sylpheed.html
14080         * doc/manual/ja/sylpheed.sgml
14081         * po/de.po
14082         * src/Makefile.am
14083         * src/compose.c
14084         * src/procmime.c
14085         * src/pixmaps/regular.xpm **REMOVED**
14086         * src/plugins/pgpmime/pgpmime.c
14087         * src/plugins/pgpmime/plugin.c
14088         * src/plugins/pgpmime/prefs_gpg.c
14089                 sync with HEAD
14091 2004-12-03 [paul]       0.9.12cvs180.1
14093         * ChangeLog
14094         * ChangeLog.claws
14095         * ChangeLog.jp
14096         * configure.ac
14097         * src/Makefile.am
14098         * src/pop.c
14099         * src/common/utils.c
14100         * src/common/utils.h
14101         * src/pixmaps/continue.xpm
14102         * src/pixmaps/dir_close.xpm
14103         * src/pixmaps/dir_open.xpm
14104         * src/pixmaps/drafts_close.xpm
14105         * src/pixmaps/drafts_open.xpm
14106         * src/pixmaps/folder.xpm **REMOVED**
14107         * src/pixmaps/group.xpm
14108         * src/pixmaps/unread.xpm
14109                 sync with HEAD
14111 2004-12-02 [colin]      0.9.12cvs179.1
14113         * src/compose.c
14114                 Sync with HEAD (non-duplicated reedition)
14116 2004-12-02 [colin]      0.9.12cvs178.1
14118         * src/compose.c
14119                 Sync with HEAD (linewrap_quote fix)
14121 2004-12-01 [colin]      0.9.12cvs177.3
14123         * src/addrharvest.c
14124                 Replace sizeof with strlen
14126 2004-12-01 [paul]       0.9.12cvs177.2
14128         * src/addrharvest.c
14129                 fix 'harvest addresses'
14131 2004-11-30 [colin]      0.9.12cvs177.1
14133         * src/gtk/prefswindow.c
14134         * src/gtk/pluginwindow.c
14135                 Sync with HEAD
14137 2004-11-29 [colin]      0.9.12cvs176.1
14139         * src/folderview.c
14140                 sync with HEAD (Fix disappearing separators in folderview's popup)
14142 2004-11-29 [colin]      0.9.12cvs175.1
14144         * src/procmime.c
14145                 Sync with head (another format fix)
14147 2004-11-29 [colin]      0.9.12cvs174.1
14149         * src/pop.c
14150                 Sync with HEAD (format string fix)
14152 2004-11-26 [colin]      0.9.12cvs173.1
14154         * src/common/smtp.c
14155         * src/common/smtp.h
14156                 Sync with HEAD
14158 2004-11-24 [colin]      0.9.12cvs172.1
14160         * src/plugins/pgpmime/pgpmime.c
14161                 Sync with HEAD
14163 2004-11-24 [colin]      0.9.12cvs171.1
14165         * src/plugins/pgpmime/pgpmime.c
14166                 Sync with head (gpgmectx leaks)
14168 2004-11-24 [colin]      0.9.12cvs169.1
14170         * src/plugins/pgpmime/plugin.c
14171         * src/plugins/trayicon/Makefile.am
14172         * src/plugins/trayicon/newmarkedmail.xpm
14173         * src/plugins/trayicon/trayicon.c
14174         * src/plugins/trayicon/unreadmarkedmail.xpm
14175                 Sync with HEAD
14177 2004-11-23 [colin]      0.9.12cvs168.1
14179         * src/partial_download.c
14180         * src/partial_download.h
14181         * src/plugins/pgpmime/plugin.c
14182                 Sync with HEAD
14184 2004-11-23 [colin]      0.9.12cvs166.1
14186         * src/Makefile.am
14187         * src/codeconv.c
14188         * src/compose.c
14189         * src/folderview.c
14190         * src/main.c
14191         * src/partial_download.c
14192         * src/partial_download.h
14193         * src/prefs_account.c
14194         * src/prefs_account.h
14195         * src/privacy.c
14196         * src/privacy.h
14197         * src/procmime.c
14198         * src/common/Makefile.am
14199         * src/common/base64.h
14200         * src/common/partial_download.c
14201         * src/common/partial_download.h
14202         * src/gtk/prefswindow.c
14203         * src/gtk/prefswindow.h
14204         * src/plugins/pgpmime/pgpmime.c
14205         * src/plugins/pgpmime/prefs_gpg.c
14206         * src/plugins/pgpmime/prefs_gpg.h
14207         * src/plugins/pgpmime/sgpgme.c
14208         * src/plugins/pgpmime/sgpgme.h
14209                 Sync with HEAD
14211 2004-11-23 [colin]      0.9.12cvs163.1
14213         * src/main.c
14214                 Sync with HEAD (cursor optimization)
14216 2004-11-23 [colin]      0.9.12cvs162.1
14218         * src/prefs_common.c
14219         * src/prefs_themes.c
14220         * src/procmsg.c
14221                 Sync with HEAD
14223 2004-11-23 [colin]      0.9.12cvs158.9
14225         * src/compose.c
14226                 Fix double-free when forwarding
14227         * src/msgcache.c
14228                 Fix leak on error path
14229                 
14231 2004-11-23 [colin]      0.9.12cvs158.8
14233         * src/compose.c
14234                 Fix possible double-free
14235                 Spotted by Alfons
14237 2004-11-23 [colin]      0.9.12cvs158.7
14239         * src/compose.c
14240                 Fix some signal handlers' prototypes
14241                 Spotted by Alfons
14243 2004-11-22 [colin]      0.9.12cvs158.6
14245         * src/compose.c
14246                 Remove unneeded code and duplicated
14247                 wrapping - patch by Alfons
14249 2004-11-22 [colin]      0.9.12cvs158.5
14251         * src/prefs_themes.c
14252                 Fix oversized selector
14254 2004-11-22 [colin]      0.9.12cvs158.4
14256         * src/compose.c
14257                 fix dump_text()
14258                 patch by Alfons
14260 2004-11-19 [colin]      0.9.12cvs158.3
14262         * src/textview.c
14263                 Add a context menu on links (open, copy)
14265 2004-11-18 [paul]       0.9.12cvs158.2
14267         * src/addrgather.c
14268         * src/exphtmldlg.c
14269         * src/expldifdlg.c
14270         * src/mimeview.c
14271         * src/prefs_common.c
14272         * src/plugins/image_viewer/viewer.c
14273         * src/plugins/spamassassin/spamassassin_gtk.c
14274                 replace deprecated gtk_notebook_set_page
14275                 and gtk_notebook_current_page
14277 2004-11-18 [paul]       0.9.12cvs158.1
14279         * configure.ac
14280         * src/compose.c
14281         * src/mainwindow.c
14282         * src/messageview.c
14283         * src/prefs_common.c
14284         * src/common/utils.c
14285         * src/common/utils.h
14286                 sync with HEAD
14288 2004-11-17 [colin]      0.9.12cvs156.1
14290         * src/prefs_account.c
14291         * src/prefs_account.h
14292         * src/procmsg.c
14293                 Sync with HEAD (add pref to store encrypted mails encrypted)
14295 2004-11-17 [paul]       0.9.12cvs155.1
14297         * ChangeLog
14298         * ChangeLog.claws
14299         * ChangeLog.jp
14300         * NEWS
14301         * configure.ac
14302         * src/compose.c
14303         * src/jpilot.c
14304         * src/privacy.c
14305         * src/procmime.c
14306         * src/procmime.h
14307         * src/procmsg.c
14308         * src/toolbar.c
14309         * src/pixmaps/error.xpm
14310                 sync with HEAD
14312 2004-11-17 [colin]      0.9.12cvs151.1
14314         * src/plugins/pgpmime/pgpmime.c
14315                 Sync with HEAD (remove debug printf)
14317 2004-11-17 [colin]      0.9.12cvs150.1
14319         * src/plugins/pgpmime/pgpmime.c
14320                 Sync with HEAD (off-by-one fix)
14322 2004-11-17 [colin]      0.9.12cvs149.1
14324         * src/procmsg.c
14325                 Sync with HEAD (coding style fixes)
14327 2004-11-16 [colin]      0.9.12cvs148.1
14329         * src/procmsg.c
14330                 Sync with head (Fix the fix)
14332 2004-11-16 [colin]      0.9.12cvs147.1
14334         * src/procmsg.c
14335                 Sync with Main (leak fix)
14337 2004-11-16 [colin]      0.9.12cvs146.14
14339         * src/compose.c
14340                 Remove useless chunk of code
14341                 Patch by Alfons
14343 2004-11-15 [colin]      0.9.12cvs146.13
14345         * src/compose.c
14346                 Fix drafting after insertion
14347                 Patch by Alfons
14349 2004-11-15 [colin]      0.9.12cvs146.12
14351         * src/compose.c
14352         * src/prefs_filtering.c
14353         * src/prefs_filtering_action.c
14354         * src/prefs_toolbar.c
14355                 Fix some const-correctness
14357 2004-11-15 [colin]      0.9.12cvs146.11
14359         * src/summaryview.c
14360         * src/prefs_themes.c
14361         * src/messageview.c
14362                 Fix some leaks
14364 2004-11-15 [colin]      0.9.12cvs146.10
14366         * src/codeconv.c
14367                 More unreadable locale fixes
14369 2004-11-14 [colin]      0.9.12cvs146.9
14371         * src/textview.c
14372                 Fix uri_security_check
14373                 Patch by Alfons
14375 2004-11-13 [paul]       0.9.12cvs146.8
14377         * src/folder.c
14378         * src/procmime.c
14379                 fix 2 bugs introduced in last commit
14381 2004-11-13 [paul]       0.9.12cvs146.7
14383         * src/compose.c
14384         * src/exporthtml.c
14385         * src/exportldif.c
14386         * src/folder.c
14387         * src/imap.c
14388         * src/imap_gtk.c
14389         * src/main.c
14390         * src/mainwindow.c
14391         * src/messageview.c
14392         * src/mh_gtk.c
14393         * src/prefs_themes.c
14394         * src/procmime.c
14395         * src/setup.c
14396         * src/summaryview.c
14397                 replace deprecated g_basename
14399 2004-11-13 [paul]       0.9.12cvs146.6
14401         * src/compose.c
14402         * src/imap.c
14403         * src/matcher_parser.h
14404         * src/matcher_parser_parse.y
14405         * src/prefs_filtering.c
14406         * src/prefs_filtering_action.c
14407         * src/prefs_themes.c
14408         * src/prefs_toolbar.c
14409         * src/common/utils.c
14410                 various small fixes/cleanups
14412 2004-11-12 [colin]      0.9.12cvs146.5
14414         * src/textview.c
14415                 Validate event's origin on visibility notify
14416                 Patch by Alfons.
14418 2004-11-12 [paul]       0.9.12cvs146.4
14420         * src/exporthtml.c
14421         * src/exportldif.c
14422         * src/imap.c
14423         * src/mh.c
14424         * src/mimeview.c
14425         * src/prefs_spelling.c
14426         * src/prefs_themes.c
14427                 replace deprecated g_dirname    
14429 2004-11-12 [colin]      0.9.12cvs146.3
14431         * src/textview.c
14432                 Some coding style fixes
14434 2004-11-12 [colin]      0.9.12cvs146.2
14436         * src/codeconv.c
14437                 We want to replace _all_ extended chars in
14438                 conv_unreadable_*, because any string containing
14439                 extended chars not parsing as UTF8 is 
14440                 undisplayed on gtk2.
14442 2004-11-12 [paul]       0.9.12cvs146.1
14444         * ChangeLog
14445         * ChangeLog.claws
14446         * ChangeLog.jp
14447         * NEWS
14448         * configure.ac
14449         * src/account.c
14450         * src/folderview.c
14451         * src/folderview.h
14452         * src/imap.c
14453         * src/imap_gtk.c
14454         * src/inc.c
14455         * src/mainwindow.c
14456         * src/mh_gtk.c
14457         * src/news_gtk.c
14458         * src/pop.c
14459         * src/prefs_account.c
14460         * src/prefs_account.h
14461         * src/prefs_ext_prog.c
14462         * src/procmime.c
14463         * src/procmime.h
14464         * src/procmsg.c
14465         * src/procmsg.h
14466         * src/summary_search.c
14467         * src/summaryview.c
14468         * src/textview.c
14469         * src/common/defs.h
14470         * src/common/utils.c
14471         * src/common/utils.h
14472         * src/gtk/menu.c
14473         * src/gtk/menu.h
14474                 sync with HEAD
14476 2004-11-11 [colin]      0.9.12cvs144.2
14478         * src/textview.c
14479                 Fix URI range selection (patch by Alfons)
14481 2004-11-09 [colin]      0.9.12cvs144.1
14483         * ChangeLog.claws
14484         * src/compose.c
14485         * src/folder.c
14486         * src/folder_item_prefs.c
14487         * src/prefs_account.c
14488         * src/prefs_account.h
14489         * src/plugins/pgpmime/pgpmime.c
14490                 Sync with HEAD
14492 2004-11-08 [colin]      0.9.12cvs143.1
14494         * src/summaryview.c
14495                 Sync with HEAD (optimize quicksearch)
14497 2004-11-08 [colin]      0.9.12cvs142.2
14499         * src/compose.c
14500                 Don't wrap when Edit/Auto wrapping is disabled
14502 2004-11-08 [colin]      0.9.12cvs142.1
14504         * src/textview.c
14505                 Sync with HEAD
14507 2004-11-08 [colin]      0.9.12cvs141.1
14509         * src/textview.c
14510                 Sync with HEAD (fix some mail URIs)
14512 2004-11-08 [colin]      0.9.12cvs140.3
14514         * src/textview.c
14515                 o Use text cursor instead of arrow when
14516                   not on a link
14517                 o Fix handling of contiguous links (as in
14518                   "colin@colino.net" <colin@colino.net>)
14519                   This one unveils a bug in get_email_part()
14521 2004-11-07 [colin]      0.9.12cvs140.2
14523         * src/textview.c
14524                 Fix memleak. Patch by Alfons.
14526 2004-11-06 [colin]      0.9.12cvs140.1
14528         * src/compose.c
14529                 Sync with HEAD (don't ask passphrase
14530                 when drafting)
14532 2004-11-06 [paul]       0.9.12cvs139.2
14534         * AUTHORS
14535         * src/textview.c
14536         * src/textview.h
14537                 textview URI handling. hovering over a 
14538                 link displays it in the status bar,
14539                 and changes the mouse pointer to a hand 
14540                 cursor. a link is activated with a single 
14541                 click. (Modified from the) patch by Jean-Yves 
14542                 Lefort <jylefort@users.sourceforge.net>
14543                 
14545 2004-11-05 [colin]      0.9.12cvs139.1
14547         * src/compose.c
14548         * src/procmime.c
14549                 Sync with HEAD again ^^
14551 2004-11-05 [colin]      0.9.12cvs139.1
14553         * src/compose.c
14554         * src/procmime.c
14555                 Sync with HEAD
14557 2004-11-03 [paul]       0.9.12cvs138.1
14559         * ChangeLog.claws
14560         * configure.ac
14561         * po/POTFILES.in
14562         * src/prefs_ext_prog.c
14563         * src/procmime.c
14564         * tools/kdeservicemenu/README
14565         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14566         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14567                 sync with HEAD
14569 2004-11-01 [christoph]  0.9.12cvs136.2
14571         * src/procmime.c
14572                 convert MIME parameters to UTF-8
14574 2004-10-29 [colin]      0.9.12cvs136.1
14576         * src/common/utils.c
14577                 Sync with HEAD (don't use '=' in mime boundary)
14579 2004-10-29 [paul]       0.9.12cvs135.1
14581         * configure.ac
14582         * doc/src/rfc2231.txt
14583         * src/procmime.c
14584         * src/common/quoted-printable.c
14585         * src/common/utils.c
14586         * src/common/utils.h
14587                 sync with HEAD
14589 2004-10-27 [paul]       0.9.12cvs134.1
14591         * configure.ac
14592         * src/main.c
14593         * src/procmime.c
14594         * src/plugins/pgpmime/pgpmime.c
14595                 sync with HEAD
14597 2004-10-26 [paul]       0.9.12cvs132.3
14599         * src/account.c
14600         * src/addressbook.c
14601         * src/addrgather.c
14602         * src/addrharvest.c
14603         * src/codeconv.c
14604         * src/compose.c
14605         * src/customheader.c
14606         * src/editaddress.c
14607         * src/editgroup.c
14608         * src/enriched.c
14609         * src/expldifdlg.c
14610         * src/exporthtml.c
14611         * src/exportldif.c
14612         * src/folder.c
14613         * src/foldersel.c
14614         * src/folderview.c
14615         * src/grouplistdialog.c
14616         * src/html.c
14617         * src/imap.c
14618         * src/jpilot.c
14619         * src/ldapserver.c
14620         * src/ldif.c
14621         * src/mimeview.c
14622         * src/news.c
14623         * src/news_gtk.c
14624         * src/pop.c
14625         * src/prefs_display_header.c
14626         * src/prefs_gtk.c
14627         * src/prefs_msg_colors.c
14628         * src/prefs_toolbar.c
14629         * src/procheader.c
14630         * src/procmime.c
14631         * src/summaryview.c
14632         * src/textview.c
14633         * src/toolbar.c
14634         * src/vcard.c
14635         * src/common/mgutils.c
14636         * src/common/nntp.c
14637         * src/common/smtp.c
14638         * src/common/template.c
14639         * src/common/utils.c
14640         * src/common/xmlprops.c
14641         * src/plugins/pgpmime/pgpmime.c
14642         * src/plugins/pgpmime/select-keys.c
14643         * src/plugins/pgpmime/sgpgme.c
14644                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14645                 g_string_sprintfa(), gtk_notebook_current_page()
14647 2004-10-26 [colin]      0.9.12cvs132.2
14649         * src/prefs_folder_item.c
14650                 Fix default-account selection
14652 2004-10-21 [colin]      0.9.12cvs133
14654         * src/compose.c
14655                 Sync with HEAD (Remove extra separator in compose's Options)
14656         * src/textview.c
14657                 Set wrapping to char
14659 2004-10-21 [paul]       0.9.12cvs131.2
14661         * src/compose.c
14662         * src/sourcewindow.c
14663                 fix wrapping
14664                 fix window shrinking 
14666 2004-10-21 [colin]      0.9.12cvs131.1
14668         * ChangeLog.claws
14669         * src/compose.c
14670                 Sync with HEAD
14672 2004-10-21 [paul]       0.9.12cvs130.2
14674         * src/prefs_folder_item.c
14675                 sync with HEAD (Apply to subfolders)
14677 2004-10-19 [colin]      0.9.12cvs130.1
14679         * ChangeLog.claws
14680         * src/compose.c
14681         * src/common/utils.c
14682         * src/gtk/menu.c
14683                 Sync with HEAD
14685 2004-10-19 [colin]      0.9.12cvs128.1
14687         * src/addrbook.c
14688         * src/addrcache.c
14689         * src/addressbook.c
14690         * src/codeconv.c
14691         * src/compose.c
14692         * src/customheader.c
14693         * src/editaddress.c
14694         * src/editgroup.c
14695         * src/exporthtml.c
14696         * src/folder.c
14697         * src/folderview.c
14698         * src/imap.c
14699         * src/jpilot.c
14700         * src/main.c
14701         * src/matcher_parser_parse.y
14702         * src/mbox.c
14703         * src/pop.c
14704         * src/prefs_account.c
14705         * src/prefs_gtk.c
14706         * src/prefs_msg_colors.c
14707         * src/procheader.c
14708         * src/procmime.c
14709         * src/procmime.h
14710         * src/procmsg.c
14711         * src/summaryview.c
14712         * src/textview.c
14713         * src/common/base64.c
14714         * src/common/partial_download.c
14715         * src/common/socket.c
14716         * src/common/sylpheed.c
14717         * src/common/utils.c
14718         * src/common/utils.h
14719         * src/gtk/pluginwindow.c
14720         * src/gtk/quicksearch.c
14721         * src/plugins/clamav/clamav_plugin.c
14722         * src/plugins/clamav/clamav_plugin.h
14723         * src/plugins/clamav/clamav_plugin_gtk.c
14724         * src/plugins/pgpmime/passphrase.c
14725         * src/plugins/pgpmime/pgpmime.c
14726         * src/plugins/pgpmime/plugin.c
14727         * src/plugins/pgpmime/prefs_gpg.c
14728         * src/plugins/pgpmime/prefs_gpg.h
14729         * src/plugins/pgpmime/select-keys.c
14730         * src/plugins/pgpmime/sgpgme.c
14731         * src/plugins/spamassassin/libspamc.c
14732         * src/plugins/spamassassin/spamassassin.c
14733         * src/plugins/spamassassin/spamassassin.h
14734         * src/plugins/spamassassin/spamassassin_gtk.c
14735         * src/plugins/trayicon/trayicon.c
14736         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14737                 Sync with HEAD
14739 2004-10-14 [colin]      0.9.12cvs126.2
14741         * src/codeconv.c
14742         * src/textview.c
14743                 Fix conv_unreadable_locale
14745 2004-10-13 [colin]      0.9.12cvs126.1
14747         * src/compose.c
14748                 Sync with HEAD (don't convert charset for 
14749                 drafted messages, minor cleanup)
14751 2004-10-13 [colin]      0.9.12cvs125.1
14753         * po/POTFILES.in
14754                 Sync with HEAD (POTFILES fix)
14756 2004-10-12 [colin]      0.9.12cvs124.3
14758         * src/compose.c
14759                 Fix encoding bug from latest sync
14761 2004-10-12 [paul]       0.9.12cvs124.2
14763         * src/plugins/pgpmime/prefs_gpg.c
14764         * src/plugins/pgpmime/prefs_gpg.h
14765                 forgotten in last commit        
14767 2004-10-12 [paul]       0.9.12cvs124.1
14769         * ChangeLog.claws
14770         * configure.ac
14771         * m4/spamassassin.m4
14772         * src/Makefile.am
14773         * src/account.c
14774         * src/compose.c
14775         * src/compose.h
14776         * src/crash.c
14777         * src/main.c
14778         * src/mimeview.c
14779         * src/passphrase.c
14780         * src/passphrase.h
14781         * src/prefs_account.c
14782         * src/prefs_account.h
14783         * src/prefs_common.c
14784         * src/privacy.c
14785         * src/privacy.h
14786         * src/procmime.c
14787         * src/procmime.h
14788         * src/procmsg.c
14789         * src/rfc2015.c
14790         * src/rfc2015.h
14791         * src/select-keys.c
14792         * src/select-keys.h
14793         * src/textview.c
14794         * src/common/utils.c
14795         * src/common/utils.h
14796         * src/gtk/about.c
14797         * src/plugins/pgpmime/Makefile.am
14798         * src/plugins/pgpmime/passphrase.c
14799         * src/plugins/pgpmime/passphrase.h
14800         * src/plugins/pgpmime/pgpmime.c
14801         * src/plugins/pgpmime/plugin.c
14802         * src/plugins/pgpmime/select-keys.c
14803         * src/plugins/pgpmime/select-keys.h
14804         * src/plugins/pgpmime/sgpgme.c
14805         * src/plugins/pgpmime/sgpgme.h
14806                 sync with HEAD
14808 2004-10-04 [colin]      0.9.12cvs122.1
14810         * src/mainwindow.c
14811         * src/messageview.c
14812         * src/messageview.h
14813         * src/textview.c
14814                 Sync with HEAD
14816 2004-10-04 [colin]      0.9.12cvs121.1
14818         * src/summaryview.c
14819                 Sync with HEAD
14821 2004-10-04 [paul]       0.9.12cvs120.1
14823         * configure.ac
14824                 sync with HEAD [don't try to build 
14825                 pgpmime plugin when gpgme is disabled]
14827 2004-10-03 [colin]      0.9.12cvs119.3
14829         * src/gtk/gtksctree.c
14830                 Lots of side effects. Put back as before 117.2.
14831         * src/summaryview.c
14832                 Fix bug #602
14834 2004-10-03 [colin]      0.9.12cvs119.2
14836         * src/gtk/gtksctree.c
14837                 Revert 608 fix that doesn't work that good
14839 2004-10-02 [colin]      0.9.12cvs119.1
14841         * src/mainwindow.c
14842         * src/messageview.c
14843         * src/prefs_common.h
14844         * src/procmime.c
14845         * src/procmime.h
14846         * src/textview.c
14847                 Sync with HEAD
14848         * src/gtk/gtksctree.c
14849                 Close bug #608
14851 2004-10-01 [colin]      0.9.12cvs118.1
14853         * src/mimeview.c
14854                 Sync with HEAD (better Save All fix)
14856 2004-10-01 [colin]      0.9.12cvs117.2
14858         * src/gtk/gtksctree.c
14859                 Faster on selection
14861 2004-10-01 [colin]      0.9.12cvs117.1
14863         * src/mimeview.c
14864                 Sync with HEAD (Save All: only attachments)
14866 2004-10-01 [paul]       0.9.12cvs116.1
14868         * ChangeLog.claws
14869         * configure.ac
14870         * src/account.c
14871         * src/prefs_common.c
14872         * src/gtk/colorlabel.c
14873                 sync with HEAD
14875 2004-09-30 [colin]      0.9.12cvs115.1
14877         * src/stock_pixmap.c
14878         * src/stock_pixmap.h
14879         * src/folderview.c
14880         * src/Makefile.am
14881         * src/pixmaps/read.xpm
14882                 Sync with HEAD (new pixmap)
14884 2004-09-29 [colin]      0.9.12cvs114.1
14886         * src/compose.c
14887                 Sync with HEAD
14888                 Fix focus handling in headers
14890 2004-09-29 [paul]       0.9.12cvs113.1
14892         * src/quote_fmt_parse.y
14893                 sync with HEAD
14896 2004-09-28 [colin]      0.9.12cvs112.1
14898         * src/folderview.c
14899         * src/mainwindow.c
14900                 Sync with HEAD
14902 2004-09-28 [colin]      0.9.12cvs110.1
14904         * src/folderview.c
14905                 Sync with HEAD (Contextual Empty trash menu)
14907 2004-09-28 [colin]      0.9.12cvs108.1
14909         * src/addressbook.c
14910                 Sync with HEAD (addressbook edit on double-click)
14912 2004-09-28 [colin]      0.9.12cvs106.1
14914         * src/inc.c
14915                 Sync with HEAD (folder_item freeze on inc)
14917 2004-09-27 [colin]      0.9.12cvs105.1
14919         * src/folderview.c
14920                 Sync with HEAD (right-align new and unread column)
14922 2004-09-27 [colin]      0.9.12cvs104.1
14924         * src/main.c
14925                 Sync with HEAD (revert 0.9.12cvs101)
14927 2004-09-24 [colin]      0.9.12cvs103.2
14929         * src/wizard.c
14930                 Fix gtk warnings and use domain part of the email address 
14931                 when domain detection fails (no dot in domain name)
14933 2004-09-23 [colin]      0.9.12cvs103.1
14935         * src/plugins/spamassassin/libspamc.c
14936         * src/plugins/spamassassin/libspamc.h
14937         * src/plugins/spamassassin/utils.c
14938         * src/plugins/spamassassin/utils.h
14939                 Sync with HEAD (Update spamassassin to 3.0)
14941 2004-09-21 [colin]      0.9.12cvs102.3
14943         * src/action.c
14944                 Add horizontal scrollbar in action io dialog as needed
14945                 Patch by Alfons.
14947 2004-09-20 [colin]      0.9.12cvs102.2
14949         * src/plugins/image_viewer/viewer.c
14950                 Remove imlib stuff
14951                 use gtk_pixmap_set when clearing
14952                 (would be better to use gtkImages, but causes size-allocate 
14953                 signals storm)
14955 2004-09-17 [paul]       0.9.12cvs102.1
14957         * ChangeLog
14958         * ChangeLog.claws
14959         * ChangeLog.jp
14960         * configure.ac
14961         * src/inc.c
14962                 sync with HEAD
14965 2004-09-17 [colin]      0.9.12cvs101.1
14967         * ChangeLog.claws
14968         * src/main.c
14969                 Sync with HEAD (fix segs at exit)
14971 2004-09-14 [colin]      0.9.12cvs99.5
14973         * src/common/socket.c
14974         * AUTHORS
14975                 Fix send error on 64bit platforms
14976                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14978 2004-09-14 [colin]      0.9.12cvs99.4
14980         * src/action.c
14981                 Fix action output with utf8 
14982                 Patch by Alfons.
14984 2004-09-14 [colin]      0.9.12cvs99.3
14986         * ChangeLog.claws
14987         * src/folder.c
14988                 Sync with HEAD
14990 2004-09-09 [colin]      0.9.12cvs99.2
14992         * src/action.c
14993                 Fix progress bar (displaying "Completed %v/%u")
14994                 Patch by Alfons.
14996 2004-09-08 [colin]      0.9.12cvs99.1
14998         * src/account.c
14999         * src/folder.c
15000         * src/procmsg.c
15001         * src/procmsg.h
15002         * src/plugins/pgpmime/pgpmime.c
15003                 Sync with HEAD
15005 2004-09-08 [colin]      0.9.12cvs97.2
15007         * src/summaryview.c
15008                 Don't select mails in collapsed threads 
15009                 when navigating with up/down
15011 2004-09-07 [colin]      0.9.12cvs97.1
15013         * src/inc.c
15014                 Sync with HEAD (meaningful error messages)
15016 2004-09-06 [colin]      0.9.12cvs96.1
15018         * src/toolbar.c
15019                 Sync with HEAD (fix Redirect graying out)
15021 2004-09-06 [colin]      0.9.12cvs95.1
15023         * src/summaryview.c
15024         * src/mimeview.c
15025                 Sync with HEAD (fix dropped URIs)
15027 2004-09-06 [colin]      0.9.12cvs94.1
15029         * src/addressbook.c
15030         * src/addressitem.h
15031         * src/addritem.c
15032         * src/addritem.h
15033                 Sync with HEAD (addressbook DnD)
15035 2004-09-03 [colin]      0.9.12cvs93.1
15037         * src/summaryview.c
15038                 Sync with HEAD (next/prev unread)
15040 2004-09-03 [colin]      0.9.12cvs92.1
15042         * src/prefs_common.c
15043         * src/prefs_common.h
15044         * src/summaryview.c
15045                 Sync with HEAD ('mark_as_read_delay' pref)
15047 2004-09-02 [colin]      0.9.12cvs91.2
15049         * src/common/xml.c
15050                 Fix leak
15052 2004-09-02 [colin]      0.9.12cvs91.1
15054         * src/gtk/menu.c
15055                 Sync with HEAD (menu accel don't work, but whatever)
15057 2004-09-02 [colin]      0.9.12cvs90.1
15059         * src/account.c
15060                 Sync with HEAD (fix bug 582)
15062 2004-09-02 [colin]      0.9.12cvs89.1
15064         * src/addrindex.c
15065                 Sync with HEAD (free deleted queries)
15067 2004-09-02 [colin]      0.9.12cvs88.1
15069         * src/ldapquery.c
15070                 Sync with HEAD (fix LDAP freezes)
15072 2004-09-02 [colin]      0.9.12cvs87.1
15074         * src/prefs_spelling.c
15075                 Sync with HEAD (add default dictionary)
15077 2004-09-01 [colin]      0.9.12cvs86.1
15079         * src/filtering.c
15080         * src/folderview.c
15081         * src/imap.c
15082         * src/prefs_matcher.c
15083         * src/stock_pixmap.c
15084         * src/summary_search.c
15085         * src/summaryview.c
15086         * src/wizard.c
15087         * src/wizard.h
15088                 Sync with HEAD (uninitialized vars fixes)
15089                 + gtk2 specific warning fixes
15091 2004-08-31 [colin]      0.9.12cvs85.1
15093         * src/folder.c
15094                 Sync with HEAD (Fix memory corruption due to 
15095                 uninitialized var)
15097 2004-08-31 [colin]      0.9.12cvs84.4
15099         * src/summary_search.c
15100                 Fix segfaults when searching in folders with broken headers
15102 2004-08-31 [colin]      0.9.12cvs84.3
15104         * src/compose.c
15105         * src/textview.c
15106                 Fix some more encoding/decoding issues
15108 2004-08-30 [colin]      0.9.12cvs84.2
15110         * src/mimeview.c
15111         * src/prefs_themes.c
15112         * src/gtk/filesel.c
15113         * src/gtk/filesel.h
15114                 Add a folder-mode selection (fixes mimeview's "Save all")
15116 2004-08-29 [colin]      0.9.12cvs84.1
15118         * src/mimeview.c
15119                 Sync with HEAD (don't escape saved filenames)
15121 2004-08-27 [colin]      0.9.12cvs83.1
15123         * ChangeLog
15124         * ChangeLog.claws
15125         * ChangeLog.jp
15126         * src/mh.c
15127         * src/procheader.c
15128         * src/procmsg.c
15129         * src/procmsg.h
15130         * src/common/utils.c
15131         * src/gtk/menu.h
15132         * po/
15133                 Sync with HEAD 0.9.12cvs83 (sync with main)
15135 2004-08-26 [colin]      0.9.12cvs82.4
15137         * src/codeconv.c
15138                 Fix strange stack corruption
15139                 Convert to utf8 after unmime, not before
15141 2004-08-26 [colin]      0.9.12cvs82.3
15143         * src/main.c
15144         * src/wizard.c
15145                 Fix account folders duplication
15147 2004-08-25 [colin]      0.9.12cvs82.2
15149         * src/wizard.c
15150                 Remove ports
15151                 Add SSL selection
15152                 Use login@server as account name
15154 2004-08-25 [colin]      0.9.12cvs82.1
15156         * src/plugins/pgpmime/pgpmime.c
15157                 Sync with HEAD (leak fix).
15159 2004-08-25 [colin]      0.9.12cvs81.1
15161         * src/plugins/pgpmime/pgpmime.c
15162         * src/plugins/pgpmime/sgpgme.c
15163         * src/plugins/pgpmime/sgpgme.h
15164                 Sync with HEAD (Handle combined messages).
15166 2004-08-24 [colin]      0.9.12cvs80.3
15168         * src/wizard.c
15169                 Fix full name, ports, and imap
15171 2004-08-24 [colin]      0.9.12cvs80.2
15173         * src/Makefile.am
15174         * src/main.c
15175         * src/setup.c
15176         * src/setup.h
15177         * src/stock_pixmap.c
15178         * src/stock_pixmap.h
15179         * src/wizard.c ** ADDED **
15180         * src/wizard.h ** ADDED ** 
15181         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15182                 Add a setup wizard 
15184 2004-08-24 [colin]      0.9.12cvs80.1
15186         * src/folder.c
15187                 Sync with HEAD (set mimeflags on all messages)
15189 2004-08-24 [colin]      0.9.12cvs79.3
15191         * src/matcher_parser_lex.l
15192                 Fix 8bits strings not in utf8
15194 2004-08-24 [colin]      0.9.12cvs79.2
15196         * src/compose.c
15197                 Check conversion result before replacing buffer
15199 2004-08-23 [colin]      0.9.12cvs79.1
15201         * src/compose.c
15202                 Sync with HEAD (create message header in memory)
15204 2004-08-23 [colin]      0.9.12cvs78.1
15206         * src/rfc2015.c
15207         * src/rfc2015.h
15208                 Sync with HEAD (fix bug 197 again)
15210 2004-08-23 [colin]      0.9.12cvs77.3
15212         * src/compose.c
15213                 Fix again inline gpg signing (which outputs utf8
15214                 in gtk2). Not syncing this fix to HEAD as this 
15215                 code is meant to die.
15217 2004-08-23 [colin]      0.9.12cvs77.2
15219         * src/prefs_account.h
15220                 Remove useless include
15222 2004-08-23 [colin]      0.9.12cvs77.1
15224         * src/imap.c
15225         * po/es.po
15226         * po/fr.po
15227         * po/it.po
15228         * po/pl.po
15229         * po/pt_BR.po
15230         * po/sk.po
15231         * po/sr.po
15232                 Sync with HEAD (fix bug 577)
15234 2004-08-22 [colin]      0.9.12cvs76.1
15236         * src/plugins/trayicon/trayicon.c
15237                 Sync with HEAD (fix formatting bug)
15239 2004-08-21 [colin]      0.9.12cvs74.2
15241         * src/gtk/colorsel.c
15242                 Fix bug 564 (Folder color selection window exits on any
15243                 keypress)
15245 2004-08-21 [colin]      0.9.12cvs74.1
15247         * ChangeLog.claws
15248         * src/compose.c
15249         * src/summaryview.c
15250         * src/toolbar.c
15251                 Sync with HEAD (fix bug 576)
15253 2004-08-21 [colin]      0.9.12cvs70.1
15255         * src/compose.c
15256         * src/mainwindow.c
15257                 Sync with HEAD
15258                 
15260 2004-08-21 [paul]       0.9.12cvs66.4
15262         * src/mainwindow.c
15263         * src/messageview.c
15264         * src/gtk/menu.c
15265         * src/plugins/spamassassin/spamassassin_gtk.c
15266                 remove some deprecated gtk1 functions
15269 2004-08-21 [colin]      0.9.12cvs66.3
15271         * src/compose.c
15272         * src/codeconv.c
15273                 Fix warnings
15274                 Remove encoding hacks
15275                 Fix bug 575 (Strange character messes up message)
15276                 Don't display conversion error when drafting
15278 2004-08-21 [paul]       0.9.12cvs66.2
15280         * src/prefs_account.c
15281                 fix GnuPG mode bugs
15284 2004-08-20 [colin]      0.9.12cvs66.1
15286         * src/codeconv.c
15287                 Sync with HEAD 0.9.12cvs66
15289 2004-08-20 [paul]
15291         * src/plugins/pgpmime/plugin.c
15292                 modify PGP/MIME plugin's description
15294 2004-08-17 [colin]      0.9.12cvs65.1
15296         * src/common/ssl.c
15297         * src/plugins/pgpmime/plugin.c
15298                 Sync with HEAD
15300 2004-08-14 [colin]      0.9.12cvs60.3
15302         * src/plugins/trayicon/trayicon.c
15303                 Put back resize callback, on size-request signal
15304                 rather than size-allocate to avoid infinite 
15305                 callback loop
15307 2004-08-13 [colin]      0.9.12cvs60.2
15309         * src/common/defs.h
15310                 Cache versions have been fixed
15312 2004-08-13 [colin]      0.9.12cvs60.1
15314         * src/folderutils.c
15315                 Sync with HEAD
15317 2004-08-12 [colin]      0.9.12cvs59.1
15319         * src/plugins/trayicon/trayicon.c
15320                 Sync with HEAD
15322 2004-08-12 [colin]      0.9.12cvs57.5
15324         * sylpheed.desktop
15325         * configure.ac
15326         * src/Makefile.am
15327         * src/main.c
15328                 Add support for Freedesktop.org's startup notification
15330 2004-08-11 [colin]      0.9.12cvs57.4
15332         * src/textview.c
15333                 Fix off-by-one
15335 2004-08-11 [colin]      0.9.12cvs57.3
15337         * src/message_search.c
15338         * src/summary_search.c
15339                 Make searches case insensitive by default
15340         * src/textview.c
15341                 Fix case-insensitive search in message
15343 2004-08-11 [colin]      0.9.12cvs57.2
15345         * src/summary_search.c
15346                 Let case-sensitive be specified
15348 2004-08-10 [colin]      0.9.12cvs55.4
15350         * src/common/socket.c
15351                 Fix the possible race condition
15353 2004-08-09 [paul]       0.9.12cvs55.3
15355         * configure.ac
15356         * src/Makefile.am
15357         * src/common/Makefile.am
15358                 sync with HEAD
15361 2004-08-09 [paul]       0.9.12cvs55.2
15363         * autogen.sh
15364         * po/poconv.sh
15365                 remove unneeded script
15367         * configure.ac
15368                 add forgotten USE_LDAP_TLS (sync with HEAD)
15371 2004-08-09 [colin]      0.9.12cvs55.1
15373         * src/main.c
15374         * src/common/ssl.c
15375         * src/common/sylpheed.c
15376         * src/common/sylpheed.h
15377                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15379 2004-08-09 [paul]       0.9.12cvs54.1
15381         * ChangeLog
15382         * ChangeLog.claws
15383         * ChangeLog.jp
15384         * configure.ac
15385         * po/POTFILES.in
15386         * src/Makefile.am
15387         * src/folderutils.c
15388         * src/main.c
15389         * src/pgpmime.c
15390         * src/pgpmime.h
15391         * src/sgpgme.c
15392         * src/sgpgme.h
15393         * src/plugins/Makefile.am
15394         * src/plugins/pgpmime/.cvsignore
15395         * src/plugins/pgpmime/Makefile.am
15396         * src/plugins/pgpmime/pgpmime.c
15397         * src/plugins/pgpmime/pgpmime.h
15398         * src/plugins/pgpmime/plugin.c
15399         * src/plugins/pgpmime/sgpgme.c
15400         * src/plugins/pgpmime/sgpgme.h
15401                 sync with HEAD
15403 2004-08-08 [paul]       0.9.12cvs51.1
15405         * configure.ac
15406         * src/folder.c
15407                 sync with HEAD
15409 2004-08-07 [colin]      0.9.12cvs50.1
15411         * src/pop.c
15412         * src/common/partial_download.c
15413                 fix warnings (sync from HEAD)
15415 2004-08-07 [colin]      0.9.12cvs48.1
15417         * src/prefs_folder_item.c
15418                 sync with HEAD 0.9.12cvs48
15420 2004-08-06 [colin]      0.9.12cvs47.1
15422         * src/compose.c
15423                 Sync with HEAD
15425 2004-08-06 [christoph]  0.9.12cvs46.2
15427         * src/main.c
15428         * src/plugins/clamav/clamav_plugin_gtk.c
15429         * src/plugins/dillo_viewer/dillo_viewer.c
15430         * src/plugins/image_viewer/plugin.c
15431         * src/plugins/mathml_viewer/mathml_viewer.c
15432         * src/plugins/spamassassin/spamassassin_gtk.c
15433         * src/plugins/trayicon/trayicon.c
15434                 don't mix GTK1.2 plugin with GTK2 plugins
15436 2004-08-06 [colin]      0.9.12cvs46.1
15438         * ChangeLog
15439         * ChangeLog.claws
15440         * ChangeLog.jp
15441         * configure.ac
15442         * sylpheed-claws.pc.in
15443         * src/folder.c
15444         * src/imap.c
15445         * src/localfolder.c
15446         * src/messageview.c
15447         * src/mimeview.c
15448         * src/mimeview.h
15449         * src/msgcache.c
15450         * src/news.c
15451         * src/prefs_ext_prog.c
15452         * src/prefs_folder_item.c
15453         * src/prefs_fonts.c
15454         * src/prefs_msg_colors.c
15455         * src/prefs_spelling.c
15456         * src/prefs_themes.c
15457         * src/prefs_toolbar.c
15458         * src/prefs_wrapping.c
15459         * src/procmime.h
15460         * src/common/defs.h
15461         * src/common/nntp.c
15462         * src/common/session.c
15463         * src/common/session.h
15464         * src/common/socket.c
15465         * src/common/utils.h
15466         * src/common/xml.c
15467         * src/common/xml.h
15468         * src/gtk/prefswindow.c
15469         * src/gtk/prefswindow.h
15470         * src/plugins/clamav/clamav_plugin_gtk.c
15471         * src/plugins/dillo_viewer/dillo_prefs.c
15472         * src/plugins/image_viewer/viewerprefs.c
15473         * src/plugins/spamassassin/spamassassin_gtk.c
15474         * m4/openssl.m4 *** REMOVED ***
15475                 Sync with HEAD 0.9.12cvs46
15477 2004-08-03 [paul]       0.9.12cvs40.2
15479         * src/action.c
15480         * src/addressadd.c
15481         * src/addressbook.c
15482         * src/addrgather.c
15483         * src/browseldap.c
15484         * src/compose.c
15485         * src/crash.c
15486         * src/editaddress.c
15487         * src/editgroup.c
15488         * src/editldap_basedn.c
15489         * src/foldersel.c
15490         * src/importldif.c
15491         * src/mimeview.c
15492         * src/prefs_common.c
15493         * src/prefs_template.c
15494         * src/sourcewindow.c
15495         * src/summaryview.c
15496         * src/gtk/about.c
15497         * src/gtk/foldersort.c
15498         * src/gtk/logwindow.c
15499         * src/gtk/pluginwindow.c
15500         * src/gtk/prefswindow.c
15501                 change all gtk_scrolled_window_set_policy from 
15502                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15504 2004-08-02 [paul]       0.9.12cvs40.1
15506         * AUTHORS
15507                 update translation team section
15508         * po/pt_BR.po
15509                 updated by Frederico Goncalves Guimaraes
15510                 <fggdebian@yahoo.com.br>
15512 2004-07-31 [colin]      0.9.12cvs39.9
15514         * src/exphtmldlg.c
15515                 Fix compilation
15517 2004-07-31 [colin]      0.9.12cvs39.8
15519         * src/exphtmldlg.c
15520                 Fix an alertpanel type
15522 2004-07-30 [colin]      0.9.12cvs39.7
15524         * src/alertpanel.c
15525                 Fix alertpanel_error_log's icon
15527 2004-07-30 [colin]      0.9.12cvs39.6
15529         * src/pop.c
15530                 Two of them should still be warnings
15532 2004-07-30 [colin]      0.9.12cvs39.5
15534         * src/pop.c
15535                 More warning -> error
15536 2004-07-29 [colin]      0.9.12cvs39.4
15538         * src/pop.c
15539                 Warning -> error
15541 2004-07-29 [colin]      0.9.12cvs39.3
15543         * src/prefs_matcher.c
15544                 Fix segfault
15546 2004-07-29 [colin]      0.9.12cvs39.2
15548         * src/alertpanel.c
15549                 More nice-looking alertpanels
15551 2004-07-29 [colin]      0.9.12cvs39.1
15553         * src/messageview.c
15554                 sync with head
15555                 (inform user when partial mail is deleted on server)
15557 2004-07-29 [colin]      0.9.12cvs38.1
15559         * src/messageview.c
15560                 sync with head
15562 2004-07-28 [paul]       0.9.12cvs37.7
15564         * src/mainwindow.c
15565                 complete the replacement of deprecated gtk_progress_*
15567 2004-07-28 [paul]       0.9.12cvs37.6
15569         * src/action.c
15570         * src/inc.c
15571         * src/mainwindow.c
15572         * src/send_message.c
15573         * src/gtk/progressdialog.c
15574         * src/gtk/progressdialog.h
15575                 replace deprecated gtk_progress_*
15577 2004-07-28 [paul]       0.9.12cvs37.5
15579         * src/gtk/filesel.c
15580                 remove gtk_window_set_wmclass()
15581 2004-07-28 [paul]       0.9.12cvs37.4
15583         * src/addressbook.c
15584         * src/compose.c
15585         * src/foldersel.c
15586         * src/mainwindow.c
15587         * src/messageview.c
15588         * src/sourcewindow.c
15589         * src/gtk/logwindow.c
15590                 remove gtk_window_set_wmclass()
15591                 
15592         * src/prefs_filtering.c
15593         * src/prefs_filtering_action.c
15594         * src/prefs_fonts.c
15595         * src/prefs_gtk.c
15596         * src/prefs_matcher.c
15597         * src/ssl_manager.c
15598         * src/gtk/prefswindow.c
15599                 replace gtk_window_position()
15601 2004-07-28 [colin]      0.9.12cvs37.3
15603         * src/alertpanel.c
15604         * src/alertpanel.h
15605                 Add a way to specify panel type for specific
15606                 panels (alertpanel())
15607         * src/account.c
15608         * src/addressbook.c
15609         * src/compose.c
15610         * src/expldifdlg.c
15611         * src/main.c
15612         * src/messageview.c
15613         * src/summaryview.c
15614         * src/textview.c
15615         * src/gtk/sslcertwindow.c
15616                 Fix alertpanel()s so that their icon match
15617                 their real type
15619 2004-07-28 [paul]       0.9.12cvs37.2
15621         * src/addr_compl.c
15622         * src/addressbook.c
15623         * src/alertpanel.c
15624         * src/compose.c
15625         * src/export.c
15626         * src/foldersel.c
15627         * src/folderview.c
15628         * src/grouplistdialog.c
15629         * src/import.c
15630         * src/mainwindow.c
15631         * src/message_search.c
15632         * src/messageview.c
15633         * src/passphrase.c
15634         * src/prefs_actions.c
15635         * src/prefs_common.c
15636         * src/prefs_customheader.c
15637         * src/prefs_display_header.c
15638         * src/prefs_filtering.c
15639         * src/prefs_filtering_action.c
15640         * src/prefs_gtk.c
15641         * src/prefs_matcher.c
15642         * src/prefs_msg_colors.c
15643         * src/prefs_summary_column.c
15644         * src/prefs_template.c
15645         * src/sourcewindow.c
15646         * src/ssl_manager.c
15647         * src/summary_search.c
15648         * src/gtk/colorsel.c
15649         * src/gtk/description_window.c
15650         * src/gtk/gtkaspell.c
15651         * src/gtk/inputdialog.c
15652         * src/gtk/logwindow.c
15653         * src/gtk/prefswindow.c
15654         * src/gtk/progressdialog.c
15655                 replace deprecated gtk_window_set_policy
15657 2004-07-27 [colin]      0.9.12cvs37.1
15659         * src/msgcache.c
15660                 More fixes (synced for head again)
15662 2004-07-27 [colin]      0.9.12cvs35.3
15664         * src/msgcache.c
15665                 Fix wrong test
15667 2004-07-27 [colin]      0.9.12cvs35.2
15669         * src/mimeview.c
15670                 Fix width a bit (by Paul)
15671         * src/alertpanel.c
15672         * src/alertpanel.h
15673                 Specialize icons, make alertpanel_message()
15674                 private
15675         * src/message_search.c
15676         * src/sgpgme.c
15677         * src/summary_search.c
15678                 Suit alertpanel changes
15680 2004-07-27 [colin]      0.9.12cvs35.1
15682         * src/alertpanel.c
15683                 Add an icon
15684         * src/passphrase.c
15685                 Add debug output - maybe someone will
15686                 want to look at the problem with Grab
15687                 Input :)
15688         Bump version as we're synced with HEAD
15690 2004-07-26 [colin]      0.9.12cvs33.26
15692         * src/pop.c
15693                 Fix uidl-file parsing when not in new
15694                 format
15696 2004-07-26 [colin]      0.9.12cvs33.25
15698         * src/gtk/menu.c
15699                 Move popup menu up if necessary (fixes 
15700                 account selector)
15701         * src/mainwindow.c
15702                 Set account selector's button height to
15703                 minimum
15705 2004-07-26 [colin]      0.9.12cvs33.24
15707         * src/alertpanel.c
15708                 Maybe fix 551 (Truncated font in alert window)
15710 2004-07-26 [colin]      0.9.12cvs33.23
15712         * po/de.po
15713         * po/es.po
15714         * po/fr.po
15715         * po/it.po
15716         * po/ja.po
15717         * po/pl.po
15718         * po/ru.po
15719         * po/sk.po
15720         * po/sr.po
15721         * po/zh_CN.po
15722                 Sync po files with HEAD
15724 2004-07-26 [paul]       0.9.12cvs33.22
15726         * src/compose.c
15727                 fix Bug 556 'Organisation-header is sent even if empty'
15729 2004-07-24 [colin]      0.9.12cvs33.21
15731         * src/compose.c
15732         * src/gtk/gtkaspell.c
15733         * src/gtk/gtkaspell.h
15734                 Fix speller accelerators (require hack)
15736 2004-07-24 [colin]      0.9.12cvs33.20
15738         * src/gtk/gtkaspell.c
15739                 Fix over-eager code deletion breaking
15740                 Check while typing
15742 2004-07-24 [colin]      0.9.12cvs33.19
15744         * src/browseldap.c
15745         * src/ldapctrl.c
15746         * src/ldapctrl.h
15747         * src/ldapserver.h
15748                 Sync ldap with HEAD
15749         (Fixes 546 LDAP completely broken)
15751 2004-07-24 [colin]      0.9.12cvs33.18
15753         * src/prefs_msg_colors.c
15754                 Fix prototype mismatch
15755         (Fixes 547 void function cannot return value)
15757 2004-07-24 [colin]      0.9.12cvs33.17
15759         * src/mainwindow.c
15760                 Fix sort going back to previous sort key
15761                 when changing sort direction
15763 2004-07-24 [colin]      0.9.12cvs33.16
15765         * src/compose.c
15766                 Fix space insertion when re-wrapping at 
15767                 cursor point
15769 2004-07-24 [colin]      0.9.12cvs33.15
15771         * src/gtk/gtkaspell.c
15772                 Don't change cursor position in insert-text
15773                 callback
15774         (Fixes 539 Word wrapping on input transposes letters)
15776 2004-07-24 [colin]      0.9.12cvs33.14
15778         * src/gtk/gtkaspell.c
15779                 Reencode non-ascii chars to dictionary's
15780                 encoding
15781         (Fixes 544 Spell check broken non english locale)
15783 2004-07-24 [colin]      0.9.12cvs33.13
15785         * src/summaryview.c
15786                 Fix Shift+Down, add Home/End/PgUp/PgDown
15788 2004-07-21 [colin]      0.9.12cvs33.12
15790         * src/prefs_common.c
15791                 Fix a gtk warning (Patch by Andrej Kacian)
15793 2004-07-21 [colin]      0.9.12cvs33.11
15795         * src/gtk/filesel.c
15796                 More check
15798 2004-07-21 [colin]      0.9.12cvs33.10
15800         * src/compose.c
15801         * src/crash.c
15802         * src/export.c
15803         * src/import.c
15804         * src/messageview.c
15805         * src/mimeview.c
15806         * src/prefs_spelling.c
15807         * src/prefs_themes.c
15808         * src/summaryview.c
15809         * src/gtk/filesel.c
15810         * src/gtk/filesel.h
15811         * src/gtk/pluginwindow.c
15812                 Untwist open/save mode guessing logic, make
15813                 it explicit
15815 2004-07-20 [colin]      0.9.12cvs33.9
15817         * src/codeconv.c
15818                 conv_encode_header: src_charset is UTF-8 on
15819                 gtk2
15820         * src/compose.c
15821                 Remove double encoding of the headers
15823 2004-07-20 [colin]      0.9.12cvs33.8
15825         * src/codeconv.c
15826                 Fix typo
15828 2004-07-20 [colin]      0.9.12cvs33.7
15830         * src/mainwindow.c
15831                 Set the separated messageview to the saved
15832                 size of Claws' messageview (Patch by Alfons)
15833                 Fix a callback prototype (me)
15835 2004-07-20 [colin]      0.9.12cvs33.6
15837         * src/codeconv.h
15838                 Forgot one hunk in 0.9.12cvs33.4
15840 2004-07-19 [colin]      0.9.12cvs33.5
15842         * src/action.c
15843                 Action output fix
15844                 Patch by Alfons
15846 2004-07-19 [colin]      0.9.12cvs33.4
15848         * src/compose.c
15849                 Fix outgoing charset bug in headers
15850         * src/codeconv.c
15851                 Clean for glib2 - Patch by Alfons
15853 2004-07-19 [colin]      0.9.12cvs33.3
15855         * src/statusbar.c
15856                 Remove grip from the statusbar
15857                 Patch by Alfons
15859 2004-07-19 [colin]      0.9.12cvs33.2
15861         * src/messageview.c
15862         * src/textview.c
15863                 Fix messageview remembering the previous
15864                 scroll position when loading a new message
15865                 Patch by Alfons
15867 2004-07-19 [colin]      0.9.12cvs33.1
15869         * src/folder.h
15870         * src/folderview.c
15871         * src/summaryview.c
15872                 Sync with HEAD
15874 2004-07-18 [colin]      0.9.12cvs32.7
15876         * configure.ac
15877                 Remove useless check for XIM - noticed
15878                 by Alfons
15880 2004-07-18 [colin]      0.9.12cvs32.6
15882         * src/summaryview.c
15883                 Remove non-modified and shift-modified
15884                 accelerators in summaryview's popup
15885                 menu, as that doesn't get catched by
15886                 the accel-activate signal catcher...
15888 2004-07-18 [colin]      0.9.12cvs32.5
15890         * src/prefs_common.c
15891                 Define sensible default prefs for 
15892                 wrapping
15894 2004-07-18 [colin]      0.9.12cvs32.4
15896         * src/compose.c
15897         * src/prefs_common.c
15898         * src/prefs_common.h
15899         * src/prefs_wrapping.c
15900                 Remove Smart Wrapping pref, which does
15901                 nothing on gtk2 branch
15903 2004-07-18 [colin]      0.9.12cvs32.3
15905         * src/sourcewindow.c
15906                 Proper utf8
15908 2004-07-18 [colin]      0.9.12cvs32.2
15910         * src/compose.c
15911                 Save attachment status when drafting
15913 2004-07-18 [colin]      0.9.12cvs32.1
15915         * src/gtk/filesel.c
15916                 Fix erratic folder selection in open mode
15918 2004-07-18 [colin]      0.9.12cvs31.11
15920         * src/pop.c
15921                 Don't let partial messages get deleted
15922                 even with "dowload all"
15923                 (0.9.12cvs31.8 fix extension)
15924 2004-07-18 [colin]      0.9.12cvs31.10
15926         * src/gtk/logwindow.c
15927                 Fix log scrolling
15929 2004-07-18 [colin]      0.9.12cvs31.9
15931         * src/common/utils.c
15932                 Fix non-utf8 strings coming from commands
15933                 and files
15935 2004-07-18 [colin]      0.9.12cvs31.8
15937         * src/pop.c
15938                 Fix partial download bug with Download all
15939                 messages option
15941 2004-07-18 [colin]      0.9.12cvs31.7
15943         * src/textview.c
15944                 Fix bug introduced in 0.9.12cvs31.2
15945                 (blocked in select mode after double click)
15947 2004-07-18 [colin]      0.9.12cvs31.6
15949         * src/compose.c
15950         * src/gtk/menu.c
15951                 More glib-warning fixes
15953 2004-07-18 [colin]      0.9.12cvs31.5
15955         * src/compose.c
15956                 Fix trashing the primary clipboard when moving 
15957                 around with tab
15958         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15960 2004-07-18 [colin]      0.9.12cvs31.4
15962         * src/codeconv.c
15963                 convert unencoded iso headers to utf8
15964         (Fix Bug 538 Unencoded local characters in subject make it 
15965          disappear)
15967 2004-07-18 [colin]      0.9.12cvs31.3
15969         * src/compose.c
15970                 Fix tab char handling in wrapping
15971         (Fix Bug 537 Line wrap problem - TAB character treated as 
15972          one character instead of 8)
15974 2004-07-18 [colin]      0.9.12cvs31.2
15976         * src/textview.c
15977                 return FALSE on GDK_MOTION_NOTIFY
15978         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15979          (unable to highlight))
15981 2004-07-18 [colin]      0.9.12cvs31.1
15983         * src/folderview.c
15984                 Sync with 0.9.12cvs31
15986 2004-07-18 [colin]      0.9.12cvs30.4
15988         * src/compose.c
15989                 Also block text_inserted when inserting a file
15991 2004-07-18 [colin]      0.9.12cvs30.3
15993         * src/compose.c
15994                 Fix smart wrapping (block text_inserted handler
15995                 while putting quotation to avoid wrap on input,
15996                 don't join lines if next is sig separator)
15998 2004-07-17 [colin]      0.9.12cvs30.2
16000         * src/folderview.c
16001         * src/mainwindow.c
16002         * src/mimeview.c
16003         * src/summaryview.c
16004         * src/gtk/quicksearch.c
16005         * src/gtk/quicksearch.h
16006                 Block key events handlers *and* accels while
16007                 quicksearch is focused
16008         (Fixes Bug 534 quick-search bar not accepting certain letters)
16010 2004-07-17 [colin]      0.9.12cvs30.1
16012         * src/folder.h
16013         * src/folderview.c
16014         * src/summaryview.c
16015                 Sync with 0.9.12cvs30
16017 2004-07-17 [colin]      0.9.12cvs28.2
16019         * src/mimeview.c
16020         * src/procmime.c
16021         * src/summaryview.c
16022         * src/gtk/menu.c
16023                 Squash some compile and glib warnings
16025 2004-07-17 [paul]       0.9.12cvs28.1
16027         * src/mimeview.c
16028                 sync with 0.9.12cvs28 HEAD
16030 2004-07-16 [paul]       0.9.12cvs26.1
16031         
16032         * src/gtk/quicksearch.c
16033         * src/account.c
16034         * src/account.h
16035         * src/compose.c
16036         * src/customheader.c
16037         * src/folder_item_prefs.c
16038         * src/main.c
16039         * src/mainwindow.c
16040         * src/messageview.c
16041         * src/mimeview.c
16042         * src/news.c
16043         * src/pgpmime.c
16044         * src/pop.c
16045         * src/pop.h
16046         * src/prefs_account.c
16047         * src/prefs_account.h
16048         * src/prefs_common.c
16049         * src/prefs_common.h
16050         * src/prefs_display_header.c
16051         * src/prefs_gtk.c
16052         * src/prefs_gtk.h
16053         * src/procheader.c
16054         * src/procmime.c
16055                 sync with 0.9.12cvs26 HEAD      
16057 2004-07-15 [colin]      0.9.12cvs18.14
16059         * src/folder.c
16060                 Disable GPG signature check during
16061                 folder move and scan
16062         (Closes Bug 521 Signature checking slows down Folder-Move)
16064 2004-07-14 [colin]      0.9.12cvs18.13
16066         * src/common/partial_download.c
16067                 update includes
16069 2004-07-14 [colin]      0.9.12cvs18.12
16071         * src/common/partial_download.c
16072         * src/common/partial_download.h
16073                 Move doc at top, add correct copyright
16075 2004-07-14 [colin]      0.9.12cvs18.11
16077         * src/folder.c
16078         * src/messageview.c
16079         * src/pop.c
16080         * src/pop.h
16081         * src/procmsg.c
16082         * src/summaryview.c
16083         * src/common/Makefile.am
16084         * src/common/partial_download.c ** NEW FILES **
16085         * src/common/partial_download.h ** NEW FILES **
16086                 Move partial-download related stuff to its
16087                 own file
16089 2004-07-14 [colin]      0.9.12cvs18.10
16091         * src/send_message.c
16092                 Fix smtp auth when user is null or empty
16094 2004-07-13 [colin]      0.9.12cvs18.9
16096         * src/gtk/quicksearch.c
16097                 Use alphabetic order
16099 2004-07-13 [colin]      0.9.12cvs18.8
16101         * src/pop.c
16102                 Be paranoid on the checks
16104 2004-07-13 [colin]      0.9.12cvs18.7
16106         * src/gtk/quicksearch.c
16107                 Fix Engrish once again
16109 2004-07-13 [colin]      0.9.12cvs18.6
16111         * src/procmsg.c
16112         * src/summaryview.c
16113                 Mark messages for deletion when they are about to
16114                 be removed from trash
16116 2004-07-13 [colin]      0.9.12cvs18.5
16118         * src/matcher.c
16119         * src/matcher.h
16120         * src/matcher_parser_parse.y
16121         * src/prefs_matcher.c
16122         * src/gtk/quicksearch.c
16123                 Add 'partial' ('p') match string to find partially
16124                 downloaded messages
16126 2004-07-13 [colin]      0.9.12cvs18.4
16128         * src/pop.c
16129                 Fix misplaced block
16131 2004-07-13 [colin]      0.9.12cvs18.3
16133         * src/pop.c
16134         * src/pop.h
16135         * src/messageview.c
16136                 Refactor API (to avoid passing 5+ params and code
16137                 duplication)
16138         * src/folder.c
16139         * src/msgcache.c
16140         * src/procheader.c
16141         * src/common/defs.h
16142                 Add planned_download to cache
16143                 Don't mess uidl file when moving partially downloaded
16144                 mails (they change folder, we should change it in the
16145                 uidl list too or we'll remove an incorrect message)
16146                 (this also helps removing hacks when changing 
16147                 planned_download in messageview.c)
16149 2004-07-12 [colin]      0.9.12cvs18.2
16151         * src/gtk/quicksearch.c
16152                 Fix missing status update in quicksearch
16154 2004-07-12 [paul]       0.9.12cvs18.1
16156         * po/POTFILES.in
16157         * src/Makefile.am
16158         * src/account.c
16159         * src/codeconv.c
16160         * src/compose.c
16161         * src/inc.c
16162         * src/main.c
16163         * src/prefs_common.c
16164         * src/procmsg.h
16165         * src/toolbar.c
16166         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16167         * src/prefs_wrapping.[ch]       ** NEW FILES **
16168         * src/common/intl.h
16169         * src/common/utils.[ch]
16170         * src/gtk/quicksearch.[ch]
16171                 sync with 0.9.12cvs18 HEAD
16173 2004-07-12 [colin]      0.9.11cvs17.25
16175         * src/folder.c
16176         * src/folder.h
16177                 Remove unused function added by me in 0.9.11cvs17.10
16179 2004-07-11 [colin]      0.9.11cvs17.24
16181         * src/inc.c
16182         * src/messageview.c
16183         * src/pop.c
16184         * src/pop.h
16185                 Use folderitem and msgnum instead of filename to
16186                 know which mail to delete
16187                 Move old partial mail deletion to pop.c
16189 2004-07-10 [colin]      0.9.11cvs17.23
16191         * src/inc.c
16192                 Add debug
16193         * src/pop.c
16194         * src/pop.h
16195                 Don't re-use same enums for unrelated stuff: it's 
16196                 completely misleading !
16197                 Document a bit
16199 2004-07-09 [colin]      0.9.11cvs17.22
16201         * src/inc.c
16202                 Remove folder-type check and do
16203                 more tests to be sure everything's
16204                 ok
16205         * src/messageview.c
16206                 Punctuation update, remove useless
16207                 code, fix two warnings
16208         * src/noticeview.c
16209                 Layout cleaning, reset 2nd button
16210                 when specifying one
16212 2004-07-09 [colin]      0.9.11cvs17.21
16214         * src/messageview.c
16215         * src/pop.c
16216         * src/pop.h
16217                 Allow user to change his mind
16218                 and postpone decision (by
16219                 unmarking the mail)
16221 2004-07-09 [colin]      0.9.11cvs17.20
16223         * src/messageview.c
16224                 Fix bug with delete state
16225         * src/pop.c
16226         * src/pop.h
16227                 Fix buffer leak (fread doesn't 
16228                 terminate buffers with \0)
16229                 Refactoring (remove magic 
16230                 numbers)
16232 2004-07-09 [colin]      0.9.11cvs17.19
16234         * src/pop.c
16235                 Don't log "Skipping message" if 
16236                 we're going to TOP it two lines
16237                 later
16239 2004-07-09 [colin]      0.9.11cvs17.18
16241         * src/messageview.c
16242                 Fix Engrish
16244 2004-07-09 [colin]      0.9.11cvs17.17
16246         * src/pop.c
16247                 strlen checking...
16248         * src/messageview.c
16249                 refactoring a bit
16251 2004-07-08 [colin]      0.9.11cvs17.16
16253         * src/noticeview.c
16254         * src/noticeview.h
16255                 Add an optional second button
16256         * src/messageview.c
16257         * src/pop.c
16258         * src/pop.h
16259                 Don't delete partially received mails after a certain
16260                 time; rather, let the user decide.
16262 2004-07-08 [colin]      0.9.11cvs17.15
16264         * src/common/smtp.h
16265                 Sync with HEAD
16267 2004-07-08 [colin]      0.9.11cvs17.14
16269         * src/messageview.c
16270         * src/common/smtp.c
16271                 Use to_human_readable() for sizes
16273 2004-07-08 [colin]      0.9.11cvs17.13
16275         * src/inc.c
16276         * src/messageview.c
16277         * src/pop.c
16278         * src/pop.h
16279         * src/procmsg.c
16280                 Fix partial-downloading issues:
16281                         catch unsupported TOP
16282                         don't delete partially downloaded mails before 5 days
16283                         don't update existing with non-MH folders; that'll
16284                         make dups, but it's better than trashing the folder
16285                         free new msginfo parts
16286                 Fix indentation ;-)
16288 2004-07-08 [colin]      0.9.11cvs17.12
16290         * src/common/smtp.c
16291         * src/common/smtp.h
16292                 Sync smtp size verification with HEAD
16294 2004-07-08 [colin]      0.9.11cvs17.11
16296         * src/summaryview.c
16297         * src/prefs_common.c
16298         * src/prefs_common.h
16299         * src/gtk/quicksearch.c
16300         * src/gtk/quicksearch.h
16301                 Sync sticky pref with HEAD
16303 2004-07-08 [colin]      0.9.11cvs17.10
16305         * src/folder.c [1.213.2.6]
16306         * src/folder.h [1.87.2.6]
16307         * src/inc.c [1.149.2.7]
16308         * src/messageview.c [1.94.2.8]
16309         * src/procheader.c [1.47.2.6]
16310         * src/procmsg.c [1.150.2.4]
16311         * src/procmsg.h [1.60.2.5]
16312         * src/pop.c [1.56.2.4]
16313         * src/pop.h [1.17.2.3]
16314                 Let too big messages get downloaded, but truncated
16315                 Add a button to download them completely
16316                 
16317 2004-07-06 [colin]      0.9.11cvs17.9
16319         * src/gtk/quicksearch.c [1.1.2.3]
16320                 Add a Clear button
16321         * commitHelper
16322         * PATCHSETS
16323                 Add a script to help with cvs
16325 2004-07-03 [colin]      0.9.11cvs17.8
16327         * src/plugins/imageviewer/viewer.c
16328                 fix imageviewer (which was staying on the first
16329                 displayed image)
16331 2004-07-03 [colin]      0.9.11cvs17.7
16333         Removed FIXME_GTK2 warnings
16334         * src/gtk/gtkutils.c
16335                 useless #warnings
16336         * src/gtk/menu.c
16337                 useless #warnings (no need to mess with menu rc)
16338         * src/gtk/menu.h
16339                 unused functions
16340         
16342 2004-07-03 [colin]      0.9.11cvs17.6
16344         Removed FIXME_GTK2 warnings
16345         * src/codeconv.c
16346                 useless #warnings (rewrite needed)
16347         * src/compose.c
16348                 useless #warnings (rewrite needed)
16349                 useless #warnings (gtk2 is like that)
16350                 useless #warnings (previously fixed)
16351         * src/main.c
16352                 useless #warnings (previously fixed)
16353         * src/message_search.c
16354                 useless #warnings (gtk2 is like that)
16355                 Made apparent that search is case-sensitive
16356         * src/mimeview.c
16357                 useless #warnings (rewrite needed)
16358                 useless #warnings (gtk2 is like that)
16359                 reimplemented real warnings
16360         * src/prefs_common.c
16361                 Removed block cursor option (not it gtk2)
16362         * src/prefs_gtk.c
16363                 useless #warnings (rewrite needed)
16364         * src/procheader.c
16365                 useless #warnings (rewrite needed)
16366         * src/sourcewindow.c
16367                 useless #warnings (incorrect placing)
16368         * src/summary_search.c
16369                 useless #warnings (gtk2 is like that)
16370                 Made apparent that search is case-sensitive
16371         * src/action.c
16372                 useless #warnings (gtk2 is like that)
16373         * src/textview.c
16374                 useless #warnings (rewrite needed)
16375         * src/toolbar.c
16376                 useless #warnings (rewrite needed)
16378 2004-07-03 [colin]      0.9.11cvs17.5
16380         * src/textview.c
16381                 Fix mismerge which broke URI opening
16382                 
16383 2004-07-01 [colin]      0.9.11cvs17.4
16385         * src/gtk/filesel.c
16386                 Fill filename when saving
16387                 
16388 2004-06-27 [colin]      0.9.11cvs17.3
16390         * src/gtk/filesel.[ch]
16391                 Use the new GTK file selector
16392                 Update prototype to match the reality: multiple file
16393                 selection is open-only          
16394         * src/compose.c
16395                 Match the new prototypes        
16396         * configure.ac
16397                 Match the new requirements (gtk 2.4.0)
16398                         
16399 2004-06-26 [colin]      0.9.11cvs17.2
16401         * src/plugins/trayicon/trayicon.c
16402                 Remove useless signal handler on resize, which causes
16403                 an infinite "loop"
16404         
16405 2004-06-26 [colin]      0.9.11cvs17.1
16406         
16407         * tools/Makefile.am
16408                 remove launch_firebird and add nautilus2sylpheed.sh
16409         * src/quicksearch.c
16410           src/summaryview.c
16411                 Fix show/hide "Extended symbols" button problem
16412                 Fix apparition at startup
16413                 Fix const warnings
16414         * src/plugins/image_viewer/Makefile.am
16415                 Fix configure 
16416         * common/ssl.c
16417                 Re-enable certificate check, as it doesn't seem to
16418                 cause Xlib errors anymore
16420 2004-06-25 [paul]       0.9.11cvs17
16422         * sync with 0.9.11cvs17 HEAD
16423         
16424         NOTE: QuickSearch is broken
16426 2004-06-07 [colin]      0.9.10claws67.10
16427         * src/plugins/trayicon/trayicon.c
16428           src/plugins/trayicon/libeggtrayicon/Makefile.am
16429           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16430                 Fix gettextization in trayicon plugin
16432 2004-06-07 [colin]      0.9.10claws67.9
16433         
16434         * src/summaryview.c
16435           src/gtk/gtksctree.[ch]
16436                 Let Shift+{Up,Down} work in summaryview
16437                 (well, Down "works" and Up works)
16438                 Let the list scroll when using these keys
16440 2004-06-06 [colin]      0.9.10claws67.8
16442         * src/plugins/trayicon/trayicon.c
16443                 Fix pixmap update
16445 2004-06-06 [colin]      0.9.10claws67.7
16447         * src/addressbook.c
16448                 Fix signal handling causing system-wide focus grab
16450 2004-05-25 [paul]       0.9.10claws67.6
16452         * Makefile.am
16453           src/Makefile.am
16454                 clean up
16456 2004-05-25 [paul]       0.9.10claws67.5
16458         * replace deprecated gtk_signal... functions
16460 2004-05-23 [colin]      0.9.10claws67.4
16462         * src/compose.c
16463                 Fix wrapping
16465 2004-05-22 [colin]      0.9.10claws67.3
16467         * src/compose.c
16468                 Re-fix [Edited] in compose.c::compose_reedit()
16470 2004-05-22 [colin]      0.9.10claws67.2
16472         * src/procmime.c
16473                 Fix parsing of multiparts mails
16475 2004-05-22 [colin]      0.9.10claws67.1
16477         * src/summaryview.c
16478                 Fix quicksearch
16480 2004-05-22 [paul]       0.9.10claws67
16482         * sync with 0.9.10claws67 HEAD
16484 2004-05-14 [alfons]
16486         * src/procmime.h
16487                 add forgotton prototype
16489 2004-05-10 [paul]       0.9.10claws57
16491         * sync with 0.9.10claws57 HEAD
16493 2004-05-05 [paul]       0.9.9.claws1
16495         * ChangeLog-gtk2        ** REMOVED **
16496           ChangeLog-gtk2.claws  ** ADDED **
16497                 rename and adopt the normal claws format
16498                 
16499         * configure.ac
16500                 require gtkmathview >= 0.5
16502         * ac/*                          ** REMOVED **
16503           ac/                           ** REMOVED **
16504           intl/Makefile.in              ** REMOVED **
16505           m4/                           ** ADDED **
16506           m4/missing                    ** ADDED **
16507           m4/missing/gdk-pixbuf.m4      ** ADDED **
16508           m4/missing/gettext.m4         ** ADDED **
16509           m4/missing/gpgme.m4           ** ADDED **
16510           m4/missing/imlib.m4           ** ADDED **
16511           m4/.cvsignore                 ** ADDED **
16512           m4/Makefile.am                ** ADDED **
16513           m4/README                     ** ADDED **
16514           m4/aclocal-include.m4         ** ADDED **
16515           m4/aspell.m4                  ** ADDED **
16516           m4/check-type.m4              ** ADDED **
16517           m4/gnupg-check-typedef.m4     ** ADDED **
16518           m4/openssl.m4                 ** ADDED **
16519           m4/spamassassin.m4            ** ADDED **
16520           po/ChangeLog                  ** REMOVED **
16521           po/Makefile.in.in             ** REMOVED **
16522           po/Rules-quot                 ** REMOVED **
16523           po/boldquot.sed               ** REMOVED **
16524           po/en@boldquot.header         ** REMOVED **
16525           po/en@quot.header             ** REMOVED **
16526           po/insert-header.sin          ** REMOVED **
16527           po/quot.sed                   ** REMOVED **
16528           po/remove-potcdate.sed        ** REMOVED **
16529           po/remove-potcdate.sin        ** REMOVED **
16530           po/stamp-po                   ** REMOVED **
16531           Makefile.am
16532           autogen.sh
16533           configure.ac
16534                 enable building with automake 1.8.x
16535                 add 'autopoint --force' to autogen.sh and remove all
16536                 auto-generated files, remove ac/ directory and use
16537                 m4/ directory instead
16538                 
16539         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16540                 fix gettextization
16542 2004-02-28 Colin Leroy <colin@colino.net>
16543         * src/prefs_matcher.c
16544           src/prefs_filtering.c
16545           src/prefs_filtering_action.c
16546                 Fix non-editable GtkEntries
16548 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16549         * src/prefs_themes.c
16550                 utf8 conversion for theme info
16552 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16553         * sync 0.9.9claws
16555 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16556         * src/grouplistdialog.c
16557                 allow multiple selections without ctrl key
16559 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16560         * src/main.c
16561                 enable customizable accelerators
16563 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16564         * src/prefs_common.c
16565                 re-enable different font settings for gtk1/2
16566         * src/prefs_folder_item.c
16567                 fix folder prefs displayed wrong
16568         * src/textview.c
16569                 set 'sunken' shadow type
16571 2004-02-07 Colin Leroy <colin@colino.net>
16572         * src/compose.c
16573                 Fix message being always [Edited]
16574                 Encode headers correctly (utf8 buf)
16576 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16577         * src/socket.c
16578                 remove double g_source_attach()
16579                 (Thanks to Colin Leroy)
16581 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16582         * src/gtk/gtksctree.c
16583                 Fix SSL certificate list not shown
16584         * src/mimeview.c
16585                 Fix clicks in mime tree
16587 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16588         * src/common/socket.c
16589                 Fix SSL receive
16590         * src/compose.c
16591                 Fix clipboard menu hotkeys
16593 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16594         * src/gtk/gtkaspell.[ch]
16595           src/compose.c
16596                 reimplement spellchecker
16598 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16599         * src/gtk/filesel.c
16600                 crash when inserting file in compose window
16601                 (TODO: keep old selection on clicks)
16602         * src/main.c
16603                 use gtkrc-2.0 instead of gtkrc
16605 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16606         * src/messageview.c
16607                 remove orphaned mimeview unref()
16609 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16610         * src/grouplistdialog.c
16611                 expand nodes containing subscribed groups
16613 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16614         * src/textview.c
16615                 textview: hide cursor, restore old click behaviour
16617 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16618         * src/textview.c
16619                 variable names messed up
16621 2004-01-17 Colin Leroy <colin@colino.net>
16622         * src/addr_compl.c
16623                 Fix completion address too thin
16624         * src/compose.c
16625                 Fix tab-to-subject behaviour
16626         * src/summaryview.c
16627                 Implement key up & down in summaryview
16629 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16631         * sync 098claws
16633 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16634         * configure.ac
16635           Makefile.am
16636           doc/.cvsignore
16637           doc/Makefile.am
16638                 faq, man, manual moved to doc/
16639         * ac/aspell.m4
16640           ac/check-type.m4
16641           ac/gnupg-check-typedef.m4
16642           ac/openssl.m4
16643           ac/spamassassin.m4
16644           ac/missing/gdk-pixbuf.m4
16645           ac/missing/gpgme.m4
16646           ac/missing/imlib.m4
16647                 fix automake warnings
16649 2003-12-06 Colin Leroy <colin@colino.net>
16650         * src/summaryview.c
16651                 Fix quicksearch
16653 2003-12-05 Colin Leroy <colin@colino.net>
16654         * src/summaryview.c
16655                 Fix going to next unread folder
16657 2003-12-05 Colin Leroy <colin@colino.net>
16658         * src/crash.c
16659                 Fix gtk2 compilation
16660         * src/session.c
16661                 Remove iotag source handler at disconnection
16662         * src/socket.[ch] 
16663                 Remove source handler when closing socket 
16664                 (fixes another seg)
16666 2003-12-04 Colin Leroy <colin@colino.net>
16667         * src/compose.c
16668           src/prefs_account.c
16669           src/prefs_common.c
16670                 Fix some dropdown menus
16672 2003-12-04 Colin Leroy <colin@colino.net>
16673         * src/compose.c
16674                 Fix event handlers on header fields
16675         * src/common/socket.c
16676           src/common/session.c
16677                 Fix segfault with callback (SSL)
16678                 Fix end of session 
16680 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16682         * Fix compile bug in src/compose.c
16683         * removed src/gtk/gtkstext.[ch]
16685 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16687         * Convert character set and escape "text" attributes in toolbar setting
16688         files.
16689         * Fixed bug in button-press-event handling.
16691 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16693         * Fixed bug in key-press-event handling.
16695 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16697         * Enabled to compile tray-icon plugin (Ad-hoc).
16698         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16700 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16702         * Enabled to compile on sylpheed-claws.
16703         (tray-icon plugin still cannot compile yet.)
16705 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16707         * Updated to 0.9.5.
16709 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16711         * Updated to 0.9.4.
16712         * Ported monitoring SSL mechanism to GSource of GLib2
16713         (I don't confirm it)
16714         * Added _gtk2 suffix to key name of font preference to avoid
16715         ovverwriting preference of Gtk+-1.2 version.
16717 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16719         * Updated to 0.9.2.
16721 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16723         * Updated to 0.9.1.
16724         * Translate po files into UTF-8 when execute autogen.sh.
16726 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16728         * Updated to 0.9.0.
16730 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16732         * Plugged GError related memory leaks.
16734 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16736         * Changed default size of fonts.
16737         * Enabled to set titile font size of warning dialog.
16739 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16741         * Embed a sylpheed icon into executable binary on Windows.
16743 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16745         * I forgot to traslate character set of element string in src/xml.c.
16747 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16749         * Fixed detecting bind_textdomain_codeset in configure.in.
16750         * The bug in which "Example" of "Date fromat" preference isn't displayed
16751         correctly has been fixed.
16753 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16755         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16756           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16757           glib-gettextize
16758           Removed intl directory.
16759           Translated po files into UTF-8.
16760           (Thanks! Ryuji Abe)
16762 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16764         * The bug which doesn't unscape string in xml.c has been fixed.
16766 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16768         * The bug which is failed to translate encoding of file name thorough
16769         file dialog has been fixed.
16771 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16773         * Modified to translate file names which is used in inporting/expoting
16774         mbox feature and "Save as" feature into locale encoding.
16775         * Translate file names into locale encoding when "Attache file" and
16776         "Insert file".
16777         * Force set G_BROKEN_FILENAMES environment variable.
16778         * Other minor fixes.
16780 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16782         * Modified to treat MH folder's name as locale encoding.
16784 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16786         * The bug which clash on switching candidates of auto completion of
16787         addresses, cannot use auto completion in Japanesse is fixed
16788         (Thanks! Tokunaga-san)¡¥
16790 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16792         * The bug which cannot switch key accelerator preference has been fixed
16793         (Thanks! smbd-san)¡¥
16795 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16797         * version 0.8.11-gtk2-20030314
16799 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16801         * The bug in which character set conversion of filtering messages has
16802         been fixed.(Thanks! COCOA-san).
16804 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16806         * Revived "Leave space on head" preference in "Message" category.
16807         * A bug which clash when put the cursor to end of buffer and execute
16808         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16810 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16812         * version 0.8.11-gtk2-20030312
16814 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16816         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16817         * Modified to use Pango's API directly for font preference.
16818         * Integrated GtkTextView of textview to one widget.
16819         * Set fonts of header title in textview by "header_title" tag.
16820         * Removed some deprecated codes.
16822 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16824         * Updated to 0.8.11.
16825         * Merged cygwin patch(Thanks! Sakai-san).
16827 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16829         * version 0.8.10-gtk2-20030309