changeset 39112:e85fba38dc18

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 04 Sep 2001 09:34:50 +0000
parents c10fdb82dffd
children 21c599d3bce3
files lisp/ChangeLog lispref/ChangeLog
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 04 09:34:40 2001 +0000
+++ b/lisp/ChangeLog	Tue Sep 04 09:34:50 2001 +0000
@@ -1,3 +1,7 @@
+2001-09-04  Gerd Moellmann  <gerd@gnu.org>
+
+	* simple.el (backward-word): Doc fix.
+
 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
--- a/lispref/ChangeLog	Tue Sep 04 09:34:40 2001 +0000
+++ b/lispref/ChangeLog	Tue Sep 04 09:34:50 2001 +0000
@@ -1,3 +1,14 @@
+2001-09-04  Werner LEMBERG  <wl@gnu.org>
+
+	* Makefile.in (srcdir, texinputdir): New variables.
+	(srcs, index.texi, install): Use $(srcdir).
+	(.PHONY): Remove elisp.dvi.
+	(elisp): Use -I switch for makeinfo.
+	(elisp.dvi): Use $(srcdir) and $(texinputdir).
+	(installall, dist): Use $(srcdir).
+	Fix path to texinfo.tex.
+	(maintainer-clean): Add elisp.dvi and elisp.oaux.
+
 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
 
 	* display.texi (Conditional Display): Adjust to API change.