npostavs pushed a change to branch master. from f06d730 * packages/sml-mode/sml-mode.el (sml-smie-rules): Remove incoherent rule. new bc80f67 .travis.yml: Don't notify on success new 1735a28 Add region contents to new snippet new c744148 Make yas-describe-tables easier to use from lisp new e21420a Separate parsing from evaluation of backquote lisp new ee4efdb Revert "Separate parsing from evaluation of backquote lisp" new 85f39ce Warn about backquote exprs modifying the buffer new 655bda8 Merge: restore backquote evaluation behaviour new 6b785e1 Say how to hide the backquote side-effect warning new ee6e7a9 Fix some compilation warnings new 351c1e3 Don't indent first line of mirrors new d218ed8 Do indent the first line of mirrors, but in correct order new 9c9952c Add test for indentation of single line mirrors new 8ca8c7d Merge: a different fix for #712. new 8907fd1 Escape yas-selected-text for new snippet. new 4296a86 yasnippet.el (yas--quote-string): Remove. new a4fafc3 Add test for loading snippet with same uuid new d4da806 Fix removal of snippets by uuid new 42b0c26 Don't warn about modifications to other buffers new 7661dc1 yasnippet.el (yas-escape-text): No error on nil text new 0db65ee Don't clobber match data in modification hooks new 9500b00 Fix field navigation in the backwards direction new ea9581f Fix some quoting problems in doc strings new 0ee86a2 Simplify `yas-new-snippet' load&save logic new 3129040 Load snippet after saving new dc098cf Fix yas--message verbosity levels new 244cdfa Merge: Simplify `yas-new-snippet' load&save logic new 5af9276 Support yas/ symbols in yas-define-menu new 7e0a0de Use new name of python-in-string/comment in docs new 5264379 Cleanup redundant cl dependency, :group & :require new 4b12f7d Don't warn about cl-functions with old cl-lib new 309fe15 * Rakefile: Handle unset `warnings' parameter new 9cf9208 Fix test-rebindings new 1532e66 Fix saving of new snippets new a5e88b2 Add test for snippet saving new 85a43ad Explain about backquote expressions in doc new 00be21c Change cl dep to cl-lib for tests too new ff6f31e Replace yas--with-temp-redefs with cl-letf new eaaec30 Replace all occurances of `capitaomorte' new e6b8651 * NEWS: Update for 0.11.0. new 299efcb packages/yasnippet: Merge external (v0.11.0)
Summary of changes: packages/yasnippet/.travis.yml | 7 + packages/yasnippet/CONTRIBUTING.md | 2 +- packages/yasnippet/NEWS | 50 +- packages/yasnippet/README.mdown | 14 +- packages/yasnippet/Rakefile | 6 +- packages/yasnippet/doc/index.org | 2 +- packages/yasnippet/doc/nav-menu.html.inc | 2 +- packages/yasnippet/doc/snippet-development.org | 23 +- packages/yasnippet/doc/snippet-expansion.org | 6 +- packages/yasnippet/yasnippet-tests.el | 238 +++++---- packages/yasnippet/yasnippet.el | 676 ++++++++++++------------ 11 files changed, 570 insertions(+), 456 deletions(-)