From: Lars Gullik Bjønnes Date: Sun, 3 Mar 2002 20:26:22 +0000 (+0000) Subject: forgot these X-Git-Tag: 1.6.10~19748 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5bf11fc4291c11b27023235b528d7f5e4106d3da;p=features.git forgot these git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3649 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index d753c4d1d5..3b7b5582eb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2002-03-03 Lars Gullik Bjønnes + * layouts/hollywood.layout: set DefaultStyle + * layouts/scrclass.inc: set DefaultStyle 2002-03-02 Lars Gullik Bjønnes diff --git a/src/ChangeLog b/src/ChangeLog index 36e4c61b77..07f9bb1f9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,54 @@ +2002-03-03 Lars Gullik Bjønnes + + * text2.C: first -> first_y + + * text.C (getRowNearY): add some attemts at a possible + optimization, not working. + + * tabular.[Ch]: add BufferParams to several function so that newly + created paragraph can be initialized to he default layotu for the + buffers textclass. + + * tabular-old.C (ReadOld): add buf->params to call of Init + + * screen.C: rename text->first to text->first_y + + * paragraph.C (breakParagraph): always set layout in the broken + paragraph + + * lyxtextclass.C (Read): remove lowercase + (hasLayout): ditto + (operator): ditto + (delete_layout): ditto + + * lyxtext.h: rename first -> first_y + + * lyxlayout.C (Read): remove lowercase + (name): ditto + (setName): ditto + (obsoleted_by): ditto + + * bufferlist.C (newFile): set layout on first paragrpah of new buffers. + + * buffer.C (insertErtContents): add params are to InsetERT + (parseSingleLyXformat2Token): add code to check if a paragraphs + layout really exist. + (parseSingleLyXformat2Token): add params to several inset + constructors + (asciiParagraph): remove lowercase, do the layout comparisons with + no_case + + * BufferView_pimpl.C (cursorNext): first -> first_y + (resizeCurrentBuffer): first -> first_y + (updateScrollbar): first -> first_y + (scrollCB): first -> first_y + (workAreaMotionNotify): first -> first_y + (workAreaButtonPress): first -> first_y + (checkInsetHit): first -> first_y + (cursorPrevious): first -> first_y + (cursorNext): first -> first_y + (Dispatch): add buffer_->params to severl inset contructors + 2002-03-02 Lars Gullik Bjønnes * lyxlayout.C (Read): remove some debug info that I forgot. diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 1a1e7e2eeb..ab2cad024b 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,20 @@ +2002-03-03 Lars Gullik Bjønnes + + * insettext.C (InsetText): initalize newly created par with + default layout. add bufferparams parameter + first -> first_y + + * insetcaption.[Ch] (InsetCaption): add BufferParams parameter + * insetcollapsable.[Ch] (InsetCollapsable): ditto + * insetert.[Ch] (InsetERT): ditto + * insetfloat.[Ch] (InsetFloat): ditto + * insetfoot.[Ch] (InsetFoot): ditto + * insetfootlike.[Ch] (InsetFootLike): ditto + * insetmarginal.[Ch] (InsetMarginal): ditto + * insetminipage.[Ch] (InsetMinipage): ditto + * insetnote.[Ch] (InsetNote): ditto + * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes + 2002-03-02 Lars Gullik Bjønnes * insettext.C: layout as string