diff options
| author | Eli Zaretskii | 2000-08-07 07:51:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-07 07:51:40 +0000 |
| commit | e0d8827bbeafcf4ff6e96b1fe90d8fd8ea29812a (patch) | |
| tree | 378020d972f70025f353002fb113f505163e402d | |
| parent | f244674ca597cfbabdceaa1fd20cba629d3c17bb (diff) | |
| download | emacs-e0d8827bbeafcf4ff6e96b1fe90d8fd8ea29812a.tar.gz emacs-e0d8827bbeafcf4ff6e96b1fe90d8fd8ea29812a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a23ab824e71..2b61e48dfe2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * play/zone.el (zone): Discard any pending input before running | ||
| 4 | the randomly-chosen pgm. | ||
| 5 | |||
| 1 | 2000-08-07 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | 8 | * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of |
diff --git a/src/ChangeLog b/src/ChangeLog index 2135a339b00..cbc2caca52b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in | ||
| 4 | the doc string. | ||
| 5 | |||
| 1 | 2000-08-07 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * syntax.c (skip_chars): Fix previous change. Make the handling | 8 | * syntax.c (skip_chars): Fix previous change. Make the handling |