[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/bluetooth updated (9ea7bad -> 28d16f6)
From: |
Stefan Monnier |
Subject: |
[elpa] externals/bluetooth updated (9ea7bad -> 28d16f6) |
Date: |
Sat, 19 Sep 2020 08:43:18 -0400 (EDT) |
monnier pushed a change to branch externals/bluetooth.
from 9ea7bad requires 'subr-x (for when-let) and fixes a defun
definition issue
new 8d4b762 fixes indent declaration in macros, generalises function
name regexp
new 6813a70 fixes comments to conform to Elisp conventions
new 24d3c4a fixes column widths in list format so sorting arrows are
visible
new f81cb13 removes unnecessary `save-match-data' invocations
new 94d9827 displays MAC address if alias is unknown (pairing agent)
new 1649156 removes incorrect mode-info clean-up
new fba1988 adds a simple compile/test setup script
new 2f8f31c adds an unload function
new 53323b9 matches case sensitively in bluetooth--function-name
new b60b76c add Makefile and remove now unused bluetooth-test* files
new 8f3dcaa move some of the comments into docstrings
new e86e01f add local variable for flycheck mode
new e15f6d0 Revert "add local variable for flycheck mode"
new f107d6f Add menu entries to bluetooth-mode-map
new eb4b158 Merge commit 'f107d6f'
new b12caf1 update author list
new 5d72618 add page breaks and section headings
new 1758202 correct indentation
new 8e8b6d0 bump up the copyright year
new e95f30b avoid using undocumented value of ‘push’
new 943ddf3 Clean up the UUID and class descriptions
new 98afd71 add property and uuid functions, update info display
new 2746c62 change connect and disconnect functions to handle single
profiles
new 0ca89cf clean up the connect and disconnect functions
new 2ae073b update readme with single profile connect information
new 7bb793f remove unneeded hydra reference from Makefile
new 950cc77 add more menu entries
new b5fc5c2 correct docstring in bluetooth-disconnect
new 518ebdf update company ids (bluetooth--manufacturer-ids)
new dc4b63b correct docstrings
new 6599093 update list of member UUIDs
(bluetooth--member-uuid-alist).
new eebb593 refactor variable names of hash tables (were: -alist)
new 28d16f6 set version number to 0.2
Summary of changes:
Makefile | 40 +
Readme.org | 65 +-
bluetooth.el | 7022 +++++++++++++++++++++++++++++++---------------------------
3 files changed, 3854 insertions(+), 3273 deletions(-)
create mode 100644 Makefile
- [elpa] externals/bluetooth updated (9ea7bad -> 28d16f6),
Stefan Monnier <=
- [elpa] externals/bluetooth 8d4b762 01/33: fixes indent declaration in macros, generalises function name regexp, Stefan Monnier, 2020/09/19
- [elpa] externals/bluetooth 94d9827 05/33: displays MAC address if alias is unknown (pairing agent), Stefan Monnier, 2020/09/19
- [elpa] externals/bluetooth 2f8f31c 08/33: adds an unload function, Stefan Monnier, 2020/09/19
- [elpa] externals/bluetooth b60b76c 10/33: add Makefile and remove now unused bluetooth-test* files, Stefan Monnier, 2020/09/19
- [elpa] externals/bluetooth e15f6d0 14/33: Revert "add local variable for flycheck mode", Stefan Monnier, 2020/09/19
- [elpa] externals/bluetooth 1649156 06/33: removes incorrect mode-info clean-up, Stefan Monnier, 2020/09/19
- [elpa] externals/bluetooth 1758202 18/33: correct indentation, Stefan Monnier, 2020/09/19
- [elpa] externals/bluetooth e95f30b 20/33: avoid using undocumented value of ‘push’, Stefan Monnier, 2020/09/19
- [elpa] externals/bluetooth 24d3c4a 03/33: fixes column widths in list format so sorting arrows are visible, Stefan Monnier, 2020/09/19
- [elpa] externals/bluetooth f81cb13 04/33: removes unnecessary `save-match-data' invocations, Stefan Monnier, 2020/09/19