aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-11-04 17:36:19 +0000
committerChong Yidong <[email protected]>2008-11-04 17:36:19 +0000
commit74c76008f5bb0c55699f0402eefa0ea96639ad37 (patch)
tree7e148e95cd6b9a47310b38b13c67902c08e55d38
parent40ac2137878403b9d97dc046eb6b0b813a13f40a (diff)
* vc-bzr.el (vc-bzr-dir-extra-headers): New function.
(vc-bzr-dir-printer): Rename from vc-bzr-status-printer.
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 629b0fd1f4..92380263c7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-04 Christian Faulhammer <[email protected]> (tiny change)
+
+ * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
+
2008-11-04 Juanma Barranquero <[email protected]>
* international/mule-cmds.el (toggle-enable-multibyte-characters)
@@ -7,6 +11,9 @@
2008-11-04 Chong Yidong <[email protected]>
+ * vc-bzr.el (vc-bzr-dir-printer): Rename from
+ vc-bzr-status-printer.
+
* startup.el (startup-echo-area-message): Display a different
message in daemon mode. Suggested by Stephen Turnbull.