diff options
| author | Philip K | 2020-03-17 15:29:53 +0100 |
|---|---|---|
| committer | Robert Pluim | 2020-03-24 17:56:01 +0100 |
| commit | 421eeff243af683bf0b7c6d9181650a1c6900f9b (patch) | |
| tree | ef5104ffe5ce488039a724fab0d0648761d100a1 /etc | |
| parent | 82f8bee734b47e639a931048f9a6ccbfc85a8bb0 (diff) | |
| download | emacs-421eeff243af683bf0b7c6d9181650a1c6900f9b.tar.gz emacs-421eeff243af683bf0b7c6d9181650a1c6900f9b.zip | |
Add support for multiple Gravatar services
Now supports Libravatar and Unicornify, next to Gravatar (Bug#39965).
* lisp/image/gravatar.el (gravatar-base-url): Remove constant.
(gravatar-service-alist): List supported services.
(gravatar-service): Add user option to specify service, defaults to
Libravatar.
(gravatar--service-libravatar): New function, libravatar image host
resolver implementation.
(gravatar-build-url): Use alist gravatar-service-alist instead of
gravatar-base-url.
* etc/NEWS: Mention new gravatar service option.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -186,6 +186,12 @@ key binding | |||
| 186 | / v package-menu-filter-by-version | 186 | / v package-menu-filter-by-version |
| 187 | / / package-menu-filter-clear | 187 | / / package-menu-filter-clear |
| 188 | 188 | ||
| 189 | ** Gravatar | ||
| 190 | |||
| 191 | === | ||
| 192 | *** New user option 'gravatar-service' for host to query for gravatars. | ||
| 193 | Defaults to Libravatar, with Unicornify and Gravatar as options. | ||
| 194 | |||
| 189 | 195 | ||
| 190 | * New Modes and Packages in Emacs 28.1 | 196 | * New Modes and Packages in Emacs 28.1 |
| 191 | 197 | ||