1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
Commit Graph

66 Commits

Author SHA1 Message Date
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Steven Tamm
cbcf7a8e45 * make-package: Fixed problem where the building without
specifying build directory fails.
2003-01-14 17:49:00 +00:00
Steven Tamm
77a4e329cd * INSTALL: Added documentation about --enable-carbon-app and
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
2003-01-07 05:50:36 +00:00
Juanma Barranquero
d068066060 *** empty log message *** 2003-01-03 16:05:51 +00:00
Steven Tamm
17f8fc449a * make-package: Now copies License and ReadMe files into the
Resources directory.  Reduces overhead size when creating
        installer disk image
2003-01-01 00:27:01 +00:00
Steven Tamm
52efaffcc3 * make-package: Defaults to building the source tree in a
separate directory.  Use the new option --build-in-place to
	have old behavior.  Added new option --build-dir to specify the
	build directory
2002-12-29 07:34:48 +00:00
Steven Tamm
5ea7adcc85 * make-package: Fix typo where tmpparent was used instead of
tempparent for calculating installedSize and compressedSize
2002-12-27 23:35:36 +00:00
Andreas Schwab
810e89c769 Fix syntax for find. 2002-12-10 16:53:24 +00:00
Steven Tamm
73fffc8cd3 INSTALL: Describe make-package
make-package: --self-contained works
2002-12-08 18:31:09 +00:00
Andrew Choi
c0752905a7 2002-12-02 Andrew Choi <akochoi@shaw.ca>
* make-bin-dist, osx-install: Remove.

        * INSTALL: Remove description of make-bin-dist and osx-install.
2002-12-02 17:25:20 +00:00
Steven Tamm
c4ea99e1a8 Switched copying of .el files to be on by default. 2002-12-02 16:12:45 +00:00
Steven Tamm
876e727eb5 Added a lot of options to reduce disk size of both the installer and the final
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.
2002-11-30 22:06:38 +00:00
Andreas Schwab
88651e4e0c . 2002-10-14 09:57:39 +00:00
Steven Tamm
3f34081a9b * make-package: Added ability to pass command line options
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.
2002-10-09 02:20:28 +00:00
Steven Tamm
bfde267366 make-package: Now calls make bootstrap if .elc files are missing 2002-10-07 20:36:24 +00:00
Andrew Choi
f871a27b8f 2002-08-27 Andrew Choi <akochoi@shaw.ca>
* INSTALL: Add information on starting Emacs as a GUI application
	from the terminal.
2002-08-28 01:20:22 +00:00
Andrew Choi
a4581dd3c9 2002-08-15 Andrew Choi <akochoi@shaw.ca>
* INSTALL: Add instructions for building Carbon version on Macs
        with X Window installed.
2002-08-16 04:54:20 +00:00
Andrew Choi
747642c5ff 2002-07-31 Andrew Choi <akochoi@shaw.ca>
* Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
        change creator code from ???? to EMAx.
2002-08-01 03:48:22 +00:00
Andrew Choi
9794a8cdad In src:
2002-07-31  Andrew Choi  <akochoi@shaw.ca>

	* s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
	HAVE_CARBON is defined.

In mac:

2002-07-31  Andrew Choi  <akochoi@shaw.ca>

	* INSTALL: Add instructions for building X Window version.
2002-08-01 03:33:20 +00:00
Andrew Choi
910fb17168 2002-07-11 Andrew Choi <akochoi@shaw.ca>
* make-package: Change -a option to -R for cp command.
2002-07-11 17:14:03 +00:00
Andrew Choi
e43e5c3e8e 2002-07-05 Andrew Choi <akochoi@shaw.ca>
* make-package: Add ability to handle options --help, --prefix,
        --no-conf, and --with-x.
