- 20 Nov, 2007 1 commit
-
-
Dan Nicolaescu authored
Use when instead of if.
-
- 15 Nov, 2007 1 commit
-
-
Stefan Monnier authored
-
- 13 Nov, 2007 1 commit
-
-
Dan Nicolaescu authored
parameter instead of just the current buffer.
-
- 11 Nov, 2007 1 commit
-
-
Dan Nicolaescu authored
is called from vc-dired. Use when instead of if where appropriate.
-
- 10 Nov, 2007 1 commit
-
-
Dan Nicolaescu authored
* vc-svn.el (vc-svn-print-log, vc-svn-diff): * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command): * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff) (vc-cvs-annotate-command): * vc-arch.el (vc-arch-diff): Remove test to check if start-process is bound, it always is.
-
- 09 Nov, 2007 1 commit
-
-
Dan Nicolaescu authored
(ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version) (ediff-current-diff-A, ediff-current-diff-B) (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A) (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A) (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor) (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C) (ediff-odd-diff-Ancestor, ediff-reset-mouse): * ediff-wind.el (ediff-narrow-control-frame-leftward-shift) (ediff-setup-windows-plain-merge) (ediff-setup-windows-plain-compare, ediff-setup-control-frame) (ediff-refresh-control-frame, ediff-get-visible-buffer-window): * ediff-util.el (ediff-setup-keymap, ) (ediff-toggle-wide-display, ediff-toggle-multiframe) (ediff-toggle-use-toolbar, ediff-really-quit) (ediff-good-frame-under-mouse) (ediff-highlight-diff-in-one-buffer) (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1) (ediff-make-bullet-proof-overlay): * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p) (ediff-set-meta-overlay): * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays): * ediff.el (ediff-documentation): Replace ediff-xemacs-p and ediff-emacs-p with their former definitions. * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove. (viper-has-face-support-p, viper-inactivate-input-method) (viper-activate-input-method) (viper-use-replace-region-delimiters, viper-restore-cursor-type): * emulation/viper-mous.el (viper-multiclick-timeout) (viper-surrounding-word, viper-mouse-click-insert-word) (viper-mouse-click-search-word, viper-parse-mouse-key): * emulation/viper-macs.el (viper-char-array-to-macro): * emulation/viper.el (viper-go-away, viper-set-hooks) (viper-non-hook-settings): * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode) (viper-get-saved-cursor-color-in-insert-mode) (viper-get-saved-cursor-color-in-emacs-mode) (viper-check-version, viper-get-visible-buffer-window) (viper-file-checked-in-p, viper-set-replace-overlay) (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay) (viper-check-minibuffer-overlay, viper-read-key-sequence) (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p with their former definitions. (viper-eventify-list-xemacs): Only do work for XEmacs. (viper-set-unread-command-events): Only do work for Emacs. (viper-overlay-p, viper-make-overlay, viper-overlay-live-p) (viper-move-overlay, viper-overlay-start, viper-overlay-end) (viper-overlay-get, viper-overlay-put, viper-read-event) (viper-characterp, viper-int-to-char, viper-get-face) (viper-color-defined-p, viper-iconify): New defaliases replacing the old fsets. * progmodes/fortran.el (comment-region-function) (uncomment-region-function): Pacify byte compiler. * vc.el (vc-diff-internal): Remove code for an old version of gnus.
-
- 30 Oct, 2007 1 commit
-
-
Thien-Thi Nguyen authored
Specify value for vc-sentinel-movepoint.
-
- 24 Oct, 2007 1 commit
-
-
Stefan Monnier authored
-
- 23 Oct, 2007 1 commit
-
-
Stefan Monnier authored
-
- 20 Oct, 2007 2 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- 19 Oct, 2007 1 commit
-
-
Stefan Monnier authored
Also `revision-completion-table' now takes a list of files. (vc-deduce-fileset): Remove unused var `regexp'. Only obey allow-directory-wildcard in dired buffers. (vc-default-diff-tree): Remove. (vc-diff-added-files): New var. (vc-diff-internal): Use it. Remove arg `backend'. Update callers. (vc-version-diff): Revert from `vc-history-diff' to the original name. Remove the `backend' arg. (vc-contains-version-controlled-file): Remove. (vc-diff): Bring it closer to the version in Emacs-22. (vc-revert): Fix typo in let-binding. (vc-default-unregister): Remove. (vc-dired-buffers-for-dir): Remove N^2 behavior.
-
- 17 Oct, 2007 1 commit
-
-
Stefan Monnier authored
behavior unrelated to filesets.
-
- 11 Oct, 2007 6 commits
-
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
(vc-next-action): Fix typos.
-
Eric S. Raymond authored
.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
his edge case, it's calling some brittle code.
-
Eric S. Raymond authored
-
- 10 Oct, 2007 2 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- 08 Oct, 2007 2 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- 06 Oct, 2007 3 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
Rename vc-revert-buffer1 to vc-revert-buffer-internal. Patch in the new vc-create-repo function to go with the header comment about it already present. No changes to existing logic.
-
Eric S. Raymond authored
-
- 05 Oct, 2007 1 commit
-
-
Dan Nicolaescu authored
-
- 22 Sep, 2007 1 commit
-
-
Dan Nicolaescu authored
-
- 18 Sep, 2007 1 commit
-
-
Dan Nicolaescu authored
* vc-hooks.el (vc-menu-entry): New var. (vc-mode-line-map): Use it so that this menu also uses the extra-menu. (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el. (vc-menu-map): Declare and initialize in one step. * menu-bar.el (vc-menu-map): Don't setup any more. Instead, just create the proper spot in the menu. * vc.el: Document new VC operation `extra-menu'. * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New function.
-
- 15 Sep, 2007 1 commit
-
-
Stefan Monnier authored
(vc-exec-after): Use it instead of using ugly hackish analysis and construction of Elisp code. (vc-sentinel-movepoint): New dynamically scoped var. (vc-print-log, vc-annotate): Set it to move the user's point.
-
- 06 Sep, 2007 1 commit
-
-
Dan Nicolaescu authored
instead of a file.
-
- 03 Sep, 2007 1 commit
-
-
Glenn Morris authored
-
- 26 Aug, 2007 1 commit
-
-
Dan Nicolaescu authored
(vc-delete-automatic-version-backups): Likewise. * vc.el (vc-dired-buffers-for-dir): Likewise.
-
- 23 Aug, 2007 1 commit
-
-
Stefan Monnier authored
-
- 21 Aug, 2007 1 commit
-
-
Stefan Monnier authored
-
- 08 Aug, 2007 1 commit
-
-
Glenn Morris authored
-
- 07 Aug, 2007 1 commit
-
-
Stefan Monnier authored
Select the buffer's window before moving point.
-
- 05 Aug, 2007 1 commit
-
-
Jason Rumney authored
(vc-revert-buffer): Add back as obsolete alias.
-
- 01 Aug, 2007 1 commit
-
-
Dan Nicolaescu authored
* vc-hooks.el (vc-default-extra-menu): New function. * menu-bar.el (menu-bar-vc-filter): New function. (menu-bar-tools-menu): Use it as a filter.
-
- 30 Jul, 2007 1 commit
-
-
Stefan Monnier authored
-