branch: master
commit 4085494df67e0a3207839a175ac62673dfd0acc1
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Release 0.5.4
---
NEWS | 6 ++++++
configure.in | 2 +-
mmm-mode.el | 2 +-
mmm-vars.el | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 8f6b70b..6078fe8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,16 @@
MMM Mode NEWS -- history of user-visible changes. -*-outline-*-
Copyright (C) 2003, 2004 Michael Abraham Shulman
Copyright (C) 2013-2015 Dmitry Gutov
+Copyright (C) 2015 Steve Purcell
See the file COPYING for copying conditions.
Please submit bug reports at https://github.com/purcell/mmm-mode/issues
+* Changes in MMM Mode 0.5.4
+
+Fixes for indentation, SMIE support, and minor bugs.
+
+
* Changes in MMM Mode 0.5.2
Introduced `mmm-after-syntax-propertize-functions'. A primary major
diff --git a/configure.in b/configure.in
index 29a9be1..5d3f8ad 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT()
-AM_INIT_AUTOMAKE(mmm-mode, 0.5.2)
+AM_INIT_AUTOMAKE(mmm-mode, 0.5.4)
dnl
dnl Apparently, if you run a shell window in Emacs, it sets the EMACS
diff --git a/mmm-mode.el b/mmm-mode.el
index 780dbc5..9637829 100644
--- a/mmm-mode.el
+++ b/mmm-mode.el
@@ -9,7 +9,7 @@
;; Maintainer: Dmitry Gutov <[email protected]>
;; URL: https://github.com/purcell/mmm-mode
;; Keywords: convenience, faces, languages, tools
-;; Version: 0.5.2
+;; Version: 0.5.4
;;{{{ GPL
diff --git a/mmm-vars.el b/mmm-vars.el
index 399157f..843e6ca 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -1032,7 +1032,7 @@ The CLASSES are all made private, i.e. non-user-visible."
;;}}}
;;{{{ Version Number
-(defconst mmm-version "0.5.2"
+(defconst mmm-version "0.5.4"
"Current version of MMM Mode.")
(defun mmm-version ()