]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Sun, 27 Oct 2002 21:29:08 +0000 (21:29 +0000)
committerDave Love <fx@gnu.org>
Sun, 27 Oct 2002 21:29:08 +0000 (21:29 +0000)
lisp/ChangeLog
src/ChangeLog

index 79e7079f43d2cfd3622ed855584ebc7f783b7059..44069b743f4ac6d85ffa18cf180e92682b37b0b6 100644 (file)
@@ -1,5 +1,7 @@
 2002-10-27  Dave Love  <fx@gnu.org>
 
+       * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
+
        * term/x-win.el: Remove some ancient compatibility code.  Populate
        x-keysym-table.
 
index 31b1eec7ba83d35d88205e7d685ff6b2b59bec52..3cb8a2187b96c7b089df8a1d88b65d6c0ff7ba2e 100644 (file)
@@ -1,3 +1,12 @@
+2002-10-27  Dave Love  <fx@gnu.org>
+
+       * xterm.c (Vx_keysym_table): New.
+       (syms_of_xterm): Initialize it.
+       (XTread_socket): Use it.
+       From head: Eliminate incorrect optimization that tried to avoid
+       decoding the output of X*LookupString.
+       (x_get_font_repertory): Delete charset declaration.
+
 2002-10-16  Kenichi Handa  <handa@m17n.org>
 
        * coding.c (detect_coding): Fix previous change.