From dbfcce18f4d91e04fdbff40ec70baa5fcdb913fb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 10 Jul 2001 21:33:23 +0000 Subject: [PATCH] . original commit: 5b476c090fcc8b8ecaf11824b7d5e11dc3c61a25 --- notes/mred/HISTORY | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 9d9f5e97..0a3dcb41 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -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.