X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=2761c1366227e6a2dfb89b9fff09fd963ce0d1e3;hb=834cd641520dc3b505ec243c5d1e0d7830e60c1a;hp=d884b4753fb63f46043da2107fa21685b26a5c82;hpb=d1e32bd66c386c0587b8af1da245a31ad1a9da34;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index d884b4753f..2761c13662 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,44 @@ +2002-02-18 José Matos + + * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes + insets contents. + +2002-02-16 Lars Gullik Bjønnes + + * a lot of small ws changes + * add a lot of using std::XXX + * use std construcs some places where approp. + * use some exisint stuff from lyxfunctional where approp. + * Make file changes to use partial linking (lets test this now...) + +2002-02-16 Angus Leeming + + * Chktex.C: + * buffer.C: + remove #include "support/syscall.h" as it's redundant. Always has been. + + * Chktex.C: + * LaTeX.C: + * LyXSendto.C: + * converter.C: + * lyx_cb.C: + * vc-backend.C: + change Systemcalls::System to Systemcalls::Wait and + change Systemcalls::SystemDontWait to Systemcalls::DontWait. + No change of functionality, just reflects the stripped down Systemcalls + class. + +2002-02-16 Angus Leeming + + * debug.[Ch]: add a GRAPHICS type to the enum. + +2002-02-13 Jean-Marc Lasgouttes + + * text.C (nextBreakPoint): use Paragraph::isLineSeparator + + * paragraph.C (isLineSeparator): call Inset::isLineSeparator if + there is an inset. + 2002-02-12 Jean-Marc Lasgouttes * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to