]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
OK I'll try guii1 again ...
[lyx.git] / src / insets / ChangeLog
index 646f0487aa8535f3fe341f3446e79c080b0ace98..e4ea1516f9b98695f666a65b2137c677c41137c7 100644 (file)
@@ -1,3 +1,118 @@
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * inset.C:
+       * insetbutton.C:
+       * insetcaption.C:
+       * insetcollapsable.C:
+       * insetcommand.C:
+       * inseterror.C:
+       * insetgraphics.C:
+       * insetgraphicsParams.C:
+       * insetlatexaccent.C:
+       * insetquotes.C:
+       * insetspecialchar.C:
+       * insettabular.C:
+       * insettext.C: move Painter to frontends/
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettabular.h: use more specific smart_ptr header.
+       * insettext.h: ditto
+
+       * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
+       (draw): ditto
+
+2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insettext.C: clear selection on paste (bug 393)
+
+2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettext.C (latex): Honor the moving_arg argument.
+
+2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetfoot.C (latex): if a footnote is in a title layout, then it
+       is a \thanks. And then, its contents is a moving argument.
+
+2002-05-14  Juergen Vigna  <jug@sad.it>
+
+       * insetcollapsable.C (InsetCollapsable): forgot to initialize
+       first_after_edit.
+
+2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Insetcite.C (getNatbibLabel): don't disable natbib label support
+       when using options "Full author list" or "Upper case".
+
+2002-05-14  Herbert Voss  <voss@perce.de>
+
+       * insetgraphics.C (prepareFile): allow files with same name
+       in different dirs
+       (readFigInset): set the flags from old figinset in the right
+       manner
+       (findTargetFormat): more comments
+
+2002-05-14  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (edit): tell checkAndActivateInset() that we don't
+       have a button press.
+       (checkAndActivateInset): if button < 0 we don't have a button press
+       on the inset and os we won't call edit on it if it's not a Highly
+       editable inset (then we have to enter it).
+
+2002-05-13  Juergen Vigna  <jug@sad.it>
+
+       * insetcollapsable.C (insetButtonRelease): returned wrong return
+       value.
+
+2002-05-09  Juergen Vigna  <jug@sad.it>
+
+       * insetcollapsable.C (edit): first_after_edit should only be
+       set to true if we enter this inset and it was collapsed so we
+       open it up. This is needed to reclose it after a search/replace
+       or spellcheck function opened it and was negative.
+
+2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetfloat.C (latex): Return correct value.
+
+2002-05-04  Herbert Voss  <voss@perce.de>
+
+       * InsetgraphicsParams.C (read): fix bug with WH
+
+2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetfloat.C (latex): More sensible latex output
+       (fix the problem with endfloat).
+
+2002-05-02  José Matos  <jamatos@fep.up.pt>
+
+       * insetgraphics.C (validate): acess params as everyone else.
+
+2002-05-03  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (fitInsetCursor): recalculate the cursor position
+       if I request it.
+
+2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * InsetgraphicsParams.[Ch]: whitespace.
+
+2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetfloatlist.C (getScreenLabel): Fix crash in the case where
+       float type do not exist.
+
+2002-04-28  Herbert Voss  <voss@perce.de>
+
+       * insetgraphics.C (latex): fix bug with missing file-extension.
+       LaTeX still allows a missing "eps" or "ps".
+
+2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetfloat.C (c-tor, wide): translate the name of the float.
+
 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
        * insettext.C (draw): call a fullRebreak on the row where we had a
        change and reset the cursor and selection-cursors.
 
-       * insettabular.C (insetUnlock): 
+       * insettabular.C (insetUnlock):
        (insetButtonPress): call an update before setting the_locking_inset = 0
        as otherwise we don't repaint!
        (update): reset the cursor position when we changed dimensions as
 
 2002-04-16  Juergen Vigna  <jug@sad.it>
 
-       * insettabular.C (insetButtonPress): 
+       * insettabular.C (insetButtonPress):
        (insetUnlock): call a redraw on unlocking the cell inset.
 
        * insettext.C (insetButtonPress): same as below.
 
 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insetfloatlist.C (getScreenLabel): 
+       * insetfloatlist.C (getScreenLabel):
        (latex): use Floating::listName
        (validate): new method