]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
avoid deref of past the end iter
[lyx.git] / src / ChangeLog
index a7f6265ee871b3337e04ebcd09ad9ed79a9342a7..81d2d86d4e265822d7fd64ed18a5817a576d8795 100644 (file)
@@ -1,3 +1,137 @@
+2005-07-15    <lgb@tandberg.net>
+
+       * 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 
+       to set the toc combo (fixes bug 1870). Make TOC string translatable.
+
+2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
+       StableDocIterator const &)
+       * undo.C (recordUndo): use the above instead of cell.size() comparison
+       (fixes bug 1808; instructed by André).
+
+2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * cursor_slice.h: 
+       * dociterator.h: Fix the assert when copying rows/cols in math
+
+2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * BufferView_pimpl.C:
+       * LyXAction.C:
+       * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
+
+       * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
+       (findInset): new functions, refactored from goto Inset that return 
+       the position of a certain inset without setting the buffer's cursor
+       (by Jean-Marc); 
+       (gotoInset): rewrite to call findInset and then set the cursor
+       (by Jean-Marc).
+
+2005-06-16  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.C (output, read): wrap all input and output of paths with
+       calls to os::internal_path and os::external_path, respectively.
+       (output): wrap bind_file inside quotes.
+
+       * format.C (view): enable the viewer to use the '$$s' placeholder.
+
+2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * LColor.[Ch] (getFromLaTeXName): new
+
+2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
+
+2005-06-14  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_main.C (init): ensure that the LyX binary dir is the first
+       element in the PATH on non-POSIX builds.
+
+2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
+
+2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * rowpainter.C (paintInset, paintHebrewComposeChar)
+       (paintArabicComposeChar, paintChars): add a LyXFont argument.
+       (paintChars): use getFontSpan to reduce calls to getFont to a
+       minimum; use Paragraph::lookupChange instead of isXXXText.
+       (paintForeignMark): rename LyXFont argument.
+       (paintFromPos): pass a LyXFont object to the various paintXXX
+       methods.
+
+       * FontIterator.C (FontIterator, operator++): use
+       Paragraph::getFontSpan
+
+       * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
+       version that returns the font span as a pair.
+
+2005-06-09  Angus Leeming  <leeming@lyx.org>
+
+       * converter.C (convert): Don't forget "outfile = real_outfile" as
+       the final step in a conversion where the input and output file names
+       are the same. Otherwise, future conversion steps won't work...
+
+2005-06-09  Angus Leeming  <leeming@lyx.org>
+
+       * lyxsocket.C: remove stub code as it isn't needed by
+       MinGW/MinSYS anyway. Let's see if the MSVC people scream...
+
+2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_main.C (parse_execute): Fix last fix: is_gui = false
+       effectively disabled -x
+
 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
 
 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
-       * text.C (redoParagraph): move cursor right after a bibitem 
+       * text.C (redoParagraph): move cursor right after a bibitem
        has been inserted.
 
-       * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography. 
+       * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
 
 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * metricsinfo.h (ViewMetricsInfo):
        * rowpainter.C (paintText):
        * lyxtext.h:
-       * text.C (redoParagraph): 
+       * text.C (redoParagraph):
        * text3.C (dispatch): Make LyX only repaint current paragraph in
        case of character insert --> speedup. Also fix cursor draw
        artifacts
 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        Fix bug 1892:
-       
+
        * text2.C (getStringToIndex): constify cur argument.
 
        * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * buffer_funcs.C (setCounter): fix test for numbering of
-       environments. 
+       environments.
 
        * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
        depth correctly; use optional argument when it exists
 
        * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
        layouts that should not appear in a table of contents.
-       
+
 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * cursor.h (undispatched, noUpdate): add comments from André