From 6125fd3aee53f95a3a8dd9b8c26517b1ea61201b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 24 Feb 1999 03:34:00 +0000 Subject: [PATCH] * lisp/gnus.el (gnus-version-number): Update to 6.10.9. * 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 "xemacs". * 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. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9a54b07..0809dd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +1999-02-24 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.9. + + * 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 "xemacs". + + * 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-18 Tsukamoto Tetsuo * README-offline.en: Update. -- 1.7.10.4