diff options
| author | Stefan Monnier | 2007-08-02 17:08:53 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-08-02 17:08:53 +0000 |
| commit | 51f6595da78d04b49bd6602d60dbe65ad367ffa3 (patch) | |
| tree | 04ccf90da3cf39bfc9d92cd2f4a8f281d966e4be | |
| parent | c47647ca1bee7ddcdc539e23de2e70dbc5c3ddd4 (diff) | |
| download | emacs-51f6595da78d04b49bd6602d60dbe65ad367ffa3.tar.gz emacs-51f6595da78d04b49bd6602d60dbe65ad367ffa3.zip | |
(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'.
| -rw-r--r-- | lisp/ChangeLog | 21 | ||||
| -rw-r--r-- | lisp/vc-bzr.el | bin | 20357 -> 21032 bytes |
2 files changed, 15 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bdc6c928ea..66f1618be60 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,24 +1,33 @@ | |||
| 1 | 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'. | ||
| 4 | Make it more discriminating and more useful. | ||
| 5 | (vc-bzr-root-dir): Use new name. | ||
| 6 | (vc-bzr-registered): Use new name and look at the dirstate file to | ||
| 7 | determine if it's registered or not without running `bzr'. | ||
| 8 | |||
| 1 | 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change) | 9 | 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change) |
| 2 | 10 | ||
| 3 | * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix. | 11 | * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix. |
| 4 | 12 | ||
| 5 | 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change) | 13 | 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change) |
| 6 | 14 | ||
| 7 | * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix | 15 | * cus-edit.el (custom-group-value-create, custom-goto-parent): |
| 8 | parent groups link. | 16 | Fix parent groups link. |
| 9 | 17 | ||
| 10 | 2007-07-31 Daiki Ueno <ueno@unixuser.org> | 18 | 2007-07-31 Daiki Ueno <ueno@unixuser.org> |
| 11 | 19 | ||
| 12 | * faces.el (face-normalize-spec): New function. | 20 | * faces.el (face-normalize-spec): New function. |
| 13 | (frame-set-background-mode): Normalize face-spec before calling | 21 | (frame-set-background-mode): Normalize face-spec before calling |
| 14 | face-spec-match-p. | 22 | face-spec-match-p. |
| 15 | 23 | ||
| 16 | 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca> | 24 | 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca> |
| 17 | 25 | ||
| 18 | * vc-bzr.el: New file (copied from the trunk). | 26 | * vc-bzr.el: New file (copied from the trunk). |
| 19 | 27 | ||
| 20 | * vc-hooks.el (vc-handled-backends): Add BZR. | 28 | * vc-hooks.el (vc-handled-backends): Add BZR. |
| 21 | (vc-find-file-hook): Failsafe if the backend's `registered' function burps. | 29 | (vc-find-file-hook): Failsafe if the backend's `registered' |
| 30 | function burps. | ||
| 22 | 31 | ||
| 23 | * server.el (server-window): Add switch-to-buffer-other-frame option. | 32 | * server.el (server-window): Add switch-to-buffer-other-frame option. |
| 24 | 33 | ||
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 6a8f930f00f..e611828c929 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el | |||
| Binary files differ | |||