aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-06-03 12:59:55 -0700
committerPaul Eggert2014-06-03 12:59:55 -0700
commit181f08a7d8378c5d3cb290b58c7618396413d28c (patch)
treed36524ab6287a64f552897cfe3f1c8e2bce14213 /src/ChangeLog
parent5897da1d746561c63719b21c5984b49a194f8209 (diff)
downloademacs-181f08a7d8378c5d3cb290b58c7618396413d28c.tar.gz
emacs-181f08a7d8378c5d3cb290b58c7618396413d28c.zip
Do not require libXt-devel when building with gtk.
* lwlib/lwlib-widget.h: New file, with contents taken from lwlib.h. (widget_value) [HAVE_NTGUI]: New member 'title'. * lwlib/lwlib.h: Include lwlib-widget.h. (change_type, enum button_type, widget_value): Move to lwlib-widget.h. * src/gtkutil.h, src/menu.h: Include lwlib-widget.h, not lwlib-h, to avoid dependency on libXt-devel. * src/menu.h [HAVE_NTGUI]: Include lwlib-widget.h in this case too. (enum button_type, widget_value) [HAVE_NTGUI]: Remove, as lwlib-widget.h now does this. * src/nsmenu.m (ns_menu_show): "enabled" -> "enable" to fix typo.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 39dde84f645..a6cbac808c2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12014-06-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 Do not require libXt-devel when building with gtk.
4 * gtkutil.h, menu.h: Include lwlib-widget.h, not lwlib-h, to avoid
5 dependency on libXt-devel.
6 * menu.h [HAVE_NTGUI]: Include lwlib-widget.h in this case too.
7 (enum button_type, widget_value) [HAVE_NTGUI]: Remove, as
8 lwlib-widget.h now does this.
9 * nsmenu.m (ns_menu_show): "enabled" -> "enable" to fix typo.
10
12014-06-03 Paul Eggert <eggert@penguin.cs.ucla.edu> 112014-06-03 Paul Eggert <eggert@penguin.cs.ucla.edu>
2 12
3 If ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSET, FD_SET. 13 If ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSET, FD_SET.