diff options
author | kouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-03 12:28:07 +0000 |
---|---|---|
committer | kouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-03 12:28:07 +0000 |
commit | 03a7f0df19f5b3f0253ead3c34ec2e96998a7e5a (patch) | |
tree | 4da124a86b62bb65ca94bde5aedf0330d4206c41 /NEWS | |
parent | 05311b8b0a59737c71b0343bdecebffa3ed43ded (diff) | |
download | ruby-03a7f0df19f5b3f0253ead3c34ec2e96998a7e5a.tar.gz ruby-03a7f0df19f5b3f0253ead3c34ec2e96998a7e5a.tar.xz ruby-03a7f0df19f5b3f0253ead3c34ec2e96998a7e5a.zip |
* NEWS: added comment for Readline.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |