log lisp/vc.el @ 91691:0a928dba3639

age author description
2008-02-01 Thien-Thi Nguyen (vc-update): Fix bug: Specify branch tip as vc-checkout REVISION.
2008-01-27 Dan Nicolaescu Add TODO item about not defaulting to RCS.
2008-01-26 Thien-Thi Nguyen (vc-exec-after): For mode-line-process highlighting, if feature
2008-01-26 Michael Albinus * vc.el (vc-directory, vc-update-change-log): Remove check for
2008-01-24 Thien-Thi Nguyen (vc-diff-finish): Search all frames for the buffer's window.
2008-01-24 Thien-Thi Nguyen (vc-next-action): Fix two instances of "free-var file" bug:
2008-01-24 Thien-Thi Nguyen Handle dead buffers in async filters/sentinels.
2008-01-24 Thien-Thi Nguyen Delete eol whitespace; nfc.
2008-01-24 Dan Nicolaescu Add a TODO item about missing files.
2008-01-23 Dan Nicolaescu Add TODO items.
2008-01-22 Glenn Morris (vc-diff-sentinel): Do not write a footer if there were differences.
2008-01-21 Thien-Thi Nguyen (vc-process-sentinel): After calling the
2008-01-20 Thien-Thi Nguyen (vc-process-sentinel): Fix bug introduced in last change:
2008-01-20 Thien-Thi Nguyen (vc-process-sentinel): Set mode-line-process.
2008-01-18 Dan Nicolaescu * vc.el: Make vc-status asynchronous.
2008-01-18 Dan Nicolaescu Add a TODO note about vc-state.
2008-01-16 Dan Nicolaescu * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
2008-01-14 Dan Nicolaescu * smerge-mode.el (smerge-auto): New function.
2008-01-13 Dan Nicolaescu * vc.el (vc-update): Resolve conflicts if necessary instead of
2008-01-10 Dan Nicolaescu * vc.el (vc-status-unmark-all-files): New function.
2008-01-09 Dan Nicolaescu (vc-deduce-fileset): Return the currently selected file if
2008-01-09 Dan Nicolaescu * vc.el (vc-status-headers): Rename from
2008-01-06 Stefan Monnier (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
2008-01-06 Dan Nicolaescu * vc.el (vc-status-fileinfo): New defstruct.
2008-01-06 Juanma Barranquero Fix typo in comment. Reported by Tom Tromey <tromey@redhat.com>.
2008-01-05 Stefan Monnier (vc-process-sentinel): Fix apparent typo.
2008-01-01 Eric S. Raymond * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
2007-12-31 Dan Nicolaescu State that dir-state is required to set the vc-state and
2007-12-29 Eric S. Raymond * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
2007-12-28 Eric S. Raymond * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
2007-12-28 Eric S. Raymond * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
2007-12-28 Eric S. Raymond * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
2007-12-27 Eric S. Raymond * vc.el (vc-dired-hook): Show unregistered file status as "?" in
2007-12-27 Eric S. Raymond Refactoring step.
2007-12-27 Eric S. Raymond * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
2007-12-27 Eric S. Raymond * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put
2007-12-26 Eric S. Raymond *** empty log message ***
2007-12-19 Martin Rudalics (vc-ensure-vc-buffer): Avoid infinite looping when
2007-12-18 Eric S. Raymond bname needs to be a buffer name, not a filename.
2007-12-06 Deepak Goel Fix vc.el breakage.
2007-12-06 Deepak Goel Fix my previous breakages; improve ChangeLog
2007-12-06 Deepak Goel Fix buggy calls to `error'.
2007-12-01 Dan Nicolaescu * log-edit.el (log-edit-show-diff): New function.
2007-11-27 Dan Nicolaescu * progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify
2007-11-24 Thien-Thi Nguyen (vc-annotate-mode): Frob buffer invisibility spec.
2007-11-24 Thien-Thi Nguyen Delete eol whitespace; nfc.
2007-11-23 Dan Nicolaescu (vc-deduce-fileset): Also look for a fileset in the parent
2007-11-20 Dan Nicolaescu (vc-find-revision): Set the parent buffer.
2007-11-15 Stefan Monnier (vc-diff-internal): Pop-to-buffer later.
2007-11-13 Dan Nicolaescu (vc-register): Allow registering a file passed as a
2007-11-11 Dan Nicolaescu (vc-start-entry): Fix setting the in the case the function
2007-11-10 Dan Nicolaescu * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
2007-11-09 Dan Nicolaescu * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
2007-10-30 Thien-Thi Nguyen (vc-annotate): Fix omission bug:
2007-10-24 Stefan Monnier (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2007-10-20 Eric S. Raymond Restore vc-next-action functionality of registering files.
2007-10-20 Eric S. Raymond Condition out a misleading message.
2007-10-19 Stefan Monnier Remove `diff-tree' operation, now subsumed by `diff'.
2007-10-17 Stefan Monnier (vc-diff-sentinel, vc-diff-internal): Revert some changes in the
2007-10-11 Dan Nicolaescu Fix previous change.