]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Sun, 11 Aug 2002 01:04:58 +0000 (01:04 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 11 Aug 2002 01:04:58 +0000 (01:04 +0000)
lisp/ChangeLog
src/ChangeLog

index 69863331e264d5425906964ac9000167dd51ff40..03ddfef8606e7dc47d01d80add1803a3533dd52e 100644 (file)
@@ -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.
index 4abbbfbf3de736dac5a48a9b5e66399375c57458..4b69b3a8c15f6a7075830cd1b76cca0e1a5f4f24 100644 (file)
@@ -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.