diff options
| author | Matthias Dahl | 2014-04-12 17:22:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-04-12 17:22:55 +0300 |
| commit | 5f91455c9d87502e96d4a6bc04da831fce4616fc (patch) | |
| tree | 6fbb855e028a6f3a37858043d5b380e30f9e0c38 /lisp/ChangeLog | |
| parent | 180c8ce0c6a702bc21403e1f5a0b2781bb5f787c (diff) | |
| download | emacs-5f91455c9d87502e96d4a6bc04da831fce4616fc.tar.gz emacs-5f91455c9d87502e96d4a6bc04da831fce4616fc.zip | |
Deprecate optional argument of make-face.
lisp/faces.el (make-face): Deprecate optional argument as it is no
longer needed/used since the conditional X resources handling
has been pushed down to make-face-x-resource-internal itself.
(make-empty-face): Don't pass optional argument to make-face.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78865ed8c48..5fd81d00e2b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu> | ||
| 2 | |||
| 3 | * faces.el (make-face): Deprecate optional argument as it is no | ||
| 4 | longer needed/used since the conditional X resources handling | ||
| 5 | has been pushed down to make-face-x-resource-internal itself. | ||
| 6 | (make-empty-face): Don't pass optional argument to make-face. | ||
| 7 | |||
| 1 | 2014-04-12 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-04-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * international/characters.el <standard-case-table>: Add entries | 10 | * international/characters.el <standard-case-table>: Add entries |