Deleted Added
full compact
README (157184) README (165670)
1Introduction
2============
3
1Introduction
2============
3
4This is the Gnu Readline library, version 5.1.
4This is the Gnu Readline library, version 5.2.
5
6The Readline library provides a set of functions for use by applications
7that allow users to edit command lines as they are typed in. Both
8Emacs and vi editing modes are available. The Readline library includes
9additional functions to maintain a list of previously-entered command
10lines, to recall and perhaps reedit those lines, and perform csh-like
11history expansion on previous commands.
12

--- 165 unchanged lines hidden (view full) ---

178If you would like to contact the Readline maintainer directly, send mail
179to bash-maintainers@gnu.org.
180
181Since Readline is developed along with bash, the bug-bash@gnu.org mailing
182list (mirrored to the Usenet newsgroup gnu.bash.bug) often contains
183Readline bug reports and fixes.
184
185Chet Ramey
5
6The Readline library provides a set of functions for use by applications
7that allow users to edit command lines as they are typed in. Both
8Emacs and vi editing modes are available. The Readline library includes
9additional functions to maintain a list of previously-entered command
10lines, to recall and perhaps reedit those lines, and perform csh-like
11history expansion on previous commands.
12

--- 165 unchanged lines hidden (view full) ---

178If you would like to contact the Readline maintainer directly, send mail
179to bash-maintainers@gnu.org.
180
181Since Readline is developed along with bash, the bug-bash@gnu.org mailing
182list (mirrored to the Usenet newsgroup gnu.bash.bug) often contains
183Readline bug reports and fixes.
184
185Chet Ramey
186chet@po.cwru.edu
186chet.ramey@case.edu