]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / ChangeLog
index 00da49a87525992d31116b9189135dd1bc367f40..6c465017a4ef29798981e0b89208386e31196e19 100644 (file)
@@ -1,5 +1,22 @@
+2001-12-27  Juergen Vigna  <jug@sad.it>
+
+       * buffer.C (asciiParagraph): more fixes.
+
+       * tabular.C (ascii): make ascii export support export of only the
+       data separated by a column-delimiter.
+       (ascii): better support for ascii export.
+
+       * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
+
+2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * tabular_funcs.C: use a "using std::getline" instead of the
+       previous fix from Angus (necessary for cxx + lyxstring)
+
 2001-12-24  Juergen Vigna  <jug@sad.it>
 
+       * BufferView_pimpl.C (tripleClick): fixed for InsetText.
+
        * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
        problems. First check a minipage also if we have some ert-contents
        (not only on par->size(), second set the right depth of the paragraph