]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Change to use preffered calling of Boost.Function
[lyx.git] / src / ChangeLog
index 578f044b61feb7b7027306a7e900cb46efa4a378..5beb1f6a2f88ef0ac542d58012246a8e0e9bbe69 100644 (file)
@@ -1,3 +1,68 @@
+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,
+       make sure backwardChar is done at least once (to avoid getting
+       stuck)
+       (findNextChange): use putSelectionAt in the forward direction
+       (operator()): use Paragraph::isWord
+
+2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Spacing.C (set): c_str fix
+
+2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyx_cb.C (Reconfigure): quote the name of configure script in
+       case it contains spaces
+
+2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * client: new dir
+
+       * Makefile.am (SUBDIRS): change order of subdirs and add client dir
+       (BOOST_LIBS): use top_buildir when looking for the file
+
+2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: do not use include boost/format.hpp, multiple symbols
+               will result (gcc bug)
+
+
+2004-08-23  José Matos  <jamatos@lyx.org>
+
+       * bufferparams.C (readToken): fix reading of the author field.
+
+2004-08-20  José Matos  <jamatos@lyx.org>
+
+       * lyxrc.C: remove support/translator.h inclusion since it is not used.
+
+2004-08-20  José Matos  <jamatos@lyx.org>
+
+       * lyxlex.[Ch] (findToken): remove function.
+
+       * ParagraphParameters.C (findToken):
+       * bufferparams.C (findToken): replace call for previous function
+       with local copy. This local function has one more argument, the
+       read string argument.
+
 2004-08-16  José Matos  <jamatos@lyx.org>
 
        * ParagraphParameters.C (write):
 
        * lyxlex.C (getString): fix comment, buffer::readBody is now
        buffer:readDocument.
-       
+
        * tex-strings.C (string_papersize): Default -> default,
        Custom -> custom, for consistency with other options.