Home | History | Annotate | only in /src/external/gpl2/texinfo/dist/info
Up to higher level directory
NameDateSize
dir.c14-Jan-20169.1K
display.c30-Sep-202520.5K
display.h14-Jan-20163.1K
doc.h14-Jan-20163.9K
dribble.c14-Jan-20162.2K
dribble.h14-Jan-20161.6K
echo-area.c14-Jan-201643.9K
echo-area.h14-Jan-20164.2K
filesys.c14-Jan-201619.3K
filesys.h14-Jan-20164.1K
footnotes.c14-Jan-20168.2K
footnotes.h14-Jan-20161.7K
gc.c14-Jan-20163K
gc.h14-Jan-20161.5K
indices.c14-Jan-201621.1K
indices.h14-Jan-20162K
info-utils.c14-Jan-201618.8K
info-utils.h14-Jan-20165.8K
info.c14-Jan-201622.6K
info.h14-Jan-20165.7K
infodoc.c14-Jan-201636.8K
infokey.c08-Oct-201623.3K
infokey.h14-Jan-20163.4K
infomap.c14-Jan-201662.2K
infomap.h14-Jan-20162.6K
key.h14-Jan-20161.2K
m-x.c14-Jan-20165.8K
makedoc.c14-Jan-201615.7K
Makefile.am14-Jan-20163K
Makefile.in14-Jan-201620.6K
man.c14-Jan-201618.6K
man.h14-Jan-20161.6K
nodemenu.c14-Jan-20169.3K
nodes.c14-Jan-201640.7K
nodes.h14-Jan-20167.5K
pcterm.c14-Jan-201621.8K
README14-Jan-20161.3K
search.c14-Jan-201614.2K
search.h14-Jan-20163.3K
session.c14-Jan-2016146.4K
session.h14-Jan-201611.5K
signals.c14-Jan-20168.3K
signals.h14-Jan-20163.2K
termdep.h14-Jan-20161.8K
terminal.c14-Jan-201622.6K
terminal.h14-Jan-20165K
tilde.c14-Jan-20169.5K
tilde.h14-Jan-20162.2K
variables.c14-Jan-20168.6K
variables.h14-Jan-20162.7K
window.c14-Jan-201644K
window.h14-Jan-201611.1K

README

      1 Id: README,v 1.3 2004/04/11 17:56:45 karl Exp 
      2 texinfo/info/README
      3 
      4   Copyright (C) 2002 Free Software Foundation, Inc.
      5 
      6   Copying and distribution of this file, with or without modification,
      7   are permitted in any medium without royalty provided the copyright
      8   notice and this notice are preserved.
      9 
     10 Info 2.0 is a complete rewrite of the original standalone Info I wrote in
     11 1987, the first program I wrote for rms.  That program was something like
     12 my second Unix program ever, and my die-hard machine language coding habits
     13 tended to show through.  I found the original Info hard to read and
     14 maintain, and thus decided to write this one.
     15 
     16 The rewrite consists of about 12,000 lines of code written in about 12
     17 days.  I believe this version of Info to be in much better shape than the
     18 original Info.
     19 
     20 Info 2.0 is substantially different from its original standalone
     21 predecessor.  It appears almost identical to the GNU Emacs version, but has
     22 the advantages of smaller size, ease of portability, and a built in library
     23 which can be used in other programs (to get or display documentation from
     24 Info files, for example).
     25 
     26 A full listing of the commands available in Info can be gotten by typing
     27 `?' while within an Info window.  This produces a node in a window which
     28 can be viewed just like any Info node.
     29 
     30 --Brian Fox <bfox (a] gnu.org>
     31