aboutsummaryrefslogtreecommitdiffstats
path: root/mac/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2006-02-101-0/+5
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-12-191-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-12-101-0/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-11-091-0/+4
|
* Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'YAMAMOTO Mitsuharu2005-10-241-0/+11
| | | | | to descriptions about Metrowerks CodeWarrior. Remove obsolete descriptions about C-g and supported image types.
* *** empty log message ***Eli Zaretskii2005-10-201-0/+5
|
* *** empty log message ***Eli Zaretskii2005-09-241-0/+3
|
* Remove a link to ftp://ftp.gnu.org/gnu/mac/emacs/ (which does not exist).Eli Zaretskii2005-09-241-0/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-09-181-0/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-1/+1
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-07-121-0/+5
|
* *** empty log message ***Lute Kamstra2005-07-051-2/+6
|
* Describe support for Intel-based MacintoshSteven Tamm2005-06-091-0/+6
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-131-2/+43
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-061-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-241-0/+10
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-141-0/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-061-0/+8
|
* *** 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 <akochoi@shaw.ca>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 <akochoi@shaw.ca>Andrew Choi2002-08-281-0/+5
| | | | | * INSTALL: Add information on starting Emacs as a GUI application from the terminal.
* 2002-08-15 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-161-0/+5
| | | | | * INSTALL: Add instructions for building Carbon version on Macs with X Window installed.