summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-17 15:31:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-17 15:31:37 +0000
commitc297f6673cce687ccc089c28d70042c2e524a352 (patch)
tree2ce453e58a6cab1b007cee3b78662a453641a670 /ChangeLog
parent6ef85bd9f083dceab0e50d3c7bdf351443507f38 (diff)
downloadruby-c297f6673cce687ccc089c28d70042c2e524a352.tar.gz
ruby-c297f6673cce687ccc089c28d70042c2e524a352.tar.xz
ruby-c297f6673cce687ccc089c28d70042c2e524a352.zip
* misc/ruby-mode.el (ruby-font-lock-keywords): fontify
instance/class/global variables start with '_'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2080 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 9cb4c7fc9..54e36477d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,11 @@ Sun Feb 17 18:10:09 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* class.c (rb_define_class_under): ditto.
+Thu Feb 16 02:11:08 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
+
+ * misc/ruby-mode.el (ruby-font-lock-keywords): fontify
+ instance/class/global variables start with '_'.
+
Fri Feb 15 14:40:38 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().