diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-13 09:26:20 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-13 09:26:20 -0800 |
commit | 98f4e336e879e54251694fa0d47b69d8d325176d (patch) | |
tree | b623c340b850debd5f2e907287f3c48735202aad /etc/NEWS.26 | |
parent | 1d135af78c3ddd502b5feb84884ea55cbc664753 (diff) | |
parent | 333d6f4d99a80f30ae6cd3880b9d9ec38a85691b (diff) | |
download | emacs-98f4e336e879e54251694fa0d47b69d8d325176d.tar.gz |
Merge from origin/emacs-26
333d6f4 (origin/emacs-26) More changes in the Emacs manual
52ca0d1 * lisp/vc/vc.el (vc-deduce-backend): Use ignore-errors.
69e8046 Don't signal error in vc-deduce-backend
f568c91 * doc/misc/tramp.texi: Index more user options.
92ca881 Minor change in the Emacs manual
e055a12 NEWS update about 'string-trim'
96b6e24 Clarify TRAMP process-environment interaction (Bug#30419)
4fa467e * lisp/progmodes/grep.el (grep-num-matches-found): New variable.
a22820a Avoid aborts in cm.c due to too small TTY frame
26f6441 Another set of improvements in the Emacs manual
cef3b42 Fix help in mode-line-mode-menu
f8a493c Improve documentation of desktop restoring
10637af Improve the Emacs manual's chapter "Frames"
d924953 Fix unbound mm-uu-entry in mm-uu
cb2487b Improve Emacs user manual in fixit.texi
66e9527 Another minor change in the manual
6a1c03d More minor changes in the Emacs manual
32fb8c4 Avoid printing garbled error message from image.el
Conflicts:
etc/NEWS
lisp/image.el
Diffstat (limited to 'etc/NEWS.26')
-rw-r--r-- | etc/NEWS.26 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26 index 00ff9cda8ef..a8880d0f323 100644 --- a/etc/NEWS.26 +++ b/etc/NEWS.26 @@ -1714,7 +1714,13 @@ t for all Emacs integers N. --- ** Calls that accept floating-point integers (for use on hosts with limited integer range) now signal an error if arguments are not -integral. For example '(decode-char 'ascii 0.5)' now signals an error. +integral. For example '(decode-char 'ascii 0.5)' now signals an +error. + +--- +** Functions 'string-trim-left', 'string-trim-right' and 'string-trim' +now accept optional arguments which specify the regexp of a substring +to trim. +++ ** The new function 'char-from-name' converts a Unicode name string |