Extract better font information from the GTK >= 3.2 font chooser.
[bpt/emacs.git] / etc / NEWS
index af5577f..5b0291a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -506,6 +506,10 @@ inefficiency, and not namespace-clean.
 \f
 * Incompatible Lisp Changes in Emacs 24.2
 
+** The function `x-select-font' can return a font spec, instead of a
+font name as a string.  Whether it returns a font spec or a font name
+depends on the graphical library.
+
 ** If the NEWTEXT arg to `replace-match' contains a substring "\?",
 that substring is inserted literally even if the LITERAL arg is
 non-nil, instead of causing an error to be signaled.