diff options
| author | Gerd Moellmann | 2000-03-23 12:00:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-23 12:00:47 +0000 |
| commit | 72db3ab5d76990dc6320acc35d90a2abdcae259e (patch) | |
| tree | 0613648f50c58e59a8a315af691907c24f39c83f | |
| parent | 64b0dbdbd2e6f060dc5bf75b362bb66df0e58657 (diff) | |
| download | emacs-72db3ab5d76990dc6320acc35d90a2abdcae259e.tar.gz emacs-72db3ab5d76990dc6320acc35d90a2abdcae259e.zip | |
*** empty log message ***
| -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 @@ | |||
| 1 | 2000-03-22 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * startup.el: Change some spellings for the X Window System. | ||
| 4 | |||
| 1 | 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2000-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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2000-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. |