summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Declare fast forward from 0.0.2-2debian/0.0.2-3archive/debian/0.0.2-3David Bremner2019-08-25
|\ | | | | | | [dgit --overwrite]
| * Declare fast forward from 0.0.2-1archive/debian/0.0.2-2David Bremner2018-06-02
| |\ | | | | | | | | | [dgit --quilt=gbp --overwrite]
| | * Relax dependency on pareditDmitry Bogatov2016-07-12
| | | | | | | | | | | | | | | | | | 25beta advices aganist distribution by APT, but 24 is good enough. Forwarded: yes Gbp-Pq: Name 0002-Relax-dependency-on-paredit.patch
| | * Remove installation section from README.mdDmitry Bogatov2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Installation section suggests using el-get, which is several years as deprecated in favor of package.el, so this patch removes any mentions of it to avoid confusing user. Forwarded: not-needed Gbp-Pq: Name 0001-Remove-installation-section-from-README.md.patch
| | * evil-paredit-el (0.0.2-1) unstable; urgency=mediumDmitry Bogatov2016-07-12
| | |\ | | | | | | | | | | | | | | | | | | | | * Initial release (Closes: #829207) [dgit import unpatched evil-paredit-el 0.0.2-1]
| | | * Import evil-paredit-el_0.0.2-1.debian.tar.xzDmitry Bogatov2016-07-12
| | | | | | | | | | | | [dgit import tarball evil-paredit-el 0.0.2-1 evil-paredit-el_0.0.2-1.debian.tar.xz]
| | * Import evil-paredit-el_0.0.2.orig.tar.xzDmitry Bogatov2016-07-12
| | | | | | | | [dgit import orig evil-paredit-el_0.0.2.orig.tar.xz]
| * Relax dependency on pareditDmitry Bogatov2018-06-02
| | | | | | | | | | | | 25beta advices aganist distribution by APT, but 24 is good enough. Forwarded: yes Gbp-Pq: Name 0002-Relax-dependency-on-paredit.patch
| * Remove installation section from README.mdDmitry Bogatov2018-06-02
| | | | | | | | | | | | | | | | | | Installation section suggests using el-get, which is several years as deprecated in favor of package.el, so this patch removes any mentions of it to avoid confusing user. Forwarded: not-needed Gbp-Pq: Name 0001-Remove-installation-section-from-README.md.patch
* | Commit Debian 3.0 (quilt) metadataDavid Bremner2019-08-25
| | | | | | | | [dgit (9.7) quilt-fixup]
* | changelog for rebuild with current dh-elpaDavid Bremner2019-08-25
|/
* changelog for byte compilation rebuilddebian/0.0.2-2David Bremner2018-06-02
|
* mark for release 0.0.2-1Dmitry Bogatov2016-07-12
|
* Forward 0002-Relax-dependency-on-paredit.patchDmitry Bogatov2016-07-03
|
* License: MIT -> ExpatDmitry Bogatov2016-07-02
|
* Export patchesDmitry Bogatov2016-07-02
|
* Fix copyright yearsDmitry Bogatov2016-07-01
|
* Export patchesDmitry Bogatov2016-07-01
|
* Fill in ITP numberDmitry Bogatov2016-07-01
|
* Add debian/copyrightDmitry Bogatov2016-07-01
|
* Prelimitary debianizationDmitry Bogatov2016-07-01
|
* Bump evil-paredit to version 0.0.2Roman Gonzalez2015-04-13
|
* Fix bug on newer version of pareditRoman Gonzalez2015-04-13
| | | | | Function got paredit-check-region got replaced in favor of paredit-check-region-for-delete
* Merge pull request #14 from stanhua/masterLars Andersen2014-10-06
|\ | | | | Change evil-paredit-delete from overriding evil-paredit-yank's behavior
| * Change evil-paredit-delete from overriding evil-paredit-yank's behaviorSakari Tanhua2014-10-06
|/
* Update LICENSERoman Gonzalez2014-05-21
| | | Add "and Contributors" and years from 2012..2014
* Merge pull request #11 from expez/evil-paredit-change-whole-lineRoman Gonzalez2014-05-21
|\ | | | | Add evil-paredit-change-whole-line
| * Add evil-paredit-change-whole-lineexpez2014-01-04
| | | | | | | | Fixes #9.
* | Merge pull request #12 from expez/add-autoload-cookieRoman Gonzalez2014-05-21
|\ \ | | | | | | Add autoload-cookie.
| * | Add autoload-cookie.expez2014-01-08
| | | | | | | | | | | | When the minor mode is turned on evil-paredit is automatically required.
* | | Merge pull request #10 from expez/tweaksRoman Gonzalez2014-05-21
|\ \ \ | |/ / |/| | Change C, D and Y to be in line with paredit-kill
| * | Rewrite, stealing functionality from pareditexpez2014-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solution is more robust as it relies on paredit for parsing. As well as the previous support for lists, strings and comments are now supported. E.g. we can have (foo "bar |baz"), hit D and get (foo "bar |"). I also removed the code in the commands for C, D and Y which dealt with visual-state. The region is implied, so these commands don't make sense, imo, when used with a visual selection.
| * | fix bugsexpez2013-12-29
| | |
| * | Make change-line work like kill-lineexpez2013-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, pressing C, in this context would give us an error: (progn (foo) |(bar (baz))) Now (bar (baz)) is killed and we get (progn (foo) |)
| * | Make yank and kill line similar.expez2013-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, in this situation, we would get an error when we pressed Y: (progn (foo) |(bar (baz))) With this change (bar (baz)) is yanked instead.
| * | Make evil-paredit-delete-line work like paredit-kill.expez2013-12-23
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously when we had this situation: (progn (foo) |(bar (baz))) and hit D we would get an error. Now we get this: (progn (foo) |))
* | Merge pull request #8 from blandinw/masterRoman Gonzalez2013-04-08
|\| | | | | Force early key bindings
| * Force early key bindings (fix #7)Willy Blandin2013-04-08
|/
* Remove warnings from macro compilation.Roman Gonzalez2013-03-30
|
* Fix bug on function bound check.Roman Gonzalez2013-03-30
|
* Merge pull request #5 from Expez/add-bindingRoman Gonzalez2013-02-05
|\ | | | | Map 'X' to paredit-backward-delete
| * Map 'X' to paredit-backward-deleteExpez2013-01-20
| |
* | Merge pull request #4 from Expez/paredit-23Roman Gonzalez2013-02-05
|\ \ | |/ |/| Update evil-paredit to use paredit v23 instead of v22.
| * Don't break compatibility with paredit 22.Expez2013-02-05
| | | | | | | | | | Adds a check to see if the function paredit-check-region-state is defined. If it is we will rely on the old behavior.
| * Use paredit-check-region-for-delete.Expez2013-01-20
|/ | | | paredit-check-region-for-delete was added in v23 and replaces -evil-check-region.
* Merge pull request #2 from jszakmeister/fix-packaging-headerRoman Gonzalez2012-11-19
|\ | | | | Fix packaging header
| * Fix a couple of malformed lines.John Szakmeister2012-11-17
| |
| * Add a URL header.John Szakmeister2012-11-17
| | | | | | | | | | Also suggested by Steve Purcell when submitting the package to MELPA. It's not necessary, but it is nice to have.
| * Don't use the empty string for paredit's required version.John Szakmeister2012-11-17
| | | | | | | | | | This was suggested by Steve Purcell when submitting the package to MELPA.
| * Adjust the required evil version number.John Szakmeister2012-11-17
|/ | | | Evil is currently reporting 0.0.0, so use that as our minimum.