X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=da9c31955db901f9070c23e0a642258ae5d29842;hb=5ede7e4889b088219326a1d4a94a0a2a732a1379;hp=6b7c967b8579fbf4ead0d4803142bdfd555232cf;hpb=61189bef797d8170e2f79b46e6806c2410d27445;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 6b7c967b85..da9c31955d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,31 @@ + +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