]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix typo that put too many include paths for most people
[lyx.git] / src / ChangeLog
index 24b9d97817b088b35192afeeefad27ca6d7081a4..f3487eeac4d49f00b901bf5c68b118f0b63e4bb4 100644 (file)
@@ -1,3 +1,66 @@
+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% 
+
+2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * bufferview_funcs.C (currentState): only show paragraph number
+       for is DEVEL_VERSION is set.
+
+       * lyxfunc.C (dispatch): put warning in INFO channel
+
+       * MenuBackend.C (expand): translate the name of floats
+
+       * FloatList.C (FloatList): mark the float names for translation
+
+       * converter.C (convert): use LibScriptSearch
+
+2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (defaults): fix default menu (we might as well get
+       rid of it...)
+
+2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxvc.C (registrer): register the file with CVS if it's in a CVS
+       directory.
+
 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxvc.C: reorder includes.