]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / ChangeLog
index 80b522f5991f305c34c96c72162499b689f74b64..2f52420869bfa315b45d66e867ebad5b1f662802 100644 (file)
@@ -1,14 +1,99 @@
+2003-05-23  Angus Leeming  <leeming@lyx.org>
+
+       * insetfoot.C (latex):
+       * inseturl.C (latex): rename fragile as moving_arg.
+
+2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * inseterror.C (localDispatch): comment out unused var.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * inset*.[Ch] (latex): no longer has a free_spacing arg. Data is now
+       passed through the LatexRunParams arg.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * inset*.[Ch] (latex): no longer has a fragile arg. Data is now passed
+       through the LatexRunParams arg.
+
+       * insetquotes.C (latex): accesses use_babel through the LatexRunParams
+       arg rather than through a global var.
+
+2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetspecialchar.C (dimension): use a string.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibtex.C (latex):
+       * insetgraphics.C (latex):
+       * insetinclude.C (latex): extract the buffer's 'nice'ness from
+       runparams rather than from the buffer itself.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * inset*.[Ch] (latex):
+       passed a LatexRunParams parameter.
+
+       * insetgraphics.C (latex): actually use it ;-)
+
+2003-05-22  Alfredo Braunstein  <abraunst@libero.it>
+
+       * insetfloat.C (addToToc): trivial compile fix
+
+2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.[Ch] (paragraph): delete unused function
+
+       * insetfloat.C (addToToc): parlist simplfication
+
+2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetspace.[Ch]: added (new space insets)
+       * Makefile.am:
+       * inset.h: handle new space insets
+
+2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetfloat.C (addToToc): adjust
+
+2003-05-21  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.[Ch]: fix drawing bug introduced earlier
+
+2003-05-19  André Pönitz  <poenitz@gmx.net>
+
+       * insetspecialchar.C: fix bug introduced yesterday
+
+2003-05-19  André Pönitz  <poenitz@gmx.net>
+
+       * inset.[Ch]:
+       * insetbutton.[Ch]:
+       * insetcollapsable.[Ch]:
+       * inseterror.[Ch]:
+       * insetert.[Ch]:
+       * insetfoot.[Ch]:
+       * insetgraphics.[Ch]:
+       * insetgraphicsParams.[Ch]:
+       * insetlatexaccent.[Ch]:
+       * insetminipage.[Ch]:
+       * insetnewline.[Ch]:
+       * insetquotes.[Ch]:
+       * insetspecialchar.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]: dimensions() instead of ascend/descend/width
 
 2003-05-19  André Pönitz  <poenitz@gmx.net>
 
        * insetenv.[Ch]:
-       * insettext.C: more insetenv 
+       * insettext.C: more insetenv
 
 2003-05-16  André Pönitz  <poenitz@gmx.net>
 
        * insetcommand.C:
        * insetminimpage.[Ch]:
-       * insetcollapsable.[Ch]: fix #832 
+       * insetcollapsable.[Ch]: fix #832
 
 2003-05-16  André Pönitz  <poenitz@gmx.net>
 
        * insettoc.[Ch]:
        * inseturl.[Ch]:
        * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT
-       
+
 2003-05-13  André Pönitz <poenitz@gmx.net>
 
        * insetbibitem.C: