summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-13 01:25:40 +0000
committerkouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-13 01:25:40 +0000
commitd540c478fe238229c02750ff8e6f0d15b0dda2ae (patch)
tree730f40abb678f587248e77c03cddfebcce8c87d8 /doc
parent0e22ee324e4bd92c0dbd3eae554fe12185235579 (diff)
downloadruby-d540c478fe238229c02750ff8e6f0d15b0dda2ae.tar.gz
ruby-d540c478fe238229c02750ff8e6f0d15b0dda2ae.tar.xz
ruby-d540c478fe238229c02750ff8e6f0d15b0dda2ae.zip
* doc/NEWS: Mention the Readline.vi_editing_mode?,
Readline.emacs_editing_mode?, Readline::HISTORY[] and Readline::HISTORY.clear change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 6c542c757..729354df2 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -63,6 +63,8 @@ Incompatible (Trivial)
o New format in Time#to_s
o Timezone information preserved on Marshal.dump/load
* Symbols: restriction on literal symbols
+ * Readline
+ o If Readline uses libedit, Readline::HISTORY[0] returns the first of the history.
* $SAFE and bound methods
* Deprecation
o VERSION and friends
@@ -153,6 +155,10 @@ Compatible
o New methods
* Process
o Process.daemon
+ * Readline
+ o Readline.vi_editing_mode?
+ o Readline.emacs_editing_mode?
+ o Readline.HISTORY::clear
* Misc. new methods
o public_send
o GC.count