]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
complie fix
[lyx.git] / src / insets / ChangeLog
index 26e493691d3c4adf7ae7393a3c8dae7c6ab76ce3..cbd849f718174aae67668095477c67b7d355b914 100644 (file)
@@ -1,3 +1,240 @@
+2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetquotes.C (dispString): disambiguate insert call
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetquotes.C (dispString): use string::insert for prepending a
+       char.
+
+2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insetparent.C (getScreenLabel): use boost::format
+
+       * insetgraphics.C (prepareFile): use boost::format
+       (ascii): ditto
+
+       * insetfloatlist.C (latex): use boost::format
+
+       * insetcaption.C (draw): use boost::format
+
+2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettabular.C (tabularFeatures): Support for block alignment in fixed width
+       columns.
+
+2002-11-20  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (resetPos): temporary fix for endless loop in
+       this function on a redraw.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettabular.C (copySelection): STRCONV
+
+       * insetinclude.C (uniqueID): STRCONV
+       (latexString): ditto
+
+       * insetgraphics.C: put VersionNumber inside anon namespace
+       (createLatexOptions): STRCONV
+
+       * insetcommandparams.C: include config.h
+
+2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.C (Write): use lyx::float_equal.
+       Write height data correctly.
+       (Read): zero scale when reading height data.
+
+2002-10-30  John Levon  <levon@movementarian.org>
+
+       * insetfloat.C (addToTOC): recursively traverse all
+         contents looking for captions (fix #568)
+
+2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetexternal.C (doSubstitution): do not try to replace
+       environment variables, this is done when executing the command
+
+2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetexternal.C (doSubstitution): change order of substitution
+       to work around ReplaceEnvironmentPath brokenness
+
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
+
+       * insetgraphicsParams.C (init, Write): associated changes
+       * insetgraphics.C (createLatexOptions): use lyx::float_equal with
+       InsetGraphicsParams::scale.
+
+2002-10-21  John Levon  <levon@movementarian.org>
+
+       * inset.h: remove unused DISPATCH_RESULT
+
+       * insettext.C: sgml open/close tag now in sgml namespace
+
+2002-10-21  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphics.C (draw): Fix the drawing of an inset with a relative
+       file path subdir/fig.eps when pasting it into a buffer in a different
+       directory.
+
+2002-10-16  John Levon  <levon@movementarian.org>
+
+       * insetspecialchar.C: remove \\protected_separator parsing
+
+2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * insetquote.C: fix LaTeX output of quotation marks.
+
+2002-10-14  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
+       Backspace functions which confused the Undo handling.
+
+2002-10-09  Angus Leeming  <leeming@lyx.org>
+
+       * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
+       BufferView::dispatch that turns off this optimisation when a new inset
+       is inserted.
+
+       * insetcite.C (getNatbibLabel): correct logic of when and when not to
+       reload the BibTeX keys.
+
+2002-10-11 André Pönitz <poenitz@gmx.net>
+
+       * insettext.h: handle LFUN_PRIOR/NEXT
+
+2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * insetfloat.C: fix bug with float settings
+       (document default != float default).
+
+2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetwrap.C (addToToc): New method.
+       (InsetWrap): Set layout to caption.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-16  John Levon  <levon@movementarian.org>
+
+       * insettabular.h: hasSelection() needs to be public
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.C: use empty string as default for rotateOrigin
+
+2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.C: use empty string as default for rotateOrigin
+
+2002-09-11  André Pönitz <poenitz@gmx.net>
+
+       * insettabular.C: implement LFUN_WORDSEL
+
+2002-09-10  John Levon  <levon@movementarian.org>
+
+       * insetinclude.h: remove unused param
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * insetinclude.h:
+       * insetinclude.C: remove noload, default to input
+
+2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetgraphics.C: disfuscated use of ']' in built output string.
+
+2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
+
+2002-08-29  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (lfunMousePress): Pay attention where you set
+       the x/y values as they depend on which inset in the tabular is
+       actually locked. So you surely have to reset them if you (un)lock
+       a inset!
+
+2002-08-29  André Pönitz <poenitz@gmx.net>
+
+       * insetfootlike.h: rename include guard to ALL CAPS
+
+       * insettext.C: swap object and first parameter for checkInsetHit calls
+         as this functions has moved from BufferView to LyXText
+
+
+2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.C: remove local displayTranslator and use
+       the one from graphics/GraphicsTypes.h.
+
+2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetfloat.C (wide): add BufferParams parameter
+
+       * insetfloatlist.C (read):
+       (latex):
+       (getScreenLabel):
+       * insetfloat.C (latex):
+       (floatname):
+       * insetcaption.C (draw): use LyXTextClass::floats()
+
+2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insetoptarg.h: add std:: qualifier.
+
+2002-08-26  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (localDispatch): ditto.
+
+       * insettabular.C (localDispatch): fixed mouse pressing lfuns.
+
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * inseturl.C: elide long URLs (bug 404)
+
+2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
+       remove "Format Version <version_no.>" string from inset header
+
+       * insetgraphics.C:
+       * insetgraphicsParams.[Ch]: Implement new graphics dialog
+
+       * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
+       a member of "grfx::Params" anymore.
+
+       * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
+
+2002-08-24  John Levon  <levon@movementarian.org>
+
+       * insetoptarg.h:
+       * insetoptarg.C: ws, pedantry ...
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (collapseParagraphs): pasteParagraph now in global
+       scope
+       (appendParagraphs): ditto
+
+2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetcite.C (latex): Remove spaces only after commmas.
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C: remove NO_COMPABILITY stuff
+
 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * insettext.C (edit): use ParagraphList iterators