Re: UserGuide question

2000-11-30 Thread Baruch Even
On Thu, 30 Nov 2000, John Levon wrote: > On 29 Nov 2000, Lars Gullik Bjønnes wrote: > > > Angus Leeming <[EMAIL PROTECTED]> writes: > > > > | In the UserGuide : > > | > > | The undo-mechanism has been limited to 100 steps in the beta-version, as this > > | feature has not yet been properly te

Re: UserGuide question

2000-11-30 Thread John Levon
On 29 Nov 2000, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | In the UserGuide : > | > | The undo-mechanism has been limited to 100 steps in the beta-version, as this > | feature has not yet been properly tested out. > | > | Is this still true? > | > | In lyxfu

Re: UserGuide question

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Next question. Just beneath this last statement in the UserGuide we have: | | Notice that if you revert back all changes to arrive to the document as it | was last saved, the "changed" status of the document is unfortunately not | reset. This is a kn

Re: UserGuide question

2000-11-29 Thread Angus Leeming
Lars, Just read your mail saying that a limit does exist. Fair enough. I'll modify the UserGuide to say that this is so (ie, not a feature of the beta version, now superceeded.) Next question. Just beneath this last statement in the UserGuide we have: Notice that if you revert back al

Re: UserGuide question

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | In the UserGuide : | | The undo-mechanism has been limited to 100 steps in the beta-version, as this | feature has not yet been properly tested out. | | Is this still true? | | In lyxfunc.C::Dispatch() | case LFUN_UNDO: | disable

Re: UserGuide question

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | In the UserGuide : | | The undo-mechanism has been limited to 100 steps in the beta-version, as this | feature has not yet been properly tested out. | | Is this still true? Probably not. | | In lyxfunc.C::Dispatch() | case LFUN_UNDO: |

UserGuide question

2000-11-29 Thread Angus Leeming
In the UserGuide : The undo-mechanism has been limited to 100 steps in the beta-version, as this feature has not yet been properly tested out. Is this still true? In lyxfunc.C::Dispatch() case LFUN_UNDO: disable = buf->undostack.empty(); break; I can se