Mercurial > emacs
comparison lisp/ChangeLog @ 81649:e40762570726
(vc-functions): Clear up the cache when reloading the file.
(vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode point-min == 1.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 28 Jun 2007 02:01:54 +0000 |
parents | 67135a46736a |
children | 9f324e62578d |
comparison
equal
deleted
inserted
replaced
81648:7697a0ec17f2 | 81649:e40762570726 |
---|---|
1 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file. | |
4 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode | |
5 point-min == 1. | |
6 | |
1 2007-06-28 Nick Roberts <nickrob@snap.net.nz> | 7 2007-06-28 Nick Roberts <nickrob@snap.net.nz> |
2 | 8 |
3 * pcvs-util.el (cvs-strings->string, cvs-string->strings): Rename | 9 * pcvs-util.el (cvs-strings->string, cvs-string->strings): |
4 and move to... | 10 Rename and move to... |
5 | 11 |
6 * subr.el (strings->string, string->strings): ...here. | 12 * subr.el (strings->string, string->strings): ...here. |
7 | 13 |
8 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout) | 14 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout) |
9 (cvs-mode-checkout, cvs-execute-single-file): Use new function names. | 15 (cvs-mode-checkout, cvs-execute-single-file): Use new function names. |