]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
redraw fix 1.
[lyx.git] / src / ChangeLog
index 92dff2658586475c0f4d3869a555b4b03a5cdef5..134668eb67699c32b5c6e587dce1c507f8ea4809 100644 (file)
@@ -1,3 +1,53 @@
+2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: remove unneeded extra repaint()
+2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C: allow command-sequence with NoBuffer
+
+       * lyxfunc.C: don't insist on trailing ';' for command-sequence
+2002-07-10  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
+
+2002-07-09  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
+
+2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lengthcommon.h: whitespace
+       * lyxfunc.C: update scrollbar after goto paragraph 
+
+       * lyxtext.h: factor out page break drawing, and fix it so
+         page break/added space paints as selected nicely
+2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: add FIXMEs, clean up a little
+
+2002-07-09  André Pönitz <poenitz@gmx.net>
+
+       * lyxfont.[Ch]: support for wasy symbols
+
+2002-07-08  André Pönitz <poenitz@gmx.net>
+
+       * BufferView_pimpl.C: apply John's patch for #93. 
+
+2002-07-05  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (buffer): generate previews if desired.
+
+       * LColor.h: add "preview" to the color enum.
+
+       * LColor.C (LColor): add a corresponding entry to the items array.
+
+       * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
+       with this buffer.
+
 2002-07-05  Angus Leeming  <leeming@lyx.org>
 
        * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.