]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
better the minipage compability a bit
[lyx.git] / src / ChangeLog
index e0eb0352e61b77d13252af9fd6baa7e562ec7a51..4148a2d4df1779678a9dd7eb7e20d31eae03c590 100644 (file)
@@ -1,3 +1,170 @@
+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.
+
+       * lyx_cb.C: readd using std::ios.
+
+       * buffer.C: add using std::map.
+
+       * BufferView_pimpl.C: add using std::vector.
+
+       * ShareContainer.h: add std:: to swap.
+
+       * buffer.h: add some typedefs
+       * buffer.C (getLists): use them
+       (getLists): renamed from getTocList.
+       add a counter for the different float types and use it in the
+       generated string.
+       (getLists): use the same counter for the NEW_INSETS and the "non"
+       NEW_INSETS
+
+       * lyx_cb.h: remove unused items, includes, using etc.
+
+       * ShareContainer.h: remove some commented code, add more comments
+       and "documentation".
+
+2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * buffer.C (getTocList): make the list also when NEW_INSETS is
+       defined.
+
+       * buffer.h: remove TocType
+
+       * buffer.C (getTocList): change to return a map<string,
+       vector<TocItem> >, implement for dynamic number of list.
+
+       * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
+       * text2.C (PasteSelection): adjust
+       * CutAndPaste.C (pasteSelection): adjust
+
+       * FloatList.C (FloatList): update from the new_insets branch.
+       * Floating.[Ch]: ditto
+       * LaTeXFeatures.C: ditto
+       * buffer.C: ditto
+       * lyxlex_pimpl.C: ditto
+       
+       * paragraph.C (Last): remove when NEW_INSETS is defined.
+
+       * other file: changes because of the above.
+
+2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * lyxparagraph.h: rename next to next_, previous to previous_,
+       make them private for NEW_INSETS. Rename Next() to next(),
+       Previous() to previous().
+
+       * other files: changes because of the above.
+
+2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * BufferView.h: 
+       * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
+       problem.
+
+2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * main.C (main): pass lyx_localedir to gettext_init().
+
+       * gettext.h: remove locale_init and gettext_init macros
+
+       * gettext.C (locale_init): new function
+       (gettext_init): new function
+
+       * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
+       setlocale().
+
+2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
+
+        * Moved credits to frontends:
+        * credits.[Ch]: removed
+       * credits_form.[Ch]: removed
+       * lyx_gui_misc.C: remove credits stuff
+       * Makefile.am:
+
+2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
+
+       * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
+       unneeded destructor.
+
+       * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
+       a standalone pointer again.
+
+       * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
+
 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
 
        * Makefile.am: