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