From eb380bac5663ec8e73482db6c6ba9d1394766eb3 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Sun, 25 Dec 2016 20:42:24 +0100 Subject: [PATCH] Prepare for release v1.2.3 --- plantuml-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index a2747f4..8f1681b 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: 1.2.2 +;; Version: 1.2.3 ;; Package-Requires: ((emacs "24")) ;; You can redistribute this program and/or modify it under the terms @@ -28,6 +28,7 @@ ;;; Change log: ;; +;; version 1.2.3, 2016-12-25 #50 unicode support in generated output ;; version 1.2.2, 2016-11-11 Fixed java commands handling under windows; support spaces in `plantuml-jar-path' ;; version 1.2.1, 2016-11-11 Support for paths like `~/.plantuml/plantuml.jar' for `plantuml-jar-path' (the tilde was previously unsupported) ;; version 1.2.0, 2016-11-09 Added `plantuml-preview-current-buffer', courtesy of @7mamu4 @@ -62,7 +63,7 @@ (defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.") -(defconst plantuml-mode-version "1.2.2" "The plantuml-mode version string.") +(defconst plantuml-mode-version "1.2.3" "The plantuml-mode version string.") (defvar plantuml-mode-debug-enabled nil)