summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-07-29 21:48:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-07-29 21:48:54 (GMT)
commit737402007e805dc206d5d3c19fd2d7b3695190cb (patch)
treee329be3908e58b2ea413585fa232f5a5c323c323
parent6d59174e61556801e39b8cd57e68269a4de77c3a (diff)
downloadtk-737402007e805dc206d5d3c19fd2d7b3695190cb.zip
tk-737402007e805dc206d5d3c19fd2d7b3695190cb.tar.gz
tk-737402007e805dc206d5d3c19fd2d7b3695190cb.tar.bz2
Re-tag for core-8-4-7
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a30fae..fd7fd4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-03-01 Don Porter <dgp@users.sourceforge.net>
+ *** 8.4.7 TAGGED FOR RELEASE ***
+
* changes:
* generic/tkEvent.c (Tk_HandleEvent): revert the 2004-07-20 commit.
That commit created a new Bug 1000051 - a broken Compose Key.
@@ -7,8 +9,6 @@
2004-07-27 Daniel Steffen <das@users.sourceforge.net>
- *** 8.4.7 TAGGED FOR RELEASE ***
-
* generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max:
in case of premature end of image data, return error instead of
passing nil buffer to Tk_PhotoPutBlock().