aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-01-10 12:57:20 +0000
committerChong Yidong2009-01-10 12:57:20 +0000
commit53ed745ab7978c8ece696a78807cbdda72fc5dd2 (patch)
tree781704abb776f4738d42d0c12ca85a066c8ca766
parentb0caa7fb777f5fde3bc71c403283db2d7c36f78d (diff)
downloademacs-53ed745ab7978c8ece696a78807cbdda72fc5dd2.tar.gz
emacs-53ed745ab7978c8ece696a78807cbdda72fc5dd2.zip
x-font-family-list has been removed.
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8824ca88992..143342b5ad6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1165,6 +1165,10 @@ checking/manipulating elements directly, use the new functions
1165** `mode-name' is no longer guaranteed to be a string. 1165** `mode-name' is no longer guaranteed to be a string.
1166Use `(format-mode-line mode-name)' to ensure a string value. 1166Use `(format-mode-line mode-name)' to ensure a string value.
1167 1167
1168+++
1169** The function x-font-family-list has been removed.
1170Use the new function font-family-list (see Lisp Changes, below).
1171
1168** Internationalization changes 1172** Internationalization changes
1169 1173
1170*** The value of the function `charset-id' is now always 0. 1174*** The value of the function `charset-id' is now always 0.
@@ -1631,9 +1635,6 @@ currently `x' and `xft'.
1631*** The function `set-fontset-font' now accepts a script name as the 1635*** The function `set-fontset-font' now accepts a script name as the
1632second argument, and has an optional 5th argument to control how to 1636second argument, and has an optional 5th argument to control how to
1633set the font. 1637set the font.
1634+++
1635*** The function x-font-family-list is now obsolete.
1636Instead, use the new function font-family-list, below.
1637 1638
1638*** New functions: 1639*** New functions:
1639+++ 1640+++