changeset 89248:d2c6faa9211a

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 28 Oct 2002 15:36:19 +0000
parents 960493ec527a
children c17f4a5216ad
files README.unicode src/ChangeLog
diffstat 2 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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  <fx@gnu.org>
+
+	* xterm.c (xaw_scroll_callback): Cast call_data.
+	(XTread_socket): Deal with ASCII keysyms.
+	(syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
+
 2002-10-27  Dave Love  <fx@gnu.org>
 
 	* xterm.c (Vx_keysym_table): New.