summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-20 23:16:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-20 23:16:29 (GMT)
commitb2b128eb69eae98898c8eadc2e3d408cc3bdefc8 (patch)
tree812a229e80de628628e9547898e004fa420dec1a /ChangeLog
parent6b9638d636ad71bf469f424632e8b7ca9de9cd6d (diff)
downloadtk-b2b128eb69eae98898c8eadc2e3d408cc3bdefc8.zip
tk-b2b128eb69eae98898c8eadc2e3d408cc3bdefc8.tar.gz
tk-b2b128eb69eae98898c8eadc2e3d408cc3bdefc8.tar.bz2
Apply (a version of) [Patch 2917663].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 12 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cea675..34fbed8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tkUnixSend.c (ServerSecure): [Patch 2917663]: Better support
+ for server-interpreted access control addreses.
+
2009-12-16 Joe English <jenglish@users.sourceforge.net>
* generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable()
@@ -5,18 +10,17 @@
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
+ TkWinChildProc is exported through the stubs table since 8.5.9
2009-12-11 Donal K. Fellows <dkf@users.sf.net>