-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7.0.6 test release: many changes, new logo; ibtypes speedups
- Loading branch information
Showing
21 changed files
with
132 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
2019-09-17 Bob Weiner <[email protected]> | ||
|
||
* hui.el (hui:action): | ||
hui-mini.el (hui:menu-item): | ||
hibtypes.el (hyp-source): | ||
hargs.el (hargs:at-p): | ||
hyrolo-logic.el (hyrolo-map-logic): | ||
hyrolo.el (hyrolo-grep-file): Undo adding second arg t to prin1-to-string | ||
call (meant to prevent string properties output) since has side effect | ||
of removing needed quote marks and changes the way buffers print which | ||
causes (hyp-source) matches to fail. | ||
|
||
* hpath.el (hpath:to-line): Added and used in hpath:find and hpath:find-line. | ||
(hpath:find-line): Changed to save-restriction when move. | ||
(hpath:shell-modes): Added and used in hpath:to-markup-anchor. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
;; Maintainer: Bob Weiner <[email protected]>, Mats Lidell <[email protected]> | ||
;; Created: 06-Oct-92 at 11:52:51 | ||
;; Released: 27-Aug-19 | ||
;; Version: 7.0.5 | ||
;; Version: 7.0.6 | ||
;; Keywords: comm, convenience, files, frames, hypermedia, languages, mail, matching, mouse, multimedia, outlines, tools, wp | ||
;; Package: hyperbole | ||
;; Package-Requires: ((emacs "24.4")) | ||
|
@@ -472,7 +472,7 @@ With optional ARG, override them iff ARG is positive." | |
;; ;; nothing more need be done. | ||
;; (if (byte-code-function-p func) | ||
;; (delq nil (mapcar (lambda (item) (eq item 'apply)) (aref func 2))) | ||
;; (string-match "(apply " (prin1-to-string func t))))) | ||
;; (string-match "(apply " (prin1-to-string func))))) | ||
|
||
;; (unless (hyperb:package-autoloads-subdirectories-p) | ||
;; ;; Function is not patched, so define it here, call it, and then load | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.