aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
...
* (vc-dired-mode): Don't match anything before the date inAndré Spiegel1999-06-091-2/+2
* (vc-dired-mode): Make the dired-move-to-filename-regexpRichard M. Stallman1999-05-231-3/+3
* (vc-backend-revert): For CVS files that were made writeable with "cvsAndré Spiegel1999-04-081-4/+9
* (vc-delete-logbuf-window): New var.Karl Heuer1999-03-131-6/+17
* (vc-annotate-display): Delete old overlays. Fix check for major-mode.André Spiegel1999-01-221-7/+13
* (vc-backend-diff): Use `diff-switches-list' throughout.Richard M. Stallman1999-01-021-7/+3
* (vc-rcs-release): Fix Type.Markus Rost1998-12-081-4/+7
* (vc-dired-window-configuration, vc-ediff-windows,André Spiegel1998-12-021-1/+9
* (with-vc-file, edit-vc-file): New macros.André Spiegel1998-11-041-1/+34
* (vc-backend-merge-news): Check for "P" output.Dave Love1998-10-301-1/+2
* (vc-insert-headers): Doc fix.Dave Love1998-09-101-2/+2
* (vc-backend-merge-news): Account for `already contains theAndré Spiegel1998-08-041-7/+11
* Comment change.Richard M. Stallman1998-07-091-1/+2
* (vc-finish-logentry): Only delete windows in the selected frameRichard M. Stallman1998-07-081-2/+2
* (vc-binary-suffixes): New variable.Eli Zaretskii1998-06-211-9/+17
* (vc-find-binary): Accept only non-directories.Richard M. Stallman1998-06-161-2/+3
* (vc-dired-hook): Don't use dired-kill-line to remove directory linesAndré Spiegel1998-06-121-4/+13
* (vc-dired-recurse, vc-dired-terse-display): New user options.André Spiegel1998-06-111-25/+86
* (vc-directory): Bind vc-dired-switches in order to pass switches to vc-dired-...André Spiegel1998-06-051-3/+7
* (vc-dired-hook): Kill excluded directories recursively.André Spiegel1998-06-031-2/+5
* (vc-update-change-log): Use temporary-file-directory.Richard M. Stallman1998-05-161-3/+2
* (vc-update-change-log): Use system-tmp-directory.Richard M. Stallman1998-05-161-6/+2
* (vc-fetch-cvs-status): Don't specify DIR on the command line.André Spiegel1998-05-021-5/+12
* *** empty log message ***Dan Nicolaescu1998-04-201-2/+3
* (vc-dired-mode): Redefine dired-move-to-filename-regexp locally.André Spiegel1998-04-151-21/+39
* (vc-backend-revert): Fix missing argument forAndreas Schwab1998-04-151-2/+2
* (vc-next-action-on-file): Don't check out after registering. This isAndré Spiegel1998-04-141-11/+6
* (vc-next-action): Fixed bug that prevented registering files using C-x v v.André Spiegel1998-04-091-3/+6
* (vc-dired-mode): Make dired-after-readin-hook a local hook, not a local varia...André Spiegel1998-04-051-3/+3
* (vc-merge, vc-backend-merge): New functions.André Spiegel1998-04-051-4/+80
* (vc-ensure-vc-buffer): New function.André Spiegel1998-04-051-122/+75
* (vc-next-action-dired): Use dired-do-redisplay. HandleRichard M. Stallman1998-04-041-163/+124
* (vc-revert-buffer): Rewrote handling of vc-diff buffer,André Spiegel1998-04-011-14/+8
* (vc-backend-revert): CVS bug fix.André Spiegel1998-03-311-5/+4
* * vc.el (vc-resolve-conflicts): New function.André Spiegel1998-03-311-21/+101
* (vc-next-action-on-file): Properly handle the case when user tries toAndré Spiegel1998-03-201-61/+79
* (vc-restore-buffer-context): Only try to restore mark if it is active.André Spiegel1998-03-181-5/+6
* (vc-context-matches-p): New function.André Spiegel1998-03-081-23/+42
* (vc-default-init-version): New variable.André Spiegel1998-02-271-3/+13
* (vc-register): Update vc-buffer-backend.Karl Heuer1998-02-251-0/+1
* (vc-checkin-hook): Add :options.Dave Love1998-02-241-6/+9
* (vc-annotate-compcar): Iterate instead of recursing.Richard M. Stallman1998-01-221-52/+43
* (vc-finish-logentry): Move killing the log buffer afterKarl Heuer1998-01-181-4/+5
* (vc-resynch-window): Behave properly when view-read-only is non-nil.André Spiegel1998-01-071-0/+8
* (vc-version-diff): Mention that default file is visited file.Richard M. Stallman1997-08-231-1/+3
* (vc-version-diff): Change the Newer version prompt.Richard M. Stallman1997-08-051-1/+1
* (vc-version-diff): Use defaults, not initial input,Richard M. Stallman1997-08-041-4/+11
* (vc-backend-checkin): For CVS, forget the checkout model after commit.Richard M. Stallman1997-07-311-35/+73
* (vc-diff): Turn off previous change.Richard M. Stallman1997-07-181-1/+2
* (vc-diff): If file is unchanged, ask for the versionAndré Spiegel1997-07-181-57/+109