changeset 43342:54b7d7a369a0

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Sat, 16 Feb 2002 09:53:29 +0000
parents 030bfb08056e
children ac7b0c0802cc
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 39 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <Pavel@Janik.cz>
+
+	* 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  <johnw@gnu.org>
 
 	* 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  <rms@gnu.org>
 
 	* 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  <rms@gnu.org>
 
 	* 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  <eliz@is.elta.co.il>
 
 	* dired.el (dired-free-space-program, dired-free-space-args):
--- 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  <Pavel@Janik.cz>
+
+	* keyboard.c: Do not include "systime.h" twice.
+
 2002-02-15  Andreas Schwab  <schwab@suse.de>
 
 	* puresize.h (BASE_PURESIZE): Increase to 9/5.