diff options
| author | Chong Yidong | 2012-04-23 02:04:54 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-23 02:04:54 +0800 |
| commit | eeddc5310ac04e9f5a0cce072f378ff5c76dae65 (patch) | |
| tree | 327922c0cbb228705f42d4951d5b21130c8ba2af /lisp/ChangeLog | |
| parent | c2d1019e3540ffcace2cd72d46a1e85958c4d584 (diff) | |
| download | emacs-eeddc5310ac04e9f5a0cce072f378ff5c76dae65.tar.gz emacs-eeddc5310ac04e9f5a0cce072f378ff5c76dae65.zip | |
* faces.el (face-spec-set): Stop supporting deprecated form of third arg.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11cb03dea14..dd2d9ff86aa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,6 +6,9 @@ | |||
| 6 | "reset-saved" operation bring back the default (Bug#9509). | 6 | "reset-saved" operation bring back the default (Bug#9509). |
| 7 | (custom-face-state): Properly detect themed faces. | 7 | (custom-face-state): Properly detect themed faces. |
| 8 | 8 | ||
| 9 | * faces.el (face-spec-set): Stop supporting deprecated form of | ||
| 10 | third arg. | ||
| 11 | |||
| 9 | 2012-04-22 Michael Albinus <michael.albinus@gmx.de> | 12 | 2012-04-22 Michael Albinus <michael.albinus@gmx.de> |
| 10 | 13 | ||
| 11 | Move functions from C to Lisp. Make non-blocking method calls | 14 | Move functions from C to Lisp. Make non-blocking method calls |