diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-10 11:12:05 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-10 11:12:05 (GMT) |
commit | 5d429b430bc6447a93d6ed103e7e39bdf20b9db4 (patch) | |
tree | c44420c9b012d606405550ec89de3074940ca930 /ChangeLog | |
parent | 392e20939456b9a272de1d2894c26b1caeb5a0a4 (diff) | |
download | tk-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-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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). |