aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas2020-01-15 19:57:27 +0100
committerStefan Kangas2020-01-15 19:57:27 +0100
commit576dfc8aa260957f4d0dc0c68cdcb8232a536f42 (patch)
tree835d4c85c43e105148a0e9ce3e9398e517e44ab1 /etc
parentd672ad60e34b4e1dcb28f91d15f1e286acf2f94f (diff)
downloademacs-576dfc8aa260957f4d0dc0c68cdcb8232a536f42.tar.gz
emacs-576dfc8aa260957f4d0dc0c68cdcb8232a536f42.zip
Remove unused ftx font backend driver
* src/ftxfont.c: Remove file. * admin/notes/font-backend: * configure.ac: * src/Makefile.in: * src/deps.mk (ftxfont.o): * src/font.c (syms_of_font): * src/font.h (top-level, font_property_index): * src/xfns.c (Fx_create_frame, x_create_tip_frame): Remove unused ftx font backend driver. Thanks to Glenn Morris for pointing out that it can be removed. (Bug#34663)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d5a1d27267a..0e43c321d81 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,6 +28,10 @@ applies, and please also update docstrings as needed.
28'--with-cairo' is now the default, if the appropriate development files 28'--with-cairo' is now the default, if the appropriate development files
29are found by 'configure' 29are found by 'configure'
30 30
31---
32** The ftx font backend driver has been removed.
33It was declared obsolete in Emacs 27.1.
34
31 35
32* Startup Changes in Emacs 28.1 36* Startup Changes in Emacs 28.1
33 37