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

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

[elpa] master dc3e4ca 35/36: Release 0.10.0


From: Noam Postavsky
Subject: [elpa] master dc3e4ca 35/36: Release 0.10.0
Date: Sat, 11 Jun 2016 19:21:12 +0000 (UTC)

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

    Release 0.10.0
    
    - Update NEWS
    - Bump version number
    - update snippets submodule
---
 NEWS         |   63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 snippets     |    2 +-
 yasnippet.el |    4 ++--
 3 files changed, 65 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index ea09bfc..7f4dec6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,68 @@ Copyright (C) 2016 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
-* 0.9.1 (est. March 2016)
+* 0.10.0 (June 11th, 2016)
+
+** Changes and New Features
+
+*** Yasnippet now prints far fewer message by default.
+See Github #682, #683.
+
+*** `yas-wrap-around-region' can be set to a register.
+The register's content will be used.  This is like the old `cua'
+option, but can be used with any register and doesn't require enabling
+cua-mode.
+
+*** Clearing of snippet fields is now decided by the command's effect.
+The `delete-selection' property is no longer consulted.  See Github #662.
+
+*** Empty lines in snippet expansion are no longer indented.
+See Github #679.
+
+*** All lines from mirror output are now indented.
+See Github #665.
+
+*** New variable yas-alias-to-yas/prefix-p
+See Github #696, #699.
+
+*** New function yas-next-field-will-exit-p
+See Github #561.
+
+*** `snippet-mode' is now autoloaded.
+
+** Fixed Bugs
+
+*** Fix incompatibility with Emacs 25 and haskell-mode.
+This should also help other modes with a non-nil syntax-propertize
+function.  See Github #687.
+
+*** Text property changes no longer disable snippets.
+This prevents cc-mode based modes from causing premature exit of
+snippets.  See Github #677.
+
+*** Fields are now transformed correctly after `yas-next-field'.
+See Github #381.
+
+*** The $> construct is now escaped correctly, and documented.
+See Github #640.
+
+*** Avoid corruption of snippet content when loading from files.
+See Github #707 and Emacs bug #23659.
+
+*** `yas-wrap-around-region' now works for snippets with fields
+farther down the buffer than $0.  See Github #636.
+
+*** The active region is deleted when using `yas-expand'.
+This makes it consistent with `yas-insert-snippet'.  See Github #523.
+
+*** Fix mirror+autofill interaction.
+See Github #643 and http://emacs.stackexchange.com/q/19206/5296.
+
+*** Snippet insertion no longer adds irrelevant strings to kill ring.
+See Github #675.
+
+
+* 0.9.1 (April 3rd, 2016)
 
 ** Changes and New Features
 
diff --git a/snippets b/snippets
index 3f3ff6f..9ce0b05 160000
--- a/snippets
+++ b/snippets
@@ -1 +1 @@
-Subproject commit 3f3ff6f642d100bfcf093d282603f9fc0088cfe5
+Subproject commit 9ce0b05f4b4d693831e67dd65d660716a8192e8d
diff --git a/yasnippet.el b/yasnippet.el
index 7b87cd3..8a4ef1d 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.9.1
+;; Version: 0.10.0
 ;; X-URL: http://github.com/capitaomorte/yasnippet
 ;; Keywords: convenience, emulation
 ;; URL: http://github.com/capitaomorte/yasnippet
@@ -534,7 +534,7 @@ snippet itself contains a condition that returns the symbol
 
 ;;; Internal variables
 
-(defvar yas--version "0.9.1")
+(defconst yas--version "0.10.0")
 
 (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]