1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS (optparse): shell completion support.

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


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-01-01 02:03:59 +00:00
parent 2d5bd6b194
commit 281bdd3125
3 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,8 @@
Sat Jan 1 10:59:11 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> Sat Jan 1 11:03:58 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* 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 * include/ruby/intern.h (VALUE rb_ary_join): I have never seen
this function anywhere. this function anywhere.

3
NEWS
View file

@ -88,6 +88,9 @@ with all sufficient information, see the ChangeLog file.
* IO#winsize * IO#winsize
* IO.console * IO.console
* optparse
* support for bash/zsh completion.
* RDoc * RDoc
* RDoc has been upgraded to RDoc 3.1. For full release notes see * RDoc has been upgraded to RDoc 3.1. For full release notes see
http://rdoc.rubyforge.org/History_txt.html http://rdoc.rubyforge.org/History_txt.html

View file

@ -1,5 +1,7 @@
README this file README this file
inf-ruby.el program to run ruby under emacs 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 ruby-mode.el ruby mode for emacs
rubydb2x.el ruby debugger support for emacs 19.2x or before rubydb2x.el ruby debugger support for emacs 19.2x or before
rubydb3x.el ruby debugger support for emacs 19.3x or later rubydb3x.el ruby debugger support for emacs 19.3x or later