Imported from ../bash-2.0.tar.gz.
[platform/upstream/bash.git] / lib / readline / doc / hist.texinfo
1 \input texinfo    @c -*-texinfo-*-
2 @c %**start of header (This is for running Texinfo on a region.)
3 @setfilename history.info
4 @settitle GNU History Library
5 @c %**end of header (This is for running Texinfo on a region.)
6
7 @setchapternewpage odd
8
9 @ignore
10 last change: Thu Mar 21 16:07:29 EST 1996
11 @end ignore
12
13 @set EDITION 2.1
14 @set VERSION 2.1
15 @set UPDATED 21 March 1996
16 @set UPDATE-MONTH March 1996
17
18 @ifinfo
19 This document describes the GNU History library, a programming tool that
20 provides a consistent user interface for recalling lines of previously
21 typed input.
22
23 Copyright (C) 1988, 1991, 1993, 1995, 1996 Free Software Foundation, Inc.
24
25 Permission is granted to make and distribute verbatim copies of
26 this manual provided the copyright notice and this permission notice
27 pare preserved on all copies.
28
29 @ignore
30 Permission is granted to process this file through TeX and print the
31 results, provided the printed document carries copying permission
32 notice identical to this one except for the removal of this paragraph
33 (this paragraph not being relevant to the printed manual).
34 @end ignore
35
36 Permission is granted to copy and distribute modified versions of this
37 manual under the conditions for verbatim copying, provided that the entire
38 resulting derived work is distributed under the terms of a permission
39 notice identical to this one.
40
41 Permission is granted to copy and distribute translations of this manual
42 into another language, under the above conditions for modified versions,
43 except that this permission notice may be stated in a translation approved
44 by the Foundation.
45 @end ifinfo
46
47 @titlepage
48 @title GNU History Library
49 @subtitle Edition @value{EDITION}, for @code{History Library} Version @value{VERSION}.
50 @subtitle @value{UPDATE-MONTH}
51 @author Brian Fox, Free Software Foundation
52 @author Chet Ramey, Case Western Reserve University
53
54 @page
55 This document describes the GNU History library, a programming tool that
56 provides a consistent user interface for recalling lines of previously
57 typed input.
58
59 Published by the Free Software Foundation @*
60 675 Massachusetts Avenue, @*
61 Cambridge, MA 02139 USA
62
63 Permission is granted to make and distribute verbatim copies of
64 this manual provided the copyright notice and this permission notice
65 are preserved on all copies.
66
67 Permission is granted to copy and distribute modified versions of this
68 manual under the conditions for verbatim copying, provided that the entire
69 resulting derived work is distributed under the terms of a permission
70 notice identical to this one.
71
72 Permission is granted to copy and distribute translations of this manual
73 into another language, under the above conditions for modified versions,
74 except that this permission notice may be stated in a translation approved
75 by the Foundation.
76
77 @vskip 0pt plus 1filll
78 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
79 @end titlepage
80
81 @ifinfo
82 @node Top
83 @top GNU History Library
84
85 This document describes the GNU History library, a programming tool that
86 provides a consistent user interface for recalling lines of previously
87 typed input.
88
89 @menu
90 * Using History Interactively::   GNU History User's Manual.
91 * Programming with GNU History::  GNU History Programmer's Manual.
92 * Concept Index::                 Index of concepts described in this manual.
93 * Function and Variable Index::   Index of externally visible functions
94                                   and variables.
95 @end menu
96 @end ifinfo
97
98 @syncodeindex fn vr
99
100 @include hsuser.texinfo
101 @include hstech.texinfo
102
103 @node Concept Index
104 @appendix Concept Index
105 @printindex cp
106
107 @node Function and Variable Index
108 @appendix Function and Variable Index
109 @printindex vr
110
111 @contents
112 @bye