From 05ed94047ba860929d7a44670ada59a953cbbd23 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Tue, 11 Sep 2018 19:56:05 +0200 Subject: [PATCH] Update ChangeLog and fix description of bug #7 in earlier entry Signed-off-by: Joachim Nilsson --- ChangeLog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index ada15b8..5ba4e7e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -15,6 +15,7 @@ Event loop callback support. - `rl_refresh_line()`, new GNU Readline compat function - `rl_callback_*()`, alternate interface to plain `readline()` for event loops. Modeled after the GNU Readline API +- `rl_completion_entry_function`, new GNU Readline compat user hook - Add support for Ctrl-Right and Ctrl-Left, forward/backward word ### Fixes @@ -38,8 +39,8 @@ Bug fix release. - Refactor all enable/disable configure options, same problem as in #7 ### Fixes -- Fix #7: `--enable-termcap` configure option does not work, wrongly - enables termcap by default. +- Fix #7: `--enable-termcap` configure option does not work. The script + enabled termcap by default rather than the other way around. Also, check for terminfo as well, when `--enable-termcap` is selected.