From: Dave Love Date: Thu, 20 Jul 2000 17:31:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2711 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc75b4fd467d6621a9484e9265ef830d0f1fe0dd;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ea8ee65281..193867a6bc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2000-07-20 Dave Love + + * 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 * timer.el (run-with-idle-timer): Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index eb7f7ecc3ff..9cfe1c40e59 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-07-20 Dave Love + + * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use + xfree, not free. + 2000-07-20 Eli Zaretskii * msdos.c (help_echo_window): New variable.