File: yudit-2.7.5.patch1.txt
Emergency: low
Usage: patch -p0 < yudit-2.7.5.patch1.txt
From: Gaspar Sinai <gsinai@yudit.org>
Date: Tokyo 2003-06-17

When a file is read that is more than one page, 
and ctrl-end is pressed, the whole text is selected.
When we deselect the visible text, the unvisible 
text is not selected, and it shows as selected when scrolling
up.

This patch solves this problem.

*** yudit-2.7.5/stoolkit/SParagraph.cpp-	Tue Jan  7 10:57:06 2003
--- yudit-2.7.5/stoolkit/SParagraph.cpp	Tue Jun 17 07:28:40 2003
***************
*** 916,920 ****
    if (!expanded) 
    {
!     selected = true;
      return;
    }
--- 916,920 ----
    if (!expanded) 
    {
!     selected = is;
      return;
    }
