]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 28 Oct 2002 15:36:19 +0000 (15:36 +0000)
committerDave Love <fx@gnu.org>
Mon, 28 Oct 2002 15:36:19 +0000 (15:36 +0000)
README.unicode
src/ChangeLog

index a432eb397edd911ae65d907fbb8b022724acb92c..cbe7e37e8e0470dafd0c15bf77245a6f5b7fb19f 100644 (file)
@@ -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.
index 3cb8a2187b96c7b089df8a1d88b65d6c0ff7ba2e..48d5afb279116168e0d52b716d5622b0bc91c137 100644 (file)
@@ -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.