From 0c54865e0bb3b1aef3a07ee0477d90e902ebb512 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 27 Apr 2004 13:55:29 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ lispref/ChangeLog | 4 ++++ src/ChangeLog | 7 +++++++ 3 files changed, 20 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b330727581..6a80a7cd0e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-04-27 Kevin Ryde + + * eshell/em-alias.el: + * eshell/em-dirs.el: + * eshell/em-hist.el: + * eshell/em-unix.el: Add "(require 'eshell)", to get necessary + features when M-x customize-group loads modules before the main + eshell.el. + 2004-04-27 Matthew Mundell * subr.el (momentary-string-display): Support EXIT-CHAR that is diff --git a/lispref/ChangeLog b/lispref/ChangeLog index db63d2adaa9..365d0e4392d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-04-27 Matthew Mundell + + * files.texi (Changing Files): Document set-file-times. + 2004-04-23 Juanma Barranquero * makefile.w32-in: Add "-*- makefile -*-" mode tag. diff --git a/src/ChangeLog b/src/ChangeLog index 4db9b8cb4d9..1e42337798f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2004-04-27 Matthew Mundell + + * editfns.c (lisp_time_argument): Provide externally. + + * fileio.c (Fset_file_times): New function. + (syms_of_fileio): Intern and staticpro it. + 2004-04-27 Kim F. Storm * xdisp.c (x_produce_glyphs): Fix last change; handle newline in -- 2.39.5