summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-07-26 20:16:00 (GMT)
committerhobbs <hobbs>2004-07-26 20:16:00 (GMT)
commita2027090f52b6d1520027fc2ea86e4749a1cceac (patch)
treeb7b1e6274a3b8d72826b3d74c0da24c616f850df /ChangeLog
parent2da35c8a066fa87d90d1f05b16cd80fa1e061137 (diff)
downloadtk-a2027090f52b6d1520027fc2ea86e4749a1cceac.zip
tk-a2027090f52b6d1520027fc2ea86e4749a1cceac.tar.gz
tk-a2027090f52b6d1520027fc2ea86e4749a1cceac.tar.bz2
changes for 8.4.7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index feab7f3..9731059 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2004-07-26 Jeff Hobbs <jeffh@ActiveState.com>
+
+ *** 8.4.7 TAGGED FOR RELEASE ***
+
+ * changes: Updated for Tcl 8.4.7 release.
+
2004-07-24 Jim Ingham <jingham@apple.com>
- macosx/tkMacOSXDefault.h: Change the default -tearoff value
+ * macosx/tkMacOSXDefault.h: Change the default -tearoff value
to 0. It doesn't work at present, so it is silly to make
it the default.
@@ -10,9 +16,9 @@
This was mostly done by James Tittle (tigital<at>mac<dot>com),
with a little help from me.
- macosx/tkMacOSXint.h: Add declaration of TkMacOSXInitCGDrawing.
- macosx/tkMacOSXInit.c: Call it.
- macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): New function
+ * macosx/tkMacOSXint.h: Add declaration of TkMacOSXInitCGDrawing.
+ * macosx/tkMacOSXInit.c: Call it.
+ * macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): New function
set up the variables controlling the use of cg drawing.
(XFillRectangles): Make the CG branch work.
(XDrawLines): Ditto
@@ -31,7 +37,7 @@
command, and convert to using FSRef's.
This was done by Neil Madden (nem<at>cs<dot>nott<dot>ac<dot>uk).
- macosx/tkMacOSXWm.c (WmAttrGetModifiedStatus): New function.
+ * macosx/tkMacOSXWm.c (WmAttrGetModifiedStatus): New function.
(WmAttrGetTitlePath) New function.
(WmAttributesCmd): Convert command parsing to use the options index.
Use the two above functions to report results. Convert the titlepath
@@ -149,7 +155,7 @@
2004-05-14 Chengye Mao <chengye.geo@yahoo.com>
- * win/tkWinWm.c <UpdateWrapper> Modified to delete the old wrapper
+ * win/tkWinWm.c (UpdateWrapper): Modified to delete the old wrapper
correctly [Bug #767176]
2004-05-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>
@@ -160,7 +166,7 @@
2004-05-12 Chengye Mao <chengye.geo@yahoo.com>
* generic/tkBind.c (HandleEventGenerate): Modified to fix wish
- crach due to incorrectly generate <Destroy> event. This bug was
+ crash due to incorrectly generate <Destroy> event. This bug was
reported in comp.lang.tcl but not logged.
2004-05-10 Pat Thoyts <patthoyts@users.sourceforge.net>