From: Angus Leeming Date: Tue, 9 Sep 2003 23:10:07 +0000 (+0000) Subject: Replace ParagraphList.h and RowList.h with their _fwd progeny. X-Git-Tag: 1.6.10~16117 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=204f9ac42e2e7869f43b22333fb70fc5464b2150;p=lyx.git Replace ParagraphList.h and RowList.h with their _fwd progeny. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7726 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index 3a34294a06..cfbc3bd859 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2003-09-10 Angus Leeming + + * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h with their + _fwd progeny. + +2003-09-09 Angus Leeming + + 134 files throughtout the source tree: replace 'using namespace abc;' + directives with the appropriate 'using abc::xyz;' declarations. + 2003-09-09 Lars Gullik Bjønnes * boost.C (emergencyCleanup): moved here from LAssert.c diff --git a/src/Makefile.am b/src/Makefile.am index c32737d1f6..045dd3a3db 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,13 +92,13 @@ lyx_SOURCES = \ MenuBackend.h \ paragraph_funcs.C \ paragraph_funcs.h \ - ParagraphList.h \ + ParagraphList_fwd.h \ ParagraphParameters.C \ ParagraphParameters.h \ ParameterStruct.h \ PrinterParams.C \ PrinterParams.h \ - RowList.h \ + RowList_fwd.h \ ShareContainer.h \ Spacing.C \ Spacing.h \