From 2479d8870183a33dff78056c0cc1fed802593f27 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 15 Jul 2006 01:23:52 +0000 Subject: [PATCH] notes in v351 release form svn: r3707 --- doc/release-notes/mred/HISTORY | 8 ++++++-- doc/release-notes/mzscheme/HISTORY | 21 ++++++++------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/doc/release-notes/mred/HISTORY b/doc/release-notes/mred/HISTORY index 0442f35953..753c10cda2 100644 --- a/doc/release-notes/mred/HISTORY +++ b/doc/release-notes/mred/HISTORY @@ -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 diff --git a/doc/release-notes/mzscheme/HISTORY b/doc/release-notes/mzscheme/HISTORY index 44efbebaa0..2a7d3ce9ce 100644 --- a/doc/release-notes/mzscheme/HISTORY +++ b/doc/release-notes/mzscheme/HISTORY @@ -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: