aboutsummaryrefslogtreecommitdiffstats
path: root/mac/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-161-2/+7
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-051-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-041-0/+10
|
* * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, andSteven Tamm2004-12-271-0/+21
| | | | | | | | | | | | | | | | | | | | lastfile.c.x. (PPCCOptions): Add -alloca. (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and lastfile.c.x. (Emacs MPW): Add QuickTimeLib. (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and lastfile.c. (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and map-ynp.elc. * inc/config.h (USE_LSB_TAG) [__MRC__]: Define. (UNEXEC_SRC): Close comment. * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines. * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define. (C_ALLOCA) [__MRC__]: Don't define. * inc/s-mac.h (X_OK): New define. (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro. (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
* Updating list of TODOs to remove image support and environment variable problemSteven Tamm2004-05-301-0/+6
|
* *** empty log message ***Stefan Monnier2004-01-141-3/+6
|
* *** empty log message ***Lars Hansen2003-11-221-0/+4
|
* src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.Andrew Choi2003-11-021-0/+6
|
* These are Nozomu Ando's changes to build Emacs to run under X WindowAndrew Choi2003-10-311-0/+6
| | | | in Mac OS X without the need to use static X11 libraries.
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* * make-package: Allocate 5% extra space on disk image for directoriesAndrew Choi2003-04-281-0/+5
| | | | and partition tables.
* Place libexec executables directly under the Contents/MacOS/libexec ifSteven Tamm2003-04-051-0/+5
| | | | the application is self-contained.
* *** empty log message ***Kim F. Storm2003-03-311-0/+5
|
* *** empty log message ***Kim F. Storm2003-03-211-0/+5
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* * make-package: Fixed problem where the building withoutSteven Tamm2003-01-141-0/+5
| | | | specifying build directory fails.
* * INSTALL: Added documentation about --enable-carbon-app andSteven Tamm2003-01-071-0/+13
| | | | | | | | | | | | | 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-011-0/+6
| | | | | Resources directory. Reduces overhead size when creating installer disk image
* * make-package: Defaults to building the source tree in aSteven Tamm2002-12-291-0/+7
| | | | | | 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-271-0/+5
| | | | tempparent for calculating installedSize and compressedSize
* Fix syntax for find.Andreas Schwab2002-12-101-0/+4
|
* INSTALL: Describe make-packageSteven Tamm2002-12-081-0/+9
| | | | make-package: --self-contained works
* 2002-12-02 Andrew Choi <[email protected]>Andrew Choi2002-12-021-0/+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-021-0/+5
|
* Added a lot of options to reduce disk size of both the installer and the finalSteven Tamm2002-11-301-0/+21
| | | | | | 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.
* .Andreas Schwab2002-10-141-0/+4
|
* * make-package: Added ability to pass command line optionsSteven Tamm2002-10-091-0/+8
| | | | | | | 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-071-0/+4
|
* 2002-08-27 Andrew Choi <[email protected]>Andrew Choi2002-08-281-0/+5
| | | | | * INSTALL: Add information on starting Emacs as a GUI application from the terminal.
* 2002-08-15 Andrew Choi <[email protected]>Andrew Choi2002-08-161-0/+5
| | | | | * INSTALL: Add instructions for building Carbon version on Macs with X Window installed.
* 2002-07-31 Andrew Choi <[email protected]>Andrew Choi2002-08-011-0/+3
| | | | | * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: change creator code from ???? to EMAx.
* In src:Andrew Choi2002-08-011-0/+4
| | | | | | | | | | | | | 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-111-0/+4
| | | | * make-package: Change -a option to -R for cp command.
* 2002-07-05 Andrew Choi <[email protected]>Andrew Choi2002-07-051-0/+5
| | | | | * make-package: Add ability to handle options --help, --prefix, --no-conf, and --with-x.
* 2002-07-04 Andrew Choi <[email protected]>Andrew Choi2002-07-041-0/+4
| | | | * make-package: New file.
* In mac:Andrew Choi2002-07-011-4/+11
| | | | | | | | | | | | | | | | | | | | 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-261-0/+133
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* *** empty log message ***Kim F. Storm2002-01-281-0/+6
|
* *** empty log message ***Pavel Janík2001-12-221-4/+8
|
* *** empty log message ***Pavel Janík2001-12-221-0/+4
|
* *** empty log message ***Eli Zaretskii2001-12-131-0/+5
|
* *** empty log message ***Pavel Janík2001-12-081-0/+4
|
* *** empty log message ***Kim F. Storm2001-12-051-0/+4
|
* Merged fringe width related changes.Kim F. Storm2001-12-011-0/+10
|
* *** empty log message ***Pavel Janík2001-11-181-1/+1
|
* *** empty log message ***Pavel Janík2001-11-161-0/+4
|
* Fringe cleanup.Kim F. Storm2001-11-161-0/+22
|
* *** empty log message ***Gerd Moellmann2001-10-211-1/+1
|
* *** empty log message ***Gerd Moellmann2001-10-211-0/+4
|