Skip to content

Commit

Permalink
Release Hyperbole 8.0.0, the Epiphany release
Browse files Browse the repository at this point in the history
  • Loading branch information
rswgnu committed May 1, 2022
1 parent b641f94 commit 4214716
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 24 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022-05-01 Bob Weiner <rsw@gnu.org>

* Update release number to 8.0.0.

2022-04-30 Mats Lidell <matsl@gnu.org>

* FAST-DEMO: Fix spelling.
Expand Down
6 changes: 3 additions & 3 deletions HY-ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
From: Bob Weiner <rsw@gnu.org>
To: gnu-emacs-sources@gnu.org, emacs-tangents@gnu.org, hyperbole-users@gnu.org, hyperbole-announce@gnu.org
Subject: GNU Hyperbole Version 8: The Epiphany Release
Subject: GNU Hyperbole Major Release 8
--text follows this line--
========================================================================
* Overview
========================================================================

GNU Hyperbole 8.0.0, The Epiphany Release, is now available on GNU ELPA.
GNU Hyperbole 8.0.0, the Epiphany release, is now available on GNU ELPA.
Hyperbole is a unique hypertextual information management Emacs package
that works across all Emacs modes, letting the computer do the hard work
while you benefit from its sophisticated context-sensitive linking and
Expand Down Expand Up @@ -80,7 +80,7 @@ Then as you grow with it across time, it helps you build new capabilities
that continue to speed your work.

========================================================================
* Using Hyperbole
* Installing and Using Hyperbole
========================================================================

To install within GNU Emacs, use:
Expand Down
4 changes: 2 additions & 2 deletions hversion.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Maintainer: Bob Weiner, Mats Lidell
;;
;; Orig-Date: 1-Jan-94
;; Last-Mod: 24-Jan-22 at 00:18:53 by Bob Weiner
;; Last-Mod: 1-May-22 at 10:25:28 by Bob Weiner
;;
;; Copyright (C) 1994-2021 Free Software Foundation, Inc.
;; See the "HY-COPY" file for license information.
Expand All @@ -24,7 +24,7 @@
;;; Public variables
;;; ************************************************************************

(defconst hyperb:version "8.0.0pre" "GNU Hyperbole revision number.")
(defconst hyperb:version "8.0.0" "GNU Hyperbole revision number.")

;;;###autoload
(defvar hyperb:microsoft-os-p
Expand Down
4 changes: 2 additions & 2 deletions hypb.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 6-Oct-91 at 03:42:38
;; Last-Mod: 17-Apr-22 at 17:59:53 by Bob Weiner
;; Last-Mod: 1-May-22 at 10:25:55 by Bob Weiner
;;
;; Copyright (C) 1991-2022 Free Software Foundation, Inc.
;; See the "HY-COPY" file for license information.
Expand Down Expand Up @@ -146,7 +146,7 @@ If no matching installation type is found, return a list of (\"unknown\" hyperb:
(git-commit (when (string-match " \\([a-f0-9]+\\) " pkg-version)
(match-string 1 pkg-version))))
(list "straight" git-commit)))
;; elpa-devel package install -- hyperbole-8.0.0pre0.20220126.1138
;; elpa-devel package install -- hyperbole-7.0.0pre0.20220126.1138
((string-match "hyperbole-\\([.[:digit:]]+pre[.[:digit:]]+\\)" hypb-dir-name)
(list "elpa-devel" (match-string 1 hypb-dir-name)))
;; melpa/quelpa package install -- hyperbole-20220205.1429
Expand Down
4 changes: 2 additions & 2 deletions hyperbole.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
;; Author: Bob Weiner
;; Maintainer: Bob Weiner <rsw@gnu.org>, Mats Lidell <matsl@gnu.org>
;; Created: 06-Oct-92 at 11:52:51
;; Last-Mod: 24-Apr-22 at 13:36:22 by Bob Weiner
;; Last-Mod: 1-May-22 at 10:31:04 by Bob Weiner
;; Released: 03-May-21
;; Version: 8.0.0pre
;; Version: 8.0.0
;; Keywords: comm, convenience, files, frames, hypermedia, languages, mail, matching, mouse, multimedia, outlines, tools, wp
;; Package: hyperbole
;; Package-Requires: ((emacs "27.0"))
Expand Down
4 changes: 3 additions & 1 deletion kotl/kview.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 6/30/93
;; Last-Mod: 18-Apr-22 at 00:12:50 by Bob Weiner
;; Last-Mod: 1-May-22 at 10:27:06 by Bob Weiner
;;
;; Copyright (C) 1993-2021 Free Software Foundation, Inc.
;; See the "../HY-COPY" file for license information.
Expand Down Expand Up @@ -604,6 +604,7 @@ level."
(when (kview:is-p kview)
(kview:get-attr kview 'view-buffer)))

;;;###autoload
(defun kview:char-invisible-p (&optional pos)
"Return t if the character after point is invisible/hidden, else nil."
(or pos (setq pos (point)))
Expand All @@ -612,6 +613,7 @@ level."
(overlays-at (or pos (point))))))
t))

