]> git.lyx.org Git - features.git/commitdiff
forgot these
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 3 Mar 2002 20:26:22 +0000 (20:26 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 3 Mar 2002 20:26:22 +0000 (20:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3649 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
src/ChangeLog
src/insets/ChangeLog

index d753c4d1d5bb1d03130d1fb4652a8f55162941b7..3b7b5582ebf66b81f0dd578aa82efa81693d63b4 100644 (file)
@@ -1,5 +1,7 @@
 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
+       * layouts/hollywood.layout: set DefaultStyle
+
        * layouts/scrclass.inc: set DefaultStyle
 
 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
index 36e4c61b77bea2256facd5e29cee44ffcb2323f1..07f9bb1f9ea34312bbeba2124cf5465dadc0916e 100644 (file)
@@ -1,3 +1,54 @@
+2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * 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  <larsbj@birdstep.com>
 
        * lyxlayout.C (Read): remove some debug info that I forgot.
index 1a1e7e2eeb5a33af6a4a67f8c567336719fc7910..ab2cad024babc02ffda83f8523a2adf3cd4b0dab 100644 (file)
@@ -1,3 +1,20 @@
+2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * 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  <larsbj@birdstep.com>
 
        * insettext.C: layout as string