aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
-rw-r--r--man/ChangeLog7
2 files changed, 14 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 53a5f0db07..4c1c05b463 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-14 Eli Zaretskii <[email protected]>
+
+ * info.el (Info-file-list-for-emacs): Add an entry for the "info"
+ manual.
+
2001-04-13 Stefan Monnier <[email protected]>
* pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
@@ -98,12 +103,12 @@
(ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
(ps-skip-newline): Replace defun by defsubst.
-2001-04-05 Colin Walters <[email protected]>
+2001-04-10 Colin Walters <[email protected]>
* eshell/eshell.el (eshell-command): Needed a "%s" format
specifier, in case the buffer contains percent characters.
-2001-04-04 John Wiegley <[email protected]>
+2001-04-10 John Wiegley <[email protected]>
* calendar/timeclock.el (timeclock-generate-report): Added a
missing insert of the project name.
diff --git a/man/ChangeLog b/man/ChangeLog
index 8a2d23c1cc..9f9eef1eff 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-14 Eli Zaretskii <[email protected]>
+
+ * Makefile.in (../info/info): Use an explicit -o switch to
+ makeinfo.
+
+ * info.texi: Update for Emacs 21. Add index entries.
+
2001-04-09 John Wiegley <[email protected]>
* eshell.texi: A few additions.