Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3388f0a5
Commit
3388f0a5
authored
Oct 04, 2000
by
André Spiegel
Browse files
#
parent
fa5867f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
lisp/ChangeLog
lisp/ChangeLog
+20
-0
No files found.
lisp/ChangeLog
View file @
3388f0a5
2000-10-04 Andre Spiegel <spiegel@gnu.org>
* vc-hooks.el (vc-before-save, vc-default-make-version-backups,
vc-version-backup-file-name): New functions.
* files.el (basic-save-buffer): Call vc-before-save before saving.
* vc-cvs.el (vc-cvs-make-version-backups): Return t if
vc-cvs-stay-local-p.
* vc.el (vc-revert-buffer): Handle empty diff properly.
(vc-version-backup-file): New function.
(vc-checkout): Create a version backup if necessary.
(vc-checkin): If a version backup file exists, delete it.
(vc-version-diff): Diff locally using version backups, if available.
(vc-revert-file): If there's a version backup, revert locally.
(vc-transfer-file): Use version backup for base version, if
available. If not, ask for confirmation whether to get it from the
server. Update mode line before check-in.
2000-10-04 Dave Love <fx@gnu.org>
* toolbar/tool-bar.el (tool-bar-setup): New function.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment