diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-12-15 03:44:22 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-12-15 03:44:22 (GMT) |
commit | 7595833de17b0131e3e2d656f3e2142022b4a911 (patch) | |
tree | a45fc2ea0bc71efdcee0f9da358961a48172c0b6 /ChangeLog | |
parent | 77874005fc8f9b5191a47c8e0157b02616bdf74d (diff) | |
download | tk-7595833de17b0131e3e2d656f3e2142022b4a911.zip tk-7595833de17b0131e3e2d656f3e2142022b4a911.tar.gz tk-7595833de17b0131e3e2d656f3e2142022b4a911.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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> |