]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
better the minipage compability a bit
[lyx.git] / src / ChangeLog
index a91ace0bbffadc5448b1300bf4330f1996debec2..4148a2d4df1779678a9dd7eb7e20d31eae03c590 100644 (file)
@@ -1,8 +1,75 @@
+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.
+       
+2001-03-14  Juergen Vigna  <jug@sad.it>
+
+       * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
+
+2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * buffer.C: add hack to fix compability reading of minipages.
+
+2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (getLists): Cleanup.
+
+2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxfont.C (update): don't honor toggleall on font size.
+
+2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * gettext.h: fix gettext_init() in --disable-nls
+
+2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
+
 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyx.C:
        * lyx.h: strip external form
 
+2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: add comment, destroySplash()
+
+2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C:
+       * LyXAction.C:
+       * buffer.C:
+       * commandtags.h:
+       * lyxfunc.C: use re-worked insetinclude
+
 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * buffer.C: add using std::stringstream.