comparison src/ChangeLog @ 106730:d1805c8df951

(xd_remove_watch): Avoid trying to convert a void* to Lisp_Object, preferring to convert a lisp_Object to a void* instead. (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 Jan 2010 12:38:20 -0500
parents d27fa5359486
children 562e48429719
comparison
equal deleted inserted replaced
106729:b4d5ac4906a0 106730:d1805c8df951
1 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
4 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
5 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6
1 2010-01-03 Michael Albinus <michael.albinus@gmx.de> 7 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * dbusbind.c (xd_add_watch): Improve debug message. 9 * dbusbind.c (xd_add_watch): Improve debug message.
4 (xd_remove_watch): Improve debug message. If DATA is the session 10 (xd_remove_watch): Improve debug message. If DATA is the session
5 bus, unset D-Bus session environment. 11 bus, unset D-Bus session environment.
21219 ;; Local Variables: 21225 ;; Local Variables:
21220 ;; coding: utf-8 21226 ;; coding: utf-8
21221 ;; add-log-time-zone-rule: t 21227 ;; add-log-time-zone-rule: t
21222 ;; End: 21228 ;; End:
21223 21229
21224 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. 21230 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
21225 21231
21226 This file is part of GNU Emacs. 21232 This file is part of GNU Emacs.
21227 21233
21228 GNU Emacs is free software: you can redistribute it and/or modify 21234 GNU Emacs is free software: you can redistribute it and/or modify
21229 it under the terms of the GNU General Public License as published by 21235 it under the terms of the GNU General Public License as published by