diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f89adcb139..a55a634dc05 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-02-05 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * loadup.el: Revert last two changes -- bootstrapping works with | ||
| 4 | regenerated loaddefs. | ||
| 5 | |||
| 1 | 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * isearch.el (isearch-forward): Doc fix. | 8 | * isearch.el (isearch-forward): Doc fix. |
diff --git a/src/ChangeLog b/src/ChangeLog index ef759c9f8c3..ac307862aa4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-02-05 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * puresize.h: Revert last change following loadup.el change. | ||
| 4 | |||
| 1 | 2001-02-05 Andrew Innes <andrewi@gnu.org> | 5 | 2001-02-05 Andrew Innes <andrewi@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in ($(EMACS)): Use $(THISDIR) instead of . in | 7 | * makefile.w32-in ($(EMACS)): Use $(THISDIR) instead of . in |