emacs-emojify

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

DateCommit messageAuthorFiles+-
2024-08-30 07:51only show emojis for selected stylesmassi1+7-6
2021-03-06 08:19Add GitHub Actions setting fileYoshimura Yuu1+51-0
2021-01-06 05:35Fix emojify-reveal-on-isearch defcustom typeJimmy Yuen Ho Wong1+1-1
2020-11-30 11:16Update the url for openmojiIqbal Ansari1+1-1
2020-11-27 15:05add OpenMoji license to READMEChristian Tietze1+3-0
2020-11-25 20:13add version numberChristian Tietze1+1-1
2020-11-25 20:12add openmoji-v13.0 to known emoji setsChristian Tietze1+10-4
2020-11-17 15:50Update the docstring of `emojify-completing-read` to mention new API for the predicateIqbal Ansari1+5-5
2020-11-15 01:49Silence byte-compilerBrian Leung1+7-7
2020-08-12 06:28Guard against empty strings while emojifying company tooltipsIqbal Ansari1+2-1
2020-07-19 10:19add: use-package snippet in readmePolyakov Dmitry1+5-1
2020-05-12 15:09Whoops; forgot to remove this…jrs51+0-1
2020-05-12 04:02Revert this back to `completing-read`.jrs51+2-2
2020-05-12 04:01Actually be able to call this, rather than causing an error…jrs51+9-8
2020-05-12 04:00Change this to a list, rather than modify the hash table later.jrs51+7-12
2020-05-09 06:53And then we've gotta modify the `candidates` so they can work with functions like `ido-completing-read`.jrs51+6-1
2020-05-09 06:48And update the documentation; we won't mention that `emojify-completing-read-function` takes the same arguments as `completing-read` since they can click through to read that from `emojify-completing-read-function`'s documentation.jrs51+2-2
2020-05-09 06:47Replace all locations of `completing-read` with the new variable.jrs51+10-10
2020-05-09 06:43We'll allow the user to set the function themselves; they just have to assure that the arguments of the function match what `completing-read` accepts.jrs51+5-0
2020-05-03 08:54Improve test for org-mode tag detectionIqbal Ansari1+3-2
2020-05-03 08:36Disable emojis in deft-modeIqbal Ansari1+2-1
2020-05-03 08:34Fix the regex used to identity org-mode tagsIqbal Ansari1+2-1
2020-04-27 05:17Bump versionIqbal Ansari1+1-1
2020-04-26 21:44Disable `buffer-list-update-hook` in emojify-stringIqbal Ansari1+8-1
2020-04-26 08:41Iterate through emojis from end to beginning in emojify-do-for-emojis-in-regionIqbal Ansari1+11-6
2020-04-26 08:27Fix a few typosIqbal Ansari1+4-4
2020-04-26 08:24Escape literal '%' in result of format-mode-lineIqbal Ansari1+7-5
2020-04-26 08:20Add a compatibility wrapper over org-src-get-lang-modeIqbal Ansari1+9-1
2020-04-22 17:27s/emojify--string-join/emojify-string-join/Iqbal Ansari1+3-3
2020-03-09 05:53Update emoji sets to point to the properly re-exported images (see #62)Iqbal Ansari1+12-12
2020-03-06 02:52Add space between ? and (Jen-Chieh1+1-1
2019-10-17 04:20Handle failures due to deprecated cons style faces used with overlaysIqbal Ansari1+3-1
2019-08-09 09:59Remove redundant let bindingIqbal Ansari1+1-3
2019-08-09 09:59Disable `emojify-tests-org-source-blocks` test for Emacs versions before v26.1Iqbal Ansari2+31-29
2019-08-02 13:43added emojify-mode-maplispy-dobby1+7-0
2019-08-09 04:48Merge pull request #56 from yilkalargaw/patch-2Iqbal Ansari1+2-1
2019-08-08 00:34added llibgnutls28-dev to the dependencieslispy-dobby1+1-0
2019-08-02 13:57change libtiff4-dev to libtiff5-devlispy-dobby1+1-1
2019-06-13 07:16Add test for failure to properly extract text for composition (see #54)Iqbal Ansari1+9-0
2019-06-13 06:07Fix emojify--get-characters-for-composition's interpretation of relative-p flag in the compositionIqbal Ansari1+8-8
2019-06-12 19:06Do not use seq-map-indexedIqbal Ansari1+8-6
2019-06-12 13:17Do not assume find-composition always returns a vector of charactersIqbal Ansari1+12-6
2019-05-21 08:24Bump version to 1.2Iqbal Ansari2+2-2
2019-05-21 08:22Bump versionIqbal Ansari2+2-1
2019-05-21 08:12Update ChangelogIqbal Ansari1+13-1
2019-05-20 19:12Run tests on Emacs v26Iqbal Ansari1+2-2
2019-05-19 12:48Add compatibility wrapper for `provided-mode-derived-p`Iqbal Ansari1+12-2
2019-05-19 12:35Add tests for org source blocksIqbal Ansari1+50-0
2019-05-19 12:26Use face at point to determine the prog context while displaying emojis in org source blocksIqbal Ansari1+35-12
2019-05-15 05:47Enable support for emojifying org mode source blocksIqbal Ansari1+23-15
2019-05-14 04:22Render only unicode characters in company tooltipsIqbal Ansari1+1-1
2019-04-24 22:07Fix lint warnings about some docstrings and defcustomsIqbal Ansari1+11-5
2019-04-24 22:07Reimplement `emojify-string` using `emojify-display-emojis-in-region`Iqbal Ansari1+2-29
2019-04-24 22:01Optionally accept the target where emojis would be displayed in `emojify-display-emojis-in-region`Iqbal Ansari1+7-4
2019-04-02 03:53Improve the message displayed for partial downloadsIqbal Ansari1+1-1
2019-03-17 05:15Fallback to `emojify-emoji-styles` if styles are not explicitly provided in emojify-stringIqbal Ansari1+1-1
2019-01-22 05:13Add twemojiIqbal Ansari2+53-30
2019-01-22 03:37Do not use while-no-inputIqbal Ansari1+14-15
2019-01-21 17:27Merge pull request #48 from seblemaguer/masterIqbal Ansari2+8-6
2019-01-20 16:10fix tar urls in emoji-sets.jsonSebastien Le Maguer1+4-4
2019-01-20 16:08Add error message when the hash is incorrectSebastien Le Maguer1+4-2
2018-12-21 03:50Merge pull request #46 from vincentbernat/fix/hidpiIqbal Ansari1+1-0
2018-12-19 10:57Do not scale created imagesVincent Bernat1+1-0
2018-06-11 15:38Cache results of imagemagick support check for a formatIqbal Ansari1+19-3
2018-03-21 02:50Mention mode-line and company support in the ChangelogIqbal Ansari1+2-0
2018-03-21 02:33Bump to v1.0Iqbal Ansari2+5-2
2018-01-28 14:25Workaround test failures on TravisIqbal Ansari1+1-1
2018-01-28 14:07Bump copyright year 😅Iqbal Ansari1+1-1
2018-01-28 14:04Fix a small typoIqbal Ansari1+1-1
2018-01-28 14:00Add a simple elisp file to easily run an Emacs instance with emojify loadedIqbal Ansari1+21-0
2018-01-28 13:00Add `emojify-download-emojis-p` to allow customizing the automatic download of imagesIqbal Ansari3+63-5
2017-10-18 14:42Fix creation of temporary file for downloading emoji imagesIqbal Ansari1+2-1
2017-07-09 09:07Silence byte-compiler warnings about org-list-get-item-beginIqbal Ansari1+1-1
2017-07-09 09:06Improve detection of emojis inside org-mode tagsIqbal Ansari1+7-13
2017-07-09 08:26Add tests for displaying emojis that are part of org-mode list and tagsIqbal Ansari1+16-0
2017-07-09 08:26Improve checks for detecting emojis that are part of org-mode listsIqbal Ansari1+4-4
2017-07-09 07:24Do not consider the cursor background to decide emoji backgroundIqbal Ansari1+1-12
2017-07-09 07:07Better heuristics to determine of an emoji is part of an org-mode tagIqbal Ansari1+11-4
2017-07-09 06:49Inhibit display of emojis beginning with ':' in org headlinesIqbal Ansari1+1-1
2017-07-09 06:35Inhibit display of only "8)" in org mode listsIqbal Ansari1+5-3
2017-06-20 05:37Smalltalk-mode is a programming modeIqbal Ansari1+1-1
2017-06-17 16:24Emojify company-mode tooltips by defaultIqbal Ansari1+1-1
2017-06-17 16:23Minor formatting and documentation changeIqbal Ansari1+5-3
2017-06-12 07:42Do not switch to after-string based display of company tooltip unless neededIqbal Ansari1+7-2
2017-05-28 08:49Mention emojify-mode-line-mode in the READMEIqbal Ansari1+5-0
2017-05-28 08:03Silence remaining byte compiler warningsIqbal Ansari1+14-14
2017-05-28 08:03Add support for emojifying the mode-lineIqbal Ansari1+61-0
2017-04-03 17:44Consider the cursor position too while updating emoji backgroundsIqbal Ansari1+27-38
2017-04-01 16:54Guard against non-overlay values of 'company-pseudo-tooltip-overlay'Iqbal Ansari1+1-1
2017-04-01 13:08Add support for emojifying string for display in the mode-lineIqbal Ansari1+48-33
2017-04-01 12:56Fix warning about 'company-pseudo-tooltip-unhide' not being presentIqbal Ansari1+3-0
2017-03-31 19:57Update CHANGELOG and README to mention new featuresIqbal Ansari2+32-25
2017-03-31 19:34Implement support for emojifying company mode tooltipsIqbal Ansari1+36-0
2017-03-31 19:13Fix off-by-one bugs in code to determine if emoji is part of a selectionIqbal Ansari1+3-3
2017-03-31 18:55Remove custom logic to find background color at point use builtin 'background-color-at-point'Iqbal Ansari1+6-15
2017-03-30 08:14Update ChangelogIqbal Ansari1+6-0
2017-03-30 08:13Documentation changesIqbal Ansari1+20-5
2017-03-28 08:01Add `emojify-string` for emojifying standalone stringsIqbal Ansari1+43-0
2017-03-28 07:51Fix position of sit-for in display loopIqbal Ansari1+3-3
2017-03-28 07:50Allow specifying the target buffer while emojifying textIqbal Ansari1+41-31
2017-03-28 07:46Make sure emoji data is created before listing emojisIqbal Ansari1+2-0
2017-03-25 22:48Add link to Unicode Consortium in Emoji descriptionIqbal Ansari1+23-12
2017-03-23 14:30Do not redisplay emoji list if it is already availableIqbal Ansari1+20-4
2017-03-23 14:29Display progress while displaying emoji in `emojiy-list-emojis`Iqbal Ansari1+10-4
2017-03-23 14:28Display names of individual emojis in emoji listIqbal Ansari1+18-10
2017-03-13 13:40New command `emojify-list-entries` for listing all the emojisIqbal Ansari1+100-0
2017-03-13 13:39Bypass context checks for text marked with `emojify-force-display`Iqbal Ansari1+9-5
2017-03-13 12:08Avoid view-mode from activating in `emojify-apropos-mode`Iqbal Ansari1+3-1
2017-03-13 12:08Echo the emoji after copying in apropos modeIqbal Ansari1+2-1
2017-03-13 12:07Add a dedicated mode for emoji description bufferIqbal Ansari1+31-3
2017-03-13 12:06Move common keybindings for emojify buffers to `emojify-common-mode-map`Iqbal Ansari1+29-14
2017-03-13 10:44Add keybindings to view emoji description from apropos bufferIqbal Ansari1+11-1
2017-03-13 10:35Minor code cleanupIqbal Ansari1+10-7
2017-03-13 10:34Display whether emoji is user-defined in emoji descriptionIqbal Ansari1+5-0
2017-03-13 10:34Allow forcing re-reading of emoji data in `emojify-create-emojify-emojis`Iqbal Ansari1+6-3
2017-03-13 10:29Mark custom emojis in emoji-dataIqbal Ansari1+3-1
2017-03-13 10:20Use the "emoji" attribute of the emoji dataIqbal Ansari1+7-10
2017-03-13 10:19Reset `emojify--completing-candidates-cache` whenever emoji data changesIqbal Ansari1+28-32
2017-03-13 09:21Add the emoji text to the emoji dataIqbal Ansari1+14-1
2017-03-13 09:17Use a hash-table as the collection or `emojify-completing-read`Iqbal Ansari1+26-9
2017-03-13 09:17Use `ht-get` instead of `gethash`Iqbal Ansari1+4-3
2017-03-13 08:38New command `emojify-describe-emoji` to describe an emoji using completing readIqbal Ansari1+8-0
2017-03-13 08:38Extract logic to display emoji description buffer to `emojify--display-emoji-description-buffer`Iqbal Ansari1+54-49
2017-03-13 08:33Extract logic for completing read emojis to `emojify-completing-read`Iqbal Ansari1+35-17
2017-03-13 07:43Add emojipedia links to Emoji description pageIqbal Ansari1+15-2
2017-02-21 08:21'load' as opposed to 'require' the test-helper file in testsIqbal Ansari1+2-1
2017-02-21 06:47Update copyright yearsIqbal Ansari1+1-1
2017-02-21 06:47Remove provide form from test-helperIqbal Ansari1+0-1
2017-02-21 06:46Lets always develop off masterIqbal Ansari1+1-4
2016-11-24 17:40Merge branch 'develop'Iqbal Ansari3+135-14
2016-11-24 17:36Remap backspace to delete whole emojis in org-modeIqbal Ansari2+2-0
2016-11-24 17:24Mention `emojify-describe-emoji-at-point` in the README and ChangelogIqbal Ansari2+8-0
2016-11-24 11:42Improve fenced emoji regex to accept '+'Iqbal Ansari1+1-1
2016-10-08 18:49Cleanup up `emojify-describe-emoji-at-point`Iqbal Ansari1+52-17
2016-10-08 18:48Define a compatibility function for user-errorIqbal Ansari1+8-4
2016-10-07 18:33Initial version of describe emoji functionalityIqbal Ansari1+21-0
2016-10-01 16:56Add ChangelogIqbal Ansari2+52-1
2016-09-29 18:26Do not attempt to emojify regions larger than 5000 charsIqbal Ansari1+4-4
2016-09-28 12:50Merge branch 'develop'Iqbal Ansari1+3-3
2016-09-28 12:48Fix thinko in set-buffer-multibyte adviceIqbal Ansari1+3-3
2016-09-28 12:46Merge branch 'develop'Iqbal Ansari1+12-3
2016-09-28 11:00Disable emojify when buffer changes to unibyte encodingIqbal Ansari1+12-3
2016-09-28 03:32Merge branch 'develop'Iqbal Ansari7+166-190
2016-09-28 03:22Add coveralls badgeIqbal Ansari1+1-1
2016-09-28 02:50Add undercover for test coverage statsIqbal Ansari2+4-0
2016-09-27 18:26Polish the README a bitIqbal Ansari1+8-7
2016-09-27 18:22Mention the new `emojify-reveal-on-isearch` in the READMEIqbal Ansari1+7-0
2016-09-27 18:21Update README to mention changed interface for `emojify-point-entered-behaviour`Iqbal Ansari1+3-4
2016-09-27 18:11Disable tests on Emacs git snapshot for nowIqbal Ansari1+0-1
2016-09-27 18:07Minor update to the documentationIqbal Ansari1+4-1
2016-09-27 18:05Enable tests from emacs-git-snapshotIqbal Ansari1+1-0
2016-09-27 17:59Merge branch 'bugfix/uncover-25.1' into developIqbal Ansari4+137-170
2016-09-27 17:36Enable tests for Emacs 25.1Iqbal Ansari1+1-0
2016-09-27 17:27Ensure that we are always dealing with complete lines while emojifying a regionIqbal Ansari1+9-2
2016-09-27 16:52Wrap frequently executed (safe to fail) code in while-no-inputIqbal Ansari1+15-14
2016-09-27 16:39Update tests, remove test for multiple isearchesIqbal Ansari2+21-41
2016-09-27 16:12Convert unnecessary macros to functionsIqbal Ansari1+25-34
2016-09-27 15:23Make uncovering of emojis on isearch configurableIqbal Ansari1+4-1
2016-09-27 15:22Detect emoji entry/exit using a custom functionIqbal Ansari1+47-78
2016-09-26 03:52Fix prettify-symbol tests failures on Emacs 25.1Iqbal Ansari1+27-12
2016-09-25 17:28Set `emojify-inhibit-emojify-in-current-buffer-p` to t only locally in test buffersIqbal Ansari1+1-1
2016-09-25 17:27Cleanup point uncovering logicIqbal Ansari1+21-23
2016-09-25 17:26Do not inhibit emojification of areas larger than 100000Iqbal Ansari1+3-4
2016-09-19 15:19Remove org-bullets from project dependenciesIqbal Ansari1+1-3
2016-09-18 11:44Merge branch 'develop'Iqbal Ansari5+240-240
2016-09-18 11:31Update README to mention integration with prettify-symbols-mode and org-bullets-modeIqbal Ansari1+16-16
2016-09-18 11:04Remove after-change and org-bullet tests, they did not work as expectedIqbal Ansari2+0-68
2016-09-18 09:32Add tests for org-bullets mode integrationIqbal Ansari3+25-2
2016-09-18 09:20Force redisplays for after-change testsIqbal Ansari2+6-9
2016-09-18 07:03Fix compatibility with Emacs 24.3Iqbal Ansari1+5-3
2016-09-18 06:58Update tests to work with general handing of composition textIqbal Ansari2+18-19
2016-09-18 06:11Save emojify-composed-text-p variable while running testsIqbal Ansari1+3-5
2016-09-18 06:06Remove special handling of prettify symbols modeIqbal Ansari1+14-80
2016-09-18 06:03Handle an edge case while searching for composed textIqbal Ansari1+8-2
2016-09-17 18:44Display composed text as emojis only if user has enabled unicode emojisIqbal Ansari1+7-3
2016-09-17 18:38Make emojification of composed text customizableIqbal Ansari1+33-27
2016-09-17 18:36Cleanup display of composed textIqbal Ansari1+53-40
2016-09-17 05:39Advance point to next current matches end after emojifying composed textIqbal Ansari1+4-3
2016-09-16 18:24Require subr-x, add a compat function for string-joinIqbal Ansari1+11-1
2016-09-16 18:13Initial version to handle composition more generallyIqbal Ansari1+41-0
2016-09-16 09:10Do not try emojifying a text, if not emoji config is found for itIqbal Ansari1+2-1
2016-09-15 11:01Add license and make a PR badgeIqbal Ansari1+1-1
2016-09-09 11:08Do not construct regexp to exactly match github emojisIqbal Ansari1+42-20
2016-09-08 09:19Improve tests for prettify symbols modeIqbal Ansari1+10-3
2016-09-08 08:36Merge branch 'develop'Iqbal Ansari1+26-1
2016-09-08 08:35Use with-timeout to ensure displaying emojis does not run longer than a secondIqbal Ansari1+60-56
2016-09-08 07:46Explicitly enable emojify mode in minibuffer/helm buffer while inserting emojisIqbal Ansari1+26-1
2016-09-08 07:30Merge branch 'develop'Iqbal Ansari1+4-5
2016-09-08 07:20Change large region check to an absolute number of 100000Iqbal Ansari1+4-5
2016-09-07 18:28Merge branch 'develop'Iqbal Ansari7+578-154
2016-09-07 17:59Guard against redisplaying very large regionsIqbal Ansari1+6-4
2016-09-07 17:13Position cursor at first emoji after displaying results in aproposIqbal Ansari1+3-2
2016-09-07 12:36Select apropos window after displaying itIqbal Ansari1+3-3
2016-09-07 12:32Offer last search query as initial input when apropos is run from an apropos bufferIqbal Ansari1+21-3
2016-09-07 02:41Fix name of the style required for integration with prettify-symbols-alistIqbal Ansari1+1-1
2016-09-06 18:15Disable prettify-symbols integration by default for nowIqbal Ansari2+3-1
2016-09-06 18:12Update README to mention custom emojis and prettify-symbols-integrationIqbal Ansari2+75-15
2016-09-06 03:39Get after change tests running againIqbal Ansari2+59-36
2016-09-06 03:11Fix interactive running of testsIqbal Ansari1+7-0
2016-09-05 17:53Add tests for `emojify-apropos-emoji` commandIqbal Ansari1+37-0
2016-09-05 17:34Reduce minor code repetitionIqbal Ansari1+4-2
2016-09-05 17:34Create emojify data before running `emojify-insert-emoji` or `emojify-apropos-emoji`Iqbal Ansari1+9-2
2016-09-05 17:04Use `g` to rerun apropos from emojify-apropos-mode bufferIqbal Ansari1+29-26
2016-09-05 16:50Add tests for integration with prettify-symbols-modeIqbal Ansari5+93-5
2016-09-05 16:24Rename `pretty-symbols` style to `prettify-symbol`Iqbal Ansari1+13-13
2016-09-05 15:36Add tests for custom emojisIqbal Ansari2+41-5
2016-09-05 13:40Allow users to define custom emojisIqbal Ansari1+85-28
2016-09-05 12:24Display `pretty-symbols` style emoji only if prettify-symbol-mode is enabledIqbal Ansari1+1-0
2016-09-05 12:23Update redisplay emojis after prettify-symbol-mode changesIqbal Ansari1+16-5
2016-09-05 09:40First attempt at integration emojify with prettify-symbols-modeIqbal Ansari1+56-15
2016-09-05 08:50Fix a minor typoIqbal Ansari1+1-1
2016-09-05 08:21Introduce `emojify-user-emojis` and `emojify-pretty-symbol-emojis`Iqbal Ansari1+47-19
2016-09-05 07:57Use ht-each instead of maphashIqbal Ansari1+2-2
2016-09-05 07:36Minor restructuring of the codeIqbal Ansari1+28-28
2016-09-05 06:44Merge branch 'develop'Iqbal Ansari1+2-4
2016-09-05 06:42Do not enable emojify-mode in debugger modeIqbal Ansari1+1-0
2016-09-05 06:35Fix `emojify-buffer-p` check for ephemeral buffersIqbal Ansari1+1-4
2016-09-04 18:20Merge branch 'develop'Iqbal Ansari2+164-35
2016-09-04 18:14Note the possibility of outdated emoji sets in the READMEIqbal Ansari1+10-0
2016-09-04 17:57Add new command `emojify-apropos-emoji` to search emojisIqbal Ansari2+154-35
2016-09-04 14:43Merge branch 'develop'Iqbal Ansari7+23441-14523
2016-09-04 14:37Minor update to the READMEIqbal Ansari1+1-1
2016-09-04 14:33Autoload `emojify-insert-emoji` commandIqbal Ansari1+2-1
2016-09-04 14:33Add emojify-debug-mode to debug errors in emojify-modeIqbal Ansari1+13-7
2016-09-04 14:14Cache emojis on TravisIqbal Ansari1+1-0
2016-09-04 14:07Do fail test if there are warnings during byte compilationIqbal Ansari1+0-1
2016-09-04 13:09Add some line spacing between candidates in emojify-insert-emoji commandIqbal Ansari1+3-1
2016-09-04 12:30Mention the new command `emojify-insert-emoji` in the READMEIqbal Ansari1+18-9
2016-09-04 12:29Rename `emojify-apropos-emoji` to `emojify-insert-emoji`Iqbal Ansari1+15-10
2016-09-04 11:12Update byte compilation test to fail on errorsIqbal Ansari1+3-1
2016-09-04 10:54Fix tests for continuous emojisIqbal Ansari1+12-9
2016-09-04 10:53Fix a minor regression introduced in overlapping emojis fixIqbal Ansari1+1-1
2016-09-04 09:27Use face-background in place of non-existent emojify--face-backgroundIqbal Ansari1+2-2
2016-09-04 08:49Fix display of overlapping emojisIqbal Ansari2+27-1
2016-09-02 07:10Improve test to check if emoji's closing brace is part of a listIqbal Ansari2+17-1
2016-09-02 06:58Do all checks for ascii style even in apropos modeIqbal Ansari1+0-2
2016-09-02 06:07Insert the selected emoji in apropos commandIqbal Ansari1+11-10
2016-09-02 06:06Do not avoid emojifying minibuffer in apropos commandIqbal Ansari1+8-2
2016-09-01 18:38Initial commit of emoji apropos functionalityIqbal Ansari1+26-2
2016-09-01 17:28Set emojione-v2.2.6-22 as the default emoji setIqbal Ansari1+1-1
2016-09-01 17:26Update Emoji data to include EmojiOne v2.2.6Iqbal Ansari2+23305-14487
2016-09-01 15:47Ignore dist directoryIqbal Ansari1+1-0
2016-08-05 16:18Merge branch 'develop'Iqbal Ansari1+2-0
2016-08-05 16:03Inhibit emojify in magit-diff-mode and ibuffer-modeIqbal Ansari1+2-0
2016-07-16 06:21Merge branch 'develop'Iqbal Ansari3+13-12
2016-07-16 06:18Remove compiled files before running testsIqbal Ansari1+1-1
2016-07-16 06:18Fix the path to cask installed packages in test helperIqbal Ansari1+4-1
2016-07-16 05:21Change emojify-image-dir to a functionIqbal Ansari2+8-10
2016-06-10 08:11Merge branch 'develop'Iqbal Ansari1+1-24
2016-06-10 05:21Update versionIqbal Ansari1+1-1
2016-06-10 05:13Remove emojify-prog-contextsIqbal Ansari1+0-23
2016-03-16 17:17Merge branch 'develop'Iqbal Ansari1+22-0
2016-03-16 17:07Add contributing instructionsIqbal Ansari1+22-0
2016-03-16 16:48Merge branch 'develop'Iqbal Ansari1+11-14
2016-03-16 07:08Makes comint derived modes act like prog derivedUladox1+1-2
2016-03-16 16:33Simplify emojify--get-text-display-propsIqbal Ansari1+10-12
2016-03-06 05:53Merge branch 'develop'Iqbal Ansari3+132-47
2016-03-06 05:14Prefer last overlay face while calculating backgrounds for emojis in overlayIqbal Ansari1+1-1
2016-03-05 17:13Add tests for unicode emojis in programming modesIqbal Ansari1+44-5
2016-03-05 16:43Display only unicode emojis in source codeIqbal Ansari1+17-10
2016-03-05 16:42Mark `emojify-prog-contexts` as obsoleteIqbal Ansari1+30-4
2016-03-05 16:31Introduce `emojify-program-contexts` as a replacement for emojify-prog-contextsIqbal Ansari3+32-35
2016-03-05 15:41Handle different values for overlay face while calculating backgrounds for emojisIqbal Ansari1+26-10
2016-03-01 11:38Merge branch 'develop'Iqbal Ansari1631+5639-5534
2016-02-28 15:55Remove remaining images from the repoIqbal Ansari1+0-0
2016-02-28 14:51Cosmetic changes, name variables according to Elisp conventionsIqbal Ansari1+9-10
2016-02-28 14:18Do not download emojis (in interactive usage) if they already existIqbal Ansari1+10-6
2016-02-28 14:14Do not prompt for emoji download if another download is in progressIqbal Ansari1+20-6
2016-01-03 17:22Update tests to work with lazy downloadingIqbal Ansari2+3-2
2016-01-05 18:10Include unresized emoji one images in available emoji-setsIqbal Ansari1+8-2
2016-01-05 18:10Name emoji images after corresponding unicode stringsIqbal Ansari1+5523-5523
2015-12-31 03:51Download images lazily rather than packaging them with the codeIqbal Ansari1627+89-8
2015-12-30 11:21Merge branch 'develop'Iqbal Ansari1725+9617-4413
2015-12-30 11:05Add simple_smileIqbal Ansari2+7-2
2015-12-21 17:23Update tests to work with new emojisIqbal Ansari1+1-1
2015-12-21 16:42Split search regexp into smaller chunksIqbal Ansari1+50-50
2015-12-20 17:17Import newer images from emoji-oneIqbal Ansari1722+9542-4351
2015-12-21 03:52Bump to v0.3Iqbal Ansari1+1-1
2015-12-19 13:06Strip text properties when yanking textIqbal Ansari1+2-0
2015-12-18 03:08Add a todo itemIqbal Ansari1+3-0
2015-12-18 03:06Rename some internal functions to be more obviousIqbal Ansari1+6-7
2015-12-18 03:04Consider face at point while calculating the background for an emojiIqbal Ansari1+9-0
2015-12-17 17:00Do not reset emoji data on style changesIqbal Ansari1+4-9
2015-12-15 03:55Fix dependency on seqIqbal Ansari1+1-1
2015-12-14 17:38Fix detection of `tuareg` as programming modeIqbal Ansari1+1-1
2015-12-08 02:54Activate advice for `mouse--drag-set-mark-and-point`Iqbal Ansari1+2-0
2015-12-06 05:29Set language to generic for travis testsIqbal Ansari1+1-1
2015-12-06 05:28Run tests in debug modeIqbal Ansari1+5-2
2015-12-06 05:22Do not blindly set jit-lock-start and jit-lock-end in `emojify-after-change-extend-region-function`Iqbal Ansari1+12-6
2015-12-06 04:07Add 'Thanks' section in the READMEIqbal Ansari1+6-1
2015-12-05 17:39Update README about Imagemagick requirementIqbal Ansari1+5-3
2015-12-05 16:56Remove obsolete functionsIqbal Ansari1+2-20
2015-12-05 16:43Update documentationIqbal Ansari1+20-9
2015-12-01 18:09Check `redisplay-highlight-region-function` is bound before using itIqbal Ansari1+3-1
2015-12-01 17:57Add `emojify-overlays-at`, compatibility wrapper around `overlays-at`Iqbal Ansari1+26-1
2015-12-01 17:23Update emoji backgrounds when mouse selection changesIqbal Ansari1+22-10
2015-12-01 02:05Resize all emojis in buffer on text resizeIqbal Ansari1+8-6
2015-11-30 18:22Add macro `emojify-do-for-emojis-in-region`Iqbal Ansari1+20-9
2015-11-30 14:15Handle non-default values of `redisplay-highlight-region-function`Iqbal Ansari1+3-2
2015-11-30 13:58Revert "Remove special case for selection highlighting"Iqbal Ansari1+7-1
2015-11-30 09:46Improve logic to uncover an emojiIqbal Ansari2+43-37
2015-11-30 10:58Minor restructuringIqbal Ansari1+14-16
2015-11-30 03:28Remove special case for selection highlightingIqbal Ansari1+1-7
2015-11-30 03:28Instruct overlays-at to return overlays sorted by priorityIqbal Ansari1+3-9
2015-11-29 16:17Lookup parent faces, when getting face's backgroundIqbal Ansari1+2-2
2015-11-29 14:21Experimenting more aggressive behaviourIqbal Ansari1+27-5
2015-11-29 15:12Do not rely on markers in emojify update loopIqbal Ansari1+3-2
2015-11-29 13:19Resolve marker to current position in `emojify--update-emojis-background-in-region` loopIqbal Ansari1+1-1
2015-11-29 11:02Restore compatibility with Emacs v24.3Iqbal Ansari1+12-6
2015-11-29 08:37Add missing docstrings, minor refactoringIqbal Ansari1+121-62
2015-11-28 17:53Add `emojify-execute-ignoring-errors-unless-debug` to easily run form conditionally ignoring errorsIqbal Ansari1+11-5
2015-11-28 17:52Add some missing documentationIqbal Ansari1+6-1
2015-11-28 17:40Add hooks for changing emoji backgrounds locallyIqbal Ansari1+4-4
2015-11-28 16:14Fix a byte compile warningIqbal Ansari1+2-1
2015-11-28 16:13Fix failing testsIqbal Ansari1+20-20
2015-11-28 16:06Fix loop for updating emoji backgroundsIqbal Ansari1+1-1
2015-11-28 06:54Experimenting with window-scroll-functions to update emoji backgroundsIqbal Ansari1+19-8
2015-11-28 06:54Append new logs in `emojify-message`Iqbal Ansari1+1-0
2015-11-28 03:19Calculate window end manually since it is not reliable in post-command-hookIqbal Ansari1+6-1
2015-11-28 03:18Make sure we save buffer state while logging in `emojify-message`Iqbal Ansari1+4-3
2015-11-28 02:48Rename some functions to have more descriptive namesIqbal Ansari1+10-12
2015-11-27 17:29Initialize region support when enabling emojifyIqbal Ansari1+8-2
2015-11-27 17:26Reorganize code a bitIqbal Ansari1+44-29
2015-11-27 17:21Add missing docstringsIqbal Ansari1+13-3
2015-11-27 17:20Consider an emoji to be inside selection if either start or end fall in selectionIqbal Ansari1+16-12
2015-11-27 16:41Remove redundant functionsIqbal Ansari1+1-4
2015-11-27 16:20Improve checks for active regionIqbal Ansari1+4-2
2015-11-27 03:48Just some experimentsIqbal Ansari1+39-11
2015-11-24 17:40Add basic functions to calculate background color for emojisIqbal Ansari1+44-10
2015-11-28 16:04Refactor `emojify--find-key-binding-ignoring-emojify-keymap`Iqbal Ansari1+3-6
2015-11-28 15:31Update tests to work with last changeIqbal Ansari1+9-9
2015-11-28 14:58Use markers to point location of emojisIqbal Ansari1+2-2
2015-11-28 14:58Rename 'emojify-start' text prop to 'emojify-beginning'Iqbal Ansari3+13-13
2015-11-26 10:10Comment out after-change tests for nowIqbal Ansari1+31-30
2015-11-26 09:43Satisfy the byte-compilerIqbal Ansari1+4-0
2015-11-26 09:37Make electric delete tests work with last changeIqbal Ansari1+6-4
2015-11-25 18:05Properly use jit-lock's APIIqbal Ansari1+11-21
2015-11-25 17:51Make sure region is extended properly while redisplaying emojisIqbal Ansari1+12-13
2015-11-25 17:03Add emojify-messageIqbal Ansari1+6-0
2015-11-22 16:13Merge branch 'develop'Iqbal Ansari3+131-2
2015-11-22 15:54Add some more testsIqbal Ansari1+23-0
2015-11-22 15:46Do not explicitly specify reporter when running testsIqbal Ansari1+1-1
2015-11-22 15:41Add tests to ensure library compiles cleanlyIqbal Ansari1+7-0
2015-11-22 15:32Some more tests for electric delete functionalityIqbal Ansari1+25-1
2015-11-22 12:44Add tags to `emojify-tests-multiple-emojis-in-sequence` testIqbal Ansari1+1-0
2015-11-22 12:42Add initial tests for electric delete functionalityIqbal Ansari1+23-0
2015-11-22 12:41Do not interfere with delete selection modeIqbal Ansari1+3-0
2015-11-22 12:32Handle cases where keymap from emojify are invoked outside an emojiIqbal Ansari1+33-5
2015-11-22 12:30Define keys for deleting emojis as remaps of vanilla keybindingsIqbal Ansari1+8-5
2015-11-19 12:00First attempt at implementing electric backspace/deleteIqbal Ansari1+17-0
2015-11-18 05:48Add emojify-debug-mode, make sure we do not signal error during redisplaysIqbal Ansari1+16-2
2015-11-18 05:31Fix a regression introduced in previous changeIqbal Ansari1+3-2
2015-11-17 18:17Update tests for previous changeIqbal Ansari1+29-11
2015-11-17 18:16Do not restrict non-ascii emojis according to text contextIqbal Ansari1+5-3
2015-11-16 17:00Move advices after minor mode definitionIqbal Ansari1+29-29
2015-11-16 11:12Create images :heuristic-maskIqbal Ansari1+1-0
2015-11-16 11:09Manually calculate relevant areaIqbal Ansari1+20-11
2015-11-16 03:42Ensure the buffer is visible in current window, before using `window-start` and `window-end`Iqbal Ansari1+21-15
2015-11-16 03:30`emojify-set-emoji-data` now accepts the styles, rather than using global var `emojify-emoji-styles`Iqbal Ansari1+6-6
2015-11-16 03:27Introduce `emojify-emoji-style-change-hooks`, use it to redisplay emojisIqbal Ansari1+12-6
2015-11-15 10:55Disable in comint and mu4e-headers-modeIqbal Ansari1+3-1
2015-11-15 10:39Rename emojify-emoji-style to emojify-emoji-stylesIqbal Ansari4+23-16
2015-11-15 10:30Bump to version 0.2Iqbal Ansari1+1-1
2015-11-15 10:25Restrict scanning area to the visible area while checking whether for listIqbal Ansari1+15-10
2015-11-15 06:31Update tests for unicode emoji styleIqbal Ansari1+20-17
2015-11-15 06:27Redisplay emojis only in current buffer when emoji style changesIqbal Ansari1+2-5
2015-11-15 05:15Add 'unicode' as possible value of `emojify-emoji-style`Iqbal Ansari2+78-84
2015-11-15 04:42Update unicode display to work with last changeIqbal Ansari1+2-4
2015-11-15 04:34Add entries for unicode code points to data/emoji.jsonIqbal Ansari1+9872-5284
2015-11-15 09:18Merge pull request #3 from nixmaniack/fix-typoIqbal Ansari1+1-1
2015-11-15 05:45Fix customization doc typoMuneeb Shaikh1+1-1
2015-11-14 03:43Mention MELPA stable as an installation optionIqbal Ansari1+2-2
2015-11-14 03:07Update installation instruction to include MELPAIqbal Ansari1+17-2
2015-11-11 15:43Fix path tp screenshots in READMEIqbal Ansari1+2-2
2015-11-11 14:37Merge pull request #1 from syohex/typoIqbal Ansari1+1-1
2015-11-11 14:29Correct misspellingsSyohei YOSHIDA1+1-1
2015-11-11 13:55Do not gulp evm install's outputIqbal Ansari1+1-1
2015-11-11 13:18Add package URL, improve the commentaryIqbal Ansari1+9-1
2015-11-11 12:32Add LICENSE, attribution for emoji images :sleepy:Iqbal Ansari2+628-2
2015-11-11 12:24Generalize check for image supportIqbal Ansari1+4-3
2015-11-11 11:56Add missing autoloadIqbal Ansari1+2-1
2015-11-11 11:56Fix files directive in Cask fileIqbal Ansari1+1-1
2015-11-11 05:16Make sure we operate on entire buffer when emojifyingIqbal Ansari1+3-1
2015-11-11 05:15Do not ignore the direction parameter to isearch-repeat in defadviceIqbal Ansari1+1-1
2015-11-11 04:38Make sure PNG is supported by imagemagick before using imagemagick to display imagesIqbal Ansari1+4-2
2015-11-10 18:20Update documentationIqbal Ansari2+113-27
2015-11-10 11:54List the possible customizationsIqbal Ansari1+20-0
2015-11-10 11:52By default redisplay emojis only in visible regionIqbal Ansari1+4-4
2015-11-06 17:28Update READMEIqbal Ansari1+38-1
2015-11-06 16:19Move emoji.json to data/emoji.jsonIqbal Ansari2+1-1
2015-11-06 15:41Add GIF showing emojify's featuresIqbal Ansari1+0-0
2015-11-06 10:28Make sure libraries for running Emacs version are loaded when running tests interactivelyIqbal Ansari1+1-1
2015-11-05 18:08Declare dependency on Emacs v24.3Iqbal Ansari2+1-4
2015-11-05 17:58Fix tests to work on atleast Emacs v24.3Iqbal Ansari1+8-3
2015-11-05 16:59Add config for ert-runnerIqbal Ansari1+1-0
2015-11-05 16:53Improve defcustom definitionsIqbal Ansari1+18-3
2015-11-05 16:52Rename `emojify-preferred-style` => `emojify-emoji-style`Iqbal Ansari3+13-12
2015-11-05 16:50Rename `emojify-substitution-style` => `emojify-display-style`Iqbal Ansari2+4-4
2015-11-05 15:59Use ert reporter for tests run using ert-runnerIqbal Ansari1+1-1
2015-11-05 15:55Declare compatibility function for `default-font-height`Iqbal Ansari2+22-2
2015-11-05 14:56Run tests for more emacsenIqbal Ansari1+6-1
2015-11-05 14:52Cache ~/.cask in travisIqbal Ansari1+1-0
2015-11-05 14:42Update `compile-command` to run tests using `ert-runner`Iqbal Ansari1+1-1
2015-11-05 14:42Fix some warningsIqbal Ansari1+7-7
2015-11-05 14:40Run `isearch-repeat` irrespective of whether `emojify-mode` is enabled in isearch adviceIqbal Ansari1+6-6
2015-11-03 13:22Configure travis notificationsIqbal Ansari1+8-0
2015-11-03 12:33Add travis badgeIqbal Ansari1+2-0
2015-11-03 09:22Add .travis.ymlIqbal Ansari1+37-0
2015-11-03 08:39More tests for after-change-functionsIqbal Ansari2+29-6
2015-11-03 07:35Use ert-runner to run testsIqbal Ansari5+431-405
2015-11-03 04:02Add tests for after-change functionIqbal Ansari1+13-0
2015-11-03 04:02Make sure emojify-mode is enabled for test buffersIqbal Ansari1+22-18
2015-11-03 04:02Add nofletIqbal Ansari1+2-1
2015-11-03 02:36Allow inhibiting emojify in individual buffersIqbal Ansari1+9-1
2015-11-02 18:17Pass additional parameters to run-tests.sh to EmacsIqbal Ansari1+1-1
2015-11-02 18:17Add tags to testsIqbal Ansari1+12-0
2015-11-02 18:17Fix test for isearch integrationIqbal Ansari1+11-3
2015-11-02 17:46Also run the point-entered hooks in advice around `isearch-repeat`Iqbal Ansari1+16-5
2015-11-02 17:07Declare dependency on Emacs 24.1Iqbal Ansari1+1-1
2015-11-02 17:04Use `defadvice` to advice `isearch-repeat`Iqbal Ansari1+10-8
2015-11-02 13:22Add workaround for isearch bugIqbal Ansari1+9-0
2015-11-02 13:21Fix definition global minor modeIqbal Ansari1+1-1
2015-11-02 12:59Add a failing test for multiple isearch matchesIqbal Ansari1+21-0
2015-11-02 11:04Use `emojify-redisplay-emojis` wherever possibleIqbal Ansari1+4-6
2015-11-02 03:37Add tests for isearch-mode integrationIqbal Ansari1+15-0
2015-11-02 03:35Explicitly switch to test buffer when running testsIqbal Ansari1+2-1
2015-11-02 03:34Remove all relevant text properties before trying to re-emojify a region when point leavesIqbal Ansari1+1-1
2015-11-01 17:44Initial version of the README :) :writing-hand:Iqbal Ansari2+15-0
2015-11-01 16:14Make file local variables, directory localIqbal Ansari2+7-2
2015-11-01 15:30Add tests for org-mode integrationIqbal Ansari1+22-0
2015-11-01 14:34Add shell script to run the testsIqbal Ansari1+3-0
2015-11-01 14:33Add more testsIqbal Ansari1+107-6
2015-11-01 14:27Improve detection emoji-like texts are end of listIqbal Ansari1+14-2
2015-11-01 13:55Allow emojifiying text immediately before a closing parenIqbal Ansari1+3-0
2015-11-01 13:43Improve test for emoji being at org-tagIqbal Ansari1+10-3
2015-11-01 10:19Add some more tests, improve existing onesIqbal Ansari1+44-4
2015-11-01 10:19Improve `emojify-tests-with-emojified-buffer` to return value of last formIqbal Ansari1+17-16
2015-11-01 10:12Improve `emojify-valid-prog-context-p`Iqbal Ansari1+2-2
2015-11-01 09:37Initial set of testsIqbal Ansari1+164-0
2015-11-01 07:57Redisplay emojis on changing preferred styleIqbal Ansari1+11-1
2015-11-01 07:56Redisplay emojis on text resizeIqbal Ansari1+16-0
2015-11-01 07:33Do not remove `emojified` text property during uncoveringIqbal Ansari1+4-8
2015-11-01 07:32Improve definition of emojify-inhibit-major-modesIqbal Ansari1+5-4
2015-10-31 18:02Make sure we do not overwrite active minibuffer prompt when echoing emojify messagesIqbal Ansari1+7-2
2015-10-31 17:20jit-lock can be used without font-lockIqbal Ansari1+7-11
2015-10-31 12:54Do not enable emojify mode in dired-modeIqbal Ansari1+3-1
2015-10-31 12:24Simplify data format, give image files more obvious namesIqbal Ansari1527+5046-6007
2015-10-31 10:47Unconditionally uncover emoji at point in isearch-modeIqbal Ansari1+17-8
2015-10-31 10:40Do not echo in isearch-modeIqbal Ansari1+3-1
2015-10-31 08:43Update Cask to include emoji.jsonIqbal Ansari1+1-1
2015-10-31 08:43Add ability to customize the type of emojis displayedIqbal Ansari1+64-20
2015-10-31 07:22Add 'style' field to emoji dataIqbal Ansari1+7464-1882
2015-10-31 04:51Extract point-left hook to a separate functionIqbal Ansari1+14-5
2015-10-31 04:26Replace defsubst with defunIqbal Ansari1+9-10
2015-10-30 19:31Do not track TODOs in source fileIqbal Ansari1+0-4
2015-10-30 19:21Add ability to display underlying text in help popup when mouse moves on an emojiIqbal Ansari1+18-2
2015-10-30 19:17Make behaviour on point entering emoji customizableIqbal Ansari1+53-16
2015-10-30 08:25Update package requiresIqbal Ansari1+1-0
2015-10-30 08:10Make checkdoc happier :)Iqbal Ansari1+11-3
2015-10-30 08:04emojify--get-text-props => emojify--get-text-display-propsIqbal Ansari1+2-2
2015-10-30 07:59Replace 'comment' with 'comments' in 'emojify-prog-contexts'Iqbal Ansari1+5-5
2015-10-30 07:44Make 'unicode' and 'ascii' substitution styles functional :fireworks:Iqbal Ansari1+13-11
2015-10-30 07:44Do not enable emojify-mode in indirect buffersIqbal Ansari1+1-0
2015-10-30 07:43Use `ht.el` to work with hash tablesIqbal Ansari1+6-16
2015-10-30 04:01Generalize calculation of display text propertyIqbal Ansari1+48-29
2015-10-30 04:00Reorganize a bit :notebook_with_decorative_cover:Iqbal Ansari1+42-29
2015-10-30 02:34Add missing requires, more cleanupsIqbal Ansari1+57-21
2015-10-29 17:53Additional cleanups :sweat_drops:Iqbal Ansari1+80-24
2015-10-29 11:29Do not try to emojify inside org-src blocksIqbal Ansari1+8-0
2015-10-29 09:43Do not emojify text inside listsIqbal Ansari1+8-0
2015-10-29 09:31Ensure we have not moved past the region end while searching for regexpIqbal Ansari1+2-1
2015-10-29 09:31Move all buffer checks to `emojify-buffer-p'Iqbal Ansari1+6-9
2015-10-29 09:30Do not try to emojify org-mode listsIqbal Ansari1+6-2
2015-10-29 09:27More robust to check if we are org-mode tagsIqbal Ansari1+7-4
2015-10-29 03:35Minor changesIqbal Ansari1+16-14
2015-10-28 03:12Make sure core customizations do not depend on other customizationsIqbal Ansari1+4-2
2015-10-28 02:55Make sure text is the original buffer when in point-entered, point-left hooks :sweat:Iqbal Ansari1+7-4
2015-10-28 02:16Add Cask, gitignoreIqbal Ansari3+46-1
2015-10-27 18:52Start of some cleanups :)Iqbal Ansari1+130-33
2015-10-27 03:29Display the underlying text when point moves in an emojiIqbal Ansari1+37-37
2015-10-26 18:00Minor cleanupsIqbal Ansari1+79-49
2015-10-26 09:03Use jit-lock if possibleIqbal Ansari1+6-3
2015-10-26 09:02Ignore more buffersIqbal Ansari1+3-2
2015-10-26 09:02Handle multi-line commentsIqbal Ansari1+5-2
2015-10-26 06:12It is okay if emoji immediately follows/precedes a string quoteIqbal Ansari1+2-2
2015-10-26 06:10Handle emojis with quotes/comment charactersIqbal Ansari1+9-5
2015-10-26 05:39Better check for 'emojis inside words'Iqbal Ansari1+13-8
2015-10-26 04:01Do not emojify org-mode tagsIqbal Ansari1+8-5
2015-10-26 03:53Echo underlying text when point enters an emojiIqbal Ansari1+4-3
2015-10-26 03:52Save match-data before (un)emojifying regionIqbal Ansari1+31-24
2015-10-25 17:15Do not emojify text between wordsIqbal Ansari1+29-27
2015-10-25 14:25Disable modification hooks when (un)emojifying regionIqbal Ansari1+30-28
2015-10-25 12:48Do not enable emojification in some buffersIqbal Ansari1+37-33
2015-10-25 12:02Remove dependency on font-lockIqbal Ansari1+97-60
2015-10-24 05:45Minor refactoringIqbal Ansari1+5-4
2015-10-23 17:29Truncate JSON data, handle aliasesIqbal Ansari2+7938-22108
2015-10-23 16:46Resize emojis after text resizeIqbal Ansari1+7-2
2015-10-23 11:54If major-mode is not derived from prog-mode, display emoji unconditionally :rocket:Iqbal Ansari1+2-1
2015-10-23 10:44Minor mode definitionIqbal Ansari1+28-7
2015-10-23 05:27Use imagemagick if availableIqbal Ansari1+12-8
2015-10-22 17:42Initial commitIqbal Ansari1265+22319-0
2024-07-31 00:43only show emojis for selected stylesmassi1+7-6
2021-03-06 08:19Add GitHub Actions setting fileYoshimura Yuu1+51-0
2021-01-06 05:35Fix emojify-reveal-on-isearch defcustom typeJimmy Yuen Ho Wong1+1-1
2020-11-30 11:16Update the url for openmojiIqbal Ansari1+1-1
2020-11-27 15:05add OpenMoji license to READMEChristian Tietze1+3-0
2020-11-25 20:13add version numberChristian Tietze1+1-1
2020-11-25 20:12add openmoji-v13.0 to known emoji setsChristian Tietze1+10-4
2020-11-17 15:50Update the docstring of `emojify-completing-read` to mention new API for the predicateIqbal Ansari1+5-5
2020-11-15 01:49Silence byte-compilerBrian Leung1+7-7
2020-08-12 06:28Guard against empty strings while emojifying company tooltipsIqbal Ansari1+2-1
2020-07-19 10:19add: use-package snippet in readmePolyakov Dmitry1+5-1
2020-05-12 15:09Whoops; forgot to remove this…jrs51+0-1
2020-05-12 04:02Revert this back to `completing-read`.jrs51+2-2
2020-05-12 04:01Actually be able to call this, rather than causing an error…jrs51+9-8
2020-05-12 04:00Change this to a list, rather than modify the hash table later.jrs51+7-12
2020-05-09 06:53And then we've gotta modify the `candidates` so they can work with functions like `ido-completing-read`.jrs51+6-1
2020-05-09 06:48And update the documentation; we won't mention that `emojify-completing-read-function` takes the same arguments as `completing-read` since they can click through to read that from `emojify-completing-read-function`'s documentation.jrs51+2-2
2020-05-09 06:47Replace all locations of `completing-read` with the new variable.jrs51+10-10
2020-05-09 06:43We'll allow the user to set the function themselves; they just have to assure that the arguments of the function match what `completing-read` accepts.jrs51+5-0
2020-05-03 08:54Improve test for org-mode tag detectionIqbal Ansari1+3-2
2020-05-03 08:36Disable emojis in deft-modeIqbal Ansari1+2-1
2020-05-03 08:34Fix the regex used to identity org-mode tagsIqbal Ansari1+2-1
2020-04-27 05:17Bump versionIqbal Ansari1+1-1
2020-04-26 21:44Disable `buffer-list-update-hook` in emojify-stringIqbal Ansari1+8-1
2020-04-26 08:41Iterate through emojis from end to beginning in emojify-do-for-emojis-in-regionIqbal Ansari1+11-6
2020-04-26 08:27Fix a few typosIqbal Ansari1+4-4
2020-04-26 08:24Escape literal '%' in result of format-mode-lineIqbal Ansari1+7-5
2020-04-26 08:20Add a compatibility wrapper over org-src-get-lang-modeIqbal Ansari1+9-1
2020-04-22 17:27s/emojify--string-join/emojify-string-join/Iqbal Ansari1+3-3
2020-03-09 05:53Update emoji sets to point to the properly re-exported images (see #62)Iqbal Ansari1+12-12
2020-03-06 02:52Add space between ? and (Jen-Chieh1+1-1
2019-10-17 04:20Handle failures due to deprecated cons style faces used with overlaysIqbal Ansari1+3-1
2019-08-09 09:59Remove redundant let bindingIqbal Ansari1+1-3
2019-08-09 09:59Disable `emojify-tests-org-source-blocks` test for Emacs versions before v26.1Iqbal Ansari2+31-29
2019-08-02 13:43added emojify-mode-maplispy-dobby1+7-0
2019-08-09 04:48Merge pull request #56 from yilkalargaw/patch-2Iqbal Ansari1+2-1
2019-08-08 00:34added llibgnutls28-dev to the dependencieslispy-dobby1+1-0
2019-08-02 13:57change libtiff4-dev to libtiff5-devlispy-dobby1+1-1
2019-06-13 07:16Add test for failure to properly extract text for composition (see #54)Iqbal Ansari1+9-0
2019-06-13 06:07Fix emojify--get-characters-for-composition's interpretation of relative-p flag in the compositionIqbal Ansari1+8-8
2019-06-12 19:06Do not use seq-map-indexedIqbal Ansari1+8-6
2019-06-12 13:17Do not assume find-composition always returns a vector of charactersIqbal Ansari1+12-6
2019-05-21 08:24Bump version to 1.2Iqbal Ansari2+2-2
2019-05-21 08:22Bump versionIqbal Ansari2+2-1
2019-05-21 08:12Update ChangelogIqbal Ansari1+13-1
2019-05-20 19:12Run tests on Emacs v26Iqbal Ansari1+2-2
2019-05-19 12:48Add compatibility wrapper for `provided-mode-derived-p`Iqbal Ansari1+12-2
2019-05-19 12:35Add tests for org source blocksIqbal Ansari1+50-0
2019-05-19 12:26Use face at point to determine the prog context while displaying emojis in org source blocksIqbal Ansari1+35-12
2019-05-15 05:47Enable support for emojifying org mode source blocksIqbal Ansari1+23-15
2019-05-14 04:22Render only unicode characters in company tooltipsIqbal Ansari1+1-1
2019-04-24 22:07Fix lint warnings about some docstrings and defcustomsIqbal Ansari1+11-5
2019-04-24 22:07Reimplement `emojify-string` using `emojify-display-emojis-in-region`Iqbal Ansari1+2-29
2019-04-24 22:01Optionally accept the target where emojis would be displayed in `emojify-display-emojis-in-region`Iqbal Ansari1+7-4
2019-04-02 03:53Improve the message displayed for partial downloadsIqbal Ansari1+1-1
2019-03-17 05:15Fallback to `emojify-emoji-styles` if styles are not explicitly provided in emojify-stringIqbal Ansari1+1-1
2019-01-22 05:13Add twemojiIqbal Ansari2+53-30
2019-01-22 03:37Do not use while-no-inputIqbal Ansari1+14-15
2019-01-21 17:27Merge pull request #48 from seblemaguer/masterIqbal Ansari2+8-6
2019-01-20 16:10fix tar urls in emoji-sets.jsonSebastien Le Maguer1+4-4
2019-01-20 16:08Add error message when the hash is incorrectSebastien Le Maguer1+4-2
2018-12-21 03:50Merge pull request #46 from vincentbernat/fix/hidpiIqbal Ansari1+1-0
2018-12-19 10:57Do not scale created imagesVincent Bernat1+1-0
2018-06-11 15:38Cache results of imagemagick support check for a formatIqbal Ansari1+19-3
2018-03-21 02:50Mention mode-line and company support in the ChangelogIqbal Ansari1+2-0
2018-03-21 02:33Bump to v1.0Iqbal Ansari2+5-2
2018-01-28 14:25Workaround test failures on TravisIqbal Ansari1+1-1
2018-01-28 14:07Bump copyright year 😅Iqbal Ansari1+1-1
2018-01-28 14:04Fix a small typoIqbal Ansari1+1-1
2018-01-28 14:00Add a simple elisp file to easily run an Emacs instance with emojify loadedIqbal Ansari1+21-0
2018-01-28 13:00Add `emojify-download-emojis-p` to allow customizing the automatic download of imagesIqbal Ansari3+63-5
2017-10-18 14:42Fix creation of temporary file for downloading emoji imagesIqbal Ansari1+2-1
2017-07-09 09:07Silence byte-compiler warnings about org-list-get-item-beginIqbal Ansari1+1-1
2017-07-09 09:06Improve detection of emojis inside org-mode tagsIqbal Ansari1+7-13
2017-07-09 08:26Add tests for displaying emojis that are part of org-mode list and tagsIqbal Ansari1+16-0
2017-07-09 08:26Improve checks for detecting emojis that are part of org-mode listsIqbal Ansari1+4-4
2017-07-09 07:24Do not consider the cursor background to decide emoji backgroundIqbal Ansari1+1-12
2017-07-09 07:07Better heuristics to determine of an emoji is part of an org-mode tagIqbal Ansari1+11-4
2017-07-09 06:49Inhibit display of emojis beginning with ':' in org headlinesIqbal Ansari1+1-1
2017-07-09 06:35Inhibit display of only "8)" in org mode listsIqbal Ansari1+5-3
2017-06-20 05:37Smalltalk-mode is a programming modeIqbal Ansari1+1-1
2017-06-17 16:24Emojify company-mode tooltips by defaultIqbal Ansari1+1-1
2017-06-17 16:23Minor formatting and documentation changeIqbal Ansari1+5-3
2017-06-12 07:42Do not switch to after-string based display of company tooltip unless neededIqbal Ansari1+7-2
2017-05-28 08:49Mention emojify-mode-line-mode in the READMEIqbal Ansari1+5-0
2017-05-28 08:03Silence remaining byte compiler warningsIqbal Ansari1+14-14
2017-05-28 08:03Add support for emojifying the mode-lineIqbal Ansari1+61-0
2017-04-03 17:44Consider the cursor position too while updating emoji backgroundsIqbal Ansari1+27-38
2017-04-01 16:54Guard against non-overlay values of 'company-pseudo-tooltip-overlay'Iqbal Ansari1+1-1
2017-04-01 13:08Add support for emojifying string for display in the mode-lineIqbal Ansari1+48-33
2017-04-01 12:56Fix warning about 'company-pseudo-tooltip-unhide' not being presentIqbal Ansari1+3-0
2017-03-31 19:57Update CHANGELOG and README to mention new featuresIqbal Ansari2+32-25
2017-03-31 19:34Implement support for emojifying company mode tooltipsIqbal Ansari1+36-0
2017-03-31 19:13Fix off-by-one bugs in code to determine if emoji is part of a selectionIqbal Ansari1+3-3
2017-03-31 18:55Remove custom logic to find background color at point use builtin 'background-color-at-point'Iqbal Ansari1+6-15
2017-03-30 08:14Update ChangelogIqbal Ansari1+6-0
2017-03-30 08:13Documentation changesIqbal Ansari1+20-5
2017-03-28 08:01Add `emojify-string` for emojifying standalone stringsIqbal Ansari1+43-0
2017-03-28 07:51Fix position of sit-for in display loopIqbal Ansari1+3-3
2017-03-28 07:50Allow specifying the target buffer while emojifying textIqbal Ansari1+41-31
2017-03-28 07:46Make sure emoji data is created before listing emojisIqbal Ansari1+2-0
2017-03-25 22:48Add link to Unicode Consortium in Emoji descriptionIqbal Ansari1+23-12
2017-03-23 14:30Do not redisplay emoji list if it is already availableIqbal Ansari1+20-4
2017-03-23 14:29Display progress while displaying emoji in `emojiy-list-emojis`Iqbal Ansari1+10-4
2017-03-23 14:28Display names of individual emojis in emoji listIqbal Ansari1+18-10
2017-03-13 13:40New command `emojify-list-entries` for listing all the emojisIqbal Ansari1+100-0
2017-03-13 13:39Bypass context checks for text marked with `emojify-force-display`Iqbal Ansari1+9-5
2017-03-13 12:08Avoid view-mode from activating in `emojify-apropos-mode`Iqbal Ansari1+3-1
2017-03-13 12:08Echo the emoji after copying in apropos modeIqbal Ansari1+2-1
2017-03-13 12:07Add a dedicated mode for emoji description bufferIqbal Ansari1+31-3
2017-03-13 12:06Move common keybindings for emojify buffers to `emojify-common-mode-map`Iqbal Ansari1+29-14
2017-03-13 10:44Add keybindings to view emoji description from apropos bufferIqbal Ansari1+11-1
2017-03-13 10:35Minor code cleanupIqbal Ansari1+10-7
2017-03-13 10:34Display whether emoji is user-defined in emoji descriptionIqbal Ansari1+5-0
2017-03-13 10:34Allow forcing re-reading of emoji data in `emojify-create-emojify-emojis`Iqbal Ansari1+6-3
2017-03-13 10:29Mark custom emojis in emoji-dataIqbal Ansari1+3-1
2017-03-13 10:20Use the "emoji" attribute of the emoji dataIqbal Ansari1+7-10
2017-03-13 10:19Reset `emojify--completing-candidates-cache` whenever emoji data changesIqbal Ansari1+28-32
2017-03-13 09:21Add the emoji text to the emoji dataIqbal Ansari1+14-1
2017-03-13 09:17Use a hash-table as the collection or `emojify-completing-read`Iqbal Ansari1+26-9
2017-03-13 09:17Use `ht-get` instead of `gethash`Iqbal Ansari1+4-3
2017-03-13 08:38New command `emojify-describe-emoji` to describe an emoji using completing readIqbal Ansari1+8-0
2017-03-13 08:38Extract logic to display emoji description buffer to `emojify--display-emoji-description-buffer`Iqbal Ansari1+54-49
2017-03-13 08:33Extract logic for completing read emojis to `emojify-completing-read`Iqbal Ansari1+35-17
2017-03-13 07:43Add emojipedia links to Emoji description pageIqbal Ansari1+15-2
2017-02-21 08:21'load' as opposed to 'require' the test-helper file in testsIqbal Ansari1+2-1
2017-02-21 06:47Update copyright yearsIqbal Ansari1+1-1
2017-02-21 06:47Remove provide form from test-helperIqbal Ansari1+0-1
2017-02-21 06:46Lets always develop off masterIqbal Ansari1+1-4
2016-11-24 17:40Merge branch 'develop'Iqbal Ansari3+135-14
2016-11-24 17:36Remap backspace to delete whole emojis in org-modeIqbal Ansari2+2-0
2016-11-24 17:24Mention `emojify-describe-emoji-at-point` in the README and ChangelogIqbal Ansari2+8-0
2016-11-24 11:42Improve fenced emoji regex to accept '+'Iqbal Ansari1+1-1
2016-10-08 18:49Cleanup up `emojify-describe-emoji-at-point`Iqbal Ansari1+52-17
2016-10-08 18:48Define a compatibility function for user-errorIqbal Ansari1+8-4
2016-10-07 18:33Initial version of describe emoji functionalityIqbal Ansari1+21-0
2016-10-01 16:56Add ChangelogIqbal Ansari2+52-1
2016-09-29 18:26Do not attempt to emojify regions larger than 5000 charsIqbal Ansari1+4-4
2016-09-28 12:50Merge branch 'develop'Iqbal Ansari1+3-3
2016-09-28 12:48Fix thinko in set-buffer-multibyte adviceIqbal Ansari1+3-3
2016-09-28 12:46Merge branch 'develop'Iqbal Ansari1+12-3
2016-09-28 11:00Disable emojify when buffer changes to unibyte encodingIqbal Ansari1+12-3
2016-09-28 03:32Merge branch 'develop'Iqbal Ansari7+166-190
2016-09-28 03:22Add coveralls badgeIqbal Ansari1+1-1
2016-09-28 02:50Add undercover for test coverage statsIqbal Ansari2+4-0
2016-09-27 18:26Polish the README a bitIqbal Ansari1+8-7
2016-09-27 18:22Mention the new `emojify-reveal-on-isearch` in the READMEIqbal Ansari1+7-0
2016-09-27 18:21Update README to mention changed interface for `emojify-point-entered-behaviour`Iqbal Ansari1+3-4
2016-09-27 18:11Disable tests on Emacs git snapshot for nowIqbal Ansari1+0-1
2016-09-27 18:07Minor update to the documentationIqbal Ansari1+4-1
2016-09-27 18:05Enable tests from emacs-git-snapshotIqbal Ansari1+1-0
2016-09-27 17:59Merge branch 'bugfix/uncover-25.1' into developIqbal Ansari4+137-170
2016-09-27 17:36Enable tests for Emacs 25.1Iqbal Ansari1+1-0
2016-09-27 17:27Ensure that we are always dealing with complete lines while emojifying a regionIqbal Ansari1+9-2
2016-09-27 16:52Wrap frequently executed (safe to fail) code in while-no-inputIqbal Ansari1+15-14
2016-09-27 16:39Update tests, remove test for multiple isearchesIqbal Ansari2+21-41
2016-09-27 16:12Convert unnecessary macros to functionsIqbal Ansari1+25-34
2016-09-27 15:23Make uncovering of emojis on isearch configurableIqbal Ansari1+4-1
2016-09-27 15:22Detect emoji entry/exit using a custom functionIqbal Ansari1+47-78
2016-09-26 03:52Fix prettify-symbol tests failures on Emacs 25.1Iqbal Ansari1+27-12
2016-09-25 17:28Set `emojify-inhibit-emojify-in-current-buffer-p` to t only locally in test buffersIqbal Ansari1+1-1
2016-09-25 17:27Cleanup point uncovering logicIqbal Ansari1+21-23
2016-09-25 17:26Do not inhibit emojification of areas larger than 100000Iqbal Ansari1+3-4
2016-09-19 15:19Remove org-bullets from project dependenciesIqbal Ansari1+1-3
2016-09-18 11:44Merge branch 'develop'Iqbal Ansari5+240-240
2016-09-18 11:31Update README to mention integration with prettify-symbols-mode and org-bullets-modeIqbal Ansari1+16-16
2016-09-18 11:04Remove after-change and org-bullet tests, they did not work as expectedIqbal Ansari2+0-68
2016-09-18 09:32Add tests for org-bullets mode integrationIqbal Ansari3+25-2
2016-09-18 09:20Force redisplays for after-change testsIqbal Ansari2+6-9
2016-09-18 07:03Fix compatibility with Emacs 24.3Iqbal Ansari1+5-3
2016-09-18 06:58Update tests to work with general handing of composition textIqbal Ansari2+18-19
2016-09-18 06:11Save emojify-composed-text-p variable while running testsIqbal Ansari1+3-5
2016-09-18 06:06Remove special handling of prettify symbols modeIqbal Ansari1+14-80
2016-09-18 06:03Handle an edge case while searching for composed textIqbal Ansari1+8-2
2016-09-17 18:44Display composed text as emojis only if user has enabled unicode emojisIqbal Ansari1+7-3
2016-09-17 18:38Make emojification of composed text customizableIqbal Ansari1+33-27
2016-09-17 18:36Cleanup display of composed textIqbal Ansari1+53-40
2016-09-17 05:39Advance point to next current matches end after emojifying composed textIqbal Ansari1+4-3
2016-09-16 18:24Require subr-x, add a compat function for string-joinIqbal Ansari1+11-1
2016-09-16 18:13Initial version to handle composition more generallyIqbal Ansari1+41-0
2016-09-16 09:10Do not try emojifying a text, if not emoji config is found for itIqbal Ansari1+2-1
2016-09-15 11:01Add license and make a PR badgeIqbal Ansari1+1-1
2016-09-09 11:08Do not construct regexp to exactly match github emojisIqbal Ansari1+42-20
2016-09-08 09:19Improve tests for prettify symbols modeIqbal Ansari1+10-3
2016-09-08 08:36Merge branch 'develop'Iqbal Ansari1+26-1
2016-09-08 08:35Use with-timeout to ensure displaying emojis does not run longer than a secondIqbal Ansari1+60-56
2016-09-08 07:46Explicitly enable emojify mode in minibuffer/helm buffer while inserting emojisIqbal Ansari1+26-1
2016-09-08 07:30Merge branch 'develop'Iqbal Ansari1+4-5
2016-09-08 07:20Change large region check to an absolute number of 100000Iqbal Ansari1+4-5
2016-09-07 18:28Merge branch 'develop'Iqbal Ansari7+578-154
2016-09-07 17:59Guard against redisplaying very large regionsIqbal Ansari1+6-4
2016-09-07 17:13Position cursor at first emoji after displaying results in aproposIqbal Ansari1+3-2
2016-09-07 12:36Select apropos window after displaying itIqbal Ansari1+3-3
2016-09-07 12:32Offer last search query as initial input when apropos is run from an apropos bufferIqbal Ansari1+21-3
2016-09-07 02:41Fix name of the style required for integration with prettify-symbols-alistIqbal Ansari1+1-1
2016-09-06 18:15Disable prettify-symbols integration by default for nowIqbal Ansari2+3-1
2016-09-06 18:12Update README to mention custom emojis and prettify-symbols-integrationIqbal Ansari2+75-15
2016-09-06 03:39Get after change tests running againIqbal Ansari2+59-36
2016-09-06 03:11Fix interactive running of testsIqbal Ansari1+7-0
2016-09-05 17:53Add tests for `emojify-apropos-emoji` commandIqbal Ansari1+37-0
2016-09-05 17:34Reduce minor code repetitionIqbal Ansari1+4-2
2016-09-05 17:34Create emojify data before running `emojify-insert-emoji` or `emojify-apropos-emoji`Iqbal Ansari1+9-2
2016-09-05 17:04Use `g` to rerun apropos from emojify-apropos-mode bufferIqbal Ansari1+29-26
2016-09-05 16:50Add tests for integration with prettify-symbols-modeIqbal Ansari5+93-5
2016-09-05 16:24Rename `pretty-symbols` style to `prettify-symbol`Iqbal Ansari1+13-13
2016-09-05 15:36Add tests for custom emojisIqbal Ansari2+41-5
2016-09-05 13:40Allow users to define custom emojisIqbal Ansari1+85-28
2016-09-05 12:24Display `pretty-symbols` style emoji only if prettify-symbol-mode is enabledIqbal Ansari1+1-0
2016-09-05 12:23Update redisplay emojis after prettify-symbol-mode changesIqbal Ansari1+16-5
2016-09-05 09:40First attempt at integration emojify with prettify-symbols-modeIqbal Ansari1+56-15
2016-09-05 08:50Fix a minor typoIqbal Ansari1+1-1
2016-09-05 08:21Introduce `emojify-user-emojis` and `emojify-pretty-symbol-emojis`Iqbal Ansari1+47-19
2016-09-05 07:57Use ht-each instead of maphashIqbal Ansari1+2-2
2016-09-05 07:36Minor restructuring of the codeIqbal Ansari1+28-28
2016-09-05 06:44Merge branch 'develop'Iqbal Ansari1+2-4
2016-09-05 06:42Do not enable emojify-mode in debugger modeIqbal Ansari1+1-0
2016-09-05 06:35Fix `emojify-buffer-p` check for ephemeral buffersIqbal Ansari1+1-4
2016-09-04 18:20Merge branch 'develop'Iqbal Ansari2+164-35
2016-09-04 18:14Note the possibility of outdated emoji sets in the READMEIqbal Ansari1+10-0
2016-09-04 17:57Add new command `emojify-apropos-emoji` to search emojisIqbal Ansari2+154-35
2016-09-04 14:43Merge branch 'develop'Iqbal Ansari7+23441-14523
2016-09-04 14:37Minor update to the READMEIqbal Ansari1+1-1
2016-09-04 14:33Autoload `emojify-insert-emoji` commandIqbal Ansari1+2-1
2016-09-04 14:33Add emojify-debug-mode to debug errors in emojify-modeIqbal Ansari1+13-7
2016-09-04 14:14Cache emojis on TravisIqbal Ansari1+1-0
2016-09-04 14:07Do fail test if there are warnings during byte compilationIqbal Ansari1+0-1
2016-09-04 13:09Add some line spacing between candidates in emojify-insert-emoji commandIqbal Ansari1+3-1
2016-09-04 12:30Mention the new command `emojify-insert-emoji` in the READMEIqbal Ansari1+18-9
2016-09-04 12:29Rename `emojify-apropos-emoji` to `emojify-insert-emoji`Iqbal Ansari1+15-10
2016-09-04 11:12Update byte compilation test to fail on errorsIqbal Ansari1+3-1
2016-09-04 10:54Fix tests for continuous emojisIqbal Ansari1+12-9
2016-09-04 10:53Fix a minor regression introduced in overlapping emojis fixIqbal Ansari1+1-1
2016-09-04 09:27Use face-background in place of non-existent emojify--face-backgroundIqbal Ansari1+2-2
2016-09-04 08:49Fix display of overlapping emojisIqbal Ansari2+27-1
2016-09-02 07:10Improve test to check if emoji's closing brace is part of a listIqbal Ansari2+17-1
2016-09-02 06:58Do all checks for ascii style even in apropos modeIqbal Ansari1+0-2
2016-09-02 06:07Insert the selected emoji in apropos commandIqbal Ansari1+11-10
2016-09-02 06:06Do not avoid emojifying minibuffer in apropos commandIqbal Ansari1+8-2
2016-09-01 18:38Initial commit of emoji apropos functionalityIqbal Ansari1+26-2
2016-09-01 17:28Set emojione-v2.2.6-22 as the default emoji setIqbal Ansari1+1-1
2016-09-01 17:26Update Emoji data to include EmojiOne v2.2.6Iqbal Ansari2+23305-14487
2016-09-01 15:47Ignore dist directoryIqbal Ansari1+1-0
2016-08-05 16:18Merge branch 'develop'Iqbal Ansari1+2-0
2016-08-05 16:03Inhibit emojify in magit-diff-mode and ibuffer-modeIqbal Ansari1+2-0
2016-07-16 06:21Merge branch 'develop'Iqbal Ansari3+13-12
2016-07-16 06:18Remove compiled files before running testsIqbal Ansari1+1-1
2016-07-16 06:18Fix the path to cask installed packages in test helperIqbal Ansari1+4-1
2016-07-16 05:21Change emojify-image-dir to a functionIqbal Ansari2+8-10
2016-06-10 08:11Merge branch 'develop'Iqbal Ansari1+1-24
2016-06-10 05:21Update versionIqbal Ansari1+1-1
2016-06-10 05:13Remove emojify-prog-contextsIqbal Ansari1+0-23
2016-03-16 17:17Merge branch 'develop'Iqbal Ansari1+22-0
2016-03-16 17:07Add contributing instructionsIqbal Ansari1+22-0
2016-03-16 16:48Merge branch 'develop'Iqbal Ansari1+11-14
2016-03-16 07:08Makes comint derived modes act like prog derivedUladox1+1-2
2016-03-16 16:33Simplify emojify--get-text-display-propsIqbal Ansari1+10-12
2016-03-06 05:53Merge branch 'develop'Iqbal Ansari3+132-47
2016-03-06 05:14Prefer last overlay face while calculating backgrounds for emojis in overlayIqbal Ansari1+1-1
2016-03-05 17:13Add tests for unicode emojis in programming modesIqbal Ansari1+44-5
2016-03-05 16:43Display only unicode emojis in source codeIqbal Ansari1+17-10
2016-03-05 16:42Mark `emojify-prog-contexts` as obsoleteIqbal Ansari1+30-4
2016-03-05 16:31Introduce `emojify-program-contexts` as a replacement for emojify-prog-contextsIqbal Ansari3+32-35
2016-03-05 15:41Handle different values for overlay face while calculating backgrounds for emojisIqbal Ansari1+26-10
2016-03-01 11:38Merge branch 'develop'Iqbal Ansari1631+5639-5534
2016-02-28 15:55Remove remaining images from the repoIqbal Ansari1+0-0
2016-02-28 14:51Cosmetic changes, name variables according to Elisp conventionsIqbal Ansari1+9-10
2016-02-28 14:18Do not download emojis (in interactive usage) if they already existIqbal Ansari1+10-6
2016-02-28 14:14Do not prompt for emoji download if another download is in progressIqbal Ansari1+20-6
2016-01-03 17:22Update tests to work with lazy downloadingIqbal Ansari2+3-2
2016-01-05 18:10Include unresized emoji one images in available emoji-setsIqbal Ansari1+8-2
2016-01-05 18:10Name emoji images after corresponding unicode stringsIqbal Ansari1+5523-5523
2015-12-31 03:51Download images lazily rather than packaging them with the codeIqbal Ansari1627+89-8
2015-12-30 11:21Merge branch 'develop'Iqbal Ansari1725+9617-4413
2015-12-30 11:05Add simple_smileIqbal Ansari2+7-2
2015-12-21 17:23Update tests to work with new emojisIqbal Ansari1+1-1
2015-12-21 16:42Split search regexp into smaller chunksIqbal Ansari1+50-50
2015-12-20 17:17Import newer images from emoji-oneIqbal Ansari1722+9542-4351
2015-12-21 03:52Bump to v0.3Iqbal Ansari1+1-1
2015-12-19 13:06Strip text properties when yanking textIqbal Ansari1+2-0
2015-12-18 03:08Add a todo itemIqbal Ansari1+3-0
2015-12-18 03:06Rename some internal functions to be more obviousIqbal Ansari1+6-7
2015-12-18 03:04Consider face at point while calculating the background for an emojiIqbal Ansari1+9-0
2015-12-17 17:00Do not reset emoji data on style changesIqbal Ansari1+4-9
2015-12-15 03:55Fix dependency on seqIqbal Ansari1+1-1
2015-12-14 17:38Fix detection of `tuareg` as programming modeIqbal Ansari1+1-1
2015-12-08 02:54Activate advice for `mouse--drag-set-mark-and-point`Iqbal Ansari1+2-0
2015-12-06 05:29Set language to generic for travis testsIqbal Ansari1+1-1
2015-12-06 05:28Run tests in debug modeIqbal Ansari1+5-2
2015-12-06 05:22Do not blindly set jit-lock-start and jit-lock-end in `emojify-after-change-extend-region-function`Iqbal Ansari1+12-6
2015-12-06 04:07Add 'Thanks' section in the READMEIqbal Ansari1+6-1
2015-12-05 17:39Update README about Imagemagick requirementIqbal Ansari1+5-3
2015-12-05 16:56Remove obsolete functionsIqbal Ansari1+2-20
2015-12-05 16:43Update documentationIqbal Ansari1+20-9
2015-12-01 18:09Check `redisplay-highlight-region-function` is bound before using itIqbal Ansari1+3-1
2015-12-01 17:57Add `emojify-overlays-at`, compatibility wrapper around `overlays-at`Iqbal Ansari1+26-1
2015-12-01 17:23Update emoji backgrounds when mouse selection changesIqbal Ansari1+22-10
2015-12-01 02:05Resize all emojis in buffer on text resizeIqbal Ansari1+8-6
2015-11-30 18:22Add macro `emojify-do-for-emojis-in-region`Iqbal Ansari1+20-9
2015-11-30 14:15Handle non-default values of `redisplay-highlight-region-function`Iqbal Ansari1+3-2
2015-11-30 13:58Revert "Remove special case for selection highlighting"Iqbal Ansari1+7-1
2015-11-30 09:46Improve logic to uncover an emojiIqbal Ansari2+43-37
2015-11-30 10:58Minor restructuringIqbal Ansari1+14-16
2015-11-30 03:28Remove special case for selection highlightingIqbal Ansari1+1-7
2015-11-30 03:28Instruct overlays-at to return overlays sorted by priorityIqbal Ansari1+3-9
2015-11-29 16:17Lookup parent faces, when getting face's backgroundIqbal Ansari1+2-2
2015-11-29 14:21Experimenting more aggressive behaviourIqbal Ansari1+27-5
2015-11-29 15:12Do not rely on markers in emojify update loopIqbal Ansari1+3-2
2015-11-29 13:19Resolve marker to current position in `emojify--update-emojis-background-in-region` loopIqbal Ansari1+1-1
2015-11-29 11:02Restore compatibility with Emacs v24.3Iqbal Ansari1+12-6
2015-11-29 08:37Add missing docstrings, minor refactoringIqbal Ansari1+121-62
2015-11-28 17:53Add `emojify-execute-ignoring-errors-unless-debug` to easily run form conditionally ignoring errorsIqbal Ansari1+11-5
2015-11-28 17:52Add some missing documentationIqbal Ansari1+6-1
2015-11-28 17:40Add hooks for changing emoji backgrounds locallyIqbal Ansari1+4-4
2015-11-28 16:14Fix a byte compile warningIqbal Ansari1+2-1
2015-11-28 16:13Fix failing testsIqbal Ansari1+20-20
2015-11-28 16:06Fix loop for updating emoji backgroundsIqbal Ansari1+1-1
2015-11-28 06:54Experimenting with window-scroll-functions to update emoji backgroundsIqbal Ansari1+19-8
2015-11-28 06:54Append new logs in `emojify-message`Iqbal Ansari1+1-0
2015-11-28 03:19Calculate window end manually since it is not reliable in post-command-hookIqbal Ansari1+6-1
2015-11-28 03:18Make sure we save buffer state while logging in `emojify-message`Iqbal Ansari1+4-3
2015-11-28 02:48Rename some functions to have more descriptive namesIqbal Ansari1+10-12
2015-11-27 17:29Initialize region support when enabling emojifyIqbal Ansari1+8-2
2015-11-27 17:26Reorganize code a bitIqbal Ansari1+44-29
2015-11-27 17:21Add missing docstringsIqbal Ansari1+13-3
2015-11-27 17:20Consider an emoji to be inside selection if either start or end fall in selectionIqbal Ansari1+16-12
2015-11-27 16:41Remove redundant functionsIqbal Ansari1+1-4
2015-11-27 16:20Improve checks for active regionIqbal Ansari1+4-2
2015-11-27 03:48Just some experimentsIqbal Ansari1+39-11
2015-11-24 17:40Add basic functions to calculate background color for emojisIqbal Ansari1+44-10
2015-11-28 16:04Refactor `emojify--find-key-binding-ignoring-emojify-keymap`Iqbal Ansari1+3-6
2015-11-28 15:31Update tests to work with last changeIqbal Ansari1+9-9
2015-11-28 14:58Use markers to point location of emojisIqbal Ansari1+2-2
2015-11-28 14:58Rename 'emojify-start' text prop to 'emojify-beginning'Iqbal Ansari3+13-13
2015-11-26 10:10Comment out after-change tests for nowIqbal Ansari1+31-30
2015-11-26 09:43Satisfy the byte-compilerIqbal Ansari1+4-0
2015-11-26 09:37Make electric delete tests work with last changeIqbal Ansari1+6-4
2015-11-25 18:05Properly use jit-lock's APIIqbal Ansari1+11-21
2015-11-25 17:51Make sure region is extended properly while redisplaying emojisIqbal Ansari1+12-13
2015-11-25 17:03Add emojify-messageIqbal Ansari1+6-0
2015-11-22 16:13Merge branch 'develop'Iqbal Ansari3+131-2
2015-11-22 15:54Add some more testsIqbal Ansari1+23-0
2015-11-22 15:46Do not explicitly specify reporter when running testsIqbal Ansari1+1-1
2015-11-22 15:41Add tests to ensure library compiles cleanlyIqbal Ansari1+7-0
2015-11-22 15:32Some more tests for electric delete functionalityIqbal Ansari1+25-1
2015-11-22 12:44Add tags to `emojify-tests-multiple-emojis-in-sequence` testIqbal Ansari1+1-0
2015-11-22 12:42Add initial tests for electric delete functionalityIqbal Ansari1+23-0
2015-11-22 12:41Do not interfere with delete selection modeIqbal Ansari1+3-0
2015-11-22 12:32Handle cases where keymap from emojify are invoked outside an emojiIqbal Ansari1+33-5
2015-11-22 12:30Define keys for deleting emojis as remaps of vanilla keybindingsIqbal Ansari1+8-5
2015-11-19 12:00First attempt at implementing electric backspace/deleteIqbal Ansari1+17-0
2015-11-18 05:48Add emojify-debug-mode, make sure we do not signal error during redisplaysIqbal Ansari1+16-2
2015-11-18 05:31Fix a regression introduced in previous changeIqbal Ansari1+3-2
2015-11-17 18:17Update tests for previous changeIqbal Ansari1+29-11
2015-11-17 18:16Do not restrict non-ascii emojis according to text contextIqbal Ansari1+5-3
2015-11-16 17:00Move advices after minor mode definitionIqbal Ansari1+29-29
2015-11-16 11:12Create images :heuristic-maskIqbal Ansari1+1-0
2015-11-16 11:09Manually calculate relevant areaIqbal Ansari1+20-11
2015-11-16 03:42Ensure the buffer is visible in current window, before using `window-start` and `window-end`Iqbal Ansari1+21-15
2015-11-16 03:30`emojify-set-emoji-data` now accepts the styles, rather than using global var `emojify-emoji-styles`Iqbal Ansari1+6-6
2015-11-16 03:27Introduce `emojify-emoji-style-change-hooks`, use it to redisplay emojisIqbal Ansari1+12-6
2015-11-15 10:55Disable in comint and mu4e-headers-modeIqbal Ansari1+3-1
2015-11-15 10:39Rename emojify-emoji-style to emojify-emoji-stylesIqbal Ansari4+23-16
2015-11-15 10:30Bump to version 0.2Iqbal Ansari1+1-1
2015-11-15 10:25Restrict scanning area to the visible area while checking whether for listIqbal Ansari1+15-10
2015-11-15 06:31Update tests for unicode emoji styleIqbal Ansari1+20-17
2015-11-15 06:27Redisplay emojis only in current buffer when emoji style changesIqbal Ansari1+2-5
2015-11-15 05:15Add 'unicode' as possible value of `emojify-emoji-style`Iqbal Ansari2+78-84
2015-11-15 04:42Update unicode display to work with last changeIqbal Ansari1+2-4
2015-11-15 04:34Add entries for unicode code points to data/emoji.jsonIqbal Ansari1+9872-5284
2015-11-15 09:18Merge pull request #3 from nixmaniack/fix-typoIqbal Ansari1+1-1
2015-11-15 05:45Fix customization doc typoMuneeb Shaikh1+1-1
2015-11-14 03:43Mention MELPA stable as an installation optionIqbal Ansari1+2-2
2015-11-14 03:07Update installation instruction to include MELPAIqbal Ansari1+17-2
2015-11-11 15:43Fix path tp screenshots in READMEIqbal Ansari1+2-2
2015-11-11 14:37Merge pull request #1 from syohex/typoIqbal Ansari1+1-1
2015-11-11 14:29Correct misspellingsSyohei YOSHIDA1+1-1
2015-11-11 13:55Do not gulp evm install's outputIqbal Ansari1+1-1
2015-11-11 13:18Add package URL, improve the commentaryIqbal Ansari1+9-1
2015-11-11 12:32Add LICENSE, attribution for emoji images :sleepy:Iqbal Ansari2+628-2
2015-11-11 12:24Generalize check for image supportIqbal Ansari1+4-3
2015-11-11 11:56Add missing autoloadIqbal Ansari1+2-1
2015-11-11 11:56Fix files directive in Cask fileIqbal Ansari1+1-1
2015-11-11 05:16Make sure we operate on entire buffer when emojifyingIqbal Ansari1+3-1
2015-11-11 05:15Do not ignore the direction parameter to isearch-repeat in defadviceIqbal Ansari1+1-1
2015-11-11 04:38Make sure PNG is supported by imagemagick before using imagemagick to display imagesIqbal Ansari1+4-2
2015-11-10 18:20Update documentationIqbal Ansari2+113-27
2015-11-10 11:54List the possible customizationsIqbal Ansari1+20-0
2015-11-10 11:52By default redisplay emojis only in visible regionIqbal Ansari1+4-4
2015-11-06 17:28Update READMEIqbal Ansari1+38-1
2015-11-06 16:19Move emoji.json to data/emoji.jsonIqbal Ansari2+1-1
2015-11-06 15:41Add GIF showing emojify's featuresIqbal Ansari1+0-0
2015-11-06 10:28Make sure libraries for running Emacs version are loaded when running tests interactivelyIqbal Ansari1+1-1
2015-11-05 18:08Declare dependency on Emacs v24.3Iqbal Ansari2+1-4
2015-11-05 17:58Fix tests to work on atleast Emacs v24.3Iqbal Ansari1+8-3
2015-11-05 16:59Add config for ert-runnerIqbal Ansari1+1-0
2015-11-05 16:53Improve defcustom definitionsIqbal Ansari1+18-3
2015-11-05 16:52Rename `emojify-preferred-style` => `emojify-emoji-style`Iqbal Ansari3+13-12
2015-11-05 16:50Rename `emojify-substitution-style` => `emojify-display-style`Iqbal Ansari2+4-4
2015-11-05 15:59Use ert reporter for tests run using ert-runnerIqbal Ansari1+1-1
2015-11-05 15:55Declare compatibility function for `default-font-height`Iqbal Ansari2+22-2
2015-11-05 14:56Run tests for more emacsenIqbal Ansari1+6-1
2015-11-05 14:52Cache ~/.cask in travisIqbal Ansari1+1-0
2015-11-05 14:42Update `compile-command` to run tests using `ert-runner`Iqbal Ansari1+1-1
2015-11-05 14:42Fix some warningsIqbal Ansari1+7-7
2015-11-05 14:40Run `isearch-repeat` irrespective of whether `emojify-mode` is enabled in isearch adviceIqbal Ansari1+6-6
2015-11-03 13:22Configure travis notificationsIqbal Ansari1+8-0
2015-11-03 12:33Add travis badgeIqbal Ansari1+2-0
2015-11-03 09:22Add .travis.ymlIqbal Ansari1+37-0
2015-11-03 08:39More tests for after-change-functionsIqbal Ansari2+29-6
2015-11-03 07:35Use ert-runner to run testsIqbal Ansari5+431-405
2015-11-03 04:02Add tests for after-change functionIqbal Ansari1+13-0
2015-11-03 04:02Make sure emojify-mode is enabled for test buffersIqbal Ansari1+22-18
2015-11-03 04:02Add nofletIqbal Ansari1+2-1
2015-11-03 02:36Allow inhibiting emojify in individual buffersIqbal Ansari1+9-1
2015-11-02 18:17Pass additional parameters to run-tests.sh to EmacsIqbal Ansari1+1-1
2015-11-02 18:17Add tags to testsIqbal Ansari1+12-0
2015-11-02 18:17Fix test for isearch integrationIqbal Ansari1+11-3
2015-11-02 17:46Also run the point-entered hooks in advice around `isearch-repeat`Iqbal Ansari1+16-5
2015-11-02 17:07Declare dependency on Emacs 24.1Iqbal Ansari1+1-1
2015-11-02 17:04Use `defadvice` to advice `isearch-repeat`Iqbal Ansari1+10-8
2015-11-02 13:22Add workaround for isearch bugIqbal Ansari1+9-0
2015-11-02 13:21Fix definition global minor modeIqbal Ansari1+1-1
2015-11-02 12:59Add a failing test for multiple isearch matchesIqbal Ansari1+21-0
2015-11-02 11:04Use `emojify-redisplay-emojis` wherever possibleIqbal Ansari1+4-6
2015-11-02 03:37Add tests for isearch-mode integrationIqbal Ansari1+15-0
2015-11-02 03:35Explicitly switch to test buffer when running testsIqbal Ansari1+2-1
2015-11-02 03:34Remove all relevant text properties before trying to re-emojify a region when point leavesIqbal Ansari1+1-1
2015-11-01 17:44Initial version of the README :) :writing-hand:Iqbal Ansari2+15-0
2015-11-01 16:14Make file local variables, directory localIqbal Ansari2+7-2
2015-11-01 15:30Add tests for org-mode integrationIqbal Ansari1+22-0
2015-11-01 14:34Add shell script to run the testsIqbal Ansari1+3-0
2015-11-01 14:33Add more testsIqbal Ansari1+107-6
2015-11-01 14:27Improve detection emoji-like texts are end of listIqbal Ansari1+14-2
2015-11-01 13:55Allow emojifiying text immediately before a closing parenIqbal Ansari1+3-0
2015-11-01 13:43Improve test for emoji being at org-tagIqbal Ansari1+10-3
2015-11-01 10:19Add some more tests, improve existing onesIqbal Ansari1+44-4
2015-11-01 10:19Improve `emojify-tests-with-emojified-buffer` to return value of last formIqbal Ansari1+17-16
2015-11-01 10:12Improve `emojify-valid-prog-context-p`Iqbal Ansari1+2-2
2015-11-01 09:37Initial set of testsIqbal Ansari1+164-0
2015-11-01 07:57Redisplay emojis on changing preferred styleIqbal Ansari1+11-1
2015-11-01 07:56Redisplay emojis on text resizeIqbal Ansari1+16-0
2015-11-01 07:33Do not remove `emojified` text property during uncoveringIqbal Ansari1+4-8
2015-11-01 07:32Improve definition of emojify-inhibit-major-modesIqbal Ansari1+5-4
2015-10-31 18:02Make sure we do not overwrite active minibuffer prompt when echoing emojify messagesIqbal Ansari1+7-2
2015-10-31 17:20jit-lock can be used without font-lockIqbal Ansari1+7-11
2015-10-31 12:54Do not enable emojify mode in dired-modeIqbal Ansari1+3-1
2015-10-31 12:24Simplify data format, give image files more obvious namesIqbal Ansari1527+5046-6007
2015-10-31 10:47Unconditionally uncover emoji at point in isearch-modeIqbal Ansari1+17-8
2015-10-31 10:40Do not echo in isearch-modeIqbal Ansari1+3-1
2015-10-31 08:43Update Cask to include emoji.jsonIqbal Ansari1+1-1
2015-10-31 08:43Add ability to customize the type of emojis displayedIqbal Ansari1+64-20
2015-10-31 07:22Add 'style' field to emoji dataIqbal Ansari1+7464-1882
2015-10-31 04:51Extract point-left hook to a separate functionIqbal Ansari1+14-5
2015-10-31 04:26Replace defsubst with defunIqbal Ansari1+9-10
2015-10-30 19:31Do not track TODOs in source fileIqbal Ansari1+0-4
2015-10-30 19:21Add ability to display underlying text in help popup when mouse moves on an emojiIqbal Ansari1+18-2
2015-10-30 19:17Make behaviour on point entering emoji customizableIqbal Ansari1+53-16
2015-10-30 08:25Update package requiresIqbal Ansari1+1-0
2015-10-30 08:10Make checkdoc happier :)Iqbal Ansari1+11-3
2015-10-30 08:04emojify--get-text-props => emojify--get-text-display-propsIqbal Ansari1+2-2
2015-10-30 07:59Replace 'comment' with 'comments' in 'emojify-prog-contexts'Iqbal Ansari1+5-5
2015-10-30 07:44Make 'unicode' and 'ascii' substitution styles functional :fireworks:Iqbal Ansari1+13-11
2015-10-30 07:44Do not enable emojify-mode in indirect buffersIqbal Ansari1+1-0
2015-10-30 07:43Use `ht.el` to work with hash tablesIqbal Ansari1+6-16
2015-10-30 04:01Generalize calculation of display text propertyIqbal Ansari1+48-29
2015-10-30 04:00Reorganize a bit :notebook_with_decorative_cover:Iqbal Ansari1+42-29
2015-10-30 02:34Add missing requires, more cleanupsIqbal Ansari1+57-21
2015-10-29 17:53Additional cleanups :sweat_drops:Iqbal Ansari1+80-24
2015-10-29 11:29Do not try to emojify inside org-src blocksIqbal Ansari1+8-0
2015-10-29 09:43Do not emojify text inside listsIqbal Ansari1+8-0
2015-10-29 09:31Ensure we have not moved past the region end while searching for regexpIqbal Ansari1+2-1
2015-10-29 09:31Move all buffer checks to `emojify-buffer-p'Iqbal Ansari1+6-9
2015-10-29 09:30Do not try to emojify org-mode listsIqbal Ansari1+6-2
2015-10-29 09:27More robust to check if we are org-mode tagsIqbal Ansari1+7-4
2015-10-29 03:35Minor changesIqbal Ansari1+16-14
2015-10-28 03:12Make sure core customizations do not depend on other customizationsIqbal Ansari1+4-2
2015-10-28 02:55Make sure text is the original buffer when in point-entered, point-left hooks :sweat:Iqbal Ansari1+7-4
2015-10-28 02:16Add Cask, gitignoreIqbal Ansari3+46-1
2015-10-27 18:52Start of some cleanups :)Iqbal Ansari1+130-33
2015-10-27 03:29Display the underlying text when point moves in an emojiIqbal Ansari1+37-37
2015-10-26 18:00Minor cleanupsIqbal Ansari1+79-49
2015-10-26 09:03Use jit-lock if possibleIqbal Ansari1+6-3
2015-10-26 09:02Ignore more buffersIqbal Ansari1+3-2
2015-10-26 09:02Handle multi-line commentsIqbal Ansari1+5-2
2015-10-26 06:12It is okay if emoji immediately follows/precedes a string quoteIqbal Ansari1+2-2
2015-10-26 06:10Handle emojis with quotes/comment charactersIqbal Ansari1+9-5
2015-10-26 05:39Better check for 'emojis inside words'Iqbal Ansari1+13-8
2015-10-26 04:01Do not emojify org-mode tagsIqbal Ansari1+8-5
2015-10-26 03:53Echo underlying text when point enters an emojiIqbal Ansari1+4-3
2015-10-26 03:52Save match-data before (un)emojifying regionIqbal Ansari1+31-24
2015-10-25 17:15Do not emojify text between wordsIqbal Ansari1+29-27
2015-10-25 14:25Disable modification hooks when (un)emojifying regionIqbal Ansari1+30-28
2015-10-25 12:48Do not enable emojification in some buffersIqbal Ansari1+37-33
2015-10-25 12:02Remove dependency on font-lockIqbal Ansari1+97-60
2015-10-24 05:45Minor refactoringIqbal Ansari1+5-4
2015-10-23 17:29Truncate JSON data, handle aliasesIqbal Ansari2+7938-22108
2015-10-23 16:46Resize emojis after text resizeIqbal Ansari1+7-2
2015-10-23 11:54If major-mode is not derived from prog-mode, display emoji unconditionally :rocket:Iqbal Ansari1+2-1
2015-10-23 10:44Minor mode definitionIqbal Ansari1+28-7
2015-10-23 05:27Use imagemagick if availableIqbal Ansari1+12-8
2015-10-22 17:42Initial commitIqbal Ansari1265+22319-0
2024-07-31 01:06test something outmassi1+1-0
2024-07-31 00:43only show emojis for selected stylesmassi1+7-6
2021-03-06 08:19Add GitHub Actions setting fileYoshimura Yuu1+51-0
2021-01-06 05:35Fix emojify-reveal-on-isearch defcustom typeJimmy Yuen Ho Wong1+1-1
2020-11-30 11:16Update the url for openmojiIqbal Ansari1+1-1
2020-11-27 15:05add OpenMoji license to READMEChristian Tietze1+3-0
2020-11-25 20:13add version numberChristian Tietze1+1-1
2020-11-25 20:12add openmoji-v13.0 to known emoji setsChristian Tietze1+10-4
2020-11-17 15:50Update the docstring of `emojify-completing-read` to mention new API for the predicateIqbal Ansari1+5-5
2020-11-15 01:49Silence byte-compilerBrian Leung1+7-7
2020-08-12 06:28Guard against empty strings while emojifying company tooltipsIqbal Ansari1+2-1
2020-07-19 10:19add: use-package snippet in readmePolyakov Dmitry1+5-1
2020-05-12 15:09Whoops; forgot to remove this…jrs51+0-1
2020-05-12 04:02Revert this back to `completing-read`.jrs51+2-2
2020-05-12 04:01Actually be able to call this, rather than causing an error…jrs51+9-8
2020-05-12 04:00Change this to a list, rather than modify the hash table later.jrs51+7-12
2020-05-09 06:53And then we've gotta modify the `candidates` so they can work with functions like `ido-completing-read`.jrs51+6-1
2020-05-09 06:48And update the documentation; we won't mention that `emojify-completing-read-function` takes the same arguments as `completing-read` since they can click through to read that from `emojify-completing-read-function`'s documentation.jrs51+2-2
2020-05-09 06:47Replace all locations of `completing-read` with the new variable.jrs51+10-10
2020-05-09 06:43We'll allow the user to set the function themselves; they just have to assure that the arguments of the function match what `completing-read` accepts.jrs51+5-0
2020-05-03 08:54Improve test for org-mode tag detectionIqbal Ansari1+3-2
2020-05-03 08:36Disable emojis in deft-modeIqbal Ansari1+2-1
2020-05-03 08:34Fix the regex used to identity org-mode tagsIqbal Ansari1+2-1
2020-04-27 05:17Bump versionIqbal Ansari1+1-1
2020-04-26 21:44Disable `buffer-list-update-hook` in emojify-stringIqbal Ansari1+8-1
2020-04-26 08:41Iterate through emojis from end to beginning in emojify-do-for-emojis-in-regionIqbal Ansari1+11-6
2020-04-26 08:27Fix a few typosIqbal Ansari1+4-4
2020-04-26 08:24Escape literal '%' in result of format-mode-lineIqbal Ansari1+7-5
2020-04-26 08:20Add a compatibility wrapper over org-src-get-lang-modeIqbal Ansari1+9-1
2020-04-22 17:27s/emojify--string-join/emojify-string-join/Iqbal Ansari1+3-3
2020-03-09 05:53Update emoji sets to point to the properly re-exported images (see #62)Iqbal Ansari1+12-12
2020-03-06 02:52Add space between ? and (Jen-Chieh1+1-1
2019-10-17 04:20Handle failures due to deprecated cons style faces used with overlaysIqbal Ansari1+3-1
2019-08-09 09:59Remove redundant let bindingIqbal Ansari1+1-3
2019-08-09 09:59Disable `emojify-tests-org-source-blocks` test for Emacs versions before v26.1Iqbal Ansari2+31-29
2019-08-02 13:43added emojify-mode-maplispy-dobby1+7-0
2019-08-09 04:48Merge pull request #56 from yilkalargaw/patch-2Iqbal Ansari1+2-1
2019-08-08 00:34added llibgnutls28-dev to the dependencieslispy-dobby1+1-0
2019-08-02 13:57change libtiff4-dev to libtiff5-devlispy-dobby1+1-1
2019-06-13 07:16Add test for failure to properly extract text for composition (see #54)Iqbal Ansari1+9-0
2019-06-13 06:07Fix emojify--get-characters-for-composition's interpretation of relative-p flag in the compositionIqbal Ansari1+8-8
2019-06-12 19:06Do not use seq-map-indexedIqbal Ansari1+8-6
2019-06-12 13:17Do not assume find-composition always returns a vector of charactersIqbal Ansari1+12-6
2019-05-21 08:24Bump version to 1.2Iqbal Ansari2+2-2
2019-05-21 08:22Bump versionIqbal Ansari2+2-1
2019-05-21 08:12Update ChangelogIqbal Ansari1+13-1
2019-05-20 19:12Run tests on Emacs v26Iqbal Ansari1+2-2
2019-05-19 12:48Add compatibility wrapper for `provided-mode-derived-p`Iqbal Ansari1+12-2
2019-05-19 12:35Add tests for org source blocksIqbal Ansari1+50-0
2019-05-19 12:26Use face at point to determine the prog context while displaying emojis in org source blocksIqbal Ansari1+35-12
2019-05-15 05:47Enable support for emojifying org mode source blocksIqbal Ansari1+23-15
2019-05-14 04:22Render only unicode characters in company tooltipsIqbal Ansari1+1-1
2019-04-24 22:07Fix lint warnings about some docstrings and defcustomsIqbal Ansari1+11-5
2019-04-24 22:07Reimplement `emojify-string` using `emojify-display-emojis-in-region`Iqbal Ansari1+2-29
2019-04-24 22:01Optionally accept the target where emojis would be displayed in `emojify-display-emojis-in-region`Iqbal Ansari1+7-4
2019-04-02 03:53Improve the message displayed for partial downloadsIqbal Ansari1+1-1
2019-03-17 05:15Fallback to `emojify-emoji-styles` if styles are not explicitly provided in emojify-stringIqbal Ansari1+1-1
2019-01-22 05:13Add twemojiIqbal Ansari2+53-30
2019-01-22 03:37Do not use while-no-inputIqbal Ansari1+14-15
2019-01-21 17:27Merge pull request #48 from seblemaguer/masterIqbal Ansari2+8-6
2019-01-20 16:10fix tar urls in emoji-sets.jsonSebastien Le Maguer1+4-4
2019-01-20 16:08Add error message when the hash is incorrectSebastien Le Maguer1+4-2
2018-12-21 03:50Merge pull request #46 from vincentbernat/fix/hidpiIqbal Ansari1+1-0
2018-12-19 10:57Do not scale created imagesVincent Bernat1+1-0
2018-06-11 15:38Cache results of imagemagick support check for a formatIqbal Ansari1+19-3
2018-03-21 02:50Mention mode-line and company support in the ChangelogIqbal Ansari1+2-0
2018-03-21 02:33Bump to v1.0Iqbal Ansari2+5-2
2018-01-28 14:25Workaround test failures on TravisIqbal Ansari1+1-1
2018-01-28 14:07Bump copyright year 😅Iqbal Ansari1+1-1
2018-01-28 14:04Fix a small typoIqbal Ansari1+1-1
2018-01-28 14:00Add a simple elisp file to easily run an Emacs instance with emojify loadedIqbal Ansari1+21-0
2018-01-28 13:00Add `emojify-download-emojis-p` to allow customizing the automatic download of imagesIqbal Ansari3+63-5
2017-10-18 14:42Fix creation of temporary file for downloading emoji imagesIqbal Ansari1+2-1
2017-07-09 09:07Silence byte-compiler warnings about org-list-get-item-beginIqbal Ansari1+1-1
2017-07-09 09:06Improve detection of emojis inside org-mode tagsIqbal Ansari1+7-13
2017-07-09 08:26Add tests for displaying emojis that are part of org-mode list and tagsIqbal Ansari1+16-0
2017-07-09 08:26Improve checks for detecting emojis that are part of org-mode listsIqbal Ansari1+4-4
2017-07-09 07:24Do not consider the cursor background to decide emoji backgroundIqbal Ansari1+1-12
2017-07-09 07:07Better heuristics to determine of an emoji is part of an org-mode tagIqbal Ansari1+11-4
2017-07-09 06:49Inhibit display of emojis beginning with ':' in org headlinesIqbal Ansari1+1-1
2017-07-09 06:35Inhibit display of only "8)" in org mode listsIqbal Ansari1+5-3
2017-06-20 05:37Smalltalk-mode is a programming modeIqbal Ansari1+1-1
2017-06-17 16:24Emojify company-mode tooltips by defaultIqbal Ansari1+1-1
2017-06-17 16:23Minor formatting and documentation changeIqbal Ansari1+5-3
2017-06-12 07:42Do not switch to after-string based display of company tooltip unless neededIqbal Ansari1+7-2
2017-05-28 08:49Mention emojify-mode-line-mode in the READMEIqbal Ansari1+5-0
2017-05-28 08:03Silence remaining byte compiler warningsIqbal Ansari1+14-14
2017-05-28 08:03Add support for emojifying the mode-lineIqbal Ansari1+61-0
2017-04-03 17:44Consider the cursor position too while updating emoji backgroundsIqbal Ansari1+27-38
2017-04-01 16:54Guard against non-overlay values of 'company-pseudo-tooltip-overlay'Iqbal Ansari1+1-1
2017-04-01 13:08Add support for emojifying string for display in the mode-lineIqbal Ansari1+48-33
2017-04-01 12:56Fix warning about 'company-pseudo-tooltip-unhide' not being presentIqbal Ansari1+3-0
2017-03-31 19:57Update CHANGELOG and README to mention new featuresIqbal Ansari2+32-25
2017-03-31 19:34Implement support for emojifying company mode tooltipsIqbal Ansari1+36-0
2017-03-31 19:13Fix off-by-one bugs in code to determine if emoji is part of a selectionIqbal Ansari1+3-3
2017-03-31 18:55Remove custom logic to find background color at point use builtin 'background-color-at-point'Iqbal Ansari1+6-15
2017-03-30 08:14Update ChangelogIqbal Ansari1+6-0
2017-03-30 08:13Documentation changesIqbal Ansari1+20-5
2017-03-28 08:01Add `emojify-string` for emojifying standalone stringsIqbal Ansari1+43-0
2017-03-28 07:51Fix position of sit-for in display loopIqbal Ansari1+3-3
2017-03-28 07:50Allow specifying the target buffer while emojifying textIqbal Ansari1+41-31
2017-03-28 07:46Make sure emoji data is created before listing emojisIqbal Ansari1+2-0
2017-03-25 22:48Add link to Unicode Consortium in Emoji descriptionIqbal Ansari1+23-12
2017-03-23 14:30Do not redisplay emoji list if it is already availableIqbal Ansari1+20-4
2017-03-23 14:29Display progress while displaying emoji in `emojiy-list-emojis`Iqbal Ansari1+10-4
2017-03-23 14:28Display names of individual emojis in emoji listIqbal Ansari1+18-10
2017-03-13 13:40New command `emojify-list-entries` for listing all the emojisIqbal Ansari1+100-0
2017-03-13 13:39Bypass context checks for text marked with `emojify-force-display`Iqbal Ansari1+9-5
2017-03-13 12:08Avoid view-mode from activating in `emojify-apropos-mode`Iqbal Ansari1+3-1
2017-03-13 12:08Echo the emoji after copying in apropos modeIqbal Ansari1+2-1
2017-03-13 12:07Add a dedicated mode for emoji description bufferIqbal Ansari1+31-3
2017-03-13 12:06Move common keybindings for emojify buffers to `emojify-common-mode-map`Iqbal Ansari1+29-14
2017-03-13 10:44Add keybindings to view emoji description from apropos bufferIqbal Ansari1+11-1
2017-03-13 10:35Minor code cleanupIqbal Ansari1+10-7
2017-03-13 10:34Display whether emoji is user-defined in emoji descriptionIqbal Ansari1+5-0
2017-03-13 10:34Allow forcing re-reading of emoji data in `emojify-create-emojify-emojis`Iqbal Ansari1+6-3
2017-03-13 10:29Mark custom emojis in emoji-dataIqbal Ansari1+3-1
2017-03-13 10:20Use the "emoji" attribute of the emoji dataIqbal Ansari1+7-10
2017-03-13 10:19Reset `emojify--completing-candidates-cache` whenever emoji data changesIqbal Ansari1+28-32
2017-03-13 09:21Add the emoji text to the emoji dataIqbal Ansari1+14-1
2017-03-13 09:17Use a hash-table as the collection or `emojify-completing-read`Iqbal Ansari1+26-9
2017-03-13 09:17Use `ht-get` instead of `gethash`Iqbal Ansari1+4-3
2017-03-13 08:38New command `emojify-describe-emoji` to describe an emoji using completing readIqbal Ansari1+8-0
2017-03-13 08:38Extract logic to display emoji description buffer to `emojify--display-emoji-description-buffer`Iqbal Ansari1+54-49
2017-03-13 08:33Extract logic for completing read emojis to `emojify-completing-read`Iqbal Ansari1+35-17
2017-03-13 07:43Add emojipedia links to Emoji description pageIqbal Ansari1+15-2
2017-02-21 08:21'load' as opposed to 'require' the test-helper file in testsIqbal Ansari1+2-1
2017-02-21 06:47Update copyright yearsIqbal Ansari1+1-1
2017-02-21 06:47Remove provide form from test-helperIqbal Ansari1+0-1
2017-02-21 06:46Lets always develop off masterIqbal Ansari1+1-4
2016-11-24 17:40Merge branch 'develop'Iqbal Ansari3+135-14
2016-11-24 17:36Remap backspace to delete whole emojis in org-modeIqbal Ansari2+2-0
2016-11-24 17:24Mention `emojify-describe-emoji-at-point` in the README and ChangelogIqbal Ansari2+8-0
2016-11-24 11:42Improve fenced emoji regex to accept '+'Iqbal Ansari1+1-1
2016-10-08 18:49Cleanup up `emojify-describe-emoji-at-point`Iqbal Ansari1+52-17
2016-10-08 18:48Define a compatibility function for user-errorIqbal Ansari1+8-4
2016-10-07 18:33Initial version of describe emoji functionalityIqbal Ansari1+21-0
2016-10-01 16:56Add ChangelogIqbal Ansari2+52-1
2016-09-29 18:26Do not attempt to emojify regions larger than 5000 charsIqbal Ansari1+4-4
2016-09-28 12:50Merge branch 'develop'Iqbal Ansari1+3-3
2016-09-28 12:48Fix thinko in set-buffer-multibyte adviceIqbal Ansari1+3-3
2016-09-28 12:46Merge branch 'develop'Iqbal Ansari1+12-3
2016-09-28 11:00Disable emojify when buffer changes to unibyte encodingIqbal Ansari1+12-3
2016-09-28 03:32Merge branch 'develop'Iqbal Ansari7+166-190
2016-09-28 03:22Add coveralls badgeIqbal Ansari1+1-1
2016-09-28 02:50Add undercover for test coverage statsIqbal Ansari2+4-0
2016-09-27 18:26Polish the README a bitIqbal Ansari1+8-7
2016-09-27 18:22Mention the new `emojify-reveal-on-isearch` in the READMEIqbal Ansari1+7-0
2016-09-27 18:21Update README to mention changed interface for `emojify-point-entered-behaviour`Iqbal Ansari1+3-4
2016-09-27 18:11Disable tests on Emacs git snapshot for nowIqbal Ansari1+0-1
2016-09-27 18:07Minor update to the documentationIqbal Ansari1+4-1
2016-09-27 18:05Enable tests from emacs-git-snapshotIqbal Ansari1+1-0
2016-09-27 17:59Merge branch 'bugfix/uncover-25.1' into developIqbal Ansari4+137-170
2016-09-27 17:36Enable tests for Emacs 25.1Iqbal Ansari1+1-0
2016-09-27 17:27Ensure that we are always dealing with complete lines while emojifying a regionIqbal Ansari1+9-2
2016-09-27 16:52Wrap frequently executed (safe to fail) code in while-no-inputIqbal Ansari1+15-14
2016-09-27 16:39Update tests, remove test for multiple isearchesIqbal Ansari2+21-41
2016-09-27 16:12Convert unnecessary macros to functionsIqbal Ansari1+25-34
2016-09-27 15:23Make uncovering of emojis on isearch configurableIqbal Ansari1+4-1
2016-09-27 15:22Detect emoji entry/exit using a custom functionIqbal Ansari1+47-78
2016-09-26 03:52Fix prettify-symbol tests failures on Emacs 25.1Iqbal Ansari1+27-12
2016-09-25 17:28Set `emojify-inhibit-emojify-in-current-buffer-p` to t only locally in test buffersIqbal Ansari1+1-1
2016-09-25 17:27Cleanup point uncovering logicIqbal Ansari1+21-23
2016-09-25 17:26Do not inhibit emojification of areas larger than 100000Iqbal Ansari1+3-4
2016-09-19 15:19Remove org-bullets from project dependenciesIqbal Ansari1+1-3
2016-09-18 11:44Merge branch 'develop'Iqbal Ansari5+240-240
2016-09-18 11:31Update README to mention integration with prettify-symbols-mode and org-bullets-modeIqbal Ansari1+16-16
2016-09-18 11:04Remove after-change and org-bullet tests, they did not work as expectedIqbal Ansari2+0-68
2016-09-18 09:32Add tests for org-bullets mode integrationIqbal Ansari3+25-2
2016-09-18 09:20Force redisplays for after-change testsIqbal Ansari2+6-9
2016-09-18 07:03Fix compatibility with Emacs 24.3Iqbal Ansari1+5-3
2016-09-18 06:58Update tests to work with general handing of composition textIqbal Ansari2+18-19
2016-09-18 06:11Save emojify-composed-text-p variable while running testsIqbal Ansari1+3-5
2016-09-18 06:06Remove special handling of prettify symbols modeIqbal Ansari1+14-80
2016-09-18 06:03Handle an edge case while searching for composed textIqbal Ansari1+8-2
2016-09-17 18:44Display composed text as emojis only if user has enabled unicode emojisIqbal Ansari1+7-3
2016-09-17 18:38Make emojification of composed text customizableIqbal Ansari1+33-27
2016-09-17 18:36Cleanup display of composed textIqbal Ansari1+53-40
2016-09-17 05:39Advance point to next current matches end after emojifying composed textIqbal Ansari1+4-3
2016-09-16 18:24Require subr-x, add a compat function for string-joinIqbal Ansari1+11-1
2016-09-16 18:13Initial version to handle composition more generallyIqbal Ansari1+41-0
2016-09-16 09:10Do not try emojifying a text, if not emoji config is found for itIqbal Ansari1+2-1
2016-09-15 11:01Add license and make a PR badgeIqbal Ansari1+1-1
2016-09-09 11:08Do not construct regexp to exactly match github emojisIqbal Ansari1+42-20
2016-09-08 09:19Improve tests for prettify symbols modeIqbal Ansari1+10-3
2016-09-08 08:36Merge branch 'develop'Iqbal Ansari1+26-1
2016-09-08 08:35Use with-timeout to ensure displaying emojis does not run longer than a secondIqbal Ansari1+60-56
2016-09-08 07:46Explicitly enable emojify mode in minibuffer/helm buffer while inserting emojisIqbal Ansari1+26-1
2016-09-08 07:30Merge branch 'develop'Iqbal Ansari1+4-5
2016-09-08 07:20Change large region check to an absolute number of 100000Iqbal Ansari1+4-5
2016-09-07 18:28Merge branch 'develop'Iqbal Ansari7+578-154
2016-09-07 17:59Guard against redisplaying very large regionsIqbal Ansari1+6-4
2016-09-07 17:13Position cursor at first emoji after displaying results in aproposIqbal Ansari1+3-2
2016-09-07 12:36Select apropos window after displaying itIqbal Ansari1+3-3
2016-09-07 12:32Offer last search query as initial input when apropos is run from an apropos bufferIqbal Ansari1+21-3
2016-09-07 02:41Fix name of the style required for integration with prettify-symbols-alistIqbal Ansari1+1-1
2016-09-06 18:15Disable prettify-symbols integration by default for nowIqbal Ansari2+3-1
2016-09-06 18:12Update README to mention custom emojis and prettify-symbols-integrationIqbal Ansari2+75-15
2016-09-06 03:39Get after change tests running againIqbal Ansari2+59-36
2016-09-06 03:11Fix interactive running of testsIqbal Ansari1+7-0
2016-09-05 17:53Add tests for `emojify-apropos-emoji` commandIqbal Ansari1+37-0
2016-09-05 17:34Reduce minor code repetitionIqbal Ansari1+4-2
2016-09-05 17:34Create emojify data before running `emojify-insert-emoji` or `emojify-apropos-emoji`Iqbal Ansari1+9-2
2016-09-05 17:04Use `g` to rerun apropos from emojify-apropos-mode bufferIqbal Ansari1+29-26
2016-09-05 16:50Add tests for integration with prettify-symbols-modeIqbal Ansari5+93-5
2016-09-05 16:24Rename `pretty-symbols` style to `prettify-symbol`Iqbal Ansari1+13-13
2016-09-05 15:36Add tests for custom emojisIqbal Ansari2+41-5
2016-09-05 13:40Allow users to define custom emojisIqbal Ansari1+85-28
2016-09-05 12:24Display `pretty-symbols` style emoji only if prettify-symbol-mode is enabledIqbal Ansari1+1-0
2016-09-05 12:23Update redisplay emojis after prettify-symbol-mode changesIqbal Ansari1+16-5
2016-09-05 09:40First attempt at integration emojify with prettify-symbols-modeIqbal Ansari1+56-15
2016-09-05 08:50Fix a minor typoIqbal Ansari1+1-1
2016-09-05 08:21Introduce `emojify-user-emojis` and `emojify-pretty-symbol-emojis`Iqbal Ansari1+47-19
2016-09-05 07:57Use ht-each instead of maphashIqbal Ansari1+2-2
2016-09-05 07:36Minor restructuring of the codeIqbal Ansari1+28-28
2016-09-05 06:44Merge branch 'develop'Iqbal Ansari1+2-4
2016-09-05 06:42Do not enable emojify-mode in debugger modeIqbal Ansari1+1-0
2016-09-05 06:35Fix `emojify-buffer-p` check for ephemeral buffersIqbal Ansari1+1-4
2016-09-04 18:20Merge branch 'develop'Iqbal Ansari2+164-35
2016-09-04 18:14Note the possibility of outdated emoji sets in the READMEIqbal Ansari1+10-0
2016-09-04 17:57Add new command `emojify-apropos-emoji` to search emojisIqbal Ansari2+154-35
2016-09-04 14:43Merge branch 'develop'Iqbal Ansari7+23441-14523
2016-09-04 14:37Minor update to the READMEIqbal Ansari1+1-1
2016-09-04 14:33Autoload `emojify-insert-emoji` commandIqbal Ansari1+2-1
2016-09-04 14:33Add emojify-debug-mode to debug errors in emojify-modeIqbal Ansari1+13-7
2016-09-04 14:14Cache emojis on TravisIqbal Ansari1+1-0
2016-09-04 14:07Do fail test if there are warnings during byte compilationIqbal Ansari1+0-1
2016-09-04 13:09Add some line spacing between candidates in emojify-insert-emoji commandIqbal Ansari1+3-1
2016-09-04 12:30Mention the new command `emojify-insert-emoji` in the READMEIqbal Ansari1+18-9
2016-09-04 12:29Rename `emojify-apropos-emoji` to `emojify-insert-emoji`Iqbal Ansari1+15-10
2016-09-04 11:12Update byte compilation test to fail on errorsIqbal Ansari1+3-1
2016-09-04 10:54Fix tests for continuous emojisIqbal Ansari1+12-9
2016-09-04 10:53Fix a minor regression introduced in overlapping emojis fixIqbal Ansari1+1-1
2016-09-04 09:27Use face-background in place of non-existent emojify--face-backgroundIqbal Ansari1+2-2
2016-09-04 08:49Fix display of overlapping emojisIqbal Ansari2+27-1
2016-09-02 07:10Improve test to check if emoji's closing brace is part of a listIqbal Ansari2+17-1
2016-09-02 06:58Do all checks for ascii style even in apropos modeIqbal Ansari1+0-2
2016-09-02 06:07Insert the selected emoji in apropos commandIqbal Ansari1+11-10
2016-09-02 06:06Do not avoid emojifying minibuffer in apropos commandIqbal Ansari1+8-2
2016-09-01 18:38Initial commit of emoji apropos functionalityIqbal Ansari1+26-2
2016-09-01 17:28Set emojione-v2.2.6-22 as the default emoji setIqbal Ansari1+1-1
2016-09-01 17:26Update Emoji data to include EmojiOne v2.2.6Iqbal Ansari2+23305-14487
2016-09-01 15:47Ignore dist directoryIqbal Ansari1+1-0
2016-08-05 16:18Merge branch 'develop'Iqbal Ansari1+2-0
2016-08-05 16:03Inhibit emojify in magit-diff-mode and ibuffer-modeIqbal Ansari1+2-0
2016-07-16 06:21Merge branch 'develop'Iqbal Ansari3+13-12
2016-07-16 06:18Remove compiled files before running testsIqbal Ansari1+1-1
2016-07-16 06:18Fix the path to cask installed packages in test helperIqbal Ansari1+4-1
2016-07-16 05:21Change emojify-image-dir to a functionIqbal Ansari2+8-10
2016-06-10 08:11Merge branch 'develop'Iqbal Ansari1+1-24
2016-06-10 05:21Update versionIqbal Ansari1+1-1
2016-06-10 05:13Remove emojify-prog-contextsIqbal Ansari1+0-23
2016-03-16 17:17Merge branch 'develop'Iqbal Ansari1+22-0
2016-03-16 17:07Add contributing instructionsIqbal Ansari1+22-0
2016-03-16 16:48Merge branch 'develop'Iqbal Ansari1+11-14
2016-03-16 07:08Makes comint derived modes act like prog derivedUladox1+1-2
2016-03-16 16:33Simplify emojify--get-text-display-propsIqbal Ansari1+10-12
2016-03-06 05:53Merge branch 'develop'Iqbal Ansari3+132-47
2016-03-06 05:14Prefer last overlay face while calculating backgrounds for emojis in overlayIqbal Ansari1+1-1
2016-03-05 17:13Add tests for unicode emojis in programming modesIqbal Ansari1+44-5
2016-03-05 16:43Display only unicode emojis in source codeIqbal Ansari1+17-10
2016-03-05 16:42Mark `emojify-prog-contexts` as obsoleteIqbal Ansari1+30-4
2016-03-05 16:31Introduce `emojify-program-contexts` as a replacement for emojify-prog-contextsIqbal Ansari3+32-35
2016-03-05 15:41Handle different values for overlay face while calculating backgrounds for emojisIqbal Ansari1+26-10
2016-03-01 11:38Merge branch 'develop'Iqbal Ansari1631+5639-5534
2016-02-28 15:55Remove remaining images from the repoIqbal Ansari1+0-0
2016-02-28 14:51Cosmetic changes, name variables according to Elisp conventionsIqbal Ansari1+9-10
2016-02-28 14:18Do not download emojis (in interactive usage) if they already existIqbal Ansari1+10-6
2016-02-28 14:14Do not prompt for emoji download if another download is in progressIqbal Ansari1+20-6
2016-01-03 17:22Update tests to work with lazy downloadingIqbal Ansari2+3-2
2016-01-05 18:10Include unresized emoji one images in available emoji-setsIqbal Ansari1+8-2
2016-01-05 18:10Name emoji images after corresponding unicode stringsIqbal Ansari1+5523-5523
2015-12-31 03:51Download images lazily rather than packaging them with the codeIqbal Ansari1627+89-8
2015-12-30 11:21Merge branch 'develop'Iqbal Ansari1725+9617-4413
2015-12-30 11:05Add simple_smileIqbal Ansari2+7-2
2015-12-21 17:23Update tests to work with new emojisIqbal Ansari1+1-1
2015-12-21 16:42Split search regexp into smaller chunksIqbal Ansari1+50-50
2015-12-20 17:17Import newer images from emoji-oneIqbal Ansari1722+9542-4351
2015-12-21 03:52Bump to v0.3Iqbal Ansari1+1-1
2015-12-19 13:06Strip text properties when yanking textIqbal Ansari1+2-0
2015-12-18 03:08Add a todo itemIqbal Ansari1+3-0
2015-12-18 03:06Rename some internal functions to be more obviousIqbal Ansari1+6-7
2015-12-18 03:04Consider face at point while calculating the background for an emojiIqbal Ansari1+9-0
2015-12-17 17:00Do not reset emoji data on style changesIqbal Ansari1+4-9
2015-12-15 03:55Fix dependency on seqIqbal Ansari1+1-1
2015-12-14 17:38Fix detection of `tuareg` as programming modeIqbal Ansari1+1-1
2015-12-08 02:54Activate advice for `mouse--drag-set-mark-and-point`Iqbal Ansari1+2-0
2015-12-06 05:29Set language to generic for travis testsIqbal Ansari1+1-1
2015-12-06 05:28Run tests in debug modeIqbal Ansari1+5-2
2015-12-06 05:22Do not blindly set jit-lock-start and jit-lock-end in `emojify-after-change-extend-region-function`Iqbal Ansari1+12-6
2015-12-06 04:07Add 'Thanks' section in the READMEIqbal Ansari1+6-1
2015-12-05 17:39Update README about Imagemagick requirementIqbal Ansari1+5-3
2015-12-05 16:56Remove obsolete functionsIqbal Ansari1+2-20
2015-12-05 16:43Update documentationIqbal Ansari1+20-9
2015-12-01 18:09Check `redisplay-highlight-region-function` is bound before using itIqbal Ansari1+3-1
2015-12-01 17:57Add `emojify-overlays-at`, compatibility wrapper around `overlays-at`Iqbal Ansari1+26-1
2015-12-01 17:23Update emoji backgrounds when mouse selection changesIqbal Ansari1+22-10
2015-12-01 02:05Resize all emojis in buffer on text resizeIqbal Ansari1+8-6
2015-11-30 18:22Add macro `emojify-do-for-emojis-in-region`Iqbal Ansari1+20-9
2015-11-30 14:15Handle non-default values of `redisplay-highlight-region-function`Iqbal Ansari1+3-2
2015-11-30 13:58Revert "Remove special case for selection highlighting"Iqbal Ansari1+7-1
2015-11-30 09:46Improve logic to uncover an emojiIqbal Ansari2+43-37
2015-11-30 10:58Minor restructuringIqbal Ansari1+14-16
2015-11-30 03:28Remove special case for selection highlightingIqbal Ansari1+1-7
2015-11-30 03:28Instruct overlays-at to return overlays sorted by priorityIqbal Ansari1+3-9
2015-11-29 16:17Lookup parent faces, when getting face's backgroundIqbal Ansari1+2-2
2015-11-29 14:21Experimenting more aggressive behaviourIqbal Ansari1+27-5
2015-11-29 15:12Do not rely on markers in emojify update loopIqbal Ansari1+3-2
2015-11-29 13:19Resolve marker to current position in `emojify--update-emojis-background-in-region` loopIqbal Ansari1+1-1
2015-11-29 11:02Restore compatibility with Emacs v24.3Iqbal Ansari1+12-6
2015-11-29 08:37Add missing docstrings, minor refactoringIqbal Ansari1+121-62
2015-11-28 17:53Add `emojify-execute-ignoring-errors-unless-debug` to easily run form conditionally ignoring errorsIqbal Ansari1+11-5
2015-11-28 17:52Add some missing documentationIqbal Ansari1+6-1
2015-11-28 17:40Add hooks for changing emoji backgrounds locallyIqbal Ansari1+4-4
2015-11-28 16:14Fix a byte compile warningIqbal Ansari1+2-1
2015-11-28 16:13Fix failing testsIqbal Ansari1+20-20
2015-11-28 16:06Fix loop for updating emoji backgroundsIqbal Ansari1+1-1
2015-11-28 06:54Experimenting with window-scroll-functions to update emoji backgroundsIqbal Ansari1+19-8
2015-11-28 06:54Append new logs in `emojify-message`Iqbal Ansari1+1-0
2015-11-28 03:19Calculate window end manually since it is not reliable in post-command-hookIqbal Ansari1+6-1
2015-11-28 03:18Make sure we save buffer state while logging in `emojify-message`Iqbal Ansari1+4-3
2015-11-28 02:48Rename some functions to have more descriptive namesIqbal Ansari1+10-12
2015-11-27 17:29Initialize region support when enabling emojifyIqbal Ansari1+8-2
2015-11-27 17:26Reorganize code a bitIqbal Ansari1+44-29
2015-11-27 17:21Add missing docstringsIqbal Ansari1+13-3
2015-11-27 17:20Consider an emoji to be inside selection if either start or end fall in selectionIqbal Ansari1+16-12
2015-11-27 16:41Remove redundant functionsIqbal Ansari1+1-4
2015-11-27 16:20Improve checks for active regionIqbal Ansari1+4-2
2015-11-27 03:48Just some experimentsIqbal Ansari1+39-11
2015-11-24 17:40Add basic functions to calculate background color for emojisIqbal Ansari1+44-10
2015-11-28 16:04Refactor `emojify--find-key-binding-ignoring-emojify-keymap`Iqbal Ansari1+3-6
2015-11-28 15:31Update tests to work with last changeIqbal Ansari1+9-9
2015-11-28 14:58Use markers to point location of emojisIqbal Ansari1+2-2
2015-11-28 14:58Rename 'emojify-start' text prop to 'emojify-beginning'Iqbal Ansari3+13-13
2015-11-26 10:10Comment out after-change tests for nowIqbal Ansari1+31-30
2015-11-26 09:43Satisfy the byte-compilerIqbal Ansari1+4-0
2015-11-26 09:37Make electric delete tests work with last changeIqbal Ansari1+6-4
2015-11-25 18:05Properly use jit-lock's APIIqbal Ansari1+11-21
2015-11-25 17:51Make sure region is extended properly while redisplaying emojisIqbal Ansari1+12-13
2015-11-25 17:03Add emojify-messageIqbal Ansari1+6-0
2015-11-22 16:13Merge branch 'develop'Iqbal Ansari3+131-2
2015-11-22 15:54Add some more testsIqbal Ansari1+23-0
2015-11-22 15:46Do not explicitly specify reporter when running testsIqbal Ansari1+1-1
2015-11-22 15:41Add tests to ensure library compiles cleanlyIqbal Ansari1+7-0
2015-11-22 15:32Some more tests for electric delete functionalityIqbal Ansari1+25-1
2015-11-22 12:44Add tags to `emojify-tests-multiple-emojis-in-sequence` testIqbal Ansari1+1-0
2015-11-22 12:42Add initial tests for electric delete functionalityIqbal Ansari1+23-0
2015-11-22 12:41Do not interfere with delete selection modeIqbal Ansari1+3-0
2015-11-22 12:32Handle cases where keymap from emojify are invoked outside an emojiIqbal Ansari1+33-5
2015-11-22 12:30Define keys for deleting emojis as remaps of vanilla keybindingsIqbal Ansari1+8-5
2015-11-19 12:00First attempt at implementing electric backspace/deleteIqbal Ansari1+17-0
2015-11-18 05:48Add emojify-debug-mode, make sure we do not signal error during redisplaysIqbal Ansari1+16-2
2015-11-18 05:31Fix a regression introduced in previous changeIqbal Ansari1+3-2
2015-11-17 18:17Update tests for previous changeIqbal Ansari1+29-11
2015-11-17 18:16Do not restrict non-ascii emojis according to text contextIqbal Ansari1+5-3
2015-11-16 17:00Move advices after minor mode definitionIqbal Ansari1+29-29
2015-11-16 11:12Create images :heuristic-maskIqbal Ansari1+1-0
2015-11-16 11:09Manually calculate relevant areaIqbal Ansari1+20-11
2015-11-16 03:42Ensure the buffer is visible in current window, before using `window-start` and `window-end`Iqbal Ansari1+21-15
2015-11-16 03:30`emojify-set-emoji-data` now accepts the styles, rather than using global var `emojify-emoji-styles`Iqbal Ansari1+6-6
2015-11-16 03:27Introduce `emojify-emoji-style-change-hooks`, use it to redisplay emojisIqbal Ansari1+12-6
2015-11-15 10:55Disable in comint and mu4e-headers-modeIqbal Ansari1+3-1
2015-11-15 10:39Rename emojify-emoji-style to emojify-emoji-stylesIqbal Ansari4+23-16
2015-11-15 10:30Bump to version 0.2Iqbal Ansari1+1-1
2015-11-15 10:25Restrict scanning area to the visible area while checking whether for listIqbal Ansari1+15-10
2015-11-15 06:31Update tests for unicode emoji styleIqbal Ansari1+20-17
2015-11-15 06:27Redisplay emojis only in current buffer when emoji style changesIqbal Ansari1+2-5
2015-11-15 05:15Add 'unicode' as possible value of `emojify-emoji-style`Iqbal Ansari2+78-84
2015-11-15 04:42Update unicode display to work with last changeIqbal Ansari1+2-4
2015-11-15 04:34Add entries for unicode code points to data/emoji.jsonIqbal Ansari1+9872-5284
2015-11-15 09:18Merge pull request #3 from nixmaniack/fix-typoIqbal Ansari1+1-1
2015-11-15 05:45Fix customization doc typoMuneeb Shaikh1+1-1
2015-11-14 03:43Mention MELPA stable as an installation optionIqbal Ansari1+2-2
2015-11-14 03:07Update installation instruction to include MELPAIqbal Ansari1+17-2
2015-11-11 15:43Fix path tp screenshots in READMEIqbal Ansari1+2-2
2015-11-11 14:37Merge pull request #1 from syohex/typoIqbal Ansari1+1-1
2015-11-11 14:29Correct misspellingsSyohei YOSHIDA1+1-1
2015-11-11 13:55Do not gulp evm install's outputIqbal Ansari1+1-1
2015-11-11 13:18Add package URL, improve the commentaryIqbal Ansari1+9-1
2015-11-11 12:32Add LICENSE, attribution for emoji images :sleepy:Iqbal Ansari2+628-2
2015-11-11 12:24Generalize check for image supportIqbal Ansari1+4-3
2015-11-11 11:56Add missing autoloadIqbal Ansari1+2-1
2015-11-11 11:56Fix files directive in Cask fileIqbal Ansari1+1-1
2015-11-11 05:16Make sure we operate on entire buffer when emojifyingIqbal Ansari1+3-1
2015-11-11 05:15Do not ignore the direction parameter to isearch-repeat in defadviceIqbal Ansari1+1-1
2015-11-11 04:38Make sure PNG is supported by imagemagick before using imagemagick to display imagesIqbal Ansari1+4-2
2015-11-10 18:20Update documentationIqbal Ansari2+113-27
2015-11-10 11:54List the possible customizationsIqbal Ansari1+20-0
2015-11-10 11:52By default redisplay emojis only in visible regionIqbal Ansari1+4-4
2015-11-06 17:28Update READMEIqbal Ansari1+38-1
2015-11-06 16:19Move emoji.json to data/emoji.jsonIqbal Ansari2+1-1
2015-11-06 15:41Add GIF showing emojify's featuresIqbal Ansari1+0-0
2015-11-06 10:28Make sure libraries for running Emacs version are loaded when running tests interactivelyIqbal Ansari1+1-1
2015-11-05 18:08Declare dependency on Emacs v24.3Iqbal Ansari2+1-4
2015-11-05 17:58Fix tests to work on atleast Emacs v24.3Iqbal Ansari1+8-3
2015-11-05 16:59Add config for ert-runnerIqbal Ansari1+1-0
2015-11-05 16:53Improve defcustom definitionsIqbal Ansari1+18-3
2015-11-05 16:52Rename `emojify-preferred-style` => `emojify-emoji-style`Iqbal Ansari3+13-12
2015-11-05 16:50Rename `emojify-substitution-style` => `emojify-display-style`Iqbal Ansari2+4-4
2015-11-05 15:59Use ert reporter for tests run using ert-runnerIqbal Ansari1+1-1
2015-11-05 15:55Declare compatibility function for `default-font-height`Iqbal Ansari2+22-2
2015-11-05 14:56Run tests for more emacsenIqbal Ansari1+6-1
2015-11-05 14:52Cache ~/.cask in travisIqbal Ansari1+1-0
2015-11-05 14:42Update `compile-command` to run tests using `ert-runner`Iqbal Ansari1+1-1
2015-11-05 14:42Fix some warningsIqbal Ansari1+7-7
2015-11-05 14:40Run `isearch-repeat` irrespective of whether `emojify-mode` is enabled in isearch adviceIqbal Ansari1+6-6
2015-11-03 13:22Configure travis notificationsIqbal Ansari1+8-0
2015-11-03 12:33Add travis badgeIqbal Ansari1+2-0
2015-11-03 09:22Add .travis.ymlIqbal Ansari1+37-0
2015-11-03 08:39More tests for after-change-functionsIqbal Ansari2+29-6
2015-11-03 07:35Use ert-runner to run testsIqbal Ansari5+431-405
2015-11-03 04:02Add tests for after-change functionIqbal Ansari1+13-0
2015-11-03 04:02Make sure emojify-mode is enabled for test buffersIqbal Ansari1+22-18
2015-11-03 04:02Add nofletIqbal Ansari1+2-1
2015-11-03 02:36Allow inhibiting emojify in individual buffersIqbal Ansari1+9-1
2015-11-02 18:17Pass additional parameters to run-tests.sh to EmacsIqbal Ansari1+1-1
2015-11-02 18:17Add tags to testsIqbal Ansari1+12-0
2015-11-02 18:17Fix test for isearch integrationIqbal Ansari1+11-3
2015-11-02 17:46Also run the point-entered hooks in advice around `isearch-repeat`Iqbal Ansari1+16-5
2015-11-02 17:07Declare dependency on Emacs 24.1Iqbal Ansari1+1-1
2015-11-02 17:04Use `defadvice` to advice `isearch-repeat`Iqbal Ansari1+10-8
2015-11-02 13:22Add workaround for isearch bugIqbal Ansari1+9-0
2015-11-02 13:21Fix definition global minor modeIqbal Ansari1+1-1
2015-11-02 12:59Add a failing test for multiple isearch matchesIqbal Ansari1+21-0
2015-11-02 11:04Use `emojify-redisplay-emojis` wherever possibleIqbal Ansari1+4-6
2015-11-02 03:37Add tests for isearch-mode integrationIqbal Ansari1+15-0
2015-11-02 03:35Explicitly switch to test buffer when running testsIqbal Ansari1+2-1
2015-11-02 03:34Remove all relevant text properties before trying to re-emojify a region when point leavesIqbal Ansari1+1-1
2015-11-01 17:44Initial version of the README :) :writing-hand:Iqbal Ansari2+15-0
2015-11-01 16:14Make file local variables, directory localIqbal Ansari2+7-2
2015-11-01 15:30Add tests for org-mode integrationIqbal Ansari1+22-0
2015-11-01 14:34Add shell script to run the testsIqbal Ansari1+3-0
2015-11-01 14:33Add more testsIqbal Ansari1+107-6
2015-11-01 14:27Improve detection emoji-like texts are end of listIqbal Ansari1+14-2
2015-11-01 13:55Allow emojifiying text immediately before a closing parenIqbal Ansari1+3-0
2015-11-01 13:43Improve test for emoji being at org-tagIqbal Ansari1+10-3
2015-11-01 10:19Add some more tests, improve existing onesIqbal Ansari1+44-4
2015-11-01 10:19Improve `emojify-tests-with-emojified-buffer` to return value of last formIqbal Ansari1+17-16
2015-11-01 10:12Improve `emojify-valid-prog-context-p`Iqbal Ansari1+2-2
2015-11-01 09:37Initial set of testsIqbal Ansari1+164-0
2015-11-01 07:57Redisplay emojis on changing preferred styleIqbal Ansari1+11-1
2015-11-01 07:56Redisplay emojis on text resizeIqbal Ansari1+16-0
2015-11-01 07:33Do not remove `emojified` text property during uncoveringIqbal Ansari1+4-8
2015-11-01 07:32Improve definition of emojify-inhibit-major-modesIqbal Ansari1+5-4
2015-10-31 18:02Make sure we do not overwrite active minibuffer prompt when echoing emojify messagesIqbal Ansari1+7-2
2015-10-31 17:20jit-lock can be used without font-lockIqbal Ansari1+7-11
2015-10-31 12:54Do not enable emojify mode in dired-modeIqbal Ansari1+3-1
2015-10-31 12:24Simplify data format, give image files more obvious namesIqbal Ansari1527+5046-6007
2015-10-31 10:47Unconditionally uncover emoji at point in isearch-modeIqbal Ansari1+17-8
2015-10-31 10:40Do not echo in isearch-modeIqbal Ansari1+3-1
2015-10-31 08:43Update Cask to include emoji.jsonIqbal Ansari1+1-1
2015-10-31 08:43Add ability to customize the type of emojis displayedIqbal Ansari1+64-20
2015-10-31 07:22Add 'style' field to emoji dataIqbal Ansari1+7464-1882
2015-10-31 04:51Extract point-left hook to a separate functionIqbal Ansari1+14-5
2015-10-31 04:26Replace defsubst with defunIqbal Ansari1+9-10
2015-10-30 19:31Do not track TODOs in source fileIqbal Ansari1+0-4
2015-10-30 19:21Add ability to display underlying text in help popup when mouse moves on an emojiIqbal Ansari1+18-2
2015-10-30 19:17Make behaviour on point entering emoji customizableIqbal Ansari1+53-16
2015-10-30 08:25Update package requiresIqbal Ansari1+1-0
2015-10-30 08:10Make checkdoc happier :)Iqbal Ansari1+11-3
2015-10-30 08:04emojify--get-text-props => emojify--get-text-display-propsIqbal Ansari1+2-2
2015-10-30 07:59Replace 'comment' with 'comments' in 'emojify-prog-contexts'Iqbal Ansari1+5-5
2015-10-30 07:44Make 'unicode' and 'ascii' substitution styles functional :fireworks:Iqbal Ansari1+13-11
2015-10-30 07:44Do not enable emojify-mode in indirect buffersIqbal Ansari1+1-0
2015-10-30 07:43Use `ht.el` to work with hash tablesIqbal Ansari1+6-16
2015-10-30 04:01Generalize calculation of display text propertyIqbal Ansari1+48-29
2015-10-30 04:00Reorganize a bit :notebook_with_decorative_cover:Iqbal Ansari1+42-29
2015-10-30 02:34Add missing requires, more cleanupsIqbal Ansari1+57-21
2015-10-29 17:53Additional cleanups :sweat_drops:Iqbal Ansari1+80-24
2015-10-29 11:29Do not try to emojify inside org-src blocksIqbal Ansari1+8-0
2015-10-29 09:43Do not emojify text inside listsIqbal Ansari1+8-0
2015-10-29 09:31Ensure we have not moved past the region end while searching for regexpIqbal Ansari1+2-1
2015-10-29 09:31Move all buffer checks to `emojify-buffer-p'Iqbal Ansari1+6-9
2015-10-29 09:30Do not try to emojify org-mode listsIqbal Ansari1+6-2
2015-10-29 09:27More robust to check if we are org-mode tagsIqbal Ansari1+7-4
2015-10-29 03:35Minor changesIqbal Ansari1+16-14
2015-10-28 03:12Make sure core customizations do not depend on other customizationsIqbal Ansari1+4-2
2015-10-28 02:55Make sure text is the original buffer when in point-entered, point-left hooks :sweat:Iqbal Ansari1+7-4
2015-10-28 02:16Add Cask, gitignoreIqbal Ansari3+46-1
2015-10-27 18:52Start of some cleanups :)Iqbal Ansari1+130-33
2015-10-27 03:29Display the underlying text when point moves in an emojiIqbal Ansari1+37-37
2015-10-26 18:00Minor cleanupsIqbal Ansari1+79-49
2015-10-26 09:03Use jit-lock if possibleIqbal Ansari1+6-3
2015-10-26 09:02Ignore more buffersIqbal Ansari1+3-2
2015-10-26 09:02Handle multi-line commentsIqbal Ansari1+5-2
2015-10-26 06:12It is okay if emoji immediately follows/precedes a string quoteIqbal Ansari1+2-2
2015-10-26 06:10Handle emojis with quotes/comment charactersIqbal Ansari1+9-5
2015-10-26 05:39Better check for 'emojis inside words'Iqbal Ansari1+13-8
2015-10-26 04:01Do not emojify org-mode tagsIqbal Ansari1+8-5
2015-10-26 03:53Echo underlying text when point enters an emojiIqbal Ansari1+4-3
2015-10-26 03:52Save match-data before (un)emojifying regionIqbal Ansari1+31-24
2015-10-25 17:15Do not emojify text between wordsIqbal Ansari1+29-27
2015-10-25 14:25Disable modification hooks when (un)emojifying regionIqbal Ansari1+30-28
2015-10-25 12:48Do not enable emojification in some buffersIqbal Ansari1+37-33
2015-10-25 12:02Remove dependency on font-lockIqbal Ansari1+97-60
2015-10-24 05:45Minor refactoringIqbal Ansari1+5-4
2015-10-23 17:29Truncate JSON data, handle aliasesIqbal Ansari2+7938-22108
2015-10-23 16:46Resize emojis after text resizeIqbal Ansari1+7-2
2015-10-23 11:54If major-mode is not derived from prog-mode, display emoji unconditionally :rocket:Iqbal Ansari1+2-1
2015-10-23 10:44Minor mode definitionIqbal Ansari1+28-7
2015-10-23 05:27Use imagemagick if availableIqbal Ansari1+12-8
2015-10-22 17:42Initial commitIqbal Ansari1265+22319-0