Mercurial > emacs
changeset 46630:35665ffbedeb
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Tue, 23 Jul 2002 00:06:22 +0000 |
parents | 73124278175b |
children | 527b6139edd2 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jul 23 00:03:20 2002 +0000 +++ b/lisp/ChangeLog Tue Jul 23 00:06:22 2002 +0000 @@ -1,3 +1,18 @@ +2002-07-23 Andrew Innes <andrewi@gnu.org> + + * makefile.w32-in (DONTCOMPILE): Remove cus-start.el. + (DONTCOMPILE): Add various language files. + (DONTCOMPILE): Remove term/xterm.el. + (finder-inf.el): Remove. + (update-authors): New target. + (TAGS-LISP): Remove $(lispsource). + (compile-always): Renamed from `compile-files'. + (compile): New target, adapted from `compile-files'. + (compile-calc): New target. + (recompile): Change `.' to $(lisp). + (bootstrap): Add update-subdirs and finder-data + to dependencies; change compile-files to compile. + 2002-07-22 Andre Spiegel <spiegel@gnu.org> * vc.el (vc-next-action-on-file): Preserve find-file-literally.