<feed xmlns='http://www.w3.org/2005/Atom'>
<title>elpa.git/README, branch scratch/hyperbole-lexbind</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/'/>
<entry>
<title>Prep and bug fixes for next major release; fixed Smart Mouse Key point location issue; renamed to kotl/kotl-autoloads.el</title>
<updated>2017-11-01T20:27:59+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2017-11-01T20:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=671408ee961cbcc78d9c3523852791204fa329b4'/>
<id>671408ee961cbcc78d9c3523852791204fa329b4</id>
<content type='text'>
* man/hyperbole.texi (Version): Updated to 6.0.2g and rebuilt output formats.

* hui-window.el (hmouse-prior-active-region): Changed to call use-region-p rather than active-region-p, for a tighter test.
    This is used as a predicate; fixed bug that moved point, causing Smart Key release logic to use the wrong point.

* hmouse-key.el (hmouse-add-unshifted-smart-keys): Removed GNU Emacs-only dependencies.

* kotl/kotl-autoloads.el: Renamed from kotl/kotl-loaddefs.el to match package autoload naming scheme.

* hmouse-sh.el (hmouse-unshifted-setup): In Info-mode, Emacs uses key-translation-map to link mouse-1 to do whatever
    mouse-2 does but because Hyperbole uses both down and up bindings on mouse2, this does not work.  So we rebind
    mouse-1 and double-mouse-1 in Info mode to be actual Action Mouse Keys (which makes them follow Info
    links/cross-references properly, doing a superset of what they did before).
               (hmouse-posn-set-point): Added to handle frames rather than windows returned by some events; used in
    hmouse-move-point-emacs.

* hui-mouse.el (hmouse-tag): Added require of hmouse-info and hmouse-tag for smart-info, smart-lisp etc. when autoload
    file is not available.

* hmouse-sh.el (hmouse-bind-key-emacs):
  hui-select.el (hui-select-initialize): Added missing double-down-* and triple-down-* bindings.

2017-10-31  Bob Weiner  &lt;rsw@gnu.org&gt;

* hyperbole.el (hyperb:init): Added an "Initializing Hyperbole..." message at the beginning of this function.
    Removed 'Hyperbole loading' message at the beginning of this file since Emacs load function outputs a similar
    message.  Moved Hyperbole 'ready for action' message here rather than at the end of this file since Hyperbole
    initialization may be deferred until after Emacs initializaton time.  Hyperbole init. is complete only after
    this function is run.

2017-10-30  Bob Weiner  &lt;rsw@gnu.org&gt;

* man/hyperbole.texi (Glossary): Removed mention of old remote file access packages: ange-ftp and EFS.  Use Tramp only
    now.
                     (Searching and Summarizing): Renamed from Location.

* hpath.el (hpath:remote-at-p): Fixed to return /ftp: pre-pended to ftp paths since Tramp requires it.

* hibtypes.el (mail-address): Made lower priority than pathname so when an email-like user@domain is part of a remote
    pathname, this won't trigger.

* hpath.el (hpath:rfc): Prepended /ftp: to value so tramp recognizes it as a remote file path.

* man/hyperbole.texi (Smart Mouse Key Modifiers):
  hmouse-mod.el: Disabled this feature since it conflicts with present Emacs bindings of Control- and Meta- mouse keys.

* hui-mini.el (Doc/Manifest):
  hui-menu.el (Documentation/Manifest): Changed to use hypb:display-file-with-logo so can quit after viewing.

* hversion.el (id-browse-file): Changed alias from find-file-read-only to view-file.
  hui-mini.el (Doc/SmartKeys): Changed command used to match that used when same doc is displayed with a click at the right
    of a modeline.

* man/hyperbole.texi (Smart Keys): Added section on Smart Mouse Key Drags to match those in the DEMO file.
                     (Global Key Bindings): Replaced hkey-toggle-bindings with proper reference to
    hyperbole-toggle-bindings.
                     (Smart Key Bindings): Included hyperbole-toggle-bindings (toggles keyboard and mouse keys)
    rather than hmouse-toggle-bindings (toggles only mouse keys); moved the latter to the Global Key Bindings appendix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* man/hyperbole.texi (Version): Updated to 6.0.2g and rebuilt output formats.

