]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
more guii moving around.
[lyx.git] / src / ChangeLog
index b5351307602db44b4b78ccf73b4c9c3d26a69850..1e1f157dee99a2a1296356894342ece3d188ed66 100644 (file)
@@ -1,3 +1,210 @@
+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.
+
+       * LaTeXFeatures.C (getBabelOptions): New method.
+
+2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * BufferView_pimpl.C (Dispatch): work around missing argument for
+       'layout'
+
+2002-05-08  Juergen Vigna  <jug@sad.it>
+
+       * text.C (leftMargin): handle paragraph leftindent.
+
+       * paragraph.C (writeFile): write the new \\leftindent tag.
+       (validate): handle leftindent code.
+       (TeXEnvironment): handle paragraphleftindent code again.
+
+       * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
+
+       * buffer.C (parseSingleLyXformat2Token): added compatibility code
+       for paragrap_extra indent code and new token \\leftindent.
+       (latexParagraphs): handle the leftindent as environment.
+
+       * ParameterStruct.h: added leftindent support.
+
+       * ParagraphParameters.C (leftIndent): added support functions for
+       the paragraph left indent.
+
+       * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
+       more appropriate.
+
+2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * paragraph.C (isRightToLeftPar): Return false for a paragraph
+       inside insetERT.
+
+       * text.C (computeBidiTables): No bidi in insetERT.
+
+       * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
+       in RTL documents.
+
+2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * version.C.in: pre 5
+
+2002-05-02  José Matos  <jamatos@fep.up.pt>
+       * buffer.C (makeDocBookFile): white space changes, add newline to
+       command styles.
+       (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
+
+       * tabular.C (docBook): fix typo.
+
+2002-05-03  Juergen Vigna  <jug@sad.it>
+
+       * screen.C (drawFromTo): recalculate the rowpointer if we had a
+       change in LyXText as we can not be sure it was not freed.
+       (drawOneRow): remove unused code.
+
+       * text.C (drawInset): redo the calculation of the need_break_row as
+       it could have a row which was already freed.
+       (draw): look at the return value of drawInset and return false if
+       it also returned false.
+       (paintRowText): look at the return value of draw and return false if
+       it also returned false.
+
+       * lyxtext.h: added bool return type to drawInset() and draw() so that
+       if we have a change in the row so that the rowbreak has to be redone
+       we abort drawing as it will be called again.
+
+2002-05-02  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
+       a change in the maintext also if we're inside an inset.
+       (Dispatch): set the cursor again after a break line and after the
+       screen has been updated as it could be we're in a different row.
+
+       * text2.C (fixCursorAfterDelete): check to make sure we don't request
+       to set the cursor behind the pargraph with > size().
+       (setCursor): check also for the same paragraph when checking where
+       to put the cursor if we have a NFR inset.
+
+       * buffer.C (parseSingleLyXformat2Token): move the compatibility
+       parts of layout read further up as it still was in the wrong
+       position.
+
 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * screen.C (drawFromTo): change sine fullRebreak always return