Fix for 128824; improved international key synthesis.
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index b0430c5..ca5ed01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2003-12-08  Bill Haneman <billh@gnome.org>
+
+       Version 1.3.10.
+
+       * registryd/ucs2keysym.c: New file.
+
+       * registryd/deviceeventcontroller.c:
+       (dec_keysym_for_unichar): Remove old partial implementation and
+       replace with call to ucs2keysym(), which is much more complete.
+       Thanks to Marcus G. Kuhn who put the original keysym2ucs.c into
+       the public domain.
+
+       Fixes bug #128824.
+
+2003-12-05  Bill Haneman <billh@gnome.org>
+
+       * configure.in: Version 1.3.9.
+
+       * docs/reference/cspi/tmpl/spi_registry.sgml:
+       Added reference to libspi/keymasks.h to the
+        description of Registry queries: AccessibleKeyMaskType.
+       Fixes bug #118103.
+
 2003-12-04  Bill Haneman <billh@gnome.org>
 
         Fix for bug #121974.