# HG changeset patch # User Pavel Jank # Date 1013853209 0 # Node ID 54b7d7a369a0ab3622ca421209c57730e8a573e8 # Parent 030bfb08056e12fdc537636e81294ad0218c5710 *** empty log message *** diff -r 030bfb08056e -r 54b7d7a369a0 lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 16 09:51:31 2002 +0000 +++ b/lisp/ChangeLog Sat Feb 16 09:53:29 2002 +0000 @@ -1,3 +1,38 @@ +2002-02-16 Pavel Jan,Bm(Bk + + * eshell/em-alias.el (eshell-alias-initialize): Do not use + make-local-hook. + + * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise. + + * eshell/em-dirs.el (eshell-dirs-initialize): Likewise. + + * eshell/em-glob.el (eshell-glob-initialize): Likewise. + + * eshell/em-hist.el (eshell-hist-initialize): Likewise. + + * eshell/em-pred.el (eshell-pred-initialize): Likewise. + + * eshell/em-prompt.el (eshell-prompt-initialize): Likewise. + + * eshell/em-rebind.el (eshell-rebind-initialize): Likewise. + + * eshell/em-smart.el (eshell-smart-initialize): Likewise. + + * eshell/em-unix.el (eshell-unix-initialize): Likewise. + + * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise. + + * eshell/esh-ext.el (eshell-ext-initialize): Likewise. + + * eshell/esh-io.el (eshell-io-initialize): Likewise. + + * eshell/esh-mode.el (eshell-mode): Likewise. + + * eshell/esh-test.el (eshell-show-usage-metrics): Likewise. + + * eshell/esh-var.el (eshell-var-initialize): Likewise. + 2002-02-16 John Wiegley * eshell/em-hist.el (eshell-hist-initialize): When in the @@ -725,7 +760,6 @@ * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition. ->>>>>>> 1.3409 2002-01-21 Richard M. Stallman * emacs-lisp/copyright.el (copyright-regexp): Fix previous change. @@ -918,7 +952,6 @@ (eudc-display-mail): New function. (eudc-bob-play-sound-at-point): Remove XEmacs case. ->>>>>>> 1.3356 2002-01-15 Richard M. Stallman * emacs-lisp/autoload.el (make-autoload): @@ -1758,7 +1791,6 @@ * apropos.el (apropos-print): SPACING is now nil or a separator string. (apropos-documentation, apropos-value): Pass a suitable string. ->>>>>>> 1.3337 2001-12-21 Eli Zaretskii * dired.el (dired-free-space-program, dired-free-space-args): diff -r 030bfb08056e -r 54b7d7a369a0 src/ChangeLog --- a/src/ChangeLog Sat Feb 16 09:51:31 2002 +0000 +++ b/src/ChangeLog Sat Feb 16 09:53:29 2002 +0000 @@ -1,3 +1,7 @@ +2002-02-16 Pavel Jan,Bm(Bk + + * keyboard.c: Do not include "systime.h" twice. + 2002-02-15 Andreas Schwab * puresize.h (BASE_PURESIZE): Increase to 9/5.