aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--sample/drb/dhasenc.rb2
-rwxr-xr-x[-rw-r--r--]sample/mine.rb2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aab88e3531..0251f1e9ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Sep 10 01:37:55 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * sample/drb/dhasenc.rb: coding cookie of Emacs is coding,
+ not encoding.
+
+ * sample/mine.rb: ditto.
+
Fri Sep 9 21:56:40 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
* ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.
diff --git a/sample/drb/dhasenc.rb b/sample/drb/dhasenc.rb
index 1c0c153b5b..dddac9882c 100644
--- a/sample/drb/dhasenc.rb
+++ b/sample/drb/dhasenc.rb
@@ -1,4 +1,4 @@
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
=begin
distributed Ruby --- dRuby Sample Client -- chasen client
Copyright (c) 1999-2001 Masatoshi SEKI
diff --git a/sample/mine.rb b/sample/mine.rb
index a8711a25ab..a841d1a60a 100644..100755
--- a/sample/mine.rb
+++ b/sample/mine.rb
@@ -1,5 +1,5 @@
#! /usr/bin/ruby -Ku
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
class Board
def clr