]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
(Herbert): nit-picking!
[lyx.git] / src / ChangeLog
index 36b4607739cb816e4c66363720ecf73d9df0f328..39925bdbfd658c426b7fa0636fec9223e7d64ce5 100644 (file)
@@ -1,3 +1,55 @@
+2002-03-28  Herbert Voss  <voss@lyx.org>
+
+       * 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.