]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
fix compilation pb ; update eu.po
[lyx.git] / src / insets / ChangeLog
index 0df54bd375ba90a4f9b6bf06cff0a73c4e0c63a4..030545f676d1972da28e7e7c9662e649d2a2761c 100644 (file)
@@ -1,3 +1,33 @@
+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
+       unwanted !` and ?` ligatures. This should really be done in
+       another place (to catch all this ligatures at low-level).
+
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (init): remvoe leftovers from cursor_visible change
+       (draw): use c++ cast
+       (LocalDispatch): dispatch LFUN_MESSAGE
+
+       * insettabular.C (InsetTabular): remove leftovers from
+       cursor_visible, and scoped_ptr changes
+       (draw): use c++ cast
+
+       * insetcollapsable.C (draw): use c++ cast
+
+       * ExternalTemplate.h: inherit privaely from noncopyable
+       * insetcommand.h: ditto
+       * insetinclude.h: ditto
+
 2001-04-16  Allan Rae  <rae@lyx.org>
 
        * insettoc.C (Ascii): 
@@ -9,21 +39,6 @@
        * 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: