]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ChangeLog
The 'Branches' mega-patch.
[features.git] / src / frontends / controllers / ChangeLog
index 08157861f47e2a3089e45d3cae8fd27bbdcd4d7a..fe38f3ed82ac850e19bfbd4510d125459105e7c9 100644 (file)
@@ -1,4 +1,21 @@
 
+2003-08-16  Martin Vermeer  <martin.vermeer@hut.fi>    
+
+       * ControlBranch.[Ch]:
+       * ControlDocument.C:
+       * Makefile.am: 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>
 
        * ControlErrorList.C: