]> git.lyx.org Git - features.git/commitdiff
Various trivial bits 'n' bats about config.h, header blurb etc.
authorAngus Leeming <leeming@lyx.org>
Mon, 8 Sep 2003 09:51:40 +0000 (09:51 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 8 Sep 2003 09:51:40 +0000 (09:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7706 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/frontends/gtk/ChangeLog
src/frontends/gtk/GPainter.h
src/graph.C
src/graphics/GraphicsTypes.C
src/support/ChangeLog
src/support/filename.C
src/support/filetools.C

index f35aa151ad47147ff13a10df5b2ded7afedd8347..b0b8b288116b35f5c8d421874ddf8c8d36bc50f4 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * graph.C: #include <config.h>.
+
 2003-09-08  Angus Leeming  <leeming@lyx.org>
 
        * BranchList.C:
index 91a7c93eca5dbc89aca7e00d0dfb9d1a14a1ca0e..f285224c181c778cb33a160c9f16d88d4f9ab870 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * GPainter.h: do not #include <config.h> in header files.
+
 2003-09-02  Angus Leeming  <leeming@lyx.org>
 
        * .cvsignore:
index 0dcffe51b5bdcccdb74218997bd7003026a7ca4e..396bf1f9fb95c44b67c4e340af2ef9ce3d3aae83 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef GPAINTER_H
 #define GPAINTER_H
 
-#include <config.h>
 #include <X11/Xft/Xft.h>
 
 #include <map>
index 6eee7f3a439b704fcedd8c8954306d5d0268f557..41d9ab6ddb2037f5dc96ed9e2ff6f1648b7d118d 100644 (file)
@@ -8,6 +8,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
+#include <config.h>
+
 #include "graph.h"
 #include "format.h"
 
index 9967e702e13f084cf3e913ba874a30a4537c9ede..3a63460790bdc1013c1c87a3640abbc32d0a716b 100644 (file)
@@ -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 <config.h>
index 387fbc98af5352e38ea33d4d576c0274f868c6f5..9aed3748f9448a6a380d5d5c93c964496afc1987 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * filename.C: 
+       * filetools.C: tell the world where to find author contact details.
+
 2003-09-08  Angus Leeming  <leeming@lyx.org>
 
        * boost-inst.C:
index c8f34370c52a21d907b96ceab6059f156a75f469..ca193052e0644f28902359007a766bf74b69f807 100644 (file)
@@ -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 <config.h>
index 2bf34040765c8a99ea362792e05f9f2b9999aca9..ccd0334f35ad9e30ae22edeabd8a46e7b648e6b4 100644 (file)
@@ -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
  */