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