[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole updated (62a9db3 -> 7184b30)
From: |
Stefan Monnier |
Subject: |
[elpa] externals/hyperbole updated (62a9db3 -> 7184b30) |
Date: |
Sun, 12 Jul 2020 18:10:05 -0400 (EDT) |
monnier pushed a change to branch externals/hyperbole.
from 62a9db3 7.0.6 test release: many changes, new logo; ibtypes
speedups
new 62f3fd2 7.0.7 test release: many changes, new logo; fixed def
macros
new 766ac22 Large commit of RSW changes
new 55a8009 Fail packaging when proper version number is missing
new 88e8aab 7.0.8 test release: XML markup tag selection; global
button renaming
new 9e2b4ba hui-select.el - remove require of kotl-mode; caused
cyclical loads
new ad4dc9f Makefile - add missing gzipped tar file dependency to
'ftp' target
new e654a6d Fail packaging when proper version number is missing
new 7aa8e62 Merge pull request #20 from
rswgnu/make-make-release-fail-on-wrong-version-number
new 0f8c29e Merge branch 'master' of github.com:rswgnu/hyperbole
new cac90b5 Merge branch 'master' of github.com:rswgnu/hyperbole
new d087a82 Fixes for 7.0.8 test release
new 8e6ea41 Fix ibut handling in programming modes; add button links
to glossary
new aa04634 Handle null key sent to link-to-ibut and ibut:to
new db4dd6c Use float for delay instead of looping (#21)
new fc7c511 Merge branch 'master' of hyperbole
new 4f0a651 hproperty:but-flash-time - revert value from 0.05 back to
1000
new 5119a4c hui-em-but.el: Properly highlight explicit buttons when
loading
new c30a718 Fix out-of-date imenu index after buffer changes
new 9a94a8f Fix hproperty:item-highlight-color init error; add
regional 'throw'
new f733d4f Bug fixes in preparation for test release V7.0.9
new 07c0664 Org-mode local binding of M-RET activates Hyperbole
implicit buttons
new f2a5c27 Fixed errors in using hyrolo-logic operators
new 45fff9a Many bug fixes and improvements
new ecc8f36 Smart Key live window resizing and frame dragging;
auto-autoload gen
new a9ce82a Removed {C-c C-r} ebut:rename binding due to major-mode
conflicts
new cb7827c Swapping buffer improvements; handle grep lines with null
separators
new 9428ee7 Hyperbole 7.0.9 Test Release
new 73fed44 Fix in-buffer text as ebut label; allow line/col in
link-to-file
new f98ce2a Fix colorized display of HyRolo match terms on initial
use.
new 7a14688 Update manual with bottommost modeline frame drags and
Bookmarks
new bf73086 Generalize in-buffer button completion UI; Hyperbole
manual updates
new 0e1203c Publish 7.1.0 test release
new c565349 Fix entry addition which was failing due to level
handling change
new 6e55a34 Fix ebut:get calls to send file as 3rd arg, not 2nd
new 9f9b106 hypb:replace-match-string): Replace with
replace-regexp-in-string
new b430d10 hpath:find: Was called with point in the source, not
referent buffer
new 7d098e4 kbd-key:normalize: Rewrote and added support for many
more keys
new a566b48 Large partial update in preparation for 7.1.1 test release
new cb8b283 V7.1.1 Test Release
new 3d26ccb Fix require of 'help-mode' instead of 'help' to remedy
'make bin'
new 96dcfee Bulk of changes for test release 7.1.2
new c050a69 kotl/klink.el: (require 'kcell): Removed recursive
require loop
new 2f52190 Koutliner: Add support for Emacs visual-line commands
new 8c234bf Basic coding and documentation updates
new ffdbe45 Allow buffer names to be lists (#26)
new 034d672 Only url encode the user input to the search (#25)
new 56e88ca Merge branch 'master' of hyperbole
new 2093d3e quit-window - Handle primitive functions when replacing
this command
new 4879832 hload-path.el - Use any symlink to Hyperbole root dir in
load-path
new 2253ac2 V7.1.2 release
new 7184b30 Fix ibut:delete
Summary of changes:
.hypb | Bin 2413 -> 3226 bytes
Changes | 625 ++++-
DEMO | 293 ++-
HY-ABOUT | 14 +-
HY-NEWS | 291 ++-
Makefile | 13 +-
README.md | 4 +-
README.md.html | 4 +-
hact.el | 55 +-
hactypes.el | 116 +-
hargs.el | 303 ++-
hbut.el | 618 +++--
hib-kbd.el | 301 ++-
hib-social.el | 17 +-
hibtypes.el | 1359 ++++++-----
hload-path.el | 18 +-
hmouse-drv.el | 150 +-
hmouse-sh.el | 140 +-
hmouse-tag.el | 14 +-
hpath.el | 348 ++-
hsettings.el | 9 +-
hsys-org.el | 142 +-
hui-em-but.el | 150 +-
hui-jmenu.el | 2 +-
hui-menu.el | 17 +-
hui-mini.el | 136 +-
hui-mouse.el | 58 +-
hui-select.el | 1392 +++++------
hui-window.el | 129 +-
hui.el | 547 +++--
hvar.el | 56 +-
hversion.el | 4 +-
hycontrol.el | 82 +-
hypb.el | 301 ++-
hyperbole-banner.png | Bin 14744 -> 13234 bytes
hyperbole.el | 59 +-
hyrolo-logic.el | 14 +-
hyrolo.el | 204 +-
kotl/kfill.el | 176 +-
kotl/kotl-autoloads.el | 17 +-
kotl/kotl-mode.el | 31 +-
man/hkey-help.txt | 4 +
man/hyperbole.html | 6339 ++++++++++++++++++++++++------------------------
man/hyperbole.info | Bin 517208 -> 528429 bytes
man/hyperbole.pdf | Bin 1277862 -> 1284189 bytes
man/hyperbole.texi | 441 ++--
man/version.texi | 8 +-
47 files changed, 8503 insertions(+), 6498 deletions(-)
- [elpa] externals/hyperbole updated (62a9db3 -> 7184b30),
Stefan Monnier <=
- [elpa] externals/hyperbole e654a6d 02/51: Fail packaging when proper version number is missing, Stefan Monnier, 2020/07/12
- [elpa] externals/hyperbole 55a8009 05/51: Fail packaging when proper version number is missing, Stefan Monnier, 2020/07/12
- [elpa] externals/hyperbole 88e8aab 06/51: 7.0.8 test release: XML markup tag selection; global button renaming, Stefan Monnier, 2020/07/12
- [elpa] externals/hyperbole 62f3fd2 01/51: 7.0.7 test release: many changes, new logo; fixed def macros, Stefan Monnier, 2020/07/12
- [elpa] externals/hyperbole 7aa8e62 03/51: Merge pull request #20 from rswgnu/make-make-release-fail-on-wrong-version-number, Stefan Monnier, 2020/07/12
- [elpa] externals/hyperbole cac90b5 10/51: Merge branch 'master' of github.com:rswgnu/hyperbole, Stefan Monnier, 2020/07/12
- [elpa] externals/hyperbole 0f8c29e 07/51: Merge branch 'master' of github.com:rswgnu/hyperbole, Stefan Monnier, 2020/07/12
- [elpa] externals/hyperbole d087a82 11/51: Fixes for 7.0.8 test release, Stefan Monnier, 2020/07/12
- [elpa] externals/hyperbole fc7c511 15/51: Merge branch 'master' of hyperbole, Stefan Monnier, 2020/07/12
- [elpa] externals/hyperbole 4f0a651 16/51: hproperty:but-flash-time - revert value from 0.05 back to 1000, Stefan Monnier, 2020/07/12