]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
support for second \cite option.
[lyx.git] / src / insets / ChangeLog
index b74da170610fa5512f12fbad087daf5e22cb3407..4012f6883a62144b9df7201a0bcd51c8f61621df 100644 (file)
@@ -1,3 +1,202 @@
+2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetcite.C: Support second \cite option.
+       
+       * insetcommand.[Ch]:
+       * insetcommandparams.[Ch]: add second optional argument.
+
+2004-03-03  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insetcollapsable.C (lfunMouseRelease): right mouse button only
+       shows the inset dialog.
+
+2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insetlabel.[Ch]: remove them
+       * Makefile.am: adjust
+
+2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetexternal.C, insetgraphics.C, insetinclude.C: use always a
+       temp dir
+       * insetinclude.C (latex): show a GUI warning if textclasses don't
+       match
+       * insetinclude.C: use mangledFilename() for temp files
+       * insetgraphics.C (readInsetGraphics): remove version check, since
+       the graphics inset has no own fileformat number anymore
+
+2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetquotes.[Ch]: added new member that allows direct access
+       to single/double quotation marks.
+       * insetnewline.[Ch]:
+       * insethfill.[Ch]: treat as space (i.e. opening quotes follow)
+
+2004-02-16  André Pönitz  <poenitz@gmx.net>
+
+       * insetbase.C:
+       * insetbase.[Ch]: remove explicit 'DispatchResult' return type and
+         implicitly assume 'DispatchResult(true, true) with exception of
+         InsetBase::priv_dispatch which does the equivalent of 
+         'retrun DispatchResult(false)'
+
+       * inset*.[Ch] (priv_dispatch): adjust
+
+       * insettabular.[Ch]: remove remains of the 'update' mechanism,
+         simplify cursor moving function,
+         re-enable horizontal scrolling for large tables
+
+2004-02-13  André Pönitz  <poenitz@gmx.net>
+
+       * insettabular.[Ch]: some work after IU
+
+2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * inset.C (setPosCache): switch to absolute coords in insets
+       * insettext.[Ch] (draw, drawFrame): adjust
+       * insetcollapsable.C (draw): adjust
+       (edit): adjust
+
+2004-02-04  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insettext.C (edit): 
+       (updateLocal): use the cur argument instead of the global cursor
+       * insetcollapsable.C (edit): dont call inset.edit(x,y) when opening
+
+2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * insetlatexaccent.C (checkContents): "c" -> 'c' in calls to contains
+
+       * insetfloat.C (validate): "H" -> 'H' in call to contains
+
+       * insetcite.C (getBasicLabel): "," -> ',' in calls to contains
+
+2004-01-30  André Pönitz  <poenitz@gmx.net>
+       * inset.[Ch]:
+       * insetbase.[Ch]:
+       * insetcharstyle.C:
+       * insetcollapsable.[Ch]:
+       * insetcommand.C:
+       * insetexternal.C:
+       * insetgraphics.[Ch]:
+       * insetinclude.C:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * insetvspace.C:
+       * updatableinset.[Ch]: adjust coordinate handling to 'screen absolute'
+        coordinate
+
+2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * insettabular.C: add using statement for std::vector, remove
+       std:: where using was already used.
+
+2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetgraphics.C, insetinclude.C: use runparams.nice instead of
+       buffer->niceFile()
+       * insetinclude.C (validate): use feautures.nice() instead of
+       buffer->niceFile()
+
+2004-01-20  André Pönitz  <poenitz@gmx.net>
+
+       * inset.h:
+       * insetbase.[Ch]: move stuff from mathcursor here.
+
+       * insetbibitem.[Ch]:
+       * insetbibtex.[Ch]:
+       * insetbox.[Ch]:
+       * insetbranch.[Ch]:
+       * insetcharstyle.[Ch]:
+       * insetcollapsable.[Ch]:
+       * insetcommand.[Ch]:
+       * insetert.[Ch]:
+       * insetexternal.[Ch]:
+       * insetfloat.[Ch]:
+       * insetgraphics.[Ch]:
+       * insetinclude.[Ch]:
+       * insetlabel.[Ch]:
+       * insetnote.[Ch]:
+       * insetref.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * insetvspace.[Ch]:
+       * insetwrap.[Ch]:
+       * updatableinset.[Ch]: Adjust to IU changes (see comment in src/Changelog)
+
+2004-01-15  André Pönitz  <poenitz@gmx.net>
+
+       * insetbase.[Ch]:
+       * insetbibitem.[Ch]:
+       * insetbibtex.[Ch]:
+       * insetbox.[Ch]:
+       * insetbranch.[Ch]:
+       * insetcharstyle.[Ch]:
+       * insetcollapsable.[Ch]:
+       * insetcommand.[Ch]:
+       * insetert.[Ch]:
+       * insetexternal.[Ch]:
+       * insetfloat.[Ch]:
+       * insetgraphics.[Ch]:
+       * insetinclude.[Ch]:
+       * insetlabel.[Ch]:
+       * insetnote.[Ch]:
+       * insetref.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * insetvspace.[Ch]:
+       * insetwrap.[Ch]:
+       * updatableinset.[Ch] (priv_dispatch et al): change signature.
+
+2004-01-08  André Pönitz  <poenitz@gmx.net>
+
+       * insetcollapsable.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * updatableinset.h: use cell index info from global cursor.
+
+2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetnote.C (InsetNoteParams::write): write label only once
+
+2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * insetbranch.C (isBranchSelected): use the BranchNamesEqual
+       functor
+       get rid of the SameName functor
+
+       * insettabular.C: improve the functor.
+
+2003-12-29  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.C (setParams): update defaultTemplateName.
+
+2003-12-22  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * insetbox.C: Use term "Box" in button label
+
+2003-12-16  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetcharstyle.C: get getDrawFont working again
+
+2003-12-15  André Pönitz  <poenitz@gmx.net>
+
+       * insettabular.[Ch]:
+       * insettext.C: adjust to changed name in CursorItem -> CursorSlice
+
+2003-12-12  Angus Leeming  <leeming@lyx.org>
+
+       * insetbranch.C (c-tor): takes an InsetBranchParams arg rather than
+       a string.
+       (InsetBranchParams): remove the branchlist hack.
+       (isBranchSelected): new function, used to decide whether to
+       print each output format. Also used by InsetList.
+       (read, string2params): repair my own breakage ;-)
+
+2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetminipage.[Ch]: remove from repository.
+
 2003-12-12  Michael Schmitt  <michael.schmitt@teststep.org>
 
        * insetert.[Ch]:
        * insettoc.[Ch] (d-tor):
        * inseturl.[Ch] (d-tor): removed.
        Hiding the dialog is handled by InsetCommand.
