]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
Some more functor work.
[features.git] / src / ChangeLog
index 8308bbacee6fe8f60378662ef5424b346e35fbc6..ecd51ccce02e7ef58c75405a29e8f048220999ac 100644 (file)
@@ -1,3 +1,211 @@
+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
+
+       * Makefile.am:
+
+       * BufferView_pimpl.C:
+       * cursor.[Ch]:
+       * lyxcursor.[Ch]:
+       * rowpainter.[Ch]:
+       * lyxtext.h:
+       * text.C:
+       * text2.C:
+       * text3.C: adjust
+
+2003-12-15  Angus Leeming  <leeming@lyx.org>
+
+       * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
+       than getFromGUIName to manipulate the color.
+
+2003-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * BranchList.[Ch]: minimize the API.
+       (Branch::getBranch, getColor): now return a 'const &'.
+       (Branch::setSelected) now returns a bool set to true if the
+       selection status changes.
+       (BranchList::clear, size, getColor, setColor, setSelected,
+       allBranches, allSelected, separator): removed.
+       (BranchList::find): new functions, returning the Branch with
+       the given name.
+       (BranchList::add, remove): return a bool indicating that
+       the operation was successful.
+
+       * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
+       new InsetBranch::isBranchSlected member function.
+
+       * LColor.[Ch]: mimimize the API.
+       (fill): renamed as addColor and made private.
+       (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
+       versions of these functions taking a string arg have been removed.
+
+       * bufferparams.C (readToken):
+       * lyxfunc.C (dispatch):
+       * lyxrc.C (read): changes due to the altered BranchList and
+       LColor APIs.
+
+       * factory.C (createInset, readInset): changes due to altered
+       InsetBranch c-tor.
+
+2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * 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
+       remove selection::start, end, use LyXCursor::operator<
+       * lyxcursor.[Ch] (operator<): add
+       * BufferView_pimpl.[Ch]: add new struct xsel_cache_
+       * BufferView.[Ch] (unsetXSel): add
+       * text2.C (clearSelection): use unsetXSel,adjust
+       * text.C: adjust
+       * text3.C: adjust
+       * rowpainter.C: adjust
+       * bufferview_funcs.C (put_selection_at): adjust
+
+2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView_pimpl.C: small coord. correction
+
+2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
+       dragging over the splash screen.
+
+2003-12-11  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
+       as it is now handled in LyXText::dispatch.
+
+       * text3.C (doInsertInset): remove a level of nesting.
+
+2003-12-11  Angus Leeming  <leeming@lyx.org>
+
+       * factory.C (createInset): changes due to the changed interface to
+       InsetCommandMailer::string2params.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
+       'dialog-show-new-inset <inset name>'
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.C: up the format to 227.
+
+       * factory.C: the box inset is now identified simply by 'Box'.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.C: up the format to 226.
+
+       * factory.C: the note inset is now identified simply by 'Note'.
+
+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.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
+       "vclog" explicitly, passing the appropriate "<logtype> <filename>"
+       data to the re-worked "log" dialog.
+
+2003-12-03  André Pönitz  <poenitz@gmx.net>
+
+       * PosIterator.C:
+       * iterators.C:
+       * lyxtext.h:
+       * output_latex.C:
+       * paragraph_funcs.C:
+       * text.C:
+       * text2.C: use Inset::getText instead of Inset::getParagraph
+
+2003-12-03  André Pönitz  <poenitz@gmx.net>
+
+       * buffer.[Ch]:
+       * 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
+       type. Add a comment in the implementation that the function uses
+       the stream's bad() function rather than fail() as the std::streams
+       would do.
+
+2003-12-02  André Pönitz  <poenitz@gmx.net>
+
+       * lyxlex.[Ch]: make interface more similar to std::stream
+
+       * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
+
+2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * lyxtextclass.[Ch]: add latexparam to CharStyle inset
+
+2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * vspace.[Ch]: remove VSpace::NONE
 
 2003-12-01  André Pönitz  <poenitz@gmx.net>
 
 
        * 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>