aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJason Rumney2008-07-31 11:52:15 +0000
committerJason Rumney2008-07-31 11:52:15 +0000
commit4a263588af17ad5ba3105b366bb9ec6596262a46 (patch)
tree0a342d262b18ca1e901af646a66c50ecc2d16c41 /etc
parent58e3d8e8e6dd804783e22472c48382f3e1e29a94 (diff)
downloademacs-4a263588af17ad5ba3105b366bb9ec6596262a46.tar.gz
emacs-4a263588af17ad5ba3105b366bb9ec6596262a46.zip
Note the dropping of BDF font support on Windows.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 95ac4eb3bdd..f456712a17b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -923,6 +923,16 @@ Emacs has focus. To enable them, set the variable
923w32-pass-multimedia-buttons to nil. See the doc string of that variable 923w32-pass-multimedia-buttons to nil. See the doc string of that variable
924for the list of extra keys that are available. 924for the list of extra keys that are available.
925 925
926** BDF fonts no longer supported on MS-Windows.
927The font backend was completely rewritten for this release. The focus
928on Windows has been getting acceptable performance and full unicode
929support, including complex script shaping for native Windows fonts. A
930rewrite of the BDF font support has not happened due to lack of time
931and developers. If demand still exists for such a backend even with
932the improved language support for native Windows fonts, future
933development in this direction will most likely be based on the
934freetype library, giving access to a wider range of font formats.
935
926 936
927* Incompatible Lisp Changes in Emacs 23.1 937* Incompatible Lisp Changes in Emacs 23.1
928 938