- 22 Jul, 2007 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(diff-file-kill): Use it. (diff-beginning-of-hunk): Add arg `try-harder' using it. (diff-restrict-view, diff-find-source-location, diff-refine-hunk): Use it so they find the hunk even when we're in the file header.
-
- 22 Jun, 2007 1 commit
-
-
Stefan Monnier authored
-
- 13 Jun, 2007 1 commit
-
-
Stefan Monnier authored
-
- 12 Jun, 2007 1 commit
-
-
Michael Kifer authored
* viper-cmd.el (viper-prefix-arg-com,viper-prefix-arg-value): display error messages (viper-prev-destructive-command,viper-insert-prev-from-insertion-ring): get rid of cl.el dependencies. * viper-init.el (viper-suppress-input-method-change-message): new variable. (viper-activate-input-method-action,viper-inactivate-input-method-action): use viper-suppress-input-method-change-message. * viper-kem.el (viper-vi-basic-map): disable the bindings for C-s, C-r. * viper-util.el (viper-set-cursor-color-according-to-state): use viper-replace-overlay-cursor-color instead of viper-replace-overlay-cursor-color. (viper-sit-for-short): use sit-for with 3 arguments. * viper.el (viper-insert-state-mode-list): add gud-mode. (viper-major-mode-modifier-list): add viper-comint-mode-modifier-map to gud-mode. * ediff-mult.el (ediff-meta-buffer-brief-message,ediff-meta-buffer-verbose-message): new variables. (ediff-meta-buffer-message): variable deleted. (ediff-verbose-help-enabled): new variable. (ediff-toggle-verbose-help-meta-buffer): new function. (ediff-redraw-directory-group-buffer): made aware of short/verbose message options * ediff-ptch.el (ediff-context-diff-label-regexp): better regexp. (ediff-fixup-patch-map): improved heuristic.
-
- 08 May, 2007 1 commit
-
-
Stefan Monnier authored
the exact opposite of diff-goto-source.
-
- 06 Apr, 2007 1 commit
-
-
Chong Yidong authored
-
- 11 Mar, 2007 1 commit
-
-
Andreas Schwab authored
error.
-
- 05 Mar, 2007 1 commit
-
-
Richard M. Stallman authored
-
- 08 Feb, 2007 1 commit
-
-
Stefan Monnier authored
-
- 07 Feb, 2007 1 commit
-
-
Stefan Monnier authored
-
- 11 Jan, 2007 1 commit
-
-
Stefan Monnier authored
(diff-find-source-location): Use'em to check the hunks are well-formed.
-
- 27 Nov, 2006 1 commit
-
-
Stefan Monnier authored
-
- 11 Sep, 2006 1 commit
-
-
Stefan Monnier authored
(diff-apply-hunk): Use it to ask for confirmation.
-
- 02 Jul, 2006 1 commit
-
-
Stefan Monnier authored
(diff-unified->context, diff-context->unified) (diff-reverse-direction): Make sure the end marker stays at the end. (diff-mode): Add the keymap table at the end of docstring. Use lexical-let rather than constructing a closure manually.
-
- 06 Jun, 2006 2 commits
-
-
Chong Yidong authored
(diff-refine-hunk): Set inhibit-read-only to t.
-
Chong Yidong authored
diff-default-read-only is non-nill. * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when modifying the *Diff* buffer. (diff-process-filter): New filter function for diff process that sets inhibit-read-only to t when modifying the *Diff* buffer.
-
- 09 May, 2006 1 commit
-
-
Juri Linkov authored
instead of `mark' and `point'. (diff-unified->context, diff-reverse-direction, diff-fixup-modifs): Operate on region in Transient Mark mode when the mark is active. Use `region-beginning' and `region-end' instead of `mark' and `point'. (diff-hunk-text, diff-goto-source): Doc fix.
-
- 02 May, 2006 1 commit
-
-
Richard M. Stallman authored
M-r, M-R, M-A, M-SPC or M-DEL. (diff-mode-map): diff-refine-hunk now on C-c C-w (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
-
- 30 Apr, 2006 1 commit
-
-
Stefan Monnier authored
-
- 21 Mar, 2006 1 commit
-
-
Nick Roberts authored
-
- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 16 Oct, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 31 Aug, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 06 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 19 Jul, 2005 2 commits
-
-
Juri Linkov authored
-
Juri Linkov authored
yellow to green on light backgrounds. (diff-context): Inherit from `shadow' only for color/grayscale with more than 88 colors. (diff-indicator-removed, diff-indicator-added) (diff-indicator-changed): New faces. (diff-font-lock-keywords): Use new faces. Regroup rules. Add "^---$" for `normal' diff format. Fontify `#' lines with font-lock-comment-delimiter-face and font-lock-comment-face. Add `#' to ^[^...] in the rule for `diff-context-face'.
-
- 04 Jul, 2005 3 commits
-
-
Lute Kamstra authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(diff-context->unified, diff-reverse-direction, diff-unified->context): "?\ " -> "?\s".
-
- 14 Jun, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 10 Jun, 2005 1 commit
-
-
Miles Bader authored
Remove "-face" suffix from diff-mode faces 2005-06-10 Miles Bader <miles@gnu.org> * lisp/diff-mode.el (diff-header, diff-file-header, diff-index) (diff-hunk-header, diff-removed, diff-added, diff-changed) (diff-function, diff-context, diff-nonexistent): Remove "-face" suffix from face names. (diff-header-face, diff-file-header-face, diff-index-face) (diff-hunk-header-face, diff-removed-face, diff-added-face) (diff-changed-face, diff-function-face, diff-context-face) (diff-nonexistent-face): New backward-compatibility aliases for renamed faces. (diff-header-face, diff-file-header-face) (diff-index, diff-index-face, diff-hunk-header) (diff-hunk-header-face, diff-removed, diff-removed-face) (diff-added, diff-added-face, diff-changed-face, diff-function) (diff-function-face, diff-context-face, diff-nonexistent) (diff-nonexistent-face): Use renamed diff-mode faces.
-
- 06 Jun, 2005 1 commit
-
-
Juri Linkov authored
-
- 20 May, 2005 1 commit
-
-
Lute Kamstra authored
(diff-index-face, diff-hunk-header-face, diff-removed-face) (diff-added-face, diff-changed-face, diff-function-face) (diff-context-face, diff-nonexistent-face): Put them in the diff-mode customization group.
-
- 19 May, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 04 Apr, 2005 1 commit
-
-
Lute Kamstra authored
-
- 10 Oct, 2004 1 commit
-
-
Stefan Monnier authored
-
- 29 Sep, 2004 1 commit
-
-
Stefan Monnier authored
(diff-fixup-modifs): Catch unified-diff file-headers.
-
- 08 Sep, 2004 1 commit
-
-
Juri Linkov authored
-
- 04 Sep, 2004 1 commit
-
-
Eli Zaretskii authored
-