]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fixed >=100% problem in LyXLenght-Class latex output.
[lyx.git] / src / ChangeLog
index 09449fa300330e6967a0a588be9f41d68a084010..ca9396091193106562f3bf88fcab13557d722685 100644 (file)
@@ -1,3 +1,450 @@
+2001-04-18  Juergen Vigna  <jug@sad.it>
+
+       * vspace.C (asLatexString): fixed the 100% problem.
+
+2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxfunc.C (Dispatch): 
+       * minibuffer.C: 
+       * minibuffer.h: add a few std:: qualifiers
+
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * minibuffer.[Ch]: reimplement so that commands is initiated and
+       run from lyxfunc, simplified som handling, and made the completion
+       and history code for complete. wip. 
+
+       * lyxfunc.C (processKeySym): call message
+       (miniDispatch): new temporary method
+       (LFUN_EXEC_COMMAND): reimplement for new minibuffer
+       (LFUN_MESSAGE): implement
+       (LFUN_MESSAGE_PUSH): implement
+       (LFUN_MESSAGE_POP): implement
+       (initMiniBuffer): the initial/defualt minibuffer message.
+
+       * lyxfont.[Ch]: inline some more getters
+
+       * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
+
+       * lyx_gui_misc.[Ch] (WriteStatus): remove method 
+
+       * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
+       (AutoSave): use LFUN_MESSAGE
+       (Reconfigure): ditto
+
+       * importer.C (Import): constify som local vars, use LFUN_MESSAGE
+
+       * figureForm.C: use LFUN_MESSAGE
+
+       * converter.C (runLaTeX): use LFUN_MESSAGE
+
+       * bufferview_funcs.C: use LFUN_MESSAGE
+       (Melt): ditto
+       (changeDepth): ditto
+
+       * bufferparams.h: use boost::
+
+       * bufferlist.h: inherit privately from noncopyable
+
+       * bufferlist.C (loadLyXFile): remove some commented code.
+
+       * buffer.C (runChktex): use LFUN_MESSAGE
+
+       * ShareContainer.h: inherit privately from noncopyable
+
+       * ParagraphParameters.[hC] (depth): inline it.
+
+       * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
+       methods.
+       (message): new method
+       (messagePush): ditto
+       (messagePop): ditto
+       (show): init minibuffer
+       (showState): direct call
+
+       * LaTeX.[Ch]: inherit privately from noncopyable
+       (run): change second arg to LyXFunc*, use LFUN_MESSAGE
+       instead of WriteStatus.
+
+       * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
+
+       * BufferView_pimpl.C (buffer): don't init minibuffer
+       (workAreaButtonPress): use LFUN_MESSAGE
+       (workAreaButtonRelease): ditto
+       (savePosition): ditto
+       (restorePosition): ditto
+       (MenuInsertLyXFile): ditto
+       (workAreaExpose): don't init minibuffer
+       (update): remove commented code, simplify
+
+       * BufferView2.C (openStuff): use LFUN_MESSAGE
+       (toggleFloat): ditto
+       (menuUndo): ditto
+       (menuRedo): ditto
+       (copyEnvironment): ditto
+       (pasteEnvironment): ditto
+       (copy): ditto
+       (cut): ditto
+       (paste): ditto
+       (gotoInset): ditto
+       (updateInset): remove some commented code
+
+       * lastfiles.h: inherit privately from noncopyable
+       * layout.h: ditto
+       * lyx_gui.h: ditto
+       * lyx_main.h: ditto
+       * lyxlex.h: ditto
+       * lyxlex_pimpl.h: ditto
+
+       * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
+       LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
+       LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
+
+       * LyXAction.h: inherit privately from noncopyable, add methods
+       func_begin, func_end, returning iterators to the func map.
+
+       * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
+       add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
+       (func_begin): new method
+       (func_end): new method
+
+       * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
+       and not)
+       (copySelection): ditto
+       (pasteSelection): ditto
+
+       * BufferView.C: whitespace change
+       * BufferView.h: inherit privately from noncopyable
+
+2001-04-16  Allan Rae  <rae@lyx.org>
+
+       * tabular-old.C (l_getline): 
+       * spellchecker.C (sc_check_word): 
+       * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
+       an unrecognised preprocessor directive.  So ensure they're wrapped. 
+
+2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * src/exporter.C (Export): Give an error message when path to file 
+       contains spaces.
+
+2001-04-13  Juergen Vigna  <jug@sad.it>
+
+       * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
+       (LyXTabular): tried to minimize operator= operations (and realized
+       hopfully Lars wish).
+
+2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * LaTeX.C (deplog): Always check that foundfile exists.
+
+2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyx_main.h: 
+       * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
+
+2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * tabular.[Ch] (getLabelList): implement new method
+
+       * minibuffer.h: comment ouf setTiimer
+
+       * minibuffer.C (ExecutingCB): constify res
+       (peek_event): constify s
+       (Set): constify ntext
+       (Init): constify nicename
+
+       * BufferView2.C (updateInset): comment out Minibuffer::setTimer
+
+       * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
+       (savePosition): use two params to Minibuffer::Set
+       (restorePosition): ditto
+
+2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyx_main.C: include language.h
+
+       * Makefile.am (lyx_main.o): add language.h
+
+2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * exporter.C: 
+       * paragraph.C: 
+       * screen.C: 
+       * tabular.C: 
+       * CutAndPaste.C: include gettext.h
+
+       * lyxfont.h: remove old hack with ON and OFF.
+
+       * lyxparagraph.h: 
+       * lyxfont.h: do not include language.h...
+
+       * BufferView2.C: 
+       * LaTeXFeatures.C: 
+       * Painter.C: 
+       * bufferview_funcs.C: 
+       * font.C: 
+       * lyxfont.C: 
+       * text.C: 
+       * text2.C: 
+       * trans_mgr.C: 
+       * paragraph.C: ... but do it here instead
+
+2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
+
+       * tabular.C: small reformat
+
+       * paragraph.C (GetFontSettings): split in NEW_INSETS and non
+       NEW_INSETS version
+       (GetChar): ditto
+       (BreakParagraph): ditto
+       (SetOnlyLayout): ditto
+       (SetLayout): ditto
+
+       * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
+       with one arg less.
+
+       * lastfiles.C: removed most using decl, add std:: where needed
+
+       * buffer.C: ws changes
+
+       * MenuBackend.C (class compare_format): put into anon namespace
+       (expand): constify label, names, action, action2
+       (expand): 
+
+       * text.C (SingleWidth): constify font
+       (IsBoundary): constify rtl2
+       (GetVisibleRow): constify ww
+
+       * LaTeX.C (deplog): constify logfile
+
+       * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
+       start_x, end_x
+       (workAreaExpose): constify widthChange, heightChange
+
+       * lyxrow.C (par): moved
+       (height): moved
+       (next): moved
+       * lyxrow.h: as inlines here
+
+       * lyxfont.h (shape): moved from lyxfont.C
+       (emph): moved from lyxfont.C
+
+       * lyxfont.C (LyXFont): use initialization list for all
+       constructors
+       (shape): move to lyxfont.h as inline
+       (emph): move to lyxfont.h as inline
+       
+
+2001-04-04  Juergen Vigna  <jug@sad.it>
+
+       * vspace.C: had to include stdio.h for use of sscanf
+
+2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * BufferView.h: 
+       * BufferView_pimpl.h: remove xforms cruft. Both classes are
+       independent of xforms.
+
+2001-04-02  Juergen Vigna  <jug@sad.it>
+
+       * spellchecker.C: fixed namespace placing!
+
+2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
+       the LyXParagraph * is 0.
+
+2001-03-29  Juergen Vigna  <jug@sad.it>
+
+       * vspace.C: added support for %, c%, p%, l%.
+       (stringFromUnit): added helper function.
+       (asLatexString): changed to give right results for the %-values.
+
+       * buffer.C: convert the widthp in a width%.
+
+2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
+       figureForm.[Ch].
+
+       * figureForm.[Ch]: stripped the FD_from_figure manipulation
+       code out of lux_cb.[Ch], ready for its (imminent?) removal.
+
+       * lyx_cb.[Ch]: see above.
+
+       * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
+       form1.[Ch].
+
+       * form1.[Ch]:
+       * lyx.[Ch]: replaced by figure_form.[Ch].
+
+       * lyx_gui.C:
+       * lyx_gui_misc.C:
+       * lyxfunc.C: changed headers associated with above changes.
+
+2001-03-27  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C: set the temporary cursor right!
+
+2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
+
+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.
 
        * 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