Skip to content

Commit ce463d2

Browse files
committed
Merge to rsw branch in prep for V8.0.2pre release
1 parent c5b276b commit ce463d2

File tree

14 files changed

+37
-30
lines changed

14 files changed

+37
-30
lines changed

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,10 @@
12641264
(hyrolo-fgrep-and-goto-next-visible-md-heading): Use level one heading
12651265
so that heading hierarchy is respected.
12661266

1267+
==============================================================================
1268+
V8.0.2pre changes ^^^^:
1269+
==============================================================================
1270+
12671271
2023-12-01 Bob Weiner <[email protected]>
12681272

12691273
* hyrolo.el (hyrolo-add): Fix that narrow-to-region was narrowing to a
@@ -3181,7 +3185,7 @@ name with 'name' and 'name-key'.
31813185

31823186
2023-04-02 Bob Weiner <[email protected]>
31833187

3184-
* HY-NEWS (9.0.0): Add EmacsConf 2022 videos.
3188+
* HY-NEWS: Add EmacsConf 2022 videos.
31853189
INSTALL: (Invocation):
31863190
README.md (Videos):
31873191
man/hyperbole.texi (Invocation): Add link to Hyperbole videos in README.md.
@@ -4772,6 +4776,9 @@ name with 'name' and 'name-key'.
47724776

47734777
* Makefile (website-local): Add dependency on README.md.html.
47744778

4779+
==============================================================================
4780+
V8.0.1pre changes ^^^^:
4781+
==============================================================================
47754782
==============================================================================
47764783
V9.0.0 changes ^^^^:
47774784
==============================================================================

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 9.0.0
6+
Version 8.0.2pre
77

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

HY-NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
by Bob Weiner
33

44
===========================================================================
5-
* V9.0.0
5+
* V8.0.2pre
66
===========================================================================
77

88
** ACE WINDOW PACKAGE INTEGRATION - fast window and buffer switching

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Bob Weiner
44
#
55
# Orig-Date: 15-Jun-94 at 03:42:38
6-
# Last-Mod: 5-Feb-24 at 00:21:22 by Bob Weiner
6+
# Last-Mod: 19-Feb-24 at 12:30:10 by Bob Weiner
77
#
88
# Copyright (C) 1994-2023 Free Software Foundation, Inc.
99
# See the file HY-COPY for license information.
@@ -86,7 +86,7 @@
8686

8787
# This ver setup won't work under any make except GNU make, so set it manually.
8888
#HYPB_VERSION = "`head -3 hversion.el | tail -1 | sed -e 's/.*|\(.*\)|.*/\1/'`"
89-
HYPB_VERSION = 9.0.0
89+
HYPB_VERSION = 8.0.2pre
9090

9191
# Emacs executable used to byte-compile .el files into .elc's.
9292
# To override which executable is used from the commandline, do something like this:

README.md

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

