Mercurial > emacs
changeset 59606:d331bbaca959
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Jan 2005 23:52:58 +0000 |
parents | b64dd2ff73f7 |
children | 18462b0e2a00 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Jan 17 23:51:34 2005 +0000 +++ b/etc/NEWS Mon Jan 17 23:52:58 2005 +0000 @@ -99,6 +99,9 @@ * Changes in Emacs 21.4 +** M-SPC (just-one-space) when given a numeric argument N +converts whitespace around point to N spaces. + ** Control characters and escape glyphs are now shown in the new escape-glyph face.
--- a/lisp/ChangeLog Mon Jan 17 23:51:34 2005 +0000 +++ b/lisp/ChangeLog Mon Jan 17 23:52:58 2005 +0000 @@ -1,3 +1,13 @@ +2005-01-17 Richard M. Stallman <rms@gnu.org> + + * progmodes/grep.el (grep-find): Copy from `grep' the condition + for calling grep-compute-defaults. + + * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet + if buffer is empty. + + * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes. + 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca> * hilit-chg.el (highlight-changes-mode): Don't autoload.