notes in v351 release form
svn: r3707
This commit is contained in:
parent
acb574038a
commit
2479d88701
|
@ -1,5 +1,6 @@
|
|||
|
||||
Version 350.4
|
||||
Version 351, July 2006
|
||||
|
||||
Changed the shortcut type for selectable-menu-item<%> to allow
|
||||
key-code symbols
|
||||
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
|
||||
Changed internal handling of keyboard events
|
||||
|
||||
----------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Version 350, June 2006
|
||||
|
||||
Default max undo history for an editor<%> is 0; use
|
||||
set-max-undo-history to enable undo
|
||||
Disabled menu-item shortcuts stay effective (to just beep)
|
||||
|
@ -26,12 +28,14 @@ Added |MrEd:emacsUndo| low-level preference
|
|||
----------------------------------------------------------------------
|
||||
|
||||
Version 301, Decmber 2005
|
||||
|
||||
Fixed a bug in reading non-text files whose encoding contains
|
||||
a byte string longer than 64 bytes
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Version 300, Decmber 2005
|
||||
|
||||
Changed editor file format to an ASCII encoding
|
||||
Changed measurement of text for post-script-dc%
|
||||
Changed label->plain-label to strip parenthesized mneumonics
|
||||
|
|
|
@ -1,26 +1,21 @@
|
|||
Version 350.4
|
||||
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
|
||||
Version 351, July 2006
|
||||
Changed hash-table-get to accept a non-prcedure third argument as
|
||||
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
|
||||
required to accept 1, 3, and 4 arguments; the new 4-argument mode
|
||||
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
|
||||
to accept quoted module paths, instead of only symbolic names
|
||||
Fixed avoidable overflow and undeflow in magnitude and / for
|
||||
inexact complex numbers
|
||||
Fixed bug in continuation sharing
|
||||
|
||||
Version 350.1
|
||||
Added define-member-name, member-name-key, and generate-member-key
|
||||
to class.ss
|
||||
Improved 3m performance
|
||||
Upgraded to gc 6.7
|
||||
|
||||
Version 350, June 2006
|
||||
JIT compiler:
|
||||
|
|
Loading…
Reference in New Issue
Block a user