diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-02-24 16:45:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-02-24 16:45:24 +0000 |
commit | d25ab73f88b7b1f6a7a95b887b3cfc3fb0acc3ec (patch) | |
tree | 0b1ebd03adba9fe0b1f8d0f3e34307b200dc0b63 | |
parent | c7b43558c6b0651bfc88ca03b555c100a2c8e89d (diff) | |
download | emacs-d25ab73f88b7b1f6a7a95b887b3cfc3fb0acc3ec.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6cadf60d353..2076efe5e3f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -21,6 +21,24 @@ * language/mlm-util.el (mlm-char-glyph): Add entries for "halant + rakar + halant" and "halant + rrakar + halant". +2003-02-23 Richard M. Stallman <rms@gnu.org> + + * replace.el (query-replace-read-args): Return just 3 values. + (query-replace, query-replace-regexp) + (query-replace-regexp-eval, map-query-replace-regexp) + (replace-string, replace-regexp): Read the start and end args + separately so that the expressions are recorded in command-history. + + * menu-bar.el (Revert Buffer): Condition on buffer-file-number. + + * startup.el (inhibit-startup-hooks): New variable. + (normal-top-level): Obey that variable. + (command-line-1): Run emacs-startup-hook before term-setup-hook. + Set inhibit-startup-hooks too. + + * files.el (revert-buffer): Different error message + for reverting a nonexistent file. + 2003-02-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> * files.el (abbreviate-file-name): Shorten docstring: variables |