diff options
author | AUR Update Bot | 2016-01-06 19:32:51 +0100 |
---|---|---|
committer | Stefan Husmann | 2016-01-06 19:32:51 +0100 |
commit | 1ce3070237722976b631beedc980ffabed7df6f1 (patch) | |
tree | 815aea0adbbbd5242d8fa2edfca35090590cc16c /.SRCINFO | |
parent | 9edcbf068b69f9de10f95fb3ecb902c6e4a28f60 (diff) | |
download | aur-1ce3070237722976b631beedc980ffabed7df6f1.tar.gz |
Updated version (0.9.0_beta_85_ga2c5292 -> 0.9.0_beta_86_gaf90528).
Changelog
=========
Fix debugging code for newer Emacsen (af90528)
Bless Noam Postavsky as the new official maintainer (a2c5292)
Don't choose ido prompting based on Emacs version (e6fff09)
Fix #576; don't override yas-prompt-functions (61261c9)
Respect y-b-l-cond from binding triggered snippets (140c415)
Fix #515; only clear field on self-insert (17fe790)
Improve test simulatulation of self-insert (71f0142)
Cleanup yas--on-field-overlay-modification (c80fbf2)
* 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)
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Mon Jan 4 18:39:36 UTC 2016 +# Wed Jan 6 18:32:50 UTC 2016 pkgbase = emacs-yasnippet-git pkgdesc = Yet another template system for Emacs - git version - pkgver = 0.9.0_beta_85_ga2c5292 + pkgver = 0.9.0_beta_86_gaf90528 pkgrel = 1 url = https://github.com/capitaomorte/yasnippet install = yasnippet.install |