[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/mac/ChangeLog
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/mac/ChangeLog |
Date: |
Fri, 03 Jan 2003 11:05:51 -0500 |
Index: emacs/mac/ChangeLog
diff -c emacs/mac/ChangeLog:1.63 emacs/mac/ChangeLog:1.64
*** emacs/mac/ChangeLog:1.63 Tue Dec 31 19:27:01 2002
--- emacs/mac/ChangeLog Fri Jan 3 11:05:51 2003
***************
*** 2,28 ****
* make-package: Now copies License and ReadMe files into the
Resources directory. Reduces overhead size when creating
! installer disk image
2002-12-29 Steven Tamm <address@hidden>
* 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-27 Steven Tamm <address@hidden>
* make-package: Fix typo where tmpparent was used instead of
! tempparent for calculating installedSize and compressedSize
!
2002-12-10 Andreas Schwab <address@hidden>
* make-package: Fix syntax for find.
2002-12-08 Steven Tamm <address@hidden>
! * INSTALL: Added description about make-package
* make-package: Fixed --self-contained option to place the
directories in the correct locations for
--- 2,28 ----
* make-package: Now copies License and ReadMe files into the
Resources directory. Reduces overhead size when creating
! installer disk image.
2002-12-29 Steven Tamm <address@hidden>
* 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-27 Steven Tamm <address@hidden>
* make-package: Fix typo where tmpparent was used instead of
! tempparent for calculating installedSize and compressedSize.
!
2002-12-10 Andreas Schwab <address@hidden>
* make-package: Fix syntax for find.
2002-12-08 Steven Tamm <address@hidden>
! * INSTALL: Added description about make-package.
* make-package: Fixed --self-contained option to place the
directories in the correct locations for
***************
*** 51,65 ****
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.
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
directory (emacs-[version]) around after running script
!
! * README: Removed comment about mouse-2 & -3 not working (it does)
2002-10-14 Andreas Schwab <address@hidden>
--- 51,65 ----
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.
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
directory (emacs-[version]) around after running script
!
! * README: Removed comment about mouse-2 & -3 not working (it does).
2002-10-14 Andreas Schwab <address@hidden>
***************
*** 75,81 ****
2002-10-07 Steven Tamm <address@hidden>
! * make-package: Now calls make bootstrap if .elc files are missing
2002-08-27 Andrew Choi <address@hidden>
--- 75,81 ----
2002-10-07 Steven Tamm <address@hidden>
! * make-package: Now calls make bootstrap if .elc files are missing.
2002-08-27 Andrew Choi <address@hidden>
***************
*** 143,149 ****
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.
--- 143,149 ----
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,296 ****
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.
--- 290,296 ----
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,311 ****
(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 <address@hidden>
* (Version 21.1 released.)
--- 305,311 ----
(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 <address@hidden>
* (Version 21.1 released.)
***************
*** 410,416 ****
* 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.
--- 410,416 ----
* 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,447 ****
* src/Emacs.r: Add ALRT resource #129 for alert when there is over
256 MB RAM.
!
2001-02-20 Andrew Choi <address@hidden>
* mac/INSTALL:
--- 441,447 ----
* src/Emacs.r: Add ALRT resource #129 for alert when there is over
256 MB RAM.
!
2001-02-20 Andrew Choi <address@hidden>
* mac/INSTALL:
***************
*** 459,465 ****
* 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
--- 459,465 ----
* 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,478 ****
* 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 <address@hidden>
* cw5-mcp.xml: add md5.c to project.
--- 472,478 ----
* 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 <address@hidden>
* cw5-mcp.xml: add md5.c to project.
***************
*** 565,571 ****
* src/EmacsMPW.r: New file.
* src/chdir.c: New file.
!
* src/mac.c: New file.
* src/macfns.c: New file.
--- 565,571 ----
* src/EmacsMPW.r: New file.
* src/chdir.c: New file.
!
* src/mac.c: New file.
* src/macfns.c: New file.
- [Emacs-diffs] Changes to emacs/mac/ChangeLog,
Juanma Barranquero <=