From: yamaoka Date: Wed, 5 Jul 2000 12:08:09 +0000 (+0000) Subject: Synch. X-Git-Tag: t-gnus-6_14-quimby-before-AC-changed-~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fc1ac980dd57a4c165e9ab05d6df2065574eedc6;p=elisp%2Fgnus.git- Synch. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00185f6..192d2e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,11 @@ +2000-07-05 Dave Love + + * gnus-art.el: Don't alias article-mime-decode-quoted-printable. + (gnus-Plain-save-name): Delete -- apparently bogus. + 2000-07-03 00:12:26 Lars Magne Ingebrigtsen - * nnsoup.el: Use expand-file-name throughtout. + * nnsoup.el: Use expand-file-name throughout. 2000-07-03 00:07:51 Kjetil Torgrim Homme diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 8f88fa1..b9751e5 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2639,17 +2639,6 @@ If variable `gnus-use-long-file-name' is non-nil, it is default (or last-file default)))) -(defun gnus-Plain-save-name (newsgroup headers &optional last-file) - "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE. -If variable `gnus-use-long-file-name' is non-nil, it is -~/News/News.group. Otherwise, it is like ~/News/news/group/news." - (or last-file - (expand-file-name - (if (gnus-use-long-file-name 'not-save) - (gnus-capitalize-newsgroup newsgroup) - (concat (gnus-newsgroup-directory-form newsgroup) "/news")) - gnus-article-save-directory))) - (defun gnus-plain-save-name (newsgroup headers &optional last-file) "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE. If variable `gnus-use-long-file-name' is non-nil, it is