aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/diff-mode.el
Commit message (Expand)AuthorAgeFilesLines
* (diff-current-defun): Fix 2004-06-13's change.Stefan Monnier2004-10-101-25/+24
* (diff-file-header-re): Tighten up regexp a tiny bit.Stefan Monnier2004-09-291-3/+6
* (diff-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-...Juri Linkov2004-09-081-1/+1
* (diff-mode-map): Bind toggle-next-error-follow-mode.Eli Zaretskii2004-09-041-1/+2
* Reindent `diff-current-defun'.Kai Großjohann2004-06-131-6/+6
* (diff-current-defun): If at start of hunk, useKai Großjohann2004-06-131-1/+4
* (diff-make-unified): Fix regexp.Stefan Monnier2004-05-061-1/+1
* (diff-header-face, diff-file-header-face): Use min-colors.Stefan Monnier2004-05-021-12/+12
* (diff-next-error): New fun.Stefan Monnier2004-04-221-4/+9
* (diff-end-of-hunk): Be more careful with unified hunks.Stefan Monnier2004-04-161-1/+5
* (diff-goto-source): Make it work for mouse bindings.Stefan Monnier2004-04-141-11/+6
* (diff-mode): Fix missing quote.Andreas Schwab2004-04-031-1/+1
* (diff-font-lock-keywords): Disable yank-handler.Stefan Monnier2004-03-241-5/+7
* (diff-default-read-only): Change default.Stefan Monnier2004-03-231-47/+178
* (diff-file-regexp-alist, diff-error-regexp-alist)Stefan Monnier2004-02-061-36/+4
* Bind q to `quit-window'.Benjamin Rutt2004-02-021-1/+2
* (diff-hunk-prev, diff-hunk-next): SupportThien-Thi Nguyen2003-11-141-1/+1
* Add arch taglinesMiles Bader2003-09-011-0/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-7/+7
* (diff-mode): Use compilation-minor-mode.Stefan Monnier2002-09-181-5/+9
* (diff-mode): Don't evaluate `compilation-last-buffer' unless it's bound.Miles Bader2002-09-181-2/+4
* (diff-mode): Turn on compilation-minor-modeStefan Monnier2002-09-131-10/+13
* (diff-mode): Docstring improvement.Stefan Monnier2002-09-121-1/+7
* (diff-reverse-direction): Simplify.Stefan Monnier2002-07-161-7/+6
* Comment fixes.Pavel Janík2002-01-011-9/+4
* (various face definitions): Use :weight and :slant.Richard M. Stallman2001-12-311-10/+10
* (diff-end-of-hunk): Watch out for ambiguities.Stefan Monnier2001-11-261-70/+92
* (diff-default-read-only): New var.Stefan Monnier2001-09-221-6/+10
* (diff-mode): Don't make the buffer read-only if it's empty (and thusMiles Bader2001-09-181-2/+3
* (diff-font-lock-keywords): Fix unanchored regexp.Stefan Monnier2001-06-131-1/+1
* (diff-jump-to-old-file, diff-update-on-the-fly):Stefan Monnier2001-05-211-9/+9
* (diff-nonexistent-face, diff-font-lock-keywords):Stefan Monnier2001-05-041-4/+4
* (diff-nonexistant-face): New face.Stefan Monnier2001-05-011-3/+8
* (diff-mode): Disable preliminary support for `compile'.Stefan Monnier2001-01-241-12/+17
* (diff-imenu-generic-expression): Modify unidiffDave Love2000-11-141-3/+4
* (diff-mode-menu): Add entry for applying hunk.Stefan Monnier2000-11-121-10/+42
* (diff-find-file-name): Fix regex subgroup number.Stefan Monnier2000-10-191-3/+3
* (diff-header-face, diff-file-header-face)Eli Zaretskii2000-10-181-9/+15
* (diff-header-face, diff-file-header-face):Stefan Monnier2000-10-171-7/+15
* (diff-header-face, diff-file-header-face)Eli Zaretskii2000-10-171-5/+17
* (diff-find-file-name): Fix regexp.Stefan Monnier2000-10-151-2/+2
* (diff-goto-source):Miles Bader2000-10-041-2/+2
* (diff-font-lock-keywords): Minor regex fix.Stefan Monnier2000-10-031-12/+11
* (diff-test-hunk): Backout previous change. Fix doc string.Miles Bader2000-10-021-26/+17
* (diff-goto-source): Emit a status message.Miles Bader2000-10-021-8/+17
* (diff-add-log-file-name): Remove.Stefan Monnier2000-09-291-9/+4
* (diff-mode-map, diff-minor-mode-prefix):Stefan Monnier2000-09-291-16/+13
* (diff-hunk-text): Properly handle one-sided context diffs.Stefan Monnier2000-09-211-72/+79
* (diff-file-header-face): Reset to its previous value.Stefan Monnier2000-09-211-111/+93
* * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.Stefan Monnier2000-09-201-59/+66