diff options
| author | Bob Weiner <rsw@gnu.org> | 2017-11-15 15:22:30 -0500 |
|---|---|---|
| committer | Bob Weiner <rsw@gnu.org> | 2017-11-15 15:22:30 -0500 |
| commit | 2be4dd014ea12b63bcb4b9dc8d32a2f43d425459 (patch) | |
| tree | ef0892026244f37249c25b2d58abec7dbf49ace7 /hyperbole.el | |
| parent | 152e2be48e5bbd8da20193a28ff88f4e62fe80df (diff) | |
Fixed a bunch of small issues and released Hyperbole 7.
* hversion.el: Updated to 7.0.0 for major release.
* hui-window.el (hmouse-drag-window-side): Fixed coordinate error when drag release is outside of Emacs.
* hui-mouse.el (smart-helm-assist): Fixed message formatting bugs in hkey-debug message.
* hlvar.el (hack-local-variables): Changed from use of older inhibit-local-variables variable to newer
(inhibit-local-variables-p) function call.
* Makefile (version): Removed HY-ANNOUNCE-SHORT from distribution.
* kotl/kexport.el (kexport:html): Changed to wrap cell contents in <PRE></PRE> tags if soft-newline-flag is nil
rather than using <BR> hard newlines, so all cell formatting is preserved. Also changed NAME attribute to
ID for HTML5.
2017-11-14 Bob Weiner <rsw@gnu.org>
* kotl/kimport.el (kimport:star-heading): Added and replaced use of hard-coded regexps in star outline importation.
Also, stopped allowing leading whitespace before outline heading stars so can use indented stars as list items
rather than outline headings.
* hibtypes.el (text-toc): Expanded file names to include DEMO and TUTORIAL.
DEMO: Added Table of Contents and a section on using it, Table of Contents Browsing.
* hbut.el (ebut:label-p): Changed last parameter to limit search to two lines rather than one, so Info node matches can
span two lines as they often do.
* HY-ABOUT: Added link to HY-WHY.kotl.
HY-WHY.kotl: Added links to relevant DEMO sections throughout.
DEMO (Koutliner): Updated this section.
hui-menu.el (infodock-hyperbole-menu): Added Why-Use? entry.
hui-mini.el (hui:menus): Added WhyUse entry to display HY-WHY.kotl, list of Hyperbole use cases.
man/hyperbole.css (code, tt): Removed leading and trailing padding of 5px from code samples so display inline better.
Diffstat (limited to 'hyperbole.el')
| -rw-r--r-- | hyperbole.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperbole.el b/hyperbole.el index 29cb67d..1a617e2 100644 --- a/hyperbole.el +++ b/hyperbole.el @@ -6,7 +6,7 @@ ;; Maintainer: Bob Weiner <rsw@gnu.org> and Mats Lidell <matsl@gnu.org> ;; Created: 06-Oct-92 at 11:52:51 ;; Released: 24-Oct-17 -;; Version: 6.0.2g +;; Version: 7.0.0 ;; Keywords: comm, convenience, files, frames, hypermedia, languages, mail, matching, mouse, multimedia, outlines, tools, wp ;; Package: hyperbole ;; Package-Requires: ((emacs "24.4")) |
