aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-23 12:00:47 +0000
committerGerd Moellmann2000-03-23 12:00:47 +0000
commit72db3ab5d76990dc6320acc35d90a2abdcae259e (patch)
tree0613648f50c58e59a8a315af691907c24f39c83f
parent64b0dbdbd2e6f060dc5bf75b362bb66df0e58657 (diff)
downloademacs-72db3ab5d76990dc6320acc35d90a2abdcae259e.tar.gz
emacs-72db3ab5d76990dc6320acc35d90a2abdcae259e.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 77b0671a899..a675b5d3324 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-03-22 Gerd Moellmann <gerd@gnu.org>
2
3 * startup.el: Change some spellings for the X Window System.
4
12000-03-22 Stefan Monnier <monnier@cs.yale.edu> 52000-03-22 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean 7 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
diff --git a/src/ChangeLog b/src/ChangeLog
index 10fbfe0056a..e85a8bf2e0a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-03-23 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (fast_find_position): Make sure not to consider rows
4 not visible in the window.
5
12000-03-22 Stefan Monnier <monnier@cs.yale.edu> 62000-03-22 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * regex.c (enum syntaxcode): Provide default for non-Emacs. 8 * regex.c (enum syntaxcode): Provide default for non-Emacs.