]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Fix for wrong cursor.x pos when before a fullRow inset (added ix), small
[lyx.git] / src / insets / ChangeLog
index 4733247d65d6ba10ebce13186fbe946e162c709e..448a456a03311c3a8a49b6847cc6459d839242c9 100644 (file)
@@ -1,11 +1,23 @@
+2002-04-12  Juergen Vigna  <jug@sad.it>
+
+       * insettext.h: added cix() helper function and use it where appropriate
+
+2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetgraphics.C (prepareFile): fix bug when graphics is a
+       relative path
+
 2002-04-12  Juergen Vigna  <jug@sad.it>
 
        * insettext.C (insertInset): remove unneeded code!
+       (updateLocal): fitCursor() fixes.
+       (collapseParagraphs): fix a possible problem when having a selection
+       and collapsing the paragraphs.
 
 2002-04-08  Herbert Voss  <voss@perce.de>
 
-       * insetgraphic.C (write): write the rotating angle as
-       a float as is. test only for != 0.0
+       * insetgraphic.C (write): write the rotating angle as
+       a float as is. test only for != 0.0
 
 2002-04-11  Juergen Vigna  <jug@sad.it>