diff options
| author | Juanma Barranquero | 2013-06-23 22:29:18 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-06-23 22:29:18 +0200 |
| commit | 5e400cb3ed7b0ffc5f166e4cd9c4e18f4e58c14e (patch) | |
| tree | 5d41ee2e61f503ee654c314b90da59c4d5218b79 /lisp/ChangeLog | |
| parent | f3f9606c7acb4b3248dbe6f9fe16db6d5e46c3af (diff) | |
| download | emacs-5e400cb3ed7b0ffc5f166e4cd9c4e18f4e58c14e.tar.gz emacs-5e400cb3ed7b0ffc5f166e4cd9c4e18f4e58c14e.zip | |
lisp/faces.el: Minor changes.
(face-documentation): Simplify.
(read-face-attribute, tty-find-type, x-resolve-font-name):
Use `string-match-p'.
(list-faces-display): Use `string-match-p'. Simplify.
(face-spec-recalc): Check face to avoid face alias loops.
(read-color): Use `string-match-p' and non-capturing parenthesis.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff41129b906..27e2b824953 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-06-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * faces.el (face-documentation): Simplify. | ||
| 4 | (read-face-attribute, tty-find-type, x-resolve-font-name): | ||
| 5 | Use `string-match-p'. | ||
| 6 | (list-faces-display): Use `string-match-p'. Simplify. | ||
| 7 | (face-spec-recalc): Check face to avoid face alias loops. | ||
| 8 | (read-color): Use `string-match-p' and non-capturing parenthesis. | ||
| 9 | |||
| 1 | 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | 10 | 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 11 | ||
| 3 | * net/shr.el (shr-rescale-image): Use the new | 12 | * net/shr.el (shr-rescale-image): Use the new |