diff options
Diffstat (limited to 'common/ChangeLog')
-rw-r--r-- | common/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 8be1ce5c2..cde4c4b3d 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,13 @@ +2006-09-21 Werner Koch <[email protected]> + + * ttyio.c (tty_private_set_rl_hooks): New. + (tty_enable_completion, tty_disable_completion): Use a hook to + enable readline support. Now always available. + (tty_cleanup_rl_after_signal): New. + + * ttyio.h: Removed readline specific stuff. Included util.h. + * common-defs.h: New. + 2006-09-15 Werner Koch <[email protected]> * convert.c: New. |