Version 51: ??, 1998 Engine: ------- The wx: classes and procedures are no longer ``built-in'' with respect to units; instead, all wx: items are now in the wx@ signed unit, with the signature wx^, so the MzScheme and MrEd languages are the same; the wx^ signature is in MrEd's initial environment and in the "wxs.ss" library of the "system" collection Added a --pre flag for evaluating an expression in a MzScheme-only namespace at startup. This flag is intended for use with image dumps (see the MzScheme manual), which are disabled by default X Windows: mred now accepts a fixed set of standard X Windows command-line flags (it treats them the same as always) instead of letting the platform-specific Xt library decide; these flags must now be specified first if there is no --pre flag, or after --pre's argument if there is one, otherwise the flags are passed on to MrEd's system (for good or ill) X Windows: window manager close-frame request is ignored when a modal dialog is in control Added security so that wx:snip% methods cannot be overridden to crash MrEd Fixed wx:canvas% scrolling on all platforms; the style flags wx:const-hscroll and wx:const-vscroll must be used at canvas-creation to set up for scrolling. Removed the enable-scrolling method from wx:canvas%. Renamed the method get-scroll-page-units to get-scroll-units. Added methods get-scroll-pos, get-scroll-range, and get-scroll-page. The wx:canvas% wx:const-backingstore and wx:const-retained style flags have been removed. Pasteboard printing implemented [finally], and many pasteboard bugs are fixed Removed wx:key-event%'s position method and added get-x, get-y, set-x, and set-y Changed default pen in DC to width 0 instead of 1 Added get-max-view method to wx:media-admin% Revised wx:media-buffer%'s cursor system for better cooperation with embedded buffers; instead of handling the cursor in on-default-event, added a method adjust-cursor to buffers and snips, and replaced admin's set-cursor with update-cursor Added refresh-delayed? predicate to wx:media-buffer%, useful for deciding whether a buffer (or one of its enclosing buffers) is in an edit-sequence Added copy-self-to method to wx:media-buffer% and made copy-self overrideable; copy-self creates a new buffer and copy-self-to copies properties of the buffer to the newly created buffer; now implemented for pasteboards, too Added number-of-visible-items to wx:list-box% Removed wx:copy-file; MzScheme now has copy-file Fixed wx:media-stream-in%'s get-string (it was adding an extra nul character) Removed error dialogs when wx:media-buffer%'s load-file or save-file fails Changed the meaning of wx:keymap%'s implies-shift method; mapping from ``?'', where ``?'' implies a shift, maps both ``?'' and ``s:?''; the idea is that only one of these mappings is possible, but it may be difficult to know which one Windows: fixed canvas mouse events; button-down event grabs the mouse until the next button-up event Windows: fixed initial setting of DC text mode: transparent instead of opaque X Windows: fixed wx:frame's iconize and iconized? methods, ignoring the X idea of not de-iconifying windows that were iconified by the user X Windows: fixed iconification of parentless dialog boxes; they can't be iconified, since there's often no way to get them back Changed the initial setting of an eventspace created by the wx:make-eventspace procedure; now, the initial directory is the current directory when wx:make-eventspace is called Removed wx:exit MacOS: fixed event handling -> better response and performance More PostScript drawing fixes X Windows: added .mred.resources option `mred.forceFocus'; if the value is 1, bringing a frame to the foreground forces the focus there (good for Window Managers where the focus does not follow the pointer); the default is 0, the old behavior MacOS: removed the special -r command-line flag Upgraded to gc 13alpha1 System: ------- - mred console printer improved: - values printer now shows partial results. - last newline inside stdout (purple) boxes ommitted - more efficient - parenthesis matching is improved. The cache is now used much more heavily. - turned off the file name printouts on splash screen evaluate: (wx:write-resource "mred" "splashMessages" 1 (wx:find-path 'setup-file)) to turn them back on. - searching keybindings have changed. There are four distinct actions: action1: move keyboard focus to the searching window, opening it if necessary, or if already there search forward action2: move keyboard focus to the searching window, opening it if necessary, or if already there search backward. action3: search again, in the same direction action4: move the focus between the main window, searching window and replacment window action5: hide the searching window The actions are mapped to different keys, based on the platform. On unix: action1 => control-s, meta-% action2 => control-r action3 => f3 action4 => control-i action5 => control-g On the macintosh: action1 => command-f action2 => command-r action3 => command-g action4 => command-o action5 => command-. On windows: action1 => control-f action2 => control-r action3 => f3, control-g action4 => control-i action5 => escape - set-empty-callback in mred:frame-group% is now set-empty-callbacks in mred:frame-group%. See the docs for more details. - initial basis now documented - provide "simple" interface to unitized apps - mred:edit-file used to return (void) when the file was already open. Now it returns the (already open) frame. - fixed callback printfs from frames. They now appear in the console. - the paren shader used to fail on very large regions. It does not anymore. - fixed mred:radio-box%'s enable method. It now takes two arguments. - better begin/end-edit-sequence support in mred; used by info-frame and to improve the speed in the console io. There is a new method of mred:media-edit: "run-after-edit-sequence". - mred:original-output-port is now called mred:constants:original-output-port mred:original-input-port is now called mred:constants:original-input-port - MrEd's collections are now documented. - The command line flags have changed. Specifically: the -nu flag is now called either "--non-unitized" or "-u". the splash screen flag has changed. - mred no longer imports a unit of the mred:application signature. Instead, the parameter mred:current-app-name is used to get and set the applications name. The eval-string and frame are not used. - CACHE-WRITE-COUNT in a console-edit is no longer used. - set-empty-callback is now set-empty-callbacks. It sets two callbacks, one for when the group is about to become empty and one for when the group is actually empty. See the documentation for more info. - do not use the frame method on-close anymore. Use can-close? and do-close. - renamed the edit-method "on-close" to "do-close" - the startup procedure has changed again. Now, applications are expected to be in a collection. The -a flag has an extra first argument, specifing the collection to load the files from, and a -A flag has been added. See the startup documentation for more information. Also, if you define mred:startup and use the -u (previously -nu) flag, the definition of mred:startup must come after the flag on the command line. For example: mred -e "(define mred:startup (lambda ...))" -nu no longer works. Redefinition of mred:initialize and mred:make-invokeable-unit are no longer supported. Create a new system instead, using the -s flag. - mred:get-file and mred:put-file now take a parent window as optional last argument. - the collection paths are not normalized anymore - fixed bugs in the meta-u and meta-l keybindings - if unmarshalling preferences caused an exception at startup, MrEd would open up EdJr; now it recovers and uses the default value. ---------------------------------------------------------------------- Version 50: August 26, 1997 Engine: ------- Changed wx:dc%'s get-size method to return size of destination area; old [documented] functionality is available via max-x and max-y Made button-click state visible for Xt on b&w displays Fixed and normalized PostScript drawing Removed wx:dc% methods: device-to-logical-x, etc. Windows wx:display-size changed to return the size of the screen not including the task bar Windows: finally fixed scale for [non-PostScript] printing Added wx:[un]register-collecting-blit X Windows: Fixed use of colormap by loaded bitmap images Added an optional argument to wx:media-buffer's print method to supporting fitting to the destination page X Windows: Saving as xbm works for bitmaps of any depth MzScheme pathname expansion performed by all wx: toolbox procedures that take a pathname X Windows Xt: removed excessive borders on wx:canvas% objects X Windows Xt: removed 2 pixel offset for a single auto-sized child in a wx:frame% or wx:dialog-box% Windows: Fixed scrollbars on editor buffers; they're always shown now, but the editor never gets confused about the size Fixed on-size, pre-on-char, and pre-on-event for wx:item% subclasses Fixed confusing argument type and number error messages for overloaded methods of primitive classes System: ------- - fixed a bug in file handlers; if a predicate is supplied, that predicate is only called with one argument, the filename. - added mred:get-single-choice, which takes the same arguments as wx:get-single-choice. It works the same, unless the dialog is resized, in which case the mred: version resizes gracefully. - All of the icons in mred are now loaded lazily (but only once), and their names are prefixed with "get-". They are now: - mred:get-anchor-bitmap - mred:get-lock-bitmap - mred:get-unlock-bitmap - mred:get-icon - mred:get-autowrap-bitmap - mred:get-paren-highlight-bitmap - mred:get-reset-console-bitmap - added mred:info-frame% - split out mred:edit into several edits. The choices for pasteboards and edits are now: mred:media-edit% mred:info-edit% mred:searching-edit% mred:clever-file-format-edit% mred:file-edit% mred:backup-autosave-edit% mred:edit% mred:return-edit% mred:pasteboard% mred:file-pasteboard% mred:backup-autosave-pasteboard% Probably mred:edit is not the right choice for you now. - mred:media-snip% objects now defaultly carry a mred:media-edit% object ---------------------------------------------------------------------- Version 49: May 31, 1997 Engine: ------- Object system changes: see mzscheme/HISTORY for details Fixed Mac event-handling and many other Mac things Fixed garbage collection of hidden frames under Windows (!) Panels, canvases, and controls that are both hidden and inaccessible are now garbage-collected Disabled controls are reliably grayed-out, including items within a disabled panel Instances of wx:pen%, wx:brush%, or wx:pen% that are selected into a drawing context cannot be mutated Immutability of objects obtained via wx:the-XXX-list is enforced Controls for Windows, Xt are created with the "System" family rather than the "Default" family (using resources) Single wx:bitmap% object can be used by multiple controls and/or pens and/or brushes Fixed Motif image-label radio button wx:find-directory replaced with wx:find-path All wx:dc% instances have a default font for drawing wx:const-copy blit never uses the pen/background color; new blit mode wx:const-colour uses current pen X Windows: removed mapping of Mod3 to Alt (too confusing on keyboards where NumLock is Mod3) Fixed wx:timer% bug that caused autosaving to not work Fixed eventspace bugs Fixed .bmp reading when smaller-than-max colormap is provided Fixed interlaced .gif reading for Windows and MacOS Xt: fixed default height of wx:text% items Xt: In a wx:mouse-event% instance, type wx:const-type-XXX-down implies get-XXX-down => #t (formerly #f) Removed wx:group-box% class; use a panel with a border, instead Removed wx:tool-bar% class wx:choice% get-columns and set-columns no longer supported Added wx:gauge% methods: get-value and get-range wx:media-pasteboard% bug fixes and improvements: raise, lower, set-before, and set-after methods now work wx:list-box% set-client-data and get-client-data work with any Scheme data type Windows and X Windows: Break key changed back to shift-ctl-c instead of ctl-c (to avoid conflicts with Emacs-std keyboard mappings) System: ------- - .htx files are no longer supported - the search paths for the mzlib collection have changed. The PLTHOME environment variable is now given preference. - mred:editor-frames are shown by default (the documentation was wrong) - mred:pasteboard-frames initialization arguments have changed and they are not shown by default - autosaving has been moved to new edit and pasteboard classes, mred:backup-autosave-edit and mred:backup-autosave-pasteboard. - mred:add-preference-default now takes a function which determines if preferences read from the disk are valid or not (if not, the default is used) - the show method of mred:dialog-box% only takes one argument now. Use the centre method instead of the second argument - There is only one frame group now, and all frames are registered with it. It is called mred:the-frame-group. Associated changes: - mred:current-frames is gone - mred:edit-file only takes at most two arguments now - handlers do not take a group as an argument - mred:editor-frame% does not take a group as an input argument - classes with the method `get-edit' are treated specially in groups - mred:frame-group% method open-file does not exist, use the procedures mred:edit-file or mred:open-file. - mred:frame-group% ask-before-closing last eliminated. Use the empty-callback method - added locate-file, a method of mred:the-frame-group which takes a filename and returns a frame that is editing that if one exists. - mred:edit-file now consults mred:the-frame-group to see if the file is already open, based on the third argument (or the parameter mred:edit-file-consult-group) - mred:editor-frame - medthod get-frame-group gone from mred:editor-frame% - method open-file's final optional arg eliminated - do-autosave method deleted - register-autosave call moved to mred:std-buffer (ie mred:edit and mred:pasteboard) - The perform-updates and set-perform-update ivars in mred:panel%, mred:frame%, and mred:dialog-box% have been replaced with the delay-updates method in mred:frame% and mred:dialog-box%. Added on-container-resize method to mred:panel%, etc. to handle container resize events, rather than inferring a container resize via on-size (which could confuse real container resizes with external events). Changed force-redraw to ignore refresh requests when the redraw-requesting window is not shown. Redraw requests are now propogated to the top-level frame or dialog via child-redraw-request. - if your application is unititized, then you need to change the startup procedure. See the application startup section in the toolbox manual. ---------------------------------------------------------------------- Version 48: Skipped to avoid confusion with Scheme48 ---------------------------------------------------------------------- Version 47: January 11, 1997 Engine: ------- WARNING: multiple inhertance is going away in 48 Added overwrite-styles? arg to wx:media-buffer%'s read-from-file, and added get-/set-load-overwrites-styles methods Modified wx:media-buffer%'s set-caret-owner to provide more levels of focus control Controls with bitmap labels work correctly, fixed crashing bugs, some Mac controls do not display yet wx:bitmap%'s load-file only allowed when the bitmap is not selected into a wx:memory-dc% object or used by a control System: ------- - find-string-embedded of mred:edit% is just like find-string except it searches in embedded buffers as well. - mred:frame-name is gone, use app-name in the application unit instead, which is documented under the `Starting Up' section of the toolbox manual. - the signature mred:application^ now contains the variable app-name. ---------------------------------------------------------------------- Version 46: December 5, 1996 Engine: ------- Fixed misc. Motif control-sizing problems Mac & Xt: "&" stripped from control labels correctly wx:yield takes an optional semaphore argument System: ------- - pretty-print-out is gone, use display-result instead, if you want to display results ---------------------------------------------------------------------- Version 45: November 12, 1996 Engine: ------- IMPORTANT: let-values is now analogous to let; the old let-values is now let*-values Added thread-savy parameterization system; namespace system changed Added eventspaces wx:server%, wx:client%, and wx:connection% are no longer supported (Better TCP support is now built into MzScheme) wx:the-snip-class-list was replaced by (wx:get-the-snip-class-list) wx:the-buffer-data-class-list was replaced by (wx:get-the-buffer-data-class-list) Added transparent text backing for editor text Added wx:dc% try-colour method wx:window% capture-mode, release-mouse, and make-modal no longer supported Modal dialogs can be used instead of make-modal (modal is specified through the constructor). There is currently no replacement for capture-mouse and release-mouse, but a replacement is likely to be in 46. Xt and Mac: "&" stripped from control labels (matches Windows/Motif), sortof System: ------- - frame groups no longer set the frame title prefix - there is a new edit%, mred:return-edit%. It takes an extra arg at initialization time, which should be a function that will be called when the user types return in the edit. - takeover-output is now takeover and release-output is gone. In the next release this should become obsolete - there are now two new methods of simple-menu-frame%'s, get-edit and get-canvas. These return the current "main" edit and canvas in the frame. They should be used for saving, reverting, etc. If your frame can have more than one "main" edit then override get-edit and get-canvas and have them return the current main canvas. Note that this is different from active-canvas and active-edit. Those two functions may return *any* visible edit in the frame, eg one of the searching edits in the bottom of the frame, that appear while searching. active-edit and active-canvas should be used for things like pasting and copying, which should apply to all edits, not just "important" or "main" ones. - mred:simple-frame-canvas% and mred:editor-canvas% are now obsolete. Instead there are now three important canvas classes in the system: mred:wrapping-canvas% : handles autowrapping, can create edits automatically, uses style-flags ivar and style initialization for default styles to super-init, and implements edit-modifited and edit-renamed mred:one-line-canvas% is just the right height to display one line of text. inherits from mred:wrapping-canvas% mred:frame-title-canvas% updates the title of the frame when it recieves focus events. inherits from mred:wrapping-canvas% - all of the "connection maintenence" ie edits that know which canvses they are in, frames that know which canvas is the most recently active canvas have been moved into into separate classes that only maintain those connections, mred:connections-media-edit%, mred:connections-media-canvas%, mred:connections-frame%, mred:connections-dialog-box%, and mred:connections-panel% - all instance variables class% (e.g. edit% and canvas% on frames) have been changed to get-class%, to support inheiritance. - added extra optional arg to mred:local-busy-cursor and mred:show-busy-cursor that specifies the timeout - frame title prefixes are now handled by the frame, and the set-frame-prefix and set-frame-title methods correctly update the graphical frame with it's new title. ---------------------------------------------------------------------- Version 44: September 9, 1996 Engine: ------- wx:play-sound added Saving bitmaps fixed on all platforms; editor can now save "inlined" images instead of only references to images Hyper-text browser handles HTML files (w/o networking) Fixed Mac control drawing and hiding Fixed Xt menus (finally!) Fixed menu item auto-check for popup menus Fixed Motif canvas click event reporting (spurious drags) See also mzscheme/HISTORY, wxme/README, and system/HISTORY Upgraded to gc 11alpha3 System: ------- - .html files (with file: links) are supported - system now provides and uses a better dialog buildling classes. See toolbox manual for more info - changed do-eval and do-save-and-eval-or-read-avail to accept a range in the edit rather than a string - added read-snips/chars-from-buffer, a function that takes an edit and produces a thunk. That thunk returns either a snip or a character, for each character and non-text snip in the edit. - added a check so that edits will now save themselves in mred's format if there are non-text snips in the edit. ---------------------------------------------------------------------- Version 43: Re-released August 12, 1996 Under GNU LGPL license ---------------------------------------------------------------------- Version 43: August 9, 1996 Engine: ------- Major system overhaul (Robby Findler); see system/HISTORY Windows stability greatly advanced Windows and MacOS versions much more "Windows-like" and "Mac-like" with standard menu shortcuts and better icons MacOS and Windows use native print facilities GIF images supported under Windows wx:window set-client-size removed wx:panel%'s get-cursor renamed to get-item-cursor; added set-item-cursor Fixed cut-n-paste newlines under MacOS and Windows Xt: panel with one item no longer auto-sizes the child See also mzscheme/HISTORY System: ------- - replaced search dialogue - new application startup procedure - mred:frame% changed to mred:editor-frame% - mred:canvas% changed to mred:editor-canvas% - mred:console-frame renamed to mred:console - mred:console-edit and mred:console-canvas gone, use (ivar mred:console edit) and (ivar mred:console canavs) - expanded keybindings -- most movement keys now have a shifted form that selects text - added mred:standard-menus-frame% which gets the right keybindings for the different platforms ---------------------------------------------------------------------- Version 42: June 8, 1996 Documentation translated to Scheme notation, corrected Windows update bug fixed for embedded buffers MacOS memory use greatly improved Fixed annoying non-standard Windows beep Non-matching cond or case expression raises and error mred:platform and mred:window-system changed to wx:... standard system uses functors (see MzScheme) wx:canvas%::int-draw-line and wx:int-point% removed wx:list%, wx:hash-table%, wx:string-list%, wx:path-list removed wx:media-stream-in%::get removed for strings; use get-string Redundant wx: functions removed: wx:dir-exists? (use directory-exists?) wx:file-exists? (use file-exists?) wx:file-name-from-path (use file-name-from-path or split-path) wx:path-only (use path-only or split-path) wx:is-absolute-path? (use reletaive-path?) wx:expand-path (use expand-path) wx:get-working-directory (use current-directory) wx:set-working-directory (use current-directory) wx:mkdir (use make-directory) wx:remove-file (use delete-file) wx:rename-file (use rename-file) wx:get-user-home and wx:get-home-dir (use expand-path with "~") wx:execute and wx:shell (use system or process) wx:find-first-file and wx:find-next-file (use get-directory-list) wx:sleep (use sleep) wx:sub-type? (use subclass?) wx:to-lower (use char-upcase) wx:to-upper (use char-downcase) wx:is-wild? (use reg exps) wx:match-wild? (use reg exps) Version 0.41: April 15, 1996 Important language changes; see mzscheme/HISTORY Fixed bug in wxCanvas drawing methods Fixed wxCanvasDC and wxMemoryDC bugs in Xt version Pasteboards fixed AIX: two consecutive SIGDANGERs => exit(-1) wxGetMultipleChoice supported Version 0.40: March 24, 1996 Possible improvements to memory system Some redundant event methods removed Finally fixed Windows NT/95 Scheme threads Stdout/stderr messages to a window instead of file for Windows/Mac+ Fixed misc. Xt problems, including show-n-hide on frame Version 0.39: March 6, 1996 Fixed safety from Scheme on invalidated C++ objects (stack objs, too) Fixed many bugs in Xt version Upgraded to gc version 4.10 Reduced memory usage of buffer objects Version 0.38: February 22, 1996 Xt port released Part of standard system moved to DrScheme See also mzscheme HISTORY and wxmedia README Version 0.37: Not released Version 0.36: January 18, 1996 Fixed bug in MzScheme's bignum multiplication Version 0.35: January 17, 1996 X selection protocol supported. To get the old clipboard-style mechanism, add this to your .mredrc: (wx:media-set-x-selection-mode #f) See also wxMediaEdit::SetPosition() in the wxMedia manual. Version 0.34: December 30, 1995 Minor improvements to MzScheme and the standard system Version 0.33: December 21, 1995 MzScheme language changes; see mzscheme/HISTORY Old standard system no longer compatible Project system improved Many bugs fixed in the new standard system Version 0.32: December 4, 1995 New standard system: * The console I/O is completely different. It works more like an Emacs shell. Use M-p and M-n to access previously entered expressions. (read) will now read from the console. * All mred:std- variables have been eliminated. For each mred:%, there is now a procedure mred:make-% that takes a superclass and returns a new class. * The frame and buffer hierarchies have changed a little. * From a mred:edit% object, you can get to its canvas or frame. * The menubar/menu system is completely revised. You don't have to deal with menu ids much anymore. Menus and menu items can now be dynamically added and removed. * Keymap chaining works differently. * The new Scheme project system is roughly in place. This will let you develop Scheme programs by organizing Scheme files within a project. Projects help manage loading program files into the evaluator and uses Shriram's Zodiac/Aries packages to provide debugging facilities. This will be improved in the near future. The old standard system is available in the "oldsys" directory. Pretty printer handles loops and graphs Very limited support for wxYield under XView - will be extended Fixed some wxMedia bugs (see wxme/README) Fixed some MzScheme bugs (see mzscheme/HISTORY) Version 0.31: November 14, 1995 Fixed some wxMedia bugs (see wxme/README) Fixed some MzScheme bugs (see mzscheme/HISTORY) Parameterization for Macintosh Verion 0.30: October 25, 1995 Added call-with-values and regexp to MzScheme Unix stack-checking setup code fixed in MzScheme wxMediaPasteboard implemented more Scheme-C++ object link changed; use ptr in all C++ objects Added tutorial section to "User Manual" Version 0.29: October 18, 1995 Editor can save text preserving automatic CR Bug fix in automatic line-wrapping New font system can access arbitrary fonts Multiple displays in Motif: wx:set-display and wx:get-display-name MzScheme fix for forms such as (let ([x (let ...)]) ...) Version 0.28: October 3, 1995 MzScheme bug fix: stack-checking on Unix wxMedia fix: Insert(unsigned char, ...) instead of Insert(char, ...) and proper use of `unsigned' in word-breaking array access Version 0.27: September 29, 1995 Major MzScheme upgrade, including multiple inheritance (See MzScheme HISTORY for details) Win32: Allow deeper recursion by copying the stack Win32: Allow breaking with Shift-Ctl-C New font configuration system Version 0.26: September 8, 1995 Very minor changes Bug fix to MzScheme for Win32s Version 0.25: September 7, 1995 Upgraded to wxWindows 1.63 Minor bug fixes Version 0.24: September 1, 1995 Minor bug fixes Version 0.23: August 23, 1995 Minor bug fixes Editor can display images (types depend on wxWindow compile flags) MzScheme correction: expand & expand-once Version 0.22: August 17, 1995 Mostly MzScheme improvements File-format bug fixed related to portability; To make files created earlier portable, open and re-save them. Version 0.21: August 8, 1995 Bug fixes triggers, hash tables, and case-lambda added to MzScheme MzScheme "sleeps" properly Connected MrEd to wxWindow's layout constraint system Version 0.20: July 26, 1995 MzScheme Bug fixes Version 0.19: July 25, 1995 All "!"s removed from method names!!!!! Full continuations and bignums added to MzScheme Bug Fixes Version 0.18: July 20, 1995 Win32s kinda supported Bug fixes Added (compile ...) to MzScheme Added internal processes & threads to MzScheme wxSnipData -> wxBufferData Old process and system changed to process* and system* Version 0.17: July 11, 1995 Bug fixes, especially Motif and memory bugs Rewrote editor line-maintenance Faster caret updating Upgraded garbage collector File format changed to accomodate nested buffers with separate style lists Standard system standardized Code changes for compiling on MSWindows (almost works...) Scheme mode Version 0.16: June 16, 1995 Fixed define-struct bug Version 0.15: June 15, 1995 Bug fixes, especially XView make-input-port takes only 3 args; "unget" param dropped on-local-char & on-local-event renamed to on-default-char and on-default-event name changes: to have "!" or not to have "!". See doc/names.diff for a list of changed names fonts configuarble through .Xdefaults; see MrEd.ad Version 0.14: June 9, 1995 Bug fixes, including wxWindows widget table clash Scheme mode works error-handler changed to parameterizing function Version 0.13: June 5, 1995 MzScheme replaced libscheme ctl-c breaks Scheme evaluation in MrEd libscheme/ changed to mzscheme/ - change your make.env! Version 0.12: June 1, 1995 Bug fixes Revised object system: requires (inherit ...) declarations (pretty-print ...) installed Version 0.11: May 19, 1995 Bug Fixes Version 0.10: May 19, 1995 Bug fixes (match ...) installed Version 0.9: May 18, 1995 wxMediaPasteboard Version 0.8: May 11, 1995 Bug fixes Version 0.7: May 10, 1995 mred:default- changed to mred: in system README in demo directory Lots of bug fixes