diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
| @@ -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, | ||
| 104 | if 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 | ||
| 108 | interrupted 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, | ||
| 115 | according to the new match rule types of D-Bus. See the manual for | ||
| 116 | details. | ||
| 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 |