mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
More 'standard conformant blurb' nonsense.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5bcebe0a51
commit
90499e36a9
@ -1,3 +1,7 @@
|
|||||||
|
2003-08-19 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* configure.ac (AH_TOP): get rid of 'The LyX Team'.
|
||||||
|
|
||||||
2003-08-07 Lars Gullik Bjønnes <larsbj@gullik.net>
|
2003-08-07 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||||
|
|
||||||
* configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS
|
* configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS
|
||||||
|
21
configure.ac
21
configure.ac
@ -297,19 +297,16 @@ AC_SUBST(RPM_FRONTEND_DEPS)
|
|||||||
|
|
||||||
AH_TOP([
|
AH_TOP([
|
||||||
/* -*- C++ -*- */
|
/* -*- C++ -*- */
|
||||||
/* This is the compilation configuration file for LyX. It was generated by
|
/*
|
||||||
autoconfs configure. You might want to change some of the defaults if
|
* \file config.h
|
||||||
something goes wrong during the compilation
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
* This file is part of
|
|
||||||
* ======================================================
|
|
||||||
*
|
*
|
||||||
* LyX, the High Level Word Processor
|
* This is the compilation configuration file for LyX.
|
||||||
*
|
* It was generated by autoconfs configure.
|
||||||
* Copyright 1995 Matthias Ettrich
|
* You might want to change some of the defaults if something goes wrong
|
||||||
* Copyright 1995-2001 The LyX Team.
|
* during the compilation.
|
||||||
*
|
*/
|
||||||
*======================================================*/
|
|
||||||
|
|
||||||
#ifndef _CONFIG_H
|
#ifndef _CONFIG_H
|
||||||
#define _CONFIG_H
|
#define _CONFIG_H
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
* \file frontends/Dialogs.C
|
* \file frontends/Dialogs.C
|
||||||
* This file is part of LyX, the document processor.
|
* This file is part of LyX, the document processor.
|
||||||
* Licence details can be found in the file COPYING.
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
* \author Angus Leeming
|
* \author Angus Leeming
|
||||||
*
|
*
|
||||||
* Full author contact details are available in file CREDITS
|
* Full author contact details are available in file CREDITS
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/**
|
/**
|
||||||
* \file Dialog.C
|
* \file Dialog.C
|
||||||
* This file is part of LyX, the document processor.
|
* This file is part of LyX, the document processor.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* \file xforms/lyx_gui.C
|
* \file gnome/lyx_gui.C
|
||||||
* This file is part of LyX, the document processor.
|
* This file is part of LyX, the document processor.
|
||||||
* Licence details can be found in the file COPYING.
|
* Licence details can be found in the file COPYING.
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
/**
|
||||||
|
* \file insetbase.C
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author André Pönitz
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
#include "insetbase.h"
|
#include "insetbase.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
* Licence details can be found in the file COPYING.
|
* Licence details can be found in the file COPYING.
|
||||||
*
|
*
|
||||||
* \author Alejandro Aguilar Sierra
|
* \author Alejandro Aguilar Sierra
|
||||||
* \author Jürgen Vigna
|
* \author Jürgen Vigna
|
||||||
* \author Lars Gullik Bjønnes
|
* \author Lars Gullik Bjønnes
|
||||||
* \author Matthias Ettrich
|
* \author Matthias Ettrich
|
||||||
*
|
*
|
||||||
* Full author contact details are available in file CREDITS
|
* Full author contact details are available in file CREDITS
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-08-19 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* most files: add 'standard conformant' header blurb.
|
||||||
|
Also add Jean-Marc as an author where appropriate.
|
||||||
|
|
||||||
2003-08-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2003-08-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST):
|
* Makefile.am (EXTRA_DIST):
|
||||||
|
@ -7,6 +7,10 @@
|
|||||||
* \author Angus Leeming
|
* \author Angus Leeming
|
||||||
*
|
*
|
||||||
* Full author contact details are available in file CREDITS
|
* Full author contact details are available in file CREDITS
|
||||||
|
*
|
||||||
|
* This class is just a dummy version of that in the main LyX source tree
|
||||||
|
* to enable tex2lyx to use LyX's textclass classes and not have to
|
||||||
|
* re-invent the wheel.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SPACING_H
|
#ifndef SPACING_H
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
/** A small helper function
|
/**
|
||||||
\author Jean-Marc Lasgouttes (2003)
|
* \file context.C
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author Jean-Marc Lasgouttes
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -1,4 +1,14 @@
|
|||||||
// -*- C++ -*-
|
// -*- C++ -*-
|
||||||
|
/**
|
||||||
|
* \file context.h
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author Jean-Marc Lasgouttes
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef CONTEXT_H
|
#ifndef CONTEXT_H
|
||||||
#define CONTEXT_H
|
#define CONTEXT_H
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* This file is part of LyX, the document processor.
|
* This file is part of LyX, the document processor.
|
||||||
* Licence details can be found in the file COPYING.
|
* Licence details can be found in the file COPYING.
|
||||||
*
|
*
|
||||||
* \author Lars Gullik Bjønnes
|
* \author Lars Gullik Bjønnes
|
||||||
* \author Jean-Marc Lasgouttes
|
* \author Jean-Marc Lasgouttes
|
||||||
*
|
*
|
||||||
* Full author contact details are available in file CREDITS
|
* Full author contact details are available in file CREDITS
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This file is part of LyX, the document processor.
|
* This file is part of LyX, the document processor.
|
||||||
* Licence details can be found in the file COPYING.
|
* Licence details can be found in the file COPYING.
|
||||||
*
|
*
|
||||||
* \author Lars Gullik Bjønnes
|
* \author Lars Gullik Bjønnes
|
||||||
* \author Jean-Marc Lasgouttes
|
* \author Jean-Marc Lasgouttes
|
||||||
*
|
*
|
||||||
* Full author contact details are available in file CREDITS
|
* Full author contact details are available in file CREDITS
|
||||||
@ -17,7 +17,8 @@
|
|||||||
///
|
///
|
||||||
string const _(string const &);
|
string const _(string const &);
|
||||||
|
|
||||||
#define N_(str) (str) // for detecting static strings
|
/// for detecting static strings
|
||||||
|
#define N_(str) (str)
|
||||||
|
|
||||||
///
|
///
|
||||||
void locale_init();
|
void locale_init();
|
||||||
|
@ -7,6 +7,11 @@
|
|||||||
* \author Angus Leeming
|
* \author Angus Leeming
|
||||||
*
|
*
|
||||||
* Full author contact details are available in file CREDITS
|
* Full author contact details are available in file CREDITS
|
||||||
|
*
|
||||||
|
* This class is just a dummy version of that in the main LyX source tree
|
||||||
|
* to enable tex2lyx to use LyX's textclass classes and not have to
|
||||||
|
* re-invent the wheel.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LYXFONT_H
|
#ifndef LYXFONT_H
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
/** The .tex to .lyx converter
|
/**
|
||||||
\author André Pönitz (2003)
|
* \file math.C
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author André Pönitz
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// {[(
|
// {[(
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
/** The .tex to .lyx converter
|
/**
|
||||||
\author André Pönitz (2003)
|
* \file preamble.C
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author André Pönitz
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// {[(
|
// {[(
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
/** The .tex to .lyx converter
|
/**
|
||||||
\author André Pönitz (2003)
|
* \file table.C
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author André Pönitz
|
||||||
|
* \author Jean-Marc Lasgouttes
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// {[(
|
// {[(
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
/** The .tex to .lyx converter
|
/**
|
||||||
\author André Pönitz (2003)
|
* \file tex2lyx.C
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author André Pönitz
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// {[(
|
// {[(
|
||||||
|
@ -1,4 +1,15 @@
|
|||||||
// -*- C++ -*-
|
// -*- C++ -*-
|
||||||
|
/**
|
||||||
|
* \file tex2lyx.h
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author André Pönitz
|
||||||
|
* \author Jean-Marc Lasgouttes
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef TEX2LYX_H
|
#ifndef TEX2LYX_H
|
||||||
#define TEX2LYX_H
|
#define TEX2LYX_H
|
||||||
|
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
/**
|
||||||
|
* \file texparser.C
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author André Pönitz
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "texparser.h"
|
#include "texparser.h"
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
|
/**
|
||||||
|
* \file texparser.h
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author André Pönitz
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef PARSER_H
|
#ifndef PARSER_H
|
||||||
#define PARSER_H
|
#define PARSER_H
|
||||||
|
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
/** The .tex to .lyx converter
|
/**
|
||||||
\author André Pönitz (2003)
|
* \file text.C
|
||||||
|
* This file is part of LyX, the document processor.
|
||||||
|
* Licence details can be found in the file COPYING.
|
||||||
|
*
|
||||||
|
* \author André Pönitz
|
||||||
|
* \author Jean-Marc Lasgouttes
|
||||||
|
*
|
||||||
|
* Full author contact details are available in file CREDITS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// {[(
|
// {[(
|
||||||
|
Loading…
Reference in New Issue
Block a user