From 98aad13185edb779119cf4546b08580e0c9cb6ec Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 6 Oct 2010 10:15:56 +0000 Subject: * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo. --- ChangeLog | 15 ++++++++++----- win/Makefile.in | 4 ++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ddb453..1dd6eb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +2010-10-06 Donal K. Fellows + + * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo. + 2010-10-05 Jan Nijtmans - * generic/tkWinX.c: [Bug 3080953] Malformed Unicode characters in %A substitution - Problem was in the static function GetTranslatedKey(). + * generic/tkWinX.c: [Bug 3080953]: Malformed Unicode characters in %A + substitution Problem was in the static function GetTranslatedKey(). 2010-10-01 Donal K. Fellows @@ -32,7 +36,8 @@ * win/winMain.c: * unix/tkAppInit.c: Many clean-ups in comments, so all (tcl|tk)AppInit.c variants use the same style. - * generic/ttk/ttkGenStubs.tcl: Dummy genStubs::export (from genStubs.tcl) + * generic/ttk/ttkGenStubs.tcl: Dummy genStubs::export (from + genStubs.tcl) 2010-09-20 Jan Nijtmans @@ -86,8 +91,8 @@ 2010-09-08 Joe English - * 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-05 Donal K. Fellows diff --git a/win/Makefile.in b/win/Makefile.in index 065c21a..e2bc24d 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.93 2010/09/14 08:50:20 nijtmans Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.94 2010/10/06 10:15:58 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" -- cgit v0.12