-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #624 from rswgnu/rsw
hywiki.el - Support let' change of hywiki-directory
- Loading branch information
Showing
6 changed files
with
266 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,46 @@ | ||
2024-12-22 Bob Weiner <[email protected]> | ||
|
||
* test/hywiki-tests.el (hywiki-tests--add-org-id): Fix so :type | ||
argument is a list as required, not a symbol. | ||
|
||
* hact.el (action:param-count): Add and use in 'hywiki-add-org-id'. | ||
hywiki.el (hywiki-add-org-id): Pre-9.7 versions of org-id-get | ||
did not accept the 4th optional INHERIT arg, so fix by | ||
conditionally sending this argument. | ||
|
||
* hui-mouse.el (smart-magit-tab): Change 'if-let' (now obsolete) | ||
to 'if-let*'. | ||
|
||
* test/hywiki-tests.el (hywiki-tests--add-org-id): Fix final test | ||
to just look for prefix of "ID: ". | ||
|
||
* hywiki.el (hywiki-clear-pages-hasht): Also clear | ||
'hywiki--any-page-regexp-list'. | ||
(hywiki-add-org-id): Fix first two lines of doc string. | ||
|
||
* test/hywiki-tests.el (hywiki-tests--add-org-id): Fix to not compare | ||
error string values since when compiled may not be a string but | ||
just a pair of indexes into one. | ||
|
||
* hywiki.el (hywiki-let-directory, hywiki-set-directory, | ||
hywiki-directory-changed): Add to support 'let' changes of | ||
'hywiki-directory'. | ||
(hywiki-clear-pages-hasht): Simplify to nullify hywiki | ||
hash table and not try to reuse a previously build table. | ||
|
||
2024-12-16 Mats Lidell <[email protected]> | ||
|
||
* test/hywiki-tests.el (hywiki-tests--sections-with-dash-space) | ||
(hywiki-tests--get-singular-wikiword) | ||
(hywiki-tests--get-plural-wikiword, hywiki-tests--add-referent) | ||
(hywiki-tests--add-bookmark, hywiki-tests--add-command) | ||
(hywiki-tests--add-find, hywiki-tests--add-global-button) | ||
(hywiki-tests--add-hyrolo, hywiki-tests--add-info-index) | ||
(hywiki-tests--add-info-node, hywiki-tests--add-key-series) | ||
(hywiki-tests--add-link, hywiki-tests--add-org-id) | ||
(hywiki-tests--get-page-list-for-new-wiki-directory-after-added-referent): | ||
Tests. | ||
|
||
2024-12-16 Mats Lidell <[email protected]> | ||
|
||
* Makefile (docker-all-tests, docker-batch-tests): No byte compiling to | ||
|
@@ -100,7 +143,7 @@ | |
|
||
2024-11-25 Mats Lidell <[email protected]> | ||
|
||
* kotl/kmenu.el (kotl-menu-common-body): Use kotl-kview. | ||
* kotl/kmenu.el (kotl-menu-common-body): Use kotl-kview. | ||
|
||
* .github/workflows/static.yaml: Static workflow for publishing the manual | ||
to a static site using GitHub Pages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.