emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ace-window updated (97a2f93 -> c7cb315)


From: Stefan Monnier
Subject: [elpa] externals/ace-window updated (97a2f93 -> c7cb315)
Date: Wed, 17 Mar 2021 18:39:07 -0400 (EDT)

monnier pushed a change to branch externals/ace-window.

      from  97a2f93   Small changes to README
       new  9aec100   Allow to pop current buffer and move it with "M" during 
dispatch
       new  5a38c58   ace-window.el (aw-select): Bind 
`avy-translate-char-function'
       new  55221b0   Typo fixes
       new  f786679   Allow non-printing keys like in avy
       new  4a89ccc   ace-window.el (aw-switch-to-window): Push early
       new  f6653fb   Fix up aw-leading-char-style 'path setting
       new  77cc05f   Add 'visible option for aw-scope
       new  92bd29c   Fix frames order
       new  de873d1   Add `aw-reverse-frame-list` variable
       new  d92320e   Add fair window split.
       new  f54d2bd   ace-window.el (ace-maximize-window): Rename
       new  0a59342   ace-window.el (aw-keys): Add custom type
       new  6aaf1e6   Fix typo in docstring of aw-background
       new  056abfe   ace-window.el (aw-switch-buffer-in-window): Add and bind 
to "j"
       new  91d736e   ace-window.el (aw-dispatch-default): Clarify through 
destructuring
       new  c5e31ce   ace-window.el (aw-show-dispatch-help): Add and bind to "?"
       new  a488657   ace-window.el (aw-show-dispatch-help): Call ace-window
       new  2701919   ace-window.el (aw-key-face): Add
       new  a037b7a   Cask: Remove dependency
       new  c6f5c03   Clarify when aw-dispatch-always should be set to t.
       new  ad7c0fb   test/make-plain.el: Add
       new  c875ffb   ace-window.el (aw-show-dispatch-help): Clean up overlays
       new  6d3a6a0   ace-window.el (aw-switch-buffer-in-window): Use ivy if 
available
       new  3665daf   ace-window.el (aw-dispatch-default): No error on "C-g"
       new  74c9cef   ace-window.el (aw-dispatch-when-more-than): New defcustom
       new  188c07a   Add aw--switch-buffer with ivy and ido
       new  66bfd42   Add switch-buffer-other-window
       new  9bec357   ace-window.el: Fix compiler warning
       new  2f433c8   Added ability to specify a new frame window as the target
       new  d5d8f5d   Update README.md with latest commands and remove "i" 
(duplicate)
       new  0799fdd   Add aw-minibuffer-flag
       new  137af0d   ace-window.el: Make "z" open a frame right away
       new  6ff31d1   Do not ignore window-parameters
       new  15b0639   ace-window.el (aw-make-frame-char): New defcustom
       new  5e733ff   ace-window.el: Documentation and minor changes
       new  26c0ad0   ace-window.el (aw-dispatch-default): Check action
       new  6c52b0b   ace-window.el (aw-clean-up-avy-current-path): Extract
       new  be3a885   Fix so ace-window-display-mode ids are displayed in new 
frames
       new  4ab92e1   Fix up the previous commit
       new  c0fbdd5   ace-window.el: Fix compiler warning
       new  ceea53d   ace-window.el (aw-dispatch-default): Add fboundp
       new  208ea2a   Change key suggestion "M-p" -> "M-o"
       new  c35618e   Make window ordering rely on frame position
       new  d4066b1   Revert "Make window ordering rely on frame position"
       new  702bc27   Show the overlay in the bottom of the window too
       new  8d71b8f   ace-window.el (aw--lead-overlay): Fix warning
       new  92d20e7   Bring back "Make window ordering rely on frame position"
       new  d93e16b   ace-window.el: Fix frame-parameter being a cons sometimes
       new  5b88de0   ace-window.el (aw-translate-char-function): New defcustom
       new  95a75e6   ace-window.el: Fix frame-parameter being nil sometimes
       new  3fe86fb   Update the name of the LV buffer
       new  746ffd2   ace-window.el (aw-ignored-buffers): Clean up doc
       new  2e3b956   ace-window.el (aw-ignored-p): Ignore child frames
       new  bd48027   ace-window.el (aw-ignored-p): Only call frame-parent if 
defined
       new  1b1950e   Update readme.md, add melpa badges
       new  88e48db   ace-window.el: Fix leading char not displayed if the face 
height isn't 1.0
       new  95e478e   ace-window.el (aw-offset): Use the fix in all modes, not 
just shell-mode
       new  21fb8ab   ace-window.el (aw--after-make-frame): Extract, add 
make-frame-visible
       new  d20bd7c   ace-window.el (aw-delete-window): Add optional 
kill-buffer arg
       new  379413c   ace-window.el (aw-offset): Update
       new  a2f1dd5   ace-window.el (aw--face-rel-height): Fix for int height
       new  9ca16c6   Fix aw-switch-buffer-other-window bug
       new  1194d61   Add copy-window functionality
       new  2307fd1   ace-window.el (aw-dispatch-alist): Don't bind anything on 
home row
       new  94986cb   ace-window.el (aw-ignored-p): Don't ignore window if it's 
selected
       new  d0a5559   ace-window.el (ace-window): M-0 should not modify 
aw-ignore-on permanently
       new  58463b4   ace-window.el (aw-select): Fix when selecting from an 
ignored window
       new  8969616   Add execute-command-other-window
       new  706f24e   Fix typo
       new  d7bdb53   Make aw-make-frame disable-able
       new  f0da12d   Readme.md: Add copy window to both action lists
       new  a429c66   ace-window.el (aw--lead-overlay): Handle windhow hscroll 
better
       new  ac89475   Fix handling of horizontally scrolled windows and 
buffer-begin error
       new  a3ad48f   ace-window.el (aw--point-visible-p): Prettify doc
       new  2d132ba   ace-window.el (aw-transpose-frame): Add and bind to "t"
       new  301c762   ace-window.el (aw-transpose-frame): Move to "T" binding
       new  cd82d83   Use call-interactively if the callee function is a command
       new  196382b   ace-window.el (aw-display-mode-overlay): New defcustom
       new  c963bb9   ace-window.el: Fix compiler warning
       new  fc0d19c   ace-window.el (aw-select): Fix
       new  27bb0b7   test/elpa.el: Put .elpa in ~ instead of the current 
directory
       new  ab0db6a   ace-window.el (aw--lead-overlay): Make sure the overlay 
is within window
       new  138a80c   ace-window.el (aw--lead-overlay): Fix double recenter 
problem
       new  091150b   .github/FUNDING.yml: Add
       new  a534492   ace-window.el (aw-minibuffer-leading-char-face): New face
       new  edbbb1b   ace-window.el (ace-window): Extend doc
       new  7e0777b   ace-window.el (ace-display-buffer): Add
       new  a36c147   ace-window.el (aw-dispatch-alist): Add hyperbole comment
       new  e445b2c   ace-window.el (aw-select): Disable transient-mark-mode 
for the duration
       new  b93380c   ace-window.el: Remove obsolete variables
       new  7003c88   ace-window.el: Bump version
       new  c7cb315   ace-window.el (aw-copy-window): Copy window-start and 
point


Summary of changes:
 .github/FUNDING.yml  |   2 +
 .gitignore           |   1 +
 Cask                 |   8 -
 Makefile             |  16 +-
 README.md            | 140 +++++++----
 ace-window.el        | 654 +++++++++++++++++++++++++++++++++++++++++----------
 test/elpa.el         |   4 +
 test/make-compile.el |   3 +
 test/make-plain.el   |   2 +
 test/make-update.el  |  28 +++
 10 files changed, 677 insertions(+), 181 deletions(-)
 create mode 100644 .github/FUNDING.yml
 create mode 100644 .gitignore
 delete mode 100644 Cask
 create mode 100644 test/elpa.el
 create mode 100644 test/make-compile.el
 create mode 100644 test/make-plain.el
 create mode 100644 test/make-update.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]