diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -247,6 +247,12 @@ The new file etc/compilation.txt gives examples of each type of message. | |||
| 247 | Hits are fontified in green, and hits in binary files in orange. Grep buffers | 247 | Hits are fontified in green, and hits in binary files in orange. Grep buffers |
| 248 | can be saved and automatically revisited with the new Grep mode. | 248 | can be saved and automatically revisited with the new Grep mode. |
| 249 | 249 | ||
| 250 | ** A new minor mode `next-error-follow-mode' can be used in | ||
| 251 | compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the modes | ||
| 252 | that can use `next-error') to associate cursor movements in | ||
| 253 | compilation, grep, occur or diff buffers with cursor movements in the | ||
| 254 | target buffers. This minor mode can be toggled with C-c C-f. | ||
| 255 | |||
| 250 | ** M-x diff uses diff-mode instead of compilation-mode. | 256 | ** M-x diff uses diff-mode instead of compilation-mode. |
| 251 | 257 | ||
| 252 | ** M-x compare-windows now can automatically skip non-matching text to | 258 | ** M-x compare-windows now can automatically skip non-matching text to |