diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a6cbac808c2..3d7f906ee29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-06-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-06-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * emacs.c: Include "sysselect.h", to define its inline functions. | ||
| 4 | Problem reported by Glenn Morris in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00077.html | ||
| 6 | |||
| 3 | Do not require libXt-devel when building with gtk. | 7 | Do not require libXt-devel when building with gtk. |
| 4 | * gtkutil.h, menu.h: Include lwlib-widget.h, not lwlib-h, to avoid | 8 | * gtkutil.h, menu.h: Include lwlib-widget.h, not lwlib-h, to avoid |
| 5 | dependency on libXt-devel. | 9 | dependency on libXt-devel. |