diff options
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -1714,7 +1714,13 @@ t for all Emacs integers N. | |||
| 1714 | --- | 1714 | --- |
| 1715 | ** Calls that accept floating-point integers (for use on hosts with | 1715 | ** Calls that accept floating-point integers (for use on hosts with |
| 1716 | limited integer range) now signal an error if arguments are not | 1716 | limited integer range) now signal an error if arguments are not |
| 1717 | integral. For example '(decode-char 'ascii 0.5)' now signals an error. | 1717 | integral. For example '(decode-char 'ascii 0.5)' now signals an |
| 1718 | error. | ||
| 1719 | |||
| 1720 | --- | ||
| 1721 | ** Functions 'string-trim-left', 'string-trim-right' and 'string-trim' | ||
| 1722 | now accept optional arguments which specify the regexp of a substring | ||
| 1723 | to trim. | ||
| 1718 | 1724 | ||
| 1719 | +++ | 1725 | +++ |
| 1720 | ** The new function 'char-from-name' converts a Unicode name string | 1726 | ** The new function 'char-from-name' converts a Unicode name string |