]> git.lyx.org Git - features.git/blobdiff - src/insets/ChangeLog
The 'Branches' mega-patch.
[features.git] / src / insets / ChangeLog
index 9e516334c21eb73f8dc90e71796f2ee3a5a0f975..685fbfd2a08f3e06fe95422923710d2d07ffc06b 100644 (file)
@@ -1,3 +1,21 @@
+
+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