From 148a8980f9ce35b358981e15865a79546de7c5eb Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 25 Jan 1999 07:28:54 +0000 Subject: [PATCH] * lisp/gnus-offline.el (gnus-offline-pop-password-file): New variable. (gnus-offline-pop-password-decoding-function): New variable. (gnus-offline-get-new-news): When `gnus-offline-pop-password-file' is non-nil, get one's password information from a file specified by this variable, and don't store the passwords as a variable. * lisp/smiley.el (smiley-buffer): Avoid a few duplicate translations. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index fc0e192..ef66c48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1999-01-25 Tsukamoto Tetsuo + + * lisp/gnus-offline.el (gnus-offline-pop-password-file): New + variable. + (gnus-offline-pop-password-decoding-function): New variable. + (gnus-offline-get-new-news): When `gnus-offline-pop-password-file' + is non-nil, get one's password information from a file specified + by this variable, and don't store the passwords as a variable. + * lisp/smiley.el (smiley-buffer): Avoid a few duplicate + translations. + 1999-01-23 Kiyokazu SUTO * lisp/gnus-msg.el (gnus-inews-yank-articles): Use -- 1.7.10.4