diff --git a/ChangeLog b/ChangeLog index e75afd74..4a406e45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-05-01 Bob Weiner + +* Update release number to 8.0.0. + 2022-04-30 Mats Lidell * FAST-DEMO: Fix spelling. diff --git a/HY-ANNOUNCE b/HY-ANNOUNCE index 2d48a19f..0fca65d9 100644 --- a/HY-ANNOUNCE +++ b/HY-ANNOUNCE @@ -1,12 +1,12 @@ From: Bob Weiner 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 @@ -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: diff --git a/hversion.el b/hversion.el index e2e82665..35e9a5cf 100644 --- a/hversion.el +++ b/hversion.el @@ -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. @@ -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 diff --git a/hypb.el b/hypb.el index 53068213..2965787b 100644 --- a/hypb.el +++ b/hypb.el @@ -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. @@ -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 diff --git a/hyperbole.el b/hyperbole.el index 10e89527..84e1614d 100644 --- a/hyperbole.el +++ b/hyperbole.el @@ -5,9 +5,9 @@ ;; Author: Bob Weiner ;; Maintainer: Bob Weiner , Mats Lidell ;; 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")) diff --git a/kotl/kview.el b/kotl/kview.el index c326d618..534fde63 100644 --- a/kotl/kview.el +++ b/kotl/kview.el @@ -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. @@ -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))) @@ -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 diff --git a/man/hyperbole.html b/man/hyperbole.html index fb7a909b..cf00b19b 100644 --- a/man/hyperbole.html +++ b/man/hyperbole.html @@ -1,7 +1,7 @@