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

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

[elpa] branch master updated (a1fe7f0 -> 6e73bbb)


From: Leo Liu
Subject: [elpa] branch master updated (a1fe7f0 -> 6e73bbb)
Date: Tue, 22 Apr 2014 00:33:37 +0000

leoliu pushed a change to branch master
in repository elpa.

      from  a1fe7f0   [gnugo int] Move ‘gnugo-position’ call down-chain.
       new  dcf715a   New command easy-kill-help
       new  804e88f   Teach easy-kill-help to handle old format of 
easy-kill-alist
       new  843d81d   For #14: Treat strings like lists
       new  6e8a853   Improve last change for easy-kill-thing-forward
       new  cc1111e   Stricter check on bounds of list in strings
       new  beb4fd5   New command easy-kill-exchange-point-and-mark
       new  308d614   Fix #15: Make `M-w l' in strings save to clipboard
       new  4c0f273   Add wrappers for thingatpt.el for better code organisation
       new  1b2172d   Make digit key 0 shrink selection to its initial size
       new  34559f7   Support Org mode with list-wise +/- and sexp selection
       new  7a7e446   Add tests and enable travis-ci
       new  143201d   Localize two global states using overlay properties
       new  302cbb2   Some tests and bug fixes for org
       new  20ed0d5   Fix easy-kill-org-up-element
       new  2e19488   Fix emacs-snapshot in travis-ci and use svg badge
       new  6e73bbb   Merge branch 'master' of 
https://github.com/leoliu/easy-kill

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {packages/js2-mode => admin}/.elpaignore   |    2 +-
 {packages/company => admin}/.travis.yml    |   13 +-
 admin/Makefile                             |   17 +
 {packages/easy-kill => admin}/README.rst   |   23 +-
 admin/archive-contents.el                  |  588 ----------------------------
 {packages/easy-kill => admin}/easy-kill.el |  317 +++++++++++----
 admin/forward-diffs.py                     |  432 --------------------
 admin/org-synch.el                         |   22 -
 admin/org-synch.sh                         |   15 -
 admin/overmaint.txt                        |   12 -
 admin/test.el                              |  409 +++++++++++++++++++
 admin/update-archive.sh                    |  106 -----
 12 files changed, 687 insertions(+), 1269 deletions(-)
 copy {packages/js2-mode => admin}/.elpaignore (80%)
 copy {packages/company => admin}/.travis.yml (71%)
 create mode 100644 admin/Makefile
 copy {packages/easy-kill => admin}/README.rst (81%)
 delete mode 100644 admin/archive-contents.el
 copy {packages/easy-kill => admin}/easy-kill.el (72%)
 delete mode 100755 admin/forward-diffs.py
 delete mode 100644 admin/org-synch.el
 delete mode 100755 admin/org-synch.sh
 delete mode 100644 admin/overmaint.txt
 create mode 100644 admin/test.el
 delete mode 100755 admin/update-archive.sh



reply via email to

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