aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1600e1ce943..f4fdf3d4eec 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -966,7 +966,7 @@ characters in CJK texts. For example, 'A' is converted to 'A', '1' is
966converted to '1', etc. Companion commands 'halfwidth-region' and 966converted to '1', etc. Companion commands 'halfwidth-region' and
967'halfwidth-word' perform the opposite conversion. 967'halfwidth-word' perform the opposite conversion.
968 968
969** Texinfo Mode 969** Texinfo mode
970 970
971--- 971---
972*** texinfo-mode now can auto-close the ``'' pairs. 972*** texinfo-mode now can auto-close the ``'' pairs.
@@ -2212,6 +2212,16 @@ destination window is chosen using 'display-buffer-alist'. Example:
2212 display-buffer-use-some-window) 2212 display-buffer-use-some-window)
2213 (some-window . mru)))) 2213 (some-window . mru))))
2214 2214
2215** Revert
2216
2217+++
2218*** Variable 'revert-buffer-in-progress' has been renamed.
2219The old name, 'revert-buffer-in-progress-p', is kept as obsolete
2220variable alias.
2221
2222Symbol names with a trailing '-p' are reserved for predicates. Calling
2223a variable like this was a mistake.
2224
2215** Autorevert 2225** Autorevert
2216 2226
2217+++ 2227+++
@@ -2226,7 +2236,7 @@ runs its body, and removes the current buffer from
2226'inhibit-auto-revert-buffers' afterwards. 2236'inhibit-auto-revert-buffers' afterwards.
2227 2237
2228+++ 2238+++
2229*** New variable 'auto-revert-buffer-in-progress-p'. 2239*** New variable 'auto-revert-buffer-in-progress'.
2230'auto-revert-buffer' binds this variable to a non-nil value while it is 2240'auto-revert-buffer' binds this variable to a non-nil value while it is
2231working. This can be used by major mode 'revert-buffer-function' 2241working. This can be used by major mode 'revert-buffer-function'
2232implementations to suppress messages in Auto Revert modes, for example. 2242implementations to suppress messages in Auto Revert modes, for example.