X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=fb35839b2dcd85706f8a17a524238fb3de599d78;hb=e08e5afeea7194d95be1f02fe9484383574d203f;hp=2329366cac7389585026ce980e3573cbd7a3a701;hpb=96e7ad18f839bc08a013eaaff759b47ab6b373fe;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 2329366cac..fb35839b2d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -38,6 +38,10 @@ * MenuBackend.h (clear): new method. +2006-03-14 Georg Baum + + * buffer.C: format up to 246. + 2006-03-13 Martin Vermeer * rowpainter.C (paintChangeBar): fix painting of change bar with @@ -518,7 +522,7 @@ * text3.C (dispatch): LFUN_NEXT_INSET_TOGGLE: first try to dispatch LFUN_INSET_TOGGLE to inset at cursor, and then to containg inset. If this does not work, the same command will be - sent to other insets down the queue by LCursor::dispatch. (bug 2066) + sent to other insets down the queue by Cursor::dispatch. (bug 2066) * lyxfunc.C (dispatch): make sure the cursor is correct when doing a dispatch. @@ -670,7 +674,7 @@ 2005-09-19 Jean-Marc Lasgouttes * text2.C (setCursor): remove the unused 'boundary' parameter for - the CursorSlice version; adapt the LCursor version. + the CursorSlice version; adapt the Cursor version. * lyxrc.C (write): * paragraph_pimpl.C (markErased): @@ -2247,6 +2251,10 @@ * main.C: (main): no longer pass pointers to os::init. +2004-12-06 Georg Baum + + * buffer.C: format up to 239. + 2004-12-06 Alfredo Braunstein * undo.C (textUndoOrRedo): simplify logic, fix a crash @@ -2370,7 +2378,7 @@ 2004-11-24 Jean-Marc Lasgouttes * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only - call BufferView::getStatus if LCursor::getStatus did nothing + call BufferView::getStatus if Cursor::getStatus did nothing (setStatusMessage, getStatusMessage): removed. * FuncStatus.C (message): new methods. Used to provide an error @@ -2493,6 +2501,16 @@ * vspace.C: fix off-by-one-error, related to fix #1682 +2004-11-11 Georg Baum + + * buffer.C: format up to 238. + +2004-11-11 Edwin Leuven + + * LaTeXFeatures.C: add booktabs package + * tabular.[Ch] (use_booktabs, setBookTabs, useBookTabs): new members, + use them in several places + 2004-11-11 Jürgen Spitzmüller * lengthcommon.C: a more general fix for bug 1682 @@ -3094,9 +3112,9 @@ Fix toggling of collapsable insets with the mouse (bug 1558) - * lyxfunc.C (dispatch): adapt to LCursor changes + * lyxfunc.C (dispatch): adapt to Cursor changes - * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes; + * BufferView_pimpl.C (workAreaDispatch): adapt to Cursor changes; make sure that dispatch is not invoked twice * cursor.C (needsUpdate): new method @@ -4067,7 +4085,7 @@ 2004-03-01 André Pönitz - * dociterator.[Ch]: new class for the 'iterator part' of LCursor. + * dociterator.[Ch]: new class for the 'iterator part' of Cursor. * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery @@ -4204,7 +4222,7 @@ * lyxtext.h: * text.C: * text2.C: - * text3.C: add LCursor & parameter to most cursor movement functions + * text3.C: add Cursor & parameter to most cursor movement functions remove usage of LyXText::cursorRow() and cursorPar() * cursor.[Ch]: add textRow() needed members @@ -4224,7 +4242,7 @@ * cursor.[Ch]: fix mathed crash * lyxfind.C: - * lyxtext.h: move selectionAsText to LCursor + * lyxtext.h: move selectionAsText to Cursor * output_latex.C: * paragraph.C: @@ -4266,10 +4284,10 @@ 2004-02-03 Alfredo Braunstein - * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch + * BufferView_pimpl.C (dispatch): remove call to Cursor::dispatch on the default clause of the switch * lyxfunc.C (dispatch): call BufferView::dispatch if the event - wasn't catched by LCursor::dispatch + wasn't catched by Cursor::dispatch 2004-02-03 André Pönitz @@ -4456,7 +4474,7 @@ * text2.C: * text3.C: * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to - LCursor and mathcursor parts to LCursor and InsetBase. + Cursor and mathcursor parts to Cursor and InsetBase. 2004-01-15 André Pönitz @@ -5006,7 +5024,7 @@ 2003-11-17 Alfredo Braunstein - * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix + * lyxfunc.C (dispatch): add a missing Cursor::updatePos (fix cursor position after e.g. inset insert) 2003-11-16 Alfredo Braunstein @@ -5208,7 +5226,7 @@ * cursor.[Ch]: restructure * BufferView.[Ch]: - * BufferView_pimpl.[Ch]: new LCursor cursor_ member + * BufferView_pimpl.[Ch]: new Cursor cursor_ member * iterators.[Ch] (asCursor): remove @@ -7025,12 +7043,12 @@ * bufferparams.h: add compressed var - * buffer_funcs.C (readFile): adjust for LyXLex change + * buffer_funcs.C (readFile): adjust for Lexer change (newFile): ditto + simplify * buffer.C (writeFile): handle writing of compressed files - * buffer.[Ch] (readFile): begin LyXLex here, remove one argument. + * buffer.[Ch] (readFile): begin Lexer here, remove one argument. Check if the file is compressed and set a bufferparm if so. * Makefile.am (lyx_LDADD): remove explicit -lz