branch: externals/show-font
commit 10e7dd6997e559cdb8d3bdf2be1176892240899d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Update to show-font version 0.4.0
---
 CHANGELOG.org | 16 ++++++++++++++++
 README.org    |  7 +++----
 show-font.el  |  2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index d7d3748b2f..ce1003f8b0 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -13,6 +13,22 @@ the manual: <https://protesilaos.com/emacs/show-font>.
 
 #+toc: headlines 1 insert TOC here, with one headline level
 
+* Version 0.4.0 on 2025-08-26
+:PROPERTIES:
+:CUSTOM_ID: h:d62cc2cd-16ec-4b6f-9d2d-37061c7fe177
+:END:
+
+This version expands the capabilities of the font preview mechanism to
+handle emoji and icon fonts (i.e. those with codepoints in the Unicode
+Private Use Area).
+
+Both the ~show-font-select-preview~ and ~show-font-tabulated~ commands
+now handle these types of font.
+
+Previews for emoji or icon fonts are done using the string of
+characters set to the variable ~show-font-emoji-sample~ or
+~show-font-icon-sample~. These symbols are user options.
+
 * Version 0.3.0 on 2025-04-26
 :PROPERTIES:
 :CUSTOM_ID: h:e57d0359-f7dc-4abd-802e-27b854d633bf
diff --git a/README.org b/README.org
index dac489ec04..8ba708d3da 100644
--- a/README.org
+++ b/README.org
@@ -4,9 +4,9 @@
 #+language: en
 #+options: ':t toc:nil author:t email:t num:t
 #+startup: content
-#+macro: stable-version 0.3.0
-#+macro: release-date 2025-04-26
-#+macro: development-version 0.4.0-dev
+#+macro: stable-version 0.4.0
+#+macro: release-date 2025-08-26
+#+macro: development-version 0.5.0-dev
 #+export_file_name: show-font.texi
 #+texinfo_filename: show-font.info
 #+texinfo_dir_category: Emacs misc features
@@ -185,7 +185,6 @@ The user options ~show-font-emoji-sample~ and 
~show-font-icon-sample~
 take a string value with characters that can be displayed by an emoji
 or icon font, respectively. The sample is used in the buffer produced
 by the commands ~show-font-select-preview~ and ~show-font-tabulated~.
-[ Support for emoji and icon fonts is part of {{{development-version}}}. ]
 
 Finally, the following faces control the appearance of various
 elements.
diff --git a/show-font.el b/show-font.el
index d5eb7d1f06..e1e4c02c6f 100644
--- a/show-font.el
+++ b/show-font.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <[email protected]>
 ;; Maintainer: Protesilaos Stavrou <[email protected]>
 ;; URL: https://github.com/protesilaos/show-font
-;; Version: 0.3.1
+;; Version: 0.4.0
 ;; Package-Requires: ((emacs "29.1"))
 ;; Keywords: convenience, writing, font
 

Reply via email to