Name Date Size #Lines LOC

..--

Makefile.amH A D20-Feb-20203 KiB7533

Makefile.inH A D20-Feb-202020.6 KiB585487

READMEH A D20-Feb-20201.3 KiB3123

dir.cH A D20-Feb-20209.1 KiB291180

display.cH A D20-Feb-202020.4 KiB647407

display.hH A D20-Feb-20203.1 KiB7921

doc.hH A D20-Feb-20203.8 KiB10447

dribble.cH A D20-Feb-20202.1 KiB6933

dribble.hH A D20-Feb-20201.5 KiB427

echo-area.cH A D20-Feb-202043.8 KiB1,5251,039

echo-area.hH A D20-Feb-20204.2 KiB8641

filesys.cH A D20-Feb-202019.3 KiB712487

filesys.hH A D20-Feb-20204 KiB9328

footnotes.cH A D20-Feb-20208.2 KiB269153

footnotes.hH A D20-Feb-20201.7 KiB449

gc.cH A D20-Feb-20202.9 KiB9348

gc.hH A D20-Feb-20201.5 KiB385

indices.cH A D20-Feb-202021 KiB736484

indices.hH A D20-Feb-20201.9 KiB4613

info-utils.cH A D20-Feb-202018.8 KiB702453

info-utils.hH A D20-Feb-20205.7 KiB13743

info.cH A D20-Feb-202022.7 KiB691458

info.hH A D20-Feb-20205.6 KiB16187

infodoc.cH A D20-Feb-202036.7 KiB1,201913

infokey.cH A D20-Feb-202023.3 KiB930638

infokey.hH A D20-Feb-20203.3 KiB12947

infomap.cH A D20-Feb-202062.1 KiB1,8321,554

infomap.hH A D29-Jan-20252.6 KiB8335

key.hH A D20-Feb-20201.1 KiB369

m-x.cH A D20-Feb-20205.7 KiB215131

makedoc.cH A D20-Feb-202015.6 KiB579422

man.cH A D20-Feb-202018.5 KiB735554

man.hH A D20-Feb-20201.5 KiB4012

nodemenu.cH A D20-Feb-20209.2 KiB348219

nodes.cH A D20-Feb-202040.6 KiB1,264768

nodes.hH A D20-Feb-20207.4 KiB15765

pcterm.cH A D20-Feb-202021.7 KiB760501

search.cH A D20-Feb-202014.2 KiB498294

search.hH A D20-Feb-20203.2 KiB7629

session.cH A D20-Feb-2020146.4 KiB5,0423,564

session.hH A D20-Feb-202011.4 KiB238156

signals.cH A D20-Feb-20208.2 KiB296219

signals.hH A D20-Feb-20203.1 KiB9746

termdep.hH A D20-Feb-20201.8 KiB6030

terminal.cH A D20-Feb-202022.2 KiB864587

terminal.hH A D20-Feb-20204.9 KiB13147

tilde.cH A D20-Feb-20209.4 KiB343225

tilde.hH A D20-Feb-20202.2 KiB559

variables.cH A D20-Feb-20208.5 KiB306194

variables.hH A D20-Feb-20202.7 KiB6722

window.cH A D20-Feb-202043.9 KiB1,5551,058

window.hH A D20-Feb-202011 KiB24285

README

1$Id: README,v 1.1.1.5 2006/07/17 16:03:41 espie Exp $
2texinfo/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
10Info 2.0 is a complete rewrite of the original standalone Info I wrote in
111987, the first program I wrote for rms.  That program was something like
12my second Unix program ever, and my die-hard machine language coding habits
13tended to show through.  I found the original Info hard to read and
14maintain, and thus decided to write this one.
15
16The rewrite consists of about 12,000 lines of code written in about 12
17days.  I believe this version of Info to be in much better shape than the
18original Info.
19
20Info 2.0 is substantially different from its original standalone
21predecessor.  It appears almost identical to the GNU Emacs version, but has
22the advantages of smaller size, ease of portability, and a built in library
23which can be used in other programs (to get or display documentation from
24Info files, for example).
25
26A 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
28can be viewed just like any Info node.
29
30--Brian Fox <bfox@gnu.org>
31