]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
add missing space after lyxformat
[lyx.git] / ChangeLog
index 94eee40a117a39e60fb38f7f18c3c867390a882c..ee8956fb5bd830bfd948e9afa8f3fcca1777e0e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+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
+       class switching; do not do anything if class has not been changed.
+
+2001-01-07  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lib/build-listerrors: Exit if literate-article doesn't appear in
+       textclass.lst
+
+2001-01-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/combox.h (getline): small fix for sun CC 6.0
+       * src/combox.C (input_cb): ditto.
+       * src/spellchecker.C (sigchldhandler): ditto.
+
+       * src/lyx_main.C (init): do not query for creation of user
+       directory when running without a GUI.
+
+2001-01-08  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * src/mathed/formula.C (LocalDispatch): Toggle font properties. 
+
 2001-01-07  Dekel Tsur  <dekelts@tau.ac.il>
 
        * BufferView2.C (open_new_inset): Added 2nd argument.