]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
add missing space after lyxformat
[lyx.git] / ChangeLog
index f80e76033aab3f11e6d5f18f9266bd7f818f7ca4..ee8956fb5bd830bfd948e9afa8f3fcca1777e0e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+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