]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
rev 19644: I forgot this.
[lyx.git] / src / ChangeLog
index 144f6dde91ca4c9dea84ac4b5564363fc4db102b..fb35839b2dcd85706f8a17a524238fb3de599d78 100644 (file)
        * 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.
 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * 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): 
 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * 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
 
        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
 
 2004-03-01  André Pönitz  <poenitz@gmx.net>
 
-       * 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
 
        * 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
        * cursor.[Ch]: fix mathed crash
 
        * lyxfind.C:
-       * lyxtext.h: move selectionAsText to LCursor
+       * lyxtext.h: move selectionAsText to Cursor
 
        * output_latex.C:
        * paragraph.C:
 
 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * 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  <poenitz@gmx.net>
 
        * 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  <poenitz@gmx.net>
 
 
 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * 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  <abraunst@lyx.org>
        * cursor.[Ch]: restructure
 
        * BufferView.[Ch]:
-       * BufferView_pimpl.[Ch]: new LCursor cursor_ member
+       * BufferView_pimpl.[Ch]: new Cursor cursor_ member
 
        * iterators.[Ch] (asCursor): remove
 
 
        * 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