From: Stefan Monnier Date: Fri, 22 Mar 2002 02:27:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16034 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=898a52c9c02e9efba8f16acf934dc918c66adc6e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f1f755236c..f0a34fbe4b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Stefan Monnier + + * Makefile.in (bootstrap): Make sure subdirs.el is ready. + 2002-03-21 Kim F. Storm * simple.el (open-network-stream, open-network-stream-nowait) @@ -11,8 +15,8 @@ 2002-03-21 Pavel Jan,Bm(Bk - * startup.el (fancy-splash-tail, normal-splash-screen): Update - copyright. + * startup.el (fancy-splash-tail, normal-splash-screen): + Update copyright. * novice.el (disabled-command-hook): Clarify output text to match prompt. @@ -30,28 +34,28 @@ 2002-03-20 Michael Kifer - * ediff-diff.el (ediff-install-fine-diff-if-necessary): take - the current highlighting style into account. - (ediff-forward-word-function,ediff-whitespace,ediff-word-1, - ediff-word-2,ediff-word-3,ediff-word-4): make them buffer local. + * ediff-diff.el (ediff-install-fine-diff-if-necessary): + Take the current highlighting style into account. + (ediff-forward-word-function,ediff-whitespace,ediff-word-1) + (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local. - * ediff-init.el (ediff-patch-job): new macro. + * ediff-init.el (ediff-patch-job): New macro. - * ediff-mult.el (ediff-make-new-meta-list-header): new API function. - (ediff-intersect-directories): use ediff-make-new-meta-list-header. + * ediff-mult.el (ediff-make-new-meta-list-header): New API function. + (ediff-intersect-directories): Use ediff-make-new-meta-list-header. - * ediff-ptch.el (ediff-map-patch-buffer): use - ediff-make-new-meta-list-header. - (ediff-fixup-patch-map): use the meta-list API from ediff-mult.el. + * ediff-ptch.el (ediff-map-patch-buffer): + Use ediff-make-new-meta-list-header. + (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el. - * ediff-util.el (ediff-toggle-hilit): fix toggling of highliting. - (ediff-select-difference): take highlighting style into account. - (ediff-clone-buffer-for-region-comparison): new function. - (ediff-inferior-compare-regions): added comparison of current diff + * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting. + (ediff-select-difference): Take highlighting style into account. + (ediff-clone-buffer-for-region-comparison): New function. + (ediff-inferior-compare-regions): Added comparison of current diff regions. - * ediff.el (ediff-clone-buffer-for-region-comparison, - ediff-clone-buffer-for-window-comparison): moved to ediff-util.el. + * ediff.el (ediff-clone-buffer-for-region-comparison) + (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el. 2002-03-19 pmr-sav diff --git a/lisp/Makefile.in b/lisp/Makefile.in index a0a1b06e884..307ebf1f368 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -274,7 +274,7 @@ bootstrap-clean: # Generate/update files for the bootstrap process. -bootstrap: autoloads compile-always custom-deps +bootstrap: subdirs.el autoloads compile-always custom-deps distclean: -rm -f ./Makefile