]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
At least give an uptodate changelog entry...
[lyx.git] / src / ChangeLog
index 273e91fa7320d6b22b3ff4123081bc26d7db7254..085c86854c9f8fc31459c20ccc985c12d29076a4 100644 (file)
@@ -1,3 +1,215 @@
+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>    
+
+       * 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.
+       This implementation contains a 'branch list editor' in a separate
+       tab of the document settings dialog. Branches are user definable
+       and have a "display colour" to distinguish them on-screen.
+
+       ColorHandler was somewhat cleaned up.
+       (1) make possible a dynamically growing LColor list by allowing
+       the graphic context cache to grow along (vector);
+       (2) eliminate an IMHO unnecessary step in colour allocation.
+
+2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
+
+       * BufferView_pimpl.C: compile fix
+       
+2003-08-15  André Pönitz  <poenitz@gmx.net>
+
+       * rowpainter.C: remove extra metrics calls
+
+       * lyxtext.h: merge the two constructors into a single one,
+         pass reference to owner's par list
+
+       * BufferView_pimpl.C:
+       * text.C:
+       * text2.C: adjust
+
+2003-08-15  André Pönitz  <poenitz@gmx.net>
+
+       * lyxrow_funcs.[Ch]:
+       * lyxtext.h:
+       * paragraph.h:
+       * paragraph_funcs.C:
+       * rowpainter.C:
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * text_funcs.C: split LyXText::rowlist_ into individual
+       Paragraph::rows_ chunks
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]:
+       * lyxfind.C:
+       * lyxtext.h:
+       * text3.C: remove toggleSelection()
+
+2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * bufferlist.C: beautify two alerts (shorter text of buttons)
+       * buffer.C: Remove redundant ' ' from message
+       * tabular.h:
+       * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
+       rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
+       rename VALIGN_CENTER to VALIGN_MIDDLE
+
+2003-08-11  André Pönitz  <poenitz@gmx.net>
+
+       * lyxtext.h (getPar):
+       * text.C: new function
+
+2003-08-11  André Pönitz  <poenitz@gmx.net>
+
+       * Makefile.am:
+       * tracer.[Ch]: remove unneeded files
+
+       * InsetList.[Ch]: remove resizeInsetsLyXText()
+
+       * lyxtext.h:
+       * text.C:
+       * text2.C:
+       * text3.C: merge insertParagraphs() and appendParagraph()
+       remove breakAgain(), update()
+
+       * BufferView_pimpl.[Ch]:
+       * bufferview_funcs.[Ch]:
+       * lyxfunc.C:
+       * paragraph.[Ch]:
+       * rowpainter.C:
+       * tabular.C: adjust after text & InsetList changes.
+
+2003-08-08  André Pönitz  <poenitz@gmx.net>
+
+       * text.C (insertChar, backspace): replace rowlist fiddling
+       with rebreak of full par
+
+       * lyxtext.h:
+       * text.C (breakAgainOneRow, redoHeightOfParagraph,
+       checkParagraph, updateInset): removed
+
+2003-08-07  André Pönitz  <poenitz@gmx.net>
+
+       * paragraph.C:
+       * text3.C: merge some LFUN handlers, remove dead code
+
+2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
+
+2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text2.C (DEPM): fix part of bug 1255 and 1256 
+
+2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * BufferView_pimpl.C (workAreaDispatch): change to use
+       LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
+       that are no mouse related.
+
+2003-08-05  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]:
+       * bufferview_funcs.C:
+       * text2.C:
+       * text3.C: rip out "deep update"
+
+       * textcursor.[Ch] (last_sel_cursor): remove unused member
+
+2003-08-04  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]:
+       * ParagraphParameters.C:
+       * bufferview_funcs.C:
+       * lyx_cb.C:
+       * lyxfind.C:
+       * lyxfunc.C:
+       * text.C:
+       * text2.C:
+       * text3.C: replace "complicated" BufferView::update(...) calls with
+       simpler ones.
+
+       * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
+
+2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
+
+       * Makefile.am (lyx_SOURCES): add paper.h
+
+2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am: move things around so that both lyx-qt and
+       lyx-xforms can be built (according to --with-frontend). Then lyx
+       is a symbolic link to lyx-[firstfrontend]
+
+2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Always use std::endl with lyxerr
+
+2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
 
 2003-08-01  André Pönitz  <poenitz@gmx.net>
 
        * factory.C: submenu for Note/Comment/Greyedout
 
 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
-       
+
        * lyx_main.C (LyX):
        * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
-       
+
 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * LaTeXFeatures.C: