From 0e1203cb0cfa47c4e1db8fee25858a203813b1b9 Mon Sep 17 00:00:00 2001 From: Bob Weiner Date: Sun, 23 Feb 2020 22:44:07 -0500 Subject: [PATCH] Publish 7.1.0 test release --- Changes | 2 ++ HY-ABOUT | 2 +- Makefile | 2 +- README.md | 2 +- README.md.html | 2 +- hversion.el | 2 +- hyperbole.el | 4 ++-- man/hyperbole.html | 6 +++--- man/hyperbole.info | Bin 523270 -> 523270 bytes man/hyperbole.pdf | Bin 1283663 -> 1283653 bytes man/hyperbole.texi | 6 +++--- man/version.texi | 6 +++--- 12 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Changes b/Changes index 518b2a61..1fb41504 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ 2020-02-23 Bob Weiner +* Published 7.1.0 test release. + * hui-menu.el (infodock-hyperbole-menu): Changed 'Activate-Button-at-Point' to 'Activate-Button-in-Buffer' and made prompt for button if not on one. This synchronizes it with the top-level 'Act' command in the Hyperbole minibuffer menu. diff --git a/HY-ABOUT b/HY-ABOUT index 26935bbe..bed27ff6 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 7.0.9 + Version 7.1.0 Say thanks or send a testimonial if you like Hyperbole: Email: diff --git a/Makefile b/Makefile index 157b5dbe..e33c93c3 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,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 = 7.0.9 +HYPB_VERSION = 7.1.0 # Emacs executable used to byte-compile .el files into .elc's. # Possibilities include: emacs, infodock, etc. diff --git a/README.md b/README.md index 7474420e..12a57f81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GNU Hyperbole 7.0.9 - The Everyday Hypertextual Information Manager +# GNU Hyperbole 7.1.0 - The Everyday Hypertextual Information Manager [Say thanks or send a testimonial if you like Hyperbole.(mailto:rsw@gnu.org)] diff --git a/README.md.html b/README.md.html index 7d1b3ebb..0dbf4c28 100644 --- a/README.md.html +++ b/README.md.html @@ -1,5 +1,5 @@

-GNU Hyperbole 7.0.9 - The Everyday Hypertextual Information Manager

+GNU Hyperbole 7.1.0 - The Everyday Hypertextual Information Manager

[Say thanks or send a testimonial if you like Hyperbole.(mailto:rsw@gnu.org)]

Table of Contents

diff --git a/hversion.el b/hversion.el index 6ced3106..50bde5c5 100644 --- a/hversion.el +++ b/hversion.el @@ -23,7 +23,7 @@ ;;; Public variables ;;; ************************************************************************ -(defconst hyperb:version "7.0.9" "GNU Hyperbole revision number.") +(defconst hyperb:version "7.1.0" "GNU Hyperbole revision number.") ;;;###autoload (defvar hyperb:microsoft-os-p diff --git a/hyperbole.el b/hyperbole.el index 167f4809..83345b70 100644 --- a/hyperbole.el +++ b/hyperbole.el @@ -5,8 +5,8 @@ ;; Author: Bob Weiner ;; Maintainer: Bob Weiner , Mats Lidell ;; Created: 06-Oct-92 at 11:52:51 -;; Released: 17-Feb-20 -;; Version: 7.0.9 +;; Released: 17-Feb-23 +;; Version: 7.1.0 ;; Keywords: comm, convenience, files, frames, hypermedia, languages, mail, matching, mouse, multimedia, outlines, tools, wp ;; Package: hyperbole ;; Package-Requires: ((emacs "24.4")) diff --git a/man/hyperbole.html b/man/hyperbole.html index 8c886cf5..c01bc606 100644 --- a/man/hyperbole.html +++ b/man/hyperbole.html @@ -1,7 +1,7 @@