From bf7f9aca7805d8dab993fa91855b2b1f515e998d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 30 Nov 1999 06:18:15 +0000 Subject: [PATCH] Update. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index d405902..4a23ee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ 1999-11-30 Katsumi Yamaoka + * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'. + + * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'. + + * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use + `car' and `cdr' instead of `cadr'. + + * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons' + instead of `push'; use `if' instead of `when'. + + * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr' + instead of `pop'. + (gnus-useful-groups): Use `or' instead of `unless'. + + * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr' + instead of `cadr'. + +1999-11-30 Katsumi Yamaoka + * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro `when' in the body of `defadvice'. Use `if' instead. -- 1.7.10.4