From 281bdd3125bf0486b5838f81755d48067e285e3d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 1 Jan 2011 02:03:59 +0000 Subject: [PATCH] * 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 --- ChangeLog | 6 +++++- NEWS | 3 +++ misc/README | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a20b3a06cf..f3fd712769 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Sat Jan 1 10:59:11 2011 Nobuyoshi Nakada +Sat Jan 1 11:03:58 2011 Nobuyoshi Nakada + + * 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. diff --git a/NEWS b/NEWS index 1328a42b08..df7c8a8b82 100644 --- a/NEWS +++ b/NEWS @@ -88,6 +88,9 @@ with all sufficient information, see the ChangeLog file. * 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 diff --git a/misc/README b/misc/README index 12646ac819..836f101e70 100644 --- a/misc/README +++ b/misc/README @@ -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