X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=59ece2c11fbd40caf9d80dbdb8aa9fd77129af52;hb=d473dff41766665868f7e802181acbbbfb076657;hp=f48a725643fdbe2859fc0cb341ee0f6b5c6f9b86;hpb=b518346bbd37c3a9d6c3380855c3a0a3ecd00a66;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index f48a725643..59ece2c11f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,42 @@ + +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