comparison etc/NEWS @ 101056:bc5b4c7423f5

x-font-family-list has been removed.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 10 Jan 2009 12:57:20 +0000
parents b7431d2f12cb
children 3f35938e8ea3
comparison
equal deleted inserted replaced
101055:b7431d2f12cb 101056:bc5b4c7423f5
1163 1163
1164 +++ 1164 +++
1165 ** `mode-name' is no longer guaranteed to be a string. 1165 ** `mode-name' is no longer guaranteed to be a string.
1166 Use `(format-mode-line mode-name)' to ensure a string value. 1166 Use `(format-mode-line mode-name)' to ensure a string value.
1167 1167
1168 +++
1169 ** The function x-font-family-list has been removed.
1170 Use 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.
1171 1175
1172 *** The functions `register-char-codings' and `coding-system-spec' 1176 *** The functions `register-char-codings' and `coding-system-spec'
1629 currently `x' and `xft'. 1633 currently `x' and `xft'.
1630 1634
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
1632 second argument, and has an optional 5th argument to control how to 1636 second argument, and has an optional 5th argument to control how to
1633 set the font. 1637 set the font.
1634 +++
1635 *** The function x-font-family-list is now obsolete.
1636 Instead, use the new function font-family-list, below.
1637 1638
1638 *** New functions: 1639 *** New functions:
1639 +++ 1640 +++
1640 **** `fontp' checks if the argument is a font-spec or font-entity. 1641 **** `fontp' checks if the argument is a font-spec or font-entity.
1641 +++ 1642 +++