aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-01-30 11:43:26 -0800
committerPaul Eggert2016-01-30 11:43:26 -0800
commitcb4e054e41cdb7e398351a5ae8224759e721349e (patch)
treeae2bec4f10425bd61e2a90563edc178d382bb4b8 /etc
parente6d575316a42946aac6d83c9587f09afd1a59d98 (diff)
parent60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff)
downloademacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz
emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip
-
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS32
1 files changed, 16 insertions, 16 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d6044ce2c2b..a1292db61de 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -142,7 +142,7 @@ and silent rules are now quieter. To get the old behavior where
142build with 'make V=1'. 142build 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
146group instead of a user if its argument is prefixed by ':' (a colon). 146group instead of a user if its argument is prefixed by ':' (a colon).
147This will cause the game score files in ${localstatedir}/games/emacs 147This will cause the game score files in ${localstatedir}/games/emacs
148to be owned by that group, and the helper program for updating them to 148to 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
234at configure time. 234at 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.
238file, and multiple such files can be used in the same directory. See 238See the variable `dir-locals-file-2' for more information.
239the 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
263have the equivalent of a primary selection. 262have 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
267how `switch-to-buffer' proceeds interactively when the selected window 266customize how `switch-to-buffer' proceeds interactively when the
268is strongly dedicated to its buffer. 267selected 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
924volumes via the Apple Filing Protocol. 923volumes 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
927busyboxes.
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.
1288let-bind the values stored in an alist. 1288let-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
1292types the text. Breaking line after a single-character words is 1292types the text. Breaking line after a single-character words is
1293forbidden by Czech and Polish typography (and may be discouraged in 1293forbidden by Czech and Polish typography (and may be discouraged in
1294other languages), so `auto-tildify-mode' makes it easier to create 1294other 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'.
1495These allow to convert between buffer positions and the corresponding 1495These allow conversion between buffer positions and the corresponding
1496file byte offsets, given the file's encoding. 1496file 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
1619find characters whose directionality was, perhaps maliciously, 1619find characters whose directionality was, perhaps maliciously,
1620overridden by directional override control characters. Lisp programs 1620overridden by directional override control characters. Lisp programs
1621can use this to detect potential phishing of URLs and other links that 1621can use this to detect potential phishing of URLs and other links that
1622exploits bidirectional display reordering. 1622exploits 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
1626copy a portion of a buffer into a different location while preserving 1626copy a portion of a buffer into a different location while preserving
1627the visual appearance both of the copied text and the text at 1627the visual appearance both of the copied text and the text at
1628destination, even when the copied text includes mixed bidirectional 1628destination, even when the copied text includes mixed bidirectional
@@ -1745,7 +1745,7 @@ undocumented integer-pair format. Instead, they return a list of two
1745integers. 1745integers.
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
1749of the Emacs process to binary I/O mode. 1749of 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
1860windows without "fixing" it. It's supported by `fit-window-to-buffer', 1860a 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+++