diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 12 insertions, 2 deletions
| @@ -966,7 +966,7 @@ characters in CJK texts. For example, 'A' is converted to 'A', '1' is | |||
| 966 | converted to '1', etc. Companion commands 'halfwidth-region' and | 966 | converted 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. | ||
| 2219 | The old name, 'revert-buffer-in-progress-p', is kept as obsolete | ||
| 2220 | variable alias. | ||
| 2221 | |||
| 2222 | Symbol names with a trailing '-p' are reserved for predicates. Calling | ||
| 2223 | a 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 |
| 2231 | working. This can be used by major mode 'revert-buffer-function' | 2241 | working. This can be used by major mode 'revert-buffer-function' |
| 2232 | implementations to suppress messages in Auto Revert modes, for example. | 2242 | implementations to suppress messages in Auto Revert modes, for example. |