*** empty log message ***
This commit is contained in:
parent
c335883f9f
commit
d068066060
1 changed files with 18 additions and 18 deletions
|
@ -2,27 +2,27 @@
|
|||
|
||||
* make-package: Now copies License and ReadMe files into the
|
||||
Resources directory. Reduces overhead size when creating
|
||||
installer disk image
|
||||
installer disk image.
|
||||
|
||||
2002-12-29 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* 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
|
||||
build directory.
|
||||
|
||||
2002-12-27 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* make-package: Fix typo where tmpparent was used instead of
|
||||
tempparent for calculating installedSize and compressedSize
|
||||
|
||||
tempparent for calculating installedSize and compressedSize.
|
||||
|
||||
2002-12-10 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* make-package: Fix syntax for find.
|
||||
|
||||
2002-12-08 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* INSTALL: Added description about make-package
|
||||
* INSTALL: Added description about make-package.
|
||||
|
||||
* make-package: Fixed --self-contained option to place the
|
||||
directories in the correct locations for
|
||||
|
@ -51,15 +51,15 @@
|
|||
|
||||
Option --symlink added to reduce disk size by making
|
||||
/usr/bin/emacs and the Emacs binary inside the Emacs.app to become
|
||||
symlinks to the emacs-[version] binary.
|
||||
symlinks to the emacs-[version] binary.
|
||||
|
||||
Option --self-contained added to place files shared files
|
||||
inside the Emacs.app executable (for portability between systems)
|
||||
|
||||
Added hidden debugging option --keep-dir to keep temporary install
|
||||
Added hidden debugging option --keep-dir to keep temporary install
|
||||
directory (emacs-[version]) around after running script
|
||||
|
||||
* README: Removed comment about mouse-2 & -3 not working (it does)
|
||||
|
||||
* README: Removed comment about mouse-2 & -3 not working (it does).
|
||||
|
||||
2002-10-14 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
|||
|
||||
2002-10-07 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* make-package: Now calls make bootstrap if .elc files are missing
|
||||
* make-package: Now calls make bootstrap if .elc files are missing.
|
||||
|
||||
2002-08-27 Andrew Choi <akochoi@shaw.ca>
|
||||
|
||||
|
@ -143,7 +143,7 @@
|
|||
locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
|
||||
macterm.h. Generate DOC from .el instead of .elc versions of
|
||||
files listed in DONTCOMPILE in lisp/Makefile.in.
|
||||
|
||||
|
||||
* INSTALL: Add installation instructions for Mac OS X.
|
||||
|
||||
* README: Add information for Mac OS X.
|
||||
|
@ -290,7 +290,7 @@
|
|||
references to the fringes to actually use the term `fringe'.
|
||||
|
||||
* src/macfns.c: Use renamed symbols.
|
||||
|
||||
|
||||
* src/macterm.c: Comment fixes. Use renamed symbols.
|
||||
(fringe_bitmap_type): Renamed from bitmap_type.
|
||||
(NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
|
||||
|
@ -305,7 +305,7 @@
|
|||
(FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
|
||||
(FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
|
||||
(FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
|
||||
|
||||
|
||||
2001-10-20 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* (Version 21.1 released.)
|
||||
|
@ -410,7 +410,7 @@
|
|||
* src/macterm.c (do_app_resume): Set cursor to arrow.
|
||||
(clear_mouse_face): check for NIL Lisp object instead of null
|
||||
pointer.
|
||||
|
||||
|
||||
* INSTALL: Delete note on compiling Lisp files on a Unix system.
|
||||
Add note on turning off end of line conversion.
|
||||
|
||||
|
@ -441,7 +441,7 @@
|
|||
|
||||
* src/Emacs.r: Add ALRT resource #129 for alert when there is over
|
||||
256 MB RAM.
|
||||
|
||||
|
||||
2001-02-20 Andrew Choi <akochoi@i-cable.com>
|
||||
|
||||
* mac/INSTALL:
|
||||
|
@ -459,7 +459,7 @@
|
|||
|
||||
* src/macterm.c (x_list_fonts): Protect pattern and newlist from
|
||||
garbage collection.
|
||||
|
||||
|
||||
* src/macfns.c (QCconversion): Replaces QCalgorithm.
|
||||
|
||||
* src/macfns.c (image_ascent, lookup_image): Adapt to change of
|
||||
|
@ -472,7 +472,7 @@
|
|||
* src/macterm.c (mac_to_x_fontname): Change charset name of
|
||||
Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
|
||||
from ksc5601 to ksc5601.1989.
|
||||
|
||||
|
||||
2000-12-12 Andrew Choi <akochoi@i-cable.com>
|
||||
|
||||
* cw5-mcp.xml: add md5.c to project.
|
||||
|
@ -565,7 +565,7 @@
|
|||
* src/EmacsMPW.r: New file.
|
||||
|
||||
* src/chdir.c: New file.
|
||||
|
||||
|
||||
* src/mac.c: New file.
|
||||
|
||||
* src/macfns.c: New file.
|
||||
|
|
Loading…
Add table
Reference in a new issue