-       
+
        * insetbibtex.[Ch] (draw, metrics):
        * insetfloatlist.[Ch] (draw, metrics):
        * insetindex.[Ch] (draw, metrics): removed.
        * insetnote.C (string2params):
        * insetvspace.C (string2params):
        * insetwrap.C (string2params): over-hauled.
-       
+
 2003-12-10  Angus Leeming  <leeming@lyx.org>
 
        * insetexternal.[Ch]: add a draft option and respect it when
 
        * insetcollapsable.[Ch]:
        * insetert.[Ch]:
-       * insetcharstyle.C: place inset content on the button when 
+       * insetcharstyle.C: place inset content on the button when
        collapsed.
 
 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
 
 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * insettext.[Ch]: 
+       * insettext.[Ch]:
        * inset.[Ch]:
        * insetcollapsable.[Ch]:
        * insetert.[Ch]:
 
        * inset.h:
        * insetcollapsable.[Ch]:
-       * insetert.[Ch]: remove bufferview parameter in methods 
+       * insetert.[Ch]: remove bufferview parameter in methods
        open, close, status, and updateStatus.
 
 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
 
 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * insetcollapsable.C: 
+       * insetcollapsable.C:
        * insettext.C:
        * insettext.h: hand on MOUSE_* events to the LyXText when appropriate
        remove mouse_x mouse_y etc.
 
 2003-11-13  André Pönitz  <poenitz@gmx.net>
 
-       * inset.h: 
+       * inset.h:
        * insetcollapsable.[Ch]:
        * insettabular.[Ch]:
        * insettext.[Ch] (deleteLyXText): remove
 
 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
 
-       * insettext.C (updateLocal, insertInset, setFont): remove 
+       * insettext.C (updateLocal, insertInset, setFont): remove
        fitCursor calls
 
 2003-11-10  André Pönitz  <poenitz@gmx.net>
 
        * inset.h (allowSpellCheck): add (return true)
        * insetert.h (allowSpellCheck): add (return false)
-       
+
 2003-11-05  José Matos  <jamatos@lyx.org>
 
        * inset.h: