emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 89eb7ab 3/4: Release 0.12.2


From: Noam Postavsky
Subject: [elpa] master 89eb7ab 3/4: Release 0.12.2
Date: Mon, 28 Aug 2017 22:21:48 -0400 (EDT)

branch: master
commit 89eb7ab64d67e96646576dc0d551e8c23d50438a
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Release 0.12.2
    
    * NEWS: Add changes for 0.12.2.
    * yasnippet.el: Bump version.
    * snippets: Update submodule.
---
 NEWS         | 10 +++++++++-
 snippets     |  2 +-
 yasnippet.el |  4 ++--
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index bc0863f..57d9259 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
 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.
 
+* 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)
 
 This is a quick bugfix release.
diff --git a/snippets b/snippets
index 885050d..3226ab8 160000
--- a/snippets
+++ b/snippets
@@ -1 +1 @@
-Subproject commit 885050d34737e2fb36a3e7759d60c09347bd4ce0
+Subproject commit 3226ab8d879d2b892ec0a269d0cca4ae086aa7c3
diff --git a/yasnippet.el b/yasnippet.el
index cfb0c08..6660f57 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -5,7 +5,7 @@
 ;;          João Távora <address@hidden>,
 ;;          Noam Postavsky <address@hidden>
 ;; Maintainer: Noam Postavsky <address@hidden>
-;; Version: 0.12.1
+;; Version: 0.12.2
 ;; X-URL: http://github.com/joaotavora/yasnippet
 ;; Keywords: convenience, emulation
 ;; URL: http://github.com/joaotavora/yasnippet
@@ -540,7 +540,7 @@ override bindings from other packages (e.g., 
`company-mode')."
 
 ;;; Internal variables
 
-(defconst yas--version "0.12.1")
+(defconst yas--version "0.12.2")
 
 (defvar yas--menu-table (make-hash-table)
   "A hash table of MAJOR-MODE symbols to menu keymaps.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]