[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole updated (6c5002e670 -> ce463d27c9)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole updated (6c5002e670 -> ce463d27c9) |
Date: |
Mon, 19 Feb 2024 15:58:41 -0500 (EST) |
elpasync pushed a change to branch externals/hyperbole.
from 6c5002e670 Remove not needed recursion-depth check (#417)
new f4d6c729a1 Hyrolo fixes; EXAMPLE.kotl save {C-u C-h h k e} default
to home dir
new 2173bf7e09 Add new HYPERAMP.org talk slides and update talks in
HY-TALK
new e1483d9cff Temp commit to save multi-mode updates to HyRolo display
buffer
new 97111e4bd0 Merge branch 'master' into rsw
new 339c6a2a8d Fixes for handling outline-regexp and hyrolo-entry-regexp
new 802a688acf Fix hyrolo-mode-map outlining key bindings
new 5703cf7608 HyRolo caching and movement fixes
new 1f942eac01 Fix HyRolo {n} and {p} movement commands
new 19e51dfb0e +* hyrolo.el (hyrolo-move-backward,
hyrolo-move-forward): Fixes.
new 926f8a02fd Fix many hyrolo multi-file-format issues; fix hywconfig
by name
new 1154b391e3 Fix link-to-regexp-match to use 'n' count during regexp
search
new 6550a0ac7c hyrolo-any-file-type-problem-p - Add to handle invalid
file suffixes
new 2f5d06dd4c Add tests for hpath:expand and hpath:expand-list
new 027eb85174 Merge matsl-rsw-hpath-expand' into rsw
new a7a5723712 Fix 'hpath--expand-list-match-regexp' test.
new bd5f59b2e0 hyrolo-mode-map - add [ and ] keys to move to prev and
next @loc>
new ca3cf8e427 hyrolo.el - Fix {t} and {o} commands
new 71aa8f2587 Add test for hui:link-possible-types
new 46d8da0039 Fix test as ebut is being identified correctly
new 54d7ae565a Complete test suite for hui:link-possible-types
new 98edfae8d1 Fix test with link-to-string-match since bug is fixed
new c73e948516 Merge pull request #422 from
rswgnu/matsl-rsw-hui-link-possible-types
new 97f4e12386 hui--link-possible-types - ensure only 1 specific type
per test
new d59f27c469 Fix most remaining outstanding issues in HyRolo,
ibut-link-directly
new 320352f3c4 Set enable-local-variables to nil for tests with DEMO
and FAST-DEMO
new f4fccc5abf Merge pull request #423 from
rswgnu/matsl-rsw-ignore-local-vars-in-demo
new badf1e5281 Merge remote branch 'rsw' into rsw
new 966605b7a3 hkey-window-link, {M-o w} - invert the meaning of prefix
arg
new 0798e16ab0 Fix doc on switch of cross-window drags create ibuts
with Action Key.
new 12950cd2db Matsl rsw fix failing tests (#424)
new 0e242bc1ae Merge remote branch 'rsw' of hyperbole into rsw
new 8d9b7f0dde hyrolo-tests.el - "*HyRolo*" literal to
`hyrolo-display-buffer' var
new ee453d177f hpath--expand-list-match-regexp - Fix test with regexp
char quoting
new 7adb441c0e kotl-mode - fix kill and yank commands not moving to
valid pos first
new f2c6081a9c Add fast-demo test for outline section with line and
column
new d4c881007b Add remaining test cases for fast-demo
new 140798a28f Merge pull request #426 from
rswgnu/matsl-rsw-add-missing-fast-demo-tests
new b3a0a7d2e2 Merge remote branch 'rsw' of hyperbole into rsw
new 00d5af41be Add Smart Key support for rsw's new ert-results.el
package
new c51017f96b Fix HyRolo search bug in Org mode when no * delim in
file, just text
new 1e1d2950e4 hyperbole.texi - add doc for Smark Key handling in ERT
result bufs
new a7efb9be79 FAST-DEMO include ert test in file to avoid loading all
test files
new 7657601745 hyrolo-mode-map - bind {n} and {C-c C-n} to the same
command
new bc0c5b9086 HyRolo - if hyrolo-file-list is set on load, initialize
its cache
new c02aa4d417 hypb-ert-def-at-p - fix rexexp bug with Action Key
edebug testing
new f098816abd Add hsys-flymake.el; fix text-toc actype and {C-u C-h A}
new 564c147587 Add tests for hypb-ert (#429)
new fc6df9d652 Merge remote branch 'rsw' into rsw
new e67d0f733f Fix edebugging of tests that have not been previously
defined
new 1f45b45af9 Add hyrolo-get-file-list tests
new 6c7b8e5afb Add helper for generating org files + two tests using
the matches
new 2187b3522b Add test for hiding and showing
new e995fc8905 Add test for moving between two sections
new 9c25ca128a Add test for moving up from sub header
new 7c7aae7206 Add edit entry test, fix regular expressions
new 1e8006fc19 Fix more regexps and remove not working visibility check
new 586a568992 Update ChangeLog
new a08fd67af3 Merge pull request #427 from
rswgnu/matsl-rsw-add-hyrolo-tests
new 29dda66c3e Merge remote branch 'rsw' of hyperbole into rsw
new 29fd0c8540 Update manual for "hsys-flymake.el" and add to hkey-alist
new acec506a2c Require hbut so defib is defined, needed for compiling
(#430)
new 7e6d2e9659 Remove flymake/flycheck/byte-compile warnings (#431)
new 721ab10894 hsys-flymake.el improvements; hyrolo-tests.el
improvements
new 84fe259016 hyrolo.el - Fix *HyRolo* {n} and {p} movement commands
new 38110ee8f7 Makefile - Change running of ert tests from
interactively to batch
new a4c41006cf *ert* buffer - make {.} jump to interactively defined
test def
new 3e88bb0b17 Reuse ert test result items when Smart Keys run tests
from defs
new c2bf47c15b xref is used by etags since 26.1 so use it
unconditionally (#432)
new 327f53f078 Mock y-or-n-p to avoid being prompted (#433)
new 407114d7f3 Run tests in batch mode specified by selector
new c36535463c Merge pull request #435 from
rswgnu/matsl-rsw-run-tests-specified-by-selector
new 12e714d824 Move xref extensions to new "hsys-xref.el". Add ibut API
extensions
new e88a3873ed htype:def-symbol, htype:names, actype:def-symbol - Call
update
new 270aab31c7 Matsl rsw fix more warnings reported by ci/cd (#438)
new eeb6aacd9f Add more hyrolo show, hide and movement tests (#436)
new 94b792e23f hsys-xref.el - Add forgotten file
new ffd2dcbb85 Add tests for non file ebut creation and deletion
new 19aced9b01 Fix hyrolo-org-mode hide/show commands;
new d5a9715ef0 Fix hyrolo-org-mode to conditionalize ref to org-fold if
unbound
new 3940e00d12 Fix mult-version/mixed Org installations and hyrolo
improvements
new 72d17af6e8 Merge branch 'rsw' into HEAD
new cec4659839 ebut-delete-removes-ebut-in-non-file-buffer - Enable
this test
new 30ec5b242a Merge pull request #440 from
rswgnu/matsl-rsw-add-tests-for-various-ebut
new 2c67943e47 Fix a few warnings/bugs pointed out by the byte-compiler
new 7b50db7eb0 Matsl rsw forward backward same level tests (#443)
new 3206c44448 Remove tar-ball dependency on elc files (#442)
new 1b8fb059c6 Fix HyRolo {f} and {b} commands and tests
new 34d4e22f28 Add tests with more file types and outline structure
depth
new 2f2d51b816 Merge pull request #444 from
rswgnu/matsl-rsw-add-tests-for-forward-and-backwards-using-multi-file-and-depth-structure
new a85f06a9e4 Merge branch 'rsw' of hyperbole into rsw
new 48210fb535 Fix hyrolo-to-entry-beginning
new 433eba17ca Print build environment info when using eln target (#445)
new c0f33ab989 hsys-org-fix-version - fix to reload Org libs from the
proper path
new 4c28ade4aa Respect EMACS macro in echo target (#446)
new 89b2477423 Remove skip guard on test that works in batch mode
new c6597714ea Merge pull request #447 from
rswgnu/matsl-rsw-remove-skip-unless-not-interactive
new 7a5e3071b6 Merge branch 'rsw' of hyperbole into rsw
new 7ad3cabb7e Revert "Remove skip guard on test that works in batch
mode" (#448)
new da8fd61747 Remove package-lint dependency and string-replace
compatibility code
new dd2e0884ee Merge pull request #450 from
rswgnu/matsl-rsw-cleanup-package-lint-dependencies
new 44b5b447f7 Add hsettings tests (#452)
new edeaad38cd Set copyright notice to include 2024 for files updated
under 2024 (#453)
new 871391f368 Add test for hargs:sexpression-p (#451)
new 74ba1fd580 Cleanup of flycheck/flymake info and warning messages
(#449)
new 678f62a79d hyperbole-web-search: when service is a func, let it
prompt for term
new 5e85e72772 hyperbole-web-search-alist: Add 'ducKduckgo' search
engine
new 9e77bdf62e Fix cyclic call bug that made Elisp lookups slow in
ChangeLog mode
new ac7d6ed874 Remove unused function (#455)
new 3d80bcbaf4 Merge branch 'rsw' of hyperbole into rsw
new 68564a0f0d Enable HyRolo's extended reveal-mode used in *HyRolo*
buffer
new 92ee298bf4 HyRolo - Fix major-mode and reveal-mode issues affecting
*HyRolo*
new 9def89866a HyRolo - (hyrolo-markdown-mode): Add missing (require
'markdown-mode)
new 47d87c252f HyRolo - resolve all outline movement issues and tests
new c4325885a0 Add single file match tests for some hyrolo hide and
show commands (#458)
new 4291c14138 Add hyrolo reveal mode test (#459)
new f4e323542d Disable three failing tests for Emacs older than 29
(#461)
new 0089f973e9 Skip test if apropos command is not available (#464)
new 04e6b302c1 HyRolo updates to improve file heading handling,
markdown headers
new 1078846a45 Update generation of README.md.html for increased
reliability
new f1fa9363e8 Matsl rsw silence warnings again (#463)
new 89ccef8e86 Merge branch 'rsw' of hyperbole into rsw
new f0f3d25ae5 Matsl rsw make hide show test accept different section
headings (#466)
new f40a30d11c Use actionv4 (#465)
new 6befc489c5 Autoload `hypb:add-to-invisibility-spec' used in
kotl-mode
new 5d27b22695 Add overview and top-level outline tests
new 85b31fed86 Remove inconsistent dash in test data
new 13915afa9f Rename ebut:act to ebut:act-label
new cf6c291eae Rename ibut:act to ibut:act-label
new a7a7f74859 Add i- and ebut:act functions and tests
new 4bf1bc3ca2 Check ebut:act and ibut:act is called with the right but
category
new 6009912456 Add type of but in error message, renamed but parameter
new 18ae76fa49 Merge pull request #462 from
rswgnu/matsl-rsw-fix-ebut-act
new 970a5573f3 Merge branch 'rsw' into
matsl-rsw-add-top-view-n-overview-tests
new 27461eb409 Merge pull request #467 from
rswgnu/matsl-rsw-add-top-view-n-overview-tests
new 9a39300fcb Merge branch 'rsw' of hyperbole into rsw
new 7d485ab5ff hbut:act-label: Add to match same func for ebuts and
ibuts
new 21c93a0c70 Reorder load of `org-macs'
new c742ee8deb hyrolo.el - disable reveal-mode and make TAB/S-TAB
expand subtree
new d55d57664c Remove ad hoc flycheck warnings (#468)
new 93ff5acf4b hyrolo.el - Add default hyrolo-entry-group-number for
hyrolo-mode
new a8cdad694b Fix `hyrolo-min-matched-level' and hyrolo-top-level test
new c5b276b61e HyRolo - `hyrolo-outline-minor-mode' expands invisible
text at point
new ce463d27c9 Merge to rsw branch in prep for V8.0.2pre release
Summary of changes:
.github/workflows/main.yml | 2 +-
ChangeLog | 1294 +-
DEMO | 58 +-
DEMO-ROLO.otl | 4 +-
FAST-DEMO | 157 +-
HY-ABOUT | 2 +-
HY-ANNOUNCE | 6 +
HY-COPY | 2 +-
HY-NEWS | 8 +-
HY-TALK/.hypb | 5 +-
HY-TALK/HYPB | 19 +-
HY-TALK/HYPERAMP.org | 178 +
.../{Hyperbole-and-Org-Mode.org => HYPERORG.org} | 0
MANIFEST | 9 +-
Makefile | 73 +-
README | 386 -
README.md | 8 +-
README.md.html | 638 +
README.md => README.toc.md | 28 +-
hact.el | 40 +-
hactypes.el | 31 +-
hargs.el | 48 +-
hbdata.el | 13 +-
hbut.el | 209 +-
hib-debbugs.el | 32 +-
hib-doc-id.el | 4 +-
hib-kbd.el | 21 +-
hib-social.el | 3 +-
hibtypes.el | 115 +-
hload-path.el | 12 +-
hmail.el | 6 +-
hmoccur.el | 10 +-
hmouse-drv.el | 82 +-
hmouse-info.el | 17 +-
hmouse-key.el | 23 +-
hmouse-mod.el | 15 +-
hmouse-sh.el | 14 +-
hmouse-tag.el | 171 +-
hpath.el | 58 +-
hrmail.el | 12 +-
hsettings.el | 51 +-
hsys-flymake.el | 192 +
hsys-org-roam.el | 12 +-
hsys-org.el | 153 +-
hsys-www.el | 7 +-
hsys-xref.el | 71 +
hsys-youtube.el | 10 +-
htz.el | 7 +-
hui-dired-sidebar.el | 4 +-
hui-em-but.el | 9 +-
hui-jmenu.el | 16 +-
hui-menu.el | 17 +-
hui-mini.el | 10 +-
hui-mouse.el | 327 +-
hui-select.el | 35 +-
hui-treemacs.el | 18 +-
hui-window.el | 40 +-
hui.el | 92 +-
hversion.el | 14 +-
hvm.el | 4 +-
hycontrol.el | 52 +-
hypb-ert.el | 93 +-
hypb.el | 116 +-
hyperbole.el | 42 +-
hyrolo-logic.el | 180 +-
hyrolo-menu.el | 20 +-
hyrolo.el | 2450 ++-
hywconfig.el | 114 +-
kotl/kfill.el | 6 +-
kotl/kimport.el | 6 +-
kotl/kotl-mode.el | 198 +-
kotl/kview.el | 22 +-
man/hkey-help.txt | 11 +-
man/hyperbole.html | 16177 +++++++++----------
man/hyperbole.info | Bin 615914 -> 629665
bytes
man/hyperbole.pdf | Bin 1370428 -> 1377764
bytes
man/hyperbole.texi | 616 +-
man/version.texi | 8 +-
set.el | 10 +-
test/MANIFEST | 1 +
test/demo-tests.el | 200 +-
test/hargs-tests.el | 22 +-
test/hbut-tests.el | 87 +-
test/hib-kbd-tests.el | 13 +-
test/hibtypes-tests.el | 20 +-
test/hmouse-drv-tests.el | 17 +-
test/hpath-tests.el | 96 +-
test/hsettings-test.el | 39 +
test/hui-select-tests.el | 4 +-
test/hui-tests.el | 146 +-
test/hy-test-dependencies.el | 18 +-
test/hy-test-helpers.el | 25 +-
test/hypb-ert-tests.el | 62 +
test/hyrolo-tests.el | 1174 +-
test/hywconfig-tests.el | 20 +-
test/kotl-orgtbl-tests.el | 4 +-
96 files changed, 16109 insertions(+), 10862 deletions(-)
create mode 100644 HY-TALK/HYPERAMP.org
rename HY-TALK/{Hyperbole-and-Org-Mode.org => HYPERORG.org} (100%)
delete mode 100644 README
create mode 100644 README.md.html
copy README.md => README.toc.md (96%)
create mode 100644 hsys-flymake.el
create mode 100644 hsys-xref.el
create mode 100644 test/hsettings-test.el
create mode 100644 test/hypb-ert-tests.el
- [elpa] externals/hyperbole updated (6c5002e670 -> ce463d27c9),
ELPA Syncer <=
- [elpa] externals/hyperbole f4d6c729a1 001/143: Hyrolo fixes; EXAMPLE.kotl save {C-u C-h h k e} default to home dir, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole e1483d9cff 003/143: Temp commit to save multi-mode updates to HyRolo display buffer, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 802a688acf 006/143: Fix hyrolo-mode-map outlining key bindings, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 5703cf7608 007/143: HyRolo caching and movement fixes, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 6550a0ac7c 013/143: hyrolo-any-file-type-problem-p - Add to handle invalid file suffixes, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 2173bf7e09 002/143: Add new HYPERAMP.org talk slides and update talks in HY-TALK, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 339c6a2a8d 005/143: Fixes for handling outline-regexp and hyrolo-entry-regexp, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 97111e4bd0 004/143: Merge branch 'master' into rsw, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 1f942eac01 008/143: Fix HyRolo {n} and {p} movement commands, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole ca3cf8e427 017/143: hyrolo.el - Fix {t} and {o} commands, ELPA Syncer, 2024/02/19