Mercurial > emacs
diff etc/NEWS @ 27881:f54471f7b913
replace-regexps-in-string, mouse-position-function, define-key-after change
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 26 Feb 2000 14:00:51 +0000 |
parents | dac12996b1b5 |
children | b8b910003631 |
line wrap: on
line diff
--- a/etc/NEWS Sat Feb 26 02:55:10 2000 +0000 +++ b/etc/NEWS Sat Feb 26 14:00:51 2000 +0000 @@ -978,6 +978,15 @@ 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.