summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2016-10-23 01:18:57 +0200
committerStefan Husmann2016-10-23 01:18:57 +0200
commit292fe39fb76093ee3b1d0e20781a05be23bc20c6 (patch)
treeb593da03f8d6345b1be465e1e01ccdc786a7fa5d /PKGBUILD
parent3245444e4310b007d7064414000abe536bf19e5a (diff)
downloadaur-292fe39fb76093ee3b1d0e20781a05be23bc20c6.tar.gz
Updated version (0.10.0_37_gff6f31e -> 0.10.0_38_geaaec30).
Changelog ========= Replace all occurances of `capitaomorte' (eaaec30) Replace yas--with-temp-redefs with cl-letf (ff6f31e) Change cl dep to cl-lib for tests too (00be21c) Explain about backquote expressions in doc (85a43ad) Add test for snippet saving (a5e88b2) Fix saving of new snippets (1532e66) Fix test-rebindings (9cf9208) * Rakefile: Handle unset `warnings' parameter (309fe15) Don't warn about cl-functions with old cl-lib (4b12f7d) Cleanup redundant cl dependency, :group & :require (5264379) Use new name of python-in-string/comment in docs (7e0a0de) Support yas/ symbols in yas-define-menu (5af9276) Merge: Simplify `yas-new-snippet' load&save logic (244cdfa) Fix yas--message verbosity levels (dc098cf) Load snippet after saving (3129040) Simplify `yas-new-snippet' load&save logic (0ee86a2) Fix some quoting problems in doc strings (ea9581f) Fix field navigation in the backwards direction (9500b00) Don't clobber match data in modification hooks (0db65ee) yasnippet.el (yas-escape-text): No error on nil text (7661dc1) Don't warn about modifications to other buffers (42b0c26) Fix removal of snippets by uuid (d4da806) Add test for loading snippet with same uuid (a4fafc3) yasnippet.el (yas--quote-string): Remove. (4296a86) Escape yas-selected-text for new snippet. (8907fd1) Merge: a different fix for #712. (8ca8c7d) Add test for indentation of single line mirrors (9c9952c) Do indent the first line of mirrors, but in correct order (d218ed8) Don't indent first line of mirrors (351c1e3) Fix some compilation warnings (ee6e7a9) Say how to hide the backquote side-effect warning (6b785e1) Merge: restore backquote evaluation behaviour (655bda8) Warn about backquote exprs modifying the buffer (85f39ce) Revert "Separate parsing from evaluation of backquote lisp" (ee4efdb) Separate parsing from evaluation of backquote lisp (e21420a) Make yas-describe-tables easier to use from lisp (c744148) Add region contents to new snippet (1735a28) .travis.yml: Don't notify on success (bc80f67)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d732512f31e..01cb0c2131ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
-pkgver=0.10.0_37_gff6f31e
+pkgver=0.10.0_38_geaaec30
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')