aboutsummaryrefslogtreecommitdiffstats
path: root/mac/Emacs.app/Contents/Resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-273-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Set version to 23.0.60.Glenn Morris2008-03-131-2/+2
|
* New icon.Dan Nicolaescu2008-03-022-0/+0
|
* Update copyright to 2008.Glenn Morris2008-01-041-1/+1
|
* Initial revision.Thien-Thi Nguyen2007-09-131-0/+0
|
* Update.Thien-Thi Nguyen2007-09-131-0/+0
|
* Increase version to 23.0.50.Glenn Morris2007-08-291-2/+2
|
* Increase version to 22.1.50.Glenn Morris2007-04-261-2/+2
|
* Bump version to 22.0.98.Chong Yidong2007-04-171-2/+2
|
* Bump version to 22.0.97.Chong Yidong2007-04-041-2/+2
|
* Bump version to 22.0.96.Chong Yidong2007-03-201-2/+2
|
* Bump to 22.0.95.Chong Yidong2007-03-011-2/+2
|
* Bump to version 22.0.94.emacs-pretest-22.0.94Chong Yidong2007-02-231-2/+2
|
* Bump version to 22.0.93.Chong Yidong2007-01-231-2/+2
|
* Change copyright year to 2007.Glenn Morris2007-01-161-1/+1
|
* Bump version number to 22.0.92Chong Yidong2006-12-191-2/+2
|
* Bump version to 22.0.91Chong Yidong2006-11-181-2/+2
|
* Bump version number to 22.0.90.emacs-pretest-22.0.90Chong Yidong2006-10-271-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (CFBundleShortVersionString, CFBundleGetInfoString): Fix versionYAMAMOTO Mitsuharu2005-04-061-2/+2
| | | | number and copyright.
* Remove Emacs.rsrc. File is generated from mac/src/Emacs.r when building.Andrew Choi2003-11-021-0/+0
|
* In mac:Andrew Choi2002-07-011-0/+0
| | | | | | | | | | | | | | | | | | | | 2002-07-01 Andrew Choi <akochoi@shaw.ca> * Emacs.app/Contents/Resources/Emacs.icns: New file. * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and CFBundleIconFile entries. In src: 2002-07-01 Andrew Choi <akochoi@shaw.ca> * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef and FSRefMakePath to convert FSSpec returned with Apple Event to Posix pathname. (mac_initialize) [TARGET_API_MAC_CARBON]: Call init_required_apple_events and disable the `Quit' menu item provided automatically by the Carbon Toolbox.
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-262-0/+5
lisp/ChangeLog, and src/ChangeLog for list of changes.