[patch] functor work and some cleanup.

2004-01-31 Thread Lars Gullik Bjønnes
This is going in unless I get objections. ? Config ? advdist.diff ? func.diff ? positer.diff ? usingstd.diff Index: po/POTFILES.in === RCS file: /usr/local/lyx/cvsroot/lyx-devel/po/POTFILES.in,v retrieving revision 1.375 diff -u -p -

Re: [patch] fix lockpath + undo crash

2004-01-31 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | zz > | gives a crash. > | This patch solves that by 1) fixing lockPath (the CursorSlice at level 0 was | missing) 2) eliminating some (bogus) redundant cursor positioning code in | undo > | Ok? It it works it works. As long as it does not introduc

[patch] fix lockpath + undo crash

2004-01-31 Thread Alfredo Braunstein
zz gives a crash. This patch solves that by 1) fixing lockPath (the CursorSlice at level 0 was missing) 2) eliminating some (bogus) redundant cursor positioning code in undo Ok? Alfredo ? PosIterator.C-save ? PosIterator.h-save ? bfri.C ? textcursor.C-save ? textcursor.h-save Index: iterators.C