emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit 2845db3671d8089b23e8fb21a966a479bf099160
parent 4342ab327cb8a799f7201ad56c839dd8244a6665
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Thu, 30 Mar 2017 13:44:22 +0530

Update Changelog

Diffstat:
MCHANGELOG.org | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org @@ -11,6 +11,12 @@ - Fix backspace to delete complete emojis in ~org-mode~ *** Added - New command ~emojify-describe-emoji-at-point~ can be used to view help about emoji displayed at point. + - New command ~emojify-describe-emoji~ can be used to view help about a emoji. + - New command ~emojify-list-entries~ for listing all the emojis + - New function ~emojify-completing-read~ to read an emoji from the user + - New function ~emojify-string~ can be used to add relevant text-properties to strings so that emojis in them are displayed + - Support for new text property ~emojify-inhibit~ it can be set by third party packages to inhibit the display of certain parts of buffer as emoji + - Support for new text property ~emojify-force-display~ it can be set by third party packages to force the display of certain parts of buffer as emoji ** v0.4 - 2016-09-28 See [[https://github.com/iqbalansari/emacs-emojify/compare/v0.3...v0.4][Changes]]