[Lunar-commits] <moonbase> readline: version bumped to 6.1.
Florin Braescu
florin at lunar-linux.org
Tue Jan 19 05:49:25 CET 2010
commit e14c41087aeebb3eeafd0eb39a36815a1cc27b0d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 19 06:49:25 2010 +0200
readline: version bumped to 6.1.
Changes:
a. New bindable function: menu-complete-backward.
b. In the vi insertion keymap, C-n is now bound to menu-complete by default,
and C-p to menu-complete-backward.
c. When in vi command mode, repeatedly hitting ESC now does nothing, even
when ESC introduces a bound key sequence. This is closer to how
historical vi behaves.
d. New bindable function: skip-csi-sequence. Can be used as a default to
consume key sequences generated by keys like Home and End without having
to bind all keys.
e. New application-settable function: rl_filename_rewrite_hook. Can be used
to rewite or modify filenames read from the file system before they are
compared to the word to be completed.
f. New bindable variable: skip-completed-text, active when completing in the
middle of a word. If enabled, it means that characters in the completion
that match characters in the remainder of the word are "skipped" rather
than inserted into the line.
g. The pre-readline-6.0 version of menu completion is available as
"old-menu-complete" for users who do not like the readline-6.0 version.
h. New bindable variable: echo-control-characters. If enabled, and the
tty ECHOCTL bit is set, controls the echoing of characters corresponding
to keyboard-generated signals.
i. New bindable variable: enable-meta-key. Controls whether or not readline
sends the smm/rmm sequences if the terminal indicates it has a meta key
that enables eight-bit characters.
---
libs/readline/BUILD | 4 ----
libs/readline/DETAILS | 22 +++-------------------
2 files changed, 3 insertions(+), 23 deletions(-)
diff --git a/libs/readline/BUILD b/libs/readline/BUILD
index bbcfeab..c08b33d 100644
--- a/libs/readline/BUILD
+++ b/libs/readline/BUILD
@@ -1,8 +1,4 @@
(
- patch_it $SOURCE2 0 &&
- patch_it $SOURCE3 0 &&
- patch_it $SOURCE4 0 &&
- patch_it $SOURCE5 0 &&
# Real and working fix for readline 5 to 6 upgrade
# Especially workaround issue when you would like to lin again readline 6 after lining readline 6 already
diff --git a/libs/readline/DETAILS b/libs/readline/DETAILS
index 86e96b7..302319f 100644
--- a/libs/readline/DETAILS
+++ b/libs/readline/DETAILS
@@ -1,29 +1,13 @@
MODULE=readline
- VERSION=6.0
+ VERSION=6.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=readline60-001
- SOURCE3=readline60-002
- SOURCE4=readline60-003
- SOURCE5=readline60-004
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash
SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE
- SOURCE2_URL[0]=$GNU_URL/$MODULE/readline-6.0-patches
- SOURCE2_URL[1]=ftp://ftp.cwru.edu/pub/bash/readline-6.0-patches
- SOURCE3_URL[0]=$GNU_URL/$MODULE/readline-6.0-patches
- SOURCE3_URL[1]=ftp://ftp.cwru.edu/pub/bash/readline-6.0-patches
- SOURCE4_URL[0]=$GNU_URL/$MODULE/readline-6.0-patches
- SOURCE4_URL[1]=ftp://ftp.cwru.edu/pub/bash/readline-6.0-patches
- SOURCE5_URL[0]=$GNU_URL/$MODULE/readline-6.0-patches
- SOURCE5_URL[1]=ftp://ftp.cwru.edu/pub/bash/readline-6.0-patches
- SOURCE_VFY=sha1:1e511b091514ef631c539552316787c75ace5262
- SOURCE2_VFY=sha1:32bba5b3ecf00d461c0a365505501f76ff7a96a5
- SOURCE3_VFY=sha1:8e6f714e087ef9579814055cba2f9142b0b31b33
- SOURCE4_VFY=sha1:f1ffdd3ad847272ce37de17494bca1a895ad1a02
- SOURCE5_VFY=sha1:4fb45252521e063776bef3aecd874a524fc9c4f8
+ SOURCE_VFY=sha1:54840a0dc907e7fa598d7ffcdcbd17bae69ace83
WEB_SITE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
ENTERED=20010922
- UPDATED=20091026
+ UPDATED=20100119
SHORT="Lets users edit command lines as they are typed in"
cat << EOF
More information about the Lunar-commits
mailing list