From 1eadaa848bbc3937210dad38ffe64601b2908dbf Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 13 Oct 2009 12:27:00 +0000 Subject: Add derived core and binary property and aliases. * tool/enc-unicode.rb, enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: Add DerivedCoreProperties, PropList (Binary Property), PropertyAlias and PropertyValueAlias. Now users of tool/enc-unicode.rb should specify the directory of UCD files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17cf1de80..cc0f2bb79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Oct 13 21:05:01 2009 NARUSE, Yui + + * tool/enc-unicode.rb, + enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, + enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: + Add DerivedCoreProperties, PropList (Binary Property), + PropertyAlias and PropertyValueAlias. + Now users of tool/enc-unicode.rb should specify + the directory of UCD files. + Tue Oct 13 18:54:25 2009 Hidetoshi NAGAI * ext/tk/variable.rb: bug fix. additional trace definition changes the -- cgit