diff options
| author | Stefan Monnier | 2008-06-22 13:57:28 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-22 13:57:28 +0000 |
| commit | b4945b9599f0651fef5fa2ca2ef6034fa0b5bfaa (patch) | |
| tree | d61baf573d7a8303e0935741b886a33337e401c7 /lisp/ChangeLog | |
| parent | 3656581540295dc1d28e2c3341092dba057f2523 (diff) | |
| download | emacs-b4945b9599f0651fef5fa2ca2ef6034fa0b5bfaa.tar.gz emacs-b4945b9599f0651fef5fa2ca2ef6034fa0b5bfaa.zip | |
* Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.
* Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
Use $(BOOTSTRAPEMACS) rather than witness-emacs.
(bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
(witness-emacs): Remove.
(lisp, shortlisp): Move loaddefs.el earlier.
(mostlyclean): Forget about witness-emacs.
* Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd261b239d6..9fa1098b70b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el. | ||
| 4 | |||
| 1 | 2008-06-21 John Paul Wallington <jpw@pobox.com> | 5 | 2008-06-21 John Paul Wallington <jpw@pobox.com> |
| 2 | 6 | ||
| 3 | * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl. | 7 | * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl. |
| @@ -21,8 +25,8 @@ | |||
| 21 | 25 | ||
| 22 | * emacs-lisp/debug.el (help-xref-interned): Declare. | 26 | * emacs-lisp/debug.el (help-xref-interned): Declare. |
| 23 | 27 | ||
| 24 | * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents): Evaluate | 28 | * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents): |
| 25 | definition when compiling. | 29 | Evaluate definition when compiling. |
| 26 | 30 | ||
| 27 | * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1 | 31 | * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1 |
| 28 | rather than mouse-1. | 32 | rather than mouse-1. |