comparison etc/NEWS @ 112017:db006527425b

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 26 Dec 2010 18:17:09 -0500
parents b476e8175f20
children ff459bc4b620
comparison
equal deleted inserted replaced
112016:dd7d92a355c6 112017:db006527425b
539 listing object name completions when being sent text via 539 listing object name completions when being sent text via
540 `sql-send-*' functions. 540 `sql-send-*' functions.
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
547 ** gdb-mi 549 ** gdb-mi
548 550