[elpa] externals/exwm 83c0a2d: Avoid crashing Emacs by resizing its frame into 0x0

2018-02-04 Thread Chris Feng
branch: externals/exwm commit 83c0a2db3448091e44cded075104a0b7df636431 Author: Chris Feng Commit: Chris Feng Avoid crashing Emacs by resizing its frame into 0x0 * exwm-floating.el (exwm-floating--do-moveresize): * exwm-layout.el (exwm-layout-enlarge-window): Resizing a frame int

[elpa] master c7fc9a4 01/13: Updated copyright

2018-02-04 Thread Ian Dunn
branch: master commit c7fc9a4533bde5ac4fdf59869f0d7bb5fcb868d6 Author: Ian Dunn Commit: Ian Dunn Updated copyright --- Makefile | 2 +- defaults.mk| 2 +- org-edna-tests.el | 2 +- org-edna-tests.org | 2 +- org-edna.el| 2 +- org-edna.info | 148 ++

[elpa] master a9d3d12 07/13: Added support for choosing which side of thing-at-point to consider for exclusion

2018-02-04 Thread Ian Dunn
branch: master commit a9d3d125eaf0b9654a5653d3e91ffba8510962db Author: Ian Dunn Commit: Ian Dunn Added support for choosing which side of thing-at-point to consider for exclusion * paced.el (paced-point-in-thing-at-point): New defcustom. (paced-goto-beginning-of-thing-at-poin

[elpa] master 1171a76 08/13: Added support for excluding words past a certain character limit

2018-02-04 Thread Ian Dunn
branch: master commit 1171a763e515cd929a864f164734eb9104e4edab Author: Ian Dunn Commit: Ian Dunn Added support for excluding words past a certain character limit * paced.el (paced-character-limit): New defcustom. (paced-length-of-thing-at-point): (paced-thing-meets-limit

[elpa] master 13c02a6 06/13: Added dictionary printing

2018-02-04 Thread Ian Dunn
branch: master commit 13c02a66c09c87f8304f31e92e1abd5b33a5afe9 Author: Ian Dunn Commit: Ian Dunn Added dictionary printing * paced.el (paced-tabulated-list-dictionary): New local variable. (paced-dictionary-length-of-longest-word): (paced-dictionary-tabulated-list-entrie

[elpa] master a9eb761 13/13: Merge commit '35acd8c2f9710e54ec3f433ae4af40cfff635295'

2018-02-04 Thread Ian Dunn
branch: master commit a9eb761b83817adb312defcbc55df44eef0e5970 Merge: f4d03a3 35acd8c Author: Ian Dunn Commit: Ian Dunn Merge commit '35acd8c2f9710e54ec3f433ae4af40cfff635295' --- packages/org-edna/.bzrignore | 3 +- packages/org-edna/.elpaignore| 5 + packages/org-edna/

[elpa] master 463d752 11/13: Cleaned up code and added documentation of new features

2018-02-04 Thread Ian Dunn
branch: master commit 463d752d4703af93ea86df8f07b244e8fc851617 Author: Ian Dunn Commit: Ian Dunn Cleaned up code and added documentation of new features * paced.el: Bumped version (paced-throw-error-on-no-registered): (paced-throw-error-on-no-current): New variables.

[elpa] master 56eeaff 04/13: Fixed up Changelog in documentation

2018-02-04 Thread Ian Dunn
branch: master commit 56eeaff2789dfec4f9d3b7f466bcf709f6ebff35 Author: Ian Dunn Commit: Ian Dunn Fixed up Changelog in documentation * org-edna.org (Changelog): Use lists, not headings, to avoid cluttering info output --- org-edna.org | 42 +--

[elpa] master bc5d7cd 10/13: Silenced byte-compiler

2018-02-04 Thread Ian Dunn
branch: master commit bc5d7cd599e6fb82c1f3cb0715a22c21f2dd5b5d Author: Ian Dunn Commit: Ian Dunn Silenced byte-compiler * paced-async.el: Require subr-x at compile time. --- paced-async.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paced-async.el b/paced-async.el index 7

[elpa] master d57675f 03/13: Added new forms for set-property! and fixed up build system

2018-02-04 Thread Ian Dunn
branch: master commit d57675fde9e360de3cf17fc0aa2a3f7ddc03d5ec Author: Ian Dunn Commit: Ian Dunn Added new forms for set-property! and fixed up build system * org-edna.el (org-edna--string-is-numeric-p): (org-edna--increment-numeric-property): (org-edna--cycle-property):

[elpa] master f4d03a3 12/13: Merge commit '463d752d4703af93ea86df8f07b244e8fc851617'

2018-02-04 Thread Ian Dunn
branch: master commit f4d03a33ebdd5c0a66db890a81aabaf6c3a634c8 Merge: edbdf4e 463d752 Author: Ian Dunn Commit: Ian Dunn Merge commit '463d752d4703af93ea86df8f07b244e8fc851617' --- packages/paced/paced-async.el | 22 +- packages/paced/paced-tests.el | 120 +++ packages/paced/paced.e

[elpa] master 01069d1 02/13: Fixed failing effort test

2018-02-04 Thread Ian Dunn
branch: master commit 01069d11626a72b64ebbe5b58710b009aaca15b3 Author: Ian Dunn Commit: Ian Dunn Fixed failing effort test * org-edna.el (org-edna-set-effort): New defun for compatibility (org-edna-action/set-effort!): Use it. --- org-edna.el | 11 +-- 1 file changed,

[elpa] master updated (edbdf4e -> a9eb761)

2018-02-04 Thread Ian Dunn
skolar42 pushed a change to branch master. from edbdf4e Merge commit 'a038d91ec593d1f1b19ca66a0576d59bbc24c523' new 13c02a6 Added dictionary printing new a9d3d12 Added support for choosing which side of thing-at-point to consider for exclusion new 1171a76 Ad

[elpa] master b73fff8 09/13: Added paced-repopulate-current-dictionary-async

2018-02-04 Thread Ian Dunn
branch: master commit b73fff8b6052191c33d3d0da2b78cccf7ba529de Author: Ian Dunn Commit: Ian Dunn Added paced-repopulate-current-dictionary-async * paced-async.el (paced-repopulate-current-dictionary-async): New defun. --- paced-async.el | 12 1 file changed, 12 inserti

[elpa] master 35acd8c 05/13: Cleaned up Changelog some more

2018-02-04 Thread Ian Dunn
branch: master commit 35acd8c2f9710e54ec3f433ae4af40cfff635295 Author: Ian Dunn Commit: Ian Dunn Cleaned up Changelog some more * org-edna.org (Changelog): Use spaces between each feature description * org-edna.info: Regenerated documentation. --- org-edna.info | 364 +