Mercurial > emacs
comparison lisp/ChangeLog @ 103553:af4ee0cb7fb7
* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
Add an optional argument for the backend, use it instead of
calling vc-backend.
(vc-mode-line): Add an optional argument for the backend. Pass
the backend to vc-state and vc-working-revision. Move code for
special handling for vc-state being a buffer to ...
* vc-rcs.el (vc-rcs-find-file-hook):
* vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
* vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
(vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
vc-stay-local-p and vc-mode-line calls.
* vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
(vc-cvs-diff, vc-cvs-annotate-command)
(vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
(vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
vc-mode-line calls.
* vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
direct comparison.
(vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
backend when calling vc-mode-line.
(vc-register): Do not create a closure for calling the vc register
function, call it directly.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 23 Jun 2009 06:35:40 +0000 |
parents | 0d7c31bf0a29 |
children | f52eb7cf1c20 |
comparison
equal
deleted
inserted
replaced
103552:0d7c31bf0a29 | 103553:af4ee0cb7fb7 |
---|---|
1 2009-06-22 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision): | |
4 Add an optional argument for the backend, use it instead of | |
5 calling vc-backend. | |
6 (vc-mode-line): Add an optional argument for the backend. Pass | |
7 the backend to vc-state and vc-working-revision. Move code for | |
8 special handling for vc-state being a buffer to ... | |
9 | |
10 * vc-rcs.el (vc-rcs-find-file-hook): | |
11 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions. | |
12 | |
13 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout) | |
14 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state, | |
15 vc-stay-local-p and vc-mode-line calls. | |
16 | |
17 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log) | |
18 (vc-cvs-diff, vc-cvs-annotate-command) | |
19 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p) | |
20 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and | |
21 vc-mode-line calls. | |
22 | |
23 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of | |
24 direct comparison. | |
25 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the | |
26 backend when calling vc-mode-line. | |
27 (vc-register): Do not create a closure for calling the vc register | |
28 function, call it directly. | |
29 | |
1 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu> | 30 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 31 |
3 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face | 32 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face |
4 to make it obvious item can be clicked. | 33 to make it obvious item can be clicked. |
5 | 34 |