X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=8226045f6cce97c44c5cc13ea74417fede518cbe;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=667588c451a0e3e432b8f63363a48771f025f741;hpb=dd6c706cef7f7c29b0a6c988d3a8de22bbf195ac;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 667588c451..8226045f6c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,220 @@ +2006-01-28 Martin Vermeer + + * text2.C (setCharFont): take inset's own font settings into account + when defining the font to reduce to, fixes 2019 + +2006-01-28 Jürgen Spitzmüller + + * bufferview_funcs.C (coordOffset): remove the check for + collapsed collapsables (fix for bug 2094). This is now done + on a more general level (cursor.C). + + * dociterator.[Ch] (forwardPos): add an optional argument + bool "ignorecollapsed" (default false), which lets forwardPos + skip collapsed insets. + + * cursor.C (bruteFind): use forwardPos(ignorecollapsed = true) + (fixes bug 2241 and 2094). + +2006-01-26 Jürgen Spitzmüller + + * buffer.C: change tracking (dvipost) doesn't require + color.sty anymore. + + * LaTeXFeatures.C (getPackages): no need for the color + option "usenames" (bug 2169). + +2006-01-23 Helge Hafting + * buffer_funcs.C: Trivial fix - added {} around + the statements to be affected by a if-test. Now + label in a minipage in a float looks ok on screen again. + +2006-01-23 Martin Vermeer + + * text2.C: fix bug 2015: on screen fonts in nested environments + can be wrong + +2006-01-11 Georg Baum + + * converter.C (convert): handle unknown formats + +2006-01-19 Jean-Marc Lasgouttes + + * cursor.C (goUpDown): comment out some debug messages. + + * counters.C (newCounter): make error messages more explicit + (these appear with some textclasses like beamer) + +2006-01-18 Jean-Marc Lasgouttes + + * kbmap.C (defkey): + * lyxfunc.C (processKeySym): make sure new FuncRequest objects + have origin set to KEYBOARD. (bug 2221) + +2006-01-16 Jürgen Spitzmüller + + * rowpainter.C (isCursorOnRow): do not exclude endpos(). + +2006-01-11 Jean-Marc Lasgouttes + + * cursor.C (macroModeClose): returns true if an inset actually got + inserted; revert faulty fix to bug 2034. + +2006-01-10 Jean-Marc Lasgouttes + + * tabular.C (getLabelList): remove (not used anymore). + +2006-01-07 Georg Baum + + * outputparams.[Ch]: add new flag inComment + +2006-01-04 Jean-Marc Lasgouttes + + * text2.C (deleteEmptyParagraphMechanism): since we delete a + paragraph, recordUndo should span two paragraphs (bug 2155). + +2006-01-01 Martin Vermeer + + * rowpainter.C (paintPar): always repaint the row with the + cursor in it + +2006-01-01 Lars Gullik Bjønnes + + * MenuBackend.h: + * bufferlist.h: + * lyxtext.h: + * paragraph.h: + * vspace.h: fix syntax error + +2005-12-31 Martin Vermeer + + * text3.C (dispatch): Force refresh if typing into inset changes its + metrics + +2005-12-30 Martin Vermeer + + * RowList_fwd.h: + * paragraph.C: + * paragraph.h: + * rowpainter.C: Speed up rendering by only re-painting rows that + have changed. When selection or whole-screen update active, all rows + are repainted, as are all rows within insets. + +2005-12-30 Georg Baum + + * version.C.in: Use PACKAGE_VERSION instead of VERSION + +2005-12-29 Georg Baum + + * tabular.C (toggleFixedWidth): Use default layout of text class + instead of hardcoded "Standard" + +2005-12-22 Jean-Marc Lasgouttes + + * lyxfunc.C (dispatch): do not call getStatus again to determine + whether a lfun is disabled (bug 2172). + +2005-12-19 Jean-Marc Lasgouttes + + * cursor.C (macroModeClose): set the cursor inside the new math + atom if relevant (think \frac{}{}) (bug 2034) + +2005-12-19 Martin Vermeer + + * lyxtext.h: + * text.C: + * text3.C (Delete, backspace): force update when merging paragraphs + +2005-12-16 Jean-Marc Lasgouttes + + * BufferView.C (mouseSetCursor): clear the selection properly (bug + 2163). + +2005-12-08 Georg Baum + + * text.C (redoParagraph): honor inset->noFontChange() + * rowpainter.C (paintInset): ditto + +2005-12-15 Jürgen Spitzmüller + + * lyx_main.C (priv_exec): don't initialize Math on startup + (initMath() has been moved to math_hullinset). + +2005-12-12 Jürgen Spitzmüller + + * lyxrc.C: set default_papersize to PAPER_DEFAULT; + handle PAPER_DEFAULT in LyXRC::read and LyXRC::write (bug 2148). + * paper.h: dispose dead PAPER_PACKAGES enum. + +2005-12-07 Jean-Marc Lasgouttes + + * Makefile.am (OTHERLIBS): add SOCKET_LIBS in case we compile + without X support. + +2005-12-06 Georg Baum + + * exporter.C (Export): Don't try to copy a file if it does not exist + (bug 1888) + +2005-12-02 Jean-Marc Lasgouttes + + * text2.C (makeFontEntriesLayoutSpecific): remove. + (setLayout): adapt. + + * text.C (insertChar): remove bogus caching of fonts (did not do + anything). + + * text2.C (LyXText): initialize current_font to ALL_INHERIT (was + ALL_SANE). (bug 2146) + +2005-12-01 Jean-Marc Lasgouttes + + * rowpainter.C (paintFirst): fix centering of + LABEL_CENTERED_TOP_ENVIRONMENT. + +2005-11-30 Jean-Marc Lasgouttes + + * BufferView.C (mouseSetCursor): new method. Calls + deleteEmptyParagraphMechanism if necessary. + + * lyxtext.h: make deleteEmptyParagraphMechanism public. + + * text3.C (dispatch/LFUN_MOUSE_PRESS): use + BufferView::mouseSetCursor (bug 2109). + (dispatch/LFUN_PASTE): remove #warning that is now irrelevant. + +2005-11-29 Jean-Marc Lasgouttes + + * text3.C (dispatch/LFUN_INDEX_INSERT): when a selection is set, + do not remove it (this inset behaves differently from the others). + +2005-11-29 Jean-Marc Lasgouttes + + Fix bug 2096. + + * BufferView_pimpl.C (getStatus): it is only possible to insert a + file in a text inset. + + * buffer.C (readDocument): remove pit argument and code releated + to it; set the inset owner correctly (unrelated, but useful). + (readFile): get rid of pit argument. + + * CutAndPaste.C (pasteSelectionHelper): use a ParagraphList and a + textclass instead of a selection index. + (pasteParagraphList): new function. + (pasteSelection): make it a wrapper around pasteParagraphList. + + * BufferView_pimpl.C (MenuInsertLyXFile): use + cap::pasteParagraphList to insert a file. + +2005-11-29 Georg Baum + + * buffer_funcs.C (bufferErrors): prevent endless loop (bug 2121) + +2005-11-17 Michael Gerz + + * exporter.C: fix typo in text message + 2005-11-28 Georg Baum * text2.C (setLayout): move recUndo call to other setLayout method @@ -8,7 +225,8 @@ 2005-11-25 Jürgen Spitzmüller - * paragraph.C (asString): use new inset->textString method (fix bug 2089) + * paragraph.C (asString): use new inset->textString method (fix + bug 2089) 2005-11-24 Jean-Marc Lasgouttes