aboutsummaryrefslogtreecommitdiffstats
path: root/mac
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-131-2/+43
|
* (buildobj.lst): New target.YAMAMOTO Mitsuharu2005-05-131-108/+62
| | | | | | | | | | | (Clean): Delete file buildobj.lst. (Emacs, {DocTarget}DOC): Depend on buildobj.lst. (EmacsSource, MacSource, LispSource, LispSourceDontCompile): Remove variables. (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): New variables. ({DocTarget}DOC): Use them. (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'.
* Sync with src/config.in.YAMAMOTO Mitsuharu2005-05-131-316/+892
| | | | | | | | | | | | (DO_BLOCK_INPUT, HAVE_DIFFTIME, HAVE_LOCALE_H, HAVE_MEMCMP) (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_SETITIMER) (HAVE_SIZE_T, HAVE_SYS_IOCTL_H, HAVE_SYS_PARAM_H, HAVE_SYS_STAT_H) (HAVE_SYS_TYPES_H, TIME_WITH_SYS_TIME, SYNC_INPUT): Define them. [__MRC__] (HAVE_ALLOCA_H): Likewise. (config_machfile, config_opsysfile, my_strftime): New macros. (HAVE_PWD_H): Move from s-mac.h. (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h. (PTR): Move to s-mac.h.
* (HAVE_ALLOCA, C_ALLOCA): Move to config.h.YAMAMOTO Mitsuharu2005-05-131-26/+0
|
* Sync with src/s/template.h. Don't include fcntl.h, time.h, or signal.h.YAMAMOTO Mitsuharu2005-05-131-50/+27
| | | | | | | | | | | | (index, rindex): New macros. [__MRC__] (sigmask, __signal_max, NSIG): Adjust signal numbers for compatibility with predefined ones. (PTR): Move from s-mac.h. (HAVE_PWD_H): Move to config.h. (volatile): Remove macro. [__MRC__] (strftime): Likewise. (read_input_waiting, sys_gmtime, sys_localtime, sys_ctime) (sys_time, sys_signal, atof): Remove declarations.
* (ITIMER_REAL): New macro.YAMAMOTO Mitsuharu2005-05-131-0/+15
| | | | | (struct itimerval): New struct. (setitimer): New extern.
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-061-0/+4
|
* [HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.YAMAMOTO Mitsuharu2005-05-061-1/+3
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-241-0/+10
|
* Define HAVE_PWD_H.YAMAMOTO Mitsuharu2005-04-241-0/+2
|
* Add NSServices key and data.YAMAMOTO Mitsuharu2005-04-241-0/+41
|
* (MacObjects): Add macselect.c.x.YAMAMOTO Mitsuharu2005-04-241-1/+17
| | | | | (macselect.c.x): New target. (mac.c): Fix dependency.
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-141-0/+5
|
* (NonCarbonLibs): Add LocalesLib. Delete TextEncodingConverter.YAMAMOTO Mitsuharu2005-04-141-1/+1
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-061-0/+8
|
* (DITL, vers): Fix version number and copyright.YAMAMOTO Mitsuharu2005-04-061-9/+9
|
* (CFBundleShortVersionString, CFBundleGetInfoString): Fix versionYAMAMOTO Mitsuharu2005-04-061-2/+2
| | | | number and copyright.
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-161-2/+7
|
* (CFBundleIdentifier): Change to org.gnu.Emacs.YAMAMOTO Mitsuharu2005-03-161-1/+1
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-051-0/+4
|
* Mention new target `NonCarbon'.YAMAMOTO Mitsuharu2005-03-051-0/+6
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-041-0/+10
|
* (NonCarbon): New target. The target `Emacs' is now used for theYAMAMOTO Mitsuharu2005-03-041-14/+31
| | | | Carbon build that defines HAVE_CARBON.
* (HAVE_STDLIB_H): Define to 1.YAMAMOTO Mitsuharu2005-03-041-1/+1
|
* (SIZE): Increase preferred memory size to 32MB.YAMAMOTO Mitsuharu2005-03-041-1/+13
| | | | [HAVE_CARBON] (crfg): New resource for extra stack space.
* Make it clear it's only used for Mac OS 9.Stefan Monnier2005-02-022-2/+2
|
* * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, andSteven Tamm2004-12-276-10/+89
| | | | | | | | | | | | | | | | | | | | 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-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