]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Change to use preffered calling of Boost.Function
[lyx.git] / src / ChangeLog
index 060df91447072510ffd5ce63440b66b3dba43569..5beb1f6a2f88ef0ac542d58012246a8e0e9bbe69 100644 (file)
@@ -1,3 +1,45 @@
+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