Skip to content

Commit 0e1203c

Browse files
committed
Publish 7.1.0 test release
1 parent bf73086 commit 0e1203c

File tree

12 files changed

+18
-16
lines changed

12 files changed

+18
-16
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2020-02-23 Bob Weiner <[email protected]>
22

3+
* Published 7.1.0 test release.
4+
35
* hui-menu.el (infodock-hyperbole-menu): Changed 'Activate-Button-at-Point' to 'Activate-Button-in-Buffer'
46
and made prompt for button if not on one. This synchronizes it with the top-level 'Act' command in
57
the Hyperbole minibuffer menu.

HY-ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Designed and Written by Bob Weiner
44
Maintained by Mats Lidell and Bob Weiner
55
https://www.gnu.org/software/hyperbole/
6-
Version 7.0.9
6+
Version 7.1.0
77

88
Say thanks or send a testimonial if you like Hyperbole:
99

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
# This ver setup won't work under any make except GNU make, so set it manually.
6565
#HYPB_VERSION = "`head -3 hversion.el | tail -1 | sed -e 's/.*|\(.*\)|.*/\1/'`"
66-
HYPB_VERSION = 7.0.9
66+
HYPB_VERSION = 7.1.0
6767

6868
# Emacs executable used to byte-compile .el files into .elc's.
6969
# Possibilities include: emacs, infodock, etc.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GNU Hyperbole 7.0.9 - The Everyday Hypertextual Information Manager
1+
# GNU Hyperbole 7.1.0 - The Everyday Hypertextual Information Manager
22

33
[Say thanks or send a testimonial if you like Hyperbole.(mailto:[email protected])]
44

README.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1>
2-
<a id="user-content-gnu-hyperbole-709---the-everyday-hypertextual-information-manager" class="anchor" href="#gnu-hyperbole-709---the-everyday-hypertextual-information-manager" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>GNU Hyperbole 7.0.9 - The Everyday Hypertextual Information Manager</h1>
2+
<a id="user-content-gnu-hyperbole-710---the-everyday-hypertextual-information-manager" class="anchor" href="#gnu-hyperbole-710---the-everyday-hypertextual-information-manager" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>GNU Hyperbole 7.1.0 - The Everyday Hypertextual Information Manager</h1>
33
<p>[Say thanks or send a testimonial if you like Hyperbole.(mailto:<a href="mailto:[email protected]">[email protected]</a>)]</p>
44

55
<p><strong>Table of Contents</strong></p>

hversion.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
;;; Public variables
2424
;;; ************************************************************************
2525

26-
(defconst hyperb:version "7.0.9" "GNU Hyperbole revision number.")
26+
(defconst hyperb:version "7.1.0" "GNU Hyperbole revision number.")
2727

2828
;;;###autoload
2929
(defvar hyperb:microsoft-os-p

hyperbole.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
;; Author: Bob Weiner
66
;; Maintainer: Bob Weiner <[email protected]>, Mats Lidell <[email protected]>
77
;; Created: 06-Oct-92 at 11:52:51
8-
;; Released: 17-Feb-20
9-
;; Version: 7.0.9
8+
;; Released: 17-Feb-23
9+
;; Version: 7.1.0
1010
;; Keywords: comm, convenience, files, frames, hypermedia, languages, mail, matching, mouse, multimedia, outlines, tools, wp
1111
;; Package: hyperbole
1212
;; Package-Requires: ((emacs "24.4"))

man/hyperbole.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22
<html>
33
<!-- This manual is for GNU Hyperbole
4-
(Edition 7.0.9, Published February 16, 2020).
4+
(Edition 7.1.0, Published February 23, 2020).
55

66
Copyright (C) 1989-2019 Free Software Foundation, Inc.
77

@@ -339,7 +339,7 @@ <h2 class="contents-heading">Table of Contents</h2>
339339
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>
340340

341341
<PRE>
342-
Edition 7.0.9
342+
Edition 7.1.0
343343
Printed February 23, 2020.
344344

345345
Published by the Free Software Foundation, Inc.
@@ -799,7 +799,7 @@ <h2 class="contents-heading">Table of Contents</h2>
799799
<span id="Introduction-1"></span><h2 class="chapter">1 Introduction</h2>
800800

801801
<p>This edition of the GNU Hyperbole Manual is for use with any version
802-
7.0.9 or greater of GNU Hyperbole. Hyperbole runs atop GNU Emacs 24.3
802+
7.1.0 or greater of GNU Hyperbole. Hyperbole runs atop GNU Emacs 24.3
803803
or higher. It will trigger an error if your Emacs is older.
804804
</p>
805805
<p>This chapter summarizes the structure of the rest of the manual,

man/hyperbole.info

0 Bytes
Binary file not shown.

man/hyperbole.pdf

-10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)