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

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

[elpa] master 6406e1a 357/433: Update NEWS


From: Dmitry Gutov
Subject: [elpa] master 6406e1a 357/433: Update NEWS
Date: Thu, 15 Mar 2018 19:44:35 -0400 (EDT)

branch: master
commit 6406e1a574da626c6ded3dbc8d93be53aaa84505
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Update NEWS
---
 NEWS | 40 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 39 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 41a1512..4dd196c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,46 @@
 MMM Mode NEWS -- history of user-visible changes.  -*-outline-*-
 Copyright (C) 2003, 2004 Michael Abraham Shulman
+Copyright (C) 2013 Dmitry Gutov
 See the file COPYING for copying conditions.
 
-Please submit bug reports at http://sourceforge.net/projects/mmm-mode/
+Please submit bug reports at https://github.com/purcell/mmm-mode/issues
+
+* Changes in MMM Mode 0.5.0
+
+** Compatibility with recent Emacsen
+
+Updated to work with Emacs 23 and 24. Removed some compatibility code
+for older versions. Added new local variables used in the latest js-mode
+and cc-engine modes.
+
+** New submode classes
+
+New submode classes for ERB and EJS templates, both in mmm-erb.el. It
+also includes a smart indentation algorithm, supporting them together
+with script and style tag subregions in HTML code.
+
+** Parsing when idle
+
+Setting `mmm-parse-when-idle' will make MMM Mode re-parse modified
+buffers when Emacs is idle. This can lead to visible pauses, though,
+depending on the size of the buffer and the number of subregions.
+
+** Support submode-specific syntax functions
+
+Relevant for Emacs 24: we define a composite syntax-propertize-function
+that delegates syntax recognition to respective submode functions.
+
+For users, this means regular expressions in js-mode and string
+interpolations and percent literals in ruby-mode.
+
+** Indentation
+
+More consistent indentation behavior, the default implementation
+delegates to the submode at the end of the indentation.
+
+The major mode can provide its own implementation by setting
+mmm-indent-line-function, to handle specific mode combinations better.
+
 
 * Changes in MMM Mode 0.4.8
 



reply via email to

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