Mercurial > emacs
changeset 37345:29e5ed8a5a49
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 14 Apr 2001 11:52:51 +0000 |
parents | 7ebf3c6391d2 |
children | e80fc3e25af8 |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <eliz@is.elta.co.il> + + * info.el (Info-file-list-for-emacs): Add an entry for the "info" + manual. + 2001-04-13 Stefan Monnier <monnier@cs.yale.edu> * 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 <walters@cis.ohio-state.edu> +2001-04-10 Colin Walters <walters@cis.ohio-state.edu> * eshell/eshell.el (eshell-command): Needed a "%s" format specifier, in case the buffer contains percent characters. -2001-04-04 John Wiegley <johnw@gnu.org> +2001-04-10 John Wiegley <johnw@gnu.org> * calendar/timeclock.el (timeclock-generate-report): Added a missing insert of the project name.
--- 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 <eliz@is.elta.co.il> + + * 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 <johnw@gnu.org> * eshell.texi: A few additions.