Imported from ../bash-1.14.7.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: Wed Jul 20 09:57:17 EDT 1994
11 @end ignore
12
13 @set EDITION 2.0
14 @set VERSION 2.0
15 @set UPDATED 20 July 1994
16 @set UPDATE-MONTH July 1994
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 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 @sp 10
49 @title GNU History Library
50 @subtitle Edition @value{EDITION}, for @code{History Library} Version @value{VERSION}.
51 @subtitle @value{UPDATE-MONTH}
52 @author Brian Fox, Free Software Foundation
53 @author Chet Ramey, Case Western Reserve University
54
55 @page
56 This document describes the GNU History library, a programming tool that
57 provides a consistent user interface for recalling lines of previously
58 typed input.
59
60 Published by the Free Software Foundation @*
61 675 Massachusetts Avenue, @*
62 Cambridge, MA 02139 USA
63
64 Permission is granted to make and distribute verbatim copies of
65 this manual provided the copyright notice and this permission notice
66 are preserved on all copies.
67
68 Permission is granted to copy and distribute modified versions of this
69 manual under the conditions for verbatim copying, provided that the entire
70 resulting derived work is distributed under the terms of a permission
71 notice identical to this one.
72
73 Permission is granted to copy and distribute translations of this manual
74 into another language, under the above conditions for modified versions,
75 except that this permission notice may be stated in a translation approved
76 by the Foundation.
77
78 @vskip 0pt plus 1filll
79 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
80 @end titlepage
81
82 @ifinfo
83 @node Top
84 @top GNU History Library
85
86 This document describes the GNU History library, a programming tool that
87 provides a consistent user interface for recalling lines of previously
88 typed input.
89
90 @menu
91 * Using History Interactively::   GNU History User's Manual.
92 * Programming with GNU History::  GNU History Programmer's Manual.
93 * Concept Index::                 Index of concepts described in this manual.
94 * Function and Variable Index::   Index of externally visible functions
95                                   and variables.
96 @end menu
97 @end ifinfo
98
99 @syncodeindex fn vr
100
101 @include hsuser.texinfo
102 @include hstech.texinfo
103
104 @node Concept Index
105 @appendix Concept Index
106 @printindex cp
107
108 @node Function and Variable Index
109 @appendix Function and Variable Index
110 @printindex vr
111
112 @contents
113 @bye