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

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

[elpa] master b72e44c 369/433: Released 0.5.1


From: Dmitry Gutov
Subject: [elpa] master b72e44c 369/433: Released 0.5.1
Date: Thu, 15 Mar 2018 19:44:37 -0400 (EDT)

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

    Released 0.5.1
---
 ChangeLog    |  2 ++
 Checklist    | 11 ++++-------
 NEWS         |  5 +++++
 configure.in |  2 +-
 mmm-mode.el  |  2 +-
 mmm-vars.el  |  2 +-
 version.texi |  4 ++--
 7 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1f8a161..ab1a212 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+NOTE: This file is not kept up-to-date anymore.
+
 2004-11-18  Alan Shutko  <address@hidden>
 
        * mmm-myghty.el: New mode from Ben Bangert.
diff --git a/Checklist b/Checklist
index a7db8f6..8aab662 100644
--- a/Checklist
+++ b/Checklist
@@ -2,21 +2,18 @@
                  Checklist for New MMM Mode Releases
 
 0. Test all new code, under all Emacsen if possible.  Check that the
-   package builds and installs.  The ChangeLog should be kept up to
-   date with important changes, such as with `C-x 4 a' in Emacs.
+   package builds and installs.
 
-1. Check everything into CVS.  Use of PCL-CVS `C' command is
-   recommended to bring ChangeLog entries into cvs comments, or else
-   update the ChangeLog with `C-x v a' after checking in other files.
+1. Check everything into Git.
 
 2. Update the NEWS and TODO files and any other commentary files and
-   check them (and ChangeLog) into CVS.
+   check them into Git.
 
 3. Update version numbers and dates in `mmm-mode.el', `configure.in',
    `mmm-vars.el', and `version.texi' (the latter by running `make').
    Check them in with comment "Released x.x.x".
 
-4. Make a CVS snapshot (`C-x v s') of the MMM Mode directory.  This is
+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.
diff --git a/NEWS b/NEWS
index 4dd196c..57948ef 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ 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.1
+
+Some minor documentation updates and bugfixes.
+
+
 * Changes in MMM Mode 0.5.0
 
 ** Compatibility with recent Emacsen
diff --git a/configure.in b/configure.in
index 8f63c5c..638fad4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT()
 
-AM_INIT_AUTOMAKE(mmm-mode, 0.5.0)
+AM_INIT_AUTOMAKE(mmm-mode, 0.5.1)
 
 dnl
 dnl Apparently, if you run a shell window in Emacs, it sets the EMACS
diff --git a/mmm-mode.el b/mmm-mode.el
index 5826c860..dcb4fd4 100644
--- a/mmm-mode.el
+++ b/mmm-mode.el
@@ -9,7 +9,7 @@
 ;; Maintainer: Dmitry Gutov <address@hidden>
 ;; URL: https://github.com/purcell/mmm-mode
 ;; Keywords: convenience, faces, languages, tools
-;; Version: 0.5.0
+;; Version: 0.5.1
 
 ;;{{{ GPL
 
diff --git a/mmm-vars.el b/mmm-vars.el
index 9f7bf45..6a36fb9 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -1026,7 +1026,7 @@ The CLASSES are all made private, i.e. non-user-visible."
 ;;}}}
 ;;{{{ Version Number
 
-(defconst mmm-version "0.5.0"
+(defconst mmm-version "0.5.1"
   "Current version of MMM Mode.")
 
 (defun mmm-version ()
diff --git a/version.texi b/version.texi
index 4729283..ebd1747 100644
--- a/version.texi
+++ b/version.texi
@@ -1,4 +1,4 @@
 @set UPDATED 28 October 2012
 @set UPDATED-MONTH October 2012
address@hidden EDITION 0.5.0
address@hidden VERSION 0.5.0
address@hidden EDITION 0.5.1
address@hidden VERSION 0.5.1



reply via email to

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