summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-15 11:50:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-15 11:50:32 (GMT)
commit486f411445e636529a84309fa71d5a149588a774 (patch)
treeba50224830e433c4045fd5d7f27e65063dd90788 /ChangeLog
parent7595833de17b0131e3e2d656f3e2142022b4a911 (diff)
downloadtk-486f411445e636529a84309fa71d5a149588a774.zip
tk-486f411445e636529a84309fa71d5a149588a774.tar.gz
tk-486f411445e636529a84309fa71d5a149588a774.tar.bz2
Split out presentation-form decision code into clearer procedure.
Add some more different languages (Devanagari script needs attention...)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 21 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index a6ce2b7..67022b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,24 +1,30 @@
+2009-12-15 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/demos/unicodeout.tcl (usePresentationFormsFor): Split out
+ the code to decide whether to use presentation forms for clarity, and
+ add some more languages (though only in natural uncomposed form for
+ Devanagari script).
+
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.
-
+ * 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
- TkWinChildProc is exported through the stubs table
- since 8.5.9
+ * win/tkInt.decls: [Bugs 220600, 220690]: Comment that TkWinChildProc
+ is exported through the stubs table since 8.5.9
2009-12-11 Jan Nijtmans <nijtmans@users.sf.net>
- * 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
- warning: array subscript has type 'char'
+ * 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
+ warning: array subscript has type 'char'
2009-12-11 Donal K. Fellows <dkf@users.sf.net>
@@ -205,7 +211,7 @@
2009-10-26 Don Porter <dgp@users.sourceforge.net>
- * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the
+ * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the
`make distclean` target. Completes 2009-10-20 commit.
2009-10-25 Donal K. Fellows <dkf@users.sf.net>