mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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
This commit is contained in:
parent
d7e913da9e
commit
f79df3dc11
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -12,7 +12,6 @@
|
||||
#ifndef GPAINTER_H
|
||||
#define GPAINTER_H
|
||||
|
||||
#include <config.h>
|
||||
#include <X11/Xft/Xft.h>
|
||||
|
||||
#include <map>
|
||||
|
@ -8,6 +8,8 @@
|
||||
* Full author contact details are available in file CREDITS.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "graph.h"
|
||||
#include "format.h"
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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:
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user