branch: externals/hyperbole
commit 04b0057802ef723b60b8db28f71a7532ad8215a9
Author: bw <[email protected]>
Commit: bw <[email protected]>

    ChangeLog - Revert accidentally pushed change notes
---
 ChangeLog | 68 ---------------------------------------------------------------
 1 file changed, 68 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 993e590aca4..25eec0586e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,23 +21,6 @@
     string or nil, not the 't return value from 'hypb:in-string-p'.  Also,
     limit region narrowing to just where it is needed near the function
     beginning.
-            (hywiki-word-dehighlight-in-buffers, 
hywiki-word-highlight-in-buffers):
-    Change from using 'pre/post-command-hook' to 
'before/after-change-functions'
-    so run only when buffer is modified, not on each command.
-  test/hywiki-tests.el (hywiki-tests--verify-hook-functions): Change from using
-    'pre/post-command-hook' to 'before/after-change-functions'.
-  test/hywiki-tests.el (hywiki-tests--verify-hywiki-word): Change from
-    displaying 'pre-command-hook' to 'before/after-change-functions' and
-    'post-self-insert-hook'.
-           (hywiki-word-store-around-point): Cache and call 'hywiki-word-at'
-    and 'hywiki-at-range-delimiter' maximally one time each per call of this
-    function.  (Used to call twice).
-
-2026-07-08  Bob Weiner  <[email protected]>
-
-* hib-social.el (hibtypes-git-project-regexp, hibtypes-git-file-regexp,
-                 hibtypes-social-regexp): Allow for &arguments
-
 2026-07-07  Bob Weiner  <[email protected]>
 
 * hsys-youtube.el (hsys-youtube-end-format): YouTube no longer allows end
@@ -68,15 +51,6 @@
 
 * hywiki.el (hywiki--extend-region): Fix so start is always <= end.
 
-2026-07-05  Bob Weiner  <[email protected]>
-
-* hywiki.el (hywiki-word-at): Don't allow : or ; at the end of a #section.
-
-* hbut.el (hbut:label-delimiters-regexp): Add and use in
-    'hywiki-maybe-highlight-references'.
-
-* hywiki.el (hywiki-get-buttonize-characters): Allow : as a trailing
-    separator character (previously had been filtered out).
             (hywiki-get-existing-page-file): Handle 't' value as 
'file-stem-name'
     from a HyWikiWord spec.
   hpath.el (hpath:expand): Ensure path value is a string before trying to 
expand
@@ -89,48 +63,6 @@
                (hycontrol--frames-prompt-format, 
hycontrol--windows-prompt-format):
     Reformat for easier readability.
 
-2026-07-02  Bob Weiner  <[email protected]>
-
-* hywiki.el (hywiki-position-in-hbut-label-p): Add to test if within
-    an hbut label.
-            (hywiki-maybe-dehighlight-references): Call above function to
-    allow for dehighlighting HyWikiWords within Hyperbole button labels
-    so that the Action Key always activates the label's button and doesn't
-    trigger a HyWikiWord activation.
-            (hywiki-word-store-around-point,
-             hywiki-word-highlight-post-self-insert,
-             hywiki-word-highlight-post-command,
-             hywiki-highlight-on-yank,
-             hywiki-highlight-word-get-range): Don't highlight if above
-    predicate is true.
-            (hywiki--get-delimited-range-backward): Fix to 'hbut:syntax-table'
-    during backward 'scan-sexps' so open/close angle brackets match to
-    account for use in hbut labels.  Otherwise, when point is after a closing
-    angle bracket, the region returned is a single char, not the span of the
-    brackets.
-            (hywiki-maybe-dehighlight-between-references)
-             hywiki-maybe-highlight-references): Dehighlight any HyWikiWords
-    highlighted within a delimited Hyperbole button label.
-
-* hywiki.el (hywiki-scan-sexps): Add and use in place of 'scan-sexps' in
-    hywiki code.
-            (hywiki-get-delimited-region,
-             hywiki-maybe-highlight-balanced-pairs): Use 'hbut:syntax-table'.
-  hui-select.el (hui-select-get-syntax-table): Use 'hui-select-syntax-table'
-    in most programming modes when within a comment to support angle brackets
-    as sexpression delimiters.
-
-2026-07-01  Bob Weiner  <[email protected]>
-
-* hywiki.el (hywiki--get-delimited-range-at-closing-delimiter): Add to
-    separate out this code from a quoted sexp in 'hywiki-get-delimited-region'
-    and simplify debugging.
-            (hywiki--get-delimited-range-backward): Fix wrong location of
-    'save-excursion' call so that point was moved one char forward before
-    backward 'scan-sexps' was called.  This led to HyWiki words not be
-    dehighlighted when deleted the last WikiWord character within a set
-    of delimiters where it was the last word.
-
 2026-06-30  Mats Lidell  <[email protected]>
 
 * test/hywiki-tests.el (hywiki-display-hywiki-test): Add helper

Reply via email to