From cb0dbefcd571a6e115f7ac3acdba0b0cb5727d27 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 17 Feb 1999 10:06:15 +0000 Subject: [PATCH] * lisp/gnus.el (gnus-version-number): Update to 6.10.8. * Makefile.in (install-package-ja, package-ja, install-package, package): New targets. (PACKAGEDIR): New user option. * lisp/Makefile.in (install-package, package): New targets. (PACKAGEDIR): New user option. * lisp/dgnushack.el (dgnushack-install-package): New function. (dgnushack-make-package): New function. (dgnushack-info-file-regexp): New constant. (dgnushack-compile): Remove "_pkg.el" from the list. --- ChangeLog | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aac8240..224de5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,26 @@ +1999-02-17 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.8. + + * Makefile.in (install-package-ja, package-ja, install-package, + package): New targets. + (PACKAGEDIR): New user option. + + * lisp/Makefile.in (install-package, package): New targets. + (PACKAGEDIR): New user option. + + * lisp/dgnushack.el (dgnushack-install-package): New function. + (dgnushack-make-package): New function. + (dgnushack-info-file-regexp): New constant. + (dgnushack-compile): Remove "_pkg.el" from the list. + 1999-02-17 Yoshiki Hayashi * aclocal.m4: install .el files to site-lisp/gnus instead of site-lisp. * configure: Ditto. * Makefile.in: add new rule `all-ja'. - + 1999-02-15 Tatsuya Ichikawa * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix when @@ -14,7 +30,7 @@ code. * lisp/gnus.el (gnus-version-number): Update to 6.10.7. - + 1999-02-12 Katsumi Yamaoka * lisp/gnus-art.el (article-hide-headers): Show all headers when -- 1.7.10.4