aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-17 23:52:58 +0000
committerRichard M. Stallman2005-01-17 23:52:58 +0000
commit444919be4b4c7cd67a592860d46f78fe959afda0 (patch)
treed772ec1148f924b67ee20643f1044eb73849ee1d
parent52a7f9bd2a3c656cccc022913192de65c85e8b23 (diff)
downloademacs-444919be4b4c7cd67a592860d46f78fe959afda0.tar.gz
emacs-444919be4b4c7cd67a592860d46f78fe959afda0.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog10
2 files changed, 13 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 84e04a61cbd..208ad805596 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -99,6 +99,9 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
99 99
100* Changes in Emacs 21.4 100* Changes in Emacs 21.4
101 101
102** M-SPC (just-one-space) when given a numeric argument N
103converts whitespace around point to N spaces.
104
102** Control characters and escape glyphs are now shown in the new 105** Control characters and escape glyphs are now shown in the new
103escape-glyph face. 106escape-glyph face.
104 107
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9838f48bac8..060d8af504e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12005-01-17 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/grep.el (grep-find): Copy from `grep' the condition
4 for calling grep-compute-defaults.
5
6 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7 if buffer is empty.
8
9 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10
12005-01-17 Stefan Monnier <monnier@iro.umontreal.ca> 112005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * hilit-chg.el (highlight-changes-mode): Don't autoload. 13 * hilit-chg.el (highlight-changes-mode): Don't autoload.