summaryrefslogtreecommitdiff
path: root/lisp/compare-w.el
AgeCommit message (Collapse)Author
2007-03-25(compare-windows): Rename customization groupJuri Linkov
`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.
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-05Update copyright years.Glenn Morris
2006-08-17(compare-windows): lambda's take an arg and passRichard M. Stallman
it to compare-windows-skip-whitespace.
2006-08-16(compare-windows): Factor compare-ignore-whitespace into ignore-whitespace.Richard M. Stallman
Check each buffer for its skip-function. Handle compare-windows-skip-whitespace special-case test by returning t from default skip function.
2006-02-23(compare-windows-highlight): Add new valueJuri Linkov
`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].
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-12-09(compare-windows-highlight): Change overlay priority from 1 to 1000.Juri Linkov
2005-08-15* mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu
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.
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-19(compare-ignore-whitespace, compare-windows-sync)Juri Linkov
(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.
2005-07-04Update FSF's address.Lute Kamstra
2005-06-10Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-384Miles Bader
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.
2004-11-28(compare-windows-highlight): Attach each overlayJuri Linkov
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'.
2004-05-20(compare-windows-face): Use min-colors instead ofEli Zaretskii
checking for tty or pc types.
2003-10-20(compare-windows-whitespace): Doc fix.Richard M. Stallman
(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.
2003-09-01Add arch taglinesMiles Bader
2002-07-16(compare-windows-whitespace): Always allow newlineRichard M. Stallman
even if it does not have whitespace syntax.
2002-05-02Follow coding conventions.Pavel Janík
2002-03-28(compare-windows-whitespace): Match all whitespace.Richard M. Stallman
2001-07-15Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík
1999-07-14(compare-windows): Try to find the next window inAndreas Schwab
the current frame before looking at the other frames.
1998-03-07Customized.Stephen Eglen
1997-04-23(compare-windows): Allow windows on different frames.Richard M. Stallman
1997-02-09Fix previous change.Karl Heuer
1997-02-09(compare-windows): Make more efficient use ofKarl Heuer
result from compare-buffer-substrings.
1996-01-14Update FSF's address.Erik Naggum
1994-11-20(compare-windows): Push mark in both buffers at start.Richard M. Stallman
1994-05-27(compare-windows): Make leading whitespace equivalentRichard M. Stallman
to no leading whitespace, according to IGNORE-WHITESPACE argument.
1993-11-14(compare-windows-skip-whitespace): Swap the twoRichard M. Stallman
and's within the or.
1993-11-07(compare-windows-skip-whitespace): Return tRichard M. Stallman
if there is whitespace before point.
1993-07-13(compare-windows-skip-whitespace): New function.Richard M. Stallman
(compare-windows): Use that. (compare-windows-whitespace): Value is now regexp.
1993-03-22Added or corrected Commentary sectionsEric S. Raymond
1993-03-05(compare-windows): Use compare-buffer-substrings.Richard M. Stallman
1992-07-22entered into RCSEric S. Raymond
1992-07-16*** empty log message ***Eric S. Raymond
1992-05-30*** empty log message ***Eric S. Raymond
1992-03-16*** empty log message ***Jim Blandy
1991-05-09Initial revisionJim Blandy