diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 83405f2e414..c3476f667d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs. | ||
| 4 | (bootstrapclean): Remove. | ||
| 5 | (.el.elc): New rule. | ||
| 6 | (PRECOMP): New var. | ||
| 7 | (../lisp/subdirs.el): Remove. | ||
| 8 | (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency. | ||
| 9 | (witness-emacs): New target. | ||
| 10 | (mostlyclean): Remove witness-emacs as well. | ||
| 11 | (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}): | ||
| 12 | Add witness-emacs dependency. | ||
| 13 | |||
| 1 | 2008-06-20 Chong Yidong <cyd@stupidchicken.com> | 14 | 2008-06-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 15 | ||
| 3 | * font.c (Ffont_face_attributes): Omit key-attribute pairs not | 16 | * font.c (Ffont_face_attributes): Omit key-attribute pairs not |