X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=64e55b4823b5d8a8befb81764dcaa2dc2a003221;hb=b15e539c6868321078523e60d2c1a210c639a4eb;hp=4efb88f929f936741cf8c632c19ab95e751822ab;hpb=487f6eb3b43746460d090f643cd1e39f2d93a74b;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 4efb88f929..64e55b4823 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,74 @@ +2001-07-18 Jean-Marc Lasgouttes + + * many files: update to match the change below + + * inset.h (insetAllowed): renamed from insertInsetAllowed; + implement the version which takes an inset here. + + * insetcollapsable.[Ch]: implement open and isOpen + + * inset.h: remove insertInsetAllowed from Inset + (open): new method, to open or close an inset + (isOpen): returns the status of an inset + (isCollapsable, colapse): removed + +2001-07-13 Yves Bastide + + * insetquotes.C (dispString): display french guillemets when using + ISO8859-15. + +2001-07-18 Jean-Marc Lasgouttes + + * insetcollapsable.h: remove bogus return statements + +2001-07-18 Juergen Vigna + + * insettabular.C (selectNextWord): fixed spellchecking for the + first cell of a tabular (wasn't entered!) + +2001-07-17 Juergen Vigna + + * various files: implemented the below functions. + + * inset.h: added functions + - virtual string selectNextWord(BufferView *, float & value) const; + - virtual void selectSelectedWord(BufferView *) { return; } + - virtual void toggleSelection(BufferView *, bool /*kill_selection*/) + needed for spellchecking correctly! + +2001-07-16 Lars Gullik Bjønnes + + * insetert.C (latex): write out all paragraphs. + +2001-07-17 Baruch Even + + * insetgraphics.C (draw): Removed unneeded casts. + +2001-07-16 Juergen Vigna + + * insettext.C (update): fixed small oversight (reset lt to 0). + +2001-07-14 Baruch Even + + * insetgraphics.h: + * insetgraphics.C: Added a copy c-tor and handled the same_id case. + +2001-07-13 Angus Leeming + + Consistent use of Lsstream.h: + * figinset.C: removed using std::ostringstream directive. + + * insetgraphics.C (createLatexOptions): + * insetinclude.C (unique_id): + std::ostringstream -> ostringstream. + * insettext.C (localDispatch): std::istringstream -> istringstream. + +2001-07-13 Juergen Vigna + + * insetfloat.C (insertInsetAllowed): added missing const_cast. + + * insetcollapsable.C (getLockingInset): ditto. + 2001-07-12 Juergen Vigna * insetcollapsable.h: added implementation of new function for