diff options
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 5 |
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 @@ +2000-03-22 Gerd Moellmann <gerd@gnu.org> + + * startup.el: Change some spellings for the X Window System. + 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> * 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 @@ +2000-03-23 Gerd Moellmann <gerd@gnu.org> + + * xterm.c (fast_find_position): Make sure not to consider rows + not visible in the window. + 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> * regex.c (enum syntaxcode): Provide default for non-Emacs. |