Mercurial > emacs
changeset 30346:e720a582ab3b
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 20 Jul 2000 17:31:18 +0000 |
parents | d24028985f3d |
children | a8a6780670ad |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 20 17:29:46 2000 +0000 +++ b/lisp/ChangeLog Thu Jul 20 17:31:18 2000 +0000 @@ -1,3 +1,10 @@ +2000-07-20 Dave Love <fx@gnu.org> + + * net/goto-addr.el (goto-address-fontify): Don't bother with + buffer-modified and read-only stuff -- irrelevant with overlays. + Put an extra property on the overlays and use it to clean up in + case goto-address is re-run. + 2000-07-19 Richard M. Stallman <rms@gnu.org> * timer.el (run-with-idle-timer): Doc fix.
--- a/src/ChangeLog Thu Jul 20 17:29:46 2000 +0000 +++ b/src/ChangeLog Thu Jul 20 17:31:18 2000 +0000 @@ -1,3 +1,8 @@ +2000-07-20 Dave Love <fx@gnu.org> + + * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use + xfree, not free. + 2000-07-20 Eli Zaretskii <eliz@is.elta.co.il> * msdos.c (help_echo_window): New variable.