1136644Sache\input texinfo    @c -*-texinfo-*-
2136644Sache@c %**start of header (This is for running Texinfo on a region.)
3136644Sache@setfilename history.info
4136644Sache@settitle GNU History Library
5136644Sache@c %**end of header (This is for running Texinfo on a region.)
6136644Sache
7136644Sache@setchapternewpage odd
8136644Sache
9136644Sache@include version.texi
10136644Sache
11136644Sache@copying
12136644SacheThis document describes the GNU History library
13136644Sache(version @value{VERSION}, @value{UPDATED}),
14136644Sachea programming tool that provides a consistent user interface for
15136644Sacherecalling lines of previously typed input.
16136644Sache
17165670SacheCopyright @copyright{} 1988-2006 Free Software Foundation, Inc.
18136644Sache
19136644SachePermission is granted to make and distribute verbatim copies of
20136644Sachethis manual provided the copyright notice and this permission notice
21136644Sacheare preserved on all copies.
22136644Sache
23136644Sache@quotation
24136644SachePermission is granted to copy, distribute and/or modify this document
25165670Sacheunder the terms of the GNU Free Documentation License, Version 1.2 or
26136644Sacheany later version published by the Free Software Foundation; with no
27136644SacheInvariant Sections, with the Front-Cover texts being ``A GNU Manual,''
28136644Sacheand with the Back-Cover Texts as in (a) below.  A copy of the license is
29136644Sacheincluded in the section entitled ``GNU Free Documentation License.''
30136644Sache
31136644Sache(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
32136644Sachethis GNU Manual, like GNU software.  Copies published by the Free
33136644SacheSoftware Foundation raise funds for GNU development.''
34136644Sache@end quotation
35136644Sache@end copying
36136644Sache
37136644Sache@dircategory Libraries
38136644Sache@direntry
39136644Sache* History: (history).       The GNU history library API.
40136644Sache@end direntry
41136644Sache
42136644Sache@titlepage
43136644Sache@title GNU History Library
44136644Sache@subtitle Edition @value{EDITION}, for @code{History Library} Version @value{VERSION}.
45136644Sache@subtitle @value{UPDATED-MONTH}
46136644Sache@author Chet Ramey, Case Western Reserve University
47136644Sache@author Brian Fox, Free Software Foundation
48136644Sache
49136644Sache@page
50136644Sache
51136644Sache@vskip 0pt plus 1filll
52136644Sache@insertcopying
53136644Sache
54136644Sache@sp 1
55136644SachePublished by the Free Software Foundation @*
56136644Sache59 Temple Place, Suite 330, @*
57136644SacheBoston, MA 02111-1307 @*
58136644SacheUSA @*
59136644Sache
60136644Sache@end titlepage
61136644Sache
62136644Sache@contents
63136644Sache
64136644Sache@ifnottex
65136644Sache@node Top
66136644Sache@top GNU History Library
67136644Sache
68136644SacheThis document describes the GNU History library, a programming tool that
69136644Sacheprovides a consistent user interface for recalling lines of previously
70136644Sachetyped input.
71136644Sache
72136644Sache@menu
73136644Sache* Using History Interactively::	  GNU History User's Manual.
74136644Sache* Programming with GNU History::  GNU History Programmer's Manual.
75136644Sache* Copying This Manual::		  Copying This Manual.
76136644Sache* Concept Index::		  Index of concepts described in this manual.
77136644Sache* Function and Variable Index::	  Index of externally visible functions
78136644Sache				  and variables.
79136644Sache@end menu
80136644Sache@end ifnottex
81136644Sache
82136644Sache@syncodeindex fn vr
83136644Sache
84136644Sache@include hsuser.texi
85136644Sache@include hstech.texi
86136644Sache
87136644Sache@node Copying This Manual
88136644Sache@appendix Copying This Manual
89136644Sache
90136644Sache@menu
91136644Sache* GNU Free Documentation License::	License for copying this manual.
92136644Sache@end menu
93136644Sache
94136644Sache@include fdl.texi
95136644Sache
96136644Sache@node Concept Index
97136644Sache@appendix Concept Index
98136644Sache@printindex cp
99136644Sache
100136644Sache@node Function and Variable Index
101136644Sache@appendix Function and Variable Index
102136644Sache@printindex vr
103136644Sache
104136644Sache@bye
105