]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Simplify the mechanics of generating the 'inactive' pixmap.
[lyx.git] / src / ChangeLog
index 38dc70cf597af3e9960f3e2a2ed2f502e8803ed5..a142cabb5e3a4f31e1b0ee875c7e0ce7159c4a3d 100644 (file)
+2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * debug.C (showLevel): do not forget the end-of-line marker
+
+2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * kbmap.C (read): do not stop parsing a bind file when an error
+       occurs (bug 1575)
+
+2004-04-29  Angus Leeming  <leeming@lyx.org>
+
+       * cursor.C:
+       * factory.C:
+       * pariterator.C:
+       * text2.C: wrap a bunch of #warning statements
+       inside #ifdef WITH_WARNINGS blocks.
+
+2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * buffer.C: increment format to 233.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C:
+       * lyxfunc.C:
+       * text3.C:
+       s/updateToolbar()/updateToolbars()/
+       s/Toolbar.h/Toolbars.h/
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView.[Ch] (c-tor):
+       * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
+       No longer passes these data to the WorkArea generator.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
+
+2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
+
+2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * output_latex.C (TeXEnvironment): make sure that there is a line
+       break before \end{foo} for the last paragraph of a document
+       (TeXOnePar): if the paragraph is at the end of the document (or
+       inset) and the language has to be reset, then make sure that the
+       line break is _before_ the language command, not after (fixes bug
+       1225); also make sure that the language reset command is the first
+       thing after the paragraph (to ensure proper nesting of
+       environments and thus fix bug 1404)
+
+2004-04-21  John Levon  <levon@movementarian.org>
+
+       * ToolbarBackend.h:
+       * ToolbarBackend.C: make "name" be a programmatic name
+       and a gui_name field.
+
+       * lyxfunc.C: display the minibuffer on M-x
+
+2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
+       (bug 1526)
+
+2004-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (setBuffer): changed preview interface.
+
+       * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
+       possible values.
+
+2004-04-19  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C:
+       * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * text.C (redoParagraphs): add call to updateCounters(), thereby
+       fixing the missing "Figure #:" label from the caption of a
+       figure float.
+
+2004-04-13  Angus Leeming  <leeming@lyx.org>
+
+       * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
+       cursor is clicked out of an inset.
+
+2004-04-13  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
+       than an InsetOld one.
+
+2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * format.[Ch]: add editor to Format
+       * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
+       * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
+
+2004-04-08  André Pönitz  <poenitz@gmx.net>
+
+       * metricsinfo.h: remove PainterInfo::width member
+
+2004-04-08  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_sty.C (boldsymbol_def): modify so that it outputs
+       "\providecommand" rather than "\newcommand", thereby preventing
+       clashes with packages that define "\boldsymbol" themselves.
+       Eg, beamer.
+
+2004-04-08  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.C (read): don't try to set the color of none, inherit, ignore
+       thereby squashing an unnecessary warning.
+
+2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
+       setBuffer()
+
+2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView.C (setCursor): call redoParagraph (some insets could
+       have been opened)
+       (putSelectionAt): remove the 'double update' trick
+
+       * BufferView_pimpl.C (fitCursor): call refreshPar
+       (workAreaDispatch): remove an uneeded update call
+       (dispatch): remove some manual update calls
+
+       * cursor.[Ch]: remove cached_y_, updatePos
+       (selHandle): set noUpdate when appropriate
+
+       * lyxfunc.C (dispatch): track if we need an update
+
+       * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
+
+       * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
+       (paintSelection): cheap optimization, do not call cursorX when not
+       needed
+       (paintPars): change signature
+       (refreshPar): add
+       (paintText): adjust
+       (paintTextInset): adjust
+
+       * text.C: adjust
+
+2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lengthcommon.C: compilation fix: remove explicit array size from
+       unit_name[] and friends
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
+
+       * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
+       present only for the preferences dialog.
+       (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
+       to enable the frontends to export changes to lyxrc correctly.
+
+       * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
+
+2004-04-07  André Pönitz  <poenitz@gmx.net>
+
+       * cursor.[Ch] (selClear, adjust): remove math
+
+       * cursor_slice.C: more agressive assert
+
+       * lyxfunc.C:
+       * BufferView_pimpl.C: rework mouse event dispatch
+
+       * dociterator.C:
+       * paragraph.C:
+       * text2.C:
+       * text3.C: adjust
+
+2004-04-05  André Pönitz  <poenitz@gmx.net>
+
+       * cursor.[Ch] (valign, halign...): remove unneeded functions
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * lyxlength.[Ch] (unit_name et al.): const-correct.
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C:
+       * buffer.C:
+       * counters.C:
+       * cursor.C:
+       * lyxfunc.C
+       * paragraph.C:
+       * pariterator.C:
+       * text.C:
+       * text2.C:
+       * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
+
+2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text3.C (getStatus): add LFUN_BEGINNINGBUF
+
+2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxfind.C: add a couple of inTexted() tests + other small fixes
+       * BufferView_pimpl.[Ch] (getStatus)
+       * BufferView.[Ch] (getStatus): add
+       * lyxfunc.C (getStatus): move lfuns handled in
+       BufferView::dispatch to te function above
+       * Cursor.C (setSelection): set selection() = true
+
+2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): Fall through to the generic
+       Dialogs::show("preamble").
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): Fall through to the generic
+       Dialogs::show("spellchecker").
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (getStatus, dispatch): changed invocation of the
+       preferences dialog.
+
+2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView.C
+       * cursor.[Ch]
+       * dociterator.[Ch]:
+       * insetiterator.[Ch]:
+       * lyxfind.C:
+       * lyxfunc.C:
+       * pariterator.[Ch]:
+       * text2.C:
+       * undo.[Ch]: s/DocumentIterator/DocIterator/g
 
 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
 
        * BufferView.C (setCursor, putSelectionAt): call edit to open the
        insets where we are putting the cursor.
