aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2018-02-04 17:18:39 +0000
committerAlan Mackenzie2018-02-04 17:18:39 +0000
commit76b5a687d07b93dc7e292b72da6ad82001ff1fe3 (patch)
tree0ab070444bd5f032889c565ee58f9838e4eabe8f
parentb4ff8cc591250823d726d59340d32cd72f1103f0 (diff)
downloademacs-76b5a687d07b93dc7e292b72da6ad82001ff1fe3.tar.gz
emacs-76b5a687d07b93dc7e292b72da6ad82001ff1fe3.zip
* etc/NEWS: Expunge the solecism "allow(s)" + infinitive
-rw-r--r--etc/NEWS34
1 files changed, 18 insertions, 16 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5b3e4454766..02385d2b70d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -264,9 +264,9 @@ to non-nil moves point to the beginning of the region.
264 264
265+++ 265+++
266** New user option 'mouse-drag-and-drop-region'. 266** New user option 'mouse-drag-and-drop-region'.
267This option allows to drag the entire region of text to another place 267This option allows you to drag the entire region of text to another
268or another buffer. Its behavior is customizable via the new options 268place or another buffer. Its behavior is customizable via the new
269'mouse-drag-and-drop-region-cut-when-buffers-differ', 269options 'mouse-drag-and-drop-region-cut-when-buffers-differ',
270'mouse-drag-and-drop-region-show-tooltip', and 270'mouse-drag-and-drop-region-show-tooltip', and
271'mouse-drag-and-drop-region-show-cursor'. 271'mouse-drag-and-drop-region-show-cursor'.
272 272
@@ -481,8 +481,8 @@ commands.
481libraries: 'find-library-other-window' and 'find-library-other-frame'. 481libraries: 'find-library-other-window' and 'find-library-other-frame'.
482 482
483+++ 483+++
484** The new variable 'display-raw-bytes-as-hex' allows to change the 484** The new variable 'display-raw-bytes-as-hex' allows you to change
485display of raw bytes from octal to hex. 485the display of raw bytes from octal to hex.
486 486
487+++ 487+++
488** You can now provide explicit field numbers in format specifiers. 488** You can now provide explicit field numbers in format specifiers.
@@ -855,8 +855,8 @@ breakpoint (e.g. with "f" and "o") by customizing the new option
855 855
856+++ 856+++
857*** New customizable option 'edebug-max-depth'. 857*** New customizable option 'edebug-max-depth'.
858This allows to enlarge the maximum recursion depth when instrumenting 858This allows you to enlarge the maximum recursion depth when
859code. 859instrumenting code.
860 860
861** Eshell 861** Eshell
862 862
@@ -1056,8 +1056,8 @@ A valid remote file name starts with "/method:host:" or
1056"/-::" is the shortest remote file name then. 1056"/-::" is the shortest remote file name then.
1057 1057
1058+++ 1058+++
1059*** The command 'tramp-change-syntax' allows to choose an alternative 1059*** The command 'tramp-change-syntax' allows you to choose an
1060remote file name syntax. 1060alternative remote file name syntax.
1061 1061
1062+++ 1062+++
1063*** New connection method "sg", which supports editing files under a 1063*** New connection method "sg", which supports editing files under a
@@ -1067,7 +1067,7 @@ different group ID.
1067*** New connection method "doas" for OpenBSD hosts. 1067*** New connection method "doas" for OpenBSD hosts.
1068 1068
1069+++ 1069+++
1070*** New connection method "gdrive", which allows to access Google 1070*** New connection method "gdrive", which allows access to Google
1071Drive onsite repositories. 1071Drive onsite repositories.
1072 1072
1073+++ 1073+++
@@ -1868,10 +1868,11 @@ focus via the mouse.
1868frame. 1868frame.
1869 1869
1870+++ 1870+++
1871**** 'width' and 'height' allow to specify pixel values and ratios now. 1871**** 'width' and 'height' now allow the specification of pixel values
1872and ratios.
1872 1873
1873+++ 1874+++
1874**** 'left' and 'top' allow to specify ratios now. 1875**** 'left' and 'top' now allow the specification of ratios.
1875 1876
1876+++ 1877+++
1877**** 'keep-ratio' preserves size and position of child frames when their 1878**** 'keep-ratio' preserves size and position of child frames when their
@@ -1892,7 +1893,7 @@ handle fitting a frame to its buffer individually.
1892+++ 1893+++
1893**** 'drag-internal-border', 'drag-with-header-line', 1894**** 'drag-internal-border', 'drag-with-header-line',
1894'drag-with-mode-line', 'snap-width', 'top-visible' and 'bottom-visible' 1895'drag-with-mode-line', 'snap-width', 'top-visible' and 'bottom-visible'
1895allow to drag and resize frames with the mouse. 1896allow dragging and resizing frames with the mouse.
1896 1897
1897+++ 1898+++
1898**** 'minibuffer' is now set to the default minibuffer window when 1899**** 'minibuffer' is now set to the default minibuffer window when
@@ -1939,8 +1940,9 @@ like a single live window - is now official. For details consult the
1939section "(elisp) Atomic Windows" in the ELisp manual. 1940section "(elisp) Atomic Windows" in the ELisp manual.
1940 1941
1941+++ 1942+++
1942*** New 'display-buffer' alist entry 'window-parameters' allows to 1943*** New 'display-buffer' alist entry 'window-parameters' allows the
1943assign window parameters to the window used for displaying the buffer. 1944assignment of window parameters to the window used for displaying the
1945buffer.
1944 1946
1945+++ 1947+++
1946*** New function 'display-buffer-reuse-mode-window' is an action function 1948*** New function 'display-buffer-reuse-mode-window' is an action function
@@ -1960,7 +1962,7 @@ its window gets deleted by 'delete-other-windows'.
1960 1962
1961+++ 1963+++
1962*** New window parameters 'mode-line-format' and 'header-line-format' 1964*** New window parameters 'mode-line-format' and 'header-line-format'
1963allow to override the buffer-local formats for this window. 1965allow the buffer-local formats for this window to be overridden.
1964 1966
1965+++ 1967+++
1966*** New command 'window-swap-states' swaps the states of two live 1968*** New command 'window-swap-states' swaps the states of two live