]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / ChangeLog
index ce836687c9ec7af265c4e76805fe8c17ebd1c4a0..9403b0b79b0a683b7a4c9fa49fc281783793535a 100644 (file)
@@ -1,3 +1,167 @@
+2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * LString.h: removed "using std::getline"!
+
+       * BufferView_pimpl.C (Dispatch): changes due to changes in
+       InsetInclude::Params.
+
+       * buffer.C (tag_name): removed redundant break statements as they were
+       producing lots of warnings with my compiler.
+
+2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * LString.h: add "using std::getline" when using the real <string>.
+
+2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
+
+       * buffer.C: removed bitset usage.
+       PAR_TAG moved to an anonymous name space.
+       (tag_name): new funtion, also in the anonymous namespace.
+       (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
+       (makeDocBookFile): clean code. Completed transition from string arrays
+       to string vectors.
+       (SimpleDocBookOnePar): code clean.
+
+2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * tabular.C: add some comments.
+
+2001-03-22  Juergen Vigna  <jug@sad.it>
+
+       * buffer.C (parseSingleLyXformat2Token): redone the minipage
+       compatibility read a bit and fixed bug with minipage in different
+       depth.
+
+2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
+
+       * buffer.C (pop_tag): removed.
+       (push_tag): removed.
+       (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
+       array replaced with vector. Added support for CDATA sections.
+       (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
+       at any nest level.
+       (makeDocBookFile): XML conformant declaration of CDATA section,
+       fixed bug related to <emphasis> in the first paragraph char.
+       (sgmlOpenTag): exclude empty tags.
+       (sgmlCloseTag): ditto.
+       
+       * buffer.h (pop_tag): removed.
+       (push_tag): removed.
+
+2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * language.h (Languages): added size_type and size().
+
+2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
+       response on compability reading of minipages. One probliem is that
+       the old usage of minipages was «flertydig» 
+
+       * several files here and in subdirs: don't use static at file
+       scope use anon namespaces instead.
+
+2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
+
+       * paragraph.C (TeXEnvironment): Added \n to \end{environment}
+       LaTeX output. This is necessary for Literate document
+       processing.
+
+2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * buffer.C: insert hfill when needed.
+
+       * tabular.C (l_getline): use string::erase, small whitespace change.
+
+       * BufferView_pimpl.C: try the anon namespace.
+       * WorkArea.C: ditto
+
+2001-03-16  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
+       otherwise it won't open options-dialogs.
+
+       * buffer.C: honor pextraWidth(p) on converting minipages.
+
+       * tabular.C (l_getline): changed the functions to strip trailing \r.
+
+2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * BufferView_pimpl.C:
+       * minibuffer..C: added "using SigC::slot" declaration.
+
+2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * lyxlex_pimpl.h: noncopyable is in namespace boost.
+
+       * text2.C: ditto
+
+       * text.C: ditto
+
+       * paragraph.C: ditto
+
+       * lyxtext.h: NO_PEXTRA
+
+       * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
+
+       * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
+       * ParameterStruct.h: ditto
+       * ParagraphParameters.h: ditto 
+       * lyxparagraph.h: ditto
+
+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-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: change from intl.C
+
+       * combox.h:
+       * combox.C:
+       * Makefile.am: move combox.*
+
+       * form1.h:
+       * form1.C:
+       * lyx_gui.C:
+       * intl.h:
+       * intl.C: remove dialog (covered by prefs)
+
+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.
 
        * lyxfont.C (update): don't honor toggleall on font size.
 
+2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
+
+       * bmtable.c:
+       * bmtable.h:
+       * Makefile.am: moved to frontends/xforms/
+
+       * lyx_gui_misc.C:
+       * lyxfunc.C:
+       * BufferView_pimpl.C: changes for moved mathpanel
+
 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
 
        * gettext.h: fix gettext_init() in --disable-nls