diff options
author | Steven Tamm <steventamm@mac.com> | 2003-01-07 05:46:31 +0000 |
---|---|---|
committer | Steven Tamm <steventamm@mac.com> | 2003-01-07 05:46:31 +0000 |
commit | 52cd7d02cc68d7dccc2d98be9f0f0fa70c083668 (patch) | |
tree | 2fbb43158aceb5664b96e62267afb4876d1e490c /ChangeLog | |
parent | ca2135af191408b1d7a7039f21ed9c931edc5250 (diff) | |
download | emacs-52cd7d02cc68d7dccc2d98be9f0f0fa70c083668.tar.gz |
* configure.in: New option, --enable-carbon-app, to specify
that the application should be installed
* Makefile.in (install-arch-dep): On Mac OS X, install the
Emacs.app application if carbon-app is enabled
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index afc550f8981..2b90d93b998 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-07 Steven Tamm <steventamm@mac.com> + + * configure.in: New option, --enable-carbon-app, to specify + that the application should be installed + * Makefile.in (install-arch-dep): On Mac OS X, install the + Emacs.app application if carbon-app is enabled + 2003-01-06 Dave Love <fx@gnu.org> * configure.in: Check for nl_langinfo. |