X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=3e83ded21f0e06d77afb403362f32bec58c2068a;hb=92e53dc01bc00bef85c9b523841b2649cc96f970;hp=59f42ec907ebb6c49fc7efbad5dd6599304c8448;hpb=bb7b14ae8babe237095ce4ca3c36076ff3185cdf;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 59f42ec907..3e83ded21f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,27 @@ +2002-06-12 John Levon + + * 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 + + * 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 + + * lyx_gui.C: add debug message on BadWindow + 2002-06-10 Lars Gullik Bjønnes * sp_spell.C: fdopen is not part of the C++ standard.