X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=c3436a733080566de03a6f15a7eba92cfd86a597;hb=e70099ded4e6e38563c914454022f2a64ea7dacc;hp=4733247d65d6ba10ebce13186fbe946e162c709e;hpb=2588a9216740a9361bfa083c8b6466a6ee8fc53e;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 4733247d65..c3436a7330 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,11 +1,62 @@ +2002-04-16 Angus Leeming + + * insetnote.h (ascii): overide the InsetCollapsable::ascii method to + not output anything at all! + +2002-04-16 Juergen Vigna + + * 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 + + * 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 + + * insetbib.C (getKeys): strip leading '\t's from the line too. + With thanks to Henry Pfister . + +2002-04-12 Juergen Vigna + + * insettext.h: added cix() helper function and use it where appropriate + +2002-04-12 Jean-Marc Lasgouttes + + * insetgraphics.C (prepareFile): fix bug when graphics is a + relative path + 2002-04-12 Juergen Vigna * 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 - * 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