Mercurial > emacs
comparison lisp/ChangeLog @ 78387:b16724404d4f
(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'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 02 Aug 2007 17:08:53 +0000 |
parents | b32a9dc616e2 |
children | 89906f7d5660 |
comparison
equal
deleted
inserted
replaced
78386:b32a9dc616e2 | 78387:b16724404d4f |
---|---|
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 |
25 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu> | 34 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu> |
26 | 35 |