diff options
| author | Alexander Gramiak | 2019-04-07 19:02:03 -0600 |
|---|---|---|
| committer | Alexander Gramiak | 2019-04-14 19:15:45 -0600 |
| commit | fc0f469fb5b5eb28ca4d9948190be6cb1bd8156e (patch) | |
| tree | a872db9e55d150d03c7378b599d860214cab28b5 /etc | |
| parent | 5c2f94a182a1154766154040eb5b4b39275fd3b6 (diff) | |
| download | emacs-fc0f469fb5b5eb28ca4d9948190be6cb1bd8156e.tar.gz emacs-fc0f469fb5b5eb28ca4d9948190be6cb1bd8156e.zip | |
Bump minimum GTK versions to 2.24 and 3.10
* configure.ac: Bump required GTK 2 and GTK 3 versions and the
associated GLib versions. Remove obsolete AC_CHECK_FUNCS calls. These
check for functions available in later GTK 2 versions. These checks
and can safely be removed with the exception of
gtk_window_set_has_resize_grip, which according to a comment in
gtkutil.c causes an issue in Ubuntu's GTK 2.
* src/gtkutil.c:
* src/xfns.c:
* src/xterm.c:
* src/xterm.h: Remove now unused conditional blocks. Use HAVE_GTK3
instead of GTK_CHECK_VERSION where now applicable. Remove checks of
now always true USE_GTK_TOOLTIP.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -89,6 +89,10 @@ Options" in the Emacs manual for more information. | |||
| 89 | check that the portable dumper code has been updated to match the last | 89 | check that the portable dumper code has been updated to match the last |
| 90 | change to one of the data structures that it relies on. | 90 | change to one of the data structures that it relies on. |
| 91 | 91 | ||
| 92 | --- | ||
| 93 | ** Emacs now requires GTK 2.24 and GTK 3.10 for the GTK 2 and GTK 3 | ||
| 94 | builds respectively. | ||
| 95 | |||
| 92 | 96 | ||
| 93 | * Startup Changes in Emacs 27.1 | 97 | * Startup Changes in Emacs 27.1 |
| 94 | 98 | ||