Georg Baum <[EMAIL PROTECTED]> writes: | diff -p -r -U 4 -X excl.tmp lyx-1.4-clean/src/ChangeLog lyx-1.4-cvs/src/ChangeLog | --- lyx-1.4-clean/src/ChangeLog 2004-05-14 19:53:10.000000000 +0200 | +++ lyx-1.4-cvs/src/ChangeLog 2004-05-15 12:03:44.000000000 +0200 | @@ -1,4 +1,18 @@ | +2004-05-15 Georg Baum <[EMAIL PROTECTED]> | + | + * paragraph.C (startTeXParParams): correct column count | + * CutAndPaste.C (pasteSelection): remove const_cast | + * output_docbook.C (docbookParagraphs): remove const_cast | + * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove | + const_cast and return ParagraphList::const_iterator | + * output_linuxdoc.C (linuxdocParagraphs): remove const_cast | + * output_plaintext.C (writeFileAscii): remove const_cast | + * paragraph.[Ch] (simpleTeXOnePar): make const | + * paragraph_funcs.C (outerPar): use const iterators | + * paragraph_pimpl.C (validate): use const iterators | + * text.C (setHeightOfRow): use const iterators | +
All of these changes look very good to me. -- Lgb