aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2010-01-03 20:27:17 +0100
committerMichael Albinus2010-01-03 20:27:17 +0100
commit777013f2bf9f548902c03ffbca0e98507d12ee64 (patch)
tree0fa475092e80faec2f5f90f54f530757099e80ea /src/ChangeLog
parent798c9eb5600072c2558de7620ad69b06aee46de7 (diff)
downloademacs-777013f2bf9f548902c03ffbca0e98507d12ee64.tar.gz
emacs-777013f2bf9f548902c03ffbca0e98507d12ee64.zip
* dbusbind.c (xd_add_watch): Improve debug message.
(xd_remove_watch): Improve debug message. If DATA is the session bus, unset D-Bus session environment. (Fdbus_init_bus): Pass the bus as argument to dbus_connection_set_watch_functions. (Bug#5283)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6e7f2c9791..2d1441964f2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-01-03 Michael Albinus <michael.albinus@gmx.de>
2
3 * dbusbind.c (xd_add_watch): Improve debug message.
4 (xd_remove_watch): Improve debug message. If DATA is the session
5 bus, unset D-Bus session environment.
6 (Fdbus_init_bus): Pass the bus as argument to
7 dbus_connection_set_watch_functions. (Bug#5283)
8
12010-01-01 Chong Yidong <cyd@stupidchicken.com> 92010-01-01 Chong Yidong <cyd@stupidchicken.com>
2 10
3 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763). 11 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
@@ -144,7 +152,7 @@
1442009-12-15 Michael Albinus <michael.albinus@gmx.de> 1522009-12-15 Michael Albinus <michael.albinus@gmx.de>
145 153
146 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to 154 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
147 avoid compiler warnings. (Bug #5217). 155 avoid compiler warnings. (Bug #5217)
148 156
1492009-12-14 Kenichi Handa <handa@m17n.org> 1572009-12-14 Kenichi Handa <handa@m17n.org>
150 158
@@ -5319,7 +5327,7 @@
5319 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error. 5327 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
5320 (xd_read_queued_messages): Catch Qdbus_error from the macros. 5328 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5321 (all): Replace xsignal1, xsignal2, xsignal3 by the respective 5329 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
5322 macro. (Bug#1186). 5330 macro. (Bug#1186)
5323 5331
53242008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change) 53322008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5325 5333