diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -95,6 +95,12 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | |||
| 95 | 95 | ||
| 96 | * Changes in Emacs 21.4 | 96 | * Changes in Emacs 21.4 |
| 97 | 97 | ||
| 98 | +++ | ||
| 99 | ** There are now two new regular expression operators, \_< and \_>, | ||
| 100 | for matching the beginning and end of a symbol. A symbol is a | ||
| 101 | non-empty sequence of either word or symbol constituent characters, as | ||
| 102 | specified by the syntax table. | ||
| 103 | |||
| 98 | ** Passing resources on the command line now works on MS Windows. | 104 | ** Passing resources on the command line now works on MS Windows. |
| 99 | You can use --xrm to pass resource settings to Emacs, overriding any | 105 | You can use --xrm to pass resource settings to Emacs, overriding any |
| 100 | existing values. For example: | 106 | existing values. For example: |