]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
ws changes
[lyx.git] / src / ChangeLog
index 93cff1cac08963e0d000813c915974e806a70b4c..986e02e69ffceb97e7e7dc4ba4ab84a7eb65ebec 100644 (file)
@@ -1,7 +1,74 @@
+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>
+
+       * lyx_main.C (init): use environment variable LYX_DIR_12x instead
+       of LYX_DIR_11x. Same for LYX_USERDIR_12x.
+
+2002-03-29  Juergen Vigna  <jug@sad.it>
+
+       * lyxfunc.C (dispatch): add a missing fitCursor call.
+
+       * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
+       it was scrolled by a cursor move, so return the bool status.
+
+       * BufferView.C (fitCursor): return the bool flag also to the outside
+       world as this is needed.
+
+       * screen.C (toggleToggle): don't subtract the offset if it's positive.
+
+       * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
+       call the edit() as it is not needed (and wrong) IMO.
+       (workAreaButtonPress): set the screen_first variable before evt.
+       unlock the inset as this may change screen_first and then we have
+       a wrong y position for the click!
+
+2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (expand): another translation that I missed
+
+2002-03-28  Juergen Vigna  <jug@sad.it>
+
+       * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
+
+       * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
+
+2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
+
+       * MenuBackend.C (expand): fix export/view/update when there is no
+       document open.
+
 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>