]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
The "I want this in now" patch.
[lyx.git] / src / ChangeLog
index cae91f9913854c252c93bf6b043130916967ef6d..d7af305af00521b61eb3e1d5339df2195967a2fc 100644 (file)
@@ -1,3 +1,116 @@
+2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * undo_funcs.C (textHandleUndo): comment out next/previous stuff
+       (createUndo): ditto
+       (textUndoOrRedo): comment out a currently unused var.
+
+       * paragraph.h (NO_NEXT): enable NO_NEXT
+
+       * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
+
+       * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
+
+       * exporter.C (Export): adjust for removeAutoInsets removal.
+
+       * buffer.C (runChktex): adjust for removeAutoInsets removal.
+
+       * LyXAction.C (init): remove LFUN_REMOVEERRORS
+
+       * BufferView.[Ch] (removeAutoInsets): delete function
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * latexrunparams.h: add fragile and use_babel variables.
+
+       * bufferparams.[Ch] (writeLaTeX): return use_babel.
+       * buffer.C (makeLaTeXFile): store this returned value in
+       runparams.use_babel, thus passing it to the inset::latex methods.
+
+       * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
+       simpleTeXSpecialChars as it is now stored in runparams.fragile.
+
+       * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
+       longer has a fragile arg, as it is stored in runparams.fragile.
+
+       * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
+       moving_arg parameter as the data is stored in runparams.fragile.
+
+       * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
+       a fragile parameter as the data is stored in runparams.fragile.
+
+2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.C (Paragraph): initialize next_par_ and prev_par_
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * latexrunparams.h: add a 'bool nice' which defaults to false.
+
+       * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
+       now encapsulated within runparams.
+
+       * bufferlist.C (updateIncludedTeXfiles):
+       * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * latexrunparams.h: new file containing struct LatexRunParams.
+       * Makefile.am: add new file.
+
+       * LaTeX.[Ch] (c-tor, run):
+       * buffer.[Ch] (makeLaTeXFile):
+       * bufferlist.[Ch] (updateIncludedTeXfiles):
+       * converter.C (convert, scanLog):
+       * converter.[Ch] (runLaTeX):
+       * exporter.C (Export):
+       * paragraph.[Ch] (simpleTeXOnePar):
+       * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
+       * paragraph_funcs.[Ch] (latexParagraphs):
+       * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
+       * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
+       pass around a LatexRunParams parameter.
+
+2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.[Ch]: remove unused constructor
+
+       * ParagraphList.C (erase): new function, taking two iterators
+
+2003-05-22  André Pönitz  <poenitz@gmx.net>
+
+       * undo_funcs.C: remove duplicated code
+
+       * iterator.[Ch]: operator=
+
+2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * tabular.C (SetMultiColumn): ws changes
+
+       * rowpainter.C (paintFirst): get rid of a ->previous
+
+       * lyx_cb.C (getPossibleLabel): parlist simplification
+
+       * BufferView.C (ChangeInsets): simplify slightly.
+
+2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * LyXAction.C: new lfun space-insert, kill protected-space-insert
+       * lfuns.h: new LFUN_SPACE
+       * lyxfunc.C: protected space has a new lfun
+       * paragraph_funcs.C: read new space insets
+       * text3.C:
+       * factory.C: handle new space insets
+
+2003-05-22  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.C:
+       * BufferView_pimpl.C:
+       * buffer.[Ch]:
+       * lyxfunc.C:
+       * undo_funcs.C: return a ParIterator from getParFromID.
+
+       * iterators.[Ch]: add two const's
+
 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * toc.C (getTocList): adjust