Lars Gullik Bjønnes wrote:
> Rob Lahaye <[EMAIL PROTECTED]> writes:
> 
> | Recompile and tell you the result.
> 
> Please.

Okay, here we go.

=========================================================================

I've done  cvs update -D "August 11, 2002 10:00pm", which
has the following in its ChangeLogs:

src/ChangeLog:
2002-08-10  Lars Gullik Bjnnes  <[EMAIL PROTECTED]>

        * paragraph_pimpl.h (empty): new function

        * paragraph.[Ch] (empty): new function

        * other files: use the new Paragraph::empty function
        
src/insets/ChangeLog:
2002-08-10  Lars Gullik Bjnnes  <[EMAIL PROTECTED]>

        * insettext.C, insetert.C: use Paragraph::empty where appropriate


No problem here!

=========================================================================

Then I continued with  cvs update -D "August 12, 2002 5:00am",
which modifies the src/insets/ChangeLog:

2002-08-11  Lars Gullik Bjnnes  <[EMAIL PROTECTED]>

        * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
        lyxfunc.C lyxlex_pimpl.C: ws changes only.

        * insets/insettext.C: InsetList changes
        
        * graphics/GraphicsSupport.C (operator()): InsetList changes
        
        * toc.C (getTocList): InsetList changes
        
        * paragraph_pimpl.[Ch]: InsetList changes
        
        * paragraph.[Ch]: InsetList changes

        * buffer.C (inset_iterator): InsetList changes
        (setParagraph): ditto
        * buffer.h (inset_iterator): ditto
        * iterators.C (operator++): ditto
        * iterators.h: ditto

        * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h

        * InsetList.[Ch]: new files, most InsetList handling moved out of
        paragraph.C.

        * BufferView2.C (removeAutoInsets): InsetList changes
        (lockInset): ditto
        (ChangeInsets): ditto

Again no problem here!

=========================================================================

So next I did: cvs update -D "August 12, 2002 13:00"

src/ChangeLog:
2002-08-12  Lars Gullik Bjnnes  <[EMAIL PROTECTED]>

        * ParagraphList.[Ch]: new files

        * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]

        * BufferView2.C (lockInset): ParagraphList changes
        * toc.C: ditto
        * text2.C: ditto
        * bufferlist.C: ditto
        * buffer.h: ditto
        * buffer.C: ditto

src/insets/ChangeLog:
2002-08-12  Lars Gullik Bjnnes  <[EMAIL PROTECTED]>

        * insetbib.C (bibitemMaxWidth): ParagraphList changes
        (bibitemWidest): ditto
        * insettext.[Ch]: ditto


And yep, there it is: all caption text appear at the wrong place!

=========================================================================

Does that help?

Regards,
Rob.

PS: BTW, how do I remove the time tag that I have added with the -D option.
Is a  cvs update -D "now" enough to get back to up-to-date CVS?

Reply via email to