From 3c10910e580d3c0bfdd60019cabff25a75c2cb1d Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 4 Mar 2004 00:07:06 +0000 Subject: * unix/Makefile.in (dist): don't require win/lamp.bmp copy in dist target (it's already handled by win/rc/*.bmp copy) --- ChangeLog | 19 ++++++++++++------- unix/Makefile.in | 3 +-- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7a1aee..76b0dd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ *** 8.5a1 TAGGED FOR RELEASE *** + * unix/Makefile.in (dist): don't require win/lamp.bmp copy in dist + target (it's already handled by win/rc/*.bmp copy) + * changes: updated for 8.5a1 2004-03-01 Jeff Hobbs @@ -529,7 +532,7 @@ widget when inserting lines which wrap thousands of times [Bug 853003]. Note that the text widget must now perform additional calculations (pixel heights) compared to Tk <= 8.4, and so some - actions will be slower, be necessity. + actions will be slower, by necessity. 2003-12-05 Benjamin Riefenstahl @@ -619,11 +622,12 @@ 2003-11-18 Jim Ingham - * macosx/tkMacOSXScrlbr.c: Reworking Vince's fix to [Bug 842952]. This - version is clearer, and works helps keep the mouse better pinned to the - scrollbar. I also removed the glitch where the scrollbar would jump get - its middle over the mouse when you first moved it. - + * macosx/tkMacOSXScrlbr.c: Reworking Vince's fix to [Bug 842952]. + This version is clearer, and works helps keep the mouse better + pinned to the scrollbar. I also removed the glitch where the + scrollbar would jump get its middle over the mouse when you first + moved it. + 2003-11-17 Don Porter * tests/constraints.tcl:When running the test suite in a process @@ -1111,7 +1115,8 @@ find installed Tk headers, parallel to TCL_INCLUDE_SPEC. [Bug 777203] 2003-09-18 Chengye Mao - * generic/tkConsole.c: Fixed memroy leak [Bug 802435] + + * generic/tkConsole.c: Fixed memory leak [Bug 802435] 2003-09-18 Peter Spjuth * doc/grid.n: diff --git a/unix/Makefile.in b/unix/Makefile.in index 201011f..7556452 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.90 2003/11/11 00:07:37 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.91 2004/03/04 00:07:06 hobbs Exp $ # Current Tk version; used in various names. @@ -1125,7 +1125,6 @@ dist: $(UNIX_DIR)/configure mklinks cp -p $(TOP_DIR)/win/rules.vc $(DISTDIR)/win $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rules.vc cp -p $(TOP_DIR)/win/README $(DISTDIR)/win - cp -p $(TOP_DIR)/win/lamp.bmp $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/win/rc cp -p $(TOP_DIR)/win/rc/wish.exe.manifest $(DISTDIR)/win/rc/ -- cgit v0.12