[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master updated (876d210 -> 269e61a)
From: |
Oleh Krehel |
Subject: |
[elpa] master updated (876d210 -> 269e61a) |
Date: |
Fri, 08 May 2015 13:43:37 +0000 |
abo_abo pushed a change to branch master.
from 876d210 Add 'packages/avy/' from commit
'32003515c8efa2cf38b62c45499dae30bc7cacb8'
new 7b44c1f avy-jump.el (avi-goto-subword-0): New command
new ff4ce51 Don't collect candidates hidden by outlines
new b61131c avy-jump.el (avi--overlay-pre): Handle plain numbers
new cd6583b avy-jump.el (avi-all-windows): New defcustom
new 17b44a8 Update a few commands to jump in one or more windows
new f92689a avy-jump.el (avi--line): Fixup the issue with org outlines
new d1780dd avy-jump.el (avi-goto-line): Work with one or more windows
new 3bbd404 Make sure avi-move-line and avi-copy-line behave
consistently.
new ca92a08 avy-jump.el (avi-goto-word-1): Count some syms as words
new 6a0acfc Add "make compile" and "make run"
new dfe24f3 Add `avi-word-punc-regexp` defcustom
new ee76efd Fix rounding error
new 1e94459 avy-jump.el (avi--goto): Push mark before moving
new c53b0d2 Start the decoupling of ace-window and avy-jump
new 05e7016 Ace Window now depends on Avy
new cc38c04 Bump version
new 269e61a Merge commit 'cc38c044a13e6df822431d6c706cf4b9255900bd'
from ace-window
Summary of changes:
packages/ace-window/Cask | 8 +
packages/ace-window/Makefile | 15 +-
packages/ace-window/ace-window.el | 19 +--
packages/ace-window/avy-jump.el | 288 -------------------------------------
packages/ace-window/avy-test.el | 68 ---------
packages/ace-window/avy.el | 117 ---------------
6 files changed, 22 insertions(+), 493 deletions(-)
create mode 100644 packages/ace-window/Cask
delete mode 100644 packages/ace-window/avy-jump.el
delete mode 100644 packages/ace-window/avy-test.el
delete mode 100644 packages/ace-window/avy.el
- [elpa] master updated (876d210 -> 269e61a),
Oleh Krehel <=
- [elpa] master 7b44c1f 01/17: avy-jump.el (avi-goto-subword-0): New command, Oleh Krehel, 2015/05/08
- [elpa] master b61131c 03/17: avy-jump.el (avi--overlay-pre): Handle plain numbers, Oleh Krehel, 2015/05/08
- [elpa] master ff4ce51 02/17: Don't collect candidates hidden by outlines, Oleh Krehel, 2015/05/08
- [elpa] master cd6583b 04/17: avy-jump.el (avi-all-windows): New defcustom, Oleh Krehel, 2015/05/08
- [elpa] master f92689a 06/17: avy-jump.el (avi--line): Fixup the issue with org outlines, Oleh Krehel, 2015/05/08
- [elpa] master 17b44a8 05/17: Update a few commands to jump in one or more windows, Oleh Krehel, 2015/05/08
- [elpa] master 3bbd404 08/17: Make sure avi-move-line and avi-copy-line behave consistently., Oleh Krehel, 2015/05/08
- [elpa] master ca92a08 09/17: avy-jump.el (avi-goto-word-1): Count some syms as words, Oleh Krehel, 2015/05/08
- [elpa] master dfe24f3 11/17: Add `avi-word-punc-regexp` defcustom, Oleh Krehel, 2015/05/08
- [elpa] master 6a0acfc 10/17: Add "make compile" and "make run", Oleh Krehel, 2015/05/08