]> git.lyx.org Git - lyx.git/commitdiff
Replace ParagraphList.h and RowList.h with their _fwd progeny.
authorAngus Leeming <leeming@lyx.org>
Tue, 9 Sep 2003 23:10:07 +0000 (23:10 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 9 Sep 2003 23:10:07 +0000 (23:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7726 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/Makefile.am

index 3a34294a06b1ac944a043bc7c095b91509afd805..cfbc3bd85948b2bfcefe57efc1d027f2a354b33e 100644 (file)
@@ -1,3 +1,13 @@
+2003-09-10  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h with their
+       _fwd progeny.
+
+2003-09-09  Angus Leeming  <leeming@lyx.org>
+
+       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  <larsbj@lyx.org>
 
        * boost.C (emergencyCleanup): moved here from LAssert.c
index c32737d1f64a78a05b82972c74e1b7d18ad574c5..045dd3a3db1379b35f8d8132ebaaf86c1b293824 100644 (file)
@@ -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 \