diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,6 +1,11 @@ +2008-03-16 Donal K. Fellows <dkf@users.sf.net> + + * library/demos/goldberg.tcl: Made work when run twice in the same + session. [Bug 1899664] Also made the control panel use Ttk widgets. + 2008-03-13 Daniel Steffen <das@users.sourceforge.net> - * unix/configure.in: use backslash-quoting instead of double-quoting + * unix/configure.in: Use backslash-quoting instead of double-quoting * unix/tcl.m4: for lib paths in tkConfig.sh [Bug 1913622]. * unix/configure: autoconf-2.59 @@ -10,7 +15,7 @@ 2008-03-12 Daniel Steffen <das@users.sourceforge.net> - * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1 + * macosx/Wish.xcodeproj/project.pbxproj: Add support for Xcode 3.1 * macosx/Wish.xcodeproj/default.pbxuser: CODE_SIGN_IDENTITY and * macosx/Wish-Common.xcconfig: 'xcodebuild install'. @@ -24,13 +29,13 @@ * library/demos/knightstour.tcl: Aqua GOOBE. * library/demos/widget: - * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1 and + * macosx/Wish.xcodeproj/project.pbxproj: Add support for Xcode 3.1 and * macosx/Wish.xcodeproj/default.pbxuser: targets for building with * macosx/Wish-Common.xcconfig: gcc-4.2 and llvm-gcc-4.2. - * generic/tkCanvUtil.c: fix gcc-4.2 warnings. + * generic/tkCanvUtil.c: Fix gcc-4.2 warnings. - * macosx/GNUmakefile: fix quoting to allow paths to + * macosx/GNUmakefile: Fix quoting to allow paths to * macosx/Wish-Common.xcconfig: ${builddir}, ${INSTALL_ROOT} * unix/Makefile.in: and ${TCL_BIN_DIR} to contain * unix/configure.in: spaces. @@ -39,7 +44,7 @@ * unix/configure: autoconf-2.59 - * unix/Makefile.in (install-strip): strip non-global symbols from + * unix/Makefile.in (install-strip): Strip non-global symbols from dynamic library. 2008-03-10 Don Porter <dgp@users.sourceforge.net> |