summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-07-17 21:55:50 +0200
committerhaawda2017-07-17 21:55:50 +0200
commit6f0f255c066d87fce5405a0144238eea5929a262 (patch)
treead4efdb60855d4a8cfcd3e219f086a7a74546831 /PKGBUILD
parent7bf1f092ad72d02306b4d2db8ebe3ba65ce12af2 (diff)
downloadaur-6f0f255c066d87fce5405a0144238eea5929a262.tar.gz
Updated version (0.11.0_53_g65952e3 -> 0.11.0_61_g2a3a0cd).
Changelog ========= Update CONTRIBUTING.md information (2a3a0cd) ; Merge yasnippet-debug.el updates (1436d21) * yasnippet-debug.el (yas-debug-snippet): Show modified flag. (164acd6) Optionally add undo list to debug info (b0e729b) Handle dead snippets better (7b03ac2) Make yas-debug-process-command-line easier to debug (2f5cb2e) Provide command line interface from yasnippet-debug.el (274406e) Fixup yasnippet-debug.el (c98672e) Allow customizing overlay priority (65952e3) Make sure tests don't rely on running order (e8ed276) Fix undo information recording for multiline snippets (1a860bd) Handle undo of snippet 1st line indent properly (6102ff5) Restore syntax-propertize-function before indenting mirrors (1043b6c) Don't delete snippets more than once. (82818e5) Fix field parsing in modes that use the `syntax-table' property (1bf7a4c) * .travis.yml: Use Emacs 25.2 (0f6d82f) * doc/snippet-expansion.org: Complete sentence fragment. (8797a31) Don't leave unreadable objects in the undo list (462f566) Fix condition timestamps in key filter functions (c3a9447) Fix ${0:soon-to-be-deleted} with no other fields (47f37f7) Fix problems with auto-fill-mode interaction (3949421) * yasnippet.el (yas-about): Fix compile warnings in previous commit. (1babe81) Make `yas-about' more informative (ca04f69) Correctly wrap auto-fill-function when it's toggled on later (5043a96) Update snippets submodule (b4d2f9c) Fix interaction with c auto-fill (22eeb1e) Only update live snippets (30913fd) Restore syntax-propertize-function before indenting snippet (c5fddf8) Ensure inhibit-modification-hooks is nil while modifying buffer (63f44b4) Fix nested snippet expansion (7f337f4) Fix mirror transformation error with expand-env (0d9afb2) Fix running hook variable set as buffer-local (6e9b7f9) Merge: let snippets expand in strings/comments by default (cddb826) Make yas-buffer-local-condition into a defcustom (14819c9) Let snippets expand in strings/comments by default (4f37afd) Merge: snippet-local exit hook; error handling improvements (c87afe0) * yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03) Fix snippet local exit hook (6c4fbb2) Remove lambda list building hack (b62cf52) Use debug-on-error to simplify error handling (203df22) Don't catch and rethrow yas-{-}exception (9c9547a) Rework error handling (ac26024) Enable snippet-mode automatically (9abf842) Fix whitespace lossage between mirrors (e74f00e) Make snippets work in org source blocks (0041efe) Refactor snippet marker manipulating functions (d0c6fec) Use :filter instead of yas--fallback (0311fe2) Use more compact format for snippet menus (48cd716) * doc/faq.org: Typos and grammar. (7b3c29d) Update handling of markers during indentation (e878afb) Use git describe for doc HTML output (28d5496) Add timestamp of source revision to HTML doc (4ef1768) Make the documentation build reproducible (cce2e0d) Use expand-env for all snippet evaluations (4ee3835) Respect yas-indent-line for mirror updates (5534cab) Keep yas--snippets-at-point for compatibility (7b013db) Promote yas--snippets-at-point to a public API (2ca6321) Remove last use of flet (c485d13) Reword #744 yet again (8412d71) Rework yas-reload-all message introduced by #744 (80a1098) Improve final message produced by yas-reload-all (4fa52e6)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ea7d1420734..f81b80a35c6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
-pkgver=0.11.0_53_g65952e3
+pkgver=0.11.0_61_g2a3a0cd
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')