* hui-window.el (hmouse-prior-active-region): Changed to call use-region-p rather than active-region-p, for a tighter test.
    This is used as a predicate; fixed bug that moved point, causing Smart Key release logic to use the wrong point.

* hmouse-key.el (hmouse-add-unshifted-smart-keys): Removed GNU Emacs-only dependencies.

* kotl/kotl-autoloads.el: Renamed from kotl/kotl-loaddefs.el to match package autoload naming scheme.

* hmouse-sh.el (hmouse-unshifted-setup): In Info-mode, Emacs uses key-translation-map to link mouse-1 to do whatever
    mouse-2 does but because Hyperbole uses both down and up bindings on mouse2, this does not work.  So we rebind
    mouse-1 and double-mouse-1 in Info mode to be actual Action Mouse Keys (which makes them follow Info
    links/cross-references properly, doing a superset of what they did before).
               (hmouse-posn-set-point): Added to handle frames rather than windows returned by some events; used in
    hmouse-move-point-emacs.

* hui-mouse.el (hmouse-tag): Added require of hmouse-info and hmouse-tag for smart-info, smart-lisp etc. when autoload
    file is not available.

* hmouse-sh.el (hmouse-bind-key-emacs):
  hui-select.el (hui-select-initialize): Added missing double-down-* and triple-down-* bindings.

2017-10-31  Bob Weiner  &lt;rsw@gnu.org&gt;

* hyperbole.el (hyperb:init): Added an "Initializing Hyperbole..." message at the beginning of this function.
    Removed 'Hyperbole loading' message at the beginning of this file since Emacs load function outputs a similar
    message.  Moved Hyperbole 'ready for action' message here rather than at the end of this file since Hyperbole
    initialization may be deferred until after Emacs initializaton time.  Hyperbole init. is complete only after
    this function is run.

2017-10-30  Bob Weiner  &lt;rsw@gnu.org&gt;

* man/hyperbole.texi (Glossary): Removed mention of old remote file access packages: ange-ftp and EFS.  Use Tramp only
    now.
                     (Searching and Summarizing): Renamed from Location.

* hpath.el (hpath:remote-at-p): Fixed to return /ftp: pre-pended to ftp paths since Tramp requires it.

* hibtypes.el (mail-address): Made lower priority than pathname so when an email-like user@domain is part of a remote
    pathname, this won't trigger.

* hpath.el (hpath:rfc): Prepended /ftp: to value so tramp recognizes it as a remote file path.

* man/hyperbole.texi (Smart Mouse Key Modifiers):
  hmouse-mod.el: Disabled this feature since it conflicts with present Emacs bindings of Control- and Meta- mouse keys.

* hui-mini.el (Doc/Manifest):
  hui-menu.el (Documentation/Manifest): Changed to use hypb:display-file-with-logo so can quit after viewing.

* hversion.el (id-browse-file): Changed alias from find-file-read-only to view-file.
  hui-mini.el (Doc/SmartKeys): Changed command used to match that used when same doc is displayed with a click at the right
    of a modeline.

* man/hyperbole.texi (Smart Keys): Added section on Smart Mouse Key Drags to match those in the DEMO file.
                     (Global Key Bindings): Replaced hkey-toggle-bindings with proper reference to
    hyperbole-toggle-bindings.
                     (Smart Key Bindings): Included hyperbole-toggle-bindings (toggles keyboard and mouse keys)
    rather than hmouse-toggle-bindings (toggles only mouse keys); moved the latter to the Global Key Bindings appendix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Action Mouse Key drag to modeline splits destination window before displaying the target item/buffer; added css to format Hyperbole HTML manual</title>
<updated>2017-10-27T21:45:25+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2017-10-27T21:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=7503a3d0cd5cf8703e72897f6a44fb0c3bf881c0'/>
<id>7503a3d0cd5cf8703e72897f6a44fb0c3bf881c0</id>
<content type='text'>
* man/hyperbole.css: Added to format HTML version of the Hyperbole manual like the Hyperbole web page, greatly improving
    its appearance.

