summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-26 11:37:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-26 11:37:45 +0000
commit1a23eef3935ca5dec3241b37c7131fad4bbb55ef (patch)
treec286d5c275a0e1f54246c6614cbbf90b95fe8c4f
parente490f52112579455e7a9d0a9751c687f3bc4404e (diff)
downloadruby-1a23eef3935ca5dec3241b37c7131fad4bbb55ef.tar.gz
ruby-1a23eef3935ca5dec3241b37c7131fad4bbb55ef.tar.xz
ruby-1a23eef3935ca5dec3241b37c7131fad4bbb55ef.zip
commit miss
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dfb3feef..3e6b0a014 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -527,11 +527,12 @@ Mon Aug 4 17:25:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
For the changes before 1.8.0, see doc/ChangeLog-1.8.0
+Local variables:
add-log-time-format: (lambda ()
(let* ((time (current-time))
(diff (+ (cadr time) 32400))
- (lo (% diff 65536))
- (hi (+ (car time) (/ diff 65536))))
+ (lo (% diff 65536))
+ (hi (+ (car time) (/ diff 65536))))
(format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t)))
indent-tabs-mode: t
tab-width: 8