]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
The Movers patch.
[lyx.git] / src / ChangeLog
index c8941f14b9249ad7b41be2685cc48dd46dea3095..dc6b2254d78ebf557f96d03c316a1bdd5161e359 100644 (file)
@@ -1,8 +1,122 @@
+2004-10-26  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: add mover.[Ch].
+
+       * converter.C (convert, move): use the new Movers to move external
+       files to the temp directory.
+
+       * lyx_main.C (init): ensure that the global system_movers data
+       is initialised.
+
+       * lyxrc.[Ch]: code to read and write 'copiers' from/to the
+       preferences file.
+
+       * mover.[Ch]: new files, defining a Mover as a utility to move an
+       external file between directories and, if necessary, manipulate this
+       file using a helper script.
+
+2004-10-25  José Matos  <jamatos@lyx.org>
+
+       * output_docbook.C (makeCommand): merge two if's that tested the same condition.
+
+2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * sgml.C (escapeString): fix warning in a better way
+
+2004-10-25  José Matos  <jamatos@lyx.org>
+
+       * sgml.C (escapeString): import the require boosts header file for
+       tie, and avoid a signed unsigned comparison.
+
+2004-10-25  José Matos  <jamatos@lyx.org>
+
+       * sgml.h: add #include <string>
+
+2004-10-25  José Matos  <jamatos@lyx.org>
+
+       * sgml.[Ch] (escapeString): new function to escape all the string.
+
+2004-10-24  José Matos  <jamatos@lyx.org>
+
+       * paragraph.[Ch] (getFirstWord): new function to get the first
+       word. Useful for description.
+       (simpleDocBookOnePar): remove depth argument, add another that
+       says where to start the paragraph.
+
+       * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
+       use the new functions to fix cleanly the support for descriptions.
+
+2004-10-24  José Matos  <jamatos@lyx.org>
+
+       * buffer.C (makeLinuxDocFile, makeDocBookFile):
+       * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
+       * output_linuxdoc.C (linuxdocParagraphs):
+       * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
+       add buffer as argument.
+
+2004-10-24  José Matos  <jamatos@lyx.org>
+
+       * output_docbook.C (makeEnvironment, searchEnvironment): place
+       CDATA inside paragraphs and fix scope for listitems.
+
+2004-10-24  José Matos  <jamatos@lyx.org>
+
+       * output_docbook.C: remove using statement for stack.
+
+2004-10-23  José Matos  <jamatos@lyx.org>
+
+       * buffer.C (makeDocBookFile): reorganize the comments about lyx.
+       * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
+       docbook. The new scheme is recursive and makes use of iterators, the
+       same as latex export works.
+       * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
+       directly with the paragraph contents. This code was moved up to
+       output_docbook.C (docbookParagraphs).
+       * sgml.C (openTag, closeTag): removed unneeded newlines.
+       (closeEnvTags) removed.
+
+2003-10-23  André Pönitz  <poenitz@gmx.net>
+
+       * undo.C (textUndoOrRedo):
+       * dociterator.C (asDocIterator): work around crash
+
+       * cursor.C (getStatus): replace ASSERT by more verbose error message
+         and manual correction of the problem. Should increase stability
+         while providing more sensible information.
+
+2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
+
+       * bufferlist.C (previous, next): new methods
+
+       * lfuns.h:
+       * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
+
+2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
+
+       * buffer.C (makeDocBookFile): add dsssl stylesheet control
+       entities to preamble.
+
+2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * messages.C (Pimpl): strip off translation context information
+
+2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
+       the cursor is correct (bug 1694)
+
+2004-10-13  José Matos  <jamatos@lyx.org>
+
+       * output_docbook.C (docbookParagraphs): fix closing tags in the
+       end of the document.
+
 2004-10-09  José Matos  <jamatos@lyx.org>
 
        * buffer.C: format up to 237.
        * bufferparams.C (write): use tostr to convert booleans to strings.
-       
+
 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * lyxrc.C: add to tooltip about using xindy to prefs (xforms)