diff options
| author | Stephen Leake | 2018-12-13 14:39:02 -0800 |
|---|---|---|
| committer | Stephen Leake | 2018-12-13 14:39:02 -0800 |
| commit | 87bef630bf0f45e8da74e43ba614aa2292b296ef (patch) | |
| tree | efdead3c0d7dd227bacbd4dfc5c1ff9b4d5c13c3 /etc | |
| parent | 4d3f7b77cc7dea072d2ecb9f137c2e497bc52da1 (diff) | |
| parent | d08b75abe0f0cf9ade812b189c374809a2c7836e (diff) | |
| download | emacs-87bef630bf0f45e8da74e43ba614aa2292b296ef.tar.gz emacs-87bef630bf0f45e8da74e43ba614aa2292b296ef.zip | |
Merge commit 'd08b75abe0f0cf9ade812b189c374809a2c7836e'
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -304,6 +304,12 @@ the node "(emacs) Directory Variables" of the user manual. | |||
| 304 | 304 | ||
| 305 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 305 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 306 | 306 | ||
| 307 | ** map.el | ||
| 308 | *** Now defined via generic functions that can be extended via cl-defmethod. | ||
| 309 | *** Deprecate the 'map-put' macro in favor of a new 'map-put!' function. | ||
| 310 | *** map-contains-key now returns a boolean rather than the key. | ||
| 311 | *** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'. | ||
| 312 | |||
| 307 | --- | 313 | --- |
| 308 | ** Follow mode | 314 | ** Follow mode |
| 309 | In the current follow group of windows, "ghost" cursors are no longer | 315 | In the current follow group of windows, "ghost" cursors are no longer |
| @@ -398,6 +404,10 @@ with conflicts existed in earlier versions of Emacs, but incorrectly | |||
| 398 | never detected a conflict due to invalid assumptions about cached | 404 | never detected a conflict due to invalid assumptions about cached |
| 399 | values. | 405 | values. |
| 400 | 406 | ||
| 407 | +++ | ||
| 408 | *** 'C-u C-x v D' ('vc-root-version-diff') prompts for two revisions | ||
| 409 | and compares their entire trees. | ||
| 410 | |||
| 401 | ** Diff mode | 411 | ** Diff mode |
| 402 | *** Hunks are now automatically refined by default. | 412 | *** Hunks are now automatically refined by default. |
| 403 | To disable it, set the new defcustom 'diff-font-lock-refine' to nil. | 413 | To disable it, set the new defcustom 'diff-font-lock-refine' to nil. |