diff options
| author | Richard M. Stallman | 2004-04-17 19:58:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-04-17 19:58:43 +0000 |
| commit | 1ee652eb8e28d37a17f9e4740f85b45d64e345e2 (patch) | |
| tree | c385f9f3c5f4b028f28f9378f55f976a7430169b | |
| parent | f2440e42fab3b236134b43a399bd47e21e88e5f6 (diff) | |
| download | emacs-1ee652eb8e28d37a17f9e4740f85b45d64e345e2.tar.gz emacs-1ee652eb8e28d37a17f9e4740f85b45d64e345e2.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 14 |
2 files changed, 19 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-04-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * INSTALL: Move the info about site-lisp dirs, | ||
| 4 | and say uninstalled Emacs looks there too. | ||
| 5 | |||
| 1 | 2004-04-04 Eli Zaretskii <eliz@gnu.org> | 6 | 2004-04-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * config.bat (lib-src): Recognize comment lines in Makefile.in | 8 | * config.bat (lib-src): Recognize comment lines in Makefile.in |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56f6fa3d0a4..d40d50c49b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2004-04-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * files.el (locate-file-completion): Handle nil in path-and-suffixes. | ||
| 4 | (file-truename): Expand all ~ constructs directly. | ||
| 5 | (insert-directory): Delete any error msg output by the | ||
| 6 | `insert-directory-program'. | ||
| 7 | |||
| 8 | * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu): | ||
| 9 | (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars. | ||
| 10 | (allout-prior-bindings, allout-added-bindings): Defvars deleted. | ||
| 11 | (allout-init): Use find-file-hook, not find-file-hooks. | ||
| 12 | (allout-mode): Eliminate Emacs 18 support. | ||
| 13 | Use write-contents-functions, not local-write-file-hooks. | ||
| 14 | |||
| 1 | 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org> | 15 | 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org> |
| 2 | 16 | ||
| 3 | * progmodes/compile.el (compilation-error-properties): Fix for | 17 | * progmodes/compile.el (compilation-error-properties): Fix for |