]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Correct placement of the \selectlanguage commands.
[lyx.git] / src / ChangeLog
index b2461abc1cd798cf7b17e87c25d7ec4adb008ec9..326a1668650479e745328b39d3a951e7d4ffaa43 100644 (file)
@@ -1,3 +1,114 @@
+2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
+       commands.
+
+2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
+       disabled. 
+
+2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_main.C: change ref to known bugs
+2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
+       to work around older babel problems.
+
+2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
+
+2001-10-24  Juergen Vigna  <jug@sad.it>
+
+       * tabular-old.C (ReadOld): below variable changes reflected.
+
+       * tabular.[Ch]: added ltType struct for longtable header/footer
+       defines and changed all instances where they are used. Added
+       future support for double top/bottom rows.
+
+2001-10-24  José Matos  <jamatos@fep.up.pt>
+
+       * buffer.h (docbookHandleCaption):
+       * buffer.C (docbookHandleCaption): removed unused function.
+       (makeDocBookFile): moved docbook supported version to v4.1.
+
+2001-10-24  José Matos  <jamatos@fep.up.pt>
+
+       * tabular.h:
+       * tabular.C (docbookRow): new function to export docbook code of a row.
+       (DocBook): now honors the longtable flags.
+
+2001-10-23  José Matos  <jamatos@fep.up.pt>
+
+       * LaTeXFeatures.h:
+       * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
+       of the lyx defined sgml entities used in a docbook/linuxdoc document.
+
+       * buffer.C (makeLinuxDocFile):
+       (makeDocBookFile): reworked the preamble, more clean, and with
+       support for lyx defined entities. Changed the document declaration
+       to be more XML friendly.
+
+       * tabular.C (DocBook): removed / terminator to be more SGML friendly,
+       if we need to output XML that should be done with a filter.
+       
+2001-10-22  Juergen Vigna  <jug@sad.it>
+
+       * sp_pspell.h (class PSpell): add alive function needed in the
+       controller to see if the spellchecker could be started.
+
+2001-10-22  Juergen Vigna  <jug@sad.it>
+
+       * buffer.C (insertStringAsLines): modify the font for inserting
+       chars in certain conditions by calling checkInsertChar(font).
+
+2001-10-19  Juergen Vigna  <jug@sad.it>
+
+       * text.C (workWidth): use getRow instead of wrong algorithm.
+       (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
+
+2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxserver.h:
+       * lyxserver.C:
+       * lyx_main.h:
+       * lyx_main.C: add emergencyCleanup (remove pipes on crash)
+
+2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text.C (workWidth): do not search for the exact row when
+       margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
+       optimization for big documents.
+
+2001-10-18  Juergen Vigna  <jug@sad.it>
+
+       * text.C (workWidth): new function with added Inset * parameter.
+
+2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text2.C (setCursorFromCoordinates): use Paragraph::size_type
+
+       * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
+       change return type of getColumnNearX.
+       
+
+       * text.C (changeRegionCase): use uppercase/lowercase instead of
+       toupper/tolower. 
+       (leftMargin): 
+       (rightMargin): simplify code by factoring out the uses of
+       textclasslist.
+       (labelFill): 
+       (numberOfHfills): 
+       (setHeightOfRow): 
+       (appendParagraph): use Paragraph::size_type
+
+2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * vspace.C (asLatexString): add a missing break
+
 2001-10-15  Herbert Voss  <voss@perce.de>
 
        * vspace.C (asLatexString): fix bug in output of string for l% and p%.
        of a cursor (row, etc.) after a character has been deleted
        (deleteEmptyParagraphMechanism): call the method above on _all_
        cursors held by the LyXText when a double space has been
-       detected/deleted. 
+       detected/deleted.
 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the