From: yamaoka Date: Tue, 30 Nov 1999 06:18:15 +0000 (+0000) Subject: Update. X-Git-Tag: t-gnus-6_13_3-07~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bf7f9aca7805d8dab993fa91855b2b1f515e998d;p=elisp%2Fgnus.git- Update. --- 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.