]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Martin's BranchList fix
[lyx.git] / src / ChangeLog
index 8e9465f0b427d3c118667dd97176a6c9acb8a53e..2ef05297ab21867271fa3f6f8bab2a67441f780c 100644 (file)
@@ -1,3 +1,96 @@
+2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BranchList.C: fix setSelected() method.
+
+2003-11-28  André Pönitz  <poenitz@gmx.net>
+
+       * ParagraphParameters.[Ch]:
+       * ParameterStruct.h: remove space above/below from Paragraph to
+        InsetVSpace
+
+       * BufferView_pimpl.C:
+       * factory.C:
+       * lyxfunc.C:
+       * lyxtext.h:
+       * output_latex.C:
+       * paragraph.C:
+       * paragraph_funcs.C:
+       * rowpainter.[Ch]:
+       * text.C:
+       * text2.C:
+       * text3.C: adjust
+
+2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * factory.C: Syntax change for CharStyles
+
+2003-11-28  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]:
+       * BufferView.[Ch]:
+       * buffer.[Ch]:
+       * buffer.[Ch]: move LyXText member
+
+2003-11-28  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]: make LyXText * text a private member
+
+       * BufferView_pimpl.C:
+       * cursor.C:
+       * iterators.C:
+       * lyx_cb.C:
+       * lyxfind.C:
+       * lyxtext.h:
+       * rowpainter.[Ch]:
+       * text.C:
+       * text2.C:
+       * undo.C: adjust
+
+       * output_plaintext.C: cleanup
+
+2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * buffer.C: 
+       * lyxtextclass.[Ch]: parametrize SGML document header
+
+2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * converter.[Ch]:
+       * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
+       getFlavor().
+
+2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text2.C (setFont): rework using PosIterator (no more recursive)
+       (setCharFont): no more needed 
+       (setLayout): no more selection cursors fiddling (done by redoCursor)
+       * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
+       destroy remaining ones)
+
+2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
+       * lyxtext.h: ditto
+       * text2.C: same thing + updateCounters fix + redoCursor also adjusts
+       selection cursors
+       * lyxfunc.C: adjust
+       * text3.C: adjust + re-allow multi par depth changes
+       * textcursor.C: simplify a bit
+
+2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * src/buffer.C:
+       * src/lyxlayout.C:
+       * src/lyxlayout.h:
+       * src/lyxtext.h:
+       * src/output_docbook.C:
+       * src/output_latex.C:
+       * src/paragraph.C:
+       * src/paragraph.h:
+       * src/sgml.C:
+       * src/sgml.h:
+       * src/text2.C: Introducing a number of tags parametrizing various
+       XML formats that we may want to support
 
 2003-11-25  André Pönitz  <poenitz@gmx.net>