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

ruby-changes:18421

From: nobu <ko1@a...>
Date: Sat, 1 Jan 2011 11:09:40 +0900 (JST)
Subject: [ruby-changes:18421] Ruby:r30444 (trunk): * NEWS (optparse): shell completion support.

nobu	2011-01-01 11:03:59 +0900 (Sat, 01 Jan 2011)

  New Revision: 30444

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

  Log:
    * NEWS (optparse): shell completion support.
    * misc/README (rb_optparse.{bash,zzh}): for shell completion.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
    trunk/misc/README

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30443)
+++ ChangeLog	(revision 30444)
@@ -1,5 +1,9 @@
-Sat Jan  1 10:59:11 2011  Nobuyoshi Nakada  <nobu@r...>
+Sat Jan  1 11:03:58 2011  Nobuyoshi Nakada  <nobu@r...>
 
+	* NEWS (optparse): shell completion support.
+
+	* misc/README (rb_optparse.{bash,zzh}): for shell completion.
+
 	* include/ruby/intern.h (VALUE rb_ary_join): I have never seen
 	  this function anywhere.
 
Index: misc/README
===================================================================
--- misc/README	(revision 30443)
+++ misc/README	(revision 30444)
@@ -1,5 +1,7 @@
 README            this file
 inf-ruby.el       program to run ruby under emacs
+rb_optparse.bash  bash completion script
+rb_optparse.zsh   zsh completion script
 ruby-mode.el      ruby mode for emacs
 rubydb2x.el       ruby debugger support for emacs 19.2x or before
 rubydb3x.el       ruby debugger support for emacs 19.3x or later
Index: NEWS
===================================================================
--- NEWS	(revision 30443)
+++ NEWS	(revision 30444)
@@ -88,6 +88,9 @@
     * IO#winsize
     * IO.console
 
+* optparse
+  * support for bash/zsh completion.
+
 * RDoc
   * RDoc has been upgraded to RDoc 3.1.  For full release notes see
     http://rdoc.rubyforge.org/History_txt.html

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

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