]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Georg\'s last patch for bug 605
[lyx.git] / src / insets / ChangeLog
index 4d9eae5ab0fa8e87bd56b2e23b38d612f27f77ba..507ce4962f28727c766bd9c0c8d7c82830b5ac97 100644 (file)
@@ -1,3 +1,29 @@
+2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetinclude.C (validate): set/reset features.buffer_ when
+       validating the child
+
+2004-04-07  Angus Leeming  <angus@localhost.localdomain>
+
+       * insetexternal.C (priv_dispatch): 
+       * insetinclude.C (priv_dispatch): prevent crash by invoking
+       InsetOld::priv_dispatch at the end of the switch, rather than
+       InsetOld::dispatch...
+
+2004-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetcollapsable.C:
+       * insetbranch.C: 'assign' to open/close branch inset according to
+       selection; also print content on closed branch button
+
+2004-04-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ExternalSupport.C (doSubstitution): add new variables $$AbsPath,
+       $$RelPath_Master, $$RelPath_Parent, $$Extension,
+       $$AbsOrRelPathMaster and $$AbsOrRelPathParent. Change the meaning
+       of $$Basename
+       * ExternalSupport.C (updateExternal): use absolute and output
+       filename where appropriate
 
 2004-04-05  André Pönitz  <poenitz@gmx.net>