summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-05-16 17:57:32 (GMT)
committerericm <ericm>2000-05-16 17:57:32 (GMT)
commit2adfe2dab62fa99750852c0a35ff3dbedb810adc (patch)
tree034b8394a01af37532f099931d0291df8deda1aa /ChangeLog
parente9b9a30379c418aef68b46cc176290488638ee09 (diff)
downloadtk-2adfe2dab62fa99750852c0a35ff3dbedb810adc.zip
tk-2adfe2dab62fa99750852c0a35ff3dbedb810adc.tar.gz
tk-2adfe2dab62fa99750852c0a35ff3dbedb810adc.tar.bz2
* win/tkWinMenu.c (ReconfigureWindowsMenu): Added code to add the
MF_SEPARATOR bit for SEPARATOR_ENTRY menu items. This causes separator entries on the system menu to be drawn correctly [Bug: 5451].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f17c0a..09cc513 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-16 Eric Melski <ericm@scriptics.com>
+
+ * win/tkWinMenu.c (ReconfigureWindowsMenu): Added code to add the
+ MF_SEPARATOR bit for SEPARATOR_ENTRY menu items. This causes
+ separator entries on the system menu to be drawn correctly [Bug: 5451].
+
2000-05-15 Eric Melski <ericm@scriptics.com>
* doc/image.n: Added documentation for [image inuse] command.