Release 0.12.2

* NEWS: Add changes for 0.12.2.
* yasnippet.el: Bump version.
* snippets: Update submodule.
This commit is contained in:
Noam Postavsky 2017-08-13 17:47:06 -04:00
parent c79c8df599
commit 89eb7ab64d
3 changed files with 12 additions and 4 deletions

10
NEWS
View File

@ -1,9 +1,17 @@
Yasnippet NEWS -- history of user-visible changes. Yasnippet NEWS -- history of user-visible changes.
Copyright (C) 2016 Free Software Foundation, Inc. Copyright (C) 2017 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.
* 0.12.2 (Aug 28, 2017)
** The new option 'yas-also-auto-indent-empty-lines' allows restoring
the old indent behavior. See Github #850, #710, #685, #679.
** Keybinding triggered snippets once again deactivate the mark.
See Github #840.
* 0.12.1 (Jul 23, 2017) * 0.12.1 (Jul 23, 2017)
This is a quick bugfix release. This is a quick bugfix release.

@ -1 +1 @@
Subproject commit 885050d34737e2fb36a3e7759d60c09347bd4ce0 Subproject commit 3226ab8d879d2b892ec0a269d0cca4ae086aa7c3

View File

@ -5,7 +5,7 @@
;; João Távora <joaotavora@gmail.com>, ;; João Távora <joaotavora@gmail.com>,
;; Noam Postavsky <npostavs@gmail.com> ;; Noam Postavsky <npostavs@gmail.com>
;; Maintainer: Noam Postavsky <npostavs@gmail.com> ;; Maintainer: Noam Postavsky <npostavs@gmail.com>
;; Version: 0.12.1 ;; Version: 0.12.2
;; X-URL: http://github.com/joaotavora/yasnippet ;; X-URL: http://github.com/joaotavora/yasnippet
;; Keywords: convenience, emulation ;; Keywords: convenience, emulation
;; URL: http://github.com/joaotavora/yasnippet ;; URL: http://github.com/joaotavora/yasnippet
@ -540,7 +540,7 @@ override bindings from other packages (e.g., `company-mode')."
;;; Internal variables ;;; Internal variables
(defconst yas--version "0.12.1") (defconst yas--version "0.12.2")
(defvar yas--menu-table (make-hash-table) (defvar yas--menu-table (make-hash-table)
"A hash table of MAJOR-MODE symbols to menu keymaps.") "A hash table of MAJOR-MODE symbols to menu keymaps.")