diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-01-01 Chong Yidong <cyd@stupidchicken.com> | 9 | 2010-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 @@ | |||
| 144 | 2009-12-15 Michael Albinus <michael.albinus@gmx.de> | 152 | 2009-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 | ||
| 149 | 2009-12-14 Kenichi Handa <handa@m17n.org> | 157 | 2009-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 | ||
| 5324 | 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change) | 5332 | 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change) |
| 5325 | 5333 | ||