]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
more guii moving around.
[lyx.git] / src / ChangeLog
index 2c31bbfd449f01aa67343b5e882445f70066528f..1e1f157dee99a2a1296356894342ece3d188ed66 100644 (file)
@@ -1,3 +1,123 @@
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView2.C:
+       * BufferView_pimpl.C:
+       * FontLoader.C:
+       * LyXView.h:
+       * LyXView.C:
+       * Makefile.am:
+       * WorkArea.C:
+       * XFormsView.h:
+       * XFormsView.C:
+       * buffer.C:
+       * bufferlist.C:
+       * bufferview_funcs.C:
+       * converter.C: 
+       * importer.C: 
+       * lyx_cb.C:
+       * lyx_gui.C:
+       * lyx_main.C:
+       * lyx_find.C:
+       * lyxfunc.C:
+       * lyxvc.C:
+       * minibuffer.C:
+       * text.C:
+       * text2.C:
+       * trans.C:
+       * vc-backend.C: move LyX/XFormsView into frontends/
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * PainterBase.C:
+       * PainterBase.h:
+       * Painter.C:
+       * Painter.h:
+       * WorkArea.C:
+       * WorkArea.h:
+       * screen.C:
+       * tabular.C:
+       * text.C:
+       * text2.C: move Painter to frontends/
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C: comment out some some code that depend upon lyx_format
+       < 220
+
+       * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
+       * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
+
+       * buffer.h (NO_COMPABILITY): turn off compability
+
+       * ColorHandler.C: include scoped_array.hpp
+
+       * font.C: Use more specific smart_ptr header.
+       * Painter.C: ditto
+       * gettext.C: ditto
+       * ShareContainer.h: ditto
+       * lyx_main.h: ditto
+       * kbmap.h: ditto
+       * FontInfo.h: ditto
+       * BufferView_pimpl.h: ditto
+       * ColorHandler.h: ditto
+
+       * kbmap.C (defkey): change call to shared_ptr::reset
+
+2002-05-21  Juergen Vigna  <jug@sad.it>
+
+       * buffer.C (insertErtContents): fix to insert ert asis if it is
+       non empty. Skip it completely if it contains only whitespaces.
+
+2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C:
+       * BufferView2.C: clear selection on paste (bug 393)
+
+2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * DepTable.C: include ctime
+
+2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (latexParagraphs): Add new argument (moving_arg).
+
+2002-05-14  Juergen Vigna  <jug@sad.it>
+
+       * text.C (breakParagraph): fixed function to honor the keepempty
+       layout in the right maner and also to permit the right breaking
+       algorithm on empty or non empyt keepempty paragraphs.
+
+       * paragraph.C (breakParagraph): we have to check also if the par
+       is really empty (!size()) for isempty otherwise we do the wrong
+       paragraph break.
+
+2002-05-10  Juergen Vigna  <jug@sad.it>
+
+       * buffer.[Ch] : The following are only changes to the ert
+       compatibility read reading old LaTeX layout and font stuff and
+       convert it to ERTInsets.
+
+       * buffer.h: added isErtInset().
+
+       * buffer.C (struct ErtComp): add a fromlayout bool to check
+       if we're inside a LaTeX layout.
+       (isErtInset): new helper function.
+       (insertErtContents): look for other ert insets before this one
+       and insert the contents there, so that we don't have subsequent
+       ERT insets with nothing between them. This way we create only one
+       inset with multiple paragraphs. Also check if we don't insert only
+       spaces ' ' as they are ignored anyway afterwards in the .tex file
+       so if we have only spaces we will ignore this latex part in the
+       new file.
+       (parseSingleLyXformat2Token \\layout): better compatibility when
+       reading layout-latex stuff.
+       (parseSingleLyXformat2Token \\lang): put the insetERT in the right
+       language tag.
+       (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
+       stuff after reading the inset only get the information back from
+       the stack.
+
 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
 
        * buffer.C (makeLaTeXFile): Put language options after loading babel.