diff options
| author | Dan Nicolaescu | 2008-07-27 18:24:48 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-27 18:24:48 +0000 |
| commit | 9e2a2647758db83b490e2993aa31cd4607305a82 (patch) | |
| tree | 9c3d41b47bcd316c60d56bef8d7fd32789e59411 /mac/README | |
| parent | 7f19297073b2dd6c28987bf5663933591f59e91e (diff) | |
| download | emacs-9e2a2647758db83b490e2993aa31cd4607305a82.tar.gz emacs-9e2a2647758db83b490e2993aa31cd4607305a82.zip | |
Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon
* erc.el: Remove code for Carbon.
Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.
Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.
* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.
* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.
* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.
* xresources.texi: Remove mentions of Mac Carbon.
* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.
Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL: Remove code for Carbon.
* configure: Regenerate.
Diffstat (limited to 'mac/README')
| -rw-r--r-- | mac/README | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/mac/README b/mac/README deleted file mode 100644 index 886df66d671..00000000000 --- a/mac/README +++ /dev/null | |||
| @@ -1,52 +0,0 @@ | |||
| 1 | Emacs for Mac OS X | ||
| 2 | |||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | ||
| 4 | 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | ||
| 6 | |||
| 7 | |||
| 8 | This directory contains the files needed to build Emacs on Mac OS X. | ||
| 9 | Many of the major features of the Unix version | ||
| 10 | are supported: multiple frames, colors, scroll bars, menu bars, use of | ||
| 11 | the mouse, fontsets, international characters, input methods, and | ||
| 12 | coding systems. | ||
| 13 | |||
| 14 | Mac OS specific support includes document drag-and-drop in the Finder, | ||
| 15 | transfer of text to and from other applications via the clipboard, and | ||
| 16 | sending AppleScript commands to other applications from Emacs. | ||
| 17 | |||
| 18 | On Mac OS X, Emacs can be built using the Developer Tools. See the | ||
| 19 | INSTALL file in this directory for instructions on building Emacs. | ||
| 20 | |||
| 21 | Read the Mac OS section of the on-line help to find out about how to | ||
| 22 | use Emacs on the Mac. | ||
| 23 | |||
| 24 | A number of things do not work yet: | ||
| 25 | |||
| 26 | + Support for PostScript image type is not available. | ||
| 27 | |||
| 28 | + Incorporate Apple's wrappers to be able to create a universal | ||
| 29 | binary that unexecs on first run for the given architecture. | ||
| 30 | |||
| 31 | If your Mac is connected to the Internet, report bugs by typing `M-x | ||
| 32 | report-emacs-bug' or by choosing the entry `Send Bug Report...' in | ||
| 33 | the `Help' menu. This will send the bug report to the address | ||
| 34 | emacs-pretest-bug@gnu.org. | ||
| 35 | |||
| 36 | Steven | ||
| 37 | <steven.tamm@mac.com> | ||
| 38 | |||
| 39 | This file is part of GNU Emacs. | ||
| 40 | |||
| 41 | GNU Emacs is free software: you can redistribute it and/or modify | ||
| 42 | it under the terms of the GNU General Public License as published by | ||
| 43 | the Free Software Foundation, either version 3 of the License, or | ||
| 44 | (at your option) any later version. | ||
| 45 | |||
| 46 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 47 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 48 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 49 | GNU General Public License for more details. | ||
| 50 | |||
| 51 | You should have received a copy of the GNU General Public License | ||
| 52 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||