diff options
| author | Glenn Morris | 2018-02-05 07:50:22 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-05 07:50:22 -0800 |
| commit | a0c7157a16481b0523ad20cda9115f9435188f73 (patch) | |
| tree | 4e23a700da7c493f54f0afeb337fd963502115cb /etc | |
| parent | c24c5dc4a4cc18e7f1ec949efcfe1d4bae541d02 (diff) | |
| parent | c787a4968273027960a20ced6d63bae0d1ffa87e (diff) | |
| download | emacs-a0c7157a16481b0523ad20cda9115f9435188f73.tar.gz emacs-a0c7157a16481b0523ad20cda9115f9435188f73.zip | |
Merge from origin/emacs-26
c787a49 (origin/emacs-26) * lisp/vc/vc-git.el (vc-git-print-log): Res...
b654791 * doc/emacs/misc.texi (Interactive Shell): Refer to node "Min...
f1102d2 Yet another round of fixing the Emacs manual
76b5a68 * etc/NEWS: Expunge the solecism "allow(s)" + infinitive
b4ff8cc Two minor fixes in Antinews
aafcd12 * etc/NEWS: Rename image-dired-thumb-job-limit
a893924 * lisp/simple.el (async-shell-command, shell-command): Fix gr...
699081f Fix deferred display of async shell-command buffers
d2d5e54 Mention remote file name completion in Emacs manual
f589f5a Yest another round of manual copyedits
1ed4089 Update xdisp.c commentary
e23de39 Fix Bug#30324
e1a9dc0 Recognize Org as builtin package (bug#30310)
Conflicts:
etc/NEWS
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.26 | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26 index 76e6316ca2e..00ff9cda8ef 100644 --- a/etc/NEWS.26 +++ b/etc/NEWS.26 | |||
| @@ -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'. |
| 267 | This option allows to drag the entire region of text to another place | 267 | This option allows you to drag the entire region of text to another |
| 268 | or another buffer. Its behavior is customizable via the new options | 268 | place or another buffer. Its behavior is customizable via the new |
| 269 | 'mouse-drag-and-drop-region-cut-when-buffers-differ', | 269 | options '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. | |||
| 481 | libraries: 'find-library-other-window' and 'find-library-other-frame'. | 481 | libraries: '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 |
| 485 | display of raw bytes from octal to hex. | 485 | the 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'. |
| 858 | This allows to enlarge the maximum recursion depth when instrumenting | 858 | This allows you to enlarge the maximum recursion depth when |
| 859 | code. | 859 | instrumenting code. |
| 860 | 860 | ||
| 861 | ** Eshell | 861 | ** Eshell |
| 862 | 862 | ||
| @@ -958,7 +958,7 @@ the function 'image-dired-setup-dired-keybindings'. | |||
| 958 | --- | 958 | --- |
| 959 | *** Thumbnail generation is now asynchronous. | 959 | *** Thumbnail generation is now asynchronous. |
| 960 | The number of concurrent processes is limited by the variable | 960 | The number of concurrent processes is limited by the variable |
| 961 | 'image-dired-thumb-job-limit'. | 961 | 'image-dired-queue-active-limit'. |
| 962 | 962 | ||
| 963 | --- | 963 | --- |
| 964 | *** 'image-dired-thumbnail-storage' has a new option 'standard-large' | 964 | *** 'image-dired-thumbnail-storage' has a new option 'standard-large' |
| @@ -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 |
| 1060 | remote file name syntax. | 1060 | alternative 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 |
| 1071 | Drive onsite repositories. | 1071 | Drive onsite repositories. |
| 1072 | 1072 | ||
| 1073 | +++ | 1073 | +++ |
| @@ -1169,6 +1169,9 @@ branch-related commands on a keymap bound to 'B'. | |||
| 1169 | *** 'vc-region-history' is now bound to 'C-x v h', replacing the older | 1169 | *** 'vc-region-history' is now bound to 'C-x v h', replacing the older |
| 1170 | 'vc-insert-headers' binding. | 1170 | 'vc-insert-headers' binding. |
| 1171 | 1171 | ||
| 1172 | *** New user option 'vc-git-print-log-follow' to follow renames in Git logs | ||
| 1173 | for a single file. | ||
| 1174 | |||
| 1172 | ** CC mode | 1175 | ** CC mode |
| 1173 | 1176 | ||
| 1174 | --- | 1177 | --- |
| @@ -1868,10 +1871,11 @@ focus via the mouse. | |||
| 1868 | frame. | 1871 | frame. |
| 1869 | 1872 | ||
| 1870 | +++ | 1873 | +++ |
| 1871 | **** 'width' and 'height' allow to specify pixel values and ratios now. | 1874 | **** 'width' and 'height' now allow the specification of pixel values |
| 1875 | and ratios. | ||
| 1872 | 1876 | ||
| 1873 | +++ | 1877 | +++ |
| 1874 | **** 'left' and 'top' allow to specify ratios now. | 1878 | **** 'left' and 'top' now allow the specification of ratios. |
| 1875 | 1879 | ||
| 1876 | +++ | 1880 | +++ |
| 1877 | **** 'keep-ratio' preserves size and position of child frames when their | 1881 | **** 'keep-ratio' preserves size and position of child frames when their |
| @@ -1892,7 +1896,7 @@ handle fitting a frame to its buffer individually. | |||
| 1892 | +++ | 1896 | +++ |
| 1893 | **** 'drag-internal-border', 'drag-with-header-line', | 1897 | **** 'drag-internal-border', 'drag-with-header-line', |
| 1894 | 'drag-with-mode-line', 'snap-width', 'top-visible' and 'bottom-visible' | 1898 | 'drag-with-mode-line', 'snap-width', 'top-visible' and 'bottom-visible' |
| 1895 | allow to drag and resize frames with the mouse. | 1899 | allow dragging and resizing frames with the mouse. |
| 1896 | 1900 | ||
| 1897 | +++ | 1901 | +++ |
| 1898 | **** 'minibuffer' is now set to the default minibuffer window when | 1902 | **** 'minibuffer' is now set to the default minibuffer window when |
| @@ -1939,8 +1943,9 @@ like a single live window - is now official. For details consult the | |||
| 1939 | section "(elisp) Atomic Windows" in the ELisp manual. | 1943 | section "(elisp) Atomic Windows" in the ELisp manual. |
| 1940 | 1944 | ||
| 1941 | +++ | 1945 | +++ |
| 1942 | *** New 'display-buffer' alist entry 'window-parameters' allows to | 1946 | *** New 'display-buffer' alist entry 'window-parameters' allows the |
| 1943 | assign window parameters to the window used for displaying the buffer. | 1947 | assignment of window parameters to the window used for displaying the |
| 1948 | buffer. | ||
| 1944 | 1949 | ||
| 1945 | +++ | 1950 | +++ |
| 1946 | *** New function 'display-buffer-reuse-mode-window' is an action function | 1951 | *** New function 'display-buffer-reuse-mode-window' is an action function |
| @@ -1960,7 +1965,7 @@ its window gets deleted by 'delete-other-windows'. | |||
| 1960 | 1965 | ||
| 1961 | +++ | 1966 | +++ |
| 1962 | *** New window parameters 'mode-line-format' and 'header-line-format' | 1967 | *** New window parameters 'mode-line-format' and 'header-line-format' |
| 1963 | allow to override the buffer-local formats for this window. | 1968 | allow the buffer-local formats for this window to be overridden. |
| 1964 | 1969 | ||
| 1965 | +++ | 1970 | +++ |
| 1966 | *** New command 'window-swap-states' swaps the states of two live | 1971 | *** New command 'window-swap-states' swaps the states of two live |