From: Angus Leeming Date: Mon, 8 Sep 2003 09:51:40 +0000 (+0000) Subject: Various trivial bits 'n' bats about config.h, header blurb etc. X-Git-Tag: 1.6.10~16132 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f79df3dc1167d34119b9658602c2295f56806e7f;p=features.git Various trivial bits 'n' bats about config.h, header blurb etc. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7706 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index f35aa151ad..b0b8b28811 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-09-08 Angus Leeming + + * graph.C: #include . + 2003-09-08 Angus Leeming * BranchList.C: diff --git a/src/frontends/gtk/ChangeLog b/src/frontends/gtk/ChangeLog index 91a7c93eca..f285224c18 100644 --- a/src/frontends/gtk/ChangeLog +++ b/src/frontends/gtk/ChangeLog @@ -1,3 +1,7 @@ +2003-09-08 Angus Leeming + + * GPainter.h: do not #include in header files. + 2003-09-02 Angus Leeming * .cvsignore: diff --git a/src/frontends/gtk/GPainter.h b/src/frontends/gtk/GPainter.h index 0dcffe51b5..396bf1f9fb 100644 --- a/src/frontends/gtk/GPainter.h +++ b/src/frontends/gtk/GPainter.h @@ -12,7 +12,6 @@ #ifndef GPAINTER_H #define GPAINTER_H -#include #include #include diff --git a/src/graph.C b/src/graph.C index 6eee7f3a43..41d9ab6ddb 100644 --- a/src/graph.C +++ b/src/graph.C @@ -8,6 +8,8 @@ * Full author contact details are available in file CREDITS. */ +#include + #include "graph.h" #include "format.h" diff --git a/src/graphics/GraphicsTypes.C b/src/graphics/GraphicsTypes.C index 9967e702e1..3a63460790 100644 --- a/src/graphics/GraphicsTypes.C +++ b/src/graphics/GraphicsTypes.C @@ -5,7 +5,7 @@ * * \author Rob Lahaye * - * Full author contact details available in file CREDITS. + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 387fbc98af..9aed3748f9 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,8 @@ +2003-09-08 Angus Leeming + + * filename.C: + * filetools.C: tell the world where to find author contact details. + 2003-09-08 Angus Leeming * boost-inst.C: diff --git a/src/support/filename.C b/src/support/filename.C index c8f34370c5..ca193052e0 100644 --- a/src/support/filename.C +++ b/src/support/filename.C @@ -5,8 +5,7 @@ * * \author Angus Leeming * - * This file is part of LyX, the document processor. - * Licence details can be found in the file COPYING. + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/support/filetools.C b/src/support/filetools.C index 2bf3404076..ccd0334f35 100644 --- a/src/support/filetools.C +++ b/src/support/filetools.C @@ -14,8 +14,7 @@ * \author John Levon * \author Herbert Voß * - * This file is part of LyX, the document processor. - * Licence details can be found in the file COPYING. + * Full author contact details are available in file CREDITS. * * General path-mangling functions */