* man/hkey-help.txt:
  man/hyperbole.texi (Modeline Clicks and Drags):  Documented new drag below.
  hui-window.el (hmouse-alist): Added context of a drag from a window with a release to a modeline which for Action Mouse
    Key splits the release window (which contains the modeline) and then displays the item or the buffer from the depress
    window in the release window.  With the Assist Mouse Key, just swaps buffers with no new window creation.

                (hmouse-modeline-click): Updated to do full testing for a click, so this can be called at any point
    after Smart Mouse Key release.
                (hmouse-buffer-to-window, hmouse-item-to-window): Added optional boolean new-window parameter to force
    a new window before buffer display.
                (hmouse-split-window): Added.
		(hmouse-modeline-event-p): Fixed conditional error that caused fall through past Modern GNU Emacs clause.
		(action-mouse-key, assist-mouse-key): Set above new variables.
                (action-key, assist-key): Added clear of any value of *-key-depress/release-position.
  hmouse-drv.el (action-key-release-position, assist-key-release-position): Added these to compare to existing
    *-key-depress-position value.

* README.md, HY-ANNOUNCE: Updated for public release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* man/hyperbole.css: Added to format HTML version of the Hyperbole manual like the Hyperbole web page, greatly improving
    its appearance.

* man/hkey-help.txt:
  man/hyperbole.texi (Modeline Clicks and Drags):  Documented new drag below.
  hui-window.el (hmouse-alist): Added context of a drag from a window with a release to a modeline which for Action Mouse
    Key splits the release window (which contains the modeline) and then displays the item or the buffer from the depress
    window in the release window.  With the Assist Mouse Key, just swaps buffers with no new window creation.

                (hmouse-modeline-click): Updated to do full testing for a click, so this can be called at any point
    after Smart Mouse Key release.
                (hmouse-buffer-to-window, hmouse-item-to-window): Added optional boolean new-window parameter to force
    a new window before buffer display.
                (hmouse-split-window): Added.
		(hmouse-modeline-event-p): Fixed conditional error that caused fall through past Modern GNU Emacs clause.
		(action-mouse-key, assist-mouse-key): Set above new variables.
                (action-key, assist-key): Added clear of any value of *-key-depress/release-position.
  hmouse-drv.el (action-key-release-position, assist-key-release-position): Added these to compare to existing
    *-key-depress-position value.

* README.md, HY-ANNOUNCE: Updated for public release.
</pre>
</div>
</content>
</entry>
<entry>
<title>V6.0.2d - Improved README and added git#=branch:file implicit button syntax.</title>
<updated>2017-10-06T19:03:08+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2017-10-06T19:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=bab59c881819e5c598a8a8971f127562df44aa0e'/>
<id>bab59c881819e5c598a8a8971f127562df44aa0e</id>
<content type='text'>
* man/hyperbole.texi (Version): Updated to 6.0.2d and rebuilt output formats.

* Makefile (README.md.html): Added build rule as part of 'make doc'.
  README*: Rewrote the Summary intro paragraph and first two numbered items in simpler terms
    for new users.

* hib-social.el (git-commit-reference): Added new implicit button type to display a diff for
    any commit listed in 'git log' output.
                (git-reference): Fixed a few typos and added support for git#=branch:file syntax
    to view (not edit) a file from a specific branch.  Hyperbole finds which project the branch
    and file are associated with if a default is not specified.  Documented in this file and DEMO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* man/hyperbole.texi (Version): Updated to 6.0.2d and rebuilt output formats.

* Makefile (README.md.html): Added build rule as part of 'make doc'.
  README*: Rewrote the Summary intro paragraph and first two numbered items in simpler terms
    for new users.

* hib-social.el (git-commit-reference): Added new implicit button type to display a diff for
    any commit listed in 'git log' output.
                (git-reference): Fixed a few typos and added support for git#=branch:file syntax
    to view (not edit) a file from a specific branch.  Hyperbole finds which project the branch
    and file are associated with if a default is not specified.  Documented in this file and DEMO.
</pre>
</div>
</content>
</entry>
<entry>
<title>2016-08-17  Bob Weiner  &lt;rsw@gnu.org&gt;</title>
<updated>2016-08-18T16:10:16+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2016-08-18T16:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=4fdcb7da7b837dd4086ecae6fdbf2853f28005be'/>
<id>4fdcb7da7b837dd4086ecae6fdbf2853f28005be</id>
<content type='text'>
* README: Added Summary section with a description of Hyperbole since this file may be shown prior to
    download in the Emacs package manager.

* kotl/kexport.el (kexport:label-html-font-attributes): Fixed improper 'defvar' definition which should
    have been a 'defcustom'.

