diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/diff-mode.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7236ac84b67..cc9d3c1566f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * diff-mode.el (diff-refine-change): Adjust colors to be more visible. | ||
| 4 | |||
| 1 | 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords): | 7 | * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords): |
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 88270b2b3f4..a025a8b8c70 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el | |||
| @@ -1752,9 +1752,9 @@ For use in `add-log-current-defun-function'." | |||
| 1752 | 1752 | ||
| 1753 | (defface diff-refine-change | 1753 | (defface diff-refine-change |
| 1754 | '((((class color) (min-colors 88) (background light)) | 1754 | '((((class color) (min-colors 88) (background light)) |
| 1755 | :background "grey90") | 1755 | :background "grey70") |
| 1756 | (((class color) (min-colors 88) (background dark)) | 1756 | (((class color) (min-colors 88) (background dark)) |
| 1757 | :background "grey40") | 1757 | :background "grey60") |
| 1758 | (((class color) (background light)) | 1758 | (((class color) (background light)) |
| 1759 | :background "yellow") | 1759 | :background "yellow") |
| 1760 | (((class color) (background dark)) | 1760 | (((class color) (background dark)) |