-
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.
Swapping buffer improvements; handle grep lines with null separators
- Loading branch information
Showing
17 changed files
with
715 additions
and
78 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,22 @@ | ||
2020-02-16 Bob Weiner <[email protected]> | ||
|
||
* Published 7.0.9 test release. | ||
|
||
* hibtypes.el (grep-msg): Fixed handling files names with spaces followed by a null character rather than a | ||
colon as a separator. Note that the null is set to visibly display as a colon in Emacs. | ||
hpath.el (hpath:tramp-file-name-regexp): Don't match if a control char is found, notably a null (ASCII 0). | ||
These can appear in grep expressions where filenames followed by colons may be confused as remote paths. | ||
|
||
* man/hyperbole.texi (Swapping Buffers): | ||
DEMO (Swapping Buffers): Added swapping buffers between frames. | ||
|
||
* hycontrol.el (hycontrol-window-swap-buffers): Fixed so current buffer remains the same but selected window | ||
changes. | ||
(hycontrol-frame-swap-buffers): Fixed so current buffer remains the same but selected frame | ||
changes. Also made this work anytime there are two or more frames regardless of how many windows in each. | ||
(hycontrol-frames-mode-map): {~} removed secondary call of hycontrol-window-swap-buffers. | ||
(hycontrol-windows-mode-map): {~} removed secondary call of hycontrol-frame-swap-buffers. | ||
|
||
* man/hyperbole.texi (Renaming, Global Key Bindings): | ||
hyperbole.el (hkey-initialize): | ||
hui-mini.el (hui:menus): | ||
|
@@ -23,7 +40,9 @@ | |
handles drags from a window to a modeline, since otherwise will catch drags from a modeline that | ||
may move a frame. | ||
(hmouse-drag-p): Added to test whether absolute depress and release positions differ. | ||
(hmouse-release-left-edge, hmouse-release-right-edge): Removed XEmacs code. | ||
|
||
* hui-menu.el (hyperbole-menubar-menu): Removed set-menubar-dirty-flag call. | ||
(hmouse-release-left-edge, hmouse-release-right-edge): Removed XEmacs code. | ||
|
||
* hkey-help.txt: | ||
hmouse-drv.el (action-key-depress, assist-key-depress): | ||
|
@@ -190,7 +209,7 @@ | |
release when first uploading it. | ||
|
||
============================================================================== | ||
V7.0.9 changes ^^^^: | ||
V7.0.9 test release changes ^^^^: | ||
============================================================================== | ||
|
||
2020-01-20 Bob Weiner <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Designed and Written by Bob Weiner | ||
Maintained by Mats Lidell and Bob Weiner | ||
https://www.gnu.org/software/hyperbole/ | ||
Version 7.0.8 | ||
Version 7.0.9 | ||
|
||
Say thanks or send a testimonial if you like Hyperbole: | ||
Email: <[email protected]> | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# GNU Hyperbole 7.0.8 - The Everyday Hypertextual Information Manager | ||
# GNU Hyperbole 7.0.9 - The Everyday Hypertextual Information Manager | ||
|
||
[Say thanks or send a testimonial if you like Hyperbole.(mailto:[email protected])] | ||
|
||
|
Oops, something went wrong.