branch: externals/m-buffer
commit 71a712044e8795f77e4e93f5cdcd0dac18e19419
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
v0.3 release
---
README.md | 9 +++++++++
m-buffer.el | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3ad38f95be..14cf0e5e92 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,15 @@ with the FSF.
## Change Log
+### 0.3
+
+ - Various functions for colourising/adding faces
+ - Documentation improvements.
+ - m-buffer-nil-markers has been depluralised to m-buffer-nil-marker
+ - m-buffer-replace-match now returns start end markers
+ - m-buffer-clone-markers added.
+
+
### 0.2
#### New Functions
diff --git a/m-buffer.el b/m-buffer.el
index ef2873cb1e..8dcc64ed45 100644
--- a/m-buffer.el
+++ b/m-buffer.el
@@ -4,7 +4,7 @@
;; Author: Phillip Lord <[email protected]>
;; Maintainer: Phillip Lord <[email protected]>
-;; Version: 0.3-SNAPSHOT
+;; Version: 0.3
;; Package-Requires: ((dash "2.5.0")(emacs "24.3"))
;; The contents of this file are subject to the GPL License, Version 3.0.