]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Define a wrapper LyXFont_size for LyXFont::FONT_SIZE.
[lyx.git] / src / insets / ChangeLog
index a6c078fa45d4f0b481a5ae7df03f87c7eb732dc0..022715c02a3904d3d6b78c2b3531b3d7110f1d75 100644 (file)
@@ -1,3 +1,53 @@
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.C: add #include "lyxfont.h".
+
+2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetgraphics.C: 
+       * insetbibtex.C: use namespace alias for lyx::support::os
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.h: remove ununsed framecolor variable.
+       Remove #include "LColor.h".
+
+       * insetcollapsable.C: remove ununsed framecolor variable.
+
+       * insetcaption.C:
+       * insetcollapsable.C:
+       * insetert.C:
+       * insetfloat.C:
+       * insetfootlike.C:
+       * insetminipage.C:
+       * insetnote.C:
+       * insetoptarg.C:
+       * insetwrap.C:
+       Add #include "LColor.h".
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insettext.[Ch] (frameColor): new accessor function.
+       (frame_color_): stored as an int, allows us to remove #include "LColor.h" from
+       insettext.h
+
+       * insetbranch.C:
+       * insettabular.C:
+       * insettext.C:
+       add #include "LColor.h".
+
+       * insetcollapsable.h: add #include "LColor.h"
+       (for its framecolor member variable).
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insetenv.C (constructor): use accessor functions to access InsetText variables.
+
+       * insettext.h: rename autoBreakRows as autoBreakRows_. Make private.
+       rename frame_color as frame_color_. Make private.
+
+       * insettext.C: associated changes.
+
 2003-09-16  Angus Leeming  <leeming@lyx.org>
 
        * inset.h: store background_color_ as an int, not as an LColor::color to