2016-08-16  Bob Weiner  &lt;rsw@gnu.org&gt;

* hib-kbd.el (kbd-key:normalize): Fixed so C-M-&lt;char&gt; is normalized the same way as M-C-&lt;char&gt;.
             (kbd-key:extended-command-prefix): Added.
             (kbd-key, kbd-key:act): Added kbd-key:extended-command-p test and used in this implicit button
    type and action type to support Action Key presses on M-x extended commands like {M-x occur RET} since
    these are included in the Hyperbole DEMO.

2016-08-15  Bob Weiner  &lt;rsw@gnu.org&gt;

* hpath.el (hpath:substitute-dir): Added support for environment variables including those with PATH
    in their name (colon-separated paths) that should have been there.
    Added call to hpath:exists-p to test path with hpath:suffixes added to fix bug where
    "${load-path}/simple.el" did not resolve properly when the file was stored compressed
    as simple.el.gz, for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* README: Added Summary section with a description of Hyperbole since this file may be shown prior to
    download in the Emacs package manager.

* kotl/kexport.el (kexport:label-html-font-attributes): Fixed improper 'defvar' definition which should
    have been a 'defcustom'.

2016-08-16  Bob Weiner  &lt;rsw@gnu.org&gt;

* hib-kbd.el (kbd-key:normalize): Fixed so C-M-&lt;char&gt; is normalized the same way as M-C-&lt;char&gt;.
             (kbd-key:extended-command-prefix): Added.
             (kbd-key, kbd-key:act): Added kbd-key:extended-command-p test and used in this implicit button
    type and action type to support Action Key presses on M-x extended commands like {M-x occur RET} since
    these are included in the Hyperbole DEMO.

2016-08-15  Bob Weiner  &lt;rsw@gnu.org&gt;

* hpath.el (hpath:substitute-dir): Added support for environment variables including those with PATH
    in their name (colon-separated paths) that should have been there.
    Added call to hpath:exists-p to test path with hpath:suffixes added to fix bug where
    "${load-path}/simple.el" did not resolve properly when the file was stored compressed
    as simple.el.gz, for example.
</pre>
</div>
</content>
</entry>
<entry>
<title>2016-08-12  Bob Weiner  &lt;rsw@gnu.org&gt;</title>
<updated>2016-08-15T23:08:49+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2016-08-15T23:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=ddd114d7e6ca0221636ecd15b7aa7d34e4c19d54'/>
<id>ddd114d7e6ca0221636ecd15b7aa7d34e4c19d54</id>
<content type='text'>
* hui-mini.el (hui:menu-enter): Fixed potential error of (wrong-type-argument char-or-string-p 134217741)
    when insert was called with a non-character code integer.

2016-08-10  Bob Weiner  &lt;rsw@gnu.org&gt;

* HY-ANNOUNCE-SHORT - Added as a shorter release announcement.

* HY-ABOUT, README, README.md, README.md.html - Synchronized with Hyperbole web home page
    and typo fixes.

* hpath.el (hpath:external-open-office-suffixes): Added external display of
    Open Office documents based on this new option.
           (hpath:command-string): Quoted filename argument to allow spaces in filenames.
    This fixed an issue when an external viewer such as `open' was called under OS X
    and the filename to be opened contained spaces.

* hyperbole.el (Maintainer): Changed back to single line so ELPA parses it correctly.

* hib-debbugs.el (debbugs-gnu-query:list):
  hyperbole.el (hkey-global-set-key, Info-directory-list):
  hvar.el (var:append): Removed improper function quoting of variable.

==============================================================================
V6.0.3 changes ^^^^:
==============================================================================
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hui-mini.el (hui:menu-enter): Fixed potential error of (wrong-type-argument char-or-string-p 134217741)
    when insert was called with a non-character code integer.

2016-08-10  Bob Weiner  &lt;rsw@gnu.org&gt;

* HY-ANNOUNCE-SHORT - Added as a shorter release announcement.

* HY-ABOUT, README, README.md, README.md.html - Synchronized with Hyperbole web home page
    and typo fixes.

* hpath.el (hpath:external-open-office-suffixes): Added external display of
    Open Office documents based on this new option.
           (hpath:command-string): Quoted filename argument to allow spaces in filenames.
    This fixed an issue when an external viewer such as `open' was called under OS X
    and the filename to be opened contained spaces.

