[前][次][番号順一覧][スレッド一覧]

ruby-changes:7031

From: kouji <ko1@a...>
Date: Wed, 13 Aug 2008 10:25:52 +0900 (JST)
Subject: [ruby-changes:7031] Ruby:r18549 (trunk): * doc/NEWS: Mention the Readline.vi_editing_mode?,

kouji	2008-08-13 10:25:40 +0900 (Wed, 13 Aug 2008)

  New Revision: 18549

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18549

  Log:
    * doc/NEWS: Mention the Readline.vi_editing_mode?,
      Readline.emacs_editing_mode?, Readline::HISTORY[] and
      Readline::HISTORY.clear change.

  Modified files:
    trunk/ChangeLog
    trunk/doc/NEWS

Index: doc/NEWS
===================================================================
--- doc/NEWS	(revision 18548)
+++ doc/NEWS	(revision 18549)
@@ -63,6 +63,8 @@
           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 @@
           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
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 18548)
+++ ChangeLog	(revision 18549)
@@ -1,3 +1,9 @@
+Wed Aug 13 10:16:35 2008  TAKAO Kouji  <kouji@t...>
+
+	* doc/NEWS: Mention the Readline.vi_editing_mode?,
+	  Readline.emacs_editing_mode?, Readline::HISTORY[] and
+	  Readline::HISTORY.clear change.
+
 Wed Aug 13 08:03:02 2008  Tanaka Akira  <akr@f...>
 
 	* transcode.c (econv_primitive_convert): add output_size argument.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]