]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove assert
[lyx.git] / src / ChangeLog
index dd1793e37d01e4eda565bb246b9541279eb2b7d0..d34ed386b5d85f33f0a9c343c88661271ee94449 100644 (file)
@@ -1,9 +1,30 @@
+
+2005-07-16  André Pönitz  <poenitz@gmx.net>
+
+       * paragraph.h (getChar): remove asserts as the same kind of security
+  can be achieved by using a suitable standard library implementation
+  and the function was in the critical path (25.9% in profiler)
+
+2005-07-16  Juergen Vigna <jug@lyx.org>
+
+       * cursor.C (bruteFind2):
+       * bufferview_funcs.C (coordOffset): 
+       * text.C (cursorX,cursorY): Handle cursor position after last char
+       in row before a inset which uses a whole row.
+
+2005-07-15  José Matos <jamatos@lyx.org>
+
+       * output_plaintext.[Ch] (writeFileAscii): control reference title
+       printing.
+       (asciiParagraph): noparbreak was already deal and was incorrectly
+       used.
+
 2005-07-15  Juergen Vigna <jug@lyx.org>
 
        * lyxfunc.C (dispatch): save and restore the cursor after a
        textclass switch.
 
-2005-07-15    <lgb@tandberg.net>
+2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
 
        * text.C (backspace): bug 806 for empty keepempty paragraphs we
        change the layout to default before letting DEPM do its thing.