* egg-edep.el (egg-string-match-charset): More portable definition.
[elisp/tamago.git] / ChangeLog
index 0bc8724..edd5b8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,51 @@
 2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
 
+       * egg-edep.el (egg-string-match-charset): More portable definition.
+       (egg-string-match-charset-end): New function.
+       Compute where matched charset ends.
+       * egg-cnv.el (egg-separate-languages): Call egg-string-match-charset-end
+       instead of match-string.
+
+2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
+
+       * egg/wnn.el (wnn-accept-charset-alist): XEmacs uses sisheng
+       instead of chinese-sisheng.
+       * egg-cnv.el (egg-separate-language): Ditto.
+
+2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
+
+       * egg/wnnrpc.el (wnn-hex): New macro.
+       (wnn-const): Use wnn-hex to represent hex number.
+
+2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
+
+       * canna.el (canna-open): Use binary instead of no-conversion.
+       * sj3.el (sj3-open): Ditto.
+       * wnn.el (wnn-open): Ditto.
+       * wnnrpc.el (wnnrpc-with-temp-buffer): Ditto.
+       (wnnrpc-with-write-file): Ditto.
+
+2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
+
+       * egg-cnv.el (egg-make-bunsetsu): Add start-open property.
+       * its.el (its-put-cursor): Ditto.
+
+2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
+
+       * egg-com.el (ccl-decode-fixed-euc-jp): Make it XEmacs compatible.
+       (ccl-decode-fixed-euc-kr): Ditto.
+       (decode-fixed-euc-china-region): Check against the charset sisheng
+       which is an XEmacs version of chinese-sisheng.
+       Use make-char instead of writing internal byte-sequence directly.
+       (comm-format-u16-string): Work around the problem that XEmacs does
+       not call pre-write-conversion when encode-coding-string is called.
+       (comm-unpack-u16-string): Work around the problem that XEmacs does
+       not call post-read-conversion when decode-coding-string is called.
+
+       * egg-com.el: Add call to XEmacs version of make-coding-system.
+
+2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
+
        * its.el (its-get-keyseq-syl): Use egg-characterp instead of
        numberp.