From b1f5c7dbdc405e6e10d9ddd99a43a6b2ad61b176 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 22 Feb 2024 06:28:21 +0200 Subject: [PATCH] Release 0.5.11 And update Checklist (there is no configure.in and Makefile.am anymore). --- Checklist | 12 ++---------- NEWS | 6 ++++++ mmm-mode.el | 2 +- mmm-vars.el | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Checklist b/Checklist index 449b98b..2f08d21 100644 --- a/Checklist +++ b/Checklist @@ -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'. diff --git a/NEWS b/NEWS index d884530..23e8737 100644 --- a/NEWS +++ b/NEWS @@ -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 ;; 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 ()