diff options
| author | Chong Yidong | 2009-01-09 14:10:46 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-09 14:10:46 +0000 |
| commit | 45c17811844c8568f6f231bd958196ef43fa83f6 (patch) | |
| tree | 54d9ec375521532a5aa96729b109ec61467d30d0 | |
| parent | dcb50c02f5acb65e5b180c10709d634235d9cfbe (diff) | |
| download | emacs-45c17811844c8568f6f231bd958196ef43fa83f6.tar.gz emacs-45c17811844c8568f6f231bd958196ef43fa83f6.zip | |
* faces.el (face-valid-attribute-values): Use string as value for
:family attribute. Now, font-family-list returns a list of
strings.
(x-font-family-list): Obsolete compatibility version of function
from xfaces.c.
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 248a55c04a2..54cdb4fd16e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-01-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * faces.el (face-valid-attribute-values): Use string as value for | ||
| 4 | :family attribute. Now, font-family-list returns a list of | ||
| 5 | strings. | ||
| 6 | (x-font-family-list): Obsolete compatibility version of function | ||
| 7 | from xfaces.c. | ||
| 8 | |||
| 1 | 2009-01-09 Martin Rudalics <rudalics@gmx.at> | 9 | 2009-01-09 Martin Rudalics <rudalics@gmx.at> |
| 2 | 10 | ||
| 3 | * window.el (special-display-buffer-names) | 11 | * window.el (special-display-buffer-names) |