From: Stefan Monnier Date: Thu, 2 Aug 2007 17:08:53 +0000 (+0000) Subject: (vc-bzr-admin-dirstate): Rename from `...-dirname'. X-Git-Tag: emacs-pretest-22.1.90~1123 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51f6595da78d04b49bd6602d60dbe65ad367ffa3;p=emacs.git (vc-bzr-admin-dirstate): Rename from `...-dirname'. Make it more discriminating and more useful. (vc-bzr-root-dir): Use new name. (vc-bzr-registered): Use new name and look at the dirstate file to determine if it's registered or not without running `bzr'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bdc6c928ea..66f1618be60 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,24 +1,33 @@ +2007-08-02 Stefan Monnier + + * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'. + Make it more discriminating and more useful. + (vc-bzr-root-dir): Use new name. + (vc-bzr-registered): Use new name and look at the dirstate file to + determine if it's registered or not without running `bzr'. + 2007-08-01 Eric Hanchrow (tiny change) * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix. 2007-07-31 Drew Adams (tiny change) - * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix - parent groups link. + * cus-edit.el (custom-group-value-create, custom-goto-parent): + Fix parent groups link. 2007-07-31 Daiki Ueno - * faces.el (face-normalize-spec): New function. - (frame-set-background-mode): Normalize face-spec before calling - face-spec-match-p. + * faces.el (face-normalize-spec): New function. + (frame-set-background-mode): Normalize face-spec before calling + face-spec-match-p. 2007-07-31 Stefan Monnier * vc-bzr.el: New file (copied from the trunk). * vc-hooks.el (vc-handled-backends): Add BZR. - (vc-find-file-hook): Failsafe if the backend's `registered' function burps. + (vc-find-file-hook): Failsafe if the backend's `registered' + function burps. * server.el (server-window): Add switch-to-buffer-other-frame option. diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 6a8f930f00f..e611828c929 100644 Binary files a/lisp/vc-bzr.el and b/lisp/vc-bzr.el differ