summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwelch <welch>1998-08-04 22:18:44 (GMT)
committerwelch <welch>1998-08-04 22:18:44 (GMT)
commit33ec5dfea5422f8f7bdda86580e5288116ab3960 (patch)
treec0f674dda6ba003d92d3d1a04864ba90ccba19b1
parenta0a2ec2e709cc16ce16692ca5f49ffc939690b75 (diff)
downloadtk-33ec5dfea5422f8f7bdda86580e5288116ab3960.zip
tk-33ec5dfea5422f8f7bdda86580e5288116ab3960.tar.gz
tk-33ec5dfea5422f8f7bdda86580e5288116ab3960.tar.bz2
Merged changes between child workspace "/home/welch/ws/tk8.0.3" and
parent workspace "/net/pop/export/home/ws/tk8.0".
-rw-r--r--changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes b/changes
index 5d482f1..55098f9 100644
--- a/changes
+++ b/changes
@@ -4215,3 +4215,9 @@ under Windows, resulting in annoying beeps. (SS)
8/4/98 (bug fix) Fixed bug in Windows menubar handling that allowed
a shared menubar to be deleted when any window using it was deleted. (SS)
+
+8/4/98 (feature change) Introduced TkReadBitmapFile to replace
+XReadBitmapFile so that all Tk file opens go through the Tcl channel
+mechanism. This lets us wrap applications that define their own
+bitmaps and cursors. Note that XReadBitmapFile is no longer
+emulated for non-unix platforms platforms (RJ, BW)