On Thu, Oct 16, 2003 at 06:53:51PM +0200, Lars Gullik Bjønnes wrote:
> | ===================================================================
> | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxcursor.C,v
> | retrieving revision 1.26
> | diff -u -p -r1.26 lyxcursor.C
> | --- lyxcursor.C     9 Oct 2003 10:52:07 -0000       1.26
> | +++ lyxcursor.C     16 Oct 2003 16:01:48 -0000
> | @@ -17,7 +17,7 @@
> |  
> |  
> |  LyXCursor::LyXCursor()
> | -   : par_(-1), pos_(0), boundary_(false), x_(0), x_fix_(0), y_(0)
> | +   : par_(0), pos_(0), boundary_(false), x_(0), x_fix_(0), y_(0)
> |  {}
> 
> Is this -1 -> 0 part of the same "rowlist speedup" or is it from
> another change?

No, I missed that one when editing the patch. I don't have a clean
tree...

This chunk was not commited as I noticed it myself in time.

Andr'e

Reply via email to