diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a29df9bf0..6e762fc7c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,12 @@ 2007-01-31 + + [matthew] - Do not set/export INPUTRC anymore, as it is not + required after upgrading to NCurses-5.2. Fixes + #1942. Thanks to Alexander + Patrakov for the report and fix. + [matthew] - Include a patch from from the Readline maintainer to fix a multibyte-related issue. Fixes diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 5f6483133..4472e36f9 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -61,10 +61,6 @@ - This script also sets the INPUTRC environment variable that - makes Bash and Readline use the /etc/inputrc file created - earlier. - Replace <ll> below with the two-letter code for the desired language (e.g., en) and <CC> with the two-letter code for the appropriate @@ -145,7 +141,6 @@ LC_ALL=<locale name> locale int_prefix # Begin /etc/profile export LANG=<ll>_<CC>.<charmap><@modifiers> -export INPUTRC=/etc/inputrc # End /etc/profile EOF