diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-30 08:25:31 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-30 08:25:31 +0800 |
commit | 7aa7fff0c8860b72a2c7cdc7d4d0845245754d43 (patch) | |
tree | 10c4e901544080581b926622eb35d26ddda65791 /etc/NEWS | |
parent | 8121f08950ca36647a6dfa32d02be574b253d9df (diff) | |
download | emacs-7aa7fff0c8860b72a2c7cdc7d4d0845245754d43.tar.gz |
Add vc-ignore.
* lisp/vc/vc.el (vc-ignore): New function.
* lisp/vc/vc-svn.el (vc-svn-ignore): New function.
* lisp/vc/vc-hg.el (vc-hg-ignore): New function.
* lisp/vc/vc-git.el (vc-git-ignore): New function.
* lisp/vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
(vc-dir-ignore): New function.
* lisp/vc/vc-cvs.el (vc-cvs-ignore): New function.
(cvs-append-to-ignore): Moved from pcvs.el.
* lisp/vc/vc-bzr.el (vc-bzr-ignore): New function.
* lisp/vc/pcvs.el (vc-cvs): Require 'vc-cvs.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -229,6 +229,12 @@ The default separator is changed to allow surrounding spaces around the comma. *** New variable `diary-from-outlook-function', used by the command `diary-from-outlook'. +** VC Directory Mode + +*** `D' displays diffs between VC-controlled whole tree revisions. +*** `L' lists the change log for the current VC controlled tree in a window. +*** `I' ignores the file under current version control system. + ** cl-lib *** New macro cl-tagbody. |