* hyperbole.el (Maintainer): Changed back to single line so ELPA parses it correctly.

* hib-debbugs.el (debbugs-gnu-query:list):
  hyperbole.el (hkey-global-set-key, Info-directory-list):
  hvar.el (var:append): Removed improper function quoting of variable.

==============================================================================
V6.0.3 changes ^^^^:
==============================================================================
</pre>
</div>
</content>
</entry>
<entry>
<title>2016-08-05  Bob Weiner  &lt;rsw@gnu.org&gt;</title>
<updated>2016-08-05T13:30:25+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2016-08-05T13:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=71b8e7368f9b1c78473943d6fd271df938f03aa7'/>
<id>71b8e7368f9b1c78473943d6fd271df938f03aa7</id>
<content type='text'>
* hib-social.el (social-reference): Disabled this implicit button type in html and related modes so
    in-file link references are not matched as social hash tags and made the list of modes a variable,

  hpath.el (hpath:to-html-anchor): Added.
           (hpath:find): Rewrote to follow HTML in-file anchor references.

2016-08-04  Bob Weiner  &lt;rsw@gnu.org&gt;

* hpath.el (hpath:html-suffix-regexp, hpath:html-anchor-id-pattern, hpath:html-link-anchor-regexp): Added.

* README, README.md, README.md.html: Added a new testimonial.

* Makefile (elpa, ftp): Added these targets to install Hyperbole releases for ELPA or ftp download.
    Changed so release target depends on package target so you can build a package prior to a release.

* hpath.el (hpath:remote-available-p): Fixed tramp package check prior to loading by adding a test for
    tramp-autoload-file-name-handler.

* README.md.html: Fixed bookmarks/in-file link ids.

2016-08-03  Bob Weiner  &lt;rsw@gnu.org&gt;

* hsettings.el (hyperbole-web-search-alist): Made any edit update all Hyperbole menus with the new value.
  DEMO (Hyperbole Menus): Added description and exercise using the new Find/Web menu.
  hui-mini.el (Cust/Web-Search): Added to allow setting of hyperbole-web-search-browser-function.
  hui-menu.el (infodock-hyperbole-menu): Added optional rebuild-flag to force rebuilding of the
    Hyperbole menubar menu.

* man/hyperbole.texi (HyControl): Documented ESC as a way to quit from HyControl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hib-social.el (social-reference): Disabled this implicit button type in html and related modes so
    in-file link references are not matched as social hash tags and made the list of modes a variable,

  hpath.el (hpath:to-html-anchor): Added.
           (hpath:find): Rewrote to follow HTML in-file anchor references.

2016-08-04  Bob Weiner  &lt;rsw@gnu.org&gt;

* hpath.el (hpath:html-suffix-regexp, hpath:html-anchor-id-pattern, hpath:html-link-anchor-regexp): Added.

* README, README.md, README.md.html: Added a new testimonial.

* Makefile (elpa, ftp): Added these targets to install Hyperbole releases for ELPA or ftp download.
    Changed so release target depends on package target so you can build a package prior to a release.

* hpath.el (hpath:remote-available-p): Fixed tramp package check prior to loading by adding a test for
    tramp-autoload-file-name-handler.

* README.md.html: Fixed bookmarks/in-file link ids.

2016-08-03  Bob Weiner  &lt;rsw@gnu.org&gt;

* hsettings.el (hyperbole-web-search-alist): Made any edit update all Hyperbole menus with the new value.
  DEMO (Hyperbole Menus): Added description and exercise using the new Find/Web menu.
  hui-mini.el (Cust/Web-Search): Added to allow setting of hyperbole-web-search-browser-function.
  hui-menu.el (infodock-hyperbole-menu): Added optional rebuild-flag to force rebuilding of the
    Hyperbole menubar menu.

* man/hyperbole.texi (HyControl): Documented ESC as a way to quit from HyControl.
</pre>
</div>
</content>
</entry>
<entry>
<title>* README.md.html - Added.</title>
<updated>2016-08-02T22:18:43+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2016-08-02T22:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=77a075f9d709f3f324b3b5861bbefe3dfe5147ed'/>
<id>77a075f9d709f3f324b3b5861bbefe3dfe5147ed</id>
<content type='text'>
2016-08-01  Bob Weiner  &lt;rsw@gnu.org&gt;

