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

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

[elpa] master updated (302a16a -> 3f035ad)


From: Oleh Krehel
Subject: [elpa] master updated (302a16a -> 3f035ad)
Date: Sun, 22 Mar 2015 17:42:23 +0000

abo_abo pushed a change to branch master.

      from  302a16a   Add 'packages/swiper/' from commit 
'55414c321ca07bd86f0f1efaf8f6130617e6fad6'
       new  086708f   Initial import.
       new  cc8d243   tiny.el: Added new test snippets.
       new  ae0853e   tiny.el: fixed two snippets.
       new  1273eae   tiny.el: added to the comments.
       new  1baa50b   tiny.el: fixed some typos.
       new  466e02c   tiny.el: added a use case for multiple TODO items in 
org-mode.
       new  7cc4e00   tiny.el: x can be reused in format string.
       new  d053709   tiny.el: expr now can return a list.
       new  03aef85   tiny.el: fixed a bug introduced by previous commit.
       new  36c8dc0   tiny.el: added missing functions.
       new  067e820   tiny.el: improved `tiny-mapconcat` and 
`tiny-mapconcat-parse'.
       new  835c63e   tiny.el: fixed a small whitespace issue in 
`tiny-tokenize'.
       new  cad8e50   tiny.el: added the option to include %(sexps) into the 
format string.
       new  97b9fdf   tiny.el: fixed up the previous change.
       new  78241c4   tiny.el: fixed a bug for expansion of m5%x.
       new  29b5b76   Added README.md
       new  b9c35e1   README.md: minor update.
       new  80e64b8   README.md: minor update.
       new  11722a1   tiny.el: fixed typos.
       new  b99315d   tiny.el: updated the doc.
       new  2bd9abb   tiny.el: moved tests to tiny-test.el.
       new  f1d1a2e   tiny-test.el: switched to ERT.
       new  b4fff55   tiny.el: fixed `tiny-tokenize'
       new  08ba593   tiny.el: fixed `tiny-tokenize'
       new  5df4f79   tiny.el: removed `tiny-beginning-of-string'
       new  b843226   tiny.el: removed `tiny-replace-sexp-desperately'
       new  8a3cab0   tiny.el: removed `tiny-replace-preceding-sexp'
       new  80cd28f   tiny-test.el: added a test for `tiny-replace-this-sexp'
       new  4c87ade   tiny.el: fixed a bug in `tiny-mapconcat-parse'.
       new  a6e4144   tiny.el (tiny-extract-sexps): can handle e.g. %0.1f(...) 
style formatting.
       new  e6abbc6   tiny.el (tiny-date): renamed from t-date. In format 
string it's just "date"
       new  6719ab2   README.md: updated.
       new  075e4d0   Fix "m10|%0.2f"
       new  cf74dd1   tiny.el: fix docs
       new  7893a02   tiny.el: add autoload to `tiny-expand'
       new  c59bc94   tiny.el (tiny-extract-sexps): add missing let binding
       new  4eef4e6   tiny.el: add a test case
       new  3a56283   tiny.el (tiny-mapconcat-parse): case-sensitive
       new  dea7748   tiny.el (tiny-date): improve
       new  5f25ce1   tiny.el: handle quotes in FMT part
       new  d37646a   Add Travis CI testing and Coveralls.io reporting
       new  ea7a184   tiny-test.el (tiny-mapconcat): Add test.
       new  fe0bade   tiny-test.el: Update
       new  fa90c2f   README.md: Add badges
       new  159c3f7   tiny.el: Update Copyright
       new  3f035ad   Add 'packages/tiny/' from commit 
'159c3f74e75970808b83fe4b732f180cb76872a3'


Summary of changes:
 packages/tiny/.travis.yml  |   20 ++
 packages/tiny/Cask         |    5 +
 packages/tiny/Makefile     |   18 ++
 packages/tiny/README.md    |   98 +++++++++++
 packages/tiny/tiny-test.el |  214 +++++++++++++++++++++++
 packages/tiny/tiny.el      |  412 ++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 767 insertions(+), 0 deletions(-)
 create mode 100644 packages/tiny/.travis.yml
 create mode 100644 packages/tiny/Cask
 create mode 100644 packages/tiny/Makefile
 create mode 100644 packages/tiny/README.md
 create mode 100644 packages/tiny/tiny-test.el
 create mode 100644 packages/tiny/tiny.el



reply via email to

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