summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-03 18:05:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-03 18:05:31 +0000
commitca6f8f6e6899fcf95ea070b4375c206e3821ea3e (patch)
tree5479c27f71cbefe413f7b00b516d277aca0ef432
parenteda1d3a172cded4c9f12e41416901d20905e28b9 (diff)
downloadruby-ca6f8f6e6899fcf95ea070b4375c206e3821ea3e.tar.gz
ruby-ca6f8f6e6899fcf95ea070b4375c206e3821ea3e.tar.xz
ruby-ca6f8f6e6899fcf95ea070b4375c206e3821ea3e.zip
* 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
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <naruse@ruby-lang.org>
+
+ * 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 <matz@ruby-lang.org>
* lib/ostruct.rb: 1.9 marshaling support back-ported.