From c119f5cc3123d555903360b144623f9ef728b7d3 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 24 Feb 1999 08:54:07 +0000 Subject: [PATCH] * lisp/gnus.el (gnus-revision-number): Increment to 04. * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting, and make remove-info-suffix. * texi/Makefile.in (.texi): Don't specify the output filename when makeinfo command is used. (add-info-suffix, remove-info-suffix): New targets. * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New function. It will be used for adding ".info" suffix to @setfilename line in each .texi files. (dgnushack-texi-file-regexp): New constant. (dgnushack-info-file-regexp): Add ".info" suffix. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index fe6f693..1927b58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 1999-02-24 Katsumi Yamaoka + * lisp/gnus.el (gnus-revision-number): Increment to 04. + + * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting, + and make remove-info-suffix. + + * texi/Makefile.in (.texi): Don't specify the output filename when + makeinfo command is used. + (add-info-suffix, remove-info-suffix): New targets. + + * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New + function. It will be used for adding ".info" suffix to @setfilename + line in each .texi files. + (dgnushack-texi-file-regexp): New constant. + (dgnushack-info-file-regexp): Add ".info" suffix. + +1999-02-24 Katsumi Yamaoka + * lisp/gnus.el (gnus-revision-number): Increment to 03. * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and -- 1.7.10.4