aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 91729e4aaec..fa333640548 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -317,6 +317,16 @@ optional argument specifying whether to follow symbolic links.
317** 'parse-time-string' can now parse ISO 8601 format strings, 317** 'parse-time-string' can now parse ISO 8601 format strings,
318such as "2020-01-15T16:12:21-08:00". 318such as "2020-01-15T16:12:21-08:00".
319 319
320---
321** 'make-network-process', 'make-serial-process' :coding behavior change.
322Previously, passing ":coding nil" to either of these functions would
323override any non-nil binding for 'coding-system-for-read' and
324'coding-system-for-write'. For consistency with 'make-process' and
325'make-pipe-process', passing ":coding nil" is now ignored. No code in
326Emacs depended on the previous behavior; if you really want the
327process' coding-system to be nil, use 'set-process-coding-system'
328after the process has been created, or pass in ":coding '(nil nil)".
329
320 330
321* Changes in Emacs 28.1 on Non-Free Operating Systems 331* Changes in Emacs 28.1 on Non-Free Operating Systems
322 332