]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove assert
[lyx.git] / src / ChangeLog
index eb6a546816b9cfbb3c0f66d4e064a5417179fffa..d34ed386b5d85f33f0a9c343c88661271ee94449 100644 (file)
@@ -1,3 +1,87 @@
+
+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  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.
+
+       * paragraph_funcs.C (breakParagraph): dont reset the layout on
+       keepEmpty paragraphs
+
+       * text.C (setCursorFromCoordinates): add a debug statement
+
+       * text2.C (getColumnNearX): bug 1825 make sure that we don't
+       return a pos that is not on the row
+
+       * output_latex.C (TeXDeeper): get rid of potential dereferencing
+       of past the end iterator
+
+2005-07-14  André Pönitz  <poenitz@gmx.net>
+
+       * undo.C (recordUndoFullBuffer): implement undo for
+  textclass switches
+
+2005-07-14  André Pönitz  <poenitz@gmx.net>
+
+       * cursor.C (setSelection): open insets when selection is set there
+  to avoid crashs with cold coord cache
+
+2005-07-14  André Pönitz  <poenitz@gmx.net>
+
+       * trans_mgr.C (insert): move cursor to the right after inserting
+  a char.
+
+2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * BufferView_pimpl.C (update): dampen some of the debug blabbering
+       * factory.C (readInset): ditto
+       * text.C, text2.C: ditto
+
+2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * buffer.C: format incremented to 242. There is no file format per
+       se, but the "frenchb" language has been removed from lib/language
+       and has to be translated to "french" by lyx2lyx.
+
+2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * cursor_slice.h, dociterator.h: add some documentation
+       * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
+
+2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text.C (leftMargin): do not add identation to display() style
+       insets, because they are always centered (bug 1293).
+
+2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
+       formatted_time methods in support/lyxtime.
+
 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * toc.[Ch]: new method getGuiName, which is used by the frontends