Try test commit again. This time get everything.

From-SVN: r18808
This commit is contained in:
Jeff Law 1998-03-24 11:08:49 -07:00
parent bdfcdb1ba7
commit f35e74f9a6
55 changed files with 57 additions and 60 deletions

View File

@ -1,4 +1,4 @@
%$Id: texinfo.tex,v 1.1 1998/03/23 04:42:12 law Exp $
%$Id: texinfo.tex,v 1.1.1.1 1998/03/23 04:42:12 law Exp $
% Cover file to permit easy management of FSF texinfo.tex and use of
% Cygnus local revisions.
% First we get the official FSF one:

View File

@ -2,7 +2,7 @@
%% Cygnus revisions to texinfo.tex, TeX macros to handle texinfo files
% Copyright (C) 1991 Free Software Foundation, Inc.
%% Maintained at Cygnus Support as:
%%$Id: texiplus.tex,v 1.1 1998/03/23 04:42:12 law Exp $
%%$Id: texiplus.tex,v 1.1.1.1 1998/03/23 04:42:12 law Exp $
%This texi+.tex file is free software; you can redistribute it and/or
%modify it under the terms of the GNU General Public License as

View File

@ -1,5 +1,5 @@
## Makefile.am for texinfo/emacs.
## $Id: Makefile.am,v 1.1 1998/03/23 04:42:12 law Exp $
## $Id: Makefile.am,v 1.2 1998/03/24 18:05:32 law Exp $
## Run automake in .. to produce Makefile.in from this.
info_TEXINFOS = info-stnd.texi info.texi texinfo.texi

View File

@ -9,7 +9,7 @@
@synindex fn cp
@synindex ky cp
@comment %**end of header
@comment $Id: info-stnd.texi,v 1.1 1998/03/23 04:42:12 law Exp $
@comment $Id: info-stnd.texi,v 1.2 1998/03/24 18:05:36 law Exp $
@dircategory Texinfo documentation system
@direntry

View File

@ -3,7 +3,7 @@
@setfilename info.info
@settitle Info 1.0
@comment %**end of header
@comment $Id: info.texi,v 1.1 1998/03/23 04:42:12 law Exp $
@comment $Id: info.texi,v 1.2 1998/03/24 18:05:37 law Exp $
@dircategory Texinfo documentation system
@direntry

View File

@ -1,5 +1,5 @@
%% TeX macros to handle Texinfo files.
%% $Id: texinfo.tex,v 1.1 1998/03/23 04:42:12 law Exp $
%% $Id: texinfo.tex,v 1.2 1998/03/24 18:05:39 law Exp $
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93,
% 94, 95, 96, 97 Free Software Foundation, Inc.
@ -36,7 +36,7 @@
% This automatically updates the version number based on RCS.
\def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}}
\deftexinfoversion$Revision: 1.1 $
\deftexinfoversion$Revision: 1.2 $
\message{Loading texinfo package [Version \texinfoversion]:}
% If in a .fmt file, print the version number

View File

@ -1,5 +1,5 @@
\input texinfo.tex @c -*-texinfo-*-
@c $Id: texinfo.texi,v 1.1 1998/03/23 04:42:12 law Exp $
@c $Id: texinfo.texi,v 1.1.1.1 1998/03/23 04:42:12 law Exp $
@c %**start of header
@c All text is ignored before the setfilename.

View File

@ -1,5 +1,5 @@
## Makefile.am for texinfo/emacs.
## $Id: Makefile.am,v 1.1 1998/03/23 04:42:12 law Exp $
## $Id: Makefile.am,v 1.1.1.1 1998/03/23 04:42:12 law Exp $
## Run automake in .. to produce Makefile.in from this.
# Do not byte compile our Elisp files by default.

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: elisp-comp,v 1.1 1997/08/21 22:57:57 jason Exp $
# $Id: elisp-comp,v 1.1.1.1 1997/08/21 22:57:57 jason Exp $
# Trivial script to compile the Elisp files.
setpath=${TMPDIR-/tmp}/elc.$$
echo "(setq load-path (cons nil load-path))" > $setpath

View File

@ -1,5 +1,5 @@
## Makefile.am for texinfo/info.
## $Id: Makefile.am,v 1.1 1998/03/23 04:42:20 law Exp $
## $Id: Makefile.am,v 1.2 1998/03/24 18:05:58 law Exp $
## Run automake in .. to produce Makefile.in from this.
noinst_PROGRAMS = makedoc

