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

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

[elpa] branch master updated (769f2f2 -> 0a73626)


From: Leo Liu
Subject: [elpa] branch master updated (769f2f2 -> 0a73626)
Date: Sat, 05 Apr 2014 04:08:09 +0000

leoliu pushed a change to branch master
in repository elpa.

      from  769f2f2   Merge branch 'master' of github.com:leoliu/ggtags
       new  814b693   Add easy-kill to externals-list
       new  c4d6256   Initial commit
       new  0d26d77   Fix error when interprogram-cut-function unset
       new  16a35a8   Fix error: wrong-type-argument number-or-marker-p nil
       new  b42b1e4   Use overlay for storing kill candidate and change +/-
       new  dae04fe   Call interprogram-cut-function in easy-kill-forward
       new  77b9e8f   Various bug fixes and improvements
       new  079a04d   Rename easy-kill-forward/backward to 
easy-kill-enlarge/shrink
       new  854d6ca   Give overlay by easy-kill-candidate higher priority
       new  ce53c47   Restore the ability to inspect char properties for URLs
       new  605efc9   New function easy-kill-adjust-candidate and doc fix
       new  dc09071   Minor tweaks to easy-kill-on-url
       new  24f5de6   Tweak the definition of thing `region'
       new  c00060c   New command easy-kill-region to kill current selection
       new  dfc7ff4   Doc fix and release v0.7.0
       new  fc448fd   Some string and comment fixes
       new  61b2bef   Make function easy-kill-candidate always return string
       new  13bb983   Fix error: (args-out-of-range 1009 1035)
       new  39b37b7   Consolidate all kill features in easy-kill-thing
       new  4535720   Add lispy treatment for +/- on list and sexp
       new  b89aa04   Replace `enlarge' with `expand' in strings and comments
       new  2dfdf70   New command easy-kill-mark-region
       new  c1935fa   Handle the case when overlay has already been destroyed
       new  f4c634a   Use parse-partial-sexp in easy-kill-bounds-of-list
       new  26288e7   Improve list expand/shrink support in smie-based modes
       new  8777448   Fix thinko in easy-kill-backward-down
       new  9c808a6   Fix #2: just call kill-ring-save when region is active
       new  4937a0a   Declare dependency on emacs 24
       new  b1ceb8a   Merge pull request #4 from purcell/patch-1
       new  7ebe4de   [remap kill-ring-save] should be a better key binding for 
this feature.
       new  34d8ce5   Merge pull request #6 from knu/usage-remap
       new  bd4d9e0   Simplify the interactive form of easy-kill-thing
       new  2735f9a   Improve easy-kill-bounds-of-list
       new  e38ebd0   Support append kill for append-next-kill and easy-kill
       new  d2b1e27   Better support for defining commands that exit easy-kill
       new  eb07790   Doc fix and release v0.8.0
       new  92efe30   New variable easy-kill-base-map for customising key 
bindings
       new  6c18c83   Make easy-kill-backward-up work better when in strings
       new  54fdc36   Fix #3: Add command easy-mark for marking
       new  9752842   Fix doc and buglets in last change
       new  90bfe18   Some improvements based on comments in #3
       new  60a366d   Tell easy-kill-append to deactivate-mark
       new  d106868   Must reference the actual object in easy-kill-candidate
       new  44cb970   Add new command easy-mark-sexp
       new  1c7f946   Fix #7: Add new command easy-kill-abort for key C-g
       new  fcec04c   Better origin indicator by easy-kill-indicate-origin
       new  4e2d373   Teach easy-kill-abort to deactivate mark immediately
       new  8bcdde8   Doc fix and small tweaks
       new  0b658c8   Make command easy-kill-append work for easy-mark
       new  c6519c0   Work with `sexp' and `list' in nxml mode
       new  4b9c146   Fix last change to easy-kill-backward-up
       new  2aad794   Fix quoting error in face definitions
       new  5fbfcbf   Use filter-buffer-substring
       new  ed3b98f   Destroy after-string before goto-char in easy-kill-abort
       new  c6ac63b   Better control of message emission in an easy-kill session
       new  1c52ccd   Fix easy-kill-backward-down to handle prefix chars
       new  6a737af   Doc fix and release v0.9.0
       new  b1bdb1b   Fix to always display the string candidate
       new  b49c2f1   Emacs 24.x compatibility
       new  51f455b   Doc fix
       new  5963535   Make easy-kill-on-buffer-file-name do nothing in easy-mark
       new  510b843   Optimise easy-kill-thing-forward when n is 0
       new  461b817   Small tweak to easy-kill-on-nxml-element
       new  9ddf0b1   Teach easy-kill-activate-keymap to handle command 
remapping
       new  33160af   Teach easy-kill to handle rectangle-mark from Emacs trunk
       new  c97d3df   Fix #8: Don't strip trailing blank chars
       new  2a545ed   Fix #9: Work around fixed bug in thingatpt.el
       new  8235069   New handler for defun-name and bind it to `D'
       new  d77fe39   Fix easy-kill-append to update clipboard
       new  df62c2a   Consolidate easy-mark and easy-mark-sexp into one command
       new  3777657   Adapt to upstream change
       new  81d7ca2   In no case should easy-kill-activate-keymap err
       new  5f332bf   Rename easy-kill-backward-down to easy-kill-forward-down
       new  7c0d5c4   Support list expand/shrink on js2 nodes
       new  a40258f   Require cl-lib
       new  4e04082   Cleanup and preparation for inclusion in GNU ELPA
       new  0a73626   Merge easy-kill as packages/easy-kill

The 77 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:
 externals-list                  |    1 +
 packages/easy-kill/README.rst   |   70 +++++
 packages/easy-kill/easy-kill.el |  568 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 639 insertions(+), 0 deletions(-)
 create mode 100644 packages/easy-kill/README.rst
 create mode 100644 packages/easy-kill/easy-kill.el



reply via email to

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