From 423f45ec25d940418dd6c418f758957c95d41031 Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Tue, 25 Sep 2012 08:27:57 -0500 Subject: [PATCH 1/3] Update plantuml-mode.el Elpa compliant --- plantuml-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index a2c4267..c3406a0 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -1,4 +1,4 @@ -;; plantuml-mode.el -- Major mode for plantuml +;;; plantuml-mode.el -- Major mode for plantuml ;; Author: Zhang Weize (zwz) ;; Keywords: uml ascii @@ -188,3 +188,4 @@ Shortcuts Command Name (run-mode-hooks 'plantuml-mode-hook)) (provide 'plantuml-mode) +;;; plantuml-mode.el ends here \ No newline at end of file From 925186a2ec59ee996a1c8b8672b725762fc53338 Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Tue, 25 Sep 2012 08:31:46 -0500 Subject: [PATCH 2/3] Update plantuml-mode.el Forgot two crucial features. Uploaded to marmlade-repo.org --- plantuml-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index c3406a0..67b34bb 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -1,7 +1,8 @@ -;;; plantuml-mode.el -- Major mode for plantuml +;;; plantuml-mode.el --- Major mode for plantuml ;; Author: Zhang Weize (zwz) ;; Keywords: uml ascii +;; Version: 0.1 ;; You can redistribute this program and/or modify it under the terms ;; of the GNU General Public License as published by the Free Software From a691adaaf83d9bad3c339a00df90c1fd1a17fed3 Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Tue, 25 Sep 2012 08:33:15 -0500 Subject: [PATCH 3/3] Update plantuml-mode.el Realized from history it is version 0.2 --- plantuml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index 67b34bb..c2aa08b 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -2,7 +2,7 @@ ;; Author: Zhang Weize (zwz) ;; Keywords: uml ascii -;; Version: 0.1 +;; Version: 0.2 ;; You can redistribute this program and/or modify it under the terms ;; of the GNU General Public License as published by the Free Software