Lars Gullik Bjønnes wrote: > > Do any of you have any idea _when_ this began happening? > > -- > Lgb These are good candidates. I was just getting ready to back them out, but that is really slow for me.
2003-06-21 Alfredo Braunstein <[EMAIL PROTECTED]> * buffer.[Ch]: added the parseError signal and use it, removed sgmlError * BufferView.[Ch] (addError): moved to ... * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach to the Buffer::parseError signal to catch (guess what) parse errors * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback 2003-06-19 Alfredo Braunstein <[EMAIL PROTECTED]> * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the ability to create a buffer and to return an existing one from the list. Moved these functions to... * buffer_funcs.[Ch]: added * BufferView.[Ch] (loadLyXFile): added * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing job removed from bufferlist::loadLyXFile. * buffer.C (setReadOnly): make it work without view (i.e added an if (users))