From 4832d9e74db2c2dc6813bbc74e632669086a1414 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 24 Jul 2008 04:38:45 +0000 Subject: [PATCH] added note about get-text-to-search svn: r10891 --- doc/release-notes/drscheme/HISTORY.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/release-notes/drscheme/HISTORY.txt b/doc/release-notes/drscheme/HISTORY.txt index 11d0f6c6d3..1e35ae7ce7 100644 --- a/doc/release-notes/drscheme/HISTORY.txt +++ b/doc/release-notes/drscheme/HISTORY.txt @@ -1,3 +1,13 @@ +------------------------------ + Version 4.1 +------------------------------ + + . get-text-to-search is not 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. + ------------------------------ Version 4.0.2 ------------------------------