]> code.delx.au - gnu-emacs-elpa/history - easy-kill.el
For #14: Treat strings like lists
[gnu-emacs-elpa] / easy-kill.el
2014-04-15 Leo LiuFor #14: Treat strings like lists
2014-04-14 Leo LiuTeach easy-kill-help to handle old format of easy-kill...
2014-04-13 Leo LiuNew command easy-kill-help
2014-04-13 Leo LiuFix #11: Work around http://debbugs.gnu.org/17247
2014-04-13 Leo LiuFix thinko in last change
2014-04-13 Leo LiuFix #12: don't silenty change to `list' when +/- on...
2014-04-12 Leo LiuFix last change for the case of no thing at point
2014-04-12 Leo LiuImplement #10: allow `-' to move before first selection
2014-04-12 Leo LiuMake js2 dependency optional
2014-04-12 Leo LiuNew function easy-kill-thing-handler for mode-based...
2014-04-11 Leo LiuNew format of easy-kill-alist to support append separator
2014-04-11 Leo LiuShow tooltip describing kill candidate and echo js2...
2014-04-11 Leo LiuNew function easy-kill-interprogram-cut
2014-04-10 Leo LiuProvide a universal accessor easy-kill-get and use it
2014-04-07 Leo LiuImprove README.rst to include some use examples
2014-04-05 Leo LiuCleanup and preparation for inclusion in GNU ELPA
2014-03-27 Leo LiuRequire cl-lib
2014-02-08 Leo LiuSupport list expand/shrink on js2 nodes
2014-02-04 Leo LiuRename easy-kill-backward-down to easy-kill-forward...
2013-12-12 Leo LiuIn no case should easy-kill-activate-keymap err
2013-12-11 Leo LiuAdapt to upstream change
2013-11-11 Leo LiuConsolidate easy-mark and easy-mark-sexp into one command
2013-11-10 Leo LiuFix easy-kill-append to update clipboard
2013-11-07 Leo LiuNew handler for defun-name and bind it to `D'
2013-11-06 Leo LiuFix #9: Work around fixed bug in thingatpt.el
2013-11-01 Leo LiuFix #8: Don't strip trailing blank chars
2013-10-29 Leo LiuTeach easy-kill to handle rectangle-mark from Emacs...
2013-10-29 Leo LiuTeach easy-kill-activate-keymap to handle command remapping
2013-10-28 Leo LiuSmall tweak to easy-kill-on-nxml-element
2013-10-28 Leo LiuOptimise easy-kill-thing-forward when n is 0
2013-10-27 Leo LiuMake easy-kill-on-buffer-file-name do nothing in easy...
2013-10-22 Leo LiuDoc fix
2013-10-17 Leo LiuEmacs 24.x compatibility
2013-10-16 Leo LiuFix to always display the string candidate
2013-10-16 Leo LiuDoc fix and release v0.9.0
2013-10-16 Leo LiuFix easy-kill-backward-down to handle prefix chars
2013-10-16 Leo LiuBetter control of message emission in an easy-kill...
2013-10-16 Leo LiuDestroy after-string before goto-char in easy-kill...
2013-10-15 Leo LiuUse filter-buffer-substring
2013-10-14 Leo LiuFix quoting error in face definitions
2013-10-14 Leo LiuFix last change to easy-kill-backward-up
2013-10-14 Leo LiuWork with `sexp' and `list' in nxml mode
2013-10-14 Leo LiuMake command easy-kill-append work for easy-mark
2013-10-14 Leo LiuDoc fix and small tweaks
2013-10-13 Leo LiuTeach easy-kill-abort to deactivate mark immediately
2013-10-13 Leo LiuBetter origin indicator by easy-kill-indicate-origin
2013-10-13 Leo LiuFix #7: Add new command easy-kill-abort for key C-g
2013-10-12 Leo LiuAdd new command easy-mark-sexp
2013-10-12 Leo LiuMust reference the actual object in easy-kill-candidate
2013-10-12 Leo LiuTell easy-kill-append to deactivate-mark
2013-10-12 Leo LiuSome improvements based on comments in #3
2013-10-11 Leo LiuFix doc and buglets in last change
2013-10-11 Leo LiuFix #3: Add command easy-mark for marking
2013-10-10 Leo LiuMake easy-kill-backward-up work better when in strings
2013-10-10 Leo LiuNew variable easy-kill-base-map for customising key...
2013-10-10 Leo LiuDoc fix and release v0.8.0
2013-10-10 Leo LiuBetter support for defining commands that exit easy...
2013-10-10 Leo LiuSupport append kill for append-next-kill and easy-kill
2013-10-10 Leo LiuImprove easy-kill-bounds-of-list
2013-10-10 Leo LiuSimplify the interactive form of easy-kill-thing
2013-10-09 Leo LiuMerge pull request #6 from knu/usage-remap
2013-10-09 Leo LiuMerge pull request #4 from purcell/patch-1
2013-10-09 Akinori MUSHA[remap kill-ring-save] should be a better key binding...
2013-10-09 Steve PurcellDeclare dependency on emacs 24
2013-10-09 Leo LiuFix #2: just call kill-ring-save when region is active
2013-10-09 Leo LiuFix thinko in easy-kill-backward-down
2013-10-09 Leo LiuImprove list expand/shrink support in smie-based modes
2013-10-08 Leo LiuUse parse-partial-sexp in easy-kill-bounds-of-list
2013-10-08 Leo LiuHandle the case when overlay has already been destroyed
2013-10-08 Leo LiuNew command easy-kill-mark-region
2013-10-08 Leo LiuReplace `enlarge' with `expand' in strings and comments
2013-10-08 Leo LiuAdd lispy treatment for +/- on list and sexp
2013-10-08 Leo LiuConsolidate all kill features in easy-kill-thing
2013-10-08 Leo LiuFix error: (args-out-of-range 1009 1035)
2013-10-08 Leo LiuMake function easy-kill-candidate always return string
2013-10-07 Leo LiuSome string and comment fixes
2013-10-07 Leo LiuDoc fix and release v0.7.0
2013-10-07 Leo LiuNew command easy-kill-region to kill current selection
2013-10-07 Leo LiuTweak the definition of thing `region'
2013-10-07 Leo LiuMinor tweaks to easy-kill-on-url
2013-10-07 Leo LiuNew function easy-kill-adjust-candidate and doc fix
2013-10-06 Leo LiuRestore the ability to inspect char properties for...
2013-10-06 Leo LiuGive overlay by easy-kill-candidate higher priority
2013-10-06 Leo LiuRename easy-kill-forward/backward to easy-kill-enlarge...
2013-10-06 Leo LiuVarious bug fixes and improvements
2013-10-06 Leo LiuCall interprogram-cut-function in easy-kill-forward
2013-10-06 Leo LiuUse overlay for storing kill candidate and change +/-
2013-10-03 Leo LiuFix error: wrong-type-argument number-or-marker-p nil
2013-09-28 Leo LiuFix error when interprogram-cut-function unset
2013-08-13 Leo LiuInitial commit