From d7067729fa557e509784e50106eca802b81113e6 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Mon, 17 Oct 2016 16:27:10 +0200 Subject: [PATCH] Prepare for release v1.0.1 --- plantuml-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index 4ce603d..315bd1f 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -6,7 +6,7 @@ ;; Author: Zhang Weize (zwz) ;; Maintainer: Carlo Sciolla (skuro) ;; Keywords: uml plantuml ascii -;; Version: 0.6.8 +;; Version: 1.0.1 ;; Package-Requires: ((emacs "24")) ;; You can redistribute this program and/or modify it under the terms @@ -28,7 +28,8 @@ ;;; Change log: ;; -;; version 0.6.8, 2016-10-16 Moved the mode to plantuml-mode, superseding zwz/plantuml-mode and skuro/puml-mode. Added preview for the currently selected region. +;; version 1.0.1, 2016-10-17 Bugfix release: proper auto-mode-alist regex; init delayed at mode load; avoid calling hooks twice. +;; version 1.0.0, 2016-10-16 Moved the mode to plantuml-mode, superseding zwz/plantuml-mode and skuro/puml-mode. Added preview for the currently selected region. ;; version 0.6.7, 2016-10-11 [from puml-mode] Added deprecation warning in favor of plantuml-mode ;; version 0.6.6, 2016-07-19 [from puml-mode] Added autoload, minor bug fixes ;; version 0.6.5, 2016-03-24 [from puml-mode] Added UTF8 support and open in new window / frame shortcuts