aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2013-06-18 20:41:48 +0200
committerJan Djärv2013-06-18 20:41:48 +0200
commit69f60cdc2310c5e0f644b65d1965353330068c8c (patch)
treebae156fdc2afcab294f40501ec484068c4ac76c6 /src/ChangeLog
parent0d6224d432dee9781baadc8a833826e42fe7acda (diff)
downloademacs-69f60cdc2310c5e0f644b65d1965353330068c8c.tar.gz
emacs-69f60cdc2310c5e0f644b65d1965353330068c8c.zip
* process.c: Include xgselect.h if HAVE_GLIB. Include glib.h
if HAVE_GLIB && ! WINDOWSNT. Fixes: debbugs:14654
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f8d4063b352..2454935169f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-06-18 Jan Djärv <jan.h.d@swipnet.se>
2
3 * process.c: Include xgselect.h if HAVE_GLIB. Include glib.h
4 if HAVE_GLIB && ! WINDOWSNT (Bug#14654).
5
12013-06-18 Paul Eggert <eggert@cs.ucla.edu> 62013-06-18 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * conf_post.h: Add comments for INLINE, EXTERN_INLINE, etc. 8 * conf_post.h: Add comments for INLINE, EXTERN_INLINE, etc.