summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-09-15 22:35:38 (GMT)
committerhobbs <hobbs>1999-09-15 22:35:38 (GMT)
commit29a8ab2e2bd76e215bfd83fbd45a492d6d670ada (patch)
tree7146a0a4543890f2a676bf30185894850bb563f8 /ChangeLog
parent41c436747407d9a427a6dfed85259c399b8d53e0 (diff)
downloadtk-29a8ab2e2bd76e215bfd83fbd45a492d6d670ada.zip
tk-29a8ab2e2bd76e215bfd83fbd45a492d6d670ada.tar.gz
tk-29a8ab2e2bd76e215bfd83fbd45a492d6d670ada.tar.bz2
1999-09-14 Jeff Hobbs <hobbs@scriptics.com>
* win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 12 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 278c1c4..42ba084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-14 Jeff Hobbs <hobbs@scriptics.com>
+
+ * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
+
1999-09-01 Jeff Hobbs <hobbs@scriptics.com>
* win/tkWinDraw.c:
@@ -5,8 +9,6 @@
* generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c
(from code added to support TkpDrawHighlightBorder) [Bug: 2676]
* unix/aclocal.m4: added -bnoentry to the AIX-* flags
- * generic/tkCursor.c: fixed equality error in GetCursorFromObj
- [Bug: 2562]
* library/msgbox.tcl: changed the behavior of tk_messageBox on
Unix to be more Windows like in handling of <Return> and the
default button
@@ -40,14 +42,16 @@
* generic/tkCursor.c: fixed bug in GetCursorFromObj that caused
panic [Bug: 2562]
-
+
+ * TK 8.2.0 RELEASED
+
1999-08-13 Jim Ingham <jingham@cygnus.com>
- * mac/tkMacMenu.c: Tk_DrawChars ends up setting the menu background
- wrong. There is no clean way to stop it, so I use lower level routines
- here to draw the text.
- * mac/tkMacProjects.sea.hqx: Rearrange the projects so that the build
- directory is separate from the sources. Much more convenient!
+ * mac/tkMacMenu.c: Tk_DrawChars ends up setting the menu background
+ wrong. There is no clean way to stop it, so I use lower level routines
+ here to draw the text.
+ * mac/tkMacProjects.sea.hqx: Rearrange the projects so that the build
+ directory is separate from the sources. Much more convenient!
1999-08-10 Jeff Hobbs <hobbs@scriptics.com>