diff --git a/ChangeLog b/ChangeLog index 135108d8e9a..97a88025d10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-24 Gerd Moellmann + + * configure.in: Use $MAKE for `make' if set. + 2001-10-22 Gerd Moellmann * Makefile.in (install-arch-indep): Add -h (follow symlinks) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5adb997df94..b1655e2a1e7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2001-10-24 Gerd Moellmann + * replace.el (perform-replace): Move START and END parameters + to the end of the argument list and make them optional. + + * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in + perform-replace. + * international/fontset.el (x-must-resolve-font-name): New function. (x-complement-fontset-spec): Use it.