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