Re: cleanup patch

2000-09-26 Thread Allan Rae
On Wed, 27 Sep 2000, Allan Rae wrote: > On Tue, 26 Sep 2000, Angus Leeming wrote: > > This has meant that the name of the callback function in several .fd files > > has changed. If YOU apply this patch, please "make updatesrc" in > > src/frontends/xforms/forms. > > Okay, I think I'll apply thi

Re: language.C

2000-09-26 Thread Garst R. Reese
Kevin Atkinson wrote: > > On Sat, 23 Sep 2000, Garst R. Reese wrote: > > > Attached is a proposed replacement for language.C > > ChangeLog > > Add langage_country codes to satisfy the requirements of aspell/pspell > > delete english (this could be just a problem with the default config of > > as

Re: language.C

2000-09-26 Thread Kevin Atkinson
On Sat, 23 Sep 2000, Garst R. Reese wrote: > Attached is a proposed replacement for language.C > ChangeLog > Add langage_country codes to satisfy the requirements of aspell/pspell > delete english (this could be just a problem with the default config of > aspell. english get

Re: cleanup patch

2000-09-26 Thread Allan Rae
On Tue, 26 Sep 2000, Angus Leeming wrote: > * I've rewritten src/frontends/xforms/FormBase, taking account of Allan's > suggestions. The resultant code is clean and easy to use. I've used it as the > base class for all "my" forms, together with FormCopyright. If people find > that it works wel

Re: patch InsetInfo->InsetNote

2000-09-26 Thread Allan Rae
On Wed, 27 Sep 2000, Allan Rae wrote: > On Tue, 26 Sep 2000, Angus Leeming wrote: > [...] > > Angus> Finally, I have made the xforms implementation of FormCopyright a > > Angus> derived class of FormBase and demonstrated that none of these > > Angus> FormXXX classes need be dependent on Dialogs.

Re: patch InsetInfo->InsetNote

2000-09-26 Thread Allan Rae
On Tue, 26 Sep 2000, Angus Leeming wrote: [...] > Angus> Finally, I have made the xforms implementation of FormCopyright a > Angus> derived class of FormBase and demonstrated that none of these > Angus> FormXXX classes need be dependent on Dialogs.h if they are > Angus> passed pointers to the re

lyx-1.1.6cvs find&replace weirdness

2000-09-26 Thread Kayvan A. Sylvan
Are we no longer able to Search and Replace inside a tabular? I tried searching for "+" (to change to "*") and I get "string not found". ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc.| Laur

Re: Other collapsible insets

2000-09-26 Thread Allan Rae
On 26 Sep 2000, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: > > Juergen> On 26-Sep-2000 Allan Rae wrote: > >> LaTeX Preamble: just make sure you can't set/change a paragraph > >> style > > Juergen> Why should LaTeX Preamble be a collapsable inset!

Re: GUII status (was Re: patch InsetInfo->InsetNote)

2000-09-26 Thread Allan Rae
On Tue, 26 Sep 2000, John Levon wrote: > On Tue, 26 Sep 2000, Allan Rae wrote: > > > Then perhaps we need an extra state: Pending > > to distinguish stuff that is present in the codebase and being worked on > > (in progress) from stuff that has a patch pending or is being worked on > > but not i

Re: Automatic dialogs

2000-09-26 Thread Andre Poenitz
> So, I want to suggest a new approach for doing GUII dialogs: > The dialogs structure and logiv will be defined by in a simple text file, > and the dialogs will be built in run-time from these files. If this simple text file resembles Tcl syntax you'll even get a fourth Gui (Tk) for free ;-) A

babel.sty, english.ldf

2000-09-26 Thread Garst R. Reese
Greetings from Prince Edward Island, Canada I have attached two diffs which make it easier for me to select canadian dictionaries in LyX using aspell. Canadian english spelling is a hybrid of British and American. We also make a pretense at being bi-lingual, so it would be nice to have entries for

Re: Automatic dialogs

2000-09-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | Designing a XForms dialog with fdesign was always a tedious task, | which is why there are new features with no GUI support (for example: | per-paragraph spacing). That was me beeing afraid that my fdesign would ruin fd files etc. | With the GUII, the s

Math-Diplay-Bug ???? --- Double Superscript

2000-09-26 Thread Georg Wild
Ladies and gentleman, I use Lyx 1.1.5fix1 and found some bugs: - The latex fault: double Superscrips should be prevented! (You often get: a^{b}^{b} and don't see it, because the b is written over b; possible Solution would be ^{b}{}^{b} or better prevent double superscript) - It seems to me l

Re: BUG cvs latest

2000-09-26 Thread Garst R. Reese
Juergen Vigna wrote: > > The error boxes are hard to interpret because they cannot be resized and > > the text does not fit in the box. (100dpi fonts) > > I don't understand this one! Why can't you resize the error-message-boxes, > I can here! Could you please explain? > > Jürgen > This

Automatic dialogs

2000-09-26 Thread Dekel Tsur
Designing a XForms dialog with fdesign was always a tedious task, which is why there are new features with no GUI support (for example: per-paragraph spacing). With the GUII, the situation is worse, as the GUI work is needed to be repeated 3 times (or even more in the future). So, I want to sugg

[Matthias Ettrich ] Fwd:

2000-09-26 Thread Lars Gullik Bjønnes
-- Forwarded message -- Subject: Date: Mon, 25 Sep 2000 10:46:02 +0400 (MSD) From: "Andrew Zabolotny" <[EMAIL PROTECTED]> Hello Matthias! A remark about your (and LyX team's) excellent tool: you should rethink the approach you use for supporting native languages. The best

Re: Proposal: MenuBackend::getExpandedMenu()

2000-09-26 Thread Marko Vendelin
On 26 Sep 2000, Jean-Marc Lasgouttes wrote: > In order to reduce code replication in menu frontends, I just thought > we could move to MenuBackend the code which deals with special entries > (at least lastfiles, documents, export, view, update). The idea is to > have a new function MenuBackend:

Re: siamltex.layout

2000-09-26 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Since nobody complained during the last week or so I hereby Andre> officially ask for inclusion of siamltex.layout found under Andre> http://mathematik.htwm.de/tmp/siamltex.layout Andre> I am pretty sure it does not break anyth

Re: cleanup patch

2000-09-26 Thread Lior Silberman
On 26 Sep 2000, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> What it does do: * The block-if statement in Buffer::readInset > Angus> is rearranged to minimise bloat. All those occurences of > par-> InsertInset(pos, inset, font); > Angus>

Xforms menus display problems fixed (hopefully)

2000-09-26 Thread Jean-Marc Lasgouttes
I rewrote the way menus are created under xforms (basically, it uses the scheme from old menu code). This fixes the last bug I am aware of with these menus. If you see other problems, please tell me. JMarc

Re: cleanup patch

2000-09-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> What it does do: * The block-if statement in Buffer::readInset Angus> is rearranged to minimise bloat. All those occurences of par-> InsertInset(pos, inset, font); Angus> ++pos; reduced to only one. A somewhat different a

Proposal: MenuBackend::getExpandedMenu()

2000-09-26 Thread Jean-Marc Lasgouttes
In order to reduce code replication in menu frontends, I just thought we could move to MenuBackend the code which deals with special entries (at least lastfiles, documents, export, view, update). The idea is to have a new function MenuBackend::getExpandedMenu(), which is used by the frontend inst

cleanup patch

2000-09-26 Thread Angus Leeming
Phew, Lars! That was some update of cvs! Attached is a patch (against latest cvs) that cleans up some code. It does not include the InsetNote class because of the desire for "no collapsible insets till after 1.1.6". What it does do: * The block-if statement in Buffer::readInset is rearranged t

Re: Can't print unless language english is selected

2000-09-26 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Well as you said * Basically *. As Garst pointed out candian Juergen> is not supported by babel (or was it canadien the french Juergen> version), while there exits dictionaries for this. Now while Juergen> we could use the righ

Re: Can't print unless language english is selected

2000-09-26 Thread Juergen Vigna
On 26-Sep-2000 Jean-Marc Lasgouttes wrote: > Basically, the names we use are the babel names already. So what do > you want exactly? Well as you said * Basically *. As Garst pointed out candian is not supported by babel (or was it canadien the french version), while there exits dictionaries for

[PATCH] remove -ansi, and small fixes

2000-09-26 Thread John Levon
thanks john -- "The three things that conspire against business on a daily basis are human error, mechanical breakdown and Acts of God ... at a deeper level, there are human breakdowns, acts of machine and Errors of God, which all make for really spectacular cock-ups..." - Guy Browning

Re: Can't print unless language english is selected

2000-09-26 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 26-Sep-2000 Jean-Marc Lasgouttes wrote: >> I am currently fiddling with the xforms menu code and do not have >> much time. Moreover my babel is a bit old. >> Juergen> Well I meant the output of this to the .tex file from

Re: Lost math bindings

2000-09-26 Thread Lars Gullik Bjønnes
Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: | On 26 Sep 2000, Lars Gullik Bjønnes wrote: | | > | That is ok and it's not the point of the discussion. Will I be able to | > | use M-m for math commands if I like so, even if that's not the default | > | configuration? | > | > Yes, but the

Re: Can't print unless language english is selected

2000-09-26 Thread Juergen Vigna
On 26-Sep-2000 Jean-Marc Lasgouttes wrote: > > I am currently fiddling with the xforms menu code and do not have much > time. Moreover my babel is a bit old. > Well I meant the output of this to the .tex file from within LyX, but ok I will have a look at this and try to fix it. Jürgen

Re: siamltex.layout

2000-09-26 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Since nobody complained during the last week or so I hereby Andre> officially ask for inclusion of siamltex.layout found under Andre> http://mathematik.htwm.de/tmp/siamltex.layout Andre> I am pretty sure it does not break anyth

Re: Can't print unless language english is selected

2000-09-26 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc you are more handy with the babel code could you Juergen> have a look, I will insert you another field babel in the Juergen> Language.[Ch] files if you cannot do that yourself. I am currently fiddling with the xforms

Re: Can't print unless language english is selected

2000-09-26 Thread Juergen Vigna
On 26-Sep-2000 Garst R. Reese wrote: > The reason I used "American" is that Aspell points english to a short > American > dictionary. Well we still use ispell as default! > Did you notice that french spell canadian canadien and so did I. > ^ I

Re: Lost math bindings

2000-09-26 Thread Jean-Marc Lasgouttes
> "Alejandro" == Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: Alejandro> What about Jurgen's suggestion on using something else for Alejandro> the menu (M&ath and M-a) ? I just did that in cvs. JMarc

Re: Lost math bindings

2000-09-26 Thread Alejandro Aguilar Sierra
On 26 Sep 2000, Lars Gullik Bjønnes wrote: > | That is ok and it's not the point of the discussion. Will I be able to > | use M-m for math commands if I like so, even if that's not the default > | configuration? > > Yes, but then you can't have M-m to open the Math menu in the menubar. What abo

siamltex.layout

2000-09-26 Thread Andre Poenitz
Since nobody complained during the last week or so I hereby officially ask for inclusion of siamltex.layout found under http://mathematik.htwm.de/tmp/siamltex.layout I am pretty sure it does not break anything and does not add any memory leaks ;-) Andre' -- Andre' Poenitz ..

Re: Can't print unless language english is selected

2000-09-26 Thread Garst R. Reese
Juergen Vigna wrote: > > On 25-Sep-2000 Garst R. Reese wrote: > > I'm not sure when this problem crept in because I have not printed > > anything for a few days now. > > I guess, however, it is related to changes I made in language.C > > I did not see that you removed english from the language f

Re: -ansi removal

2000-09-26 Thread John Levon
On 26 Sep 2000, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | On 26 Sep 2000, Lars Gullik Bjønnes wrote: > | > | > John Levon <[EMAIL PROTECTED]> writes: > | > > | > | should I just squash gnome's "--enable-iso-c" option. It will break the > | > | compile under Linu

Re: -ansi removal

2000-09-26 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 26 Sep 2000, Lars Gullik Bjønnes wrote: | | > John Levon <[EMAIL PROTECTED]> writes: | > | > | should I just squash gnome's "--enable-iso-c" option. It will break the | > | compile under Linux at least ! | > | > What is it? | > | > Lgb | >

Re: Another memory leak (LyXParagraph::SetFont)

2000-09-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> I have just fixed some leaks in mathed (I think) | | And I got a few in intl.C. BTW, is there a reason why an Intl holds | pointers to transmanagers, instead of the objec

Re: Another memory leak (LyXParagraph::SetFont)

2000-09-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I have just fixed some leaks in mathed (I think) And I got a few in intl.C. BTW, is there a reason why an Intl holds pointers to transmanagers, instead of the objects themselves? JMarc

Re: -ansi removal

2000-09-26 Thread John Levon
On 26 Sep 2000, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | should I just squash gnome's "--enable-iso-c" option. It will break the > | compile under Linux at least ! > > What is it? > > Lgb > whoops sorry, it sets -ansi and -pedantic flags. There is als

Re: Another memory leak (LyXParagraph::SetFont)

2000-09-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Oh, I agree completely. Pointers are evil, references are good. | Lars> (as is objects, assignable and copyable) | | Concerning this particular leak, it seems it was just

Re: Another memory leak (LyXParagraph::SetFont)

2000-09-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Oh, I agree completely. Pointers are evil, references are good. Lars> (as is objects, assignable and copyable) Concerning this particular leak, it seems it was just related to the leak that Juergen fixed in the reading of old

Re: -ansi removal

2000-09-26 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | should I just squash gnome's "--enable-iso-c" option. It will break the | compile under Linux at least ! What is it? Lgb

Re: Lost math bindings

2000-09-26 Thread Lars Gullik Bjønnes
Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: | On 23 Sep 2000, Lars Gullik Bjønnes wrote: | | > I hope you realize that one of the reasons for our "great" flexibility | > was a bug in XForms. | > | > Currently menu shortcuts are caught by _XForms_ not by LyX. This is | > because of the

Re: Another memory leak (LyXParagraph::SetFont)

2000-09-26 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > This shouldn't leak. And yes, it is a copy of FontTable(pos, font) | > which is inserted into the fontlist. But the FontTable destructor and | > LyXfont's destructor should take care of cleaning up in this case. | > | > This could be a but in te vect

-ansi removal

2000-09-26 Thread John Levon
should I just squash gnome's "--enable-iso-c" option. It will break the compile under Linux at least ! john -- "The three things that conspire against business on a daily basis are human error, mechanical breakdown and Acts of God ... at a deeper level, there are human breakdowns, acts of mach

Re: [PATCH] small change to tabular to write attributes in XML s

2000-09-26 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 26-Sep-2000 Lars Gullik Bjønnes wrote: | > It seems that you have not completetly grasped the concept with | > iostreams. It is perfectly possible to have this: | > | > ostream << writeAttribute("version", 1); | > | | Should I change the function

Re: [PATCH] small change to tabular to write attributes in XML s

2000-09-26 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 26-Sep-2000 Lars Gullik Bjønnes wrote: | > It seems that you have not completetly grasped the concept with | > iostreams. It is perfectly possible to have this: | > | > ostream << writeAttribute("version", 1); | > | | Should I change the function

Re: GUII status (was Re: patch InsetInfo->InsetNote)

2000-09-26 Thread John Levon
On 26 Sep 2000, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | On Tue, 26 Sep 2000, Allan Rae wrote: > | > | > Then perhaps we need an extra state: Pending > | > to distinguish stuff that is present in the codebase and being worked on > | > (in progress) from stuff th

Re: GUII status (was Re: patch InsetInfo->InsetNote)

2000-09-26 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, 26 Sep 2000, Allan Rae wrote: | | > Then perhaps we need an extra state: Pending | > to distinguish stuff that is present in the codebase and being worked on | > (in progress) from stuff that has a patch pending or is being worked on | > but not i

Re: [PATCH] small change to tabular to write attributes in XML s

2000-09-26 Thread Juergen Vigna
On 26-Sep-2000 Lars Gullik Bjønnes wrote: > It seems that you have not completetly grasped the concept with > iostreams. It is perfectly possible to have this: > > ostream << writeAttribute("version", 1); > Should I change the function writeAttibute so that it returns a const char *? or should

Re: patch InsetInfo->InsetNote

2000-09-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I thought we were supposed to be waiting for NEW_INSETS before | creating new collapsable stuff. Jupp. Lgb

Re: error compiling latest cvs with-frontend=kde

2000-09-26 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 25 Sep 2000, Jean-Marc Lasgouttes wrote: | | > > "John" == John Levon <[EMAIL PROTECTED]> writes: | > | > >> Anyone any ideas ? Or should I just #define __STRICT_ANSI__ (yuck) | > | > John> and looking further I have found the answer. LyX specifi

GUII status (was Re: patch InsetInfo->InsetNote)

2000-09-26 Thread John Levon
On Tue, 26 Sep 2000, Allan Rae wrote: > Then perhaps we need an extra state: Pending > to distinguish stuff that is present in the codebase and being worked on > (in progress) from stuff that has a patch pending or is being worked on > but not in the codebase yet (pending). > > Allan. (ARRae) >

Re: LyX Development News 13th Sept 2000

2000-09-26 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | A bit late notice, but just in case you hadn't spotted it yet there is a | "new" LDN complete with pictures from FILM and few other treats. You should add it to the news section. Lgb

Re: [PATCH] small change to tabular to write attributes in XML style

2000-09-26 Thread Lars Gullik Bjønnes
Gaillard Pierre-Olivier <[EMAIL PROTECTED]> writes: | Hello, | | I noticed that the change was both backward and forward compatible (I | did not need to change the methods for reading) so I did it. | | I have added 2 local methods to write attributes because using "<<" | would have been awkward

Re: Other collapsible insets

2000-09-26 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 26-Sep-2000 Allan Rae wrote: >> LaTeX Preamble: just make sure you can't set/change a paragraph >> style Juergen> Why should LaTeX Preamble be a collapsable inset!??? I do not understand that either... What could be inter

RE: Other collapsible insets

2000-09-26 Thread Juergen Vigna
On 26-Sep-2000 Allan Rae wrote: > > LaTeX Preamble: just make sure you can't set/change a paragraph style Why should LaTeX Preamble be a collapsable inset!??? Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECT

Re: BUG cvs latest

2000-09-26 Thread Juergen Vigna
On 25-Sep-2000 Jean-Marc Lasgouttes wrote: >> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > > Garst> Changed a doc. Tried to close message Do you want to save Yes > Garst> message Do you want to save Yes . . . Repeats forever Save > Garst> Close > > Juergen, it seems there is a pr

Re: BUG cvs latest

2000-09-26 Thread Juergen Vigna
On 25-Sep-2000 Garst R. Reese wrote: > It happens when I load an old document,change it, forget to save it, > Close. > It saves it OK (Changed) goes away. But the dialogue keeps coming back. > It was the day's cvs. I'll check again. Yes please check again, I do exactly what you say and I cannot

Re: patch InsetInfo->InsetNote

2000-09-26 Thread Angus Leeming
Lots of feedback. Cheers! JMarc> I thought we were supposed to be waiting for NEW_INSETS before JMarc> creating new collapsable stuff. Jürgen> Yes I'm also of the opinion we should now freeze the code for NEW Jürgen> stuff! What we should still accept is GUII (porting of EXISTING Jürgen> dialogs

Re: patch InsetInfo->InsetNote

2000-09-26 Thread Juergen Vigna
On 26-Sep-2000 Jean-Marc Lasgouttes wrote: > > I thought we were supposed to be waiting for NEW_INSETS before > creating new collapsable stuff. Yes I'm also of the opinion we should now freeze the code for NEW stuff! What we should still accept is GUII (porting of EXISTING dialogs to the fronte

Re: Other collapsible insets

2000-09-26 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> Of course we should wait till after 1.1.6 before starting on Allan> this. We've already spent far too long adding new features to Allan> 1.1.6cvs. Our release cycle times are getting longer and longer Allan> and I'm not sure of our sta

Re: language.C

2000-09-26 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Anybody know who I could contact on this issue? Garst You mean acadian is supported by babel? I did not find it in my older version. Otherwise, you can contact the language mintainer. JMarc

Re: patch InsetInfo->InsetNote

2000-09-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Attached is a patch containing the replacement for InsetInfo, Angus> InsetNote. It also contains the new files insetnote.[Ch]. Angus> Please remove insetinfo.[Ch] as they are now redundant. Angus> In view of the on-going discussio

RE: cvs layout Paragraph

2000-09-26 Thread Juergen Vigna
On 25-Sep-2000 Garst R. Reese wrote: > The OK button is greyed out. I tried layout->Paragraph page break above. > My printing problem reported earlier stems from babel. Why do I need > babel? > The error boxes are hard to interpret because they cannot be resized and > the text does not fit in the

RE: Can't print unless language english is selected

2000-09-26 Thread Juergen Vigna
On 25-Sep-2000 Garst R. Reese wrote: > I'm not sure when this problem crept in because I have not printed > anything for a few days now. > I guess, however, it is related to changes I made in language.C I did not see that you removed english from the language file, otherwise I would have put it

Re: [PATCH] small change to tabular to write attributes in XML s

2000-09-26 Thread Juergen Vigna
On 25-Sep-2000 Gaillard Pierre-Olivier wrote: > OK. > Good! I'll apply this to the cvs tree. I'll just make one change and that is remove the write_attribute functions from the LyXTabular Class (you didn't send me the patch for tabular.h ;) as they are class-independent. > I will probably w