- 06 Feb, 2004 1 commit
-
-
Stefan Monnier authored
(diff-mode): Remove aborted attempt at support for compile.el. (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
-
- 02 Feb, 2004 1 commit
-
-
Benjamin Rutt authored
-
- 14 Nov, 2003 1 commit
-
-
Thien-Thi Nguyen authored
operation while narrowed, with `diff-restrict-view'.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 04 Feb, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 18 Sep, 2002 2 commits
-
-
Stefan Monnier authored
Don't unbind compilation-last-buffer after autoload compile.el. Hide the compilation-minor-mode bindings altogether.
-
Miles Bader authored
-
- 13 Sep, 2002 1 commit
-
-
Stefan Monnier authored
support again, but more carefully this time.
-
- 12 Sep, 2002 1 commit
-
-
Stefan Monnier authored
-
- 16 Jul, 2002 1 commit
-
-
Stefan Monnier authored
(diff-after-change-function): Fix typo. (diff-post-command-hook): Take care of edge cases. (diff-current-defun): Do `goto-char' after setting the mode.
-
- 01 Jan, 2002 1 commit
-
-
Pavel Janík authored
-
- 31 Dec, 2001 1 commit
-
-
Richard M. Stallman authored
-
- 26 Nov, 2001 1 commit
-
-
Stefan Monnier authored
(diff-hunk-kill): Simplify. (diff-post-command-hook): Only apply to a single hunk. (diff-hunk-text): Make `char-offset' non-optional. (diff-find-text): Return a cons cell. (diff-find-approx-text): New fun. (diff-find-source-location): Use it. (diff-apply-hunk, diff-test-hunk, diff-goto-source): Adapt to new retval of diff-find-source-location.
-
- 22 Sep, 2001 1 commit
-
-
Stefan Monnier authored
(diff-mode): Use it.
-
- 18 Sep, 2001 1 commit
-
-
Miles Bader authored
probably a new patch file about to be edited).
-
- 13 Jun, 2001 1 commit
-
-
Stefan Monnier authored
-
- 21 May, 2001 1 commit
-
-
Stefan Monnier authored
Renamed by removing the silly `-flag' suffix. (diff-mode, diff-minor-mode, diff-find-source-location): Update.
-
- 04 May, 2001 1 commit
-
-
Stefan Monnier authored
Typo `nonexistant' -> `nonexistent'.
-
- 01 May, 2001 1 commit
-
-
Stefan Monnier authored
(diff-font-lock-keywords): Use it.
-
- 24 Jan, 2001 1 commit
-
-
Stefan Monnier authored
-
- 14 Nov, 2000 1 commit
-
-
Dave Love authored
pattern.
-
- 12 Nov, 2000 1 commit
-
-
Stefan Monnier authored
(diff-count-matches, diff-split-hunk): New functions. (diff-mode-map): Bind C-c C-s to diff-split-hunk.
-
- 19 Oct, 2000 1 commit
-
-
Stefan Monnier authored
-
- 18 Oct, 2000 1 commit
-
-
Eli Zaretskii authored
(diff-changed-face): Add bold and italic attributes to tty faces. (diff-function-face): New face. (diff-font-lock-keywords): Use it.
-
- 17 Oct, 2000 2 commits
-
-
Stefan Monnier authored
Add specific setting for dark background. (diff-context-face): Renamed from diff-comment-face. Set explicitly rather than inheriting from font-lock-comment-face.
-
Eli Zaretskii authored
(diff-changed-face): Define tty-specific colors.
-
- 15 Oct, 2000 1 commit
-
-
Stefan Monnier authored
-
- 04 Oct, 2000 1 commit
-
-
Miles Bader authored
Update call to `diff-hunk-status-msg' to reflect new REV variable.
-
- 03 Oct, 2000 1 commit
-
-
Stefan Monnier authored
(diff-goto-source): Be smarter when choosing REVERSE or not.
-
- 02 Oct, 2000 2 commits
-
-
Miles Bader authored
(diff-apply-hunk): Don't return a value.
-
Miles Bader authored
(diff-test-hunk, diff-apply-hunk): Remove unneeded `let'. (diff-test-hunk): Make the return value agree with the doc string. (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'. (diff-advance-after-apply-hunk): New variable.
-
- 29 Sep, 2000 2 commits
-
-
Stefan Monnier authored
(diff-mode): Use add-log-buffer-file-name-function.
-
Stefan Monnier authored
Avoid user-reserved bindings. (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook). (diff-header-face): Revert to grey85.
-
- 21 Sep, 2000 2 commits
-
-
Stefan Monnier authored
(diff-apply-hunk): When done, advance to the next hunk.
-
Stefan Monnier authored
(diff-hunk-text): Correctly use offsets rather than buffer-positions. (diff-xor): New function. (diff-find-source-location): Use it. Fix a stupid name clash. (diff-hunk-status-msg): New function. (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR. (diff-test-hunk): Use diff-find-source-location. (diff-goto-source): Favor the `reverse'.
-
- 20 Sep, 2000 3 commits
-
-
Stefan Monnier authored
(diff-mode): Add support for add-log.el. (diff-hunk-text): Use char offsets rather than line offsets. (diff-find-source-location): Replace LINE with line-offset (nil if not found) and always set POS to a meaningful position. Adapt to the new char-offsets. (diff-apply-hunk): Drop support for the unused `select' POPUP. Adapt to the new diff-find-source-location. (diff-goto-source): Adapt to the new diff-find-source-location.
-
Stefan Monnier authored
Move code from diff-apply-hunk. Return buffer rather than file. (diff-apply-hunk): Use the new result from diff-find-source-location. (diff-goto-source): Use the new diff-find-source-location.
-
Miles Bader authored
-
- 19 Sep, 2000 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(diff-header-face, diff-comment-face): New faces. (diff-font-lock-keywords): Highlight a bit differently. (diff-find-source-location): Don't return SPAN any more. (diff-hunk-text): Don't bother erasing the temp buffer. (diff-find-text): Drop argument LINE. (diff-apply-hunk): Update calls to diff-find-text. (diff-goto-source): Use pop-to-buffer again and don't raise an error.
-