diff options
| author | Stefan Monnier | 2010-12-26 18:17:09 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-26 18:17:09 -0500 |
| commit | 723ee192a5b3c6ebf589d325d5d004e57ce42652 (patch) | |
| tree | 64cf94c5c7fdda8f84f87767c8a612e58e27a8e6 /etc | |
| parent | e77714da30b53ec866d2bbfd88527b215a715bb0 (diff) | |
| download | emacs-723ee192a5b3c6ebf589d325d5d004e57ce42652.tar.gz emacs-723ee192a5b3c6ebf589d325d5d004e57ce42652.zip | |
* lisp/emacs-lisp/rx.el: Make it a superset of sregex.
(rx-constituents): Add `any => "."', mark `repeat' as taking any number
of args, add `regex' alias.
(rx-info): Add arg to distinguish head and standalone forms.
(rx-check, rx-form): Pass the corresponding arg.
(rx-**): Simplify.
(rx-repeat): Make it work for any number of args.
(rx-syntax): Make it accept syntax chars as is.
* lisp/obsolete/sregex.el: Move from emacs-lisp/.
* lisp/emacs-lisp/re-builder.el: Remove sregex support.
* lisp/emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -541,6 +541,8 @@ listing object name completions when being sent text via | |||
| 541 | 541 | ||
| 542 | *** An API for manipulating SQL product definitions has been added. | 542 | *** An API for manipulating SQL product definitions has been added. |
| 543 | 543 | ||
| 544 | ** sregex.el is now obsolete, since rx.el is a strict superset. | ||
| 545 | |||
| 544 | ** s-region.el is now declared obsolete, superceded by shift-select-mode | 546 | ** s-region.el is now declared obsolete, superceded by shift-select-mode |
| 545 | enabled by default in 23.1. | 547 | enabled by default in 23.1. |
| 546 | 548 | ||