diff options
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 |