diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-05-25 11:01:45 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-05-25 11:01:45 +0000 |
commit | 89f6ca4eceef19b5ef5f9d2f03e33831f2d0a00a (patch) | |
tree | b14307526de92f9c2e97b70b8299dbf7542a989d | |
parent | 0d35b92b134990cf6df9612a2fe153602b13f238 (diff) | |
download | emacs-89f6ca4eceef19b5ef5f9d2f03e33831f2d0a00a.tar.gz emacs-89f6ca4eceef19b5ef5f9d2f03e33831f2d0a00a.tar.bz2 emacs-89f6ca4eceef19b5ef5f9d2f03e33831f2d0a00a.zip |
*** empty log message ***
-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 @@ +2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> + + * international/codepage.el (cp-make-coding-systems-for-codepage): + Remove the eight-bit-graphic and eight-bit-control charsets from + the list of charsets which we convert into `?'. + 2000-05-25 Kenichi Handa <handa@etl.go.jp> * 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 @@ +2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> + + * w16select.c (Fw16_set_clipboard_data): Fix the change from + 2000-05-20. + 2000-05-25 Kenichi Handa <handa@etl.go.jp> * ccl.c (ccl_driver): Fix previous change. |