From 0b03634c542b7976e8e306bea1077d2da20d8930 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 12 May 2000 03:00:20 +0000 Subject: [PATCH] . original commit: fe776a8c288a60b15dd04dd2458b9224c1d20dfc --- notes/mred/HISTORY | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 47f157d0..e26415ce 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -1,7 +1,16 @@ Version 102/12: - * Added offset argument to dc<%>'s get-text-extent and draw-text. + * Fixed list-box scrolling. (PR 1435) + + * Made stdio window for Windows/MacOS accept input (for `read', + etc.). + + * Added an optional string-offset argument to dc<%>'s get-text-extent + and draw-text. + + * Changed code for MrEd2k so that it does not rely on interior + pointers. Version 102/11: @@ -154,7 +163,10 @@ Version 102/1: `get-text-extent' return a useful value for the vertical space above a font. +---------------------------------------------------------------------- + Version 102: ??, 2000 + Changed the interaction of face and familiy settings in a font for drawing text Removed get-afm-name and set-afm-name from font-name-directory<%>, @@ -170,15 +182,19 @@ Added pop-down callback initialization argument to popup-menu%, and control-event% Changed the meaning of the on-change method in editor<%>; see the manual for details -Editor reading/writing/cuting/pasting no longer relies on global +Editor reading/writing/cutting/pasting no longer relies on global state, so exceptions raised for one editor do not affect other editors Removed read-done and write-done from snip-class% Moved reading-version to snip-class% (from snip-class-list%) -X: Fixed list-box% to handle arbitrarily many list items. +Added offset argument to dc<%>'s get-text-extent and draw-text +Made stdio window for Windows/MacOS accept input (for `read', etc.) +X, Mac: Fixed list-box% to handle arbitrarily many list items X: Fixed input of keypad characters and dead characters (such as accent marks) +---------------------------------------------------------------------- + Version 101: October 25, 1999 Showing an inactive child window now raises an exception