branch: master
commit ff6aa17b45ebbec5dd94eb04dafa6347073d0e9a
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Update NEWS
---
NEWS | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 57948ef..8f6b70b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,27 @@
MMM Mode NEWS -- history of user-visible changes. -*-outline-*-
Copyright (C) 2003, 2004 Michael Abraham Shulman
-Copyright (C) 2013 Dmitry Gutov
+Copyright (C) 2013-2015 Dmitry Gutov
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.2
+
+Introduced `mmm-after-syntax-propertize-functions'. A primary major
+mode can set it to adjust `syntax-table' text properties in submode
+regions.
+
+New file `mmm-defaults.el'. A user can simply require it and have
+basic setup for ERB, EJS and PHP files (for the last one, `php-mode'
+has to be installed separately).
+
+`mmm-add-classes' is autoloaded.
+
+`mmm-beginning-of-syntax' was removed.
+
+Assorted highlighting and syntax detection improvements.
+
+
* Changes in MMM Mode 0.5.1
Some minor documentation updates and bugfixes.