diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 | ||||
-rw-r--r-- | lisp/makefile.w32-in | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53050de004d..ff1416cddc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2009-10-02 Eli Zaretskii <eliz@gnu.org> + + * makefile.w32-in (update-subdirs-CMD): Add cedet to + $(WINS_SUBDIR). + (WINS_CEDET_SUBDIRS): List of subdirectories of cedet. + (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in + subdirs of cedet as well. + (WINS_BASIC): Add eieio. + 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index bb583909778..20290caf496 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -99,6 +99,7 @@ WINS_CEDET_SUBDIRS=\ WINS_BASIC=\ calc \ calendar \ + eieio \ emacs-lisp \ emulation \ erc \ |