summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog32
-rw-r--r--win/Makefile.in4
2 files changed, 20 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ab5c02..73973d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,17 @@
+2010-10-06 Donal K. Fellows <dkf@users.sf.net>
+
+ * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.
+
2010-09-08 Joe English <jenglish@users.sourceforge.net>
- * generic/ttk/ttkTreeview.c(TreeviewSeeCommand):
- Schedule redisplay if [$tv see] opens any items [Bug#2829363].
+ * generic/ttk/ttkTreeview.c (TreeviewSeeCommand): [Bug 2829363]:
+ Schedule redisplay if [$tv see] opens any items.
2010-09-02 Joe English <jenglish@users.sourceforge.net>
- * library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl,
- library/ttk/vistaTheme.tcl: Specify disabled combobox text
- foreground color [Bug#3057573].
+ * library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl,
+ * library/ttk/vistaTheme.tcl: [Bug 3057573]: Specify disabled combobox
+ text foreground color.
2010-09-01 Don Porter <dgp@users.sourceforge.net>
@@ -30,20 +34,20 @@
2010-08-26 Jeff Hobbs <jeffh@ActiveState.com>
- * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/
- throughout, but particularly in if lineChanged block where segPtr
- may no longer be valid. [Bug 3053347]
+ * generic/tkText.c (DumpLine): [Bug 3053347]:
+ s/segPtr->size/currentSize/ throughout, but particularly in if
+ lineChanged block where segPtr may no longer be valid.
* unix/Makefile.in: add valgrind target
- * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.
- Add /usr/lib64 to set of auto-search dirs. [Bug 1230554]
+ * unix/configure, unix/tcl.m4: [Bug 1230554]: SHLIB_LD_LIBS='${LIBS}'
+ for OSF1-V*. Add /usr/lib64 to set of auto-search dirs.
(SC_PATH_X): Correct syntax error when xincludes not found.
* win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):
* win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST
- macro and --enable-embedded-manifest configure arg added to
- support manifest embedding where we know the magic. Help prevents
- DLL hell with MSVC8+.
+ macro and --enable-embedded-manifest configure arg added to support
+ manifest embedding where we know the magic. Help prevents DLL hell
+ with MSVC8+.
2010-08-25 Jeff Hobbs <jeffh@ActiveState.com>
@@ -88,7 +92,7 @@
Major backport of 8.6 Ttk for 8.5.9. Most changes were only being
committed to head (8.6), although they could apply for 8.5 as well.
This re-sync makes future work easier to maintain and adds some
- useful work for 8.5 users. [Bug 3053320] Notable changes:
+ useful work for 8.5 users. [Bug 3053320]: Notable changes:
- Lots of code cleanup
- Some bug fixes never backported
- Addition of ttk::spinbox
diff --git a/win/Makefile.in b/win/Makefile.in
index dd77fab..f07a084 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.78.2.5 2010/08/27 00:21:45 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.78.2.6 2010/10/06 10:19:22 dkf Exp $
TCLVERSION = @TCL_VERSION@
TCLPATCHL = @TCL_PATCH_LEVEL@
@@ -703,7 +703,7 @@ $(GENERIC_DIR)/tkStubInit.c: $(GENERIC_DIR)/tk.decls \
@echo "This warning can be safely ignored, do not report as a bug!"
genstubs:
- $(TCL_EXE) "$(TCL_TOOL_DIR}\genStubs.tcl" \
+ $(TCL_EXE) "$(TCL_TOOL_DIR)\genStubs.tcl" \
"$(GENERIC_DIR_NATIVE)" \
"$(GENERIC_DIR_NATIVE)\tk.decls" \
"$(GENERIC_DIR_NATIVE)\tkInt.decls"