diff options
| author | Eli Zaretskii | 2004-04-27 13:55:29 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-04-27 13:55:29 +0000 |
| commit | 0c54865e0bb3b1aef3a07ee0477d90e902ebb512 (patch) | |
| tree | c813808fccb65c8188e38d1b0facc23313824e4d | |
| parent | 8a1b44469567d4ce8ec4a89817e993cc7a700b3e (diff) | |
| download | emacs-0c54865e0bb3b1aef3a07ee0477d90e902ebb512.tar.gz emacs-0c54865e0bb3b1aef3a07ee0477d90e902ebb512.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
3 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b330727581..6a80a7cd0e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-04-27 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * eshell/em-alias.el: | ||
| 4 | * eshell/em-dirs.el: | ||
| 5 | * eshell/em-hist.el: | ||
| 6 | * eshell/em-unix.el: Add "(require 'eshell)", to get necessary | ||
| 7 | features when M-x customize-group loads modules before the main | ||
| 8 | eshell.el. | ||
| 9 | |||
| 1 | 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org> | 10 | 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org> |
| 2 | 11 | ||
| 3 | * subr.el (momentary-string-display): Support EXIT-CHAR that is | 12 | * 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 @@ | |||
| 1 | 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org> | ||
| 2 | |||
| 3 | * files.texi (Changing Files): Document set-file-times. | ||
| 4 | |||
| 1 | 2004-04-23 Juanma Barranquero <lektu@terra.es> | 5 | 2004-04-23 Juanma Barranquero <lektu@terra.es> |
| 2 | 6 | ||
| 3 | * makefile.w32-in: Add "-*- makefile -*-" mode tag. | 7 | * 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 @@ | |||
| 1 | 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org> | ||
| 2 | |||
| 3 | * editfns.c (lisp_time_argument): Provide externally. | ||
| 4 | |||
| 5 | * fileio.c (Fset_file_times): New function. | ||
| 6 | (syms_of_fileio): Intern and staticpro it. | ||
| 7 | |||
| 1 | 2004-04-27 Kim F. Storm <storm@cua.dk> | 8 | 2004-04-27 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * xdisp.c (x_produce_glyphs): Fix last change; handle newline in | 10 | * xdisp.c (x_produce_glyphs): Fix last change; handle newline in |