summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorBob Weiner <rsw@gnu.org>2017-11-15 15:22:30 -0500
committerBob Weiner <rsw@gnu.org>2017-11-15 15:22:30 -0500
commit2be4dd014ea12b63bcb4b9dc8d32a2f43d425459 (patch)
treeef0892026244f37249c25b2d58abec7dbf49ace7 /Changes
parent152e2be48e5bbd8da20193a28ff88f4e62fe80df (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 'Changes')
-rw-r--r--Changes36
1 files changed, 36 insertions, 0 deletions
diff --git a/Changes b/Changes
index d998759..2aceba0 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,39 @@
+2017-11-15 Bob Weiner <rsw@gnu.org>
+
+* 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.
+
2017-11-13 Bob Weiner <rsw@gnu.org>
* hui-window.el (hmouse-drag-thing): Added error if drag ends within the delimited thing region, so user knows