]> git.eshelyaron.com Git - emacs.git/commit
Bump minimum GTK versions to 2.24 and 3.10
authorAlexander Gramiak <agrambot@gmail.com>
Mon, 8 Apr 2019 01:02:03 +0000 (19:02 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Mon, 15 Apr 2019 01:15:45 +0000 (19:15 -0600)
commitfc0f469fb5b5eb28ca4d9948190be6cb1bd8156e
treea872db9e55d150d03c7378b599d860214cab28b5
parent5c2f94a182a1154766154040eb5b4b39275fd3b6
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.
configure.ac
etc/NEWS
src/gtkutil.c
src/xfns.c
src/xterm.c
src/xterm.h