]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 20 Jul 2000 17:31:18 +0000 (17:31 +0000)
committerDave Love <fx@gnu.org>
Thu, 20 Jul 2000 17:31:18 +0000 (17:31 +0000)
lisp/ChangeLog
src/ChangeLog

index 4ea8ee65281d20a0e9244d9f2a50d9ea48000305..193867a6bc8291e0162e497f6436ca93f50485c5 100644 (file)
@@ -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.
index eb7f7ecc3ffacfb72e0d9efb9bf19b427e64ca8b..9cfe1c40e59aef0cf63c542be0669794d870815e 100644 (file)
@@ -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.