]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Use MenuItem::status() instead of own submenudisabled function
[lyx.git] / src / ChangeLog
index 8031b23dfcaf4f02ab8c5de55476d8faea937db4..4e06c64112889bf5f7f011fd1233983e00c13c61 100644 (file)
@@ -1,3 +1,55 @@
+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)
+
+2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * LaTeX.C: implement use of babel language in xindy.
+
+2004-10-05  José Matos  <jamatos@lyx.org>
+
+       * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
+       Add new translators to help reading and writing the lyx file.
+
+2004-10-05  José Matos  <jamatos@lyx.org>
+
+       * ParagraphParameters.C (read):
+       * text.C (readParToken): replace nexToken by more appropriate lex
+       methods.
+
 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
 
        * LaTeX.C (runMakeIndex):