comparison doc/lispref/display.texi @ 97043:9592c50233ab remove-carbon

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 27 Jul 2008 18:24:48 +0000
parents 2af6e85f13d5
children 33d44d4ba1ed
comparison
equal deleted inserted replaced
97042:0ac199626cb9 97043:9592c50233ab
1860 1860
1861 @table @code 1861 @table @code
1862 @item type 1862 @item type
1863 The kind of window system the frame uses---either @code{graphic} (any 1863 The kind of window system the frame uses---either @code{graphic} (any
1864 graphics-capable display), @code{x}, @code{pc} (for the MS-DOS console), 1864 graphics-capable display), @code{x}, @code{pc} (for the MS-DOS console),
1865 @code{w32} (for MS Windows 9X/NT/2K/XP), @code{mac} (for the Macintosh 1865 @code{w32} (for MS Windows 9X/NT/2K/XP), or @code{tty}
1866 display), or @code{tty} (a non-graphics-capable display). 1866 (a non-graphics-capable display).
1867 @xref{Window Systems, window-system}. 1867 @xref{Window Systems, window-system}.
1868 1868
1869 @item class 1869 @item class
1870 What kinds of colors the frame supports---either @code{color}, 1870 What kinds of colors the frame supports---either @code{color},
1871 @code{grayscale}, or @code{mono}. 1871 @code{grayscale}, or @code{mono}.
5627 Emacs is displaying using X. 5627 Emacs is displaying using X.
5628 @item pc 5628 @item pc
5629 Emacs is displaying using MS-DOS. 5629 Emacs is displaying using MS-DOS.
5630 @item w32 5630 @item w32
5631 Emacs is displaying using Windows. 5631 Emacs is displaying using Windows.
5632 @item mac
5633 Emacs is displaying using a Macintosh.
5634 @item nil 5632 @item nil
5635 Emacs is using a character-based terminal. 5633 Emacs is using a character-based terminal.
5636 @end table 5634 @end table
5637 @end defvar 5635 @end defvar
5638 5636