summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrh <drh@sqlite.org>2000-10-01 22:50:43 (GMT)
committerdrh <drh@sqlite.org>2000-10-01 22:50:43 (GMT)
commit6a7f0098d0e0b2d543fe7f7321e5b996fa009d93 (patch)
treee147db35dbb1bd65c814a1039f231299f20baf2d /ChangeLog
parent4d1295a615edc7e83ce11a59bc92224a8f5a437b (diff)
downloadtk-6a7f0098d0e0b2d543fe7f7321e5b996fa009d93.zip
tk-6a7f0098d0e0b2d543fe7f7321e5b996fa009d93.tar.gz
tk-6a7f0098d0e0b2d543fe7f7321e5b996fa009d93.tar.bz2
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37eaa3f..70ebbae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,19 @@
added test that the restoreProc is not NULL, to allow for custom
options that don't care about supporting Tk_RestoreSavedOptions.
+2000-09-29 D. Richard Hipp <drh@hwaci.com>
+
+ * generic/tkBitmap.c: Changes to prevent a BadMatch error from the
+ Xserver when the same bitmap is used on two or more screens of the
+ same display.
+
+ * tests/menu.test: Print a warning if the TK_ALT_DISPLAY environment
+ variable is not configured so as to test for the bug fix above.
+
+ * library/tk.tcl (::tk::SetGrabFocus): "Catch" the grab in case
+ another application already holds the grab and the "grab" command
+ fails.
+
2000-09-29 Jeff Hobbs <hobbs@scriptics.com>
* win/Makefile.in: commented use of TESTFLAGS
@@ -3256,4 +3269,3 @@
* tkWinWm.c, tkWinMenu.c: fixed titles and menus so they properly
display Unicode [Bug: 819]
-