emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 97fd31f: ; * etc/NEWS: Announce the change in json.c behavior on


From: Eli Zaretskii
Subject: master 97fd31f: ; * etc/NEWS: Announce the change in json.c behavior on MS-Windows.
Date: Tue, 20 Jul 2021 12:01:29 -0400 (EDT)

branch: master
commit 97fd31fec7a760cf6f01aa0d1822b205018e07d3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Announce the change in json.c behavior on MS-Windows.
---
 etc/NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 8fa43b8..49396c3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3539,6 +3539,14 @@ non-nil value.  Please report any bugs you find while 
using the native
 image API via 'M-x report-emacs-bug'.
 
 ---
+** Native JSON functions now signal an error if libjansson is unavailable.
+This affects 'json-serialize', 'json-insert', 'json-parse-srtring',
+and 'json-parse-buffer'.  This can happen if Emacs was compiled with
+libjansson, but the DLL cannot be found and/or loaded by Emacs at run
+time.  Previously, Emacs would display a message and return nil in
+these cases.
+
+---
 ** The user option 'make-pointer-invisible' is now honored on macOS.
 
 --



reply via email to

[Prev in Thread] Current Thread [Next in Thread]