diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-16 20:54:23 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-16 20:54:23 -0500 |
commit | 56db2b1bfd76350495cb1e791c98cfe00df26c10 (patch) | |
tree | 4cf2291fa56571d3b09acec94bad45ef02e6124f /lisp/ChangeLog.9 | |
parent | b5ccc1beb33fb90e6ed7a0b1d5aa7eca431d0200 (diff) | |
download | emacs-56db2b1bfd76350495cb1e791c98cfe00df26c10.tar.gz |
ChangeLog fixes
Diffstat (limited to 'lisp/ChangeLog.9')
-rw-r--r-- | lisp/ChangeLog.9 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 121e30d9657..d82dfe15d9f 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 @@ -12434,8 +12434,8 @@ (vc-cvs-merge-news): Set workfile version to nil if not known. (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal. - * vc-*.el (vc-*-checkout): Switch off coding systems for checkout - via stdout. (Merge from main line.) + * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-checkout): Switch off + coding systems for checkout via stdout. (Merge from main line.) 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> @@ -12695,21 +12695,22 @@ (vc-backend): Reintroduce the test for `file = nil' now that I know why it was there (and added a comment to better remember). - * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in - code from vc-sccs-hooks.el. + * vc-sccs-hooks.el: Merge into vc-sccs.el + * vc-sccs.el: Merge in code from vc-sccs-hooks.el. (vc-sccs-release, vc-sccs-system-release): Remove. Don't require 'vc anymore. (vc-sccs-responsible-p): Use expand-file-name instead of concat and file-directory-p instead of file-exists-p. (vc-sccs-check-headers): Simplify the regexp. - * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code - from vc-rcs-hooks.el. Don't require 'vc anymore. + * vc-rcs-hooks.el: Merge into vc-rcs.el + * vc-rcs.el: Merge in code from vc-rcs-hooks.el. + Don't require 'vc anymore. (vc-rcs-responsible-p): Use expand-file-name instead of concat and file-directory-p instead of file-exists-p. - * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code - from vc-cvs-hooks.el. + * vc-cvs-hooks.el: Merge into vc-cvs.el + * vc-cvs.el: Merge in code from vc-cvs-hooks.el. (proto vc-cvs-registered): Require 'vc-cvs instead of 'vc-cvs-hooks. Don't require 'vc anymore. (vc-cvs-responsible-p): Use expand-file-name instead of concat and |