]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
fix compilation pb ; update eu.po
[lyx.git] / src / insets / ChangeLog
index 18ed7f27d69871dc336dcb340317e6521102a369..030545f676d1972da28e7e7c9662e649d2a2761c 100644 (file)
@@ -1,3 +1,11 @@
+2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettoc.C: hack to make listof algorithm work
+
+2001-04-20  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
+
 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * insetquotes.C (Latex): improve the guard against
        * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
        an unrecognised preprocessor directive.  So ensure they're wrapped. 
 
-2001-04-13  Juergen Vigna  <jug@sad.it>
-
-       * insettext.C: tried to avoid unneeded redraws.
-       (doClearArea): return true also if I need a FULL|INIT redraw.
-
-       * insettabular.C: tried to avoid unneeded redraws. Still one
-       problem with scrolling remains (resetPos).
-       (doClearArea): return true also if I need a FULL|INIT redraw.
-
-       * lyxinset.h: changed the scroll() function behaviour a bit.
-       Added nodraw() function so that I can block unneeded redraws.
-       Implemented the above 2 functions correctly in InsetText,
-       InsetTabular and InsetCollapsable. Now only the topmost Inset
-       owner is scrolled (as it should be) if a child inset requests this!
-
 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetexternal.h: