]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
prevent crash when inserting minipage in table cell,
[lyx.git] / src / ChangeLog
index afa6e1ddf6f1a905509611c37bb10f9a3134f104..ff1b01b7b4d948878318524a646988a05d83217d 100644 (file)
@@ -1,3 +1,102 @@
+
+2003-07-30  André Pönitz  <poenitz@gmx.net>
+
+       * tabular.C: don't use Assert too heavily. This crashes where it
+         shouldn't
+
+2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
+       is disabled (bug 1232)
+
+2003-07-30     Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * factory.C: limited 'arg' scope
+
+2003-07-30     Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * factory.C: fixed Note submenu issues
+
+2003-07-30     Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * factory.C: submenu for Note/Comment/Greyedout
+
+2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
+       
+       * lyx_main.C (LyX):
+       * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
+       
+2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * LaTeXFeatures.C:
+       * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
+       greyedout. Patch provided by Jürgen Spitzmüller.
+
+2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * kbmap.C (read): fix error message when reading bind files
+
+2003-07-29  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
+       certainly does not do what it purports to do. I am doing it, and
+       us, a favour by killing it.
+
+2003-07-28  José Matos  <jamatos@lyx.org>
+
+       * buffer.C (readBody, do_writeFile):
+       * paragraph.C(readParagraph): \end_document replaces \the_end.
+
+2003-07-29  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]:
+       * lyxfunc.C:
+       * text2.C:
+       * text3.C:
+       * textcursor.[Ch]: remove toggleToggle & Co
+
+2003-07-28  José Matos  <jamatos@fep.up.pt>
+
+       * buffer.C (readParagraph):
+       * params_func (readParToken, readParagraph):
+       * paragraph.C (write): \layout -> \begin_layout.
+
+2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxlex_pimpl.C (setFile): clean up slightly.
+
+       * bufferparams.h: add compressed var
+
+       * buffer_funcs.C (readFile): adjust for LyXLex change
+       (newFile): ditto + simplify
+
+       * buffer.C (writeFile): handle writing of compressed files
+
+       * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
+       Check if the file is compressed and set a bufferparm if so.
+
+       * Makefile.am (lyx_LDADD): remove explicit -lz
+
+2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
+       makeDocBookFile): put the real LyX version in the first line of
+       the file
+
+       * version.h:
+       * version.C.in: remove lyx_docversion
+
+       * tabular.C (write_attribute): add a template-based version to
+       write enums properly
+
+2003-07-28  André Pönitz  <poenitz@gmx.net>
+
+       * lyxtext.h:
+       * text.C:
+       * text2.C:
+       * text3.C: use doubles again for x-coordinates. They are needed.
+
 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * messages.C (getLocaleDir): use lyx_localedir()
@@ -8,7 +107,6 @@
        (do_writeFile): new func, dont call expliti close... will this
        breake anything?
 
-
        * Makefile.am (lyx_LDADD): add -lz
 
 2003-07-28  José Matos  <jamatos@fep.up.pt>