NetBSD/gnu/dist/texinfo/info
wiz 38f443bb93 Remove local ENABLE_NLS patches which were added for smaller executable
size -- however, these binaries won't end up on bot floppies, so it's
not necessary, and less diffs to the original are better.
Ok'd by itojun.
2003-09-08 13:33:00 +00:00
..
Makefile.am Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
Makefile.in Merge 4.6 (includes aclocal/autoheader/autoconf/automake run 2003-07-03 15:09:13 +00:00
README
dir.c
display.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
display.h
doc.c
doc.h
dribble.c
dribble.h
echo-area.c
echo-area.h
filesys.c
filesys.h
footnotes.c
footnotes.h
funs.h
gc.c
gc.h
indices.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
indices.h
info-utils.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
info-utils.h Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
info.c Remove local ENABLE_NLS patches which were added for smaller executable 2003-09-08 13:33:00 +00:00
info.h Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
infodoc.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
infokey.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
infokey.h
infomap.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
infomap.h
key.c
key.h
m-x.c
makedoc.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
man.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
man.h
nodemenu.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
nodes.c Merge 4.6 (includes aclocal/autoheader/autoconf/automake run 2003-07-03 15:09:13 +00:00
nodes.h
pcterm.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
search.c
search.h
session.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
session.h
signals.c
signals.h
termdep.h
terminal.c
terminal.h
tilde.c
tilde.h
variables.c
variables.h
window.c Import of texinfo-4.6. 2003-07-03 14:58:40 +00:00
window.h

README

Id: README,v 1.2 2002/09/11 16:32:09 karl Exp
texinfo/info/README

  Copyright (C) 2002 Free Software Foundation, Inc.

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

Info 2.0 is a complete rewrite of the original standalone Info I wrote in
1987, the first program I wrote for rms.  That program was something like
my second Unix program ever, and my die-hard machine language coding habits
tended to show through.  I found the original Info hard to read and
maintain, and thus decided to write this one.

The rewrite consists of about 12,000 lines of code written in about 12
days.  I believe this version of Info to be in much better shape than the
original Info.

Info 2.0 is substantially different from its original standalone
predecessor.  It appears almost identical to the GNU Emacs version, but has
the advantages of smaller size, ease of portability, and a built in library
which can be used in other programs (to get or display documentation from
Info files, for example).

A full listing of the commands available in Info can be gotten by typing
`?' while within an Info window.  This produces a node in a window which
can be viewed just like any Info node.

--Brian Fox <bfox@gnu.org>