From: Angus Leeming Date: Thu, 18 Sep 2003 20:11:31 +0000 (+0000) Subject: I had some excessively long lines in there... X-Git-Tag: 1.6.10~16056 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9252f9886a21ac68c53f501b6c14eb0f5a603229;p=features.git I had some excessively long lines in there... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7793 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index 2ac0aca3e8..240932eb56 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,11 +1,12 @@ 2003-09-18 Angus Leeming - * 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 @@ -17,8 +18,8 @@ 2003-09-18 Angus Leeming - * 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 @@ -45,12 +46,13 @@ * 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 - * 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: @@ -82,20 +84,23 @@ 2003-09-16 Angus Leeming - * 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 - * 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 @@ -103,7 +108,8 @@ * 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. @@ -174,8 +180,8 @@ 2003-09-10 Angus Leeming - * 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 @@ -253,7 +259,8 @@ * lyx_main.h: remove #include . * lyxlex_pimpl.h: remove #include . * sgml.h: remove #include , . - * toc.h: remove #include "support/std_ostream.h". Add #include . + * toc.h: remove #include "support/std_ostream.h". + Add #include . 2003-09-07 Angus Leeming @@ -270,7 +277,8 @@ * 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", + * insets/insettext.h: remove #include "dimension.h", + * insets/renderers.h: add #include "dimension.h". * insets/updatableinset.h: add #include "support/types.h". @@ -279,8 +287,8 @@ 2003-09-06 Angus Leeming - * 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. @@ -390,8 +398,8 @@ 2003-09-06 Angus Leeming - * 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. @@ -404,7 +412,8 @@ * 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. @@ -551,8 +560,8 @@ 2003-09-03 Angus Leeming * 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