]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Georg\'s last patch for bug 605
[lyx.git] / src / insets / ChangeLog
index 7235dc18b599504b4da521bee0bc5e5caaa7fd64..507ce4962f28727c766bd9c0c8d7c82830b5ac97 100644 (file)
@@ -1,3 +1,34 @@
+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>
+       
+       * insetbase.h: use LCursor & in notifyCursorLeave
+
 2004-04-05  Angus Leeming  <leeming@lyx.org>
 
        * insetgraphics.C: remove unused header file "lyxrc.h".