diff --git a/ChangeLog b/ChangeLog index 3dd7e965..86414c2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2026-07-27 Bob Weiner +* Makefile (HYPB_VERSION): Update package version to 9.1.0 as an interim + release to sync with the new package versioning techniques used by + elpa and melpa. + * test/hywiki-tests.el (hywiki-tests--potential-buffer-p): Fix test to exclude python-mode requires it not be in the include list. @@ -7423,7 +7427,7 @@ value to be [[WikiWord]] not [[file:WikiWord.org][WikiWord]]. grouping 1 rather than the entire delimited string. * man/hyperbole.texi (Top): - man/version.texi: Update version to 9.0.2pre. + man/version.texi: Update version. * hibtypes.el (mail-address): Move so lower priority than 'pathname' ibtype so that Tramp paths with embedded email addresses don't trigger as @@ -7557,7 +7561,7 @@ value to be [[WikiWord]] not [[file:WikiWord.org][WikiWord]]. test/demo-tests.el (hy-test-dependencies): Add to ensure el-mock is installed. ============================================================================== -V9.0.2pre changes ^^^^: +V9.1.0 changes ^^^^: ============================================================================== * hversion.el: diff --git a/HY-ABOUT b/HY-ABOUT index 9d43f05d..1d46128d 100644 --- a/HY-ABOUT +++ b/HY-ABOUT @@ -3,7 +3,7 @@ Designed and Written by Bob Weiner Maintained by Mats Lidell and Bob Weiner https://www.gnu.org/software/hyperbole/ - Version 9.0.2pre + Version 9.1.0 Say thanks or send a testimonial if you like Hyperbole: Email: diff --git a/HY-ANNOUNCE b/HY-ANNOUNCE index 0d907142..fec9bb59 100644 --- a/HY-ANNOUNCE +++ b/HY-ANNOUNCE @@ -1,6 +1,6 @@ From: Bob Weiner To: gnu-emacs-sources@gnu.org, emacs-tangents@gnu.org, hyperbole-users@gnu.org, hyperbole-announce@gnu.org -Subject: GNU Hyperbole Major Release 9 (V9.0.2pre) +Subject: GNU Hyperbole Major Release 9 (V9.1.0) --text follows this line-- ======================================================================== * Overview diff --git a/HY-NEWS b/HY-NEWS index 15a2f896..b441d2f6 100644 --- a/HY-NEWS +++ b/HY-NEWS @@ -2,10 +2,10 @@ by Bob Weiner =========================================================================== -* V9.0.2pre +* V9.1.0 =========================================================================== -**GNU Hyperbole 9.0.2pre NEWS** +**GNU Hyperbole 9.1.0 NEWS** * **HyWiki** * **Global Minor Mode**: The new `hywiki-mode` is a global minor mode that enables the highlighting and hyperlinking of **HyWikiWords** in any non-special text buffer and within the comments of programming buffers. diff --git a/Makefile b/Makefile index a73c5651..9e7b7ed3 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ # This ver setup won't work under any make except GNU make, so set it manually. #HYPB_VERSION = "`head -3 hversion.el | tail -1 | sed -e 's/.*|\(.*\)|.*/\1/'`" -HYPB_VERSION = 9.0.2pre +HYPB_VERSION = 9.1.0 # Emacs executable used to byte-compile .el files into .elc's. # To override which executable is used from the commandline, do something like this: diff --git a/README.md b/README.md index 8176c3ba..5a387fb0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GNU Hyperbole 9.0.2pre - The Everyday Hypertextual Information Manager +# GNU Hyperbole 9.1.0 - The Everyday Hypertextual Information Manager [ If you are looking for the documentation for the stable release look [here](stable/hyperbole.html).] diff --git a/README.md.html b/README.md.html index 1f110cd2..652d3c2a 100644 --- a/README.md.html +++ b/README.md.html @@ -1,6 +1,6 @@

GNU -Hyperbole 9.0.2pre - The Everyday Hypertextual Information Manager

+id="gnu-hyperbole-910---the-everyday-hypertextual-information-manager">GNU +Hyperbole 9.1.0 - The Everyday Hypertextual Information Manager

[ If you are looking for the documentation for the stable release look here.]

[We work on Hyperbole as a gift to the Emacs community and request @@ -10,7 +10,7 @@

  • GNU -Hyperbole 9.0.2pre - The Everyday Hypertextual Information Manager +Hyperbole 9.1.0 - The Everyday Hypertextual Information Manager
    • Reference Manual
    • Videos
    • diff --git a/README.toc.md b/README.toc.md index 2dcdab95..06944880 100644 --- a/README.toc.md +++ b/README.toc.md @@ -1,4 +1,4 @@ -# GNU Hyperbole 9.0.2pre - The Everyday Hypertextual Information Manager +# GNU Hyperbole 9.1.0 - The Everyday Hypertextual Information Manager [ If you are looking for the documentation for the stable release look [here](stable/hyperbole.html).] @@ -9,7 +9,7 @@ -- [GNU Hyperbole 9.0.2pre - The Everyday Hypertextual Information Manager](#gnu-hyperbole-902pre---the-everyday-hypertextual-information-manager) +- [GNU Hyperbole 9.1.0 - The Everyday Hypertextual Information Manager](#gnu-hyperbole-902pre---the-everyday-hypertextual-information-manager) - [Reference Manual](#reference-manual) - [Videos](#videos) - [Articles](#articles) diff --git a/hversion.el b/hversion.el index 33c8cd41..b1e59022 100644 --- a/hversion.el +++ b/hversion.el @@ -36,7 +36,7 @@ ;;; Public variables ;;; ************************************************************************ -(defconst hyperb:version "9.0.2pre" "GNU Hyperbole revision number.") +(defconst hyperb:version "9.1.0" "GNU Hyperbole revision number.") (defvar hyperb:mouse-buttons (if (or (and hyperb:microsoft-os-p (not (memq window-system '(w32 w64 x)))) diff --git a/hyperbole.el b/hyperbole.el index 41885330..04098572 100644 --- a/hyperbole.el +++ b/hyperbole.el @@ -8,9 +8,9 @@ ;; Maintainer: Robert Weiner ;; Mats Lidell ;; Created: 06-Oct-92 at 11:52:51 -;; Last-Mod: 26-Jul-26 at 21:46:00 by Bob Weiner -;; Released: 10-Mar-24 -;; Version: 9.0.2pre +;; Last-Mod: 27-Jul-26 at 19:22:04 by Bob Weiner +;; Released: 27-Jul-26 +;; Version: 9.1.0 ;; Keywords: comm, convenience, files, frames, hypermedia, languages, mail, matching, mouse, multimedia, outlines, tools, wp ;; Package: hyperbole ;; Package-Requires: ((emacs "28")) diff --git a/man/hyperbole.html b/man/hyperbole.html index dc820ef5..ccdeeee0 100644 --- a/man/hyperbole.html +++ b/man/hyperbole.html @@ -4,7 +4,7 @@