diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b68e3dedd35..ec229f89091 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info | 19 | * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info |
| 20 | functions so they don't do work that the default one can do | 20 | functions so they don't do work that the default one can do |
| 21 | instead. Also, give the default useful behavior on 'added. | 21 | instead. |
| 22 | 22 | ||
| 23 | * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered | 23 | * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered |
| 24 | states. and the new return-value convention. These are not | 24 | states. and the new return-value convention. These are not |
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | * vc-git.el: Document that we don't set the new states yet. | 33 | * vc-git.el: Document that we don't set the new states yet. |
| 34 | 34 | ||
| 35 | * vc.el (vc-dired-state-info): Display 'unregistered and | 35 | * vc.el (vc-dired-state-info): Display 'added, 'unregistered and |
| 36 | 'ignored states. | 36 | 'ignored states. |
| 37 | 37 | ||
| 38 | * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when | 38 | * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when |