diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -317,6 +317,16 @@ optional argument specifying whether to follow symbolic links. | |||
| 317 | ** 'parse-time-string' can now parse ISO 8601 format strings, | 317 | ** 'parse-time-string' can now parse ISO 8601 format strings, |
| 318 | such as "2020-01-15T16:12:21-08:00". | 318 | such as "2020-01-15T16:12:21-08:00". |
| 319 | 319 | ||
| 320 | --- | ||
| 321 | ** 'make-network-process', 'make-serial-process' :coding behavior change. | ||
| 322 | Previously, passing ":coding nil" to either of these functions would | ||
| 323 | override any non-nil binding for 'coding-system-for-read' and | ||
| 324 | 'coding-system-for-write'. For consistency with 'make-process' and | ||
| 325 | 'make-pipe-process', passing ":coding nil" is now ignored. No code in | ||
| 326 | Emacs depended on the previous behavior; if you really want the | ||
| 327 | process' coding-system to be nil, use 'set-process-coding-system' | ||
| 328 | after the process has been created, or pass in ":coding '(nil nil)". | ||
| 329 | |||
| 320 | 330 | ||
| 321 | * Changes in Emacs 28.1 on Non-Free Operating Systems | 331 | * Changes in Emacs 28.1 on Non-Free Operating Systems |
| 322 | 332 | ||