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

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

[elpa] externals/mmm-mode 8aed53f 12/12: Release 0.5.8


From: Dmitry Gutov
Subject: [elpa] externals/mmm-mode 8aed53f 12/12: Release 0.5.8
Date: Sun, 24 May 2020 20:16:10 -0400 (EDT)

branch: externals/mmm-mode
commit 8aed53f9aec4bcb9faf5f2b080e863f51d775905
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Release 0.5.8
---
 NEWS                  | 5 +++++
 configure.in          | 2 +-
 mmm-mode.el           | 4 ++--
 mmm-region.el         | 2 +-
 mmm-utils.el          | 2 +-
 mmm-vars.el           | 4 ++--
 tests/highlighting.el | 2 +-
 7 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 7cc30ed..298519f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,11 @@ 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.8
+Support for Emacs 27.
+
+Fixes for nesting submodes.
+
 * Changes in MMM Mode 0.5.7
 Fixes for mmm-indent-line-narrowed.
 
diff --git a/configure.in b/configure.in
index c30f8f0..b2f3a70 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.7)
+AM_INIT_AUTOMAKE(mmm-mode, 0.5.8)
 
 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 cca89b8..d2d4e9b 100644
--- a/mmm-mode.el
+++ b/mmm-mode.el
@@ -1,6 +1,6 @@
 ;;; mmm-mode.el --- Allow Multiple Major Modes in a buffer
 
-;; Copyright (C) 1999-2004, 2012-2015, 2018  Free Software Foundation, Inc.
+;; Copyright (C) 1999-2004, 2012-2015, 2018, 2020  Free Software Foundation, 
Inc.
 
 ;; Emacs Lisp Archive Entry
 ;; Package: mmm-mode
@@ -8,7 +8,7 @@
 ;; Maintainer: Dmitry Gutov <address@hidden>
 ;; URL: https://github.com/purcell/mmm-mode
 ;; Keywords: convenience, faces, languages, tools
-;; Version: 0.5.7
+;; Version: 0.5.8
 ;; Package-Requires: ((cl-lib "0.2"))
 
 ;;{{{ GPL
diff --git a/mmm-region.el b/mmm-region.el
index 35c5d6a..b518d59 100644
--- a/mmm-region.el
+++ b/mmm-region.el
@@ -1,6 +1,6 @@
 ;;; mmm-region.el --- Manipulating and behavior of MMM submode regions
 
-;; Copyright (C) 2000-2003, 2010-2015, 2018  Free Software Foundation, Inc.
+;; Copyright (C) 2000-2003, 2010-2015, 2018, 2020  Free Software Foundation, 
Inc.
 
 ;; Author: Michael Abraham Shulman <address@hidden>
 
diff --git a/mmm-utils.el b/mmm-utils.el
index 6927444..d1ceb73 100644
--- a/mmm-utils.el
+++ b/mmm-utils.el
@@ -1,6 +1,6 @@
 ;;; mmm-utils.el --- Coding Utilities for MMM Mode
 
-;; Copyright (C) 2000-2003, 2011-2013  Free Software Foundation, Inc.
+;; Copyright (C) 2000-2003, 2011-2013, 2020  Free Software Foundation, Inc.
 
 ;; Author: Michael Abraham Shulman <address@hidden>
 
diff --git a/mmm-vars.el b/mmm-vars.el
index a061919..6672a5b 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -1,6 +1,6 @@
 ;;; mmm-vars.el --- Variables for MMM Mode
 
-;; Copyright (C) 2000-2004, 2011-2015, 2018  Free Software Foundation, Inc.
+;; Copyright (C) 2000-2004, 2011-2015, 2018-2020  Free Software Foundation, 
Inc.
 
 ;; Author: Michael Abraham Shulman <address@hidden>
 
@@ -1049,7 +1049,7 @@ The CLASSES are all made private, i.e. non-user-visible."
 ;;}}}
 ;;{{{ Version Number
 
-(defconst mmm-version "0.5.7"
+(defconst mmm-version "0.5.8"
   "Current version of MMM Mode.")
 
 (defun mmm-version ()
diff --git a/tests/highlighting.el b/tests/highlighting.el
index 62a1191..b7519a6 100644
--- a/tests/highlighting.el
+++ b/tests/highlighting.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2013-2014  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2014, 2020  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 



reply via email to

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