npostavs pushed a change to branch master. from 2604824 Release version 0.2 new 4f78d03 Close #937: Officially support automatically moving to next field new 4af3354 Make less garbage in overlay heavy buffers new e67592c Don't use overlays to find active snippets new 79b90c9 Remove compatibility code for Emacs 22 and earlier new d3bb879 Remove last-buffer-undo-list compat definition new 1e71360 Per #947: fix typo in README.md new 7a178a2 Remove spurious change of before-change-functions new 8328c38 Fix another failure of cc-mode indentation new ffc733d ; Debug code fixes new eeb05f0 Handle field adjust of pending active fields new 3c0be40 Update FAQ new 760f77a Test for mirroring more than one field new 8452227 Consider fundamental-mode as ultimate ancestor new 0f05a75 Add yas-completing-read new fb253ac New public function yas-maybe-expand-abbrev-key-filter new bceb65b Make backspace/DEL clear field (#957) new 9f51cf2 Register snippet movement comments for eldoc new 1d96da2 Don't call before/after change-functions twice new 03aa561 * doc/snippet-organization.org: Fix typo. new 8b25d62 * doc/snippet-development.org: Fix typos. new dabc719 Don't turn on yas-minor-mode in temp buffers new 048d030 Fix line-relative snapshotting for org src blocks new 6a3619b Fix additional corner case with org source block integration new 7612bc1 Don't check this-command in yas-not-string-or-comment-condition new 9cedd59 Allow disabling snippet keybindings from hook new 189f737 * doc/faq.org: Note that Flyspell problem is (now fixed) Emacs bug. new bae20af ; * doc/faq.org: Linkify bug reference. new fc33b2f Make overlay-modification protection optional new 6a738b5 ; doc/faq.org: Fix example keybinding code. new ffce236 Do auto indentation only in post command hook new c432e78 Fix field adjustment on deletion new 55c448b Remove redundant arg to yas-expand-snippet new f056a4d Minor code shuffling and commenting new e45e3de * doc/faq.org: yas-prev should be yas-prev-field new 476bc77 Fix snippet undo new bd3572a Handle multiple uses of yas-auto-next new d91dd66 * yasnippet.el (yas--extra-modes): Move alias before def new a66f15e Fix yas-insert-snippet for keyless snippets new 1bee3a3 Fix #979: grok curly braces with LSP-style escaping new 4046f61 * yasnippet.el (yas-field-highlight-face): Remove redundant quote. new 3bf9a3b Release 0.14.0 new 32f3512 * packages/yasnippet: Merge 0.14.0 from upstream.
Summary of changes: packages/yasnippet/NEWS | 76 ++- packages/yasnippet/README.mdown | 2 +- packages/yasnippet/doc/faq.org | 69 +-- packages/yasnippet/doc/snippet-development.org | 71 ++- packages/yasnippet/doc/snippet-expansion.org | 10 +- packages/yasnippet/doc/snippet-organization.org | 2 +- packages/yasnippet/yasnippet-debug.el | 8 +- packages/yasnippet/yasnippet-tests.el | 212 ++++++- packages/yasnippet/yasnippet.el | 737 ++++++++++++++---------- 9 files changed, 798 insertions(+), 389 deletions(-)