diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-04-29 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-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. |