]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / ChangeLog
index 893ff823bfa2036ea82b550c72df9855d3295e93..8faa08f87c0d52e42696ded0388ec0b783c6eba0 100644 (file)
@@ -1,5 +1,67 @@
+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.