Re: r30821 - lyx-devel/trunk/src

2009-08-03 Thread Andre Poenitz
On Mon, Aug 03, 2009 at 01:21:59PM +0200, Pavel Sanda wrote: > Vincent van Ravesteijn - TNW wrote: > > > > >> Modified: lyx-devel/trunk/src/Paragraph.cpp > > >> > > > > == > > >> --- lyx-devel/trunk/src/Paragraph.cpp

Re: r30821 - lyx-devel/trunk/src

2009-08-03 Thread Jean-Marc Lasgouttes
Andre Poenitz writes: > On Mon, Aug 03, 2009 at 01:11:38PM +0200, Vincent van Ravesteijn - TNW wrote: >> P.S I'm always struggling with these kind of if-statements, I'm starting >> to get confused with the general rule: >> >> if (bla == bla2 >> && bla3 == bla4) >> do_something; I'd say

Re: r30821 - lyx-devel/trunk/src

2009-08-03 Thread Andre Poenitz
On Mon, Aug 03, 2009 at 01:11:38PM +0200, Vincent van Ravesteijn - TNW wrote: > P.S I'm always struggling with these kind of if-statements, I'm starting > to get confused with the general rule: > > if (bla == bla2 > && bla3 == bla4) > do_something; > > Or > > if (bla == bla2 > &&

Re: r30821 - lyx-devel/trunk/src

2009-08-03 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > > >> Modified: lyx-devel/trunk/src/Paragraph.cpp > >> > > == > >> --- lyx-devel/trunk/src/Paragraph.cpp Sat Aug 1 23:49:26 2009 > (r30820) > >> +++ lyx-devel/trunk/src/Paragrap

RE: r30821 - lyx-devel/trunk/src

2009-08-03 Thread Vincent van Ravesteijn - TNW
>> Modified: lyx-devel/trunk/src/Paragraph.cpp >> == >> --- lyx-devel/trunk/src/Paragraph.cppSat Aug 1 23:49:26 2009 (r30820) >> +++ lyx-devel/trunk/src/Paragraph.cppSat Aug 1 23:54:13 2009 (r30821) >>

Re: r30821 - lyx-devel/trunk/src

2009-08-03 Thread Andre Poenitz
On Sat, Aug 01, 2009 at 11:54:13PM +0200, v...@lyx.org wrote: > Author: vfr > Date: Sat Aug 1 23:54:13 2009 > New Revision: 30821 > URL: http://www.lyx.org/trac/changeset/30821 > > Log: > Add a pending space after math if it is not the last of the selection. This > fixes problems like in bug #60