# HG changeset patch # User Stefan Monnier # Date 1186074533 0 # Node ID b16724404d4f9f268e28afafd57c584337b8d96b # Parent b32a9dc616e22f5ab548cd5a8e26df4c93ddfe77 (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 -r b32a9dc616e2 -r b16724404d4f lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 02 00:22:22 2007 +0000 +++ b/lisp/ChangeLog Thu Aug 02 17:08:53 2007 +0000 @@ -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 -r b32a9dc616e2 -r b16724404d4f lisp/vc-bzr.el Binary file lisp/vc-bzr.el has changed