aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-27 06:45:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-27 06:45:56 +0000
commit69a6b860efcce52a949576a186101eb599c22924 (patch)
treef35c2fb0658475a86f5280706598f10dc2a61e40 /ChangeLog
parente4d29d975792f8eac283f2a56d6b3e051e04c1ea (diff)
downloadruby-69a6b860efcce52a949576a186101eb599c22924.tar.gz
* misc/ruby-mode.el: suppress warnings at byte compile. fixes
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502926 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed572e00fa..b8e7a5f436 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Mar 27 15:45:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * misc/ruby-mode.el: suppress warnings at byte compile. fixes
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502926
+
Sun Mar 27 11:18:35 2011 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/date_core.c: removed unused variables.