summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-10 11:12:05 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-10 11:12:05 (GMT)
commit5d429b430bc6447a93d6ed103e7e39bdf20b9db4 (patch)
treec44420c9b012d606405550ec89de3074940ca930 /ChangeLog
parent392e20939456b9a272de1d2894c26b1caeb5a0a4 (diff)
downloadtk-5d429b430bc6447a93d6ed103e7e39bdf20b9db4.zip
tk-5d429b430bc6447a93d6ed103e7e39bdf20b9db4.tar.gz
tk-5d429b430bc6447a93d6ed103e7e39bdf20b9db4.tar.bz2
Factor out external-filename-to-internal code; the same pattern occurred a lot!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 211bfde..0e2d38f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-10 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * win/tkWinDialog.c (ConvertExternalFilename): Factored out the
+ encoding conversion and de-backslash-ing code that is used in many
+ places in this file.
+
2005-11-06 Pat Thoyts <pat@zsplat.freeserve.co.uk>
* unix/tcl.m4: Fix SHLIB_LD_LIBS for building tclkit on OpenBSD.
@@ -6,7 +12,7 @@
2005-10-31 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tkText.c
- * tests/textDisp.test: fix and test for [Bug 1333951] in
+ * tests/textDisp.test: fix and test for [Bug 1333951] in
'.text count -displaylines'.
2005-10-18 Don Porter <dgp@users.sourceforge.net>
@@ -28,7 +34,7 @@
2005-10-14 Pat Thoyts <patthoyts@users.sourceforge.net>
- * win/tkWinSend.c: Avoid using tcl internal headers and fix to
+ * win/tkWinSend.c: Avoid using tcl internal headers and fix to
* win/tkWinSendCom.h: correctly link on all types of build (was
* win/tkWinSendCom.c: broken in static,msvcrt builds).