summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2011-12-12 09:16:17 +0000
committermsmit <msmit@remedy.nl>2011-12-12 09:16:17 +0000
commit23f3a26eb5011eb3f049a4b5028cf25c851ccf88 (patch)
tree4091fcac75b1d497ea03e9a805296f3a274fc7ee
parent58758563c1baa7a5370b52f5c2708e0260437baa (diff)
downloadATCD-23f3a26eb5011eb3f049a4b5028cf25c851ccf88.tar.gz
(re)start branch changelogs
-rw-r--r--CIAO/ChangeLog.BRANCH6
1 files changed, 6 insertions, 0 deletions
diff --git a/CIAO/ChangeLog.BRANCH b/CIAO/ChangeLog.BRANCH
new file mode 100644
index 00000000000..0e0e6e9c1d3
--- /dev/null
+++ b/CIAO/ChangeLog.BRANCH
@@ -0,0 +1,6 @@
+
+Local Variables:
+mode: change-log
+add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
+indent-tabs-mode: nil
+End: