* lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
[elisp/gnus.git-] / ChangeLog
index e6d23c5..48804a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 09.
+
+       * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
+       bug -- do add-hook.
+       (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
+       defined. If not, call `easy-menu-create-keymaps'.
+
+1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 08.
+
+       * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
+       "static" at the compile time.
+       (gnus-offline-hangup-function): Abolish.
+       (gnus-offline-auto-ppp): New variable.
+       (gnus-offline-gnus-get-new-news): Refer to it.
+       (gnus-offline-set-unplugged-state): Ditto.
+       (gnus-offline-set-auto-ppp): New function. It replaces the
+       function `gnus-offline-toggle-auto-hangup'.
+       (gnus-offline-toggle-auto-hangup): Abolish.
+       (gnus-offline-define-menu-and-key): Use `static-if' and
+       `static-cond'.
+       (gnus-offline-popup-menu): Do not define this function under XEmacs.
+       (gnus-offline-popup): New function.
+
+       * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
+       (gnus-ofsetup-resource-en): Fix doc strings.
+       (gnus-ofsetup-resource-ja): Ditto.
+
+1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 07.
+
+       * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
+       Pterodactyl Gnus v0.98.
+
+1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * 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 <yamaoka@jpl.org>
+
+       * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
+       `when' in the body of `defadvice'.  Use `if' instead.
+
+       * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
+       cl functions.
+
+1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
+       the macro `when' in the arg of `defcustom'.  Use `if' instead.
+
+1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 06.
+
+       * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
+       `next-single-property-change' LIMIT as `point-max'.
+       (gnus-article-prepare-mime-display): Ditto.
+       (article-hide-signature): Ditto.
+
+1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
+
+       * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
+       are removed to fill gnus-version within 80 columns.
+
 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
 
        * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.