aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2018-08-31 11:15:48 +0200
committerMichael Albinus2018-08-31 11:15:48 +0200
commit6f3cf12e4fb6c810ebf37c8819dc2ee39b02199e (patch)
tree32ea1de28e6303b14a007c8d9e28e57dfbc0066e /etc
parentdb2fed3bdfb351c3283e481829ce687931d27a3d (diff)
parentac7936cb8f4d4d6706535bfcea0d97741c2ca15f (diff)
downloademacs-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.265
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}")'.
99Existing files "~/.emacs.d/shadows" and "~/.emacs.d/shadow_todo" must 99Existing files "~/.emacs.d/shadows" and "~/.emacs.d/shadow_todo" must
100be removed prior using the changed 'shadow-*' commands. 100be removed prior using the changed 'shadow-*' commands.
101 101
102+++
103** 'thread-alive-p' has been renamed to 'thread-live-p'.
104The old name is an alias of the new name. Future Emacs version will
105obsolete it.
106
102 107
103* Lisp Changes in Emacs 26.2 108* Lisp Changes in Emacs 26.2
104 109