]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
doxygen documentation fix
[lyx.git] / src / ChangeLog
index b069f4e5e85a974edadb047ed3b926fdf102b5b2..bed26ff8ef7eb3c5d04e4a312bb96668dc0ca0d6 100644 (file)
@@ -1,3 +1,108 @@
+2006-03-12  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * lyxtext.h: doxygen documentation fix
+
+2006-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * paragraph.[Ch] (write, lookupChange, lookupChangeFull;
+       added setChangeFull):
+       * paragraph_pimpl.[Ch] (trackChanges, cleanChanges, acceptChange,
+       rejectChange, erase; added setChangeFull):
+       * CutAndPaste.C (eraseSelectionHelper):
+       * lyxtext.h:
+       * text.C (readParToken, readParagraph, breakParagraph,
+       acceptChange, rejectChange, backspace, currentState; 
+       added backspacePos0):
+       * paragraph_funcs.C (breakParagraphConservative, mergeParagraph):
+       * lyxfind.C (findChange, findNextChange): fix bug 880: Change
+       tracked paragraphs should still allow a paragraph split (and related
+       things, i.e., multi-paragraph change tracking)
+
+2006-03-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.C: fix bug 2212: First change is skipped is
+       "Merge changes..." dialog
+
+2006-03-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * bufferparams.C (writeLaTeX): define \labelitemi with \def. Fixes LaTeX 
+       error if the class has not defined them yet (bug 2053).
+
+2006-03-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]: 
+       * LyXAction.C:
+       * debug.[Ch]:
+       * rowpainter.C:
+       * text3.C: Inside-inset speedup, esp. for the Mac (bug 2195)
+
+2006-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * pch.h: fix nullstream.hpp location for boost 1.33.0
+
+2006-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * pch.h:
+       * support/pch.h:
+       * support/debugstream.h: Use the correct nullstream.
+
+2006-02-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text3.C (mathDispatch): fix math inset creation from string (bug 2315)
+
+2006-02-28  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * cursor.C (niceInsert): fix (properly) insertion of
+       fonts/decorations around selection
+
+2006-02-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyxfont.C (lyxWriteChanges): Don't write \lang latex
+
+2006-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (mathDispatch): fix crash when selection is not empty
+       but selectionAsString is empty (bug 2321).
+
+2006-02-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (changeCase): avoid crash in empty paragraph or on last
+       word of the paragraph. (buf 2323)
+       (cursorRightOneWord): fix the logic to stop at a beginning of a word.
+
+2006-02-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * buffer.C (readHeader): also erase params.preamble in advance
+       so that an empty preamble is actually recognized (bug 2317).
+
+       * rowpainter.C (paintFromPos): ditch applyOuterFont (bug 2308).
+
+2006-02-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text2.C (deleteEmptyParagraphMechanism): 64bit compile fix
+
+2006-02-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * buffer.C:
+       * bufferparams.[Ch]:
+       * lyxtext.h:
+       * paragraph.[Ch]:
+       * paragraph_funcs.C
+       * rowpainter.C:
+       * text.C:
+       * text2.C:
+       * text3.C: Fix bug 2115: blue language lines (for default font)
+       popping up when the documnent font is different. This includes work
+       by Georg Baum.
+
+2006-02-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * exporter.C (Backends): Add "lyx" backend
+       * exporter.C (Export): Handle "lyx" backend
+       * graph.C (getReachable): Don't exclude "lyx"
+       * MenuBackend.C (expandFormats): exclude "lyx" from export menu
+
 2006-02-03  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * cursor.C (bruteFind2): convert relative to absolute co-ordinates