;;;###autoload
(defun kview:char-visible-p (&optional pos)
"Return t if the character after point is visible, else nil."
(unless pos
Expand Down
8 changes: 4 additions & 4 deletions man/hyperbole.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This manual is for GNU Hyperbole
(Edition 8.0.0pre, Published April, 2022).
(Edition 8.0.0, Published May, 2022).

Copyright (C) 1989-2022 Free Software Foundation, Inc.

Expand Down Expand Up @@ -369,8 +369,8 @@ <h2 class="contents-heading">Table of Contents</h2>
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>

<PRE>
Edition 8.0.0pre
Printed April 17, 2022.
Edition 8.0.0
Printed May 1, 2022.

Published by the Free Software Foundation, Inc.
Author: Bob Weiner
Expand Down Expand Up @@ -888,7 +888,7 @@ <h2 class="contents-heading">Table of Contents</h2>
<span id="Introduction-1"></span><h2 class="chapter">1 Introduction</h2>

<p>This edition of the GNU Hyperbole Manual is for use with any version
8.0.0pre or greater of GNU Hyperbole. Hyperbole runs atop GNU Emacs 27.1
8.0.0 or greater of GNU Hyperbole. Hyperbole runs atop GNU Emacs 27.1
or higher. It will trigger an error if your Emacs is older.
</p>
<p>This chapter summarizes the structure of the rest of the manual,
Expand Down
Binary file modified man/hyperbole.info
Binary file not shown.
Binary file modified man/hyperbole.pdf
Binary file not shown.
12 changes: 6 additions & 6 deletions man/hyperbole.texi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@c Author: Bob Weiner
@c
@c Orig-Date: 6-Nov-91 at 11:18:03
@c Last-Mod: 17-Apr-22 at 23:24:34 by Bob Weiner
@c Last-Mod: 1-May-22 at 10:32:20 by Bob Weiner

@c %**start of header (This is for running Texinfo on a region.)
@setfilename hyperbole.info
Expand Down Expand Up @@ -155,8 +155,8 @@ WITHOUT ANY WARRANTY, without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>
<PRE>
Edition 8.0.0pre
Printed April 17, 2022.
Edition 8.0.0
Printed May 1, 2022.
Published by the Free Software Foundation, Inc.
Author: Bob Weiner
Expand Down Expand Up @@ -197,8 +197,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@sp 2

@example
Edition 8.0.0pre
April 17, 2022
Edition 8.0.0
May 1, 2022
Published by the Free Software Foundation, Inc.
Author: Bob Weiner
Expand Down Expand Up @@ -511,7 +511,7 @@ Smart Keyboard Keys
@chapter Introduction

This edition of the GNU Hyperbole Manual is for use with any version
8.0.0pre or greater of GNU Hyperbole. Hyperbole runs atop GNU Emacs 27.1
8.0.0 or greater of GNU Hyperbole. Hyperbole runs atop GNU Emacs 27.1
or higher. It will trigger an error if your Emacs is older.

This chapter summarizes the structure of the rest of the manual,
Expand Down
8 changes: 4 additions & 4 deletions man/version.texi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@set UPDATED April, 2022
@set UPDATED-MONTH April 2022
@set EDITION 8.0.0pre
@set VERSION 8.0.0pre
@set UPDATED May, 2022
@set UPDATED-MONTH May 2022
@set EDITION 8.0.0
@set VERSION 8.0.0

0 comments on commit 4214716

Please sign in to comment.