]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / ChangeLog
index be593a33a1bff7bbc04c9948759d1552ff6d4540..5bb9bda925bacbea51111d53c776a213b88e973f 100644 (file)
+2003-08-28  Angus Leeming  <leeming@lyx.org>
+
+        * insetgraphics.C (prepareFile): prepend "convertDefault.sh" with
+        "sh ", enabling the conversion to be carried out even if the script
+        is not executable.
+
+2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * most files: change to use const Buffer refs
+
+2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetfootlike.C: whitespace.
+
+2003-08-26  John Levon  <levon@movementarian.org>
+
+       * insetenv.h:
+       * insetcaption.h:
+       * insetindex.h: remove remaining mentions of needFullRow()
+
+2003-08-26  André Pönitz  <poenitz@gmx.net>
+
+       * insetfoot.C:
+       * insetnewline.C:
+       * insetquotes.C:
+       * insettabular.C:
+       * inset.[Ch]: remove InsetOld::par_owner_ & handling
+
+2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetbranch.C: Small fix to prevent a crash on loading.
+
+2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * inset.h:
+       * insetbibtex.[Ch]:
+       * insetbranch.[Ch]:
+       * insetcollapsable.h:
+       * insetert.[Ch]:
+       * insetfloatlist.[Ch]:
+       * insetfootlike.[Ch]:
+       * insetinclude.[Ch]:
+       * insetindex.[Ch]:
+       * insetindex.h:
+       * insetminipage.h:
+       * insetnote.[Ch]:
+       * insettext.C:
+       * insettheorem.[Ch]:
+       * insettoc.[Ch]: eliminates the needFullRow/display() stuff
+       altogether, putting the logic in metrics/draw in the insets.=20
+       Draws short single row insets with more or less realistic metrics.
+
+2003-08-19  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.C: use new RowPainter interface
+
+2003-08-18  John Levon  <levon@movementarian.org>
+
+       * insetref.C: require amsmath for eqref
+
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Makefile.am:
+       * inset.h:
+       * insetbranch.[Ch]: 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  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.[Ch]: adjust after rowlist split
+
+2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * insettabular.C: rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
+         rename valign-center to valign-middle;
+         rename VALIGN_CENTER to VALIGN_MIDDLE
+
+2003-08-11  André Pönitz  <poenitz@gmx.net>
+
+       * inset.h: remove resizeLyXText
+
+       * insetcaption.C:
+       * insetcollapsable.[Ch]:
+       * insetminipage.C:
+       * insettabular.[Ch]: adjust
+
+       * insettext.[Ch]: remove saveLyXTextState,
+        restoreLyXTextStat, sstate, reinitLyXText
+
+2003-08-07  André Pönitz  <poenitz@gmx.net>
+
+       * inset.[Ch]: move non-crucial functions out-of-line
+
+       * insettext.C: rely on LyXText's LFUN handlers in some more cases,
+       remove duplicated code.
+
+2003-08-05  André Pönitz  <poenitz@gmx.net>
+
+       * insetbibitem.C:
+       * insetcollapsable.[Ch]:
+       * insetcommand.C:
+       * insetert.C:
+       * insetexternal.C:
+       * insetfloat.C:
+       * insetgraphics.C:
+       * insetinclude.C:
+       * insetlabel.C:
+       * insetminipage.C:
+       * insetnote.C:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * insetwrap.C:
+       * updatableinset.[Ch]: rip out "deep update"
+
+       * insettext.C (localDispatch): merge cases with default branch
+
+       * insettext.C (frame_x,y,w,h): replace member with automatic variables
+
+       * insettabular.[Ch] (updateLocal): simplify logic
+
+2003-08-04  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.[Ch] (updateLocal): remove 'what' argument by assuimng it
+  is 'FULL' all the time.
+
+2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * insetert.C (get_new_label): only add ... to the (closed) label
+       when the string has been shortened
+
+2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Always use std::endl with lyxerr
+
+2003-08-01     Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetnote.C: update \author list
+
+2003-07-31  André Pönitz  <poenitz@gmx.net>
+
+       * insetcollapsable.h:
+       * insettabular.[Ch]:
+       * insettext.[Ch]: remove toggleSelection
+
+2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       (with help from Juergen Spitzmueller)
+       * insetnote.C: add add i18n support. Use Prefs-definable
+       colours for Comment and Greyedout.
+
+2003-07-30     Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetcollapsable.[Ch]:
+       * insetnote.C:
+       * insetert.C: factor out the detection of clicking on the inset
+      button as 'hitButton'. John Levon contributed.
+
+2003-07-30  André Pönitz  <poenitz@gmx.net>
+
+       * insetcollapsable.C:
+       * insetfootlike.C:
+       * insettabular.C: parantheses, localize vars etc.
+
+2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetnote.C: Implement a newenvironment in preamble for
+       greyedout. Patch provided by Jürgen Spitzmüller.
+
+2003-07-29  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommand.C (localDispatch): default to
+       InsetOld::localDispatch.
+
+       * insetbibitem.C (localDispatch):
+       * insetbibtex.C (localDispatch): remove call to
+       ChangeCitationsIfUnique.
+
+       * insetbibtex.[Ch] (clone): move out of line; use copy c-tor.
+
+       * insetexternal.C (read): use pushpophelper.
+
+2003-07-28  José Matos  <jamatos@lyx.org>
+
+       * insetext.C (read): \end_document replaces \the_end.
+
 2003-07-28  José Matos  <jamatos@fep.up.pt>
 
        * insetert.C (write): \layout -> \begin_layout.
        Add missing \end_layout.
-       
+
 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * insetquotes.C: document a bit the format
 
        * insettabular.C (write): remove extra space
 
-2003-07-28     Martin Vermeer  <martin.vermeer@hut.fi>
+2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
        * insetnote.C: Umpf. Hope I *now* get it right :-(
 
-2003-07-28     Martin Vermeer  <martin.vermeer@hut.fi>
-       *insetnote.C: did the right fix to greyedout: \color 
+2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
+       *insetnote.C: did the right fix to greyedout: \color
        instead of \textcolor.
 
 2003-07-28  Angus Leeming  <leeming@lyx.org>
        * insetbibtex.h: remove extraneous forward declaration.
 
        * insetbibitem.h:
-       * insetbibtex.h: Also remove long-dead Holder member class 
+       * insetbibtex.h: Also remove long-dead Holder member class
        and variable.
 
 2003-07-27  Martin Vermeer  <martin.vermeer@hut.fi>