diff options
| author | Michael Albinus | 2010-09-28 15:39:22 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-09-28 15:39:22 +0200 |
| commit | dec834684640a6495b39bf11e500d326b4ff193b (patch) | |
| tree | 5df895cb9e1a97c7d4b6aac2056fe795dadbe3e5 /src/ChangeLog | |
| parent | 53ad04fc4628d0c75ff3054bd3b77c8689fca6d4 (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-09-27 Michael Albinus <michael.albinus@gmx.de> | 10 | 2010-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". |