]> git.lyx.org Git - features.git/blobdiff - src/insets/ChangeLog
Overhaul the branches code.
[features.git] / src / insets / ChangeLog
index c9fcb305a841d01597dfadbdf6ecad83b3d35cda..51311d49e922096c377d4ee45b18d35153d338ed 100644 (file)
@@ -1,3 +1,28 @@
+2003-12-12  Angus Leeming  <leeming@lyx.org>
+
+       * insetbranch.C (c-tor): takes an InsetBranchParams arg rather than
+       a string.
+       (InsetBranchParams): remove the branchlist hack.
+       (isBranchSelected): new function, used to decide whether to
+       print each output format. Also used by InsetList.
+       (read, string2params): repair my own breakage ;-)
+       
+2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetminipage.[Ch]: remove from repository.
+       
+2003-12-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * insetert.[Ch]:
+       * insetcollapsable.[Ch]: Move all CollapseStatus code from
+       insetert to insetcollapsable; introduce virtual function
+       setButtonLabel and invoke it from collapsable
+
+2003-12-12  Angus Leeming  <leeming@lyx.org>
+
+       * insetinclude.C (draw): cache x,y and so enable the
+       dialog to be opened.
+
 2003-12-12  Angus Leeming  <leeming@lyx.org>
 
        * mailinset.C (print_mailer_error): tidy up the output.