diff options
| author | Paul Eggert | 2016-01-30 11:43:26 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 11:43:26 -0800 |
| commit | cb4e054e41cdb7e398351a5ae8224759e721349e (patch) | |
| tree | ae2bec4f10425bd61e2a90563edc178d382bb4b8 /etc | |
| parent | e6d575316a42946aac6d83c9587f09afd1a59d98 (diff) | |
| parent | 60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff) | |
| download | emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip | |
-
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 32 |
1 files changed, 16 insertions, 16 deletions
| @@ -142,7 +142,7 @@ and silent rules are now quieter. To get the old behavior where | |||
| 142 | build with 'make V=1'. | 142 | build with 'make V=1'. |
| 143 | 143 | ||
| 144 | --- | 144 | --- |
| 145 | ** The configure option '--with-gameuser' now allows to specify a | 145 | ** The configure option '--with-gameuser' now allows you to specify a |
| 146 | group instead of a user if its argument is prefixed by ':' (a colon). | 146 | group instead of a user if its argument is prefixed by ':' (a colon). |
| 147 | This will cause the game score files in ${localstatedir}/games/emacs | 147 | This will cause the game score files in ${localstatedir}/games/emacs |
| 148 | to be owned by that group, and the helper program for updating them to | 148 | to be owned by that group, and the helper program for updating them to |
| @@ -234,9 +234,8 @@ by default, and must be enabled by using the `--with-modules' option | |||
| 234 | at configure time. | 234 | at configure time. |
| 235 | 235 | ||
| 236 | +++ | 236 | +++ |
| 237 | ** Any file of the form .dir-locals*.el is now considered a dir-local | 237 | ** A second dir-local file (.dir-locals-2.el) is now accepted. |
| 238 | file, and multiple such files can be used in the same directory. See | 238 | See the variable `dir-locals-file-2' for more information. |
| 239 | the variable `dir-locals-file' for more information. | ||
| 240 | 239 | ||
| 241 | +++ | 240 | +++ |
| 242 | ** Network security (TLS/SSL certificate validity and the like) is | 241 | ** Network security (TLS/SSL certificate validity and the like) is |
| @@ -263,9 +262,9 @@ select-enable-primary is ineffective since the system doesn't | |||
| 263 | have the equivalent of a primary selection. | 262 | have the equivalent of a primary selection. |
| 264 | 263 | ||
| 265 | +++ | 264 | +++ |
| 266 | ** New option `switch-to-buffer-in-dedicated-window' allows to customize | 265 | ** New option `switch-to-buffer-in-dedicated-window' allows you to |
| 267 | how `switch-to-buffer' proceeds interactively when the selected window | 266 | customize how `switch-to-buffer' proceeds interactively when the |
| 268 | is strongly dedicated to its buffer. | 267 | selected window is strongly dedicated to its buffer. |
| 269 | 268 | ||
| 270 | +++ | 269 | +++ |
| 271 | ** The option `even-window-heights' has been renamed to | 270 | ** The option `even-window-heights' has been renamed to |
| @@ -920,11 +919,12 @@ plist will contain a :peer element that has the output of | |||
| 920 | ** Tramp | 919 | ** Tramp |
| 921 | 920 | ||
| 922 | +++ | 921 | +++ |
| 923 | *** New connection method "afp", which allows to access Mac OS X | 922 | *** New connection method "afp", which allows you to access Mac OS X |
| 924 | volumes via the Apple Filing Protocol. | 923 | volumes via the Apple Filing Protocol. |
| 925 | 924 | ||
| 926 | +++ | 925 | +++ |
| 927 | *** New connection method "nc", which allows to access dumb busyboxes. | 926 | *** New connection method "nc", which allows you to access dumb |
| 927 | busyboxes. | ||
| 928 | 928 | ||
| 929 | +++ | 929 | +++ |
| 930 | *** Method-specific parameters can be overwritten now with variable | 930 | *** Method-specific parameters can be overwritten now with variable |
| @@ -1288,7 +1288,7 @@ node "Generic Functions" in the Emacs Lisp manual for more details. | |||
| 1288 | let-bind the values stored in an alist. | 1288 | let-bind the values stored in an alist. |
| 1289 | 1289 | ||
| 1290 | --- | 1290 | --- |
| 1291 | ** `tildify-mode' allows to automatically insert hard spaces as one | 1291 | ** `tildify-mode' allows automatic insertion of hard spaces as one |
| 1292 | types the text. Breaking line after a single-character words is | 1292 | types the text. Breaking line after a single-character words is |
| 1293 | forbidden by Czech and Polish typography (and may be discouraged in | 1293 | forbidden by Czech and Polish typography (and may be discouraged in |
| 1294 | other languages), so `auto-tildify-mode' makes it easier to create | 1294 | other languages), so `auto-tildify-mode' makes it easier to create |
| @@ -1492,7 +1492,7 @@ commands other than the predefined `C-u'. | |||
| 1492 | 1492 | ||
| 1493 | +++ | 1493 | +++ |
| 1494 | ** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'. | 1494 | ** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'. |
| 1495 | These allow to convert between buffer positions and the corresponding | 1495 | These allow conversion between buffer positions and the corresponding |
| 1496 | file byte offsets, given the file's encoding. | 1496 | file byte offsets, given the file's encoding. |
| 1497 | 1497 | ||
| 1498 | +++ | 1498 | +++ |
| @@ -1615,14 +1615,14 @@ called interactively. | |||
| 1615 | ** New function `function-put' to use instead of `put' for function properties. | 1615 | ** New function `function-put' to use instead of `put' for function properties. |
| 1616 | 1616 | ||
| 1617 | +++ | 1617 | +++ |
| 1618 | ** The new function `bidi-find-overridden-directionality' allows to | 1618 | ** The new function `bidi-find-overridden-directionality' allows you to |
| 1619 | find characters whose directionality was, perhaps maliciously, | 1619 | find characters whose directionality was, perhaps maliciously, |
| 1620 | overridden by directional override control characters. Lisp programs | 1620 | overridden by directional override control characters. Lisp programs |
| 1621 | can use this to detect potential phishing of URLs and other links that | 1621 | can use this to detect potential phishing of URLs and other links that |
| 1622 | exploits bidirectional display reordering. | 1622 | exploits bidirectional display reordering. |
| 1623 | 1623 | ||
| 1624 | +++ | 1624 | +++ |
| 1625 | ** The new function `buffer-substring-with-bidi-context' allows to | 1625 | ** The new function `buffer-substring-with-bidi-context' allows you to |
| 1626 | copy a portion of a buffer into a different location while preserving | 1626 | copy a portion of a buffer into a different location while preserving |
| 1627 | the visual appearance both of the copied text and the text at | 1627 | the visual appearance both of the copied text and the text at |
| 1628 | destination, even when the copied text includes mixed bidirectional | 1628 | destination, even when the copied text includes mixed bidirectional |
| @@ -1745,7 +1745,7 @@ undocumented integer-pair format. Instead, they return a list of two | |||
| 1745 | integers. | 1745 | integers. |
| 1746 | 1746 | ||
| 1747 | +++ | 1747 | +++ |
| 1748 | ** New function `set-binary-mode' allows to switch a standard stream | 1748 | ** New function `set-binary-mode' allows switching a standard stream |
| 1749 | of the Emacs process to binary I/O mode. | 1749 | of the Emacs process to binary I/O mode. |
| 1750 | 1750 | ||
| 1751 | +++ | 1751 | +++ |
| @@ -1856,8 +1856,8 @@ fullwidth frames, the behavior may depend on the toolkit used. | |||
| 1856 | number of columns or lines it displays. | 1856 | number of columns or lines it displays. |
| 1857 | 1857 | ||
| 1858 | +++ | 1858 | +++ |
| 1859 | *** New function `window-preserve-size' allows to preserve the size of | 1859 | *** New function `window-preserve-size' allows you to preserve the size of |
| 1860 | windows without "fixing" it. It's supported by `fit-window-to-buffer', | 1860 | a window without "fixing" it. It's supported by `fit-window-to-buffer', |
| 1861 | `temp-buffer-resize-mode' and `display-buffer'. | 1861 | `temp-buffer-resize-mode' and `display-buffer'. |
| 1862 | 1862 | ||
| 1863 | +++ | 1863 | +++ |