original commit: 5b476c090fcc8b8ecaf11824b7d5e11dc3c61a25
This commit is contained in:
Matthew Flatt 2001-07-10 21:33:23 +00:00
parent 10c3f16281
commit dbfcce18f4

View File

@ -1,4 +1,20 @@
Version 199.17:
* Changed menu-item% and checkable-menu-item%'s `menu' initialization
argument to `parent' (to match the docs and the rest of the
toolbox).
* Corrected the documentation, changing `help' initialization
arguments for menus and menu items to `help-string'.
* Added an optional argument to text%'s get-visible-line-range and
get-visible-position-range to control whetherthe computed range is
for all displays (the default) or only the current one.
* Added `label' initialization argument to canvas% and editor-canvas%
(since they implement window<%>).
Version 199.16:
* Changed `demand-callback' to take a self argument.