2002-07-05 19:03:19 +00:00
Andrew Choi
4c3e985b45 2002-07-04 Andrew Choi <akochoi@shaw.ca>
* make-package: New file.
2002-07-04 19:33:39 +00:00
Andrew Choi
bc21bf11c1 In mac:
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.
2002-07-01 20:02:33 +00:00
Andrew Choi
e0f712ba55 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
2002-04-26 23:39:06 +00:00
Kim F. Storm
fa72cff4e3 *** empty log message *** 2002-01-28 22:54:54 +00:00
Pavel Janík
c95eaa61ce *** empty log message *** 2001-12-22 14:18:08 +00:00
Pavel Janík
39cf8566cd *** empty log message *** 2001-12-22 13:57:51 +00:00
Eli Zaretskii
4971e49174 *** empty log message *** 2001-12-13 10:02:26 +00:00
Pavel Janík
03f9f7aeb5 *** empty log message *** 2001-12-08 21:06:01 +00:00
Kim F. Storm
9117567315 *** empty log message *** 2001-12-05 23:03:44 +00:00
Kim F. Storm
6a3b752fd4 Merged fringe width related changes. 2001-12-01 01:36:04 +00:00
Pavel Janík
ea904403d4 *** empty log message *** 2001-11-18 08:37:52 +00:00
Pavel Janík
98cbb9fa39 *** empty log message *** 2001-11-16 22:54:22 +00:00
Kim F. Storm
06e8f73800 Fringe cleanup. 2001-11-16 13:21:09 +00:00
Gerd Moellmann
6aa97356aa *** empty log message *** 2001-10-21 17:41:43 +00:00
Gerd Moellmann
71431a0ea1 *** empty log message *** 2001-10-21 09:04:46 +00:00
Stefan Monnier
c0ec53ad99 Update calls to openp. 2001-10-12 03:37:43 +00:00
Gerd Moellmann
ab952a4f34 *** empty log message *** 2001-10-10 09:43:20 +00:00
Stefan Monnier
9985827fec *** empty log message *** 2001-10-08 11:46:44 +00:00
Gerd Moellmann
2a34a036ff *** empty log message *** 2001-10-06 09:57:20 +00:00
Andrew Choi
2f64cf3ace 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (mac_to_x_fontname): Return name with
	jisx0201.1976-0 encoding if a script code of -smJapanese is specified.
	(x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
	encoding.
	(init_font_name_table): Use a script code of -smJapanese instead
	of smRoman for the second entry of a Japanese font.
	(XLoadQueryFont): Recognize a font as having the smRoman script
	code if its encoding is jisx0201.1976-0.
2001-09-04 06:49:24 +00:00
Andrew Choi
3428f2c48a 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
2001-09-04 06:19:12 +00:00
Andrew Choi
bc04fb2cf2 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/mac.c (sleep) [__MRC__]: Place loop around WaitNextEvent
	to check time elapsed instead of use WaitNextEvent call as a delay.
2001-09-04 06:12:57 +00:00
Andrew Choi
1305f1a7f4 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (XTread_socket): Read all pending events in the
	event queue instead of one.
2001-09-04 05:45:39 +00:00
Andrew Choi
9f1821c7df 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* makefile.MPW: Generate etc/DOC file from .elc files instead of
	.el files.
2001-09-04 05:23:58 +00:00
Andrew Choi
3b6944edcc 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/mac.c (stat): Don't fail for aliases.
	(sys_open) [__MRC__]: Set file creator and type for newly-created
	files.
2001-09-04 05:00:04 +00:00
Andrew Choi
199f927008 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (init_font_name_table): Add an additional entry to
	the font table with the script code smRoman for each Apple
	Japanese font.
	(XLoadQueryFont): Recognize a font as having the smRoman script
	code even when FontToScript returns smJapanese if it is one of
	those created above.
2001-08-24 07:46:40 +00:00
Andrew Choi
60fe116151 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (local_to_global_coord): Comment out.

        * src/mac.c (mac-filename-to-unix): Change to
        mac-file-name-to-posix.
        (unix-filename-to-mac): Change to posix-file-name-to-mac.
        (mac_to_unix_pathname): Change to mac_to_posix_pathname.
        (unix_to_mac_pathname): Change to posix_to_mac_pathname.

        * src/macterm.c (do_ae_open_documents): Change call to
        mac_to_unix_pathname to mac_to_posix_pathname.
2001-08-21 16:00:33 +00:00
Andrew Choi
67e2eec4e9 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* INSTALL: Add to the note on using -opt speed in MPW the function
	macterm.c (x_draw_hollow_cursor).
2001-08-21 10:15:45 +00:00
Andrew Choi
f9e25d0c96 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (mac_scroll_area): Call CopyBits with local
        coordinates and portBits instead of global coordinates and
        screenBits.  Set fore color and back color to black and white,
        respectively, before calling CopyBits.

        * src/macterm.c (local_to_global_coord): Comment out.
2001-08-21 10:06:09 +00:00