summaryrefslogtreecommitdiff
path: root/lisp/net/dbus.el
AgeCommit message (Expand)Author
2026-05-28dbus-call-method-asynchronously supports also an ERROR-HANDLERmasterMichael Albinus
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-03-10Use the new error API functionsStefan Monnier
2026-02-07Support D-Bus file descriptor manipulationMichael Albinus
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-07-09Warn if D-Bus error "InteractiveAuthorizationRequired" occursMichael Albinus
2024-07-09Support interactive D-Bus authorizationSteven Allen
2024-04-12; Fix documentation of a recent change in dbus.el (bug#70301)Eli Zaretskii
2024-04-12Improve D-Bus byte-array conversionMichael Albinus
2024-03-10Remove workarounds for solved 'read-event' bugTim Ruffing
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-25Merge from origin/emacs-29Eli Zaretskii
2023-11-24Do not unregister a D-Bus service which is a unique nameMichael Albinus
2023-03-29Fix D-Bus event loop when executing a keyboard macroMichael Albinus
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-01* lisp/net/dbus.el (dbus-debug): Declare. (Bug#58865)Michael Albinus
2022-07-18Use `take` where clearly safe to do so (bug#56521)Mattias EngdegÄrd
2022-06-07Remove mentions of GNOME MediaKeys from dbus documentation examplesPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-21Declare functions to silence byte-compilerStefan Kangas
2021-12-05Prefer nil to (current-time) when either will doPaul Eggert
2021-10-12Make dbus work in a dumped EmacsLars Ingebrigtsen
2021-09-26; Adjust overly long docstrings to fit 80 charactersStefan Kangas
2021-03-28Fix a dbus.el byte compilation warningLars Ingebrigtsen
2021-03-05Declare some completion predicatesMichael Albinus
2021-02-05Add command 'dbus-monitor'Michael Albinus
2021-01-27* lisp/net/dbus.el (dbus-monitor-handler): Disable buffer undo.Michael Albinus
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-29Handle several children of PATH in dbus-managed-objects-handlerMichael Albinus
2020-10-12Add interface arg to D-Bus PropertiesChanged signal.Hugh Daschbach
2020-10-04Make dbus-unregister-object work for monitorsMichael Albinus
2020-09-30Add D-Bus introspection testsHugh Daschbach
2020-09-29More strict D-Bus type checkingMichael Albinus
2020-09-28Improve D-Bus monitorMichael Albinus
2020-09-27Document D-Bus monitoringMichael Albinus
2020-09-26Add D-Bus monitorMichael Albinus
2020-09-21Add D-Bus testsMichael Albinus
2020-09-20Make D-Bus properties type safeMichael Albinus
2020-09-17Work on D-Bus properties etcMichael Albinus
2020-09-16D-Bus: keep type information in D-Bus eventsMichael Albinus
2020-09-12Cleanup in dbus.el, dbus-tests.elMichael Albinus
2020-09-11D-Bus: Implement other compound types of propertiesMichael Albinus
2020-09-10Implement D-Bus properties with compound type.Michael Albinus
2020-09-09Fix thinko in dbus.elMichael Albinus
2020-09-08Implement typed D-Bus properties (Bug#43252)Michael Albinus
2020-09-06More work on D-Bus error messagesMichael Albinus