From 82ab084c8631e70b089448ace72525f647af4f10 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Thu, 16 Aug 2018 12:08:10 +0200 Subject: [PATCH] Proper changelog needs to include indentation support --- README.md | 14 +++++++++++++- plantuml-mode.el | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f88a296..c368dd2 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,16 @@ With debug enabled, the actual command used to invoke PlantUML is printed into a ## Blank previews -If you are using SVG rendering and `plantuml-preview` shows you an empty buffer, chances are something is wrong with the PlantUML output. While inside the preview buffer, hit `C-c C-c` to switch to the textual mode and see if the output is valid SVG. +If you are using SVG rendering and `plantuml-preview` shows you an empty buffer, chances are something is wrong with the PlantUML output. While inside the preview buffer, hit `C-c C-c` to switch to +the textual mode and see if the output is valid SVG. + +## Development + +In order to contribute to `plantuml-mode` make sure to: + +- agree with the [GPLv3+ licencing terms](#License) as they are mandated by Emacs +- install [`cask`](https://github.com/cask/cask) +- always test your code and run the full test suite with `cask exec ert-runner` (or just by `make`) # Credits @@ -115,6 +124,9 @@ This project stemmed from the great work of [Zhang Weize](http://zhangweize.word and the current code still borrows a lot from it. Thanks to [Pavel G. Koukoushkin](https://github.com/svargellin) for implementing the preview functionality. +Thanks to [Raymond Huang](https://github.com/rymndhng) for implementing the first drop of the indentation support. + +Thanks to [all the awesome contributors](https://github.com/skuro/plantuml-mode/graphs/contributors), you rock! # See also diff --git a/plantuml-mode.el b/plantuml-mode.el index 54411da..5d471b6 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -36,7 +36,7 @@ ;;; Change log: ;; -;; version 1.2.7, 2018-08-15 Fixed the comiling error when installing with melpa +;; version 1.2.7, 2018-08-15 Added support for indentation; Fixed the comiling error when installing with melpa ;; version 1.2.6, 2018-07-17 Introduced custom variable `plantuml-jar-args' to control which arguments are passed to PlantUML jar. Fix the warning of failing to specify types of 'defcustom' variables ;; version 1.2.5, 2017-08-19 #53 Fixed installation warnings ;; version 1.2.4, 2017-08-18 #60 Licensed with GPLv3+ to be compatible with Emacs