]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
At least give an uptodate changelog entry...
[lyx.git] / src / ChangeLog
index 4a7891cba1a6dba4e8a0e855b9ce6a0689047769..085c86854c9f8fc31459c20ccc985c12d29076a4 100644 (file)
@@ -1,17 +1,64 @@
+2003-08-22  Angus Leeming  <leeming@lyx.org>
+
+       * *.[Ch]: clean-up of licence and author blurbs.
+       Also move config.h out of a few .h files and into a few .C files.
+
+2003-08-22  André Pönitz  <poenitz@gmx.net>
+
+       * lyxrow.[Ch]: add x_ and *fill_ members
+
+       * lyxtext.h: 
+       * text.C:
+       * rowpainter.C:
+       * text2.C: adjust/remove prepareToPrint() calls
+
+2003-08-22  André Pönitz  <poenitz@gmx.net>
+
+       * lyxrow.[Ch]: add  end_ member
+
+       * lyxrow_funcs.C: use LyXRow::end_
+
+       * lyxtext.h (singleWidth): add LyXFont parameter
+
+       * rowpainter.C:
+       * text2.C: adjust LyXText::singleWidth() calls
+
+       * text.C (redoParagraph): simplify row breaking logic
+
+
+2003-08-19  André Pönitz  <poenitz@gmx.net>
+
+       * funcrequest.C: initialize button_ member
+
+       * text3.C:
+       * rowpainter.[Ch]: interface consolidation
+
+2003-08-18  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.C:
+       * BufferView_pimpl.C:
+       * lyxfind.C:
+       * paragraph_funcs.C:
+       * rowpainter.C:
+       * text3.C: remove LyXScreen::draw() and fitCursor calls
+
+       * BranchList.h: remove spurious semicolons
+
+       * MenuBackend.C: fix branchlist related crash
 
 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>    
 
-       * src/BranchList.[Ch]:
-       * src/InsetList.[Ch]:
-       * src/LColor.[Ch]:
-       * src/LyXAction.C:
-       * src/Makefile.am:
-       * src/MenuBackend.[Ch]:
-       * src/bufferparams.[Ch]:
-       * src/factory.C:
-       * src/lfuns.h:
-       * src/lyxfunc.C:
-       * src/text3.C: implements the 'branch inset'
+       * BranchList.[Ch]:
+       * InsetList.[Ch]:
+       * LColor.[Ch]:
+       * LyXAction.C:
+       * Makefile.am:
+       * MenuBackend.[Ch]:
+       * bufferparams.[Ch]:
+       * factory.C:
+       * lfuns.h:
+       * lyxfunc.C:
+       * text3.C: implements the 'branch inset'
        idea. This allows the output of various versions of a document
        from a single source version, selectively outputing or suppressing
        output of parts of the text.