1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Glenn Morris
4837b516ea Replace `iff' in doc-strings and comments. 2007-08-08 07:40:09 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Chong Yidong
05d6ece7a3 (highlight-changes-rotate-faces): Don't set modified flag of buffer.
Use `inhibit-modification-hooks'.
2007-06-04 23:39:06 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Glenn Morris
c90f275771 Update copyright years. 2006-12-05 07:06:08 +00:00
Lars Hansen
9e72206753 Add highlight-changes-mode to desktop-locals-to-save.
(highlight-changes-mode): Don't change desktop-locals-to-save.
2006-02-09 21:01:19 +00:00
Juanma Barranquero
ddd1e91e60 (hilit-chg-update-all-buffers): Use mapc' instead of mapcar'; return nil. 2006-02-09 01:36:22 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Juanma Barranquero
ea56cdf1b7 (highlight-changes-initial-state, highlight-changes-global-initial-state):
Doc fixes.
(highlight-changes-global-modes, global-highlight-changes):
Fix typos in docstrings.
2006-02-01 11:25:52 +00:00
Lars Hansen
abe5c13aa0 Add handler to desktop-minor-mode-handlers.
(hilit-chg-desktop-restore): New function.
(highlight-changes-mode): Add highlight-changes-mode to
desktop-locals-to-save.
2005-08-10 19:39:32 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Juanma Barranquero
2c470dc3b3 (highlight-changes-global-initial-state, highlight-compare-buffers,
hilit-chg-turn-on-maybe, hilit-chg-fixup, highlight-changes-mode):
Fix typos in docstrings.
(highlight-changes-global-modes, highlight-changes-rotate-faces): Doc fixes.
2005-07-22 02:20:29 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Juanma Barranquero
b1412131a8 (highlight-changes-colors): Rename from `highlight-changes-colours'.
(highlight-changes-colours): Keep as obsolete alias.
(highlight-changes-face-list): Doc fix.
(hilit-chg-make-list): Use `highlight-changes-colors'.
2005-06-12 23:08:51 +00:00
Juanma Barranquero
85fcb67105 (highlight-changes-colours highlight-changes-face-list,
highlight-changes-rotate-faces): Fix spellings in docstrings.
2005-06-10 14:03:52 +00:00
Miles Bader
a01853d708 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-377
Remove "-face" suffix from highlight-changes faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/hilit-chg.el (highlight-changes, highlight-changes-delete):
   Remove "-face" suffix from face names.
   (highlight-changes-face, highlight-changes-delete-face):
   New backward-compatibility aliases for renamed faces.
   (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
   (hilit-chg-make-list): Use renamed highlight-changes faces.
2005-06-10 08:48:45 +00:00
Dan Nicolaescu
ea81d57ec5 * mh-customize.el (mh-speedbar-selected-folder-face): Special case
high number of colors displays.

* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.
2005-04-08 14:26:13 +00:00
Stefan Monnier
ffc30f4fa1 find-file-hooks -> find-file-hook. 2005-03-24 22:17:43 +00:00
Stefan Monnier
67476fca4f (highlight-changes-mode): Don't autoload. 2005-01-17 21:24:46 +00:00
Eli Zaretskii
f826bf672e Use require instead of eval-and-compile.
(highlight-compare-buffers): New function.
2004-02-16 18:44:26 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
71296446d3 Trailing whitespace deleted. 2003-02-04 11:26:42 +00:00
Juanma Barranquero
f6ec463510 (highlight-changes-colours, highlight-changes-active-string,
highlight-changes-passive-string, highlight-changes-rotate-faces,
global-highlight-changes): Fix spacing.
2002-09-06 07:15:11 +00:00
Pavel Janík
79ccae1e45 (global-highlight-changes): Capitalize status texts. 2002-04-22 15:28:00 +00:00
Richard M. Stallman
e711842f4b (highlight-changes-active-string): Default to +Chg.
(highlight-changes-passive-string): Default to -Chg.
(highlight-changes-global-modes): Doc fix.
2002-02-06 15:32:16 +00:00
Richard M. Stallman
f87d993410 (hilit-chg-fixup): Don't alter overlay if not ours.
(hilit-chg-set-face-on-change): Rename arg.
(hilit-chg-make-ov): Detect error earlier.
2002-02-01 04:17:59 +00:00
Stefan Monnier
852a8571e4 Doc fix. 2001-11-30 09:42:52 +00:00
Pavel Janík
cba6efbff3 (hilit-chg-set): Remove make-local-hook. 2001-11-26 16:27:33 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Gerd Moellmann
2be7dabcae Fix license commentary. 2001-07-13 12:59:13 +00:00
Gerd Moellmann
3ec30bcbb1 General cleanup of doc strings, comments and
code formatting.
2000-08-19 12:34:19 +00:00
Gerd Moellmann
72f7b3625f Fix typos in commentary. 2000-08-17 20:23:57 +00:00
Gerd Moellmann
226916a81c Fix typo. 2000-07-14 15:14:58 +00:00
Eli Zaretskii
e7a903e81f (highlight-changes-mode): Ask about color or
grayscale support, not about window-system.
2000-05-25 16:59:22 +00:00
Dave Love
aaaecdf3ea (highlight-changes-mode): Add autoload cookie for variable. 1999-09-03 23:12:57 +00:00
Dave Love
a7845785f1 (highlight-changes): Add defgroup :version. 1999-03-31 16:09:40 +00:00
Karl Heuer
08246f2e9f Comment fix. 1998-11-02 18:01:38 +00:00
Karl Heuer
99f08df44e Fix previous change. 1998-09-21 17:23:50 +00:00
Karl Heuer
b32e3ef882 (highlight-compare-with-file): Renamed from
compare-with-file.
1998-09-21 17:20:27 +00:00
Karl Heuer
66236b772a Comment fix. 1998-08-26 18:00:04 +00:00
Richard M. Stallman
00e25b96d4 Comment change. 1998-08-17 04:45:21 +00:00
Richard M. Stallman
81e39f174d Comment changes. 1998-08-11 15:00:19 +00:00
Richard M. Stallman
fdbd749a3f Delete the undo-in-progress compatibility code. 1998-08-08 22:22:56 +00:00
Richard M. Stallman
e287d32889 Initial revision 1998-08-08 22:20:17 +00:00