summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* finalise changelog for 0.0.19+git20140108.7211484-5 uploadHEADdebian/0.0.19+git20140108.7211484-5archive/debian/0.0.19+git20140108.7211484-5masterSean Whitton2024-03-21
|
* Commit Debian 3.0 (quilt) metadataSean Whitton2024-03-21
| | | | [dgit (11.6) quilt-fixup]
* Delete textual duplicate of kvaq ert-deftestSean Whitton2024-03-21
|
* Source package configuration for dgit-maint-merge(7)Sean Whitton2024-03-21
|
* Drop emacs24 and emacs25 from Enhances…Nicholas D Steeves2021-07-28
| | | | (packages do not exist in bullseye).
* finalize changelog for -4debian/0.0.19+git20140108.7211484-4archive/debian/0.0.19+git20140108.7211484-4David Bremner2021-01-26
|
* Merge remote-tracking branch 'origin/dk-update-maintainer'Nicholas D Steeves2019-10-05
|\
| * Update maintainer email address to debian-emacsen@lists.debian.orgDavid Krauser2019-10-04
|/
* Declare fast forward from 0.0.19+git20140108.7211484-2debian/0.0.19+git20140108.7211484-3archive/debian/0.0.19+git20140108.7211484-3David Bremner2019-08-25
|\ | | | | | | [dgit --overwrite]
| * Record emacs-kv (0.0.19+git20140108.7211484-2) in archive suite sidNicholas D Steeves2018-08-24
| |\
| | * emacs-kv (0.0.19+git20140108.7211484-2) unstable; urgency=mediumNicholas D Steeves2018-08-24
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Team upload. * Update Vcs links to point to salsa instead of alioth. * debian/elpa-test: Explicitly require 'cl, so autopkgtests can pass when running on LXC with emacsen-common 3.0.2 and unversioned emacs. * Declare Standards-Version: 4.2.0. (No additional changes required) [dgit import unpatched emacs-kv 0.0.19+git20140108.7211484-2]
| | | * Import emacs-kv_0.0.19+git20140108.7211484-2.debian.tar.xzNicholas D Steeves2018-08-24
| | | | | | | | | | | | [dgit import tarball emacs-kv 0.0.19+git20140108.7211484-2 emacs-kv_0.0.19+git20140108.7211484-2.debian.tar.xz]
| | * Import emacs-kv_0.0.19+git20140108.7211484.orig.tar.xzSean Whitton2017-09-21
| | | | | | | | [dgit import orig emacs-kv_0.0.19+git20140108.7211484.orig.tar.xz]
* | note rebuildDavid Bremner2019-08-25
| |
* | watch: add comment and disable polling (known to fail)Nicholas D Steeves2018-09-20
| |
* | Release 0.0.19+git20140108.7211484-2 to unstableNicholas D Steeves2018-08-24
| |
* | Declare Standards-Version: 4.2.0. (No additional changes required)Nicholas D Steeves2018-08-24
| |
* | Require 'cl, so LXC autotests can pass with unversioned emacs.Nicholas D Steeves2018-08-16
| |
* | Update Vcs links to point to salsa instead of alioth.Nicholas D Steeves2018-08-16
|/
* upload to unstabledebian/0.0.19+git20140108.7211484-1archive/debian/0.0.19+git20140108.7211484-1Sean Whitton2017-09-20
|
* close ITPSean Whitton2017-09-20
|
* initial Debianisation from dh-make-elpaSean Whitton2017-09-20
|
* allow keywords to be retained in a plist->alistNic Ferrier2014-01-08
|
* fix the keyword argNic Ferrier2014-01-08
|
* add better keyword handling for kvalist->plistNic Ferrier2014-01-07
|
* add some tests and kvfaNic Ferrier2013-08-18
|
* really simply kvacons makes alists from plist style function calls, bump the ↵Nic Ferier2013-06-18
| | | | version
* bump the version for the new functions.Nic Ferier2013-06-12
|
* add a bunch of accessor functions to replace use of agetNic Ferier2013-06-12
|
* add transform option to kvalist-keys->symbolsNic Ferier2013-04-07
|
* add new kv mapping functions kvcar and kvcdr. bump version.Nic Ferier2013-02-17
|
* bump versionNic Ferier2013-02-02
|
* Merge pull request #3 from leoc/masterNic Ferrier2013-02-01
|\ | | | | Add kvplist-merge function - All looks good! merging and closing! I'll release a new version tonight if I can.
| * Reimplement kvplist-merge as adviced by spacebatArthur Leonard Andersen2013-01-22
| | | | | | | | | | Spacebat in the #emacs channel suggested to use the loop macro. https://gist.github.com/4595042
| * Add kvplist-merge function, test and readme textArthur Leonard Andersen2013-01-22
|/
* Merge pull request #2 from spacebat/masterNic Ferrier2013-01-01
|\ | | | | Removed recursion and a few tweaks
| * removed recursion from kvplist->alistAndrew Kirkpatrick2012-12-31
| |
| * made keyword->symbol tolerant of non-keyword symbolsAndrew Kirkpatrick2012-12-31
| | | | | | | | added test for keyword->symbol
| * added test for kvplist->alistAndrew Kirkpatrick2012-12-31
|/
* Merge branch 'master' of github.com:nicferrier/emacs-kvNic Ferier2012-12-28
|\
| * Minor change, added destructuring-bind abstractionEvan Izaksonas-Smith2012-10-18
| | | | | | | | | | * kv.el: kv--destructuring-map serves as the basis for any future mapping functions based on destructuring-bind.
* | bump the versionNic Ferier2012-12-28
| |
* | add kvalist-set-value! - destructive setting key/values in alistNic Ferier2012-12-28
| |
* | add matching to kvquery->func, add query language documentation.Nic Ferier2012-12-28
| |
* | make kvplist->filter-keys accept keyword key syms for filtersNic Ferier2012-10-26
|/
* added kvdotassoc= - useful for querysNic Ferier2012-10-12
|
* add a test for kvplist->filter-keysNic Ferier2012-10-12
|
* bump the versionNic Ferier2012-10-06
|
* updates (mainly driven by db)Nic Ferier2012-10-06
|
* lots new functions, more tests.Nic Ferier2012-09-27
|