From 978ca0762611ab6a192cb881e47049bc3a926197 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 19 Aug 2008 17:08:55 +0000 Subject: [PATCH] argh. forgot to check this in before the release. svn: r11334 --- doc/release-notes/drscheme/HISTORY.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/release-notes/drscheme/HISTORY.txt b/doc/release-notes/drscheme/HISTORY.txt index 1e35ae7ce7..2ecc672274 100644 --- a/doc/release-notes/drscheme/HISTORY.txt +++ b/doc/release-notes/drscheme/HISTORY.txt @@ -2,12 +2,26 @@ Version 4.1 ------------------------------ - . get-text-to-search is not a public-final + . get-text-to-search is now a public-final method. Searching now works by the to-be-searched text notifying the frame (instead of the frame asking which text should be searched) so probably you can just remove the overridden method. + . The optional arguments to highlight-range have changed. + (If you did not supply any optional arguments you code + works as before.) + + . removed edit-menu:find-again (& related) menu items + changed edit-menu:replace-and-find-again to edit-menu:replace-and-find + added a few edit-menu menu items as well. + + . removed from frame:searchable<%> interface: + move-to-search-or-back, replace, toggle-search-focus + move-to-search-or-reverse-search, and search-again + + . changed the is-hidden? method of frame:searchable to search-hidden? + ------------------------------ Version 4.0.2 ------------------------------