monnier pushed a change to branch externals/hyperbole. from f5f5244 Fix compilation: don't burp if hui-window is loaded before hui-mouse adds 2aa1241 Delete hkey-ace-window-setup bindings before rebinding; fixed hkey-throw split line typo and hycontrol-frame-offset typo adds 751121f 7.0.2a test update: adds 29b1b76 Merge tag 'hyperbole-7.0.2a' into externals/hyperbole adds e803881 Fixed a cyclic Lisp library require; improved multi-frame hkey-throw adds b7beb76 Fixed hkey-throw temporary display of a buffer in a new frame adds 7efe2f2 Removed Koutliner use of filladapt mode; it can cause filling errors adds 30600eb Added extensive gitlab-reference ibtype; improved github-reference adds afe3db8 Added 'k' to klink ids exported to html; Added hui-select-get-region*; Extended github-reference and gitlab-reference with 'people' and 'contributors' adds c0bd503 Rebuild doc when doc sources have changed adds 1568adb Merge Mats TEXINFO_SRC Makefile changes adds 66106d3 Fixed issue with inhibit-hyperbole-messaging not be set properly adds 5892083 Use new treemacs 1.18 function treemacs-toggle-node adds d4653c5 Require 2.0 of treemacs and use bury-buffer adds ad584fd Use implicit button org-mode also for org derived modes adds 45a0841 Add default search term for web searches adds 450489e Adjust tramp-file-name-regexp to work with looking-at adds bda4f2d Merge remote-tracking branch 'hyperbole/master' into externals/hyperbole adds 2e878cb Initial commit of Windows path handling adds 09e646e Add implicit path button support for MSWindows paths adds f3d59c4 Large set of BW changes for V7.0.2b pre-release. adds b02bf71 Merge branch 'master' of git.sv.gnu.org:/srv/git/hyperbole with changes adds 6139ba6 Set theme jekyll-theme-cayman adds d729726 Merge branch 'master' of github.com:rswgnu/hyperbole adds f446ee0 Fixed README.md typo that referred to HY-ABOUT instead of HY-NEWS. adds c75213b Merge remote-tracking branch 'hyperbole/master' into externals/hyperbole adds a6eb9f8 Re-apply commit 1188e43f16, apparently lost new 5140f17 Fixed a few bugs new 17724ef fixup! Fixed a few bugs new 414ef94 Update for treemacs compatibility; {M-o i} push button fixes new da93767 Add 4x3 Window Grid screenshot showing large in-buffer window ids new d5de7e3 Fix compilation: don't burp if hui-window is loaded before hui-mouse new 284a067 Merge pull request #7 from matsl/cherry-pick-elpa-changes new fdce47a Add Gitlab to DEMO; MSWindows path handling; company-mode Smart Keys new 042842d Small fixes and doc updates in preparation for next release new 343b2ca Set face to default removes empty line in banner image new 159082b Use diary-view-entries new 9755e7e Small fixes from Mats new 997803d V7.0.3 Release new cc77f02 Merge remote-tracking branch 'hyperbole/master' into externals/hyperbole
Summary of changes: Changes | 386 ++++++++++++++++++++++++++++++- DEMO | 152 ++++++++++--- HY-ABOUT | 5 +- HY-COPY | 2 +- HY-NEWS | 171 +++++++++++++- HY-WHY.kotl | 55 +++-- MANIFEST | 2 - Makefile | 16 +- README.md | 18 +- README.md.html | 28 ++- _config.yml | 1 + _hypb | Bin 2234 -> 4188 bytes hact.el | 5 +- hargs.el | 59 +++-- hbmap.el | 2 +- hbut.el | 2 +- hib-social.el | 281 ++++++++++++++++++++--- hibtypes.el | 209 +++++++++++------ hload-path.el | 9 +- hlvar.el | 132 ----------- hmh.el | 2 +- hmouse-drv.el | 602 ++++++++++++++++++++++++++++++++++++++----------- hmouse-key.el | 2 +- hmouse-mod.el | 2 +- hmouse-sh.el | 17 +- hmouse-tag.el | 53 ++++- hpath.el | 451 +++++++++++++++++++++++++----------- hsettings.el | 51 +++-- hsys-org.el | 35 ++- hsys-www.el | 2 +- htz.el | 2 +- hui-jmenu.el | 7 +- hui-menu.el | 4 +- hui-mini.el | 5 +- hui-mouse.el | 69 ++++-- hui-select.el | 17 +- hui-treemacs.el | 206 ++++------------- hui-window.el | 23 +- hui-xe-but.el | 2 +- hui.el | 14 +- hversion.el | 16 +- hvm.el | 2 +- hycontrol.el | 30 ++- hypb.el | 51 +++-- hyperbole-pkg.el | 8 - hyperbole.el | 53 +++-- hyrolo-logic.el | 2 +- hyrolo-menu.el | 6 +- hyrolo.el | 8 +- hywconfig.el | 6 +- kotl/kexport.el | 14 +- kotl/kfill.el | 12 +- kotl/kmenu.el | 6 +- kotl/kotl-autoloads.el | 45 +++- kotl/kotl-mode.el | 14 +- man/hkey-help.txt | 7 +- man/hyperbole.html | 595 ++++++++++++++++++++++++++++++------------------ man/hyperbole.info | Bin 487960 -> 494112 bytes man/hyperbole.pdf | Bin 1260426 -> 1265402 bytes man/hyperbole.texi | 345 +++++++++++++++++++--------- man/im/C-hh.png | Bin 898836 -> 737355 bytes man/im/wgrid4x3.png | Bin 0 -> 3854568 bytes man/version.texi | 8 +- set.el | 2 +- smart-clib-sym | 15 +- topwin.py | 2 +- 66 files changed, 3040 insertions(+), 1308 deletions(-) create mode 100644 _config.yml delete mode 100644 hlvar.el delete mode 100644 hyperbole-pkg.el create mode 100644 man/im/wgrid4x3.png mode change 100755 => 100644 smart-clib-sym mode change 100755 => 100644 topwin.py