X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=8226045f6cce97c44c5cc13ea74417fede518cbe;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=f9e76eaef73c4bb941c8e5af7707b7d4ae5e1d1e;hpb=1d573383537dadffce31f6f9fff1634a3b4a004a;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index f9e76eaef7..8226045f6c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,69 @@ +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 @@ -12,7 +78,7 @@ * rowpainter.C (paintPar): always repaint the row with the cursor in it -2006-01-01 Lars Gullik Bjønnes +2006-01-01 Lars Gullik Bjønnes * MenuBackend.h: * bufferlist.h: