]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Rename screen, and don't re-construct it on a buffer change (that is far too
[lyx.git] / src / ChangeLog
index 59f42ec907ebb6c49fc7efbad5dd6599304c8448..3e83ded21f0e06d77afb403362f32bec58c2068a 100644 (file)
@@ -1,3 +1,27 @@
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h:
+       * BufferView.C:
+       * BufferView2.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: only construct screen once,
+         rename
+
+       * lyxrc.C: remove pointless comment
+2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h: 
+       * BufferView.C: remove active() and belowMouse()
+
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: use workarea() not workarea_,
+         and make it use a scoped_ptr instead
+
+2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: add debug message on BadWindow
 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * sp_spell.C: fdopen is not part of the C++ standard.