aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMasatake YAMATO2007-06-15 19:40:47 +0000
committerMasatake YAMATO2007-06-15 19:40:47 +0000
commitb32ce4c33acdac8d1fef85f9cd5ec4de3aa4e0fe (patch)
tree2729a0c02cba5c7f3f26bc8f322fc9764a8f5603 /lisp/ChangeLog
parent1bd8df7efa018cdf5342ca6a0a478a14ebf8e773 (diff)
downloademacs-b32ce4c33acdac8d1fef85f9cd5ec4de3aa4e0fe.tar.gz
emacs-b32ce4c33acdac8d1fef85f9cd5ec4de3aa4e0fe.zip
* vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b67b406c600..c93f195d087 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,9 @@
12007-06-15 Masatake YAMATO <jet@gyve.org> 12007-06-15 Masatake YAMATO <jet@gyve.org>
2 2
3 * vc.el (vc-dired-hook): check the backend returned from 3 * vc-bzr.el (vc-bzr-root): Cache the output of shell command
4 execution.
5
6 * vc.el (vc-dired-hook): Check the backend returned from
4 `vc-responsible-backend' can really handle `subdir'. 7 `vc-responsible-backend' can really handle `subdir'.
5 8
62007-06-15 Chong Yidong <cyd@stupidchicken.com> 92007-06-15 Chong Yidong <cyd@stupidchicken.com>