[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole updated (0539520 -> 9b2d75a)
From: |
Robert Weiner |
Subject: |
[elpa] externals/hyperbole updated (0539520 -> 9b2d75a) |
Date: |
Wed, 15 Nov 2017 22:46:55 -0500 (EST) |
rsw pushed a change to branch externals/hyperbole.
from 0539520 * kotl/klink.el: Require hbut to fix compilation
new ddd114d 2016-08-12 Bob Weiner <address@hidden>
new 4fdcb7d 2016-08-17 Bob Weiner <address@hidden>
new 9457b27 * hmouse-drv.el (hkey-help-show): Modified to invoke
help-mode only if buffer name includes 'Help' to support other specialized
modes that use temp buffers.
new a6acb39 2016-09-08 Bob Weiner <address@hidden>
new 5d6b9cd 2017-09-10 Bob Weiner <address@hidden>
new 55a1f04 2017-09-18 Bob Weiner <address@hidden>
new 3aea4ee Changes to hui-window.el had not been saved in prior
commit.
new a2e2dc3 Made smart-helm ignore helm candidate separator lines.
new fed1547 * hib-social.el (hibtypes-social-default-service):
Changed to use a radio button choice when customizing this.
(hibtypes-social-hashtag-alist, hibtypes-social-username-alist): Added
github user and commit lookup via social link syntax.
(hibtypes-social-github-default-user):
(hibtypes-social-github-default-project)
(github-commit-reference): Added this new action and its above default
values. [...]
new 1a85b83 * DEMO (Git References): Added. hib-social.el
(hibtypes-github-default-project): Renamed from
hibtypes-social-github-default-project.
(hibtypes-github-default-user): Renamed from
hibtypes-social-githbu-default-user.
(hibtypes-git-default-project): Added. (hibtypes-git-*,
git-reference): Updated to allow git#project/commit-hashtag references. So
now all of the following are recognized as local git references if the
default project se [...]
new 620685a Add git and github reference support for branches,
issues, pull requests and tags.
new 992870d Speeded up search for and addition of a single git
project to the dir cache. * hib-social.el
(hibtypes-git-add-project-to-repos-cache)
(hibtypes-git-build-or-add-to-repos-cache): Added to allow for adding a
single new project to the cache.
new 488bb31 hib-debbugs.el: Removed dependency on package.el which
some people don't want/need loaded. * hib-debbugs.el
(debbugs-version-sufficient-p): Added to eliminate use of version testing
function from package.el which some people prefer not to load.
new 1b40c4e hib-social.el: When a git-reference is activated, trigger
an error if `locate' command is not found.
new d1fb45a File/Dir linking fix; Smart Key reloading; helm mouse
control improvements; Hyperbole menu use doc strings * hui-mini.el
(hui:menu-item): Improved so that if menu item has no help string but its
action is a function with a doc string, then it will use the first line of
the action doc string for displaying help on the item.
new 06d6cf1 V6.0.2a; Action Key drag from buffer, file and helm
buffer item menus to another window to display.
new 4ace769 Added brief pulsing/flashing from source line to line in
destination buffer. * hui-window.el (pulse): Added require for momentary
highlighting of buffer/file item lines.
(hmouse-pulse-line): Added. (hmouse-item-to-window): Added
pulses to source and dest. lines.
new 632789b Made Action Key display selected buffer menu item in the
same window as the buffer menu.
new a933051 Supported Emacs button mouse action; improved Lisp
outlining support; improved load library links
new ff2c292 Minor bug fixes for Koutlines; updated Hyperbole manual
version * man/hyperbole.texi (Version): Updated to 6.02a and rebuilt output
formats.
new e2f6fbd V6.0.2b; Fixed ebut creation argument prompting; Normal
key seqs and ESC for meta allowed in HyControl
new 2161b1c Added hmouse-pulse-flag and more pulsing; fixed many
small internal Hyperbole button handling functions. Replicated
hui:link-directly user message for use whenever ebuttons are interactively
created or modified.
new 50dc88d V6.0.2c - Smart Key and popup menu buffer fixes;
simplified Assist Key handling code
new bf0e9fb Added new git-find-file command and associated git#=file
implicit button type.
new bab59c8 V6.0.2d - Improved README and added git#=branch:file
implicit button syntax.
new 547c18f Added gh#status to show github status; eliminated
annot-bib matches from programming modes.
new 1aec56c Added drags between frames and outside Emacs, new
mode-line drags, dired item drags, hyperbole.el commentary, texinfo @findex
and @vindex implicit buttons, hycontrol frame quadrant movement by virtual
numeric keypad, greater hycontrol WINDOW/FRAME commonality, hycontrol rapid
frame percentage resizing along a single edge, improved smart key help
new 943dba1 Added 'topwin' Python script to determine topmost app
window at a screen position under macOS.
new 70b6a79 Added modeline drag to window to replace dest. buffer
with source buffer; showed Hyperbole key bindings in menu
new 6e80e7a V6.0.2e: Rewrote HyControl for improved generality, event
handling and to support key bindings.
new aba412a HyControl changes: now a global minor mode; added @
window grid creation command; inverted selected mode-line for emphasis
new 2e55c34 Add defvar for assist-flag
new 2b9d47e Merge branch 'master' of
git.sv.gnu.org:/srv/git/hyperbole with Mats assist-flag fix.
new a76d502 Hyperbole 6.0.2f pre-release
new 8fbfc1b Renamed @ command functions to hycontrol-windows-grid.
Updated manual and DEMO with newest commands.
new 9792af9 Added global {C-c @} binding. Fixed some mouse handling
bugs. Mostly finalized DEMO and manual.
new 7503a3d Action Mouse Key drag to modeline splits destination
window before displaying the target item/buffer; added css to format Hyperbole
HTML manual
new 671408e Prep and bug fixes for next major release; fixed Smart
Mouse Key point location issue; renamed to kotl/kotl-autoloads.el
new 450688e Corrected mouse-position and mouse-pixel-position to
return selected frame; added key sequences with args support.
new 6b68100 Fixed predicate test in kbd-key:key-and-arguments.
new ce6fa24 Updated HY-NEWS with all new features for next major
release.
new 67c00f5 Added additional Hyperbole Manual section changes.
new 705d254 Many bug fixes; added HyRolo DEMO section; many Hyperbole
Manual updates including images
new ff17563 Use replace-regexp-in-string instead of replace-in-string
new 8f70846 Correct spelling
new 45714d5 Minor doc and code improvements
new 152e2be Highlighted explicit buttons when yanked; fixed region
location bugs with hmouse-drag-thing and region kill, copy and yank
new 2be4dd0 Fixed a bunch of small issues and released Hyperbole 7.
new cf8ae0c Makefile (help): Removed misplaced double quote
characters.
new caf91d4 Merge branch 'master' of
http://git.savannah.gnu.org/r/hyperbole into externals/hyperbole
new 1188e43 smart-clib-sym: Removed file-newer Perl script
dependency; file-newer: Removed.
new c45ce9b Merge branch 'master' of
http://git.savannah.gnu.org/r/hyperbole into externals/hyperbole Hyperbole
7.0.0 release
new 9b2d75a Merge branch 'externals/hyperbole' of
git+ssh://git.sv.gnu.org/srv/git/emacs/elpa into externals/hyperbole Resolved
single line kotl/klink.el merge conflict
Summary of changes:
.hypb | Bin 2681 -> 2234 bytes
Changes | 1317 ++++-
DEMO | 625 ++-
DEMO-ROLO.otl | 17 +
HY-ABOUT | 23 +-
HY-ANNOUNCE | 1237 +----
HY-NEWS | 345 +-
HY-WHY.kotl | 131 +-
INSTALL | 2 +-
MANIFEST | 12 +-
Makefile | 77 +-
README | 61 +-
README.md | 173 +-
README.md.html | 1209 ++---
_hypb | Bin 1951 -> 2234 bytes
file-newer | 9 -
hact.el | 89 +-
hactypes.el | 37 +-
hargs.el | 29 +-
hbdata.el | 134 +-
hbut.el | 57 +-
hib-debbugs.el | 35 +-
hib-doc-id.el | 2 +-
hib-kbd.el | 183 +-
hib-social.el | 590 ++-
hibtypes.el | 444 +-
hload-path.el | 5 +
hlvar.el | 2 +-
hmouse-drv.el | 512 +-
hmouse-key.el | 39 +-
hmouse-mod.el | 9 +
hmouse-sh.el | 484 +-
hmouse-tag.el | 95 +-
hpath.el | 264 +-
hsettings.el | 28 +-
hsys-www.el | 54 +-
hui-em-but.el | 33 +-
hui-jmenu.el | 16 +-
hui-menu.el | 78 +-
hui-mini.el | 44 +-
hui-mouse.el | 522 +-
hui-select.el | 68 +-
hui-window.el | 1015 ++--
hui-xe-but.el | 33 +-
hui.el | 50 +-
hvar.el | 2 +-
hversion.el | 9 +-
hycontrol.el | 1808 +++++--
hypb.el | 44 +-
hyperbole-pkg.el | 8 +
hyperbole.el | 137 +-
hyrolo-demo.el | 89 +
hyrolo-logic.el | 136 +-
hyrolo.el | 254 +-
kotl/EXAMPLE.kotl | 7 +-
kotl/kexport.el | 35 +-
kotl/kimport.el | 13 +-
kotl/klink.el | 2 +-
kotl/{kotl-loaddefs.el => kotl-autoloads.el} | 26 +-
kotl/kotl-mode.el | 18 +-
kotl/kview.el | 10 +-
kotl/kvspec.el | 26 +-
dir => man/dir | 0
man/hkey-help.txt | 48 +-
man/hyperbole.css | 453 ++
man/hyperbole.html | 6591 +++++++++++++++-----------
man/hyperbole.info | Bin 436710 -> 483045 bytes
man/hyperbole.pdf | Bin 798585 -> 1255114 bytes
man/hyperbole.texi | 5019 ++++++++++++--------
man/im/menu-customization.eps | 6212 ------------------------
man/im/menu-customization.png | Bin 15975 -> 15911 bytes
man/im/menu-display-referents.png | Bin 0 -> 54520 bytes
man/im/menu-find.png | Bin 0 -> 14459 bytes
man/im/menu-key-bindings.png | Bin 0 -> 60741 bytes
man/im/menu-url-browser.png | Bin 0 -> 58667 bytes
man/im/menu-web-search-browser.png | Bin 0 -> 59112 bytes
man/im/wgrid-2x2.png | Bin 0 -> 203175 bytes
man/im/wgrid-2x3.png | Bin 0 -> 320989 bytes
man/im/wgrid-3x5.png | Bin 0 -> 354585 bytes
man/im/wgrid-4x6.png | Bin 0 -> 361485 bytes
man/version.texi | 8 +-
set.el | 1 +
topwin.py | 49 +
83 files changed, 15865 insertions(+), 15329 deletions(-)
create mode 100644 DEMO-ROLO.otl
delete mode 100755 file-newer
create mode 100644 hyperbole-pkg.el
create mode 100644 hyrolo-demo.el
rename kotl/{kotl-loaddefs.el => kotl-autoloads.el} (90%)
rename dir => man/dir (100%)
create mode 100644 man/hyperbole.css
delete mode 100644 man/im/menu-customization.eps
create mode 100644 man/im/menu-display-referents.png
create mode 100644 man/im/menu-find.png
create mode 100644 man/im/menu-key-bindings.png
create mode 100644 man/im/menu-url-browser.png
create mode 100644 man/im/menu-web-search-browser.png
create mode 100644 man/im/wgrid-2x2.png
create mode 100644 man/im/wgrid-2x3.png
create mode 100644 man/im/wgrid-3x5.png
create mode 100644 man/im/wgrid-4x6.png
create mode 100755 topwin.py
- [elpa] externals/hyperbole updated (0539520 -> 9b2d75a),
Robert Weiner <=
- [elpa] externals/hyperbole 4fdcb7d 02/53: 2016-08-17 Bob Weiner <address@hidden>, Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 3aea4ee 07/53: Changes to hui-window.el had not been saved in prior commit., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole a2e2dc3 08/53: Made smart-helm ignore helm candidate separator lines., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole a6acb39 04/53: 2016-09-08 Bob Weiner <address@hidden>, Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 488bb31 13/53: hib-debbugs.el: Removed dependency on package.el which some people don't want/need loaded., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 992870d 12/53: Speeded up search for and addition of a single git project to the dir cache., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 1b40c4e 14/53: hib-social.el: When a git-reference is activated, trigger an error if `locate' command is not found., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole ddd114d 01/53: 2016-08-12 Bob Weiner <address@hidden>, Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 4ace769 17/53: Added brief pulsing/flashing from source line to line in destination buffer., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 632789b 18/53: Made Action Key display selected buffer menu item in the same window as the buffer menu., Robert Weiner, 2017/11/15