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

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

[elpa] master e6b8651 39/40: * NEWS: Update for 0.11.0.


From: Noam Postavsky
Subject: [elpa] master e6b8651 39/40: * NEWS: Update for 0.11.0.
Date: Wed, 26 Oct 2016 23:06:34 +0000 (UTC)

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

    * NEWS: Update for 0.11.0.
    
    * snippets/: Update snippets submodule.
    
    * yasnippet.el: Bump version number.
---
 NEWS         |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 snippets     |    2 +-
 yasnippet.el |    4 ++--
 3 files changed, 49 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 8984062..6e6629d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,52 @@ Copyright (C) 2016 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
+
+* 0.11.0 (Oct 26, 2016)
+** Changes and New Features
+
+*** Modifying buffer in backquoted expressions is deprecated!
+Backquoted expressions should only return a string that will be
+inserted.  Snippets which modify the buffer as a side-effect will now
+trigger a warning.
+
+*** The verbosity levels for messages have been adjusted.
+While the default verbosity level was increased by 1 (it was only
+lower before due to a bug), several messages now only print at the
+level 4, so the overall effect should be less messages by default.
+
+*** Saving and loading snippets has been streamlined.  Saving the
+snippet to a file will now automatically load it.  Additionally, the
+buffer will be renamed from "*new snippet*" to whatever the snippet is
+named.  See also Github #718, #733, and #734.
+
+*** `yas-escape-text' no longer signals an error when given nil.
+
+*** `yas-describe-tables' is split into simpler commands.
+**** `yas-describe-tables' takes a prefix arg to show non-active tables.
+**** New command `yas-describe-tables-by-namehash' shows table by namehash.
+
+*** Use the region contents as the snippet body of new snippets.
+
+*** The dependency on `cl' is removed.
+Yasnippet now only requires `cl-lib'.
+
+** Fixed Bugs
+
+*** Fix field navigation (tabbing) in the backwards direction.
+See Github #722
+
+*** Add support for deprecated yas/ symbols in `yas-define-menu'.
+It was left out by accident.  This support is conditional on
+`yas-alias-to-yas/prefix-p', just like other obsolete yas/ bindings.
+
+*** Fix overriding of snippet by a new snippet with same uuid.
+See Github #714.
+
+*** Fix handling of snippets with 2 mirros on the same line.
+See Github #712.
+
+
 * 0.10.0 (June 11th, 2016)
 
 ** Changes and New Features
diff --git a/snippets b/snippets
index 9ce0b05..29da8e6 160000
--- a/snippets
+++ b/snippets
@@ -1 +1 @@
-Subproject commit 9ce0b05f4b4d693831e67dd65d660716a8192e8d
+Subproject commit 29da8e6c0444188406fdc5bb8b18e9b328fb710e
diff --git a/yasnippet.el b/yasnippet.el
index 830984d..a6977d1 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.10.0
+;; Version: 0.11.0
 ;; X-URL: http://github.com/joaotavora/yasnippet
 ;; Keywords: convenience, emulation
 ;; URL: http://github.com/joaotavora/yasnippet
@@ -514,7 +514,7 @@ snippet itself contains a condition that returns the symbol
 
 ;;; Internal variables
 
-(defconst yas--version "0.10.0")
+(defconst yas--version "0.11.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]