diff options
| author | Gerd Moellmann | 2000-08-05 15:48:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-05 15:48:22 +0000 |
| commit | 1fd4c450e5273aed82a8d643ad8cdffd4b156280 (patch) | |
| tree | 88aab9299da57f16c2a67efc9ace47ac893298a1 /src/ChangeLog | |
| parent | 1a948b17948fffafe6022c0152dba0dc5cc84cef (diff) | |
| download | emacs-1fd4c450e5273aed82a8d643ad8cdffd4b156280.tar.gz emacs-1fd4c450e5273aed82a8d643ad8cdffd4b156280.zip | |
Replace `illegal' with `invalid'.
(Fmake_hash_table, amke_hash_table): Allow table size of 0.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index de197212f61..73c682ee27e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-08-05 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'. | ||
| 4 | |||
| 5 | * fns.c: Replace `illegal' with `invalid'. | ||
| 6 | (Fmake_hash_table, amke_hash_table): Allow table size of 0. | ||
| 7 | |||
| 1 | 2000-08-05 Kenichi Handa <handa@etl.go.jp> | 8 | 2000-08-05 Kenichi Handa <handa@etl.go.jp> |
| 2 | 9 | ||
| 3 | * syntax.c (skip_chars): Fix handling of multibyte<->unibyte | 10 | * syntax.c (skip_chars): Fix handling of multibyte<->unibyte |