Re: [patch] fix bug 3571 now really

2007-05-13 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: >> Attached is a patch that fixed bug 3571: ... Uwe> As the patch is trivial and I got no objections, I put it in: Uwe> http://www.lyx.org/trac/changeset/18273 Yes, good catch. JMarc

Re: [patch] fix bug 3571 now really

2007-05-11 Thread Uwe Stöhr
> Attached is a patch that fixed bug 3571: ... As the patch is trivial and I got no objections, I put it in: http://www.lyx.org/trac/changeset/18273 regards Uwe

[patch] fix bug 3571 now really

2007-05-10 Thread Uwe Stöhr
Attached is a patch that fixed bug 3571: The OR has to be grouped to suppress \selectlanguage when the babel language is empty. OK to go in? regards Uwe Index: output_latex.cpp === --- output_latex.cpp (revision 18260) +++ output_l

Re: [patch] fix bug 3571

2007-05-08 Thread Uwe Stöhr
Uwe Stöhr schrieb: Attached is a patch that fixes the selectlanguage issue for languages that don't use babel (GJK, Armenian) It works correctly I think. OK? No, it didn't, so I retract my patch. The problem of the bug is in output_latex.cpp in the three i call where "language_command_begin

[patch] fix bug 3571

2007-05-07 Thread Uwe Stöhr
Attached is a patch that fixes the selectlanguage issue for languages that don't use babel (GJK, Armenian) It works correctly I think. OK? regards Uwe Index: BufferParams.cpp === --- BufferParams.cpp (revision 18227) +++ BufferPara