]> git.lyx.org Git - features.git/blobdiff - src/frontends/ChangeLog
* LyXView: the accessor methods now return a reference to the member
[features.git] / src / frontends / ChangeLog
index fb64a27cd080d701ec821728586001ef62cecf03..061adef3224e6db3abf0a1d56eba28b740fad5ef 100644 (file)
@@ -1,3 +1,11 @@
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * LyXView.[Ch]:
+       (getLyXFunc, getToolbar, getMenubar, getDialogs, getIntl): all now
+       return a reference not a pointer.
+       (controlcommand_, intl_, autosave_timeout_): employ the
+       const scoped_ptr idiom.
+
 2002-08-12  Angus Leeming  <leeming@lyx.org>
 
        * DialogBase.h: no longer derive from boost::signals::trackable.