]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / ChangeLog
index 1ed65d82620923317ce525b58ca586fc901fe8c3..4c0f8967e764a2b4e002b7ade43132aed53ae7af 100644 (file)
@@ -1,5 +1,118 @@
+2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (Read): use clear
+       (SetParagraphData): use LyXParagraph copy constructor instead of clone
+
+2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetfloatlist.h: add a bunch of std:: qualifiers.
+
+2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
+       FLOAT_LIST_CODE, renumber code list.
+
+       * insettoc.C (getScreenLabel): remove support for float lists
+       (LyxCode): ditto
+       (Ascii): ditto
+
+       * insetfloatlist.[Ch]: new files
+
+       * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
+
+2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insettabular.C (LocalDispatch):
+       * insettext.C (LocalDispatch): getClipboard() is now a BufferView
+       method 
+
+2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C: remvoe !NEW_INSETS cruft
+
+       * insettabular.C: remove !NEW_INSETS cruft
+
+       * insetcollapsable.h: remove !NEW_INSETS cruft
+
+       * insetbib.C: remove !NEW_INSETS cruft
+
+2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettoc.C: hack to make listof algorithm work
+
+2001-04-20  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
+
+2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetquotes.C (Latex): improve the guard against
+       unwanted !` and ?` ligatures. This should really be done in
+       another place (to catch all this ligatures at low-level).
+
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (init): remvoe leftovers from cursor_visible change
+       (draw): use c++ cast
+       (LocalDispatch): dispatch LFUN_MESSAGE
+
+       * insettabular.C (InsetTabular): remove leftovers from
+       cursor_visible, and scoped_ptr changes
+       (draw): use c++ cast
+
+       * insetcollapsable.C (draw): use c++ cast
+
+       * ExternalTemplate.h: inherit privaely from noncopyable
+       * insetcommand.h: ditto
+       * insetinclude.h: ditto
+
+2001-04-16  Allan Rae  <rae@lyx.org>
+
+       * insettoc.C (Ascii): 
+       * insettext.C (draw): 
+       * insettabular.C (setPos): 
+       * insetminipage.C (Read): 
+       * insetfloat.C (placement): 
+       * insetcaption.C (Ascii, DocBook): 
+       * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
+       an unrecognised preprocessor directive.  So ensure they're wrapped. 
+
+2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetexternal.h:
+       * insetexternal.C: set view on Clone. Add _ to private members.
+
+2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (InsetText): fix new
+       (InsetText): reindent some, simplify deletion of par list 
+       (clear): simplify deletion of par list, fix new
+       (SetParagraphData): simplify deletion of par list
+
+       * insettabular.[Ch] (getLabelList): implement new method
+
+2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxinset.h: do not include gettext.h...
+
+       * inset.C:
+       * insetcaption.C:
+       * insetexternal.C:
+       * insetgraphics.C:
+       * insetindex.C:
+       * insetlabel.C:
+       * insetlatexaccent.C:
+       * insetminipage.C:
+       * insetquotes.C:
+       * insettabular.C:
+       * inseturl.C: ... and do it here instead
+
 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
+       * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
+
+       * insettext.[Ch] (getLabelList): add std:: on vector<string> 
+
        * insetcollapsable.[Ch] (getLabelList): implement
 
        * insettext.[Ch] (getLabelList): implement