X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=ebba5f8b601789175f6a2b3d405626cb773444b1;hb=78e4e2e91743769abc10efa07e2678d696c99e42;hp=362b9f168ccc2b647e37e4194206b9309e50ec3d;hpb=cbaa20016528dc315ce1d25e8154dd1914ddfc3c;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 362b9f168..ebba5f8b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2006-05-17 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-save-article-coding-system): New + variable. + (gnus-summary-save-article): Add optional `decode' argument. If + it is set and gnus-summary-save-article-coding-system is non-nil, + save decoded article. + (gnus-summary-write-article-file): Save decoded article if + gnus-summary-save-article-coding-system is non-nil. + + * ecomplete.el (ecomplete-database-file-coding-system): Fix custom + type. + 2006-05-16 Katsumi Yamaoka * gnus-art.el (easy-menu-define): Use :active instead of :enable.