diff options
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 10 insertions, 9 deletions
| @@ -28,18 +28,19 @@ so we will look at it and add it to the manual. | |||
| 28 | 28 | ||
| 29 | ** The default X toolkit is now Gtk+, rather than Lucid. | 29 | ** The default X toolkit is now Gtk+, rather than Lucid. |
| 30 | 30 | ||
| 31 | ** The new configuration option "--enable-font-backend" enables new code | 31 | ** Fonts are handled by new code capable of dealing with multiple font |
| 32 | for handling fonts by multiple backends (the old font handling codes | 32 | backends. This requires the freetype and fontconfig libraries, and |
| 33 | still exist). This requires the freetype and fontconfig libraries, and | 33 | supports local fonts (fonts installed on the machine where Emacs is |
| 34 | supports local fonts (fonts installed on the machine where Emacs is running). | 34 | running). Additionally, the Xft library can be used for antialiasing |
| 35 | Additionally, the Xft library can be used for antialiasing support. | 35 | support. Fontconfig-like font names (e.g. monospace-12) are also |
| 36 | Fontconfig-like font names (e.g. monospace-12) are also accepted. | 36 | accepted. The old font handling code can be used by passing the |
| 37 | configure option `--disable-font-backend'. | ||
| 37 | 38 | ||
| 38 | ** The new configuration option "--with-dbus" enables D-Bus language | 39 | ** The new configuration option "--with-dbus" enables D-Bus language |
| 39 | bindings for Emacs. | 40 | bindings for Emacs. |
| 40 | 41 | ||
| 41 | ** The Mac Carbon port is no longer supported. | 42 | ** The Mac Carbon port is no longer supported. |
| 42 | Instead, use... [what?] | 43 | Instead, use... [FIXME what?] |
| 43 | 44 | ||
| 44 | ** configure now checks for libgif before libungif when searching for | 45 | ** configure now checks for libgif before libungif when searching for |
| 45 | a GIF library. | 46 | a GIF library. |
| @@ -200,8 +201,8 @@ inside of --eval command line arguments in order to access | |||
| 200 | following arguments. | 201 | following arguments. |
| 201 | 202 | ||
| 202 | ** The new command-line option `--disable-font-backend' disables the | 203 | ** The new command-line option `--disable-font-backend' disables the |
| 203 | new font backend code at runtime. This option is only available if | 204 | new font backend code at runtime. This option is not available if |
| 204 | Emacs was compiled with font-backend support. | 205 | Emacs was compiled without font-backend support. |
| 205 | 206 | ||
| 206 | ** The abbrev file is no longer read at startup in batch mode. | 207 | ** The abbrev file is no longer read at startup in batch mode. |
| 207 | 208 | ||