history.texi 2.7 KB

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