*** empty log message ***

original commit: fbef594e857b2befa5dc88538664646acb4fdf49
This commit is contained in:
Robby Findler 1998-05-24 01:34:44 +00:00
parent 1b75432d70
commit 5d03fdface

View File

@ -21,6 +21,10 @@ The delete methods of wx:menu% and wx:menu-bar return #t if the
System:
-------
- mred:standard-menus-frame now has a windows menu. To
eliminate it, ovveride "windows-meun" with #f. It
is updated by mred:the-frame-group
- added documentation for:
mred:constants:original-output-port,
mred:constants:original-error-port, and
@ -133,6 +137,10 @@ System:
- last newline inside stdout (purple) boxes ommitted
- more efficient
- killing and breaking read (finally) works.
- printing dialogs for windows and mac work better now
- parenthesis matching is improved. The cache is now used much more
heavily.
@ -237,6 +245,9 @@ On windows:
Redefinition of mred:initialize and mred:make-invokeable-unit are
no longer supported. Create a new system instead, using the -s flag.
- added "set-display/write-handlers" method of mred:console-edit. This
work used to happen during a call to the "takeover" method.
- mred:get-file and mred:put-file now take a parent window as optional
last argument.