X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=976f4059770c9cf933a9bf5645aaa85d3a4995c2;hb=8f90cc97a640dcec96e62ecf3d20fb077dd00fb9;hp=22407f3e7e96adbad1fdc6cf339c70d13ef50559;hpb=7e0e2dbb822fd5d2764300af876386bea8716fc0;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 22407f3e7e..976f405977 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,40 @@ +2003-07-26 Angus Leeming + + * insetgraphics.C: remove unused declaration of system_tempdir. + +2003-07-25 Lars Gullik Bjønnes + + * rename Inset to InsetOld + + * all inset files (clone): return a auto_ptr + +2003-07-23 Angus Leeming + + * insetexternal.[Ch] (setParams): pass it a Buffer const *. + +2003-07-23 Angus Leeming + + * mailinset.[Ch] (inset2string): + * insetcommand.[Ch] (inset2string): + * insetert.[Ch] (inset2string): + * insetexternal.[Ch] (inset2string): + * insetfloat.[Ch] (inset2string): + * insetgraphics.[Ch] (inset2string): + * insetinclude.[Ch] (inset2string): + * insetminipage.[Ch] (inset2string): + * insetnote.[Ch] (inset2string): + * insettabular.[Ch] (inset2string): + * insetwrap.[Ch] (inset2string): now requires a Buffer const & arg. + + * insetexternal.[Ch]: + * insetgraphics.[Ch]: get rid of the view() function. Associated + changes to the mailers' string2params and params2string functions. + +2003-07-23 Angus Leeming + + * insetexternal.[Ch]: store the external file name in a FileName + member variable rather than a string + associated changes. + 2003-07-21 Angus Leeming * insetgraphicsParams.[Ch]: store the graphics file name in @@ -60,7 +97,7 @@ * insettext.[Ch]: * insettabular.[Ch]: remove unneeded in_update_ members - * insettext.[Ch]: remove unneeded InsetText::old_max_width member + * insettext.[Ch]: remove unneeded InsetText::old_max_width member 2003-07-16 André Pönitz @@ -68,7 +105,7 @@ 2003-07-16 John Levon - * insetnote.h: + * insetnote.h: * insetnote.C: implement showInsetDialog() 2003-07-15 André Pönitz @@ -79,7 +116,7 @@ 2003-07-15 Alfredo Braunstein * insettext.C: adjust call to LyXText::init - + 2003-07-14 Juergen Spitzmueller * insettext.C: use bufferview_funcs->replaceSelection()