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

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

[elpa] master 71be255 053/433: Released 0.4.1.


From: Dmitry Gutov
Subject: [elpa] master 71be255 053/433: Released 0.4.1.
Date: Thu, 15 Mar 2018 19:43:33 -0400 (EDT)

branch: master
commit 71be255e1b030586064fc629a30e9d8661f2a489
Author: mas <mas>
Commit: mas <mas>

    Released 0.4.1.
---
 NEWS         | 8 ++++++++
 configure.in | 2 +-
 mmm-vars.el  | 4 ++--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 3267845..5d1efbb 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@ See the file COPYING for copying conditions.
 
 Please send MMM Mode bug reports to address@hidden
 
+* Changes in MMM Mode 0.4.1
+
+** Font Lock Parsing Speed Improved
+
+Extra regions were being parsed due to an error in finding the right
+regions, slowing down the parsing considerably.  This has been fixed.
+
+
 * Changes in MMM Mode 0.4.0
 
 ** Improved Local Variable Saving
diff --git a/configure.in b/configure.in
index 6270bf4..0dadcc0 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, 0.4.0)
+AM_INIT_AUTOMAKE(mmm, 0.4.1)
 
 AM_PATH_LISPDIR()
 
diff --git a/mmm-vars.el b/mmm-vars.el
index 3c295e0..367c693 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-vars.el,v 1.11 2000/06/27 19:27:26 mas Exp $
+;; Version: $Id: mmm-vars.el,v 1.12 2000/06/28 01:17:49 mas Exp $
 
 ;;{{{ GPL
 
@@ -484,7 +484,7 @@ and the end of the back delimiter.")
 ;;}}}
 ;;{{{ Version Number
 
-(defconst mmm-version "0.4.0"
+(defconst mmm-version "0.4.1"
   "Current version of MMM Mode.")
 
 (defun mmm-version ()



reply via email to

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