diff options
author | dgp <dgp@users.sourceforge.net> | 2024-04-18 17:10:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2024-04-18 17:10:51 (GMT) |
commit | 8d256b8bc1564828460a94fdfacdfa0f9ea79629 (patch) | |
tree | 287c1a25f01d1cb549e5a8bb4d6b3a5904bdc874 | |
parent | 70c3d2172ca7358ff925db43e999405f5680eeb4 (diff) | |
parent | 4971e0bee8445f590f22bf6d9b97b6dcade7258d (diff) | |
download | tk-8d256b8bc1564828460a94fdfacdfa0f9ea79629.zip tk-8d256b8bc1564828460a94fdfacdfa0f9ea79629.tar.gz tk-8d256b8bc1564828460a94fdfacdfa0f9ea79629.tar.bz2 |
merge trunk
-rw-r--r-- | changes.md | 1 | ||||
-rw-r--r-- | library/tk.tcl | 6 | ||||
-rw-r--r-- | macosx/Tk.xcodeproj/project.pbxproj | 8 | ||||
-rw-r--r-- | tests/visual_bb.test | 2 | ||||
-rw-r--r-- | unix/Makefile.in | 2 |
5 files changed, 10 insertions, 9 deletions
diff --git a/changes.md b/changes.md new file mode 100644 index 0000000..30404ce --- /dev/null +++ b/changes.md @@ -0,0 +1 @@ +TODO
\ No newline at end of file diff --git a/library/tk.tcl b/library/tk.tcl index eb7ab74..b15b8c6 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -498,7 +498,7 @@ switch -exact -- [tk windowingsystem] { if {$::tk_library ne ""} { proc ::tk::SourceLibFile {file} { - namespace eval :: [list source -encoding utf-8 [file join $::tk_library $file.tcl]] + namespace eval :: [list source [file join $::tk_library $file.tcl]] } namespace eval ::tk { SourceLibFile icons @@ -715,7 +715,7 @@ if {[tk windowingsystem] eq "aqua"} { #stub procedures to respond to "do script" Apple Events proc ::tk::mac::DoScriptFile {file} { uplevel #0 $file - source -encoding utf-8 $file + source $file } proc ::tk::mac::DoScriptText {script} { uplevel #0 $script @@ -843,7 +843,7 @@ if {[tk windowingsystem] eq "x11"} { # Run the Ttk themed widget set initialization if {$::ttk::library ne ""} { - uplevel \#0 [list source -encoding utf-8 $::ttk::library/ttk.tcl] + uplevel \#0 [list source $::ttk::library/ttk.tcl] } diff --git a/macosx/Tk.xcodeproj/project.pbxproj b/macosx/Tk.xcodeproj/project.pbxproj index 1e5c756..b82f51f 100644 --- a/macosx/Tk.xcodeproj/project.pbxproj +++ b/macosx/Tk.xcodeproj/project.pbxproj @@ -682,7 +682,7 @@ F966BA0B08F27A37005CB29B /* questhead.xbm */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; path = questhead.xbm; sourceTree = "<group>"; }; F966BA0C08F27A37005CB29B /* question.xbm */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; path = question.xbm; sourceTree = "<group>"; }; F966BA0D08F27A37005CB29B /* warning.xbm */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; path = warning.xbm; sourceTree = "<group>"; }; - F966BA0F08F27A37005CB29B /* changes */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = changes; sourceTree = "<group>"; }; + F966BA0F08F27A37005CB29B /* changes.md */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = changes.md; sourceTree = "<group>"; }; F966BA1108F27A37005CB29B /* 3DBorder.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = 3DBorder.3; sourceTree = "<group>"; }; F966BA1208F27A37005CB29B /* AddOption.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = AddOption.3; sourceTree = "<group>"; }; F966BA1308F27A37005CB29B /* bell.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = bell.n; sourceTree = "<group>"; }; @@ -1358,7 +1358,7 @@ F96888860AF78953000797B5 /* ttkWinMonitor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttkWinMonitor.c; sourceTree = "<group>"; }; F96888870AF78953000797B5 /* ttkWinTheme.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttkWinTheme.c; sourceTree = "<group>"; }; F96888880AF78953000797B5 /* ttkWinXPTheme.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ttkWinXPTheme.c; sourceTree = "<group>"; }; - F96D3DFB08F272A4004A47F5 /* changes */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = changes; sourceTree = "<group>"; }; + F96D3DFB08F272A4004A47F5 /* changes.md */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = changes.md; sourceTree = "<group>"; }; F96D3DFD08F272A4004A47F5 /* Access.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Access.3; sourceTree = "<group>"; }; F96D3DFE08F272A4004A47F5 /* AddErrInfo.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = AddErrInfo.3; sourceTree = "<group>"; }; F96D3DFF08F272A4004A47F5 /* after.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = after.n; sourceTree = "<group>"; }; @@ -2981,7 +2981,7 @@ F96D3DFC08F272A4004A47F5 /* doc */, F96D43D008F272B8004A47F5 /* tools */, F9183E690EFC81560030B814 /* pkgs */, - F96D3DFB08F272A4004A47F5 /* changes */, + F96D3DFB08F272A4004A47F5 /* changes.md */, F96D434308F272B5004A47F5 /* README */, F96D432B08F272B4004A47F5 /* license.terms */, ); @@ -3000,7 +3000,7 @@ F966BB1308F27A39005CB29B /* library */, F966BC0408F27A3C005CB29B /* tests */, F966BA1008F27A37005CB29B /* doc */, - F966BA0F08F27A37005CB29B /* changes */, + F966BA0F08F27A37005CB29B /* changes.md */, F966BC0308F27A3C005CB29B /* README */, F966BB9608F27A3B005CB29B /* license.terms */, ); diff --git a/tests/visual_bb.test b/tests/visual_bb.test index 36612a9..c2bed6f 100644 --- a/tests/visual_bb.test +++ b/tests/visual_bb.test @@ -23,7 +23,7 @@ proc runTest {file} { global testNum test "2.$testNum" "testing $file" {userInteraction} { - uplevel #0 [list source -encoding utf-8 [file join [testsDirectory] $file]] + uplevel #0 [list source [file join [testsDirectory] $file]] concat "" } {} incr testNum diff --git a/unix/Makefile.in b/unix/Makefile.in index f79af80..a157615 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1709,7 +1709,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC $(DIST_INSTALL_DATA) $(GENERIC_DIR)/*.[ch] $(DISTDIR)/generic $(DIST_INSTALL_DATA) $(GENERIC_DIR)/*.decls $(DISTDIR)/generic $(DIST_INSTALL_DATA) $(GENERIC_DIR)/README $(DISTDIR)/generic - $(DIST_INSTALL_DATA) $(TOP_DIR)/README.md \ + $(DIST_INSTALL_DATA) $(TOP_DIR)/changes.md $(TOP_DIR)/README.md \ $(TOP_DIR)/license.terms $(DISTDIR) rm -f $(DISTDIR)/generic/blt*.[ch] $(INSTALL_DATA_DIR) $(DISTDIR)/generic/ttk |