Re: [patch] fix bug 2629

2007-01-09 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: >> fancyhdr.sty (v. 3.1) states that: % Fancyplain stuff shouldn't be >> used anymore (rather % \fancypagestyle{plain} should be used), but >> it must be present for % compatibility reasons. Uwe> Thanks for the info, I dropped this and marked t

Re: [patch] fix bug 2629

2007-01-09 Thread Uwe Stöhr
> fancyhdr.sty (v. 3.1) states that: > % Fancyplain stuff shouldn't be used anymore (rather > % \fancypagestyle{plain} should be used), but it must be present for > % compatibility reasons. Thanks for the info, I dropped this and marked the bug as WONTFIX. regards Uwe

Re: [patch] fix bug 2629

2007-01-09 Thread Georg Baum
Uwe Stöhr wrote: > This is my first patch to the source code so don't beat me when I did it > wrong, just tell me how it's done correctly and I'll learn my lesson. > > Add fancyplain to Page Style list: > http://bugzilla.lyx.org/show_bug.cgi?id=2629 That looks like a file format change to me, so

Re: [patch] fix bug 2629

2007-01-08 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > This is my first patch to the source code so don't beat me when I did it > wrong, just tell me how it's done correctly and I'll learn my lesson. Welcome, finally :-) > Add fancyplain to Page Style list: > http://bugzilla.lyx.org/show_bug.cgi?id=2629 > > Opinions? This is a fil

[patch] fix bug 2629

2007-01-08 Thread Uwe Stöhr
This is my first patch to the source code so don't beat me when I did it wrong, just tell me how it's done correctly and I'll learn my lesson. Add fancyplain to Page Style list: http://bugzilla.lyx.org/show_bug.cgi?id=2629 Opinions? regards Uwe Index: src/bufferparams.C