]> git.lyx.org Git - features.git/commitdiff
I had some excessively long lines in there...
authorAngus Leeming <leeming@lyx.org>
Thu, 18 Sep 2003 20:11:31 +0000 (20:11 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 18 Sep 2003 20:11:31 +0000 (20:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7793 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog

index 2ac0aca3e80650742faff27e43a7253ffb158f15..240932eb56e2f22af9d828a92381343a9092ea65 100644 (file)
@@ -1,11 +1,12 @@
 2003-09-18  Angus Leeming  <leeming@lyx.org>
 
-       * LaTeXFeatures.[Ch]: append a '_' to the names of all private member variables.
+       * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
+       variables.
        (ctor): pass and store a 'Buffer const &'
        (buffer): new member function.
 
-       * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass '*this' to
-       the LaTeXFeatures ctor.
+       * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
+       '*this' to the LaTeXFeatures ctor.
 
 2003-09-18  Angus Leeming  <leeming@lyx.org>
        
@@ -17,8 +18,8 @@
 
 2003-09-18  Angus Leeming  <leeming@lyx.org>
 
-       * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to remove
-       #include "insets/insetbase.h" from cursor.h.
+       * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
+       remove #include "insets/insetbase.h" from cursor.h.
 
 2003-09-18  Angus Leeming  <leeming@lyx.org>
 
        * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
        arg/return type.
 
-       * paragraph.h: remove #include "lyxfont.h". Forward declare LyXFont_size.
+       * paragraph.h: remove #include "lyxfont.h". Forward declare
+       LyXFont_size.
 
 2003-09-16  Angus Leeming  <leeming@lyx.org>
 
-       * paragraph.C (IsInsetChar): new function in namespace anon, moved out of
-       support/textutils.h.
+       * paragraph.C (IsInsetChar): new function in namespace anon, moved out
+       of support/textutils.h.
        (isWord): move the contents of support/textutils.h's IsWordChar here.
 
        * buffer.C:
 
 2003-09-16  Angus Leeming  <leeming@lyx.org>
 
-       * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph, setUnderbar,
-       setNoun, setNumber, setColor, setLanguage): no longer return LyXFont &.
-       Store the FontBits::color variable as an int rather than as an LColor::color
-       so that we can move LColor.h out of the lyxfont.h header file.
+       * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
+       setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
+       return LyXFont &.
+       Store the FontBits::color variable as an int rather than as an
+       LColor::colorso that we can move LColor.h out of the lyxfont.h header
+       file.
 
        * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
-       LyXFont::setColor, decSize no longer return a LyXFont &, so cannot string
-       calls together.
+       LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
+       string calls together.
 
        * lyxrc.C: add #include "LColor.h".
 
 2003-09-15  Angus Leeming  <leeming@lyx.org>
 
-       * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as a cow_ptr.
+       * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
+       a cow_ptr.
 
 2003-09-15  Angus Leeming  <leeming@lyx.org>
 
 
        * lyxfont.[Ch] (color, setColor, realColor):
        * lyxtext.h, text.C (backgroundColor):
-       pass EnumLColor args to/from the functions, rather than LColor::color ones.
+       pass EnumLColor args to/from the functions, rather than LColor::color
+       ones.
 
        * lyxfont.h:
        * lyxtext.h: forward declare EnumLColor.
 
 2003-09-10  Angus Leeming  <leeming@lyx.org>
 
-       * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h with their
-       _fwd progeny.
+       * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
+       with their _fwd progeny.
 
 2003-09-09  Angus Leeming  <leeming@lyx.org>
 
        * lyx_main.h: remove #include <csignal>.
        * lyxlex_pimpl.h: remove #include <fstream>.
        * sgml.h: remove #include <algorithm>, <utility>.
-       * toc.h: remove #include "support/std_ostream.h". Add #include <iosfwd>.
+       * toc.h: remove #include "support/std_ostream.h".
+       Add #include <iosfwd>.
 
 2003-09-07  Angus Leeming  <leeming@lyx.org>
 
        * insets/insetinclude.h: remove #include "dimension.h".
        * insets/insetlatexaccent.h: remove #include "dimension.h".
        * insets/insetoptarg.h:: remove #include "insettext.h".
-       * insets/insettext.h: remove #include "dimension.h", <boost/shared_ptr.hpp>
+       * insets/insettext.h: remove #include "dimension.h",
+       <boost/shared_ptr.hpp>
 
        * insets/renderers.h: add #include "dimension.h".
        * insets/updatableinset.h: add #include "support/types.h".
 
 2003-09-06  Angus Leeming  <leeming@lyx.org>
 
-       * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just one,
-       inside testInvariant.
+       * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
+       one, inside testInvariant.
 
        * PrinterParams.C: new file.
        * PrinterParams.[Ch]: move the function bodies out of line.
 
 2003-09-06  Angus Leeming  <leeming@lyx.org>
 
-       * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather than
-       #including paragraph.h.
+       * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
+       than #including paragraph.h.
 
        * ParagraphList.h:
        * RowList.h: deleted. Superfluous.
        * undo.h:
        * undo_funcs.h:
        * insets/inset.h:
-       * insets/insettext.h: use ParagraphList_fwd.h rather than ParagraphList.h.
+       * insets/insettext.h: use ParagraphList_fwd.h rather than
+       ParagraphList.h.
 
        * paragraph.h: don't forward declare ParagraphList.
 
 2003-09-03  Angus Leeming  <leeming@lyx.org>
 
        * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
-       preamble_snippets list, enabling us to add snippets to the preamble only
-       if the snippet was not there already.
+       preamble_snippets list, enabling us to add snippets to the preamble
+       only if the snippet was not there already.
 
 2003-09-04  Angus Leeming  <leeming@lyx.org>