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@include version.texi
6
7@c %**end of header (This is for running Texinfo on a region.)
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--2016 Free Software Foundation, Inc.
16
17@quotation
18Permission is granted to copy, distribute and/or modify this document
19under the terms of the GNU Free Documentation License, Version 1.3 or
20any later version published by the Free Software Foundation; with no
21Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
22A copy of the license is included in the section entitled
23``GNU Free Documentation License''.
24
25@end quotation
26@end copying
27
28@dircategory Libraries
29@direntry
30* History: (history).       The GNU history library API.
31@end direntry
32
33@titlepage
34@title GNU History Library
35@subtitle Edition @value{EDITION}, for @code{History Library} Version @value{VERSION}.
36@subtitle @value{UPDATED-MONTH}
37@author Chet Ramey, Case Western Reserve University
38@author Brian Fox, Free Software Foundation
39
40@page
41
42@vskip 0pt plus 1filll
43@insertcopying
44
45@end titlepage
46
47@contents
48
49@ifnottex
50@node Top
51@top GNU History Library
52
53This document describes the GNU History library, a programming tool that
54provides a consistent user interface for recalling lines of previously
55typed input.
56
57@menu
58* Using History Interactively::	  GNU History User's Manual.
59* Programming with GNU History::  GNU History Programmer's Manual.
60* GNU Free Documentation License::	License for copying this manual.
61* Concept Index::		  Index of concepts described in this manual.
62* Function and Variable Index::	  Index of externally visible functions
63				  and variables.
64@end menu
65@end ifnottex
66
67@syncodeindex fn vr
68
69@include hsuser.texi
70@include hstech.texi
71
72@node GNU Free Documentation License
73@appendix GNU Free Documentation License
74
75@include fdl.texi
76
77@node Concept Index
78@appendix Concept Index
79@printindex cp
80
81@node Function and Variable Index
82@appendix Function and Variable Index
83@printindex vr
84
85@bye
86