aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-27 18:24:48 +0000
committerDan Nicolaescu2008-07-27 18:24:48 +0000
commit9e2a2647758db83b490e2993aa31cd4607305a82 (patch)
tree9c3d41b47bcd316c60d56bef8d7fd32789e59411 /etc/PROBLEMS
parent7f19297073b2dd6c28987bf5663933591f59e91e (diff)
downloademacs-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 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS30
1 files changed, 0 insertions, 30 deletions
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.
1859 1859
1860Using the old library version is a workaround. 1860Using the old library version is a workaround.
1861 1861
1862** Mac OS X
1863
1864*** Mac OS X (Carbon): Environment Variables from dotfiles are ignored.
1865
1866When starting Emacs from the Dock or the Finder on Mac OS X, the
1867environment variables that are set up in dotfiles, such as .cshrc or
1868.profile, are ignored. This is because the Finder and Dock are not
1869started from a shell, but instead from the Window Manager itself.
1870
1871The workaround for this is to create a .MacOSX/environment.plist file to
1872setup these environment variables. These environment variables will
1873apply to all processes regardless of where they are started.
1874For me information, see http://developer.apple.com/qa/qa2001/qa1067.html.
1875
1876*** Mac OS X (Carbon): Process output truncated when using ptys.
1877
1878There appears to be a problem with the implementation of pty's on the
1879Mac OS X that causes process output to be truncated. To avoid this,
1880leave process-connection-type set to its default value of nil.
1881
1882*** Mac OS X 10.3.9 (Carbon): QuickTime updater breaks build.
1883
1884Some QuickTime updaters such as 7.0.4 and 7.2.0 are known to break
1885build at the link stage with the message like "Undefined symbols:
1886_HICopyAccessibilityActionDescription referenced from QuickTime
1887expected to be defined in Carbon". A workaround is to use a QuickTime
1888reinstaller. Alternatively, you can link with the frameworks in the
1889corresponding SDK by specifying LDFLAGS as
1890"-Wl,-F/Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks".
1891
1892** FreeBSD 1862** FreeBSD
1893 1863
1894*** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other 1864*** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other