notes in v351 release form

svn: r3707
This commit is contained in:
Matthew Flatt 2006-07-15 01:23:52 +00:00
parent acb574038a
commit 2479d88701
2 changed files with 14 additions and 15 deletions

View File

@ -1,5 +1,6 @@
Version 350.4 Version 351, July 2006
Changed the shortcut type for selectable-menu-item<%> to allow Changed the shortcut type for selectable-menu-item<%> to allow
key-code symbols key-code symbols
Added get-shortcut-prefix and set-shortcut-prefix to menu-item Added get-shortcut-prefix and set-shortcut-prefix to menu-item
@ -12,9 +13,10 @@ Added get-other-shift-key-code to key-event%
Added support for "?:" modifier to keymap state strings Added support for "?:" modifier to keymap state strings
Changed internal handling of keyboard events Changed internal handling of keyboard events
---------------------------------------- ----------------------------------------------------------------------
Version 350, June 2006 Version 350, June 2006
Default max undo history for an editor<%> is 0; use Default max undo history for an editor<%> is 0; use
set-max-undo-history to enable undo set-max-undo-history to enable undo
Disabled menu-item shortcuts stay effective (to just beep) Disabled menu-item shortcuts stay effective (to just beep)
@ -26,12 +28,14 @@ Added |MrEd:emacsUndo| low-level preference
---------------------------------------------------------------------- ----------------------------------------------------------------------
Version 301, Decmber 2005 Version 301, Decmber 2005
Fixed a bug in reading non-text files whose encoding contains Fixed a bug in reading non-text files whose encoding contains
a byte string longer than 64 bytes a byte string longer than 64 bytes
---------------------------------------------------------------------- ----------------------------------------------------------------------
Version 300, Decmber 2005 Version 300, Decmber 2005
Changed editor file format to an ASCII encoding Changed editor file format to an ASCII encoding
Changed measurement of text for post-script-dc% Changed measurement of text for post-script-dc%
Changed label->plain-label to strip parenthesized mneumonics Changed label->plain-label to strip parenthesized mneumonics

View File

@ -1,26 +1,21 @@
Version 350.4 Version 351, July 2006
Upgraded to gc 6.7
Version 350.3
Changed syntax/loc to not adjust location information for a
template that contains only a pattern variable
Changed hash-table-get to accept a non-prcedure third argument as Changed hash-table-get to accept a non-prcedure third argument as
a default value (instead of requiring a thunk) a default value (instead of requiring a thunk)
Improved 3m performance
Version 350.2
Changed the module name resolver protocol so that the resolver is Changed the module name resolver protocol so that the resolver is
required to accept 1, 3, and 4 arguments; the new 4-argument mode required to accept 1, 3, and 4 arguments; the new 4-argument mode
supports resolving a module path without loading the module supports resolving a module path without loading the module
Changed syntax/loc to not adjust location information for a
template that contains only a pattern variable
MzLib: Added define-member-name, member-name-key, and
generate-member-key to class.ss
Added syntax-local-lift-moule-end-declaration
Changed namespace-attach-module and namespace-unprotect-module Changed namespace-attach-module and namespace-unprotect-module
to accept quoted module paths, instead of only symbolic names to accept quoted module paths, instead of only symbolic names
Fixed avoidable overflow and undeflow in magnitude and / for Fixed avoidable overflow and undeflow in magnitude and / for
inexact complex numbers inexact complex numbers
Fixed bug in continuation sharing Fixed bug in continuation sharing
Improved 3m performance
Version 350.1 Upgraded to gc 6.7
Added define-member-name, member-name-key, and generate-member-key
to class.ss
Version 350, June 2006 Version 350, June 2006
JIT compiler: JIT compiler: