]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix dialogs in LyX/Mac
[lyx.git] / src / ChangeLog
index 413d0da7b58839647e7c2ad013c911e21c70c468..217a9c917e7885864490334a041ac90b87a9d284 100644 (file)
@@ -1,11 +1,54 @@
+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):
+       * lyxrc.[Ch] (read, write, getDescription): make the indexing command
+       (usually 'makeindex') configurable.
+
+       * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
+       with a variable rather than with a number.
+
+2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * output_latex.C (TeXOnePar): make sure font setting is the first
+       thing that gets output (and the last at the end). Should fix bug
+       1404.
+
+2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: use proper signal include
+
+       * LaTeX.h: Use preferred calling of Boost.Signal
+       * buffer.h: ditto
+
+2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: dont include <boost/function/function0.hpp>
+
+       * Makefile.am (lyx_SOURCES): remove ShareContainer.h
+
+       * paragraph_pimpl.h: remove usage of ShareContainer
+
+       * paragraph_pimpl.C: remove initialization of ShareContainer.
+
 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        Fix bug #1666
-       
+
        * BufferView.C (putSelectionAt): change the semantics when
        backwards == true: now, this just swaps cursor and anchor wrt the
        forward case
-       
+
        * BufferView.h (putSelectionAt): add some documentation
 
        * lyxfind.C (findBackwards): rewrite using while(). In particular,