comparison lisp/cus-start.el @ 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 b76b9628d74f
children 2f70fde56dfe
comparison
equal deleted inserted replaced
97042:0ac199626cb9 97043:9592c50233ab
198 (help-event-list keyboard (repeat (sexp :format "%v"))) 198 (help-event-list keyboard (repeat (sexp :format "%v")))
199 (menu-prompting menu boolean) 199 (menu-prompting menu boolean)
200 (suggest-key-bindings keyboard (choice (const :tag "off" nil) 200 (suggest-key-bindings keyboard (choice (const :tag "off" nil)
201 (integer :tag "time" 2) 201 (integer :tag "time" 2)
202 (other :tag "on"))) 202 (other :tag "on")))
203 ;; macselect.c
204 (mac-dnd-known-types mac (repeat string) "22.1")
205 ;; macterm.c
206 (mac-control-modifier mac (choice (const :tag "No modifier" nil)
207 (const control) (const meta)
208 (const alt) (const hyper)
209 (const super)) "22.1")
210 (mac-command-modifier mac (choice (const :tag "No modifier" nil)
211 (const control) (const meta)
212 (const alt) (const hyper)
213 (const super)) "22.1")
214 (mac-option-modifier mac (choice (const :tag "No modifier (work as option)" nil)
215 (const control) (const meta)
216 (const alt) (const hyper)
217 (const super)) "22.1")
218 (mac-function-modifier mac
219 (choice (const :tag "No modifier (work as function)" nil)
220 (const control) (const meta)
221 (const alt) (const hyper)
222 (const super)) "22.1")
223 (mac-emulate-three-button-mouse mac
224 (choice (const :tag "No emulation" nil)
225 (const :tag "Option->2, Command->3" t)
226 (const :tag "Command->2, Option->3" reverse))
227 "22.1")
228 (mac-wheel-button-is-mouse-2 mac boolean "22.1")
229 (mac-pass-command-to-system mac boolean "22.1")
230 (mac-pass-control-to-system mac boolean "22.1")
231 (mac-allow-anti-aliasing mac boolean "22.1")
232 (mac-ts-script-language-on-focus mac
233 (choice (const :tag "System default behavior" nil)
234 (const :tag "Restore to script/language used in the last focus frame" t)
235 (cons :tag "Specify script/language"
236 (integer :tag "Script code")
237 (integer :tag "Language code")))
238 "22.1")
239 203
240 ;; This is not good news because it will use the wrong 204 ;; This is not good news because it will use the wrong
241 ;; version-specific directories when you upgrade. We need 205 ;; version-specific directories when you upgrade. We need
242 ;; customization of the front of the list, maintaining the standard 206 ;; customization of the front of the list, maintaining the standard
243 ;; value intact at the back. 207 ;; value intact at the back.
385 (cond 349 (cond
386 ((string-match "\\`dos-" (symbol-name symbol)) 350 ((string-match "\\`dos-" (symbol-name symbol))
387 (eq system-type 'ms-dos)) 351 (eq system-type 'ms-dos))
388 ((string-match "\\`w32-" (symbol-name symbol)) 352 ((string-match "\\`w32-" (symbol-name symbol))
389 (eq system-type 'windows-nt)) 353 (eq system-type 'windows-nt))
390 ((string-match "\\`mac-" (symbol-name symbol))
391 (featurep 'mac-carbon))
392 ((string-match "\\`x-.*gtk" (symbol-name symbol)) 354 ((string-match "\\`x-.*gtk" (symbol-name symbol))
393 (featurep 'gtk)) 355 (featurep 'gtk))
394 ((string-match "\\`x-" (symbol-name symbol)) 356 ((string-match "\\`x-" (symbol-name symbol))
395 (fboundp 'x-create-frame)) 357 (fboundp 'x-create-frame))
396 ((string-match "selection" (symbol-name symbol)) 358 ((string-match "selection" (symbol-name symbol))