aboutsummaryrefslogtreecommitdiffstats
path: root/mac
Commit message (Collapse)AuthorAgeFilesLines
* Updating list of TODOs to remove image support and environment variable problemSteven Tamm2004-05-303-11/+17
|
* Added entries to .cvsignore files.John Wiegley2004-05-151-0/+1
|
* *** empty log message ***Stefan Monnier2004-01-141-3/+6
|
* Update TOO_MUCH_RAM error message.Stefan Monnier2004-01-142-4/+4
|
* Add arch taglinesMiles Bader2003-11-241-0/+3
|
* New file.Lars Hansen2003-11-241-0/+33
|
* *** empty log message ***Lars Hansen2003-11-221-0/+4
|
* src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.Andrew Choi2003-11-022-2/+6
|
* Remove Emacs.rsrc. File is generated from mac/src/Emacs.r when building.Andrew Choi2003-11-021-0/+0
|
* These are Nozomu Ando's changes to build Emacs to run under X WindowAndrew Choi2003-10-312-13/+9
| | | | in Mac OS X without the need to use static X11 libraries.
* Add arch taglinesMiles Bader2003-09-0121-0/+58
|
* * make-package: Allocate 5% extra space on disk image for directoriesAndrew Choi2003-04-282-3/+8
| | | | and partition tables.
* Place libexec executables directly under the Contents/MacOS/libexec ifSteven Tamm2003-04-052-1/+8
| | | | the application is self-contained.
* (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.Kim F. Storm2003-03-311-3/+2
| | | | (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
* *** empty log message ***Kim F. Storm2003-03-311-0/+5
|
* (xdisp.c.x): Add dependency on blockinput.h andKim F. Storm2003-03-211-0/+4
| | | | files included from it. Add dependency on keymap.h.
* *** empty log message ***Kim F. Storm2003-03-211-0/+5
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-047-48/+48
|
* * make-package: Fixed problem where the building withoutSteven Tamm2003-01-142-1/+7
| | | | specifying build directory fails.
* * INSTALL: Added documentation about --enable-carbon-app andSteven Tamm2003-01-073-24/+47
| | | | | | | | | | | | | changed documentation concerning Emacs.app location Removed some of the documentation about make-package that isn't needed Changed comment about requiring root permission to install to saying that it might be necessary depending on where you install Refered to /usr caveat in more places * make-package (make_options): Use new carbon_appdir option to specify directory to install Application and lets the makefile install
* *** empty log message ***Juanma Barranquero2003-01-031-18/+18
|
* * make-package: Now copies License and ReadMe files into theSteven Tamm2003-01-012-3/+13
| | | | | Resources directory. Reduces overhead size when creating installer disk image
* * make-package: Defaults to building the source tree in aSteven Tamm2002-12-292-33/+74
| | | | | | separate directory. Use the new option --build-in-place to have old behavior. Added new option --build-dir to specify the build directory
* * make-package: Fix typo where tmpparent was used instead ofSteven Tamm2002-12-272-2/+7
| | | | tempparent for calculating installedSize and compressedSize
* Fix syntax for find.Andreas Schwab2002-12-102-1/+5
|
* INSTALL: Describe make-packageSteven Tamm2002-12-081-0/+9
| | | | make-package: --self-contained works
* Now correctly creates a self-contained applicationSteven Tamm2002-12-081-8/+19
|
* Added description of make-packageSteven Tamm2002-12-081-1/+42
|
* 2002-12-02 Andrew Choi <[email protected]>Andrew Choi2002-12-024-221/+6
| | | | | | * make-bin-dist, osx-install: Remove. * INSTALL: Remove description of make-bin-dist and osx-install.
* Switched copying of .el files to be on by default.Steven Tamm2002-12-022-5/+10
|
* Removing unnecessary symlink from emacs -> emacs-versionSteven Tamm2002-11-301-7/+0
|
* Added a lot of options to reduce disk size of both the installer and the finalSteven Tamm2002-11-302-23/+119
| | | | | | application. Added option to make installer generate self-contained Emacs.app. Now nolonger creates a "full-dist" by default, by omitting .el files that have already been compiled.
* Removed comment about mouse-2 & -3 not working (they do)Steven Tamm2002-11-301-2/+0
|
* Ignore MacOS.Andreas Schwab2002-10-191-0/+1
|
* .Andreas Schwab2002-10-141-0/+4
|
* Fix syntax for find.Andreas Schwab2002-10-141-1/+1
|
* * make-package: Added ability to pass command line optionsSteven Tamm2002-10-092-12/+47
| | | | | | | through to make and configure (-m, & -c,). Added option to not copy Application into installer, the default for X11 builds. Does not copy CVS directories into installer. Clarified some of the usage notes.
* make-package: Now calls make bootstrap if .elc files are missingSteven Tamm2002-10-072-2/+18
|
* 2002-08-27 Andrew Choi <[email protected]>Andrew Choi2002-08-282-3/+13
| | | | | * INSTALL: Add information on starting Emacs as a GUI application from the terminal.
* 2002-08-15 Andrew Choi <[email protected]>Andrew Choi2002-08-162-0/+9
| | | | | * INSTALL: Add instructions for building Carbon version on Macs with X Window installed.
* 2002-07-31 Andrew Choi <[email protected]>Andrew Choi2002-08-013-2/+5
| | | | | * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: change creator code from ???? to EMAx.
* In src:Andrew Choi2002-08-012-3/+15
| | | | | | | | | | | | | 2002-07-31 Andrew Choi <[email protected]> * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if HAVE_CARBON is defined. In mac: 2002-07-31 Andrew Choi <[email protected]> * INSTALL: Add instructions for building X Window version.
* 2002-07-11 Andrew Choi <[email protected]>Andrew Choi2002-07-112-1/+5
| | | | * make-package: Change -a option to -R for cp command.
* 2002-07-05 Andrew Choi <[email protected]>Andrew Choi2002-07-052-5/+57
| | | | | * make-package: Add ability to handle options --help, --prefix, --no-conf, and --with-x.
* 2002-07-04 Andrew Choi <[email protected]>Andrew Choi2002-07-042-0/+223
| | | | * make-package: New file.
* In mac:Andrew Choi2002-07-013-5/+33
| | | | | | | | | | | | | | | | | | | | 2002-07-01 Andrew Choi <[email protected]> * 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 <[email protected]> * 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-2639-30674/+684
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* Don't way where to find a non-free compiler.Richard M. Stallman2002-04-221-4/+1
|
* (x_erase_phys_cursor): Don't erase cursor if cursor rowKim F. Storm2002-01-281-0/+6
| | | | | is invisible. This can happen if cursor is on top line of a window, and we switch to a buffer with a header line.
* *** empty log message ***Kim F. Storm2002-01-281-0/+6
|