]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix crash when collapsing ert with cursor inside
[lyx.git] / src / ChangeLog
index 06c25830b4cb04cd1f734751e7aade6f7cbbeb8b..f7bd3d613cfd98c2cf9a27e8bd591b690211196d 100644 (file)
@@ -1,3 +1,74 @@
+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]: