]> git.lyx.org Git - features.git/commitdiff
Adjust Status.15x for Abdel's fix
authorBo Peng <bpeng@lyx.org>
Fri, 15 Dec 2006 16:25:52 +0000 (16:25 +0000)
committerBo Peng <bpeng@lyx.org>
Fri, 15 Dec 2006 16:25:52 +0000 (16:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16283 a592a061-630c-0410-9148-cb99ea01b6c8

Status.15x

index 2324c68c3d12a24ee4ce5f6c0d4433877881f384..476e1e0d71cfbce0f6e87907c96b6aa26251cfaf 100644 (file)
@@ -343,16 +343,6 @@ WONT FIX (for 1.5.0)
   TocBackend update at each keystroke. Unless we manage to update a specific
   TocItem, this will be a WONTFIX for 1.5.0.
 
-* Start lyx, open a doc, open another window for the same
-  document. Now, from window A, click at paragraph X, scroll down to paragraph Y,
-  switch to window B, click, switch back to window A. When mouse moves, editXY()
-  finds the correct pit for paragraph Y, when click, editXY() finds paragraph X
-  and scroll back to it. (Bo, 12/14/2006)
-  Bo 2006-12-14: a resize is needed when switching between windows due to the 
-  shared rows() structure. This triggers a full update and fit the screen to
-  text cursor. A proper fix is not possible without the separation of rows()
-  from buffer.
-
   
 **********************************************************************
 
@@ -584,3 +574,10 @@ CREDITS:
   new window is created.
   FIXED (Bo 2006-12-13)
 
+* Start lyx, open a doc, open another window for the same
+  document. Now, from window A, click at paragraph X, scroll down to paragraph Y,
+  switch to window B, click, switch back to window A. When mouse moves, editXY()
+  finds the correct pit for paragraph Y, when click, editXY() finds paragraph X
+  and scroll back to it. (Bo, 12/14/2006)
+  FIXED (Abdel 2006-12-15)
+