From 9e2a2647758db83b490e2993aa31cd4607305a82 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 27 Jul 2008 18:24:48 +0000 Subject: 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. --- etc/ChangeLog | 5 +++++ etc/MACHINES | 3 +-- etc/PROBLEMS | 30 ------------------------------ 3 files changed, 6 insertions(+), 32 deletions(-) (limited to 'etc') diff --git a/etc/ChangeLog b/etc/ChangeLog index 4013ca88dc4..446cda65165 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2008-07-27 Dan Nicolaescu + + * PROBLEMS: + * MACHINES: Remove mentions of Mac Carbon. + 2008-07-24 Vinicius Jose Latorre * NEWS: New function `diff-show-trailing-blanks' in diff-mode.el. diff --git a/etc/MACHINES b/etc/MACHINES index a5541919736..8ad801a91a9 100644 --- a/etc/MACHINES +++ b/etc/MACHINES @@ -53,8 +53,7 @@ Alpha (DEC) running GNU/Linux (alpha-dec-linux-gnu) Apple Macintosh running Mac OS X - For installation on all versions of the Mac OS platform, see the file - mac/INSTALL. + For installation instructions see the file nextstep/INSTALL. Apple PowerPC Macintosh running GNU/Linux diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 207ea334701..ee1525651f8 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -1859,36 +1859,6 @@ is actually Xlib which won't work with libc.so.5.2.16. Using the old library version is a workaround. -** Mac OS X - -*** Mac OS X (Carbon): Environment Variables from dotfiles are ignored. - -When starting Emacs from the Dock or the Finder on Mac OS X, the -environment variables that are set up in dotfiles, such as .cshrc or -.profile, are ignored. This is because the Finder and Dock are not -started from a shell, but instead from the Window Manager itself. - -The workaround for this is to create a .MacOSX/environment.plist file to -setup these environment variables. These environment variables will -apply to all processes regardless of where they are started. -For me information, see http://developer.apple.com/qa/qa2001/qa1067.html. - -*** Mac OS X (Carbon): Process output truncated when using ptys. - -There appears to be a problem with the implementation of pty's on the -Mac OS X that causes process output to be truncated. To avoid this, -leave process-connection-type set to its default value of nil. - -*** Mac OS X 10.3.9 (Carbon): QuickTime updater breaks build. - -Some QuickTime updaters such as 7.0.4 and 7.2.0 are known to break -build at the link stage with the message like "Undefined symbols: -_HICopyAccessibilityActionDescription referenced from QuickTime -expected to be defined in Carbon". A workaround is to use a QuickTime -reinstaller. Alternatively, you can link with the frameworks in the -corresponding SDK by specifying LDFLAGS as -"-Wl,-F/Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks". - ** FreeBSD *** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other -- cgit v1.2.1