-       * ControlSpellchecker.C (isLetter, nextWord): check for inTextEd,
-       use forwardPos.
 
 2004-03-31  Angus Leeming  <leeming@lyx.org>
 
 
        * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
        has died. Fall through to the generic Dialogs::show("document").
-       
+
 2004-03-30  Angus Leeming  <leeming@lyx.org>
 
        * lfuns.h:
 
 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * dociterator.[Ch]: add an inset_ member 
+       * dociterator.[Ch]: add an inset_ member
        (backwardPos): implemented
        (backwardPos, forwardPos): use inset_ when the stack is empty.
        (doc_iterator_begin, doc_iterator_end): implemented
        * pariterator.[Ch]: adjust, add begin, end
        * insetiterator.[Ch]: adjust, add begin, end
-       * cursor.C: 
+       * cursor.C:
        * document.C:
        * BufferView.C:
        * BufferView_pimpl.C:
        * buffer.C: increment file format to 232.
        * LaTeXFeatures.C: add bibtopic package.
        * bufferparams.[Ch]: param \use_bibtopic.
-       
+
        * lyxrc.[Ch]: add lyxrc bibtex_command
        * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
-       
+
        * buffer.C: increment file format to 231.
 
 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
        * lyxfind.C
        * lyxfunc.C
        * paragraph_funcs.C
-       * toc.C:  
+       * toc.C:
        * Makefile.am: adjust
 
 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
 
 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * buffer_funcs.C (readFile): add cancel button to two prompt dialogs 
+       * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
 
 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
             Martin Vermeer  <martin.vermeer@hut.fi>
 
-       * lyxfunc.C (dispatch): 
-       * bufferparams.C (readToken): use the new LColor::setColor 
+       * lyxfunc.C (dispatch):
+       * bufferparams.C (readToken): use the new LColor::setColor
 
        * LColor.[Ch] (setColor): new version that takes two strings as
        argument and creates a new color entry if necessary