View File

@ -1,5 +1,5 @@
/* clib.c: Functions which we normally expect to find in the C library.
$Id: clib.c,v 1.1 1997/08/21 22:57:59 jason Exp $
$Id: clib.c,v 1.1.1.1 1997/08/21 22:57:59 jason Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* dir.c -- How to build a special "dir" node from "localdir" files.
$Id: dir.c,v 1.6 1997/07/27 21:09:20 karl Exp $
$Id: dir.c,v 1.1.1.2 1998/03/22 20:42:22 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* display.c -- How to display Info windows.
$Id: display.c,v 1.6 1997/07/24 21:13:27 karl Exp $
$Id: display.c,v 1.1.1.2 1998/03/22 20:42:23 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* display.h -- How the display in Info is done.
$Id: display.h,v 1.2 1997/07/15 18:37:29 karl Exp $
$Id: display.h,v 1.1.1.2 1998/03/22 20:42:24 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* echo-area.c -- How to read a line in the echo area.
$Id: echo-area.c,v 1.1 1998/03/23 04:42:27 law Exp $
$Id: echo-area.c,v 1.2 1998/03/24 18:06:11 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* echo-area.h -- Functions used in reading information from the echo area.
$Id: echo-area.h,v 1.1 1998/03/23 04:42:27 law Exp $
$Id: echo-area.h,v 1.2 1998/03/24 18:06:12 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* filesys.c -- File system specific functions for hacking this system.
$Id: filesys.c,v 1.4 1997/07/24 21:23:07 karl Exp $
$Id: filesys.c,v 1.2 1998/03/24 18:06:16 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* filesys.h -- External declarations of functions and vars in filesys.c.
$Id: filesys.h,v 1.3 1997/07/15 18:39:08 karl Exp $
$Id: filesys.h,v 1.1.1.2 1998/03/22 20:42:28 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* footnotes.c -- Some functions for manipulating footnotes.
$Id: footnotes.c,v 1.4 1997/07/24 21:23:33 karl Exp $
$Id: footnotes.c,v 1.1.1.2 1998/03/22 20:42:29 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* footnotes.h -- Some functions for manipulating footnotes.
$Id: footnotes.h,v 1.3 1997/07/15 18:40:27 karl Exp $
$Id: footnotes.h,v 1.1.1.2 1998/03/22 20:42:30 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* gc.h -- Functions for garbage collecting unused node contents.
$Id: gc.h,v 1.2 1997/07/15 18:41:53 karl Exp $
$Id: gc.h,v 1.1.1.2 1998/03/22 20:42:32 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* indices.c -- Commands for dealing with an Info file Index.
$Id: indices.c,v 1.6 1997/07/24 21:25:53 karl Exp $
$Id: indices.c,v 1.1.1.2 1998/03/22 20:42:33 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* indices.h -- Functions defined in indices.c.
$Id: indices.h,v 1.2 1997/07/06 20:50:29 karl Exp $
$Id: indices.h,v 1.1.1.2 1998/03/22 20:42:34 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -9,7 +9,7 @@
@synindex fn cp
@synindex ky cp
@comment %**end of header
@comment $Id: info-stnd.texi,v 1.1 1997/08/21 22:58:01 jason Exp $
@comment $Id: info-stnd.texi,v 1.1.1.1 1997/08/21 22:58:01 jason Exp $
@dircategory Texinfo documentation system
@direntry

View File

@ -1,5 +1,5 @@
/* info-utils.h -- Exported functions and variables from info-util.c.
$Id: info-utils.h,v 1.3 1997/07/15 18:42:20 karl Exp $
$Id: info-utils.h,v 1.1.1.2 1998/03/22 20:42:36 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* info.c -- Display nodes of Info files in multiple windows.
$Id: info.c,v 1.10 1997/07/30 15:21:44 karl Exp $
$Id: info.c,v 1.2 1998/03/24 18:06:30 law Exp $
Copyright (C) 1993, 96, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* info.h -- Header file which includes all of the other headers.
$Id: info.h,v 1.6 1997/07/15 18:34:15 karl Exp $
$Id: info.h,v 1.2 1998/03/24 18:06:31 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -3,7 +3,7 @@
@setfilename info.info
@settitle Info 1.0
@comment %**end of header
@comment $Id: info.texi,v 1.1 1997/08/21 22:58:02 jason Exp $
@comment $Id: info.texi,v 1.1.1.1 1997/08/21 22:58:02 jason Exp $
@ifinfo
@c This is a dir.info fragment to support semi-automated addition of

View File

@ -1,5 +1,5 @@
/* infodoc.c -- Functions which build documentation nodes.
$Id: infodoc.c,v 1.4 1997/07/25 21:08:40 karl Exp $
$Id: infodoc.c,v 1.1.1.2 1998/03/22 20:42:39 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* infomap.c -- Keymaps for Info.
$Id: infomap.c,v 1.7 1997/07/31 20:37:32 karl Exp $
$Id: infomap.c,v 1.1.1.2 1998/03/22 20:42:40 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* m-x.c -- Meta-X minibuffer reader.
$Id: m-x.c,v 1.5 1997/07/24 21:28:00 karl Exp $
$Id: m-x.c,v 1.1.1.2 1998/03/22 20:42:42 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* makedoc.c -- Make doc.c and funs.h from input files.
$Id: makedoc.c,v 1.4 1997/07/15 18:35:59 karl Exp $
$Id: makedoc.c,v 1.1.1.2 1998/03/22 20:42:43 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* man.h: Defines and external function declarations for man.c.
$Id: man.h,v 1.2 1997/07/15 18:42:56 karl Exp $
$Id: man.h,v 1.1.1.2 1998/03/22 20:42:46 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* nodemenu.c -- Produce a menu of all visited nodes.
$Id: nodemenu.c,v 1.7 1997/07/24 21:30:30 karl Exp $
$Id: nodemenu.c,v 1.1.1.2 1998/03/22 20:42:47 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* nodes.h -- How we represent nodes internally.
$Id: nodes.h,v 1.5 1997/07/18 14:33:44 karl Exp $
$Id: nodes.h,v 1.1.1.2 1998/03/22 20:42:49 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* search.h -- Structure used to search large bodies of text, with bounds.
$Id: search.h,v 1.3 1997/07/15 18:43:49 karl Exp $
$Id: search.h,v 1.1.1.2 1998/03/22 20:42:51 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* session.c -- The user windowing interface to Info.
$Id: session.c,v 1.12 1997/07/24 21:34:00 karl Exp $
$Id: session.c,v 1.2 1998/03/24 18:06:46 law Exp $
Copyright (C) 1993, 96, 97 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
/* signals.h -- Header to include system dependent signal definitions.
$Id: signals.h,v 1.3 1997/07/15 18:35:59 karl Exp $
$Id: signals.h,v 1.1.1.2 1998/03/22 20:42:55 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* tilde.c -- Tilde expansion code (~/foo := $HOME/foo).
$Id: tilde.c,v 1.8 1997/07/24 21:49:03 karl Exp $
$Id: tilde.c,v 1.2 1998/03/24 18:06:55 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* variables.c -- How to manipulate user visible variables in Info.
$Id: variables.c,v 1.5 1997/07/18 14:34:23 karl Exp $
$Id: variables.c,v 1.1.1.2 1998/03/22 20:43:01 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* variables.h -- Description of user visible variables in Info.
$Id: variables.h,v 1.3 1997/07/15 18:44:23 karl Exp $
$Id: variables.h,v 1.1.1.2 1998/03/22 20:43:02 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* window.c -- Windows in Info.
$Id: window.c,v 1.4 1997/07/15 18:35:59 karl Exp $
$Id: window.c,v 1.2 1998/03/24 18:06:59 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
/* window.h -- Structure and flags used in manipulating Info windows.
$Id: window.h,v 1.4 1997/07/15 18:45:47 karl Exp $
$Id: window.h,v 1.1.1.2 1998/03/22 20:43:04 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.

View File

@ -1,5 +1,5 @@
## Makefile.am for texinfo/lib.
## $Id: Makefile.am,v 1.1 1998/03/23 04:43:06 law Exp $
## $Id: Makefile.am,v 1.2 1998/03/24 18:07:26 law Exp $
## Run automake in .. to produce Makefile.in from this.
noinst_LIBRARIES = libtxi.a

View File

@ -1,5 +1,5 @@
/* system.h: System-dependent declarations. Include this first.
$Id: system.h,v 1.1 1998/03/23 04:43:06 law Exp $
$Id: system.h,v 1.2 1998/03/24 18:07:37 law Exp $
Copyright (C) 1997 Free Software Foundation, Inc.

View File

@ -1,5 +1,5 @@
## Makefile.am for texinfo/makeinfo.
## $Id: Makefile.am,v 1.1 1998/03/23 04:43:06 law Exp $
## $Id: Makefile.am,v 1.2 1998/03/24 18:07:49 law Exp $
## Run automake in .. to produce Makefile.in from this.
bin_PROGRAMS = makeinfo

View File

@ -1,5 +1,5 @@
/* makeinfo.h -- Declarations for Makeinfo.
$Id: makeinfo.h,v 1.3 1997/07/15 18:28:38 karl Exp $
$Id: makeinfo.h,v 1.1.1.2 1998/03/22 20:43:08 law Exp $
Copyright (C) 1996, 97 Free Software Foundation, Inc.

View File

@ -4,7 +4,7 @@
@set VERSION 1.61
@paragraphindent none
@comment %**start of header
@comment $Id: makeinfo.texi,v 1.1 1997/08/21 22:58:08 jason Exp $
@comment $Id: makeinfo.texi,v 1.1.1.1 1997/08/21 22:58:08 jason Exp $
@ifinfo
@format

View File

@ -1,5 +1,5 @@
/* multi.c -- multitable stuff for makeinfo.
$Id: multi.c,v 1.9 1997/07/24 22:01:00 karl Exp $
$Id: multi.c,v 1.2 1998/03/24 18:07:57 law Exp $
Copyright (C) 1996, 97 Free Software Foundation, Inc.

View File

@ -498,4 +498,4 @@ Email bug reports to bug-texinfo@prep.ai.mit.edu.", 358},
{"%s; for file `%s'.\n", 363},
{"Virtual memory exhausted in %s ()! Needed %d bytes.", 364},
};
int _msg_tbl_length = 364;

View File

@ -1,5 +1,5 @@
## Makefile.am for texinfo/util.
## $Id: Makefile.am,v 1.1 1998/03/23 04:43:11 law Exp $
## $Id: Makefile.am,v 1.2 1998/03/24 18:08:38 law Exp $
## Run automake in .. to produce Makefile.in from this.
bin_PROGRAMS = texindex

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: gen-dir-node,v 1.1 1997/05/22 22:02:43 karl Exp $
# $Id: gen-dir-node,v 1.1.1.2 1998/03/22 20:43:12 law Exp $
# Generate the top-level Info node, given a directory of Info files
# and (optionally) a skeleton file. The output will be suitable for a
# top-level dir file. The skeleton file contains info topic names in the

View File

@ -4,7 +4,7 @@
# Created: 1993-05-16
# Public domain
# $Id: mkinstalldirs,v 1.1 1997/08/21 22:58:12 jason Exp $
# $Id: mkinstalldirs,v 1.1.1.1 1997/08/21 22:58:12 jason Exp $
errstatus=0

View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
# $Id: texi2dvi,v 0.6 1997/07/14 19:23:18 karl Exp $
# $Id: texi2dvi,v 1.2 1998/03/24 18:08:49 law Exp $
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -47,7 +47,7 @@
progname=`echo "$0" | sed -e 's/[^\/]*\///g'`
# This string is expanded by rcs automatically when this file is checked out.
rcs_revision='$Revision: 0.6 $'
rcs_revision='$Revision: 1.2 $'
version=`set - $rcs_revision; echo $2`
# To prevent hairy quoting and escaping later.
@ -329,6 +329,3 @@ done
$verbose "$0 done."
true # exit successfully.
# Do macro expansion with makeinfo before running TeX.
# Various expansion safety measures added for test; avoid use of -o.
#

View File

@ -1,5 +1,5 @@
/* Prepare TeX index dribble output into an actual index.
$Id: texindex.c,v 1.17 1997/07/24 23:34:45 karl Exp $
$Id: texindex.c,v 1.2 1998/03/24 18:08:47 law Exp $
Copyright (C) 1987, 91, 92, 96, 97 Free Software Foundation, Inc.