]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
better the minipage compability a bit
[lyx.git] / src / ChangeLog
index 09449fa300330e6967a0a588be9f41d68a084010..4148a2d4df1779678a9dd7eb7e20d31eae03c590 100644 (file)
@@ -1,3 +1,30 @@
+2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * buffer.C: add compability for minipage alignment.
+       (latexParagraphs): remove unwanted pextra check.
+
+       * several files: remove CXX_WORKING_NAMESPACES
+
+       * buffer.C (pop_tag): tie is in namespace boost
+
+       * BufferView.h: noncopyable is in namespace boost
+       * lyxlex.h: ditto
+       * lyx_main.h: ditto
+       * lyx_gui.h: ditto
+       * layout.h: ditto
+       * lastfiles.h: ditto
+       * bufferlist.h: ditto
+       * ShareContainer.h: ditto
+       * LyXView.h: ditto
+       * LyXAction.h: ditto
+       * LaTeX.h: ditto
+
+2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Merging changes from BRANCH_MVC back into HEAD.
+
+       * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
+
 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * lyxfunc.C (Dispatch): removed redundant break statement.