# HG changeset patch # User Dave Love # Date 1035819379 0 # Node ID d2c6faa9211ad5fd307ca42247e5da23a285964d # Parent 960493ec527aecd735533400ea8f7e6723ddd0ee *** empty log message *** diff -r 960493ec527a -r d2c6faa9211a README.unicode --- a/README.unicode Mon Oct 28 15:35:53 2002 +0000 +++ b/README.unicode Mon Oct 28 15:36:19 2002 +0000 @@ -82,10 +82,6 @@ * 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 @@ 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 -r 960493ec527a -r d2c6faa9211a src/ChangeLog --- a/src/ChangeLog Mon Oct 28 15:35:53 2002 +0000 +++ b/src/ChangeLog Mon Oct 28 15:36:19 2002 +0000 @@ -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.