branch: externals/hyperbole commit 039fe682f6c1774c442927387e6112b298220049 Author: Bob Weiner <r...@gnu.org> Commit: Bob Weiner <r...@gnu.org>
hyrolo.py - Add Python-based command-line searching of HyRolo files --- ChangeLog | 4 ++++ MANIFEST | 7 +++++-- Makefile | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20e1c8f7ad..4ccb48d1c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2024-04-14 Bob Weiner <r...@gnu.org> +* hyrolo.py: Add this file for command-line search for string matches in HyRolo + files. + Makefile (HYPERBOLE_FILES): Add hyrolo.py. + * hui-mouse.el (hkey-alist): hmouse-tag.el (smart-prog-at-tag-p, smart-prog-tag): Add default handlers for programming languages that have xref support but no other diff --git a/MANIFEST b/MANIFEST index 371c52ebde..3fc33c06fa 100644 --- a/MANIFEST +++ b/MANIFEST @@ -61,8 +61,6 @@ hpath.el - GNU Hyperbole support routines for handling UNIX paths htz.el - Timezone-based time and date support for GNU Hyperbole hypb.el - Miscellaneous GNU Hyperbole support features hypb-ert.el - Hyperbole test runner action button types -hyrolo.el - Hierarchical, multi-file, easy-to-use record management system -hyrolo-logic.el - Logic functions for GNU Hyperbole Rolo files hywconfig.el - Save ring of window configurations set.el - General mathematical operators for unordered sets @@ -75,6 +73,11 @@ hsmail.el - GNU Hyperbole buttons in mail composer: mail kotl/MANIFEST - Summary of Koutliner files kotl/EXAMPLE.kotl - Sample Koutline document explaining Koutliner features +* --- HYPERBOLE ROLO --- +hyrolo.el - Hierarchical, multi-file, easy-to-use record management system +hyrolo.py - Output file header and matching entries from HyRolo files via the command-line +hyrolo-logic.el - Logic functions for GNU Hyperbole Rolo files + * --- USENET NEWS SUPPORT --- hgnus.el - GNU Hyperbole buttons in news reader/poster: GNUS diff --git a/Makefile b/Makefile index bff095a1c1..940d0100d1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Author: Bob Weiner # # Orig-Date: 15-Jun-94 at 03:42:38 -# Last-Mod: 7-Apr-24 at 10:40:38 by Bob Weiner +# Last-Mod: 14-Apr-24 at 23:00:20 by Bob Weiner # # Copyright (C) 1994-2023 Free Software Foundation, Inc. # See the file HY-COPY for license information. @@ -209,7 +209,7 @@ HYPERBOLE_FILES = dir info html $(EL_SRC) $(EL_KOTL) \ $(HY-TALK) .mailmap ChangeLog COPYING Makefile HY-ABOUT HY-ANNOUNCE \ HY-CONCEPTS.kotl HY-NEWS \ HY-WHY.kotl INSTALL DEMO DEMO-ROLO.otl FAST-DEMO MANIFEST README.md TAGS _hypb \ - .hypb smart-clib-sym topwin.py hyperbole-banner.png $(man_dir)/hkey-help.txt \ + .hypb hyrolo.py smart-clib-sym topwin.py hyperbole-banner.png $(man_dir)/hkey-help.txt \ $(man_dir)/hyperbole.texi $(man_dir)/hyperbole.css TEST_ERT_FILES = $(wildcard test/*tests.el) $(wildcard test/hy-test-*.el)