]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
Some more functor work.
[features.git] / src / ChangeLog
index 7a4510e9cacb1e778532013e801d253414214731..ecd51ccce02e7ef58c75405a29e8f048220999ac 100644 (file)
@@ -1,7 +1,60 @@
+2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * BranchList.h: move the BranchNamesEqual functor here from...
+       * BranchList.C: ... to here
+
+       * BranchList.C: new BranchListEqual fuctor, use it. Remove
+       SameName and match.
+       (add): replace a finding loop with std::find_if.
+
+2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * output_docbook.C: moving LatexParam functionality into
+       .layout files
+
+2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * buffer.C: increment format to 229.
+
+2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * LaTeXFeatures.C:
+       * lyx_sty.[Ch]: remove minipageindent_def
+
+       * LyXAction.C:
+       * factory.C:
+       * lfuns.h:
+       * lyxfunc.C:
+       * text3.C: remove LFUN_INSET_MINIPAGE
+
+2003-12-28  Angus Leeming  <leeming@lyx.org>
+
+       * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
+
+2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text2.C (setParagraph): fix off-by-one crash
+
+2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * output_docbook.C: header stuff for AGU
+
+2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text2.C (redoCursor): remove
+       * text.C:
+       * text3.C:
+       * BufferView_pimpl.C: remove calls to redoCursor and
+       setCursor(cursor.par(), cursor.pos()) all around
+
+2003-12-15  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.C: up the format to 228.
 
 2003-12-15  André Pönitz  <poenitz@gmx.net>
 
-       * cursor_slice.[Ch]: new class to cover texted and mathed's cursor slices
+       * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
+       slices
 
        * Makefile.am:
 
 
 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
-       * factory.C: 
+       * factory.C:
        * lyxfunc.C: remove insetminipage. "minipage-insert"
        now produces a frameless minipage box inset.
 
 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * textcursor.[Ch] (selStart,selEnd): add new methods 
+       * textcursor.[Ch] (selStart,selEnd): add new methods
        remove selection::start, end, use LyXCursor::operator<
        * lyxcursor.[Ch] (operator<): add
        * BufferView_pimpl.[Ch]: add new struct xsel_cache_
 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
 
        * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
-       when a pit is enough. Standarize a couple of loops. 
+       when a pit is enough. Standarize a couple of loops.
 
 2003-12-05  Angus Leeming  <leeming@lyx.org>
 
        * lyxtext.h:
        * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
        InsetText::read() as LyXText::read()
-       
+
 2003-12-02  Angus Leeming  <leeming@lyx.org>
 
        * lyxlex.[Ch] (operator void const *): add the 'const' to the return
 
        * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
 
-       * undo.C: fix cursor positioning 
+       * undo.C: fix cursor positioning
 
 2003-12-01  John Levon  <levon@movementarian.org>
 
 
 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
 
-       * buffer.C: 
+       * buffer.C:
        * lyxtextclass.[Ch]: parametrize SGML document header
 
 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
 
        * text2.C (setFont): rework using PosIterator (no more recursive)
-       (setCharFont): no more needed 
+       (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)
 
        * rowpainter.C: simplification
 
-       * text2.C (updateCounters): remove call to redoParagraph on 
+       * text2.C (updateCounters): remove call to redoParagraph on
        changed labels as this is far too expensive.
 
 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>