]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
partial inset toggling ; insetAllowed stuff
[lyx.git] / src / insets / ChangeLog
index de2e6acc3d46c3bbc1cbd6cad20d77e394b638ff..64e55b4823b5d8a8befb81764dcaa2dc2a003221 100644 (file)
@@ -1,3 +1,31 @@
+2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * 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  <stid@libd-pc11.univ-bpclermont.fr>
+
+       * insetquotes.C (dispString): display french guillemets when using
+       ISO8859-15.
+
+2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetcollapsable.h: remove bogus return statements
+
+2001-07-18  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (selectNextWord): fixed spellchecking for the
+       first cell of a tabular (wasn't entered!)
+
 2001-07-17  Juergen Vigna  <jug@sad.it>
 
        * various files: implemented the below functions.