summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-03 12:28:07 +0000
committerkouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-03 12:28:07 +0000
commite2fc3f38afe79b32c698d7fb05a2fed26af81c4d (patch)
tree4da124a86b62bb65ca94bde5aedf0330d4206c41 /NEWS
parentd60cd5b3793bb362c09391623e365f405b750ec8 (diff)
* NEWS: added comment for Readline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae7e244d3d..0a99f4c936 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