aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2026-03-11 13:46:43 -0400
committerStefan Monnier2026-03-11 13:46:43 -0400
commiteb8962758f87759d0b6e35c4b3c7660aebffcbd6 (patch)
treea7da2be9b2bb8a3821f8c8f51206088007416629 /etc
parent771ab2136790a9750481f391feb32cd6e130cb06 (diff)
downloademacs-eb8962758f87759d0b6e35c4b3c7660aebffcbd6.tar.gz
emacs-eb8962758f87759d0b6e35c4b3c7660aebffcbd6.zip
etc/NEWS.26 (Changes in Emacs 26.1): List new names (for `C-h f`)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.268
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26
index 04909314257..53e3a205335 100644
--- a/etc/NEWS.26
+++ b/etc/NEWS.26
@@ -309,6 +309,14 @@ explicitly yields. Global variables are shared among all threads, but
309a 'let' binding is thread-local. Each thread also has its own current 309a 'let' binding is thread-local. Each thread also has its own current
310buffer and its own match data. 310buffer and its own match data.
311 311
312New functions: 'make-thread', 'thread-alive-p', 'thread-signal',
313'thread-name', 'thread-yield', 'current-thread', 'thread-join',
314'all-threads', 'thread-last-error',
315'make-mutex', 'mutex-lock', 'mutex-unlock', 'mutex-name',
316'make-condition-variable', 'condition-wait', 'condition-notify',
317'condition-mutex', 'condition-name'.
318New var: 'main-thread'.
319
312See the chapter "(elisp) Threads" in the Elisp manual for full 320See the chapter "(elisp) Threads" in the Elisp manual for full
313documentation of these facilities. 321documentation of these facilities.
314 322