-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize in-buffer button completion UI; Hyperbole manual updates
- Loading branch information
Showing
11 changed files
with
287 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,30 @@ | ||
2020-02-23 Bob Weiner <[email protected]> | ||
|
||
* hbut.el (ibut:act): Added to interactively prompt for and activate named implicit buttons, | ||
<[name]>. | ||
* hui-menu.el (infodock-hyperbole-menu): Changed 'Activate-Button-at-Point' to 'Activate-Button-in-Buffer' | ||
and made prompt for button if not on one. This synchronizes it with the top-level 'Act' command in | ||
the Hyperbole minibuffer menu. | ||
* man/hyperbole.texi (Menus): Updated to reflect the above change. | ||
(Modeline Clicks and Drags): Added moving frames with bottommost modeline drags. | ||
|
||
* hui.el: (hui:ebut-act, hui:ibut-act): Changed body to a call of hui:hbut-operate. | ||
(hui:hbut-operate): Changed to call actype:act to perform operation. Also changed to a private | ||
function. | ||
hbut.el (hbut:act): Activated only when a valid Hyperbole button symbol is given; improved error checking. | ||
|
||
* hbut.el: | ||
hui.el: Changed doc strings to imperative form. | ||
|
||
* hui-menu.el (infodock-hyperbole-menu): Updated Implicit-Button/Activate (renamed from Activate-at-Point). | ||
hui-mini.el (hui:menus): Updated Ibut/Act. | ||
hui.el (hui:ibut-act): Added to better mirror hui:ebut-act and replaced Ibut/Act menu items with this. | ||
|
||
* hui.el (hui:hbut-act): | ||
hbut.el (hbut:act): Added interactive completion of in-buffer ebuts and ibuts. | ||
|
||
* man/hyperbole.texi (Questions and Answers): Rewrote Org-mode question a bit to account for | ||
improved integration. | ||
|
||
* hbut.el (ibut:act): Added to interactively prompt for and activate labeled implicit buttons. | ||
|
||
2020-02-22 Bob Weiner <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.