X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=326a1668650479e745328b39d3a951e7d4ffaa43;hb=4925a78eb2539649960056c104249d693b7b6e00;hp=8e86c9a2205681162679cf61aa25508b78bcbaa0;hpb=609734fc4668e7900e9f2bcc74595500f151f030;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 8e86c9a220..326a166865 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,60 @@ +2001-11-03 Dekel Tsur + + * paragraph.C (TeXOnePar): Correct placement of \selectlanguage + commands. + +2001-10-31 Jean-Marc Lasgouttes + + * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is + disabled. + +2001-10-30 John Levon + + * lyx_main.C: change ref to known bugs + +2001-10-30 Kayvan A. Sylvan + + * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead + to work around older babel problems. + +2001-10-28 Kayvan A. Sylvan + + * LaTeXFeatures.[hC]: Now uses skak.sty for chess material. + +2001-10-24 Juergen Vigna + + * 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 + + * buffer.h (docbookHandleCaption): + * buffer.C (docbookHandleCaption): removed unused function. + (makeDocBookFile): moved docbook supported version to v4.1. + +2001-10-24 José Matos + + * 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 + + * 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 * sp_pspell.h (class PSpell): add alive function needed in the