diff options
| author | Stefan Monnier | 2026-03-11 13:46:43 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-11 13:46:43 -0400 |
| commit | eb8962758f87759d0b6e35c4b3c7660aebffcbd6 (patch) | |
| tree | a7da2be9b2bb8a3821f8c8f51206088007416629 /etc | |
| parent | 771ab2136790a9750481f391feb32cd6e130cb06 (diff) | |
| download | emacs-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.26 | 8 |
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 | |||
| 309 | a 'let' binding is thread-local. Each thread also has its own current | 309 | a 'let' binding is thread-local. Each thread also has its own current |
| 310 | buffer and its own match data. | 310 | buffer and its own match data. |
| 311 | 311 | ||
| 312 | New 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'. | ||
| 318 | New var: 'main-thread'. | ||
| 319 | |||
| 312 | See the chapter "(elisp) Threads" in the Elisp manual for full | 320 | See the chapter "(elisp) Threads" in the Elisp manual for full |
| 313 | documentation of these facilities. | 321 | documentation of these facilities. |
| 314 | 322 | ||