From 204f9ac42e2e7869f43b22333fb70fc5464b2150 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 9 Sep 2003 23:10:07 +0000 Subject: [PATCH] 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 --- src/ChangeLog | 10 ++++++++++ src/Makefile.am | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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 \ -- 2.39.2