aboutsummaryrefslogtreecommitdiffstats
path: root/mac/Emacs.app/Contents (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Add CFBundleURLTypes key andYAMAMOTO Mitsuharu2005-12-101-5/+16
| | | | data. Make NSServices open-selection the first entry.
* (mail-to, mail-selection): New NSServices.YAMAMOTO Mitsuharu2005-07-121-0/+38
|
* Add NSServices key and data.YAMAMOTO Mitsuharu2005-04-241-0/+41
|
* (CFBundleShortVersionString, CFBundleGetInfoString): Fix versionYAMAMOTO Mitsuharu2005-04-061-2/+2
| | | | number and copyright.
* (CFBundleIdentifier): Change to org.gnu.Emacs.YAMAMOTO Mitsuharu2005-03-161-1/+1
|
* Added entries to .cvsignore files.John Wiegley2004-05-151-0/+1
|
* Remove Emacs.rsrc. File is generated from mac/src/Emacs.r when building.Andrew Choi2003-11-021-0/+0
|
* Ignore MacOS.Andreas Schwab2002-10-191-0/+1
|
* 2002-07-31 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-012-2/+2
| | | | | * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: change creator code from ???? to EMAx.
* In mac:Andrew Choi2002-07-012-1/+22
| | | | | | | | | | | | | | | | | | | | 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-264-0/+24
lisp/ChangeLog, and src/ChangeLog for list of changes.