From: yamaoka Date: Wed, 24 Feb 1999 03:30:50 +0000 (+0000) Subject: * lisp/gnus.el (gnus-revision-number): Increment to 03. X-Git-Tag: t-gnus-6_10_059-03 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fe7c0fad9d67d2f68c1c99f61c950ad607a53f9a;p=elisp%2Fgnus.git- * lisp/gnus.el (gnus-revision-number): Increment to 03. * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and "custom-load.el" as well. * Makefile.in (xlick, xinfo, xinfo-ja): New targets. (install-package-ja, package-ja, install-package, package): Use them; use $XEMACS instead of $EMACS. (osome): Use $XEMACS instead of "xemacs21". (x): Ditto. (XEMACS): Use "xemacs" instead of "xemacs21" in default. * lisp/dgnushack.el (dgnushack-install-package): Remove extra files in destination lisp directory. (dgnushack-make-package): Don't generate "_pkg.el" file; don't remove "auto-autoloads.el*" files. (dgnushack-compile): Don't remove "_pkg.el" from the list. --- diff --git a/ChangeLog b/ChangeLog index d75fae4..fe6f693 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +1999-02-24 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 03. + + * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and + "custom-load.el" as well. + + * Makefile.in (xlick, xinfo, xinfo-ja): New targets. + (install-package-ja, package-ja, install-package, package): Use + them; use $XEMACS instead of $EMACS. + (osome): Use $XEMACS instead of "xemacs21". + (x): Ditto. + (XEMACS): Use "xemacs" instead of "xemacs21" in default. + + * lisp/dgnushack.el (dgnushack-install-package): Remove extra files + in destination lisp directory. + (dgnushack-make-package): Don't generate "_pkg.el" file; don't + remove "auto-autoloads.el*" files. + (dgnushack-compile): Don't remove "_pkg.el" from the list. + 1999-02-23 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 02.