aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2002-03-22 23:40:48 +0000
committerStefan Monnier2002-03-22 23:40:48 +0000
commit44d38e8d278d2da145241f59e1fb94e3995d44af (patch)
tree7db5fc8824f6675c67e8e350973bfa9d42c8f918 /lisp/ChangeLog
parent29ad9e5671bfcf49190eca314f51988eb76e1581 (diff)
downloademacs-44d38e8d278d2da145241f59e1fb94e3995d44af.tar.gz
emacs-44d38e8d278d2da145241f59e1fb94e3995d44af.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 36681df9483..29c55d3d361 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12002-03-22 Stefan Monnier <monnier@cs.yale.edu>
2
3 * Makefile.in (finder-inf.el): Remove.
4 (finder-data): Don't depend on finder-inf.el any more.
5 (compile, compile-always): Handle the case where some files
6 from DONTCOMPILE are missing (it tried to compile them).
7 (bootstrap-clean): Use src/emacs only if executable.
8 (bootstrap): Update subdirs.el and finder-inf.el.
9
10 * finder.el: Don't load finder-inf.el during byte-compilation.
11
12 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
13 Don't consider cvs-removed files as under VC control.
14 VC wouldn't handle them properly anyway and it confuses
15 vc-file-not-found-hook.
16
17 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
18 Add autoload cookie.
19
12002-03-22 Eli Zaretskii <eliz@is.elta.co.il> 202002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
2 21
3 * calendar/calendar.el (calendar): Doc fix. 22 * calendar/calendar.el (calendar): Doc fix.