summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1999-02-04 21:55:42 (GMT)
committerstanton <stanton>1999-02-04 21:55:42 (GMT)
commit37d639b32c1cd9427dce366efae00a995477f0eb (patch)
tree31b2dd1bcb9c801953376f465aa66cf996ff7a60 /ChangeLog
parent2de9741f87526d9c1da0b16aa506b0b29d4c7a79 (diff)
downloadtk-37d639b32c1cd9427dce366efae00a995477f0eb.zip
tk-37d639b32c1cd9427dce366efae00a995477f0eb.tar.gz
tk-37d639b32c1cd9427dce366efae00a995477f0eb.tar.bz2
final b2 changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 47a09d9..d8cdfb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
1999-02-04 <stanton@GASPODE>
+ * win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr is
+ cleared when it is being destroyed.
+
+ * generic/tkImgPhoto.c: Changed so color tables are freed
+ immediately instead of being delayed. This ensures that color
+ tables are properly disposed at process exit.
+
* library/prolog.ps: Changed string that determines font height to
include European character with an umlaut.
@@ -7,7 +14,7 @@
mask changed but ended up with the same XID, the GC failed to be
updated and so the new mask was not used. [Bug: 970]
- * generic/tkFocus.c (SetFocus): Changed to focus window is always
+ * generic/tkFocus.c (SetFocus): Changed o focus window is always
set if -force is specified. This fixes the problem on Windows
where Tk does not activate the window if it already has focus.