From: Dave Love Date: Sat, 26 Feb 2000 14:00:51 +0000 (+0000) Subject: replace-regexps-in-string, mouse-position-function, define-key-after change X-Git-Tag: emacs-pretest-21.0.90~4870 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16ce590d28ac214929f63381a737118167363b47;p=emacs.git replace-regexps-in-string, mouse-position-function, define-key-after change --- diff --git a/etc/NEWS b/etc/NEWS index f4029691f17..a57deaf0c92 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -978,6 +978,15 @@ Note that +++ before an item means the Lisp manual has been updated. When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. ++++ +** The last argument of `define-key-after' defaults to t for convenience. + +** The new function `replace-regexps-in-string' replaces all matches +for a regexp in a string. + +** `mouse-position' now runs the abnormal hook +`mouse-position-function'. + ** The function string-to-number now returns a float for numbers that don't fit into a Lisp integer.