notes for 350.4

svn: r3628
This commit is contained in:
Matthew Flatt 2006-07-06 17:53:25 +00:00
parent 7993786b03
commit 673866d972
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,19 @@
Version 350.4
Changed the shortcut type for selectable-menu-item<%> to allow
key-code symbols
Added get-shortcut-prefix and set-shortcut-prefix to menu-item
to selectable-menu-item<%>, along with corresponding initialization
argument to menu-item% and checkable-menu-item%
Added get-default-shortcut-prefix
Removed get-x-shortcut-prefix and set-x-shortcut-prefix from
selectable-menu-item<%>
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

View File

@ -1,4 +1,6 @@
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
a default value (instead of requiring a thunk)
Improved 3m performance