summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-02 06:01:13 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-02 06:01:13 +0000
commit46e0de42195363ae208057b9e68ce2593bd97185 (patch)
tree2334c8302592a5b88ae9396226848c5217157fdf /ChangeLog
parent76fcbb120c832eb9e49ec81c29d7a3d87f05f976 (diff)
* misc/ruby-mode.el: move fontifying code from hook.
[ruby-core:16636] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16266 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 7cb03675c..a43e03965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 2 14:52:33 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * misc/ruby-mode.el: move fontifying code from hook.
+ [ruby-core:16636]
+
Fri May 2 14:10:17 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* range.c (range_step): step may be bignum.