]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Overide the InsetCollapsable::ascii method to not output anything at all!
[lyx.git] / src / insets / ChangeLog
index 4733247d65d6ba10ebce13186fbe946e162c709e..c3436a733080566de03a6f15a7eba92cfd86a597 100644 (file)
@@ -1,11 +1,62 @@
+2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
+       not output anything at all!
+
+2002-04-16  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (insetButtonPress): 
+       (insetUnlock): call a redraw on unlocking the cell inset.
+
+       * insettext.C (insetButtonPress): same as below.
+       (lockInset): new function to set initial values when inset should
+       be locked.
+       (insetButtonPress): use above function.
+       (insetUnlock): don't force a repaint only set the updateStatus. The
+       outside world should repaint if it thinks it should be done!
+
+       * insettabular.C (insetButtonPress): init values if not set as locked
+       as we are locked if someone presses on us and don't call the edit()
+       call of the InsetText to lock it do it as BufferView does it!
+
+       * inset.h (insetInInsetY): make func const and return an int.
+       * insettext.C:
+       * insettabular.C:
+       * insetcollapsable.C: adapt the above changed function.
+
+2002-04-15  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (getCursorPos): return relative position as to be able
+       to give them directly to the edit() call.
+       (edit): we have to set also x_fix as it is not set inside the
+       setCursorFromCoordinates call!
+       (insetMotionNotify): ditto.
+
+2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetbib.C (getKeys): strip leading '\t's from the line too.
+       With thanks to Henry Pfister <hpfister@ucsd.edu>.
+
+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>