# HG changeset patch # User Dave Love # Date 1035754148 0 # Node ID b048cce71f643ac233e723d29a4a5943a1aa4b37 # Parent bf10578caec8d07d47712b7336d80ec1a9f1e0ce *** empty log message *** diff -r bf10578caec8 -r b048cce71f64 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 27 21:26:52 2002 +0000 +++ b/lisp/ChangeLog Sun Oct 27 21:29:08 2002 +0000 @@ -1,5 +1,7 @@ 2002-10-27 Dave Love + * international/mule-conf.el (utf-8-emacs): Delete :mime-charset. + * term/x-win.el: Remove some ancient compatibility code. Populate x-keysym-table. diff -r bf10578caec8 -r b048cce71f64 src/ChangeLog --- a/src/ChangeLog Sun Oct 27 21:26:52 2002 +0000 +++ b/src/ChangeLog Sun Oct 27 21:29:08 2002 +0000 @@ -1,3 +1,12 @@ +2002-10-27 Dave Love + + * 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 * coding.c (detect_coding): Fix previous change.