# HG changeset patch # User Eli Zaretskii # Date 987249171 0 # Node ID 29e5ed8a5a495a90945340fe5a8c0584c3ac0344 # Parent 7ebf3c6391d2dff9dcaf3afb7f3be77c17cb82e9 *** empty log message *** diff -r 7ebf3c6391d2 -r 29e5ed8a5a49 lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 14 11:52:21 2001 +0000 +++ b/lisp/ChangeLog Sat Apr 14 11:52:51 2001 +0000 @@ -1,3 +1,8 @@ +2001-04-14 Eli Zaretskii + + * info.el (Info-file-list-for-emacs): Add an entry for the "info" + manual. + 2001-04-13 Stefan Monnier * 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 +2001-04-10 Colin Walters * eshell/eshell.el (eshell-command): Needed a "%s" format specifier, in case the buffer contains percent characters. -2001-04-04 John Wiegley +2001-04-10 John Wiegley * calendar/timeclock.el (timeclock-generate-report): Added a missing insert of the project name. diff -r 7ebf3c6391d2 -r 29e5ed8a5a49 man/ChangeLog --- a/man/ChangeLog Sat Apr 14 11:52:21 2001 +0000 +++ b/man/ChangeLog Sat Apr 14 11:52:51 2001 +0000 @@ -1,3 +1,10 @@ +2001-04-14 Eli Zaretskii + + * 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 * eshell.texi: A few additions.