From 37581ed911e4469f773ddfb7b40a85592d323b76 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 25 Apr 2016 11:24:19 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++-- mode-icons.el | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bf371..0b29941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.4.0] ### Added @@ -148,6 +148,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Customization options. - Lisp Interaction mode icon. -[Unreleased]: https://github.com/ryuslash/mode-icons/compare/0.3.0...HEAD +[Unreleased]: https://github.com/ryuslash/mode-icons/compare/0.4.0...HEAD +[0.4.0]: https://github.com/ryuslash/mode-icons/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/ryuslash/mode-icons/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/ryuslash/mode-icons/compare/0.1.0...0.2.0 diff --git a/mode-icons.el b/mode-icons.el index 1e9ca71..a3f1335 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -5,7 +5,7 @@ ;; Author: Tom Willemse ;; Keywords: multimedia -;; Version: 0.3.0 +;; Version: 0.4.0 ;; URL: http://ryuslash.org/projects/mode-icons.html ;; Package-Requires: ((emacs "24") (cl-lib "0.5")) @@ -1444,7 +1444,7 @@ FACE is the face to render the icon in." (when (and mode-icons-read-only-space (not (string= ro ""))) (setq ro (concat ro " "))) - ro) + ro) ,@mode-icons-read-only-text-properties)))) (defcustom mode-icons-modified-status-space t