diff options
| author | Michael Albinus | 2018-08-31 11:15:48 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-08-31 11:15:48 +0200 |
| commit | 6f3cf12e4fb6c810ebf37c8819dc2ee39b02199e (patch) | |
| tree | 32ea1de28e6303b14a007c8d9e28e57dfbc0066e /etc | |
| parent | db2fed3bdfb351c3283e481829ce687931d27a3d (diff) | |
| parent | ac7936cb8f4d4d6706535bfcea0d97741c2ca15f (diff) | |
| download | emacs-6f3cf12e4fb6c810ebf37c8819dc2ee39b02199e.tar.gz emacs-6f3cf12e4fb6c810ebf37c8819dc2ee39b02199e.zip | |
Merge from origin/emacs-26
ac7936cb8f Rename thread-alive-p to thread-live-p
3d09d533d1 rcirc: Document /reconnect as a built-in command (Bug#29656)
a1e615618d * test/lisp/calc/calc-tests.el (calc-imaginary-i): New test.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.26 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26 index e94bda549ab..97222705e61 100644 --- a/etc/NEWS.26 +++ b/etc/NEWS.26 | |||
| @@ -99,6 +99,11 @@ option 'vc-hg-symbolic-revision-styles' to the value '("{rev}")'. | |||
| 99 | Existing files "~/.emacs.d/shadows" and "~/.emacs.d/shadow_todo" must | 99 | Existing files "~/.emacs.d/shadows" and "~/.emacs.d/shadow_todo" must |
| 100 | be removed prior using the changed 'shadow-*' commands. | 100 | be removed prior using the changed 'shadow-*' commands. |
| 101 | 101 | ||
| 102 | +++ | ||
| 103 | ** 'thread-alive-p' has been renamed to 'thread-live-p'. | ||
| 104 | The old name is an alias of the new name. Future Emacs version will | ||
| 105 | obsolete it. | ||
| 106 | |||
| 102 | 107 | ||
| 103 | * Lisp Changes in Emacs 26.2 | 108 | * Lisp Changes in Emacs 26.2 |
| 104 | 109 | ||