diff options
| author | Stefan Monnier | 2008-05-27 01:13:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-27 01:13:25 +0000 |
| commit | 35611703323d2eb4db7db059c1899b5e1ea83576 (patch) | |
| tree | bd51229bbcf3f90cab22c942d898bd8c579c4ebe /lisp/ChangeLog | |
| parent | 1fb5aad76f8336192851cfa231a568d062b97ccb (diff) | |
| download | emacs-35611703323d2eb4db7db059c1899b5e1ea83576.tar.gz emacs-35611703323d2eb4db7db059c1899b5e1ea83576.zip | |
(vc-string-prefix-p): New function.
(vc-dir-parent-marked-p): Use it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b097d2d851..9965fa6a27f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * vc-dispatcher.el (vc-string-prefix-p): New function. | ||
| 4 | (vc-dir-parent-marked-p): Use it. | ||
| 5 | |||
| 1 | 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * vc.el (Problems): Remove fixed issues. | 8 | * vc.el (Problems): Remove fixed issues. |
| @@ -6,14 +11,14 @@ | |||
| 6 | (vc-make-backend-object): Fix name. | 11 | (vc-make-backend-object): Fix name. |
| 7 | (vc-dir-show-fileentry): Fix docstring. | 12 | (vc-dir-show-fileentry): Fix docstring. |
| 8 | (vc-dir-refresh): Use vc-dir-backend. Fix docstring. | 13 | (vc-dir-refresh): Use vc-dir-backend. Fix docstring. |
| 9 | (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring. Reset | 14 | (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring. |
| 10 | the state for directories. | 15 | Reset the state for directories. |
| 11 | (vc-dir-headers): Align labels. | 16 | (vc-dir-headers): Align labels. |
| 12 | (vc-default-status-printer): Do no call prettify-state-info. | 17 | (vc-default-status-printer): Do no call prettify-state-info. |
| 13 | (vc-deduce-fileset): Replace implementation with one based on a | 18 | (vc-deduce-fileset): Replace implementation with one based on a |
| 14 | working older version. | 19 | working older version. |
| 15 | (vc-next-action): Use the new form of vc-deduce-fileset. Fix | 20 | (vc-next-action): Use the new form of vc-deduce-fileset. |
| 16 | dealing with unregistered files. | 21 | Fix dealing with unregistered files. |
| 17 | 22 | ||
| 18 | * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating. | 23 | * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating. |
| 19 | (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu. | 24 | (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu. |