diff options
| author | Juri Linkov | 2017-02-14 02:04:28 +0200 |
|---|---|---|
| committer | Juri Linkov | 2017-02-14 02:04:28 +0200 |
| commit | 31b4d9a13741caae2422636d4944212e702b19c3 (patch) | |
| tree | 24826c69a460e69c62c2327574f1e738a10e435f /etc | |
| parent | fffd4ffd747fe46bb7849a874e4ae265b6eda54e (diff) | |
| download | emacs-31b4d9a13741caae2422636d4944212e702b19c3.tar.gz emacs-31b4d9a13741caae2422636d4944212e702b19c3.zip | |
* etc/NEWS: Mention query-replace-from-to-separator. (Bug#25482)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -724,6 +724,13 @@ mode bindings: 'C-c @ C-a', 'C-c @ C-t', 'C-c @ C-d', and 'C-c @ C-e.' | |||
| 724 | before running. This is controlled by the 'grep-save-buffers' | 724 | before running. This is controlled by the 'grep-save-buffers' |
| 725 | variable. | 725 | variable. |
| 726 | 726 | ||
| 727 | --- | ||
| 728 | ** Customizable variable 'query-replace-from-to-separator' | ||
| 729 | now doesn't propertize the string value of the separator. | ||
| 730 | Instead, text properties are added by query-replace-read-from. | ||
| 731 | Additionally, the new nil value restores pre-24.5 behavior | ||
| 732 | of not providing replacement pairs via the history. | ||
| 733 | |||
| 727 | ** Some obsolete functions, variables, and faces have been removed: | 734 | ** Some obsolete functions, variables, and faces have been removed: |
| 728 | *** make-variable-frame-local. Variables cannot be frame-local any more. | 735 | *** make-variable-frame-local. Variables cannot be frame-local any more. |
| 729 | *** From subr.el: window-dot, set-window-dot, read-input, show-buffer, | 736 | *** From subr.el: window-dot, set-window-dot, read-input, show-buffer, |