summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 14:09:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 14:09:47 +0000
commit9f7feadf03dde2618693ea1d25975511843376a4 (patch)
tree02e13c757628c4a3c4194ead2523b5f5647f8f68
parent6f3830427d22f85373a1069148201a9c69d52a5c (diff)
* NEWS (io/console): IO#noecho and IO#raw without block are
obsolete already. [ruby-dev:41226] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f7a740c92a..f0f5fd8798 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sat May 8 23:07:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat May 8 23:09:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * NEWS (io/console): IO#noecho and IO#raw without block are
+ obsolete already. [ruby-dev:41226]
* ext/io/console/console.c (ttymode): save dupped file descriptors
and restore tty modes using them, so that original modes can be
diff --git a/NEWS b/NEWS
index 21612f0af3..53e78e9a09 100644
--- a/NEWS
+++ b/NEWS
@@ -412,9 +412,7 @@ with all sufficient information, see the ChangeLog file.
* io/console
* new methods:
- * IO#noecho
* IO#noecho {|io| }
- * IO#raw
* IO#raw {|io| }
* IO#getch
* IO#winsize