summaryrefslogtreecommitdiff
path: root/CHANGES-8.2
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES-8.2')
-rw-r--r--CHANGES-8.24
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES-8.2 b/CHANGES-8.2
index cace80a..e192516 100644
--- a/CHANGES-8.2
+++ b/CHANGES-8.2
@@ -102,3 +102,7 @@ k. New readline state (RL_STATE_EOF) and application-visible variable
l. There is a new configuration option: --with-shared-termcap-library, which
forces linking the shared readline library with the shared termcap (or
curses/ncurses/termlib) library so applications don't have to do it.
+
+m. Readline now checks for changes to locale settings (LC_ALL/LC_CTYPE/LANG)
+ each time it is called, and modifies the appropriate locale-specific display
+ and key binding variables when the locale changes.