summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f1b421..a6ce2b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-12-14 Kevin B. Kenny <kennykb@acm.org>
+
+ * library/demos/unicodeout.tcl: Added code to check for
+ right-to-left support on Windows and adjust Hebrew and Arabic
+ character strings accordingly. Changed the Hebrew string to
+ 'ktb ebryt' (ktav Ivrit, "Hebrew writing") to be consistent
+ with at least the Greek and Russian strings. Thanks to
+ Rodrigo Readi for calling the inconsistency to our attention.
+
2009-12-02 Jan Nijtmans <nijtmans@users.sf.net>
* win/tkInt.decls: [Bugs 220600, 220690]: Comment that
@@ -6,9 +15,9 @@
2009-12-11 Jan Nijtmans <nijtmans@users.sf.net>
- * win/makefile.vc: Fix dependancies on ${TKSTUBLIB} when
+ * win/makefile.vc: Fix dependancies on ${TKSTUBLIB} when
TCL_USE_STATIC_PACKAGES is defined
- * generic/tkWindow.c: Fix gcc warning, using gcc-4.3.4 on cygwin
+ * generic/tkWindow.c: Fix gcc warning, using gcc-4.3.4 on cygwin
warning: array subscript has type 'char'
2009-12-11 Donal K. Fellows <dkf@users.sf.net>