diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -58,6 +58,12 @@ shaping, so 'configure' now recommends that combination. | |||
| 58 | ** The ftx font backend driver has been removed. | 58 | ** The ftx font backend driver has been removed. |
| 59 | It was declared obsolete in Emacs 27.1. | 59 | It was declared obsolete in Emacs 27.1. |
| 60 | 60 | ||
| 61 | --- | ||
| 62 | ** Emacs now installs a copy of its C source code, used for debugging help. | ||
| 63 | For example, pressing the first button in the *Help* buffer generated | ||
| 64 | by 'C-h f car RET' now takes you to a copy of the C-language | ||
| 65 | implementation of the function 'car'. | ||
| 66 | |||
| 61 | 67 | ||
| 62 | * Startup Changes in Emacs 28.1 | 68 | * Startup Changes in Emacs 28.1 |
| 63 | 69 | ||
| @@ -142,6 +148,9 @@ called when the function object is garbage-collected. Use | |||
| 142 | ** 'parse-time-string' can now parse ISO 8601 format strings, | 148 | ** 'parse-time-string' can now parse ISO 8601 format strings, |
| 143 | such as "2020-01-15T16:12:21-08:00". | 149 | such as "2020-01-15T16:12:21-08:00". |
| 144 | 150 | ||
| 151 | ** The new variable 'emacs-source-directory' gives the Emacs source | ||
| 152 | code location. | ||
| 153 | |||
| 145 | 154 | ||
| 146 | * Changes in Emacs 28.1 on Non-Free Operating Systems | 155 | * Changes in Emacs 28.1 on Non-Free Operating Systems |
| 147 | 156 | ||