diff options
| author | Jason Rumney | 2008-07-31 11:52:15 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-07-31 11:52:15 +0000 |
| commit | 4a263588af17ad5ba3105b366bb9ec6596262a46 (patch) | |
| tree | 0a342d262b18ca1e901af646a66c50ecc2d16c41 /etc | |
| parent | 58e3d8e8e6dd804783e22472c48382f3e1e29a94 (diff) | |
| download | emacs-4a263588af17ad5ba3105b366bb9ec6596262a46.tar.gz emacs-4a263588af17ad5ba3105b366bb9ec6596262a46.zip | |
Note the dropping of BDF font support on Windows.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -923,6 +923,16 @@ Emacs has focus. To enable them, set the variable | |||
| 923 | w32-pass-multimedia-buttons to nil. See the doc string of that variable | 923 | w32-pass-multimedia-buttons to nil. See the doc string of that variable |
| 924 | for the list of extra keys that are available. | 924 | for the list of extra keys that are available. |
| 925 | 925 | ||
| 926 | ** BDF fonts no longer supported on MS-Windows. | ||
| 927 | The font backend was completely rewritten for this release. The focus | ||
| 928 | on Windows has been getting acceptable performance and full unicode | ||
| 929 | support, including complex script shaping for native Windows fonts. A | ||
| 930 | rewrite of the BDF font support has not happened due to lack of time | ||
| 931 | and developers. If demand still exists for such a backend even with | ||
| 932 | the improved language support for native Windows fonts, future | ||
| 933 | development in this direction will most likely be based on the | ||
| 934 | freetype 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 | ||