comparison lisp/ChangeLog @ 32055:d6994dfdbef4

#
author André Spiegel <spiegel@gnu.org>
date Sun, 01 Oct 2000 12:12:16 +0000
parents dd3bf5d37fe2
children 14f0b79b6073
comparison
equal deleted inserted replaced
32054:fef29341db1c 32055:d6994dfdbef4
1 2000-10-01 Andre Spiegel <spiegel@gnu.org>
2
3 * vc.el (vc-next-action-on-file): Update mode line only if file
4 is visited.
5 (vc-start-entry): New argument initial-contents. Don't visit the file
6 if it isn't already visited. Brought documentation up-to-date.
7 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8 (vc-checkin): New optional arg initial-contents, which is passed to
9 vc-start-entry.
10 (vc-finish-logentry): Make sure to bury log buffer only if there
11 really is one. Call `vc-resynch-buffer' on log-file, not
12 buffer-file-name.
13 (vc-default-comment-history, vc-default-wash-log): New functions.
14 (vc-index-of): Removed.
15 (vc-transfer-file): Make do without the above.
16 (vc-default-receive-file): Call comment-history unconditionally. Pass
17 the resulting string to vc-checkin, instead of inserting it into the
18 comment ring.
19
20 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
21 unconditionally. Use the comments as initial contents of the log
22 entry buffer. Document the trick to force branch creation with no
23 changes.
24
1 2000-10-01 Miles Bader <miles@gnu.org> 25 2000-10-01 Miles Bader <miles@gnu.org>
2 26
3 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call 27 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4 `recenter' with an arg to prevent redrawing the display. 28 `recenter' with an arg to prevent redrawing the display.
5 29