summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: b064a14cfbeadef37121b89d3b9143aeda93f7d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Mon Aug  4 17:25:18 2003  Yukihiro Matsumoto  <matz@ruby-lang.org>

	* stable version 1.8.0 released.

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))))
    (format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t)))
indent-tabs-mode: t
tab-width: 8
end: