aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: a2989e0d41d040bdf70ef88e10eb121250c0884b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Tue Aug 24 05:58:18 2010  Nobuyoshi Nakada  <nobu@ruby-lang.org>

	* ChangeLog: flushed.  [ruby-dev:42050]

For the changes before 1.9.2, see doc/ChangeLog-1.9.2
For the changes before 1.8.0, see doc/ChangeLog-1.8.0

Local variables:
add-log-time-format: (lambda ()
  (let* ((time (current-time))
	 (system-time-locale "C")
	 (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: