X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=59ece2c11fbd40caf9d80dbdb8aa9fd77129af52;hb=d473dff41766665868f7e802181acbbbfb076657;hp=c24bff5714395de5fb77df25cab0e29b64c75fe9;hpb=2f10d02e30eb7fc63ce59d2b427d12bf525377d7;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index c24bff5714..59ece2c11f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,14 +1,73 @@ + +2004-04-05 André Pönitz + + * cursor.[Ch] (valign, halign...): remove unneeded functions + +2004-04-05 Angus Leeming + + * lyxlength.[Ch] (unit_name et al.): const-correct. + +2004-04-05 Angus Leeming + + * BufferView_pimpl.C: + * buffer.C: + * counters.C: + * cursor.C: + * lyxfunc.C + * paragraph.C: + * pariterator.C: + * text.C: + * text2.C: + * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks. + +2004-04-01 Alfredo Braunstein + + * text3.C (getStatus): add LFUN_BEGINNINGBUF + +2004-04-01 Alfredo Braunstein + + * lyxfind.C: add a couple of inTexted() tests + other small fixes + * BufferView_pimpl.[Ch] (getStatus) + * BufferView.[Ch] (getStatus): add + * lyxfunc.C (getStatus): move lfuns handled in + BufferView::dispatch to te function above + * Cursor.C (setSelection): set selection() = true + +2004-04-01 Alfredo Braunstein + + * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE} + +2004-03-31 Angus Leeming + + * lyxfunc.C (dispatch): Fall through to the generic + Dialogs::show("preamble"). + +2004-03-31 Angus Leeming + + * lyxfunc.C (dispatch): Fall through to the generic + Dialogs::show("spellchecker"). + 2004-03-31 Angus Leeming * lyxfunc.C (getStatus, dispatch): changed invocation of the preferences dialog. +2004-03-31 Alfredo Braunstein + + * BufferView.C + * cursor.[Ch] + * dociterator.[Ch]: + * insetiterator.[Ch]: + * lyxfind.C: + * lyxfunc.C: + * pariterator.[Ch]: + * text2.C: + * undo.[Ch]: s/DocumentIterator/DocIterator/g + 2004-03-31 Alfredo Braunstein * BufferView.C (setCursor, putSelectionAt): call edit to open the insets where we are putting the cursor. - * ControlSpellchecker.C (isLetter, nextWord): check for inTextEd, - use forwardPos. 2004-03-31 Angus Leeming