* hui-menu.el (hui-menu-browser): Added to allow setting of
    hyperbole-web-search-browser-function.
              (infodock-hyperbole-menu): Added missing quote in Display-Referents-in setq,
    fixing invalid code generation.

* README.md (Invocation):
  HY-ANNOUNCE (Invocation):
  INSTALL (Invocation):
  README (Files):
  DEMO (HyControl): Added pointer to HyControl video and {C-c \} binding.
  hyperbole.texi (HyControl): Updated {C-c \} binding description.

* hycontrol.el (hycontrol-frames, hycontrol-windows): Added ESC as an additional key
    that quits form HyControl.

* man/hyperbole.texi (Global Key Bindings): Documented {C-c /} prefix key.
                     (Menus): Added Find/Web menu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2016-08-01  Bob Weiner  &lt;rsw@gnu.org&gt;

* hui-menu.el (hui-menu-browser): Added to allow setting of
    hyperbole-web-search-browser-function.
              (infodock-hyperbole-menu): Added missing quote in Display-Referents-in setq,
    fixing invalid code generation.

* README.md (Invocation):
  HY-ANNOUNCE (Invocation):
  INSTALL (Invocation):
  README (Files):
  DEMO (HyControl): Added pointer to HyControl video and {C-c \} binding.
  hyperbole.texi (HyControl): Updated {C-c \} binding description.

* hycontrol.el (hycontrol-frames, hycontrol-windows): Added ESC as an additional key
    that quits form HyControl.

* man/hyperbole.texi (Global Key Bindings): Documented {C-c /} prefix key.
                     (Menus): Added Find/Web menu.
</pre>
</div>
</content>
</entry>
<entry>
<title>* HY-ANNOUNCE (About):</title>
<updated>2016-07-27T21:07:47+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2016-07-27T21:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=e28b8bfffc08bb6470f2829d69ce971d79d0c339'/>
<id>e28b8bfffc08bb6470f2829d69ce971d79d0c339</id>
<content type='text'>
  README (Files): Added pointers to Hyperbole screenshot files.

*  man/im/menu-hyperbole2.pdf: Removed this unneeded file.

* HY-ANNOUNCE: Updated first section and used in sending 6.0.1 release announcements.
    Added items from HY-NEWS for 6.0.1 that were unintentially left out of this file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  README (Files): Added pointers to Hyperbole screenshot files.

*  man/im/menu-hyperbole2.pdf: Removed this unneeded file.

* HY-ANNOUNCE: Updated first section and used in sending 6.0.1 release announcements.
    Added items from HY-NEWS for 6.0.1 that were unintentially left out of this file.
</pre>
</div>
</content>
</entry>
<entry>
<title>* README: Renamed this file from HY-README.  Moved installation and invocation</title>
<updated>2016-07-25T13:42:32+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2016-07-25T13:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=d956115ff942e6556cb03771f2a98ecd9b9b576b'/>
<id>d956115ff942e6556cb03771f2a98ecd9b9b576b</id>
<content type='text'>
   instructions to "INSTALL" file.  These changes were to eliminate release
   problems with INSTALL and README being symbolic links.

* hmouse-tag.el (smart-tags-display): Added with-no-warnings around
   find-tag call to prevent obsolete warnings and removed setting of
   byte-compile-warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   instructions to "INSTALL" file.  These changes were to eliminate release
   problems with INSTALL and README being symbolic links.

* hmouse-tag.el (smart-tags-display): Added with-no-warnings around
   find-tag call to prevent obsolete warnings and removed setting of
   byte-compile-warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>* man/hyperbole.texi: Fixed typos and improved explanations in parts.</title>
<updated>2016-07-19T16:23:56+00:00</updated>
<author>
<name>Bob Weiner</name>
<email>rsw@gnu.org</email>
</author>
<published>2016-07-19T15:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=465cba18a3b7b9b4f1914ee2b51a7f0d1a15fdbf'/>
<id>465cba18a3b7b9b4f1914ee2b51a7f0d1a15fdbf</id>
<content type='text'>
* Makefile (GPG): Added to digitally sign Hyperbole distributions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile (GPG): Added to digitally sign Hyperbole distributions.
</pre>
</div>
</content>
</entry>
</feed>
