summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2004-01-27 10:09:22 (GMT)
committerdas <das>2004-01-27 10:09:22 (GMT)
commitb943941ae6c6a3b3fbfdae1ee6faeaa1c2935dc6 (patch)
tree5190bf4d0a24d1a2e18c8b19c6e1b0abdec18bf6 /ChangeLog
parent22fe40f0cbe218708d83d9ad00f6005e5482566c (diff)
downloadtk-b943941ae6c6a3b3fbfdae1ee6faeaa1c2935dc6.zip
tk-b943941ae6c6a3b3fbfdae1ee6faeaa1c2935dc6.tar.gz
tk-b943941ae6c6a3b3fbfdae1ee6faeaa1c2935dc6.tar.bz2
* generic/tkTextIndex.c: added '#include <tclInt.h>' since the
code uses the TclUtfToUniChar macro from that file. [Bug 874745] * macosx/Wish.pbproj/project.pbxproj: removed erroneous reference to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already part of the copy files phase to Resources/Scripts). * macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8aa30cb..fb783d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-01-27 Daniel Steffen <das@users.sourceforge.net>
+
+ * generic/tkTextIndex.c: added '#include <tclInt.h>' since the
+ code uses the TclUtfToUniChar macro from that file. [Bug 874745]
+
+ * macosx/Wish.pbproj/project.pbxproj: removed erroneous reference
+ to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already
+ part of the copy files phase to Resources/Scripts).
+
+ * macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3.
+
2004-01-25 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
* macosx/tkMacOSXKeyboard.c: Fix regressions due to the last