aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82778db7be8..adbe4f41c51 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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 \_>,
100for matching the beginning and end of a symbol. A symbol is a
101non-empty sequence of either word or symbol constituent characters, as
102specified 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.
99You can use --xrm to pass resource settings to Emacs, overriding any 105You can use --xrm to pass resource settings to Emacs, overriding any
100existing values. For example: 106existing values. For example: