]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix one ambiguity, and comment out a un-implemented operator
[lyx.git] / src / ChangeLog
index 8cac07dcf1c79364cc9a58901aed51c800ee4714..91d217dadf5749801ec14810834c726cbe070420 100644 (file)
@@ -1,3 +1,35 @@
+2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pariterator.h (operatir=): comment out un-implemented member
+       function. 
+
+       * paragraph.h: resolv ambiguity found by gcc 4.0 with the use of a
+       static cast.
+
+2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyxfont.h: include LColor.h to satisfy concept checks.
+
+2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pariterator.h: add typdefs for value_type, difference_type,
+       pointer and reference to satisfy concept checks. Also add default
+       constructor for same reason.
+
+       * pariterator.C (operator++): add post-increment operator to
+       satisfy concept checks.
+
+       * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
+       checks.
+
+       * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
+
+       * ParagraphList_fwd.h: include paragraph.h to satisfy concept
+       checks. Also rename base_type to BaseType to follow naming
+       standard better.
+
+       * FloatList.h: include Floating.h to satisfy concept checks.
+
 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * lyxfunc.C (getStatus): when the origin of the request is menu or
@@ -45,7 +77,7 @@
 
        * kbmap.C (defkey): set the origin of func to KEYBOARD
 
-       * MenuBackend.C (MenuItem): 
+       * MenuBackend.C (MenuItem):
        * ToolbarBackend.C (add): set the origin of func to UI
 
        * funcrequest.[Ch]: add origin member, which indicates which part