Mercurial > emacs
changeset 46858:62112f8664f7
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 11 Aug 2002 01:04:58 +0000 |
parents | 31feee29e69a |
children | a26dd8891732 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Aug 11 01:04:41 2002 +0000 +++ b/lisp/ChangeLog Sun Aug 11 01:04:58 2002 +0000 @@ -1,3 +1,11 @@ +2002-08-10 Kenichi Handa <handa@etl.go.jp> + + * international/mule-cmds.el (search-unencodable-char): New + function. + (select-safe-coding-system): Show unencodable characters. + (unencodable-char-position): Deleted, and implemented by C in + coding.c. + 2002-04-09 John Wiegley <johnw@gnu.org> * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
--- a/src/ChangeLog Sun Aug 11 01:04:41 2002 +0000 +++ b/src/ChangeLog Sun Aug 11 01:04:58 2002 +0000 @@ -1,3 +1,9 @@ +2002-08-10 Kenichi Handa <handa@etl.go.jp> + + * coding.c (unencodable_char_position): New function. + (Funencodable_char_position): New function. + (syms_of_coding): Defsubr Funencodable_char_position. + 2002-08-10 Andrew Choi <akochoi@shaw.ca> * mac.c (sys_select) [MAC_OSX]: New function.