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@include version.texi
8
9@copying
10This document describes the GNU History library
11(version @value{VERSION}, @value{UPDATED}),
12a programming tool that provides a consistent user interface for
13recalling lines of previously typed input.
14
15Copyright @copyright{} 1988--2011 Free Software Foundation, Inc.
16
17Permission is granted to make and distribute verbatim copies of
18this manual provided the copyright notice and this permission notice
19are preserved on all copies.
20
21@quotation
22Permission is granted to copy, distribute and/or modify this document
23under the terms of the GNU Free Documentation License, Version 1.3 or
24any later version published by the Free Software Foundation; with no
25Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
26and with the Back-Cover Texts as in (a) below.  A copy of the license is
27included in the section entitled ``GNU Free Documentation License''.
28
29(a) The FSF's Back-Cover Text is: You are free to copy and modify
30this GNU manual.  Buying copies from GNU Press supports the FSF in
31developing GNU and promoting software freedom.''
32
33@end quotation
34@end copying
35
36@dircategory Libraries
37@direntry
38* History: (history).       The GNU history library API.
39@end direntry
40
41@titlepage
42@title GNU History Library
43@subtitle Edition @value{EDITION}, for @code{History Library} Version @value{VERSION}.
44@subtitle @value{UPDATED-MONTH}
45@author Chet Ramey, Case Western Reserve University
46@author Brian Fox, Free Software Foundation
47
48@page
49
50@vskip 0pt plus 1filll
51@insertcopying
52
53@sp 1
54Published by the Free Software Foundation @*
5559 Temple Place, Suite 330, @*
56Boston, MA 02111-1307 @*
57USA @*
58
59@end titlepage
60
61@contents
62
63@ifnottex
64@node Top
65@top GNU History Library
66
67This document describes the GNU History library, a programming tool that
68provides a consistent user interface for recalling lines of previously
69typed input.
70
71@menu
72* Using History Interactively::	  GNU History User's Manual.
73* Programming with GNU History::  GNU History Programmer's Manual.
74* GNU Free Documentation License::	License for copying this manual.
75* Concept Index::		  Index of concepts described in this manual.
76* Function and Variable Index::	  Index of externally visible functions
77				  and variables.
78@end menu
79@end ifnottex
80
81@syncodeindex fn vr
82
83@include hsuser.texi
84@include hstech.texi
85
86@node GNU Free Documentation License
87@appendix GNU Free Documentation License
88
89@include fdl.texi
90
91@node Concept Index
92@appendix Concept Index
93@printindex cp
94
95@node Function and Variable Index
96@appendix Function and Variable Index
97@printindex vr
98
99@bye
100