]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Forgot setting of status_ variable in InsetERT::edit functions.
[lyx.git] / src / insets / ChangeLog
index 3f8f4a0cf0ada64a58b32c7e8799428acd2e2465..7cea082331f94b0eed5e408c20b0f02cc45c019d 100644 (file)
@@ -1,8 +1,22 @@
+2001-08-14  Juergen Vigna  <jug@sad.it>
+
+       * insetert.C (edit): forgot to set status_ in edit calls!
+
+2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettext.C: Compilation fix
+
 2001-08-13  Juergen Vigna  <jug@sad.it>
 
+       * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
+
+       * insetcollapsable.C (edit): don't recollapse an already open inset.
+
        * insettext.C: fixed problem when reinitializing LyXText by not doing
        it while lt is in use and post this to the next possible time in
        getLyXText().
+       (searchForward): fixed not unlocking of inset if nothing found.
+       (edit): set cursor behind right (was set -1 pos).
 
        * insetert.C (InsetERT): init status_ also in the 3rd constructor.