]> git.lyx.org Git - features.git/blobdiff - src/insets/ChangeLog
The 'Branches' mega-patch.
[features.git] / src / insets / ChangeLog
index 1390060a01a5779ca85a2ad31e736224253c48e2..685fbfd2a08f3e06fe95422923710d2d07ffc06b 100644 (file)
@@ -1,4 +1,50 @@
 
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>    
+
+       * Makefile.am:
+       * inset.h:
+       * insetbranch.[Ch]: implements the 'branch inset'
+       idea. This allows the output of various versions of a document
+       from a single source version, selectively outputing or suppressing
+       output of parts of the text.
+       This implementation contains a 'branch list editor' in a separate
+       tab of the document settings dialog. Branches are user definable
+       and have a "display colour" to distinguish them on-screen.
+
+       ColorHandler was somewhat cleaned up.
+       (1) make possible a dynamically growing LColor list by allowing
+       the graphic context cache to grow along (vector);
+       (2) eliminate an IMHO unnecessary step in colour allocation.
+
+2003-08-15  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.[Ch]: adjust after rowlist split
+
+2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * insettabular.C: rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
+         rename valign-center to valign-middle;
+         rename VALIGN_CENTER to VALIGN_MIDDLE
+
+2003-08-11  André Pönitz  <poenitz@gmx.net>
+
+       * inset.h: remove resizeLyXText
+
+       * insetcaption.C:
+       * insetcollapsable.[Ch]:
+       * insetminipage.C:
+       * insettabular.[Ch]: adjust
+
+       * insettext.[Ch]: remove saveLyXTextState,
+        restoreLyXTextStat, sstate, reinitLyXText
+
+2003-08-07  André Pönitz  <poenitz@gmx.net>
+
+       * inset.[Ch]: move non-crucial functions out-of-line
+
+       * insettext.C: rely on LyXText's LFUN handlers in some more cases,
+       remove duplicated code.
+
 2003-08-05  André Pönitz  <poenitz@gmx.net>
 
        * insetbibitem.C:
        * insetwrap.C:
        * updatableinset.[Ch]: rip out "deep update"
 
+       * insettext.C (localDispatch): merge cases with default branch
+
+       * insettext.C (frame_x,y,w,h): replace member with automatic variables
+
+       * insettabular.[Ch] (updateLocal): simplify logic
+
 2003-08-04  André Pönitz  <poenitz@gmx.net>
 
        * insettext.[Ch] (updateLocal): remove 'what' argument by assuimng it
@@ -44,7 +96,7 @@
 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
 
        (with help from Juergen Spitzmueller)
-        * insetnote.C: add add i18n support. Use Prefs-definable
+       * insetnote.C: add add i18n support. Use Prefs-definable
        colours for Comment and Greyedout.
 
 2003-07-30     Martin Vermeer  <martin.vermeer@hut.fi>