.
original commit: 27aa28583a4261ec0684f2994807478bfd3ab7c5
This commit is contained in:
parent
097cd519c5
commit
23a803d8b2
|
@ -1,9 +1,15 @@
|
||||||
Version 51: March 25, 1998
|
Version 53: August 1, 1998
|
||||||
|
|
||||||
|
IMPORTANT: Expect further major changes in the MrEd toolbox with
|
||||||
|
version 54. See the note for version 51, below.
|
||||||
|
|
||||||
Engine:
|
Engine:
|
||||||
-------
|
-------
|
||||||
Removed wx:concat-files, wx:string-match?, wx:get-temp-file-name
|
Removed wx:concat-files, wx:string-match?, wx:get-temp-file-name
|
||||||
(see MzLib's new make-temporary-file)
|
(see MzLib's new make-temporary-file)
|
||||||
|
Procedures and methods that accept wx:const-XXX bit combinations
|
||||||
|
now check their arguments more thoroughly; junk values are
|
||||||
|
no longer ignored
|
||||||
Removed some constants:
|
Removed some constants:
|
||||||
wx:const-bitmap-type-default
|
wx:const-bitmap-type-default
|
||||||
wx:const-bitmap-discard-colourmap
|
wx:const-bitmap-discard-colourmap
|
||||||
|
@ -19,9 +25,25 @@ Added wx:const-print-postscript, wx:const-print-standard, and
|
||||||
wx:const-print-ask
|
wx:const-print-ask
|
||||||
Restricted wx:find-path to fewer paths; see MzScheme's new
|
Restricted wx:find-path to fewer paths; see MzScheme's new
|
||||||
find-system-path
|
find-system-path
|
||||||
|
Changed wx:list-box%'s get-selections to just return a list
|
||||||
|
of integers
|
||||||
|
The following wx:command-event% methods are deprecated and
|
||||||
|
have been removed from the documentation:
|
||||||
|
get-/set-command-int (use get-/set-selection)
|
||||||
|
get-/set-command-string (use get-/set-string)
|
||||||
|
get-/set-extra-long (use get-/set-selection-type)
|
||||||
|
Cleaned up wx:list-box% multiple-selection (wx:const-multiple
|
||||||
|
and wx:const-extended standardized across platforms)
|
||||||
|
Cleaned up wx:command-event% field values for list-box events
|
||||||
|
wx:panel%'s set-button-font and set-label-font work consistenly
|
||||||
|
Windows: cleaned up structure of sliders and gauges
|
||||||
|
|
||||||
System:
|
System:
|
||||||
-------
|
-------
|
||||||
|
- Fixed minimum mred:slider% size
|
||||||
|
|
||||||
|
- Cleaned up wx:command-event% field values for list-box double-click
|
||||||
|
events
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user