1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Update for font-backend changes.

This commit is contained in:
Glenn Morris 2008-05-14 07:40:46 +00:00
parent 3d26586128
commit 2fc5063f57

View File

@ -34,9 +34,7 @@ supports local fonts (fonts installed on the machine where Emacs is
running). Additionally, the Xft library can be used for antialiasing
support, the otf library for complex text layout by OpenType fonts,
and the m17n library for text shaping. Fontconfig-like font names
(e.g. monospace-12) are accepted. The old font handling code can
be used by passing the configure option `--disable-font-backend'
(also available as a run-time option).
(e.g. monospace-12) are accepted.
** The new configuration option "--with-dbus" enables D-Bus language
bindings for Emacs.
@ -217,10 +215,6 @@ This is a convenience alias, so that one can write `(pop argv)'
inside of --eval command line arguments in order to access
following arguments.
** The new command-line option `--disable-font-backend' disables the
new font backend code at runtime. This option is not available if
Emacs was compiled without font-backend support.
** The abbrev file is no longer read at startup in batch mode.
* Incompatible Editing Changes in Emacs 23.1