From: Gerd Moellmann Date: Wed, 24 Oct 2001 12:39:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.2~469 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a7b4c36cedf7bf207c8e09b603c6d325ec46f97;p=emacs.git *** empty log message *** --- 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.