diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1101,6 +1101,14 @@ subexpression. | |||
| 1101 | When there is no menu for a mode, display the mode name after the | 1101 | When there is no menu for a mode, display the mode name after the |
| 1102 | indicator instead of just the indicator (which is sometimes cryptic). | 1102 | indicator instead of just the indicator (which is sometimes cryptic). |
| 1103 | 1103 | ||
| 1104 | ** rx | ||
| 1105 | |||
| 1106 | --- | ||
| 1107 | *** rx now handles raw bytes in character alternatives correctly, | ||
| 1108 | when given in a string. Previously, '(any "\x80-\xff")' would match | ||
| 1109 | characters U+0080...U+00FF. Now the expression matches raw bytes in | ||
| 1110 | the 128...255 range, as expected. | ||
| 1111 | |||
| 1104 | 1112 | ||
| 1105 | * New Modes and Packages in Emacs 27.1 | 1113 | * New Modes and Packages in Emacs 27.1 |
| 1106 | 1114 | ||