]> 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 c549ab874dfe40f67b10e1ee4f76600349848ed7..9403b0b79b0a683b7a4c9fa49fc281783793535a 100644 (file)
@@ -1,3 +1,414 @@
+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.
+
+2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * 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
+
+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:
+       * filedlg.h:
+       * filedlg.C:
+       * LyXAction.C:
+       * ToolbarDefaults.C:
+       * bufferlist.C:
+       * commandtags.h:
+       * form1.C:
+       * form1.h:
+       * lyx_cb.C:
+       * lyx_cb.h:
+       * lyxfunc.h:
+       * lyxfunc.C:
+       * BufferView_pimpl.C: use new file dialog in GUII
+
+       * lyx_cb.h:
+       * lyx_cb.C: remove LayoutsCB to Toolbar
+
+2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ShareContainer.h (get): add std:: qualifier
+
+2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ShareContainer.h: define a proper ShareContainer::value_type
+       type (and use typename to please compaq cxx)
+
+2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * lyxparagraph.h: move serveral local vars to
+       ParameterStruct/ParagraphParameters., use ShareContainer in
+       FontTable., make vars in FontTable private and add getter and
+       setter.
+
+       * paragraph.C: changes because of the above.
+
+       * lyxfont.h: remove copy constructor and copy assignment. (the
+       default ones is ok), move number inside FontBits. move inlines to
+       lyxfont.C 
+
+       * lyxfont.C: add number to initializaton of statics, move several
+       inlines here. constify several local vars. some whitespace
+       cleanup. Dont hide outerscope variables.
+
+       * Spacing.h: add two new constructors to match the set methods.
+
+       * ShareContainer.h: new file, will perhaps be moved to support
+
+       * ParameterStruct.h: new file
+
+       * ParagraphParameters.h: new file
+
+       * ParagraphParameters.C: new file
+
+       * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
+       ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
+
+       * BufferView_pimpl.C: ParagraphParameter changes.
+       * buffer.C: Likewise.
+       * bufferview_funcs.C: Likewise.
+       * text.C: Likewise.
+       * text2.C: Likewise.
+       
+2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxfind.C (LyXReplace): do not redefine default argument in
+       implementation. 
+       (IsStringInText): ditto
+       (SearchForward): ditto
+       (SearchBackward): ditto
+
+2001-03-06  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (IsStringInText): put parentes around expressions.
+
+2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
+       
+2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
+
+       * stl_string_fwd.h: add comment
+
+       * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
+
+       * tabular.h:
+       * tabular.C: remove unused DocBook methods
+
+       * intl.C:
+       * language.C:
+       * paragraph.C:
+       * buffer.C:
+       killed DO_USE_DEFAULT_LANGUAGE
+
+2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyx_gui.C: do not include language.h.
+
+       * bufferview_funcs.C (ToggleAndShow): do not provide optional
+       arguments in function implementation.
+
+2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * BufferView_pimpl.C: add <ctime>
+
 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * BufferView_pimpl.C: add using std::find_if