X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=64e55b4823b5d8a8befb81764dcaa2dc2a003221;hb=b15e539c6868321078523e60d2c1a210c639a4eb;hp=de2e6acc3d46c3bbc1cbd6cad20d77e394b638ff;hpb=2c5ab94d010ed837a10eadade1a1bd6299a3d5d1;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index de2e6acc3d..64e55b4823 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,31 @@ +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.