On Thu, Dec 12, 2002 at 09:01:26AM +0100, Alfredo Braunstein wrote:
> Yesterday's CVS
Please try the attached patch.
Lars: Ok?
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
? tmp.diff
? 1.diff
? cut.diff
? crash.diff
? haveit
? script.diff
? all
? rmcopyright.sh
? shared_ptr.diff
Index: formulabase.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/formulabase.C,v
retrieving revision 1.229
diff -u -p -r1.229 formulabase.C
--- formulabase.C 27 Nov 2002 10:30:27 -0000 1.229
+++ formulabase.C 12 Dec 2002 08:19:30 -0000
@@ -524,6 +524,8 @@ Inset::RESULT InsetFormulaBase::localDis
updateLocal(bv, false);
break;
+ case LFUN_UP_PARAGRAPH:
+ case LFUN_UP_PARAGRAPHSEL:
case LFUN_PRIORSEL:
case LFUN_PRIOR:
case LFUN_BEGINNINGBUFSEL:
@@ -532,6 +534,8 @@ Inset::RESULT InsetFormulaBase::localDis
updateLocal(bv, false);
break;
+ case LFUN_DOWN_PARAGRAPH:
+ case LFUN_DOWN_PARAGRAPHSEL:
case LFUN_NEXTSEL:
case LFUN_NEXT:
case LFUN_ENDBUFSEL: