comparison lisp/ChangeLog @ 105988:db528e698146

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 13 Nov 2009 16:05:24 +0000
parents 10cb13aa45b6
children 505670342624
comparison
equal deleted inserted replaced
105987:57d249deafab 105988:db528e698146
1 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/dbus.el (dbus-registered-objects-table): Renamed from
4 `dbus-registered-functions-table', because it contains also
5 properties.
6 (dbus-unregister-object): Unregister also properties.
7 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8 Use a timeout of 500 msec, in order to not block.
9 (dbus-register-property, dbus-property-handler): New defuns.
10
1 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca> 11 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * simple.el (minibuffer-default-add-completions): Drop deprecated 13 * simple.el (minibuffer-default-add-completions): Drop deprecated
4 4th arg. 14 4th arg.
5 15