aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2010-09-28 15:39:22 +0200
committerMichael Albinus2010-09-28 15:39:22 +0200
commitdec834684640a6495b39bf11e500d326b4ff193b (patch)
tree5df895cb9e1a97c7d4b6aac2056fe795dadbe3e5 /src/ChangeLog
parent53ad04fc4628d0c75ff3054bd3b77c8689fca6d4 (diff)
downloademacs-dec834684640a6495b39bf11e500d326b4ff193b.tar.gz
emacs-dec834684640a6495b39bf11e500d326b4ff193b.zip
* dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
is more portable. * keyboard.c (gobble_input): Move call of xd_read_queued_messages ... (kbd_buffer_get_event): ... here. This is needed for cygwin, which has not defined SIGIO.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c74dd66edbb..9a5043cf65c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12010-09-28 Michael Albinus <michael.albinus@gmx.de>
2
3 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
4 is more portable.
5
6 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
7 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
8 has not defined SIGIO.
9
12010-09-27 Michael Albinus <michael.albinus@gmx.de> 102010-09-27 Michael Albinus <michael.albinus@gmx.de>
2 11
3 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". 12 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".