From dac8aa057d7bbd7251ae37c00b8b018f87410e72 Mon Sep 17 00:00:00 2001 From: moculus Date: Wed, 25 Jun 2008 13:17:59 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- BUGS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BUGS b/BUGS index 414ddd6..7f2066d 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,12 @@ === OUSTANDING BUGS === +2008/06/25: + * when the "first" point is on a wrapping line bad things happen. + * when replace mode doesn't replace the last candidate it doesn't exit. + * try implementing an "undo ID" in the application. + * the "last visible" calculation doesn't handle long lines correctly. + this affects page-up/page-down/etc. + 2008/06/06: what passes for auto-fill-mode around here still needs a lot of work. @@ -13,6 +20,7 @@ * possibly fixed (2007/09/26) * definitely not fixed (2008/04/02) * maybe fixed for real? (2008/05/03) + * not fully fixed but partially fixed (2008/06/25) 2008/05/03: first-visible/cursor syncing with drawn window may be buggy.