aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-26Simplify make_formatted_string APIPaul Eggert1-2/+1
2025-01-19Replace call[1-8] with callnStefan Kangas1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet1-2/+2
2024-07-09; * src/dbusbind.c (Fdbus_message_internal): Fix coding style.Po Lu1-2/+2
2024-07-09Support interactive D-Bus authorizationSteven Allen1-6/+35
2024-05-14; Fix whitespaceMichael Albinus1-4/+2
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu1-7/+11
2024-03-31Fix wildcard signals in dbusbind.cMichael Albinus1-0/+16
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-06-12Fix setting $DBUS_SESSION_BUS_ADDRESS after Emacs has startedMichael Albinus1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-11-20; Fix typosStefan Kangas1-2/+2
2022-09-18Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas1-2/+2
2022-05-12Pacify GCC 12 in default developer buildPaul Eggert1-20/+21
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-30* src/dbusbind.c (XD_BASIC_DBUS_TYPE): Fix error in declaration.Michael Albinus1-15/+28
2020-10-29Handle several children of PATH in dbus-managed-objects-handlerMichael Albinus1-6/+12
2020-10-05* src/dbusbind.c (xd_signature): Better type check for array elements.Michael Albinus1-2/+8
2020-10-04Make dbus-unregister-object work for monitorsMichael Albinus1-8/+10
2020-10-01Use Fkeywordp in dbusbind.c, againMichael Albinus1-3/+6
2020-10-01Revert last change in dbusbind.cMichael Albinus1-3/+3
2020-09-30Stricter checks for D-Bus compound types.Michael Albinus1-5/+9
2020-09-29More strict D-Bus type checkingMichael Albinus1-7/+15
2020-09-26Add D-Bus monitorMichael Albinus1-32/+107
2020-09-21Add D-Bus testsMichael Albinus1-2/+2
2020-09-20Make D-Bus properties type safeMichael Albinus1-14/+38
2020-09-16D-Bus: keep type information in D-Bus eventsMichael Albinus1-44/+60
2020-09-10Implement D-Bus properties with compound type.Michael Albinus1-4/+5
2020-09-08Implement typed D-Bus properties (Bug#43252)Michael Albinus1-8/+8
2020-09-06More work on D-Bus error messagesMichael Albinus1-4/+8
2020-09-04Extend dbus.el by error messages, and :write access typeMichael Albinus1-3/+15
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-11Reset dbus registered buses on dump loadPaul Eggert1-4/+8
2019-09-04Tweak xd_append_arg to pacify -Wnull-dereferencePaul Eggert1-16/+21
2019-07-07Remove printmax_t etc.Paul Eggert1-10/+8
2019-05-30Simplify xd_signature to pacify GCC 9Paul Eggert1-5/+3
2019-05-03Simplify xd_signature to pacify GCC 9Paul Eggert1-5/+3
2019-01-15Add portable dumperDaniel Colascione1-0/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-11-30Fix core dump in dbus-message-internalPaul Eggert1-1/+1
2018-11-27Fix core dump in dbus-message-internalPaul Eggert1-1/+1
2018-09-04Simplify bignum->intmax conversionPaul Eggert1-20/+10
2018-08-27Improve bignum support for system typesPaul Eggert1-16/+28
2018-08-07More macro renamings for bignumTom Tromey1-9/+9
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-2/+2
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-28/+28