aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2008-07-13 15:07:10 +0000
committerMichael Albinus2008-07-13 15:07:10 +0000
commit944cc4a8833392d5e689f8187d3432b7a772dd70 (patch)
tree82cd45c20fbeef78a290baad4a66515c7312b0fc /src/ChangeLog
parentbdee2ef3fab9b8a434d41c1f95c3f98aa342008b (diff)
downloademacs-944cc4a8833392d5e689f8187d3432b7a772dd70.tar.gz
emacs-944cc4a8833392d5e689f8187d3432b7a772dd70.zip
* dbusbind.c (Fdbus_register_signal): Allow also signal arguments
for filtering.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3cd3caf8f1e..c28d2fdcb7c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-07-13 Michael Albinus <michael.albinus@gmx.de>
2
3 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
4 for filtering.
5
12008-07-13 Dan Nicolaescu <dann@ics.uci.edu> 62008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * s/vms.h: Use __GNUC__ instead of _GNUC_. 8 * s/vms.h: Use __GNUC__ instead of _GNUC_.
@@ -6,8 +11,8 @@
6 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals. 11 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
7 12
8 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default 13 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9 (SPECIAL_EMACS_INT): 14 (SPECIAL_EMACS_INT):
10 * m/ia64.h (SPECIAL_EMACS_INT): 15 * m/ia64.h (SPECIAL_EMACS_INT):
11 * m/amdx86-64.h (SPECIAL_EMACS_INT): 16 * m/amdx86-64.h (SPECIAL_EMACS_INT):
12 * s/gnu.h (NLIST_STRUCT): 17 * s/gnu.h (NLIST_STRUCT):
13 * aix4-2.h (X11R5_INHIBIT_I18N): 18 * aix4-2.h (X11R5_INHIBIT_I18N):
@@ -15,7 +20,7 @@
15 * s/msdos.h (HAVE_FACES): 20 * s/msdos.h (HAVE_FACES):
16 * s/ms-w32.h (HAVE_FACES): Don't define, unused. 21 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
17 22
18 * systty.h: 23 * systty.h:
19 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used 24 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
20 anymore. 25 anymore.
21 26