Mercurial > emacs
changeset 89245:b048cce71f64
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 27 Oct 2002 21:29:08 +0000 |
parents | bf10578caec8 |
children | 27eed9fab7f5 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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.