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