]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
More 'standard conformant blurb' nonsense.
[lyx.git] / src / ChangeLog
index 4a7891cba1a6dba4e8a0e855b9ce6a0689047769..1db57f3c9f21e439e9bafeebc3363a569429d87d 100644 (file)
@@ -1,17 +1,34 @@
 
+2003-08-19  André Pönitz  <poenitz@gmx.net>
+
+       * funcrequest.C: initialize button_ member
+
+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.