From 4e15017783987d0f5fce05183cd810c48c720fad Mon Sep 17 00:00:00 2001 From: kouji Date: Wed, 13 Aug 2008 01:25:40 +0000 Subject: * doc/NEWS: Mention the Readline.vi_editing_mode?, Readline.emacs_editing_mode?, Readline::HISTORY[] and Readline::HISTORY.clear change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/NEWS') diff --git a/doc/NEWS b/doc/NEWS index 6c542c7577..729354df2d 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 -- cgit v1.2.3