diff options
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index edcab7157b3..e13d8a79869 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 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 |