From ca6f8f6e6899fcf95ea070b4375c206e3821ea3e Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 3 Dec 2004 18:05:31 +0000 Subject: * ext/nkf/nkf.c: add constant NKF::VERSION * ext/nkf/nkf.c(guess): this becomes an alias of guess2 * ext/nkf/test.rb(mime_out2): add --no-cp932 * ext/nkf/nkf-utf8/nkf.c: original nkf2 revision 1.47 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5857fc4ef..85712229c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Dec 3 02:24:00 2004 NARUSE, Yui + + * ext/nkf/nkf.c: add constant NKF::VERSION + + * ext/nkf/nkf.c(guess): this becomes an alias of guess2 + + * ext/nkf/test.rb(mime_out2): add --no-cp932 + + * ext/nkf/nkf-utf8/nkf.c: original nkf2 revision 1.47 + Fri Dec 3 18:57:03 2004 Yukihiro Matsumoto * lib/ostruct.rb: 1.9 marshaling support back-ported. -- cgit