X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FChangeLog;h=da9c31955db901f9070c23e0a642258ae5d29842;hb=5ede7e4889b088219326a1d4a94a0a2a732a1379;hp=dd2164e0f89dd85639974b293ad2a55abd5b6a3f;hpb=3420904448b247cc270597c31b52d777e38ac647;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index dd2164e0f8..da9c31955d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,167 @@ + +2004-02-20 André Pönitz + + * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage() + +2004-02-16 Alfredo Braunstein + + * text2.C (setCursorFromCoordinates): switch to absolute coords + (cursorUp): adjust + (cursorDown): adjust + * text3.C (dispatch): adjust + +2004-02-16 André Pönitz + + * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see + insets/ChangeLog) + + * cursor_slice.[Ch]: remove unneeded acessor function + + * lyxtext.h: rename rtl() to isRTL() + + * rowpainter.C: + * tabular.C: + * text.C: + * text2.C: + * text3.C: adjust + + +2004-02-16 Alfredo Braunstein + + * rowpainter.C (paintSelection): coord fix + +2004-02-15 Georg Baum + + * Spacing.C: compile fix + +2004-02-13 Alfredo Braunstein + + * cursor.C (dispatch): restore current_ before returning + +2004-02-13 Alfredo Braunstein + + * text2.C (cursorUp, cursorDown): fix coords + (moveUp): fix crash + +2004-02-12 André Pönitz + + * lyxtext.h: + * text.C: + * text2.C: + * text3.C: add LCursor & parameter to most cursor movement functions + remove usage of LyXText::cursorRow() and cursorPar() + + * cursor.[Ch]: add textRow() needed members + + * BufferView.C: + * BufferView_pimpl.C: + * paragraph.[Ch]: + * BufferView.C: + * BufferView_pimpl.C: adjust + +2004-02-11 André Pönitz + + * lyxfunc.C: + * BufferView.[Ch]: + * BufferView_pimpl.C: shift undo/redo handling + + * cursor.[Ch]: fix mathed crash + + * lyxfind.C: + * lyxtext.h: move selectionAsText to LCursor + + * output_latex.C: + * paragraph.C: + * text.C: + * text2.C: + * text3.C: adjust + + * rowpainter.C: fix excessive drawing + +2004-02-06 André Pönitz + + * BufferView.[Ch]: + * BufferView_pimpl.[Ch]: + * text3.C: move some text specific LFUN handling + +2004-02-06 Alfredo Braunstein + + * text3.C (checkInsetHit): adjust coords + * text2.C (getColumnNearX): adjust coords + (edit): adjust coords + * text.C (getRowNearY): add two asserts + +2004-02-06 Martin Vermeer + + * converter.C: + * format.C: add using std::distance to compile on gcc 2.95/stlport + +2004-02-04 Martin Vermeer + + * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug + +2004-02-04 André Pönitz + + * BufferView.[Ch] (insertInset): + * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value + + * text2.C: + * text3.C: adjust + +2004-02-03 Alfredo Braunstein + + * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch + on the default clause of the switch + * lyxfunc.C (dispatch): call BufferView::dispatch if the event + wasn't catched by LCursor::dispatch + +2004-02-03 André Pönitz + + * BufferView.C: + * cursor.[Ch]: some additional asserts + + * undo.[Ch]: remove LyXText dependency in interface + + * lyxfunc.C: adjust + + * lyxtext.h (firstPar, lastPar): remove dead functions + + * text.C: + * text2.C: + * text3.C: + * paragraph.[Ch]: adjust + +2004-02-03 Alfredo Braunstein + + * lyxfind.C (find): fix argument order in call to ::find + +2004-02-02 André Pönitz + + * cursor.[Ch]: remove direct access to anchor + + * text.C: remove findText() hack + +2004-02-02 Alfredo Braunstein + + * iterators.[Ch] (lockPath): remove in favour of... + * BufferView.[Ch] (setCursor): this addition + * BufferView.C (putSelectionAt): adjust + * undo.C (performUndoOrRedo): adjust + * lyxfunc.C (dispatch): adjust + +2004-02-02 Alfredo Braunstein + + * iterators.C (lockPath): add a missing slice + * undo.C (performUndoOrRedo): remove redundant positioning code + +2004-02-01 Lars Gullik Bjonnes + + * vc-backend.C (scanMaster): ";" -> ';' + 2004-01-31 Lars Gullik Bjonnes * lyxtextclasslist.C (less_textclass_avail_desc): inherit from - std::binary_function + std::binary_function * lyxtextclass.C (compare_name): rename to... (LayoutNamesEqual): ...this @@ -24,7 +184,7 @@ (getConverter): use it, and make function const (getNumber): use it, and make function const (add): use it - (erase): use it: + (erase): use it: * bufferlist.C: add using boost::bind