Mercurial > emacs
comparison lisp/ChangeLog @ 33613:a7ecec3a6eaa
#
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Sun, 19 Nov 2000 10:03:08 +0000 |
parents | 9ac783bec98a |
children | beb961476e7f |
comparison
equal
deleted
inserted
replaced
33612:54d0b8b50927 | 33613:a7ecec3a6eaa |
---|---|
1 2000-11-19 Andre Spiegel <spiegel@gnu.org> | |
2 | |
3 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here, | |
4 and differentiate according to checkout model. | |
5 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p, | |
6 since this function is only concerned with master state. | |
7 | |
8 * vc-hooks.el (vc-workfile-unchanged-p, | |
9 vc-default-workfile-unchanged-p): Moved here from vc.el. | |
10 | |
11 * vc.el (vc-workfile-unchanged-p, | |
12 vc-default-workfile-unchanged-p): See above. | |
13 | |
1 2000-11-19 Miles Bader <miles@gnu.org> | 14 2000-11-19 Miles Bader <miles@gnu.org> |
2 | 15 |
3 * image-file.el (insert-image-file): Make `intangible' and | 16 * image-file.el (insert-image-file): Make `intangible' and |
4 `read-only' properties rear-nonsticky too. | 17 `read-only' properties rear-nonsticky too. |
5 | 18 |