elpasync pushed a change to branch externals/hyperbole. from 89913d256c Doc strings within 80 char limit for hact.el (#212) new c9a58fc673 hsys-youtube.el: Add action button types for Youtube videos new 694f3110fd hsys-org.el: Activate only if not at eol or eob new c38d137510 Merge branch 'master' of hyperbole new 2d2fcb97d9 Add a number of small updates with little functional change new 96deda39db demo-tests.el - Use 'sh' instead of 'bash' new d0dd9202d8 HyRolo search org-directory, org-roam files or with helm-org-rifle new 4860da0802 hsettings.el (hyperbole-web-search): Add flag to return search expr new e9015341c0 hypb.el: Support devdocs-lookup package new 7a86ea33e2 Add ibut:create and allow Assist Key :help for Elisp functions new 72ca3f0041 hui-mini.el: Multi-line menu support; add To/ and Doc a-z menus new d256f195ee Fix major issues with ibut:create but some tests still fail new 80d1d2dd4c Update tests to work with new ibut:create code new 5e6e10dd6e elisp-compiler-msg: Add Smart Key support for ERT "Test <symbol>" new 44262d14a7 Resolve all but one test case issues from the latest updates new dcc51fb827 Change pushd to cd since /bin/sh does not support pushd new 716507c51c Fix a number of issues with ibut attribute handling new dcb0b9e7aa Merge branch 'master' of hyperbole; initial 80-col comment fixes new c517641b51 * ibut:create Ensure lbl-key is always set to name, if available new 75c9214c35 hypb:require-package: Prompt user with y/n query before install pkg
Summary of changes: ChangeLog | 173 +++++++++++++++++++++++++++++++- FAST-DEMO | 2 +- MANIFEST | 1 + Makefile | 6 +- hact.el | 10 +- hactypes.el | 15 ++- hbut.el | 199 +++++++++++++++++++++++++----------- hib-debbugs.el | 4 +- hibtypes.el | 100 +++++++++++++------ hmouse-drv.el | 11 +- hmouse-sh.el | 10 +- hmouse-tag.el | 4 +- hpath.el | 78 ++++++++------- hsettings.el | 20 ++-- hsys-org.el | 47 ++++----- hsys-youtube.el | 228 ++++++++++++++++++++++++++++++++++++++++++ hui-mini.el | 233 +++++++++++++++++++++++++++++++++++-------- hui-mouse.el | 10 +- hui.el | 15 ++- hypb.el | 42 +++++++- hyrolo.el | 53 +++++++++- test/demo-tests.el | 114 +++++++++++---------- test/hbut-tests.el | 15 +-- test/hpath-tests.el | 9 +- test/hui-tests.el | 10 +- test/hy-test-dependencies.el | 18 ++-- test/hy-test-helpers.el | 7 +- 27 files changed, 1119 insertions(+), 315 deletions(-) create mode 100644 hsys-youtube.el