diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-11-10 11:12:05 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-11-10 11:12:05 (GMT) |
commit | 7a589bdc65ae3e8f0169aaef7d1c31db50148257 (patch) | |
tree | c44420c9b012d606405550ec89de3074940ca930 /ChangeLog | |
parent | 5542bcaac7bb4921a0a885b30ce7c6af1598cb5f (diff) | |
download | tk-7a589bdc65ae3e8f0169aaef7d1c31db50148257.zip tk-7a589bdc65ae3e8f0169aaef7d1c31db50148257.tar.gz tk-7a589bdc65ae3e8f0169aaef7d1c31db50148257.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). |