branch: elpa/yaml-mode commit 2ace378bef2047a980fba0e42e3e6b5d990f2c66 Author: Vasilij Schneidermann <v.schneiderm...@gmail.com> Commit: Vasilij Schneidermann <v.schneiderm...@gmail.com>
Bumping version to 0.0.13 --- Changes | 7 +++++++ Makefile | 2 +- yaml-mode.el | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index e215648..374826f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +0.0.13 Fri Nov 4 22:23:34 CET 2016 + * Derive from text-mode, adjustments to major mode definition (wasamasa) + * Inclusion of longstanding PRs (wasamasa) + * Improved comment highlighting (wasamasa) + * Add *.raml to auto-mode-alist (Ville Skyttä) + * Map both DEL and <backspace> to electric backspace (forcer) + * Change dashes from word to symbol syntax (forcer) 0.0.12 Mon Aug 17 05:34:37 UTC 2015 * Enable encrypted yamls. (rhoml) * Use font-lock-flush when available. (tarsius) diff --git a/Makefile b/Makefile index 6146053..9db39d1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.12 +VERSION=0.0.13 EMACS = emacs PREFIX = /usr/local INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp diff --git a/yaml-mode.el b/yaml-mode.el index e799206..3ad98b9 100644 --- a/yaml-mode.el +++ b/yaml-mode.el @@ -7,7 +7,7 @@ ;; Maintainer: Vasilij Schneidermann <v.schneiderm...@gmail.com> ;; Package-Requires: ((emacs "24.1")) ;; Keywords: data yaml -;; Version: 0.0.12 +;; Version: 0.0.13 ;; This file is not part of Emacs