summaryrefslogtreecommitdiff
path: root/lisp/compare-w.el
Commit message (Collapse)AuthorAgeFilesLines
* (compare-windows): Rename customization groupJuri Linkov2007-03-251-12/+13
| | | | | | | | | | `compare-w' to `compare-windows'. (compare-windows-whitespace, compare-ignore-whitespace) (compare-ignore-case, compare-windows-sync) (compare-windows-sync-string-size, compare-windows-recenter) (compare-windows-highlight, compare-windows): Change group name in the `group' tag from `compare-w' to `compare-windows'. (compare-windows-sync): Add option `nil' for no sync. Doc fix.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (compare-windows): lambda's take an arg and passRichard M. Stallman2006-08-171-2/+4
| | | | it to compare-windows-skip-whitespace.
* (compare-windows): Factor compare-ignore-whitespace into ignore-whitespace.Richard M. Stallman2006-08-161-13/+21
| | | | | | Check each buffer for its skip-function. Handle compare-windows-skip-whitespace special-case test by returning t from default skip function.
* (compare-windows-highlight): Add new valueJuri Linkov2006-02-231-4/+21
| | | | | | | | | | | `persistent' and change :type from `boolean' to `choice'. (compare-windows-overlays1, compare-windows-overlays2): New internal variables. (compare-windows-highlight): If compare-windows-highlight is `persistent', add current overlays to compare-windows-overlays[12] instead of adding compare-windows-dehighlight to pre-command-hook. (compare-windows-dehighlight): Delete all overlays from compare-windows-overlays[12].
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (compare-windows-highlight): Change overlay priority from 1 to 1000.Juri Linkov2005-12-091-2/+2
|
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | faces that did not appear in the previous Emacs release. * buff-menu.el: * compare-w.el: * emacs-lisp/testcover.el: * play/gomoku.el: * play/mpuz.el: * progmodes/flymake.el: * progmodes/gdb-ui.el: * progmodes/idlw-help.el: * progmodes/idlw-shell.el: * progmodes/ld-script.el: * progmodes/which-func.el: * ruler-mode.el: * strokes.el: * textmodes/sgml-mode.el: * textmodes/table.el: Do not use face-alias for backward compatibility for faces that did not appear in the previous Emacs release.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (compare-ignore-whitespace, compare-windows-sync)Juri Linkov2005-07-191-13/+13
| | | | | | | (compare-windows-sync-string-size, compare-windows-recenter) (compare-windows-highlight, compare-windows): Add version 22.1. (compare-windows) <defface>: Inherit from lazy-highlight instead of duplicating its default value.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-384Miles Bader2005-06-101-4/+6
| | | | | | | | | | | Remove "-face" suffix from compare-windows face 2005-06-10 Miles Bader <miles@gnu.org> * lisp/compare-w.el (compare-windows): Remove "-face" suffix from face name. (compare-windows-face): New backward-compatibility alias for renamed face. (compare-windows-highlight): Use renamed compare-windows face.
* (compare-windows-highlight): Attach each overlayJuri Linkov2004-11-281-7/+11
| | | | | | | to its window to properly highlight differences while comparing two windows of the same buffer. Fix arguments. (compare-windows-sync-default-function): Fix arguments of `compare-windows-highlight'.
* (compare-windows-face): Use min-colors instead ofEli Zaretskii2004-05-201-5/+5
| | | | checking for tty or pc types.
* (compare-windows-whitespace): Doc fix.Richard M. Stallman2003-10-201-18/+215
| | | | | | | | | | (compare-windows-sync, compare-windows-sync-string-size) (compare-windows-recenter, compare-ignore-whitespace) (compare-windows-highlight, compare-windows-face): New variables. (compare-windows): Use compare-windows-sync. (compare-windows-highlight, compare-windows-dehighlight) (compare-windows-sync-regexp) (compare-windows-sync-default-function): New functions.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (compare-windows-whitespace): Always allow newlineRichard M. Stallman2002-07-161-8/+9
| | | | even if it does not have whitespace syntax.
* Follow coding conventions.Pavel Janík2002-05-021-0/+1
|
* (compare-windows-whitespace): Match all whitespace.Richard M. Stallman2002-03-281-1/+1
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (compare-windows): Try to find the next window inAndreas Schwab1999-07-141-1/+3
| | | | the current frame before looking at the other frames.
* Customized.Stephen Eglen1998-03-071-5/+14
|
* (compare-windows): Allow windows on different frames.Richard M. Stallman1997-04-231-1/+1
|
* Fix previous change.Karl Heuer1997-02-091-2/+2
|
* (compare-windows): Make more efficient use ofKarl Heuer1997-02-091-40/+18
| | | | result from compare-buffer-substrings.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (compare-windows): Push mark in both buffers at start.Richard M. Stallman1994-11-201-0/+8
|
* (compare-windows): Make leading whitespace equivalentRichard M. Stallman1994-05-271-3/+4
| | | | to no leading whitespace, according to IGNORE-WHITESPACE argument.
* (compare-windows-skip-whitespace): Swap the twoRichard M. Stallman1993-11-141-6/+6
| | | | and's within the or.
* (compare-windows-skip-whitespace): Return tRichard M. Stallman1993-11-071-6/+16
| | | | if there is whitespace before point.
* (compare-windows-skip-whitespace): New function.Richard M. Stallman1993-07-131-21/+34
| | | | | (compare-windows): Use that. (compare-windows-whitespace): Value is now regexp.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+7
|
* (compare-windows): Use compare-buffer-substrings.Richard M. Stallman1993-03-051-9/+6
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+6
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1992-03-161-2/+3
|
* Initial revisionJim Blandy1991-05-091-0/+129