summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2015-12-12 21:51:47 +0100
committerStefan Husmann2015-12-12 21:51:47 +0100
commit8937524e750e3458bdc04e37d07fdc40748e3759 (patch)
tree5ebc005a111b6c9a2eb0b47634b462ab69610c1b
parent89d4abaee1910802b4bdc24b48fd607af687e939 (diff)
downloadaur-8937524e750e3458bdc04e37d07fdc40748e3759.tar.gz
Updated version (0.9.0_beta_76_gd78181a -> 0.9.0_beta_78_g67a45a6).
Changelog ========= * README.mdown: Add link to textmate-to-yas.el. (67a45a6) * README.mdown: update melpa URL. (444c882) Remove yas--inhibit-overlay-hooks macro. (d78181a) yasnippet.el (yas--called-interactively-p): Remove. (3cd64b7) Use destructive list functions in yas--s-a-p (23ee54e) Fix #587; set `this-command' on fallback. (6c46878) Closes #632: Use `user-emacs-directory' instead of hardcoded "~/emacs.d" (2100b89) Ignore trailing spaces in snippet definitions (1cf723a) M-x delete-trailing-whitespace (3aa7cb2) * CONTRIBUTING.md: Add note about changelog only messages. (beb02e5) Fix #607; avoid Emacs bug #21824 (f121645) * README.mdown (Use `yas-minor-mode`): Reword. (fb28ec8) Activate extra and major modes first (cd05da6) Avoid double snippet loading messages (b8687bb) Fix #617; ensure point is visible before x prompt (b055f13) Simplify string matching. (35642ac) Fix #618; save match data in yas--scan-sexps (72c6c4c) * yasnippet.el (yas--scan-sexps): Use ignore-errors. (b6d924c) Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83) Fix #619; find parents for extra-modes too (fb6ec67) Build a single `explored' list. (e56aa6f) Add (failing) yas--modes-to-activate test (00b84ce) Update snippets module (710ea4d) Fix invalid yas-key-syntaxes element warning (8df6a6e) * doc/snippet-organization.org (.yas-skip): Add info. (7703a55) * yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2) * yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a) Test visiting compiled snippets (e3f03ca) Accept documented snippet list formats (68b0ab6) Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b) Reorganize snippet construction from list code (cc1c758) Closes #601: updated snippets submodule (2f6cfef) Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98) Add documentation for snippet compilation (0ada0fc) Simplify some code (c91a588) Merge pull request #596 from npostavs/lookup-snippet (e8934ce) Add new function yas-lookup-snippet (7bce1a6) Minor doc fixes (5ebf347) Merge pull request #578 from aluaces/patch-1 (197db9f) Fix "invalid function: quote" (4692c81) Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46) Merge pull request #571 from PhilHudson/master (7f4f6be) Replaced 'shadow' with 'override' throughout documentation (0e7ea94) Update README.mdown (23133da) Merge pull request #569 from npostavs/doc-obsolete (890bd7e) yasnippet.el (yas-initialize): Mark obsolete (d619107) README.mdown (per-buffer): Remove needless lambda (4fd8ab1) README.mdown (el-get): Remove obsolete information (fdef445) `yas-minor-mode' assertion broke a test. Good. Fix it. (a467019) Add useful development assertion (885237a) Closes #562: Deleting inner numberless snippet causes error (316435e) Getting rid of low-level assumptions in yasnippet (d19ef74) Merge pull request #568 from npostavs/contrib (fc5052b) Add a CONTRIBUTING.md file (b9989f8) Implements #566: Remove dead major modes code (3e7b56e) Merge pull request #559 from mineo/patch-1 (21ffe4b) yas-expand-snippet: Clarify EXPAND-ENV (3c13348) Merge pull request #552 from treese/master (197ef7f) Clarify what happens with yas-new-snippet. (07734a1) Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3) Merge pull request #542 from tarsius/nosearch (e161fc0) Add file doc/.nosearch (bb6bbad) Update README.mdown (50ca8d3) Clean up previous change (175e0a3) Closes #537: Be lenient to extensions operating on snippet fields (596e6b2) Closes #536: Fix navigation to zero-length fields at snippet end (1c97671) Update snippets submodule (51d4ed1) Update README.mdown (b22961a) Tweak README.mdown to simplify bug reporting paragraph (e2b876b) Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0) Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4) Merge pull request #524 from npostavs/fallback-loop (6877bc6) Signal an error on recursive yas--fallback calls (e731451) Merge pull request #519 from syohex/use-cl-macro (08b044e) Use cl-incf instead of cl (783cc33) Merge pull request #518 from rnkn/master (8e9bf3c) Compatibility with custom-unlispify-remove-prefixes (6f7c915) Update snippets submodule (41cb5f5)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e3a7df635ae..4c5eba82f182 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 23:04:54 UTC 2015
+# Sat Dec 12 20:51:46 UTC 2015
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.9.0_beta_76_gd78181a
+ pkgver = 0.9.0_beta_78_g67a45a6
pkgrel = 1
url = https://github.com/capitaomorte/yasnippet
install = yasnippet.install
diff --git a/PKGBUILD b/PKGBUILD
index fe1ad1593b69..329fb39801d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
-pkgver=0.9.0_beta_76_gd78181a
+pkgver=0.9.0_beta_78_g67a45a6
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')