1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
Juri Linkov
84d6b04be1 (compare-windows): Rename customization group
`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-03-25 09:29:32 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Glenn Morris
e91081eb9e Update copyright years. 2006-12-05 06:15:26 +00:00
Richard M. Stallman
fb5422b2d1 (compare-windows): lambda's take an arg and pass
it to compare-windows-skip-whitespace.
2006-08-17 15:22:21 +00:00
Richard M. Stallman
27f9dfbf21 (compare-windows): Factor compare-ignore-whitespace into ignore-whitespace.
Check each buffer for its skip-function.
Handle compare-windows-skip-whitespace special-case test
by returning t from default skip function.
2006-08-16 05:04:16 +00:00
Juri Linkov
9b0f7f31c0 (compare-windows-highlight): Add new value
`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-23 21:41:26 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Juri Linkov
67019e7f81 (compare-windows-highlight): Change overlay priority from 1 to 1000. 2005-12-09 09:48:36 +00:00
Dan Nicolaescu
e95e5f8193 * mh-customize.el: Do not use face-alias compatibility for
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-15 21:29:32 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Juri Linkov
1dbe7fe78d (compare-ignore-whitespace, compare-windows-sync)
(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-19 11:19:13 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Miles Bader
37af2dd341 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-384
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.
2005-06-10 10:43:24 +00:00
Juri Linkov
efbbac291e (compare-windows-highlight): Attach each overlay
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-11-28 07:56:01 +00:00
Eli Zaretskii
88537a99d6 (compare-windows-face): Use min-colors instead of
checking for tty or pc types.
2004-05-20 16:45:28 +00:00
Richard M. Stallman
6166a68eef (compare-windows-whitespace): Doc fix.
(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-10-20 23:31:51 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
76960e5022 (compare-windows-whitespace): Always allow newline
even if it does not have whitespace syntax.
2002-07-16 13:33:13 +00:00
Pavel Janík
307645975c Follow coding conventions. 2002-05-02 05:41:46 +00:00
Richard M. Stallman
1d7208e663 (compare-windows-whitespace): Match all whitespace. 2002-03-28 18:14:53 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Andreas Schwab
0846761ddf (compare-windows): Try to find the next window in
the current frame before looking at the other frames.
1999-07-14 08:16:49 +00:00
Stephen Eglen
4bef911093 Customized. 1998-03-07 18:19:38 +00:00
Richard M. Stallman
45d642dffa (compare-windows): Allow windows on different frames. 1997-04-23 05:06:35 +00:00
Karl Heuer
5ff083afb4 Fix previous change. 1997-02-09 23:02:19 +00:00
Karl Heuer
8c9dbabe64 (compare-windows): Make more efficient use of
result from compare-buffer-substrings.
1997-02-09 22:55:17 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
8273423646 (compare-windows): Push mark in both buffers at start. 1994-11-20 21:55:55 +00:00
Richard M. Stallman
5a53485189 (compare-windows): Make leading whitespace equivalent
to no leading whitespace, according to IGNORE-WHITESPACE argument.
1994-05-27 07:10:56 +00:00
Richard M. Stallman
5dd1ad8ed5 (compare-windows-skip-whitespace): Swap the two
and's within the or.
1993-11-14 02:56:24 +00:00
Richard M. Stallman
7f5d354194 (compare-windows-skip-whitespace): Return t
if there is whitespace before point.
1993-11-07 22:19:57 +00:00
Richard M. Stallman
048ab7d386 (compare-windows-skip-whitespace): New function.
(compare-windows): Use that.
(compare-windows-whitespace): Value is now regexp.
1993-07-13 07:31:09 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Richard M. Stallman
d76bfaa22c (compare-windows): Use compare-buffer-substrings. 1993-03-05 20:37:00 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Eric S. Raymond
c0274f385f *** empty log message *** 1992-05-30 23:54:21 +00:00
Jim Blandy
49116ac071 *** empty log message *** 1992-03-16 20:39:07 +00:00
Jim Blandy
745bc783eb Initial revision 1991-05-09 21:50:45 +00:00