aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-29 18:06:41 -0700
committerPaul Eggert2011-04-29 18:06:41 -0700
commit371cac43187cce3b5cc4c1779ae059b2bafa29a0 (patch)
tree6291e84ea50166eb29d1f90bcc4359d4688a80aa /src/ChangeLog
parentd01a78266d12561b46777a2156914d12d8099c4f (diff)
downloademacs-371cac43187cce3b5cc4c1779ae059b2bafa29a0.tar.gz
emacs-371cac43187cce3b5cc4c1779ae059b2bafa29a0.zip
* dbusbind.c: Do not use XPNTR on a value that may be an integer.
Reported by Stefan Monnier in <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>. (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages): Use SYMBOLP-guarded XSYMBOL, not XPNTR.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a2bf1fe39cf..2b71a06ae4a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-04-30 Paul Eggert <eggert@cs.ucla.edu>
2
3 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
4 Reported by Stefan Monnier in
5 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
6 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages): Use
7 SYMBOLP-guarded XSYMBOL, not XPNTR.
8
12011-04-29 Paul Eggert <eggert@cs.ucla.edu> 92011-04-29 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t. 11 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.