]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
add missing space after lyxformat
[lyx.git] / ChangeLog
index 8ac3da27410c0498d86018bfa148458f4095f1ac..ee8956fb5bd830bfd948e9afa8f3fcca1777e0e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2001-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/buffer.C (writeFile): add missing ' ' after lyxformat.
+
+       * src/buffer.h: change format to int, and change name to file_format
+
+       * src/buffer.C: change LYX_FORMAT to int, and bump version number
+       to 218.
+       (readLyXformat2): handle it
+       handle it
+       (readFile): handle it
+       (writeFile): handle it
+
+2001-01-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * src/insets/insettext.C (LocalDispatch): Add handling of 
+       LFUN_BREAKPARAGRAPHKEEPLAYOUT.
+
+2001-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/tabular.C (Write): write lowercase identifiers
+       (Read): read lowercase identifiers
+
+2001-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/support/lyxstring.C (rfind): better fix (from Dekel).
+
+       * src/tabular.h: add a couple std:: qualifiers.
+
+2001-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/lyxstring.C (rfind): also test the first char in the
+       string and be sure that t >= 0.
+
+2001-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/tabular.C (ReadNew): new method
+       (Read): changed to call ReadNew or ReadOld depending on the
+       tabular version found.
+
+       * src/tabular-old.C: new file with the support functions and the
+       ReadOld method.
+       (ReadOld): new method
+
+       * src/frontends/xforms/FormDocument.C (CheckChoiceClass): make tc
+       unsigned to remove a signed/usigned warning.
+
+       * src/tabular.C (tostr): new spesializations, replaces type2string
+       (Write): use the new spesializations
+
+2001-01-09  Juergen Vigna  <jug@sad.it>
+
+       * src/tabular.C (OldFormatRead): convert the footer/header information
+       to the right row.
+       (getTokenValue): chaned this functions again.
+       (string2type): added a bunch of this functions per type.
+       (Write): use type2string and write columns first.
+       (type2string): added a bunch of this functions per type.
+       (TeXBottomHLine): 
+       (TeXTopHLine): check row parameter.
+
+2001-01-08  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * src/tabular.C (getTokenValue): Fix crash with malformed files.
+       (Read): Read the rotate attribute.
+
 2001-01-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * src/frontends/xforms/FormDocument.C (CheckChoiceClass): fix