diff options
| author | Dmitry Gutov <dmitry@gutov.dev> | 2024-02-22 06:28:21 +0200 |
|---|---|---|
| committer | Dmitry Gutov <dmitry@gutov.dev> | 2024-02-22 06:28:25 +0200 |
| commit | b1f5c7dbdc405e6e10d9ddd99a43a6b2ad61b176 (patch) | |
| tree | 8fed7a56a12d70dbc109a0d3713d95fa70bfe2de | |
| parent | 48ffc5f28c232cbcf9e619b26b7c2b36645a52f0 (diff) | |
Release 0.5.11externals/mmm-mode
And update Checklist (there is no configure.in and Makefile.am anymore).
| -rw-r--r-- | Checklist | 12 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | mmm-mode.el | 2 | ||||
| -rw-r--r-- | mmm-vars.el | 2 |
4 files changed, 10 insertions, 12 deletions
@@ -9,16 +9,8 @@ 2. Update the NEWS and TODO files and any other commentary files and check them into Git. -3. Update version numbers and dates in `mmm-mode.el', `configure.in', - and `mmm-vars.el'. Check them in with comment "Released x.x.x". +3. Update version numbers and dates in `mmm-mode.el' and + `mmm-vars.el'. Check them in with comment "Release x.x.x". 4. Make a Git snapshot (`C-x v s') of the MMM Mode directory. This is the point at which a release becomes official. - -5. Run `make dist' and upload the tarball. Upload to SourceForge. - - Adding Files - -To add a file to the distribution, edit `Makefile.am' and add it to -lisp_LISP (if an .el file) or EXTRA_DIST (otherwise). If necessary, -add autoloads for functions or submode classes to `mmm-auto.el'. @@ -4,6 +4,12 @@ See the file COPYING for copying conditions. Please submit bug reports at https://github.com/dgutov/mmm-mode/issues +* Changes in MMM Mode 0.5.11 + +The codebase migrated to use lexical-binding. + +Documentation updates. + * Changes in MMM Mode 0.5.10 Functions mmm-add-find-file-hooks and mmm-add-find-file-hook have been diff --git a/mmm-mode.el b/mmm-mode.el index 2056a1e..0c820b9 100644 --- a/mmm-mode.el +++ b/mmm-mode.el @@ -8,7 +8,7 @@ ;; Maintainer: Dmitry Gutov <dmitry@gutov.dev> ;; URL: https://github.com/dgutov/mmm-mode ;; Keywords: convenience, faces, languages, tools -;; Version: 0.5.10 +;; Version: 0.5.11 ;; Package-Requires: ((emacs "25.1") (cl-lib "0.2")) ;;{{{ GPL diff --git a/mmm-vars.el b/mmm-vars.el index 8c78e86..7d955fd 100644 --- a/mmm-vars.el +++ b/mmm-vars.el @@ -1062,7 +1062,7 @@ The CLASSES are all made private, i.e. non-user-visible." ;;}}} ;;{{{ Version Number -(defconst mmm-version "0.5.10" +(defconst mmm-version "0.5.11" "Current version of MMM Mode.") (defun mmm-version () |
