diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-16 14:55:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-16 14:55:28 (GMT) |
commit | d93dbb87cd54d074dd7863983bb4a34f35f13589 (patch) | |
tree | c760a434bd79ca7f557ab1d48706851d3ce61224 /ChangeLog | |
parent | db4ff08bf72bf0b968d829d8e89faef2b55bfb27 (diff) | |
download | tk-d93dbb87cd54d074dd7863983bb4a34f35f13589.zip tk-d93dbb87cd54d074dd7863983bb4a34f35f13589.tar.gz tk-d93dbb87cd54d074dd7863983bb4a34f35f13589.tar.bz2 |
Made work when run twice in the same session. [Bug 1899664]
Also made the control panel use Ttk widgets.
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> |