npostavs pushed a change to branch master. from ee4cf1e Improve debbugs-gnu-search new 4c6064c Avoid potential problems with user's hooks new 3e67b1b yasnippet.el (snippet-mode): Add autoload cookie. new 8771082 Don't add useless kill ring entries new bd30a30 yas-dont-activate is a hook new 4f2aa15 Only kill snippets for text length change new 567ada0 Decide field clearing based on command's effect new 7f03a23 Change Emacs installation method for Travis CI new c0032e6 chmod -x doc/yas-doc-helper.el new 7799aa9 Document .yas-setup.el new bfe14f1 Test and fix problem with mirror+autofill new cc14db3 Refactor yas-next-field a bit new a87ec54 yasnippet.el (yas-next-field-will-exit-p): New function. new 14f830a Test expansion in an empty buffer new eeb4b62 Add new tests for multi-line mirror indentation new eca2f99 Indent multi-line output from mirrors new ccc9adc Add register option for yas-wrap-around-region new c1b2cb7 Improve documentation for new register option new e37ce9e Disable region wrapping for trigger key expansion new 5d44a9f Revert "Disable region wrapping for trigger key expansion" new db4cd31 Delete active region for trigger key expansion new beb2ba4 Fix fields following $0 + region insertion new 78fe979 Support htmlize.el in Rakefile doc target new df229b9 Fix some doc formatting new bdfab67 Make yasnippet less chatty new 146b161 Don't indent empty lines in snippet expansion new e9406f5 Document $> and fix escaping new 6f97316 Fix outdated and misformatted docs new 6180cc4 Fix field transform application in yas-next-field new 1b8f5b7 Don't use major-mode syntax-propertize-function new 0d79e69 Extra measures to prevent premature yas-minor-mode new bbfa1f0 Add yas-backport-obsolete-alias option new 497867c Rename yas-backport-obsolete-alias new 47dbe93 Fix broken links in README.mdown new e23a053 Avoid bug in insert-file-contents with REPLACE=t new dc3e4ca Release 0.10.0 new 438f5db packages/yasnippet: pull from external (0.10.0)
Summary of changes: packages/yasnippet/.travis.yml | 36 +- packages/yasnippet/NEWS | 63 ++- packages/yasnippet/README.mdown | 4 +- packages/yasnippet/Rakefile | 11 +- packages/yasnippet/doc/snippet-development.org | 70 +-- packages/yasnippet/doc/snippet-expansion.org | 13 + packages/yasnippet/doc/snippet-organization.org | 8 +- packages/yasnippet/doc/stylesheets/manual.css | 33 ++ packages/yasnippet/doc/yas-doc-helper.el | 3 +- packages/yasnippet/yasnippet-tests.el | 86 +++- packages/yasnippet/yasnippet.el | 516 ++++++++++++----------- 11 files changed, 541 insertions(+), 302 deletions(-) mode change 100755 => 100644 packages/yasnippet/doc/yas-doc-helper.el