Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
2026-03-29 Bob Weiner <rsw@gnu.org>

* hywiki.el (consult--async-*): Silence byte-compiler warnings with function
declarations.

* hypb.el (hypb:in-string-cache-disable, hypb:in-string-cache): Add.
(hypb:in-string-check): Rename from 'hypb:in-string-p' so can be
a subfunction call when cache lookup fails. Rewrite 'max-lines' handling
to use in-buffer ranges rather than strings.
(hypb:in-string-p): Rewrite to utilize caching.
(hypb:narrow-to-max-lines): Add for potential future use and to archive
prior code from 'hypb:in-string-p'.

* kotl/kview.el (kview:id-counter-set): Add.
kotl/kotl-mode.el (kotl-mode:kill-tree): Add support for sending 0 as
the prefix arg to say kill from the root of the outline tree all the
Expand Down Expand Up @@ -93,6 +104,13 @@
(hywiki-org-to-heading-instance): Use with-suppressed-warnings for
obsolete org-show-entry.

* hywiki.el (hywiki-delimited-p): Fix to return non-nil only when the (car range)
is non-nil since range may be '(nil <point> <point>) when a cached entry is
found.
(hywiki-get-page-files): Fix to test whether 'hywiki-directory' exists
before calling 'make-directory' to avoid its call to 'make-directory-insernal'
triggering an error when debugging.

2026-03-24 Bob Weiner <rsw@gnu.org>

* hibtypes.el (hib-link-to-file-line): Add missing 'let' for 'ext' variable,
Expand Down
Loading