From: Dave Love Date: Mon, 28 Oct 2002 15:36:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d366847c579f6581974a8ac9013675f24d5510c8;p=emacs.git *** empty log message *** --- diff --git a/README.unicode b/README.unicode index a432eb397ed..cbe7e37e8e0 100644 --- a/README.unicode +++ b/README.unicode @@ -82,10 +82,6 @@ existing support and the extra stuff at * Bidi is a separate issue with no support currently. - * DTRT with X keysyms. We should get the right unicode for a given - keysym, not decode raw bytes in some ill-defined coding system. - (fx has some data on keysyms v. unicodes.) - * We need tabular input methods, e.g. for maths symbols. (Not specific to Unicode.) @@ -107,9 +103,14 @@ existing support and the extra stuff at files generated by 20.2 and the primer are still not loadable. Is it really worth working on it? - * Encoding issues in babyl files/rmail need sorting out. + * Rmail won't work with non-ASCII text. Encoding issues for Babyl + files need sorting out, but rms says Babyl will go before this is + released. * Gnus still needs some attention, and we need to get changes accepted by Gnus maintainers... + * There are type errors lurking, e.g. in + Fcheck_coding_systems_region. Define ENABLE_CHECKING to find them. + * You can grep the code for lots of fixmes. diff --git a/src/ChangeLog b/src/ChangeLog index 3cb8a2187b9..48d5afb2791 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2002-10-28 Dave Love + + * xterm.c (xaw_scroll_callback): Cast call_data. + (XTread_socket): Deal with ASCII keysyms. + (syms_of_xterm) : Fix args of make_hash_table. + 2002-10-27 Dave Love * xterm.c (Vx_keysym_table): New.