[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/bluetooth updated (4c7d18c99b -> 7ed3db7260)
From: |
Stefan Kangas |
Subject: |
[elpa] externals/bluetooth updated (4c7d18c99b -> 7ed3db7260) |
Date: |
Mon, 3 Jan 2022 15:11:05 -0500 (EST) |
skangas pushed a change to branch externals/bluetooth.
from 4c7d18c99b add file-local vars to define indentation
new 72cb48584f widen address field in tab view to accommodate var-pitch
fonts
new 6aebc228b5 fix a typo in the info display
new f971b21d66 use a structure and hash table for device-info
new b6c501ae6e add bluetooth--adapters function
new 8edeb34f61 add bluetooth--adapter-properties function
new cc8f69992d adjust initial hash table sizes
new 5a49391b00 clean up device property handling (breaks info view code)
new 0627cceab3 clean up the info view code and add an adapter info view
new 3d0fe7ed9d use a struct for the adapter property display in the
mode line
new ada89f2faa clean up the signal handler function
new f75ac5e43d clean up the method registration function
new e69e4151ff clean things up for readability
new 0ba4d39085 correct indentation
new 9878aa8051 add adapter parameters in adapter-properties and devices
functions
new bd95b1ca0b revert to mapc instead of --map when used for
side-effects only
new f2d43ebab5 make bluetooth--choose-uuid somewhat more readable
new a411243fbe add a function for bluetooth device info access
new ab3a4c9cc5 move bluetooth--create-device to the other --device
functions
new 7a78351220 set tabulated-list-padding to 0
new 1f048b5949 clean up and drop multiple adapter plans
new fa3761da3c add timer to periodically update the device table in
discovery mode
new c75d2e3495 handle removal of devices in list view
new ddad595699 move command definitions to bottom of file
new 1254ec44d2 add signal handlers for paired devices
new 273306e1e0 update the list view more intelligently
new 7198f6b1a5 correct bluetooth--with-alias in case of unknown devices
new 301c37f388 list device only when properties are available
new a20d488f9a delete invalid todo
new 7a0ba3c7ea update Readme.org
new 20bd089399 update UUIDs
new 1fcdce66f8 require dash 2.18.1
new 7ed3db7260 Release 0.3 and bump copyright year
Summary of changes:
Readme.org | 1 +
bluetooth.el | 1696 ++++++++++++++++++++++++++++++++++++++++------------------
2 files changed, 1182 insertions(+), 515 deletions(-)
- [elpa] externals/bluetooth updated (4c7d18c99b -> 7ed3db7260),
Stefan Kangas <=
- [elpa] externals/bluetooth 6aebc228b5 02/32: fix a typo in the info display, Stefan Kangas, 2022/01/03
- [elpa] externals/bluetooth 72cb48584f 01/32: widen address field in tab view to accommodate var-pitch fonts, Stefan Kangas, 2022/01/03
- [elpa] externals/bluetooth 3d0fe7ed9d 09/32: use a struct for the adapter property display in the mode line, Stefan Kangas, 2022/01/03
- [elpa] externals/bluetooth ada89f2faa 10/32: clean up the signal handler function, Stefan Kangas, 2022/01/03
- [elpa] externals/bluetooth f971b21d66 03/32: use a structure and hash table for device-info, Stefan Kangas, 2022/01/03
- [elpa] externals/bluetooth 8edeb34f61 05/32: add bluetooth--adapter-properties function, Stefan Kangas, 2022/01/03
- [elpa] externals/bluetooth bd95b1ca0b 15/32: revert to mapc instead of --map when used for side-effects only, Stefan Kangas, 2022/01/03
- [elpa] externals/bluetooth 273306e1e0 25/32: update the list view more intelligently, Stefan Kangas, 2022/01/03
- [elpa] externals/bluetooth 9878aa8051 14/32: add adapter parameters in adapter-properties and devices functions, Stefan Kangas, 2022/01/03
- [elpa] externals/bluetooth f2d43ebab5 16/32: make bluetooth--choose-uuid somewhat more readable, Stefan Kangas, 2022/01/03