33
[We work on Hyperbole as a gift to the Emacs community and request you
44
send us a thank you or a testimonial describing your usage if you like

README.md.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<h1
2-
id="gnu-hyperbole-900---the-everyday-hypertextual-information-manager">GNU
3-
Hyperbole 9.0.0 - The Everyday Hypertextual Information Manager</h1>
2+
id="gnu-hyperbole-802pre---the-everyday-hypertextual-information-manager">GNU
3+
Hyperbole 8.0.2pre - The Everyday Hypertextual Information Manager</h1>
44
<p>[We work on Hyperbole as a gift to the Emacs community and request
55
you send us a thank you or a testimonial describing your usage if you
66
like Hyperbole (mailto:<a
77
href="mailto:[email protected]">[email protected]</a>)].</p>
88
<ul>
99
<li><a
10-
href="#gnu-hyperbole-900---the-everyday-hypertextual-information-manager">GNU
11-
Hyperbole 9.0.0 - The Everyday Hypertextual Information Manager</a>
10+
href="#gnu-hyperbole-802pre---the-everyday-hypertextual-information-manager">GNU
11+
Hyperbole 8.0.2pre - The Everyday Hypertextual Information Manager</a>
1212
<ul>
1313
<li><a href="#videos">Videos</a></li>
1414
<li><a href="#summary">Summary</a></li>

README.toc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# GNU Hyperbole 9.0.0 - The Everyday Hypertextual Information Manager
1+
# GNU Hyperbole 8.0.2pre - The Everyday Hypertextual Information Manager
22

33
[We work on Hyperbole as a gift to the Emacs community and request you
44
send us a thank you or a testimonial describing your usage if you like
55
Hyperbole (mailto:[email protected])].
66

77

88

9-
- [GNU Hyperbole 9.0.0 - The Everyday Hypertextual Information Manager](#gnu-hyperbole-900---the-everyday-hypertextual-information-manager)
9+
- [GNU Hyperbole 8.0.2pre - The Everyday Hypertextual Information Manager](#gnu-hyperbole-802pre---the-everyday-hypertextual-information-manager)
1010
- [Videos](#videos)
1111
- [Summary](#summary)
1212
- [Mailing Lists](#mailing-lists)
@@ -203,7 +203,7 @@ to clone the Hyperbole project tree.
203203
Once you have Emacs set up at your site, GNU Hyperbole may be
204204
installed by using the Emacs Package Manager. If you are not
205205
familiar with it, see the Packages section of the GNU Emacs Manual,
206-
[Emacs Packages](https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html).
206+
[Emacs Packages](https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html).
207207

208208
If you have Hyperbole 5.10 or higher already installed and simply want to
209209
upgrade it, invoke the Emacs Package Manager with {M-x list-packages RET},

hversion.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; Maintainer: Bob Weiner, Mats Lidell
55
;;
66
;; Orig-Date: 1-Jan-94
7-
;; Last-Mod: 18-Feb-24 at 12:32:25 by Mats Lidell
7+
;; Last-Mod: 19-Feb-24 at 12:31:39 by Bob Weiner
88
;;
99
;; SPDX-License-Identifier: GPL-3.0-or-later
1010
;;
@@ -35,7 +35,7 @@
3535
;;; Public variables
3636
;;; ************************************************************************
3737

38-
(defconst hyperb:version "9.0.0" "GNU Hyperbole revision number.")
38+
(defconst hyperb:version "8.0.2pre" "GNU Hyperbole revision number.")
3939

4040
(defvar hyperb:mouse-buttons
4141
(if (or (and hyperb:microsoft-os-p (not (memq window-system '(w32 w64 x))))

hyperbole.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
;; Maintainer: Mats Lidell <[email protected]>
99
;; Maintainers: Robert Weiner <[email protected]>, Mats Lidell <[email protected]>
1010
;; Created: 06-Oct-92 at 11:52:51
11-
;; Last-Mod: 17-Feb-24 at 22:43:43 by Bob Weiner
11+
;; Last-Mod: 19-Feb-24 at 12:31:45 by Bob Weiner
1212
;; Released: 03-Dec-23
13-
;; Version: 9.0.0
13+
;; Version: 8.0.2pre
1414
;; Keywords: comm, convenience, files, frames, hypermedia, languages, mail, matching, mouse, multimedia, outlines, tools, wp
1515
;; Package: hyperbole
1616
;; Package-Requires: ((emacs "27.1"))

man/hyperbole.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<!-- This manual is for GNU Hyperbole
7-
(Edition 9.0.0, Published February, 2024).
7+
(Edition 8.0.2pre, Published February, 2024).
88

99
Copyright © 1989-2023 Free Software Foundation, Inc.
1010

@@ -106,8 +106,8 @@ <h2 class="unnumbered" id="GNU-Hyperbole">GNU Hyperbole</h2>
106106
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>
107107

108108
<PRE>
109-
Edition 9.0.0
110-
Printed February 4, 2024.
109+
Edition 8.0.2pre
110+
Printed February 19, 2024.
111111

112112
Published by the Free Software Foundation, Inc.
113113
Author: Bob Weiner
@@ -169,7 +169,7 @@ <h2 class="unnumbered" id="GNU-Hyperbole">GNU Hyperbole</h2>
169169
<h2 class="chapter" id="Introduction-1">1 Introduction</h2>
170170

171171
<p>This edition of the GNU Hyperbole Manual is for use with any version
172-
9.0.0 or greater of GNU Hyperbole. Hyperbole runs atop GNU Emacs 27.1
172+
8.0.2pre or greater of GNU Hyperbole. Hyperbole runs atop GNU Emacs 27.1
173173
or higher. It will trigger an error if your Emacs is older.
174174
</p>
175175
<p>This chapter summarizes the structure of the rest of the manual,

0 commit comments

Comments
 (0)