aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-01 14:42:21 +0000
committerGerd Moellmann1999-11-01 14:42:21 +0000
commitdb8878fb451ed301a61e03d0a7ad6cfc5bfc0fa4 (patch)
tree76bc497d492b01607bccf317beebea8c834d267f
parent90c6f4b6500c7d015386151f16bf05ea24b89c8d (diff)
downloademacs-db8878fb451ed301a61e03d0a7ad6cfc5bfc0fa4.tar.gz
emacs-db8878fb451ed301a61e03d0a7ad6cfc5bfc0fa4.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d672383923..0134ce8eb32 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
11999-11-01 Gerd Moellmann <gerd@gnu.org> 11999-11-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4 of show-cursor.
5 (blink-cursor-start, blink-cursor-end): Ditto.
6
3 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. 7 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4 8
51999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> 91999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
diff --git a/src/ChangeLog b/src/ChangeLog
index a52142ddbab..bd81dde8e22 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
11999-11-01 Gerd Moellmann <gerd@gnu.org> 11999-11-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * data.c (Qtext_read_only): New built-in error.
4 (syms_of_data): Initialize it.
5
6 * lisp.h: Add extern declaration for Qtext_read_only.
7
3 * syntax.c: Remove whitespace after open or in front of closing 8 * syntax.c: Remove whitespace after open or in front of closing
4 parentheses. 9 parentheses.
5 10