diff options
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. |