aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 298a87c1f08..3b53f9df97a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -91,6 +91,36 @@ closing brackets to be aligned with the line of the opening bracket.
91 91
92** which-function-mode now applies to all applicable major modes by default. 92** which-function-mode now applies to all applicable major modes by default.
93 93
94** D-Bus
95
96+++
97*** New variables `dbus-compiled-version' and `dbus-runtime-version'.
98
99+++
100*** The D-Bus object manager interface is implemented.
101
102+++
103*** Variables of type :(u)int32 and :(u)int64 accept floating points,
104if their value does not fit into Emacs's integer range.
105
106+++
107*** The function `dbus-call-method' works non-blocking now, it can be
108interrupted by C-g. `dbus-call-method-non-blocking' is obsolete.
109
110+++
111*** Signals can be sent also as unicast message.
112
113+++
114*** The argument list of `dbus-register-signal' has been extended,
115according to the new match rule types of D-Bus. See the manual for
116details.
117
118+++
119*** `dbus-init-bus' supports private connections.
120
121+++
122*** There is a new function `dbus-setenv'.
123
94** Obsolete packages: 124** Obsolete packages:
95 125
96*** mailpost.el 126*** mailpost.el