emacs-emojify

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

commit 9b069e1dba936e049120a2043bab3a35d6502149
parent 00dc2e4b0411a2ea0f393b834fad34ae5e8d820e
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sat,  1 Oct 2016 22:26:31 +0530

Add Changelog

Diffstat:
ACHANGELOG.org | 51+++++++++++++++++++++++++++++++++++++++++++++++++++
MREADME.org | 2+-
2 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org @@ -0,0 +1,51 @@ +* Change Log + All notable changes to this project will be documented in this file. + The format is based on [[http://keepachangelog.com/][Keep a Changelog]]. + +** Unreleased + See [[https://github.com/iqbalansari/emacs-emojify/compare/v0.4...HEAD][Changes]] + +*** Fixed + - Do not try emojifying areas larger than 5000 points + +** v0.4 - 2016-09-28 + See [[https://github.com/iqbalansari/emacs-emojify/compare/v0.3...v0.4][Changes]] + +*** Removed + - The customizable variable ~emojify-image-dir~ has been removed since it did not interact well with emojify-emojis-dir. +*** Fixed + - Emojify mode is disabled in ~magit-diff-mode~, ~ibuffer-mode~ and ~debugger-mode~. + - Emojify now does not rely on deprecated ~point-entered~ and ~point-left~ text properties for implementing uncovering logic, this makes emojify compatible with Emacs 25.1 + - Emojify mode is disabled when buffer switches to unibyte encoding +*** Changed + - Emoji images are now downloaded lazily instead of being packaged with code, this also makes it possible to use emoji sets other than EmojiOne. + - The behaviour when point enters an emoji in ~isearch-mode~ is now customizable, earlier the emoji was revealed by default. See ~emojify-reveal-on-isearch~. + - Images from EmojiOne v2.2.6 are used by default +*** Added + - ~unicode~ emojis appearing in source code are rendered by default. + - New command ~emojify-apropos-emoji~ can be used to search emojis matching given regex. + - New command ~emojify-insert-emoji~ can be used to insert emojis with completion. + - Users can now define custom emojis using ~emojify-user-emojis~ + - Emojify can now display composed text as emojis, this enables rendering of symbols used by ~prettify-symbols-mode~ or ~org-bullets-mode~ as emojis. See ~emojify-composed-text-p~ + +** v0.3 - 2015-12-21 + See [[https://github.com/iqbalansari/emacs-emojify/compare/v0.2...v0.3][Changes]] + +*** Fixed + - Multiple non-ascii emojis in sequence are displayed properly. + - Treat tuareg-mode as programming mode. +*** Added + - Deletion commands remove complete emoji instead of removing a single character. + - Emoji backgrounds are calculated based on the face at point. + +** v0.2 - 2015-09-15 + See [[https://github.com/iqbalansari/emacs-emojify/compare/v0.1...v0.2][Changes]] + +*** Removed + - The variable ~emojify-emoji-style~ has been replaced with ~emojify-emoji-styles~ + +*** Added + - The package can now display unicode emojis as well + +** v0.1 - 2015-09-14 + Initial public release diff --git a/README.org b/README.org @@ -1,6 +1,6 @@ * Emojify -[[https://melpa.org/#/emojify][file:https://melpa.org/packages/emojify-badge.svg]] [[http://stable.melpa.org/#/emojify][file:http://stable.melpa.org/packages/emojify-badge.svg]] [[https://travis-ci.org/iqbalansari/emacs-emojify][https://travis-ci.org/iqbalansari/emacs-emojify.svg?branch=master]] [[https://coveralls.io/github/iqbalansari/emacs-emojify?branch=master][https://coveralls.io/repos/github/iqbalansari/emacs-emojify/badge.svg?branch=master]] [[http://www.gnu.org/licenses/gpl-3.0.html][http://img.shields.io/:license-gpl3-blue.svg]] [[http://makeapullrequest.com][file:https://img.shields.io/badge/PRs-welcome-brightgreen.svg]] +[[./CHANGELOG.org][file:https://img.shields.io/badge/version-v0.4-blue.svg]] [[https://melpa.org/#/emojify][file:https://melpa.org/packages/emojify-badge.svg]] [[http://stable.melpa.org/#/emojify][file:http://stable.melpa.org/packages/emojify-badge.svg]] [[https://travis-ci.org/iqbalansari/emacs-emojify][https://travis-ci.org/iqbalansari/emacs-emojify.svg?branch=master]] [[https://coveralls.io/github/iqbalansari/emacs-emojify?branch=master][https://coveralls.io/repos/github/iqbalansari/emacs-emojify/badge.svg?branch=master]] [[http://www.gnu.org/licenses/gpl-3.0.html][http://img.shields.io/:license-gpl3-blue.svg]] [[http://makeapullrequest.com][file:https://img.shields.io/badge/PRs-welcome-brightgreen.svg]] ** Table of contents :TOC_3_gh: - [[#emojify][Emojify]]