mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
removed ChangeLog that has not been updated for long time; ref #3190
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
Thu Apl 19 17:25:18 2012 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* first release version 1.0.0 released.
|
||||
|
||||
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:
|
||||
Reference in New Issue
Block a user