diff options
| author | Stefan Kangas | 2020-01-15 19:57:27 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-01-15 19:57:27 +0100 |
| commit | 576dfc8aa260957f4d0dc0c68cdcb8232a536f42 (patch) | |
| tree | 835d4c85c43e105148a0e9ce3e9398e517e44ab1 /etc | |
| parent | d672ad60e34b4e1dcb28f91d15f1e286acf2f94f (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
| 29 | are found by 'configure' | 29 | are found by 'configure' |
| 30 | 30 | ||
| 31 | --- | ||
| 32 | ** The ftx font backend driver has been removed. | ||
| 33 | It 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 | ||