diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-04-17 19:58:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-04-17 19:58:43 +0000 |
commit | 1ee652eb8e28d37a17f9e4740f85b45d64e345e2 (patch) | |
tree | c385f9f3c5f4b028f28f9378f55f976a7430169b /lisp | |
parent | f2440e42fab3b236134b43a399bd47e21e88e5f6 (diff) | |
download | emacs-1ee652eb8e28d37a17f9e4740f85b45d64e345e2.tar.gz emacs-1ee652eb8e28d37a17f9e4740f85b45d64e345e2.tar.bz2 emacs-1ee652eb8e28d37a17f9e4740f85b45d64e345e2.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56f6fa3d0a4..d40d50c49b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2004-04-17 Richard M. Stallman <rms@gnu.org> + + * files.el (locate-file-completion): Handle nil in path-and-suffixes. + (file-truename): Expand all ~ constructs directly. + (insert-directory): Delete any error msg output by the + `insert-directory-program'. + + * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu): + (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars. + (allout-prior-bindings, allout-added-bindings): Defvars deleted. + (allout-init): Use find-file-hook, not find-file-hooks. + (allout-mode): Eliminate Emacs 18 support. + Use write-contents-functions, not local-write-file-hooks. + 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org> * progmodes/compile.el (compilation-error-properties): Fix for |