From: Kenichi Handa Date: Sun, 11 Aug 2002 01:04:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~13720 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=054e62aeb3c14b1a8324b6d3e911f5cff64a5b09;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69863331e26..03ddfef8606 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-08-10 Kenichi Handa + + * 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 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it. diff --git a/src/ChangeLog b/src/ChangeLog index 4abbbfbf3de..4b69b3a8c15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2002-08-10 Kenichi Handa + + * coding.c (unencodable_char_position): New function. + (Funencodable_char_position): New function. + (syms_of_coding): Defsubr Funencodable_char_position. + 2002-08-10 Andrew Choi * mac.c (sys_select) [MAC_OSX]: New function.