emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 4214716e06 2/2: Release Hyperbole 8.0.0, the


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 4214716e06 2/2: Release Hyperbole 8.0.0, the Epiphany release
Date: Sun, 1 May 2022 10:57:36 -0400 (EDT)

branch: externals/hyperbole
commit 4214716e06920a3e10db5811bd22a343ad6435d9
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    Release Hyperbole 8.0.0, the Epiphany release
---
 ChangeLog          |   4 ++++
 HY-ANNOUNCE        |   6 +++---
 hversion.el        |   4 ++--
 hypb.el            |   4 ++--
 hyperbole.el       |   4 ++--
 kotl/kview.el      |   4 +++-
 man/hyperbole.html |   8 ++++----
 man/hyperbole.info | Bin 589656 -> 589642 bytes
 man/hyperbole.pdf  | Bin 1342022 -> 1342011 bytes
 man/hyperbole.texi |  12 ++++++------
 man/version.texi   |   8 ++++----
 11 files changed, 30 insertions(+), 24 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e75afd7469..4a406e459f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/HY-ANNOUNCE b/HY-ANNOUNCE
index 2d48a19fd4..0fca65d9ff 100644
--- a/HY-ANNOUNCE
+++ b/HY-ANNOUNCE
@@ -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
@@ -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 e2e82665bb..35e9a5cf2b 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 5306821387..2965787bc5 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 10e8952790..84e1614d00 100644
--- a/hyperbole.el
+++ b/hyperbole.el
@@ -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"))
diff --git a/kotl/kview.el b/kotl/kview.el
index c326d61835..534fde635d 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 fb7a909b4d..cf00b19bb4 100644
--- a/man/hyperbole.html
+++ b/man/hyperbole.html
@@ -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.
 
@@ -369,8 +369,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
@@ -888,7 +888,7 @@ Next: <a href="#Usage" accesskey="n" rel="next">Usage</a>, 
Previous: <a href="#T
 <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,
diff --git a/man/hyperbole.info b/man/hyperbole.info
index a781c66949..0760ea6152 100644
Binary files a/man/hyperbole.info and b/man/hyperbole.info differ
diff --git a/man/hyperbole.pdf b/man/hyperbole.pdf
index df84ebdd42..302ece2294 100644
Binary files a/man/hyperbole.pdf and b/man/hyperbole.pdf differ
diff --git a/man/hyperbole.texi b/man/hyperbole.texi
index a88c31ee14..22925142b7 100644
--- a/man/hyperbole.texi
+++ b/man/hyperbole.texi
@@ -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
@@ -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
@@ -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
@@ -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,
diff --git a/man/version.texi b/man/version.texi
index 1a518a7fa3..c4d35ac8fb 100644
--- a/man/version.texi
+++ b/man/version.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]