diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4903150510d..1af2eaeac42 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * international/codepage.el (cp-make-coding-systems-for-codepage): | ||
| 4 | Remove the eight-bit-graphic and eight-bit-control charsets from | ||
| 5 | the list of charsets which we convert into `?'. | ||
| 6 | |||
| 1 | 2000-05-25 Kenichi Handa <handa@etl.go.jp> | 7 | 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
| 2 | 8 | ||
| 3 | * international/mule-conf.el: Specify CHARSET-ID explicitely for | 9 | * international/mule-conf.el: Specify CHARSET-ID explicitely for |
diff --git a/src/ChangeLog b/src/ChangeLog index a0710fdfdfc..f5d770d256b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * w16select.c (Fw16_set_clipboard_data): Fix the change from | ||
| 4 | 2000-05-20. | ||
| 5 | |||
| 1 | 2000-05-25 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * ccl.c (ccl_driver): Fix previous change. | 8 | * ccl.c (ccl_driver): Fix previous change. |