From d44c1adc704240bf04dd9c0fe65d604d453416d7 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 27 Jul 1999 04:10:19 +0000 Subject: [PATCH] Update. --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index c47c243..9126946 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +1999-07-27 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 03. + + * texi/Makefile.in (prefix): Define it first. + + * lisp/dgnuspath.el.in: Rename from paths.el. + + * lisp/dgnushack.el (dgnushack-install-package): Don't install + dgnuspath.el nor dgnuspath.elc. + (dgnushack-make-package): Don't enter dgnuspath.el nor + dgnuspath.elc to MANIFEST file. + (dgnushack-compile): Don't compile dgnuspath.el. + (TopLevel): Use `expand-file-name' for the file "./dgnuspath.el"; + use dgnuspath.el instead of paths.el. + + * lisp/Makefile.in (PACKAGEDIR): Default to @PACKAGEDIR@. + + * configure.in (AC_OUTPUT): Use dgnuspath.el instead of paths.el. + (TopLevel): Add options `--with-xemacs' and `--with-packagedir'. + (ADDITIONAL_LOAD_PATH): Default to empty string. + + * configure: Regenerate. + + * README.T-gnus: Update for the new features. + + * Makefile.in (PACKAGEDIR): Default to @PACKAGEDIR@. + (XEMACS): Default to @XEMACS@. + 1999-07-26 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 02. -- 1.7.10.4