diff options
author | stanton <stanton> | 1999-02-04 21:55:42 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-02-04 21:55:42 (GMT) |
commit | 37d639b32c1cd9427dce366efae00a995477f0eb (patch) | |
tree | 31b2dd1bcb9c801953376f465aa66cf996ff7a60 /ChangeLog | |
parent | 2de9741f87526d9c1da0b16aa506b0b29d4c7a79 (diff) | |
download | tk-37d639b32c1cd9427dce366efae00a995477f0eb.zip tk-37d639b32c1cd9427dce366efae00a995477f0eb.tar.gz tk-37d639b32c1cd9427dce366efae00a995477f0eb.tar.bz2 |
final b2 changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |