diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2004-05-31 13:48:26 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2004-05-31 13:48:26 +0000 |
commit | 190a56d6e02f134591a9d8861b8c4aa55bbec79b (patch) | |
tree | d1ea16845ca26efed987116be6e6b4fc6fc60000 /mac | |
parent | a596810c6c3c3c2fd450717f5083a5ff5207d243 (diff) | |
parent | 64df673db44e48ae6e2f57849f42961a78103075 (diff) | |
download | emacs-190a56d6e02f134591a9d8861b8c4aa55bbec79b.tar.gz |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-354
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-355
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-356
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-183
Diffstat (limited to 'mac')
-rw-r--r-- | mac/ChangeLog | 6 | ||||
-rw-r--r-- | mac/INSTALL | 4 | ||||
-rw-r--r-- | mac/README | 18 |
3 files changed, 17 insertions, 11 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index aa6e9844fee..7283b3e2aed 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,9 @@ +2004-05-29 Steven Tamm <steventamm@mac.com> + + * INSTALL: Fixing typos + * README: Updating list of TODOs to remove image support and + environment variable problem. + 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca> * src/Emacs.r: Update TOO_MUCH_RAM error message. diff --git a/mac/INSTALL b/mac/INSTALL index def7913f83a..88306ae0573 100644 --- a/mac/INSTALL +++ b/mac/INSTALL @@ -165,7 +165,7 @@ to build Emacs. MPW-GM can be downloaded free of charge from Apple. In either case, you will need MPW-GM to build the make-docfile utility and to generate the doc string file DOC. -### IMPORTANT ### You can use StuffIf Expander to decompress and untar +### IMPORTANT ### You can use StuffIt Expander to decompress and untar the distribution. However, you *must* set the radio button in the Preferences->Cross Platform->Convert text files to Macintosh format to "Never". Otherwise the compiled Lisp files will be corrupted. @@ -200,7 +200,7 @@ dialog and include the Profiler PPC.Lib library. * NOTES -Emacs should build and run on a PowerMac running Mac OS 8.6 - 10.2. +Emacs should build and run on a PowerMac running Mac OS 8.6 - 10.3. You will need around 100 MB of disk space for the source files and intermediate files. diff --git a/mac/README b/mac/README index 1e0a71006db..2163ea191c3 100644 --- a/mac/README +++ b/mac/README @@ -1,6 +1,6 @@ Emacs for Mac OS 8/9 and Mac OS X -Copyright (c) 2001, 2002 Free Software Foundation, Inc. +Copyright (c) 2001-4 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that @@ -45,18 +45,18 @@ use Emacs on the Mac. A number of things do not work yet: -+ On Mac OS X, environment variables are not set up correctly when - Emacs is started from the Finder. ++ Emacs does not respond correctly to C-g under certain circumstances. + Sending the Emacs process a SIGINT externally will cause it + to interrupt. This is due to the architecture of OSX's + Window Manager. -+ Emacs does not respond correctly to C-g when it is not reading - input. - -+ No image support yet. ++ Support for certain image types (such as XPM) is not as extensive as + on other plaforms. If your Mac is connected to the Internet, report bugs by typing `M-x report-emacs-bug' or by choosing the entry `Send Bug Report...' in the `Help' menu. This will send the bug report to the address emacs-pretest-bug@gnu.org. -Andrew. -<akochoi@mac.com> +Steven +<steven.tamm@mac.com> |