aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-22 17:00:58 +0000
committerRichard M. Stallman2007-04-22 17:00:58 +0000
commit5fe751c925d96fc62a93abb82e42df3cc5167634 (patch)
tree96dbe959d4e8f4629cb399c6c3d6fcefe18c4173
parent8d6af89213439a5f086a617a5731fd7f3ebf595d (diff)
downloademacs-5fe751c925d96fc62a93abb82e42df3cc5167634.tar.gz
emacs-5fe751c925d96fc62a93abb82e42df3cc5167634.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog6
3 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e9ba89e0f42..52b18fa066b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12007-04-22 Richard Stallman <rms@gnu.org>
2
3 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4 Improve doc string of generated command.
5
6 * subr.el (read-number): Catch errors.
7
8 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
9
12007-04-22 Alan Mackenzie <acm@muc.de> 102007-04-22 Alan Mackenzie <acm@muc.de>
2 11
3 * progmodes/cc-mode.el 12 * progmodes/cc-mode.el
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 2010186d4b6..7326f9cd8b2 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12007-04-22 Richard Stallman <rms@gnu.org>
2
3 * keymaps.texi (Extended Menu Items): Move the info about
4 format with cached keyboard binding.
5
12007-04-21 Richard Stallman <rms@gnu.org> 62007-04-21 Richard Stallman <rms@gnu.org>
2 7
3 * text.texi (Special Properties): Clarify previous change. 8 * text.texi (Special Properties): Clarify previous change.
diff --git a/src/ChangeLog b/src/ChangeLog
index 9053c993b5b..07e63a2a8a6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12007-04-22 Richard Stallman <rms@gnu.org>
2
3 * abbrev.c (Fdefine_abbrev): Doc fix.
4
5 * keymap.c (Fdefine_key): Minor doc fix.
6
12007-04-21 Glenn Morris <rgm@gnu.org> 72007-04-21 Glenn Morris <rgm@gnu.org>
2 8
3 * keymap.c (Fdefine_key): Fix info ref in doc string. 9 * keymap.c (Fdefine_key): Fix info ref in doc string.