comparison src/font.c @ 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 47bb47a5494d
children 1a792d38ec5a
comparison
equal deleted inserted replaced
97042:0ac199626cb9 97043:9592c50233ab
47 #endif /* HAVE_NTGUI */ 47 #endif /* HAVE_NTGUI */
48 48
49 #ifdef HAVE_NS 49 #ifdef HAVE_NS
50 #include "nsterm.h" 50 #include "nsterm.h"
51 #endif /* HAVE_NS */ 51 #endif /* HAVE_NS */
52
53 #ifdef MAC_OS
54 #include "macterm.h"
55 #endif /* MAC_OS */
56 52
57 Lisp_Object Qfont_spec, Qfont_entity, Qfont_object; 53 Lisp_Object Qfont_spec, Qfont_entity, Qfont_object;
58 54
59 #ifdef HAVE_NS 55 #ifdef HAVE_NS
60 extern Lisp_Object Qfontsize; 56 extern Lisp_Object Qfontsize;
5144 syms_of_w32font (); 5140 syms_of_w32font ();
5145 #endif /* WINDOWSNT */ 5141 #endif /* WINDOWSNT */
5146 #ifdef HAVE_NS 5142 #ifdef HAVE_NS
5147 syms_of_nsfont (); 5143 syms_of_nsfont ();
5148 #endif /* HAVE_NS */ 5144 #endif /* HAVE_NS */
5149 #ifdef MAC_OS
5150 syms_of_atmfont ();
5151 #endif /* MAC_OS */
5152 #endif /* HAVE_WINDOW_SYSTEM */ 5145 #endif /* HAVE_WINDOW_SYSTEM */
5153 } 5146 }
5154 5147
5155 /* arch-tag: 74c9475d-5976-4c93-a327-942ae3072846 5148 /* arch-tag: 74c9475d-5976-4c93-a327-942ae3072846
5156 (do not change this comment) */ 5149 (do not change this comment) */