From 03a7f0df19f5b3f0253ead3c34ec2e96998a7e5a Mon Sep 17 00:00:00 2001 From: kouji Date: Tue, 3 Feb 2009 12:28:07 +0000 Subject: * NEWS: added comment for Readline. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index ae7e244d3..0a99f4c93 100644 --- a/NEWS +++ b/NEWS @@ -122,6 +122,15 @@ with all sufficient information, see the ChangeLog file. * realdirpath * each_child +* Readline + * new method: + * Readline.set_screen_size + * Readline.get_screen_size + + * extended methods: + * Readline.completion_proc= accepts nil. + nil means to use default completion proc. + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind -- cgit