branch: master
commit 2802d0b5b735f3ec1e97a81477c35bd14c408cc8
Author: mas <mas>
Commit: mas <mas>
# Updated.
---
ChangeLog | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NEWS | 8 ++++++++
2 files changed, 71 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 574e6dc..f5166c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+2000-09-12 Michael Abraham Shulman <[email protected]>
+
+ * Checklist: Added comment about adding files to the distribution.
+
+ * README: Added comment about installing with multiple emacsen.
+
+ * Makefile.am: Added FAQ
+
+ * mmm-mode.el: Created Emacs Lisp Archive Entry
+
+2000-09-05 Michael Abraham Shulman <[email protected]>
+
+ * mmm.texinfo: Set MASON_VERSION.
+
+ * mmm-cmds.el (mmm-display-insertion-key):
+ Prevented (nthcdr -1 ...); breaks in XEmacs.
+
+2000-08-29 Michael Abraham Shulman <[email protected]>
+
+ * mmm-vars.el (mmm-save-local-variables): Added abbrev-mode variables.
+
+ * mmm-region.el (mmm-update-mode-info):
+ Tested against `mmm-set-file-name-for-modes'.
+
+ * mmm-vars.el (mmm-set-file-name-for-modes):
+ Changed to a list for finer control.
+
+2000-08-24 Michael Abraham Shulman <[email protected]>
+
+ * mmm-region.el (mmm-make-region):
+ Explicitly set keyword defaults in &rest parameter.
+
+ * mmm-class.el (mmm-ify):
+ Explicitly set defaults for keywords in &rest parameter.
+
+2000-08-23 Michael Abraham Shulman <[email protected]>
+
+ * mmm-region.el, mmm-vars.el (mmm-set-buffer-file-name-p):
+ Added to control file name setting.
+
+ * mmm-vars.el (mmm-save-local-variables):
+ Added `mode-popup-menu' for XEmacs.
+
+ * mmm-region.el (mmm-update-mode-info):
+ Added some tests for XEmacs 20 to prevent
+ errors and unwanted prompts.
+ Cleared modified flag before killing leftover temporary buffers.
+
+2000-08-21 Michael Abraham Shulman <[email protected]>
+
+ * mmm.texinfo:
+ Added comments on RPM Spec, File Variables, and Here-documents.
+
+ * mmm-auto.el: Autoloaded `rpm'.
+
+ * mmm-auto.el: Autoloaded `rpm-sh' submode class from mmm-rpm.el.
+
+ * mmm-rpm.el: Added file (contributed by Marcus Harnisch).
+
+2000-08-17 Michael Abraham Shulman <[email protected]>
+
+ * mmm-vars.el (mmm-never-modes): Added `forms-mode'.
+
2000-08-02 Michael Abraham Shulman <[email protected]>
* configure.in, mmm-vars.el, version.texi: Released 0.4.5.
diff --git a/NEWS b/NEWS
index 31594e9..0408825 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@ See the file COPYING for copying conditions.
Please send MMM Mode bug reports to [email protected]
+* MMM Mode 0.4.6 is a bug-fix release with one user-visible change:
+
+** New Submode Class for RPM Spec Files
+
+Contributed by Marcus Harnisch, the `rpm' submode class allows editing
+appropriate parts of RPM spec files in shell-script mode.
+
+
* Changes in MMM Mode 0.4.5
** Font-Lock works again in XEmacs