]> git.eshelyaron.com Git - emacs.git/commitdiff
replace-regexps-in-string, mouse-position-function, define-key-after change
authorDave Love <fx@gnu.org>
Sat, 26 Feb 2000 14:00:51 +0000 (14:00 +0000)
committerDave Love <fx@gnu.org>
Sat, 26 Feb 2000 14:00:51 +0000 (14:00 +0000)
etc/NEWS

index f4029691f170b47b1755faeb7fc6af2527cebefe..a57deaf0c92fa33a4ccefd8e5590e55e25589f61 100644 (file)
--- 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.