]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix crash when collapsing ert with cursor inside
[lyx.git] / src / ChangeLog
index a28978107aed7ceb4c43c03a5c13a891eebc1bf1..f7bd3d613cfd98c2cf9a27e8bd591b690211196d 100644 (file)
@@ -1,7 +1,200 @@
+2005-05-07  André Pönitz  <poenitz@gmx.net>
+
+       * cursor.[Ch] (leaveInset): new function
+
+2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
+
+2005-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (getStatus): disable the spell checker dialog if
+       none of USE_[AIP]SPELL are defined.
+
+2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * tabular.C (setWidthOfCell): remove obsolete comment
+
+2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * paragraph.C (bibitem):
+       * buffer_funcs.C (setCounter):
+       * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
+
+2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text3.C (getStatus): immediately return after setOnOff        
+
+       * rowpainter.C: fix drawing of appendix start
+
+2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
+       SwitchBetweenClasses and remove the unused return value.
+       Handle character styles, too
+
+2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * factory.C (createInset): handle undefined character styles
+
+2005-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.C: protect the #include of utime.h with a preprocessor
+       guard.
+
+2005-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_cb.C: artificially define fork() on Windows as a no-op failing
+       function so that suto-saving works, albeit in a blocking manner.
+
+       * Makefile.am: make compilation of the client sub directory, of
+       apsellC, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
+       on conditionals set at configure time.
+
+       * SpellBase.[Ch]: no longer an abstract base class. Instead,
+       it can be compiled in its own right but has no-op functionality.
+
+       * aspell.C, pspell.C: remove preprocessor guards. The files should
+       be compiled only if the necessary functionality exists.
+
+       * lyxserver.C, lyxsocket.C: disable on Windows.
+
+2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text.C (leftMargin): Fix the parindent use bug (1764)
+       by dirty trick
+
+2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
+       argument.
+
+2005-04-25  Angus Leeming  <leeming@lyx.org>
+
+       * Bidi.[Ch]:
+       * coordcache.[Ch]:
+       * ispell.C:
+       * lyxserver.C:
+       * mover.C:
+       * pch.h:
+       include <config.h> in .C files, not .h ones.
+       add licence blurb.
+       protect headers inside preprocessor guards.
+
+2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * FuncStatus.h (StatusCodes): document
+
+2005-04-21  André Pönitz  <poenitz@gmx.net>
+
+       * FuncStatus.h (enabled, onoff): document
+
+2005-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (cursorToggle): no longer test whether
+       any child processes have been reaped before calling
+       handleCompletedProcesses().
+
+2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text3.C (dispatch): fix, finally fix, the language problem in
+       new lyxtexts, without disabling on-the-fly font changes (Helge's
+       bug report)
+
+2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text3.C (dispatch): set cursor on double/triple click events
+       (bug 1811)
+
+2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (actOnUpdatedPrefs): avoid warning
+       (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
+
+       * rowpainter.C (paintFirst): simplify the code a little bit. In
+       particular, remove the test for secnumdepth.
+       * text.C (setHeightOfRow): only allocate space for chapter number
+       when updateCounters provided an actual label, instead of looking
+       at secnumdepth directly.
+
+       * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
+
+       * buffer_funcs.C (setCounter): only number LABEL_COUNTER
+       paragraphs when secnumdepth is large enough or, for environments,
+       when they are not the first in a sequence.
+
+2005-04-17  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.C (makeLaTeXFile): replace code to manipulate a path
+       containing space and '~' characters with a call to latex_path().
+
+2005-04-17  Angus Leeming  <leeming@lyx.org>
+
+       * converter.C (convert): protect all args of convertDefault.sh
+       script with quotes.
+
+2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (dispatch): change the layout to "Caption" after inserting
+       a float.
+
+2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text3.C (dispatch): fix language problem in newly created
+       textinsets (and main text) in non-english docs
+
+2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
+       * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
+       * text3.C (getStatus): disable LFUN_INSET_MODIFY
+
+2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * lyxtext.h:
+       * text.C (metrics):
+       * text2.C (getFont):
+       * rowpainter.C (getFont): Fix metrics bug introduced by inset
+       fonts fix
+
+2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
+       output of \item arguments without trailing text.
+
+2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * FontIterator.C (operator*): avoid a copy of the font.
+
+2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * rowpainter.C (getFont): fix language bug from previous fix
+
+2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * rowpainter.C (RowPainter, getFont): fix font inside inset
+       (bugs 1766, 1809)
+
+2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
+       preventing inserted font, deco, delim insets jumping to start of
+       surrounding inset.
+
+2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (dispatch): translate message before sending it to the
+       minibuffer.
+
+2005-03-29  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_main.C (priv_exec): call os::internal_path on each file passed
+       to LyX on the command line.
+
 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
 
        * vc-backend.C: use QuoteName to protect file names wherever
-       necessary. 
+       necessary.
 
 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
 
 
        * lyxfunc.C (getStatus): fix warning when assertions are disabled
 
-       * text3.C: 
-       * lyxfunc.C: 
+       * text3.C:
+       * lyxfunc.C:
        * dociterator.C: include <boost/current_function.hpp>, which is
        needed when assertions are disabled.
 
-2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net> 
+2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
 
-       * text2.C: fix for stuck cursor when traversing two 
-       consecutive spaces. [bug 1255] (pars_[old.pit()].setChange) 
+       * text2.C: fix for stuck cursor when traversing two
+       consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
 
 2005-02-25  Andreas Vox  <avox@arcor.de>
 
        simple way. When no float is found above the caption, use the
        labelstring of the caption layout as default.
 
-       * text.C (breakParagraph, backspace): 
+       * text.C (breakParagraph, backspace):
        * text2.C (init, setLayout, changeDepth):
-       * text3.C (dispatch): 
+       * text3.C (dispatch):
        * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
        updateCounters.
 
 
 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
 
-       * paragraph_funcs.C: fix crash when pasting insets in change 
+       * paragraph_funcs.C: fix crash when pasting insets in change
        tracking mode [bug 1277] (honour change type in moveItem).
 
 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
        but use update() to get correct screen display; use convert
-       instead of istringstream. 
-       (getStatus): handle LFUN_GOTO_PARAGRAPH 
+       instead of istringstream.
+       (getStatus): handle LFUN_GOTO_PARAGRAPH
 
        * lyxfunc.C (dispatch, getStatus): do not handle
        LFUN_GOTO_PARAGRAPH here.