]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
some more changes
[lyx.git] / src / ChangeLog
index 71533e53dc21e654767bd2a99fb69acef2175c78..036ffec75fd51c24bf916f7dc290a55de68957de 100644 (file)
@@ -1,3 +1,106 @@
+2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.C (resize): check there's a buffer to resize
+2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: remove dead code
+
+       * lyxserver.h:
+       * lyxserver.C: use lyx_guii::set_read_callback
+2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
+       an inset in a RTL paragraph.
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: repaint after a font size update
+
+2002-07-15  André Pönitz <poenitz@gmx.net>
+
+       * lyxlength.C: inBP should be able to return negative values
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: use lyx_gui::update_fonts()
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: use lyx_gui::update_color()
+2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * bufferlist.C:
+       * lyxfunc.h: 
+       * lyxfunc.C:
+       * lyxrc.h:
+       * lyxrc.C: remove file->new asks for name option, and let
+         buffer-new take an argument
+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.