]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / ChangeLog
index 033155323c48988526c9b18ae9c7c7f44a6ce620..8faa08f87c0d52e42696ded0388ec0b783c6eba0 100644 (file)
@@ -1,3 +1,98 @@
+2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
+       non-existing layout, do not complain if it was the default layout
+       of the original class (bug #342)
+
+2002-04-24  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
+       (workAreaButtonRelease): don't do anything if it was a mouse-wheel
+
+2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * buffer.C (getBibkeyList): If using \bibliography, return the
+       option field with the reference itself. Enables us to provide natbib
+       support when using \bibliography.
+
+2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
+
+       * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib. 
+
+       * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
+       natbib is provided by the LaTeX class.
+       
+2002-04-23  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
+       Wakeup functions.
+
+       * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
+
+2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
+
+       * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
+       ensuremath around textordmasculine, textordfeminine and
+       textdegree.
+
+2002-04-19  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
+       reinitializing the buffer otherwise row-dimensions may be wrong.
+       (update): reset also the selection cursors if they do exits otherwise
+       their x/y positions may be wrong.
+
+       * text2.C (cursorDown): don't enter the inset if we came from a row
+       above and are one row over the inset.
+
+       * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
+       really leaving an inset.
+
+2002-04-18  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
+       of the selected paragraph does not have the selected layout also if
+       the last one had!
+
+       * text2.C (setLayout): fixed bug which did not change last selected
+       paragraph.
+
+       * tabular.C (OldFormatRead): check also for \\end_inset as Lars
+       changed the read and substituted \\end_float with \\end_inset!
+
+       * BufferView_pimpl.C (cursorPrevious): 
+       (cursorNext): fixed to make it work with rows heigher than the work
+       area without moving the cursor only the draw of the row.
+       (workAreaMotionNotify): fix jumping over high rows.
+
+2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
+       Ressler.
+
+2002-04-16  Juergen Vigna  <jug@sad.it>
+
+       * text2.C (setCursor): set also the irow().
+       (setCursorFromCoordinates): fixed to set the (i) cursor values right!
+       (cursorUp):
+       (cursorDown): support for locking an inset if the x_fix value goes
+       inside it. That way I can transverse insets too with cursor up/down.
+
+       * lyxrow.h: added irow helper function same as other (i) functions.
+
+       * BufferView_pimpl.C (cursorPrevious):
+       (cursorNext): fixed for insets!
+
+2002-04-15  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
+       position otherwise it is wrong in some cases.
+
+       * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
+       inside the inset before the call.
+
 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * buffer.[Ch] (getBibkeyList): make it const.