]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / ChangeLog
index 1587a9e782ad6412ef8c1d7e05eb5185c0950186..b0f09f656d2fff6f13cab5eddaf0d6883b333c62 100644 (file)
@@ -1,3 +1,29 @@
+2003-06-11  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.[Ch]: InsetExternal::Params no longer stores the
+       ExternalTemplate but its name, templatename. This means that a file
+       containing a reference to an External Template not installed on the
+       current machine will be saved retaining this info rather than inserting
+       the first "valid" template from the list of templates.
+
+       As a by product, the visual statement that the Template is missing is
+       now very clear!
+
+2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * insettext.C (appendParagraphs): remove some commented code.
+
+2003-06-10  Angus Leeming  <leeming@lyx.org>
+
+       * graphicinset.[Ch] (view): removed the publicly accessible function to set
+       the cache.
+
+       * insetexternal.[Ch]: move tempname_ into the Params struct.
+       (Params d-tor): new function, to clean-up this temp file.
+       (localDispatch): dispatch LFUN_EXTERNAL_EDIT.
+       (cache): removed.
+       (editExternal, doSubstitution): move out of class.
+
 2003-06-10  Angus Leeming  <leeming@lyx.org>
 
        * graphicinset.[Ch] (params): removed.
 
        * insetert.C (clone): remove const_cast
 
-       * delete commented same_id functions from a lot of files. 
+       * delete commented same_id functions from a lot of files.
 
 2003-05-28  John Levon  <levon@movementarian.org>