diff options
| author | Dave Love | 2000-07-20 17:31:18 +0000 |
|---|---|---|
| committer | Dave Love | 2000-07-20 17:31:18 +0000 |
| commit | bc75b4fd467d6621a9484e9265ef830d0f1fe0dd (patch) | |
| tree | 1642c03a024d75787221f0893a9075353dfb4137 | |
| parent | 51107a70f5cd426cbdab907eb5512c99a7b1e72f (diff) | |
| download | emacs-bc75b4fd467d6621a9484e9265ef830d0f1fe0dd.tar.gz emacs-bc75b4fd467d6621a9484e9265ef830d0f1fe0dd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ea8ee65281..193867a6bc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-07-20 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * net/goto-addr.el (goto-address-fontify): Don't bother with | ||
| 4 | buffer-modified and read-only stuff -- irrelevant with overlays. | ||
| 5 | Put an extra property on the overlays and use it to clean up in | ||
| 6 | case goto-address is re-run. | ||
| 7 | |||
| 1 | 2000-07-19 Richard M. Stallman <rms@gnu.org> | 8 | 2000-07-19 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * timer.el (run-with-idle-timer): Doc fix. | 10 | * 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 @@ | |||
| 1 | 2000-07-20 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use | ||
| 4 | xfree, not free. | ||
| 5 | |||
| 1 | 2000-07-20 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2000-07-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * msdos.c (help_echo_window): New variable. | 8 | * msdos.c (help_echo_window): New variable. |