diff options
| author | Glenn Morris | 2020-03-18 07:50:37 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-03-18 07:50:37 -0700 |
| commit | 64d9b4cd762cd39749b899343cb4878e5998a170 (patch) | |
| tree | d53ca326b506c75d3151a37ac35a199ae7c780e3 /etc | |
| parent | d815e1ea521aac866eb9c305b64a1d4486fea86f (diff) | |
| parent | e92b8e535aa599fa4477578f3e5d0657e494fdd0 (diff) | |
| download | emacs-64d9b4cd762cd39749b899343cb4878e5998a170.tar.gz emacs-64d9b4cd762cd39749b899343cb4878e5998a170.zip | |
Merge from origin/emacs-27
e92b8e535a (origin/emacs-27) Remove raw carriage return characters fr...
5747a59a88 Recalculate default font when switching font backend
a2dd8c4234 * lisp/tab-line.el: Fix tab-line-format and tab-line-forma...
a7b8291b6c * etc/NEWS: Make the `--eval` example slightly more precise
f8254aad14 * lisp/image/image-converter.el: Support more ImageMagick ...
5beb269505 Support Unicode 13.0
3a671ad7ed Fix regression in wisent-total-conflicts
# Conflicts:
# etc/NEWS
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.27 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27 index 63003191699..b41541c715f 100644 --- a/etc/NEWS.27 +++ b/etc/NEWS.27 | |||
| @@ -229,6 +229,9 @@ the new version of the file again.) | |||
| 229 | 229 | ||
| 230 | * Changes in Emacs 27.1 | 230 | * Changes in Emacs 27.1 |
| 231 | 231 | ||
| 232 | --- | ||
| 233 | ** Emacs now supports Unicode Standard version 13.0. | ||
| 234 | |||
| 232 | +++ | 235 | +++ |
| 233 | ** Emacs now supports resizing and rotating images without ImageMagick. | 236 | ** Emacs now supports resizing and rotating images without ImageMagick. |
| 234 | All modern systems support this feature. (On GNU and Unix systems, | 237 | All modern systems support this feature. (On GNU and Unix systems, |
| @@ -365,7 +368,7 @@ lexical-binding in mind, or will work unchanged under | |||
| 365 | lexical-binding. If, for some reason, your code used in 'M-:' or | 368 | lexical-binding. If, for some reason, your code used in 'M-:' or |
| 366 | '--eval' doesn't work as result of this change, either modify the code | 369 | '--eval' doesn't work as result of this change, either modify the code |
| 367 | to work with lexical binding, or wrap it in an extra level of 'eval'. | 370 | to work with lexical binding, or wrap it in an extra level of 'eval'. |
| 368 | For example, --eval FORM becomes --eval "(eval 'FORM)" (note the extra | 371 | For example, --eval "FORM" becomes --eval "(eval 'FORM)" (note the extra |
| 369 | quote in 'FORM). | 372 | quote in 'FORM). |
| 370 | 373 | ||
| 371 | --- | 374 | --- |