]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ChangeLog
index 6d1d88d3c1e6febbd2ef41d6fcf201264dd26773..68cf1bb39c7a08bdacc3525ca33fd8496f2959b7 100644 (file)
@@ -1,4 +1,37 @@
-2003-07-16  Angus Leeming  <angus@localhost.localdomain>
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * ControlGraphics.C (initialiseParams, dispatchParams): pass a
+       buffer_path parameter to InsetGraphicsMailer's string2params,
+       params2string.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * ControlGraphics.C (readBB): use namespace lyx::graphics rather
+       than grfx shortcut.
+
+2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlGraphics.C (dispatchParams): avoid some variable/function
+       shadowing.
+
+       * ControlDialog.tmpl (show): follow C++ rules more closely
+       (update): ditto
+       (hide): ditto
+
+2003-07-17  Angus Leeming  <leeming@lyx.org>
+
+       * ControlChanges.h:
+       * ControlErrorList.h:
+       * ControlLog.h:
+       * ControlMath.h:
+       * ControlShowFile.h:
+       * ControlTexinfo.h:
+       * ControlVCLog.h:
+       * Dialog.h: fix some doxygen warnings.
+
+       * Dialog.C: shuffle a couple of functions around.
+
+2003-07-16  Angus Leeming  <leeming@lyx.org>
 
        * ControlMath.C (find_xpm): rewrite to make Lars happy by using find_if.