diff options
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4463d635c81..64d86aca75a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 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 |