]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
(Herbert): nit-picking!
[lyx.git] / src / ChangeLog
index 12fb1c39e6c464c12dc3c900ad3b6f4f41e31e90..39925bdbfd658c426b7fa0636fec9223e7d64ce5 100644 (file)
@@ -1,6 +1,66 @@
 2002-03-28  Herbert Voss  <voss@lyx.org>
 
-       * lyxlength.C: compatibility stuff for < 1.1.6fix4 and 
+       * lyxlength.[Ch]: add inBP() to get the right PS-point
+       units (BigPoint). With inPixels we have rounding errors
+
+2002-04-11  Juergen Vigna  <jug@sad.it>
+
+       * text2.C (setCursorFromCoordinates): set iy to the right value.
+
+       * buffer.C (parseSingleLyXformat2Token): reset font after read of
+       an old float_type as this was the case in the old code!
+
+       * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
+
+       * BufferView2.C (showLockedInsetCursor): use iy
+       (fitLockedInsetCursor): ditto
+
+       * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
+       locked insets as there we have the right value now.
+
+       * lyxcursor.C: added iy_ variable and iy functions to set to the
+       baseline of cursor-y of the locked inset.
+
+       * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
+       (setCursor): fixed for insets which need a full row.
+
+       * text.C (rowLastPrintable): don't ignore the last space when before
+       an inset which needs a full row.
+       (numberOfSeparators): use rowLastPrintable and <= last to honor a space
+       as last character of a row when before a inset which needs a full row.
+
+2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * version.C.in: update date
+
+       * text2.C (fullRebreak): try to always return true and see what
+       happens...
+
+2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (expand): use Floating::listName
+
+       * FloatList.C (FloatList): add listName argument to the built-in
+       floats
+
+       * Floating.[Ch]: add listName member, which is the 'List of XXX'
+       text associated with the float.
+
+2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
+
+2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * ShareContainer.h: add a couple of missing typenames.
+
+2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyxrc.C (getDescription): use _() correctly rather than N_().
+
+2002-03-28  Herbert Voss  <voss@lyx.org>
+
+       * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
        "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
 
 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 2002-03-27  Herbert Voss  <voss@lyx.org>
 
        * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
-       and text% 
+       and text%
 
 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>