]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
redraw fix 1.
[lyx.git] / src / ChangeLog
index 7f253e82b43df997d0a59264931ef7d6fc732cd3..134668eb67699c32b5c6e587dce1c507f8ea4809 100644 (file)
@@ -1,3 +1,74 @@
+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.
+       The body of the code is now in the method that is passed an ostream &
+       rather than a file name.
+       Pass an additional only_preamble parameter, useful for the forthcoming
+       preview stuff.
+
+2002-07-03  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C: simplify getStatus() a bit for math stuff
+
+2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
+
+2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * text.C (changeRegionCase): do not change case of all the
+       document when region ends at paragraph end (bug #461)
+
 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * paragraph.C (startTeXParParams):