Mercurial > emacs
comparison lisp/ChangeLog @ 54954:798d3ee76081
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Apr 2004 19:58:43 +0000 |
parents | 205e2027ce65 |
children | 80952abb48b0 |
comparison
equal
deleted
inserted
replaced
54953:d7c47f8983f7 | 54954:798d3ee76081 |
---|---|
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 |
4 adding messages when there are already markers for their file. | 18 adding messages when there are already markers for their file. |
5 (compilation-fake-loc): New function. | 19 (compilation-fake-loc): New function. |